/* CSS Document */

*, *:after, *:before { box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-family: "Lato",sans-serif;
}

h1 { font-size: 40px;  }

h2 { font-size: 32px;  }

h3 { font-size: 26px;  }

h4 { font-size: 20px;  }

h5 { font-size: 14px;  }

h6 { font-size: 8px;  }

a:hover {
	color: #fff;
	/* DELETED "COLOR" FROM TRANSITION */
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

p, ul {
	margin: 0 0 25px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
}

body {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #182551;
}

input,textarea { font-family: 'Raleway', sans-serif; }

.fluid {
	width: 100%;
	clear: both;
	float: left;
}

.container {
	margin: auto;
	padding: 0;
	width: 100%;
	clear: none;
	float: none;
}

.button {
	border-radius: 10px;
	color: #fff;
	background: #de3f18;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 55px;
	font-size: 20px;
	font-family: "Lato",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.button:hover {
	background: #E45532;
}

.bgcolored { color: #fff; }

.centered { text-align: center; }

/*header*/

header {
	padding: 25px;
	position: relative;
}


a.sociallink01, a.sociallink02 {
	text-indent: -999999px;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: 25px;
	margin-top: -5px;
	background: url('../img/social_links.png') 0 0;
	float: left;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	-ms-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

a.sociallink02 { background: url('../img/social_links.png') -55px 0; }

a.sociallink01:hover { background: url('../img/social_links.png') 0 -31px; }

a.sociallink02:hover { background: url('../img/social_links.png') -55px -31px; }


/*sections*/

.sectionsignup {
	display: none;
	background: #002E3F;
	position: relative;
	padding-top: 13%;
}

.sectionsignup .content { padding: 2%; }

.sectionsignup .content p { float: left; }

.sectionsignup .content form {
	float: right;
	width: 100%;
}

.sectionsignup .content form input {
	margin-bottom: 15px;
	padding: 15px 10px;
	float: left;
}

.sectionsignup .content form input[type="email"] {
	background: #002e3f;
	border: 1px solid #fff;
	color: #fff;
	width: 99.8%;
}

.sectionsignup .content form input[type="submit"] {
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	padding: 15px 25px;
	background: #fff;
	color: #3d8099;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.sectionsignup .content form input[type="submit"]:hover { color: #002E3F; }

.sectiontop, .sectiontop02 {
	background: #aacfd2 url('../img/bg_sectiontop.jpg') no-repeat left top;
	background-size: cover;
	padding: 10% 2% 3%;
	position: relative;
}

.sectiontop02 {
	background: #16b6c5;
	padding: 10% 2% 15%;
}

.sectiontop .content {
	width: 100%;
	float: left;
	padding-top: 10%;
	padding-bottom: 8%;
	text-align: center;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.sectiontop .content h2 {
	background: url('../img/line01.jpg') no-repeat center bottom;
	padding-bottom: 25px;
	font-family: "Lato";
}

.sectiontop .content p {
	margin-bottom: 60px;
	font-size: 18px;
}

.sectiontop .content a.button { display: inline-block; }

span.iconarrow {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -21px;
	display: none;
}

span.iconarrow a {
	height: 25px;
	width: 42px;
	display: inline-block;
	background: url('../img/icon_arrow.png') no-repeat 0 -25px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

span.iconarrow a:hover { background: url('../img/icon_arrow.png') no-repeat 0 0; }

.sectioncategories div {
	float: left;
	padding: 5%;
	width: 100%;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.singlecat01 { background: #A1B400; }

.singlecat02 { background: #FEC00F; }

.singlecat03 { background: #16B6C5; }

.sectionlinks {
	padding: 3% 0;
	background: #f0f0f0;
}

.sectionlinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sectionlinks ul li {
	display: inline-block;
	margin: 0 1.5%;
	padding: 3% 0;
	width: 28%;
}

.sectionlinks ul li a {
	display: block;
	opacity: .7;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.sectionlinks ul li a:hover { opacity: 1; }

.sectionapi, .sectiongiveaways, .sectiongdashboard {
	background: #DE3F18;
	padding: 5% 2% 0;
	text-align: center;
}

.details {
	width: 100%;
	padding: 0 2%;
	float: left;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.featimage {
	width: 100%;
	padding: 0 15%;
	float: left;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.sectiongiveaways { background: #F3AC1D; }

.sectiongiveaways .details { float: right; }

.sectiongiveaways .featimage { float: left; }

.sectiongdashboard { background: #16B6C5; }

.sectionbottom { background: #f0f0f0; }

.sectionbottom .content { 
	padding: 5%; 
}

.sectionbottom a.button {
	display: inline-block;
	margin: auto;
	padding: 20px 45px;
}

.featuredbottom {
	background: #000;
	position: relative;
}

.featuredbottom ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 100%;
	float: left;
}

.featuredbottom ul li {
	float: left;
	width: 100%;
	display: none;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.featuredbottom ul li:first-child { display: block; }

span.iconarrow02 {
	position: absolute;
	right: 10px;
	top: 45%;
	bottom: 0;
}

span.iconarrow02 a {
	width: 75px;
	padding-top: 55px;
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none;
	opacity: 0.4;
	background: url('../img/icon_arrow02.png') no-repeat -35px 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

span.iconarrow02 a:hover { opacity: 1; }


/*footer*/

footer {
	padding: 5% 0;
	font-size: 14px;
}

footer p {
	margin: 0;
	width: 100%;
	float: left;
	color: #6e7280;
	text-align: center;
}
footer p img{
	width: 18px;
	height: 18px;
}

@-webkit-keyframes beat {
	0% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
	50% { 
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		     -o-transform: scale(1.25);
		        transform: scale(1.25);
	}
	100% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-moz-keyframes beat {
	0% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
	50% { 
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		     -o-transform: scale(1.25);
		        transform: scale(1.25);
	}
	100% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-ms-keyframes beat {
	0% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
	50% { 
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		     -o-transform: scale(1.25);
		        transform: scale(1.25);
	}
	100% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes beat {
	0% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
	50% { 
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		     -o-transform: scale(1.25);
		        transform: scale(1.25);
	}
	100% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes beat {
	0% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
	50% { 
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		     -o-transform: scale(1.25);
		        transform: scale(1.25);
	}
	100% { 
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}

.heartbeat {
	-webkit-animation: beat .8s infinite reverse;
	   -moz-animation: beat .8s infinite reverse;
	    -ms-animation: beat .8s infinite reverse;
	     -o-animation: beat .8s infinite reverse;
	        animation: beat .8s infinite reverse;
}

#logobttm, .footlinks {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
}

.footlinks {
	float: right;
	width: 100%;
}

.footlinks ul {
	margin: 0 0 3%;
	padding: 0;
	list-style: none;
}

.footlinks ul li {
	display: inline;
	text-transform: uppercase;
	margin-left: 15px;
}

.footlinks ul li a {
	text-decoration: none;
	color: #6e7280;
	padding-bottom: 2px;
}


.footlinks ul li a:hover { border-bottom: 3px solid #6e7280; }

a.sociallink03, a.sociallink04 {
	text-indent: -999999px;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 15px;
	margin-top: 2px;
	background: url('../img/social_links02.png') 0 0;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	-ms-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

a.sociallink04 { background: url('../img/social_links02.png') -36px 0; }

a.sociallink03:hover { background: url('../img/social_links02.png') 0 -21px; }

a.sociallink04:hover { background: url('../img/social_links02.png') -36px -21px; }


 @media only screen and (min-width: 768px) {
 	span.iconarrow {
 		display: block;
 	}

	.sectionsignup { padding-top: 0; }

	.sectionsignup .content p {
		width: 40%;
		margin: 0;
	}

	.sectionsignup .content form { width: 50%; }

	.sectionsignup .content form input[type="email"] {
		margin: 0;
		width: 67%;
	}

	.sectionsignup .content form input[type="submit"] {
		margin-bottom: 0;
		margin-left: 15px;
	}



	.sectiontop {
		background: #aacfd2 url('../img/bg_sectiontop.jpg') no-repeat center top;
		background-size: cover;
		padding: 0 1% 3%;
		height:600px;
	}

	.sectiontop02 {
		padding: 0 1% 10%;
	}

	.sectiontop .content {
		width: 48%;
		text-align: left;
	}

	.sectiontop .content h2 {
		background: url('../img/line01.jpg') no-repeat left bottom;
		padding-bottom: 25px;
		font-family: 'Lato', sans-serif;;
	}

	.sectioncategories div {
		width: 33.33%;
		padding: 2% 4%;
		min-height: 455px;
	}

	.sectionapi, .sectiongiveaways, .sectiongdashboard {
		text-align: left;
		padding: 5% 1% 0;
	}

	.details {
		width: 45%;
		float: left;
		padding: 0;
	}

	.details p { line-height: 20px; }

	.featimage {
		float: right;
		width: 50%;
		padding: 0;
	}

	.featuredbottom ul li {
		width: 33.33%;
		display: block;
	}

	.featuredbottom ul li:nth-child(4),
	.featuredbottom ul li:last-child { display: none; }


	.sectionbottom .content { 
		padding: 10% 5%; 
	}
	.sectionbottom p { 
		margin-bottom: 54px;
	}

	.sectionbottom a.button {
		display: inline-block;
		margin: auto;
		padding: 32px 113px;
		font-size: 26px;
	}


	.hiddenmenu { display: none; }

	footer { padding: 2% 1%; }

	footer p { text-align: left; }

	#logobttm, .footlinks {
		width: auto;
		margin-bottom: 0;
	}

	.footlinks {
		float: right;
		width: auto;
	}

	.footlinks ul { margin: 0; }

	.footlinks ul, a.sociallink03, a.sociallink04 { float: left; }

	.footlinks ul li:first-child { margin-left: 0; }

}

@media only screen and (min-width: 1190px) {

	.container {
		width: 100%;
		max-width: 1000px;
		padding: 0;
	}
	.sectionsignup .content { padding: 2% 10%; }

	.sectionsignup .content form input[type="email"] { width: 68%; }

	nav ul li { margin-left: 40px; }

	.sectiontop, .sectiontop2 { padding: 0 0 3%; }

	.sectionapi, .sectiongiveaways, .sectiongdashboard { padding: 5% 0 0; }

	.details { padding: 5% 0 0; }

	.featuredbottom ul li { width: 20%; }

	.featuredbottom ul li:nth-child(4),
	.featuredbottom ul li:last-child { display: block; }

	.sectiontop02 .content /*{
		padding: 20% 20% 0;
	}

	footer { padding: 2% 0; } */
}

.menu-item-has-children:after {border-top: 4px solid #182551 !important;}

