@font-face {
	font-family:'RutmerHand-Regular';
	src: url('assets/fonts/RutmerHand_gdi.eot');
	src: url('assets/fonts/RutmerHand_gdi.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/RutmerHand_gdi.woff') format('woff'),
		url('assets/fonts/RutmerHand_gdi.ttf') format('truetype'),
		url('assets/fonts/RutmerHand_gdi.svg#RutmerHand-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body{
	background: #382d4b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

a{
	text-decoration:none;
	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{ font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ display: inline-block; }

h1{
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 40px;
}
h2{
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 30px;
}
h3{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
}
h4{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
h5{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
h6{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

small{ font-size: 72%; }

.biglines{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
.biglines2{
	font-size: 36px;
	font-weight: 300;
	line-height: 38px;
}


.max800{
	margin: 0 auto; max-width: 800px; width: 100%;
}
.max600{
	margin: 0 auto; max-width: 600px; width: 100%;
}
.separators{
	text-align: center;
	padding: 40px 20px;
}
.separators span{ display: inline-block; height: 5px; width: 30%; max-width: 280px; margin: 0 0.8%; }
.separators .color_1{ background: #0091e3; }
.separators .color_2{ background: #0091e3; }
.separators .color_3{ background: #0091e3; }

.trY{
		-webkit-transform:translateY(-50%);
		   -moz-transform:translateY(-50%);
		     -o-transform:translateY(-50%);
		        transform:translateY(-50%);
}
.trX{
		-webkit-transform:translateX(-50%);
		   -moz-transform:translateX(-50%);
		     -o-transform:translateX(-50%);
		        transform:translateX(-50%);
}
.trYX{
		-webkit-transform:translateX(-50%) translateY(-50%);
		   -moz-transform:translateX(-50%) translateY(-50%);
		     -o-transform:translateX(-50%) translateY(-50%);
		        transform:translateX(-50%) translateY(-50%);
}

.gap_80{ height: 80px; width: 100%; display: block; }
.dotList{
	padding: 40px 0;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.dotList li{
	list-style-type: disc;
	padding-left: 20px;
	line-height: 30px;
}

.checklist{margin: 0;}
.checklist li{
	background:url(https://97displaylive.blob.core.windows.net/aqua/Resources/landingpages/Kickboxing/assets/images/checklist.jpg) no-repeat left center;
	font-style: italic;
	font-size: 20px;
	line-height: 28px;
	padding: 5px 0 5px 32px;
}
/* SECTION */
.section .content{
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1440px; 
	width: 100%;
}

/* WHITEBOX */
.whitebg{
	background: #fff;
	color: #818081;
	padding: 40px 0;
}
.whitebg h3{
	color: #190629;
	font-size: 24px;
}
.halfbox{
	padding: 40px;
	display: inline-block;
	vertical-align: middle;
	width:48%;
}
.halfbox.noTopPad{ padding-top: 0!important; }

/* INTRO */
.intro{
	color: #fff;
	padding-bottom: 120px;
	position: relative;
}
.intro .particles{
	background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/landingpages/Kickboxing/assets/images/particles.png) no-repeat center top;
	display: inline-block;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0; z-index: 1;
}
.intro .content{
	position: relative;
	padding-top: 40px;
	z-index: 3;
}
/*
.schoolname{
	float: left;
}

.logo{
	position: absolute;
	top: 40px;
	left: 50%;
}

.socialLinks{ float: right;  display: none; }
.socialLinks li{ display: inline-block; }
.socialLinks .facebook{}
.socialLinks .twitter{}
.socialLinks .youtube{}


.heading-afs{ padding-top: 120px; text-align: center; margin-bottom: 40px; }
.heading-afs h1{
	font-size: 72px;
	line-height: 70px;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: 900;
}
.heading-afs span{font-family:'RutmerHand-Regular'; font-size:22px; display: inline-block; text-transform: uppercase; }
.heading-afs span.lined{display: inline-block; position: relative; padding: 0 40px;}
.heading-afs span.lined:before,.heading-afs span.lined:after{
	content: '';
	background: #fff;
	width: 50%; height: 1px;
	position: absolute;
	top: 50%;
}
.heading-afs span.lined:before{ right: 100%; }
.heading-afs span.lined:after{ left: 100%; }
.subu-afs{
	margin-bottom: 40px;
}
*/

.introBoxForm{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.firstForm{
	border-top:5px solid;
	padding: 30px;
	display: inline-block;
	margin-left: -3px;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	max-width: 400px;
	width: 40%;
	vertical-align: middle;
}
.firstForm h3{ font-size: 24px; text-align: center; margin-bottom: 10px;}
.youtubeBox{
	display: inline-block;
	padding: 0px 0 0 0;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
	max-width: 800px;
	width: 60%;
	vertical-align: middle;
}

.gotocontent{
	text-indent: -9999px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/landingpages/Kickboxing/assets/images/gotocontent.png) no-repeat center center;
}

.spot{
	padding: 0 0 50px 0;
	text-align: center;
}
.spot h2{
	font-size: 60px;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 20px;
}
/* MAIN CONTENT */
.mainContent{
	margin:  0 0 -80px 0;
	position: relative;
}
.mainContent:after{
	background: #f6f4f8;
	content: "";
	display: block;
	height: 80%;
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 1;
}
.mainContent .content{
	background: #ffffff;
	border-top: 4px solid;
	position: relative;
	margin: 0 auto;
	z-index: 3;
	padding: 40px;
}
.mainContent h2{ font-weight: 100!important; font-size: 60px; line-height: 58px; }

.leftContent{
	float: left;
	width: 60%;
	padding: 30px 60px;
}
.secForm{
	border-right:5px solid;
	color: #fff;
	float: right;
	text-align: center;
	padding: 30px;
	width: 40%;
		-webkit-transform:translateX(40px);
		   -moz-transform:translateX(40px);
		     -o-transform:translateX(40px);
		        transform:translateX(40px);
}

.circlesPix{
	text-align: center;
	margin-top: -160px;
}
.circleBox {
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}

.circleBox.atcenter{ margin: 0 -40px !important; z-index: 3; position: relative;}
.circleBox.size220{
	width: 220px;
	height: 220px;
}
.circleBox.size160{
	width: 160px;
	height: 160px;
}
.circleImg {
	border-radius: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.circleImg img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	max-width: none;
	max-height: 100%;
}

/* FULLIMG */
.fullimg	{
	color: #fff;
	padding: 300px 40px 200px 40px;
	position: relative;
}
.fullimg blockquote{
	font-size: 60px;
	line-height: 60px;
	font-size: 100;
	text-align: center;
	position: relative;
	z-index: 2;
	max-width: 1680px;
	margin: 0 auto;
}
.fullimg:after{
	display: inline-block;
	content: "";
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0; z-index: 1;
}
/* FOLD 1 */
.fold-1{
	background: #000;
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
	z-index: 2000;
	color: #fff;
}

.schoolname{
	float: left;
}

.logo{
	display: inline-block;
	margin-bottom: 30px;
}

.socialLinks{ float: right;  display: none; }
.socialLinks li{ display: inline-block; }
.socialLinks .facebook{}
.socialLinks .twitter{}
.socialLinks .youtube{}


.heading-afs{ text-align: center; padding-top: 40px; text-align: center; margin-bottom: 40px; }
.heading-afs h1{
	font-size: 72px;
	line-height: 70px;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: 900;
}
.heading-afs span{font-family:'RutmerHand-Regular'; font-size:22px; display: inline-block; text-transform: uppercase; }
.heading-afs span.lined{display: inline-block; position: relative; padding: 0 40px;}
.heading-afs span.lined:before,.heading-afs span.lined:after{
	content: '';
	background: #fff;
	width: 50%; height: 1px;
	position: absolute;
	top: 50%;
}
.heading-afs span.lined:before{ right: 100%; }
.heading-afs span.lined:after{ left: 100%; }
.subu-afs{
	margin-bottom: 40px;
}
 .fold-1 .content{
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1440px; 
	width: 100%;
	position: relative;
	z-index: 1000;
}
.fold-1--text{
	float: left;
	width: 100%;
	padding-right: 600px;
	padding-bottom: 40px; 
}
.fold-1--form{
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 20000;
	width: 300px; min-height: 100%;
	padding: 30px;
	background: #0091e3;
background: rgba(0,70,107,1);
background: -moz-linear-gradient(top, rgba(0,70,107,1) 0%, rgba(0,145,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,70,107,1)), color-stop(100%, rgba(0,145,227,1)));
background: -webkit-linear-gradient(top, rgba(0,70,107,1) 0%, rgba(0,145,227,1) 100%);
background: -o-linear-gradient(top, rgba(0,70,107,1) 0%, rgba(0,145,227,1) 100%);
background: -ms-linear-gradient(top, rgba(0,70,107,1) 0%, rgba(0,145,227,1) 100%);
background: linear-gradient(to bottom, rgba(0,70,107,1) 0%, rgba(0,145,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00466b', endColorstr='#0091e3', GradientType=0 );

}
.fold-1--form h3{ margin-bottom: 0; }
.fold-1--form:after{
	content: '';
	position: absolute;
	top: 100%; left: 0;
	height: 0px; 
    width: 100%; 
    border-top: 60px solid #0091e3; 
    border-left: 150px solid transparent; 
    border-right: 150px solid transparent; 
}
.fold-1--kid{
	position: absolute;
	top: 30px;
	right: 280px;
}


/* FOOTER */
.footer{
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.footer .footerGradient{
	position: absolute; top: 0; left: 0; width: 100%; height: 200%; z-index: 1;

	display: inline-block;
}
.footer .content{
	padding: 100px 0 40px 0;
	position: relative;
	z-index: 2;
}
.footer .copyright{ opacity: 0.5;}

/* CUSTOM COLORS */
body{ background: #0d0d0d; }

.intro,
.footerGradient{
background: #0d0d0d;
background: rgba(13,13,13,1);
background: -moz-linear-gradient(270deg, rgba(28,28,28,1) 0%, rgba(13,13,13,1) 99%, rgba(13,13,13,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(99%, rgba(13,13,13,1)), color-stop(100%, rgba(13,13,13,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(28,28,28,1) 0%, rgba(13,13,13,1) 99%, rgba(13,13,13,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(28,28,28,1) 0%, rgba(13,13,13,1) 99%, rgba(13,13,13,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(28,28,28,1) 0%, rgba(13,13,13,1) 99%, rgba(13,13,13,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(13,13,13,1) 99%, rgba(13,13,13,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C1C', endColorstr='#0d0d0d',GradientType=0 ); /* ie6-9 */
}

.fold-1--form{
background: #ef0000;
background: rgba(239,0,0,1);
background: -moz-linear-gradient(270deg, rgba(255,69,18,1) 0%, rgba(239,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,69,18,1)), color-stop(100%, rgba(239,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(255,69,18,1) 0%, rgba(239,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(255,69,18,1) 0%, rgba(239,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(255,69,18,1) 0%, rgba(239,0,0,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(255,69,18,1) 0%, rgba(239,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4512', endColorstr='#ef0000',GradientType=0 ); /* ie6-9 */

}
.fold-1--form:after{
    border-top: 60px solid #ef0000;
}

.heading-afs h1{color: #ef0000;}
.mainContent .content{ border-color:#ef0000; }
.separators .color_1{ background: #a0a0a0; }
.separators .color_2{ background: #a0a0a0; }
.separators .color_3{ background: #a0a0a0; }
.footer h2,
.spot h2{ color: #ef0000;}
.spot .biglines2{ color: #00b4ff; }
.firstForm, .secForm{
	background:#162330;
	border-color:#ef0000;
}
.fullimg:after{ background-color: rgba(239,0,0,0.6); }

.mainContent h2{ color: #00b4ff;}
.mainContent .biglines2{ color: #00b4ff;}
.secForm h3,
.mainContent h4{ color: #00b4ff;}

.circleBox.atleft {
	-webkit-box-shadow: -4px 0px 0px 2px #ef0000;
	-moz-box-shadow: -4px 0px 0px 2px #ef0000;
	-o-box-shadow: -4px 0px 0px 2px #ef0000;
	box-shadow: -4px 0px 0px 2px #ef0000;
}
.circleBox.atcenter {
	-webkit-box-shadow: 0px 4px 0px 2px #ef0000;
	-moz-box-shadow: 0px 4px 0px 2px #ef0000;
	-o-box-shadow: 0px 4px 0px 2px #ef0000;
	box-shadow: 0px 4px 0px 2px #ef0000;
}
.circleBox.atright {
	-webkit-box-shadow: 4px 0px 0px 2px #ef0000;
	-moz-box-shadow: 4px 0px 0px 2px #ef0000;
	-o-box-shadow: 4px 0px 0px 2px #ef0000;
	box-shadow: 4px 0px 0px 2px #ef0000;
}
