/*
Theme Name: MeteorFit
Author: Julian Chaniolleau
Description: ...
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
} 

body{
	background: #fff;
	color: #4f5362;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	overflow: hidden;
	overflow-y: auto;
}
::selection{background-color:#000;color:#fff;}
::-moz-selection{background-color:#000;color:#fff;}


.gecko body{ font-weight: normal; }
.gecko * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------*/
/*			 TYPOGRAPHY				*/
/*----------------------------------*/
a{
	cursor: pointer !important;
	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;
}
a:hover{ cursor: pointer !important; }


h1 , h2 , h3 , h4 , h5 , h6 { color: #222328; font-family: 'Montserrat', sans-serif; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{ font-weight: bold; font-weight: 800; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ display: inline-block; }

h1{ font-size: 60px; line-height: 64px; margin-bottom: 30px; }
h2{ font-size: 60px; line-height: 64px; margin-bottom: 30px; }
h3{ font-size: 48px; line-height: 54px; margin-bottom: 20px; }
h4{ font-size: 18px; line-height: 24px; margin-bottom: 20px; }
h5{ font-size: 16px; line-height: 19px; margin-bottom: 20px; }
h6{ font-size: 14px; line-height: 19px; margin-bottom: 10px; }

.ispageContent h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.intro{ letter-spacing: 3px; text-transform: uppercase; margin-bottom: 80px; }
.intro h1{ margin-bottom: 0px; }
.intro h2{ font-size: 24px; line-height: 36px; }

strong { font-weight: bold; font-weight: 800; }
em     { font-style: italic; }
small  { font-size: 80%; line-height: 60%;}
sup{
	position: relative;
	font-size: 60%; line-height: 12px;
	top: -5px;
}

.white, .white *{ color: #fff !important; }
.grey, .grey *{ color: #999 !important; }
.black, .black *{ color: #000 !important; }

.learnMore:hover{ opacity: 0.6; }

.biglines{ font-size: 36px; line-height: 48px; }
.biglines2{ font-size: 24px; line-height: 36px; }
.smallerTxt{ font-size: 85%; color: #919191; }
.upper{ text-transform: uppercase; }
.bold{ font-weight: bold; }

.suptitle{
	font-size: 15px; line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 8px;
	opacity: 0.5;
}

.mb20{ margin-bottom: 20px; }

.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{ display:block; width:100%; }
.gap-10{ height: 10px; }
.gap-20{ height: 20px; }
.gap-30{ height: 30px; }
.gap-40{ height: 40px; }
.gap-50{ height: 50px; }
.gap-60{ height: 60px; }
.gap-70{ height: 70px; }
.gap-80{ height: 80px; }
.gap-90{ height: 90px; }
.gap-100{ height: 100px; }

.max100{ width: 100%; max-width: 100px !important; margin-left: auto; margin-right: auto;}
.max200{ width: 100%; max-width: 200px !important; margin-left: auto; margin-right: auto;}
.max300{ width: 100%; max-width: 300px !important; margin-left: auto; margin-right: auto;}
.max400{ width: 100%; max-width: 400px !important; margin-left: auto; margin-right: auto;}
.max500{ width: 100%; max-width: 500px !important; margin-left: auto; margin-right: auto;}
.max600{ width: 100%; max-width: 600px !important; margin-left: auto; margin-right: auto;}
.max700{ width: 100%; max-width: 700px !important; margin-left: auto; margin-right: auto;}
.max800{ width: 100%; max-width: 800px !important; margin-left: auto; margin-right: auto;}
.max900{ width: 100%; max-width: 900px !important; margin-left: auto; margin-right: auto;}
.max1000{ width: 100%; max-width: 1000px !important; margin-left: auto; margin-right: auto;}
.max1100{ width: 100%; max-width: 1100px !important; margin-left: auto; margin-right: auto;}
.max1200{ width: 100%; max-width: 1200px !important; margin-left: auto; margin-right: auto;}
.max1280{ width: 100%; max-width: 1280px !important; margin-left: auto; margin-right: auto;}
.max1440{ width: 100%; max-width: 1440px !important; margin-left: auto; margin-right: auto;}
.max1600{ width: 100%; max-width: 1600px !important; margin-left: auto; margin-right: auto;}

.s10{ font-size: 10px; }
.s11{ font-size: 11px; }
.s12{ font-size: 12px; }
.s13{ font-size: 13px; }
.s14{ font-size: 14px; }
.s15{ font-size: 15px; }
.s16{ font-size: 16px; }
.s17{ font-size: 17px; }
.s18{ font-size: 18px; }
.s19{ font-size: 19px; }
.s20{ font-size: 20px; }
.s24{ font-size: 24px; }

.s28{ font-size: 28px; }
.s30{ font-size: 30px; }
.s36{ font-size: 36px; }
.s40{ font-size: 40px; }
.s44{ font-size: 44px; }
.s48{ font-size: 48px; }
.s50{ font-size: 50px; }
.s54{ font-size: 54px; }
.s60{ font-size: 60px; }
.s64{ font-size: 64px; }
.s70{ font-size: 70px; }
.s72{ font-size: 72px; }
.s80{ font-size: 80px; }
.s90{ font-size: 90px; }
.s100{ font-size: 100px; }
.s120{ font-size: 120px; }
.s150{ font-size: 150px; }

.bottomLined{
	position: relative;
	padding-bottom: 30px;
}
.bottomLined:after{
	content: '';
	background-color: #000;
	width: 60px;
	height: 2px;
	position: absolute; bottom: 0; left: 50%;
	margin-left: -30px;
	opacity: 0.3;
}

.col{
	display: block;
	float: left;
	margin: 0 2% 40px 2%;
}

/*.one-full{   	width: 100%; }
.one-half{   	width: 50%; }
.one-third{  	width: 33.3333336%; }
.one-fourth{ 	width: 25%; }
.one-fifth{  	width: 20%; }
.one-sixth{  	width: 16.6666667%; }

.two-half{   	width: 50%; }
.two-third{  	width: 66.3333336%; }
.two-fourth{ 	width: 50%; }
.two-fifth{  	width: 40%; }
.two-sixth{  	width: 33.3333334%; }

.three-fourth{ 	width: 75%; }
.three-fifth{  	width: 60%; }
.three-sixth{  	width: 50%; }

.four-fifth{   	width: 80%; }
.four-sixth{   	width: 66.6666668%; }

.five-sixth{ 	width: 83.3333335%; }*/

.one-full{   	width: 96%; }
.one-half{   	width: 45%; }
.one-third{  	width: 29.3333336%; }
.one-fourth{ 	width: 21%; }
.one-fifth{  	width: 16%; }
.one-sixth{  	width: 12.6666667%; }

.two-half{   	width: 46%; }
.two-third{  	width: 62.3333336%; }
.two-fourth{ 	width: 46%; }
.two-fifth{  	width: 36%; }
.two-sixth{  	width: 29.3333334%; }

.three-fourth{ 	width: 71%; }
.three-fifth{  	width: 56%; }
.three-sixth{  	width: 46%; }

.four-fifth{   	width: 76%; }
.four-sixth{   	width: 62.6666668%; }

.five-sixth{ 	width: 79.3333335%; }


@font-face {
  font-family: 'socialico';
  src:  url('assets/fonts/socialico.eot?pqx9gn');
  src:  url('assets/fonts/socialico.eot?pqx9gn#iefix') format('embedded-opentype'),
    url('assets/fonts/socialico.ttf?pqx9gn') format('truetype'),
    url('assets/fonts/socialico.woff?pqx9gn') format('woff'),
    url('assets/fonts/socialico.svg?pqx9gn#socialico') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socialico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-pinterest:before {
  content: "\e900";
}
.ico-vimeo:before {
  content: "\e901";
}
.ico-dribbble:before {
  content: "\e902";
}
.ico-googleplus:before {
  content: "\e903";
}
.ico-twitter:before {
  content: "\e904";
}
.ico-yelp:before {
  content: "\e905";
}
.ico-youtube:before {
  content: "\e906";
}
.ico-facebook:before {
  content: "\e907";
}
.ico-instagram:before {
  content: "\e908";
}
.ico-linkedin:before {
  content: "\e909";
}




.ico{ text-align: center; margin-bottom: 20px; }

@font-face {
  font-family: 'fitnessSet';
  src:  url('assets/fonts/fitnessSet.eot?59c4ka');
  src:  url('assets/fonts/fitnessSet.eot?59c4ka#iefix') format('embedded-opentype'),
    url('assets/fonts/fitnessSet.ttf?59c4ka') format('truetype'),
    url('assets/fonts/fitnessSet.woff?59c4ka') format('woff'),
    url('assets/fonts/fitnessSet.svg?59c4ka#fitnessSet') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],.service_1,.service_2,.service_3,.service_4 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fitnessSet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-muscle:before {
  content: "\e900";
}

.icon-plus:before {
  content: "\e901";
}

.service_1:before,
.icon-run2:before {
  content: "\e902";
}

.icon-champion:before {
  content: "\e903";
}

.icon-junkmeal:before {
  content: "\e904";
}

.service_4:before,
.icon-meal:before {
  content: "\e905";
}

.service_2:before,
.icon-alter:before {
  content: "\e906";
}

.icon-chrono:before {
  content: "\e907";
}

.icon-drink:before {
  content: "\e908";
}

.service_3:before,
.icon-heart:before {
  content: "\e909";
}

.icon-run:before {
  content: "\e90a";
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		BUTTONS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.button{
	background-color: #171717;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans Condensed';
	line-height: 50px;
	padding: 0 30px !important;
	text-transform: uppercase;
}

.linkplus{
	display: inline-block;
	position: relative;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
}
.linkplus:before, .linkplus:after{
	content: '';
	width: 60px; height: 3px;
	background: #fff;
    position: absolute;
}
.linkplus:before{
    margin: 0 auto;
    top: 50%;
    left: 0;
}
.linkplus:after{
    transform: rotate(90deg);
    left: 0;
    top: 50%;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		HEADER
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background-color: #000;
	color: #fff;
}

	.top_bar{
		background-color: #171717;
		border-top: 4px solid #999;
		font-size: 13px;
		padding: 0 20px;
		overflow: hidden;
	}
	.top_bar a{ color: inherit; opacity: 0.7; }
	.top_bar a:hover{  opacity: 1; }

	.top_bar-left{ float: left; width: 50%; line-height: 40px; }
		.words-1{ font-weight:bold; padding-right: 20px; border-right: 1px solid #fff; margin-right: 16px; }
		.words-1 a{ background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/icon-call.png) no-repeat left center; padding-left: 24px; margin-left: 10px; }
		.words-2{ font-style: italic; }
		.words-2 a{ background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/icon-mail.png) no-repeat left center; padding-left: 24px; }
	.top_bar-right{ float: right; width: 50%; }

	.social_networks{
		font-size: 0;
		text-align: right;
	}
	.social_networks li{ background-color:transparent!important; display: inline-block; font-family: 'socialico' !important; font-size:24px; vertical-align: bottom;}
	.social_networks li a{ background-color:transparent!important; color: #fff; display: block; width: 32px; text-align: center; padding: 6px;}
	.social_networks li a:hover{ color: #aaa; }
	.social_networks li a span{  display: none; }
	.social_networks li.pinterest a:before{  content: "\e900"; }
	.social_networks li.vimeo a:before{      content: "\e901"; }
	.social_networks li.dribbble a:before{   content: "\e902"; }
	.social_networks li.googleplus a:before{ content: "\e903"; }
	.social_networks li.twitter a:before{    content: "\e904"; }
	.social_networks li.yelp a:before{       content: "\e905"; }
	.social_networks li.youtube a:before{    content: "\e906"; }
	.social_networks li.facebook a:before{   content: "\e907"; }
	.social_networks li.instagram a:before{  content: "\e908"; }
	.social_networks li a.linkedin:before,
	.social_networks li.linkedin a:before{   content: "\e909"; }



	.stickHeader{ max-height: 90px; }
	.stickHeader .logo{
		float: left;
		max-width: 320px;max-height: 100px;
	}
	.stickHeader .logo img{ max-height: 100px; }
	.stickHeader .navigation-part{
		float: right;
		text-align: right;
		padding: 25px 0;
	}
	.stickHeader .navigation-part ul{ display: inline-block; }
	.stickHeader .navigation-part li{ display: inline-block; line-height: 50px; margin-left: 10px; font-size: 15px; position: relative;}
	.stickHeader .navigation-part li a{ color:#fff; font-weight:700; padding: 0 6px;font-size: 15px; font-family: 'Open Sans Condensed'; text-transform: uppercase;}
	.stickHeader .navigation-part li a:hover{ color:#aaa; }

	.main_navigation .button{font-size: 15px; font-family: 'Open Sans Condensed';}

	.main_navigation ul ul{
		display: none !important;
	    position: absolute;
	    top: 100%;
	    left: 0;
	    background: #000;
	    text-align: left;
	    width: 240px;
	}
	.main_navigation ul li:hover ul{ display: block !important; }
	.main_navigation ul ul li{ width: 100%; display: block; margin-left: 0px; line-height: 30px;}
	.main_navigation ul ul li a{ display: block; }
	.main_navigation .button{ padding: 0 20px !important; }
	.hmbrgr{
		display: none;
		margin: 0 auto;
		width: 50px; height: 40px;
		position: relative;
	}
	.hmbrgr span{
		background-color: #fff;
		height: 3px;
		width: 24px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -12px; 
	  -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;
	}
	.hmbrgr span:nth-child(1){ margin-top: -8px; }
	.hmbrgr span:nth-child(2){ margin-top: 0px; }
	.hmbrgr span:nth-child(3){ margin-top: 8px; }

	.mobmenuactive .hmbrgr span:nth-child(1){ margin-top: 0px; transform:rotate(45deg); }
	.mobmenuactive .hmbrgr span:nth-child(2){ margin-top: 0px; opacity: 0; }
	.mobmenuactive .hmbrgr span:nth-child(3){ margin-top: 0px; transform:rotate(-45deg); }


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		SECTION
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.section .content{
	margin: 0 auto;
	max-width: 1600px;
	padding: 100px 40px;
}

.content ol {
    padding-left: 50px;
    margin-bottom: 20px;
}

.content ol li {
    padding-left: 10px;
    display: list-item;
    list-style: decimal !important;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		FOOTER
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.footer{
	background-color: #000;
	color: #fff;
}
	
	.footer .center img{ display: block; margin: 0 auto; }

	.footer h4{ color: inherit; }
	.footer .content{
		padding-bottom: 0px;
	}

	.footer a{ color: #fff !important; }
	.footer a:hover{ color: #999 !important; }

	.copyright{ border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,0.1); font-size: 10px; text-transform: uppercase; color: #888; letter-spacing: 4px; margin: 0; padding: 40px 20px; text-align: center; }
	.copyright a{ color: #fff !important; }
	.copyright a:hover{ color: #999 !important; }

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		HOME VIDEO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.home-video-box{}

	.home-video-box .content{
		padding: 60px 40px 100px 40px;
		margin-top: -100px;
	}
	.home-video-box .dsgn{
		position: relative;
		z-index: 2;
	}
	.dsgn:before {
		content: '';
		width: 120%;
		position: absolute;
		top: 50%;
		left: -10%;
		z-index: -1;
		background-color: #000;
		height: 40%;
		-webkit-transform: skewY(-14deg) translateY(-50%);
		transform: skewY(-14deg) translateY(-50%);
	}
	.dsgn:after {
		content: '';
		width: 110%;
		position: absolute;
		top: 50%;
		left: -5%;
		z-index: -1;
		background-color: #444444;
		height: 60%;
		-webkit-transform: skewY(-14deg) translateY(-50%);
		transform: skewY(-14deg) translateY(-50%);
		opacity: 0.2;
	}	

	.dsgn:before {
		content: '';
		width: 120%;
		position: absolute;
		top: 50%;
		left: -10%;
		height: 40%;
		-webkit-transform: skewY(-8deg) translateY(-35%);
		transform: skewY(-8deg) translateY(-35%);
	}
	.dsgn:after {
		content: '';
		width: 110%;
		position: absolute;
		top: 50%;
		left: -5%;
		height: 60%;
		-webkit-transform: skewY(-8deg) translateY(-35%);
		transform: skewY(-8deg) translateY(-35%);
		opacity: 0.2;
	}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		HOME SLIDER
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.relative{ position: relative; background-color: #000; }
.introHome{
	color: #fff;
	min-height: 480px;
	padding-top: 129px;
	/*max-width: 1800px;*/
	margin: 0 auto;
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.introHome:before,
.pageHeader:before{
		content: '';
		opacity: 0.6;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
		display: block;
		width: 100%; height: 100%;
background: rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
.introHome-content{
	margin: 0 auto;
	position: absolute; left: 0; bottom:20%;
	z-index: 20;
	width: 100%;
	max-height: 70%;
}
.introHome-container{
	margin: 0 auto;
	padding: 40px 20px;
	max-width: 1600px;
	padding-right: 500px;
}

.introHome-container h1,
.introHome-container h2{
	color: inherit !important;
	display: inline-block;
	border-bottom: 4px solid #fff;
	padding-bottom: 30px;
}

.introHome-container .biglines2{ margin-bottom: 30px; }


.introHome-leadform{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 25;
	max-width: 480px;
	padding: 40px;
}
.introHome-leadform_in{
	background: #000;
	color: #fff;
	padding: 20px;
	position: relative;
	z-index: 2;
}
.introHome-leadform:after{
	content: '';
	width: 0; height: 0;
	display: block;
	position: absolute; bottom: 0; right: 0;
	border-left: 400px solid transparent;
	border-top: 400px solid transparent;
	border-right: 400px solid #fff;
}


.introHome-leadform_in h3{
	color: #fff;
	font-family: 'Open Sans Condensed';
	font-size: 24px !important; line-height: 30px; margin-bottom: 0;
	text-align: center;
}

.pageHeader{
	color: #fff;
	padding-top: 100px;
    padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.pageHeader-content{
	position: relative;
	z-index: 5;
}

.pageHeader-content h1{
	color: inherit !important;
	display: inline-block;
	border-bottom: 4px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.pageHeader-content h2{ color: inherit !important;}

.pageHeader-container .biglines2{ margin-bottom: 30px; }
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		HOME SLIDER
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.sliderHome{
	min-height: 480px;
	padding-top: 129px;
	/*max-width: 1800px;*/
	margin: 0 auto;
	position: relative;
	height: 100vh;
}
.sliderHome .swiper-container,
.sliderHome .swiper-wrapper{
	height: calc(100vh - 129px);
}

.sliderHome .dsgn{
	-webkit-box-shadow: 0px 0px 60px -10px #000;
	box-shadow: 0px 0px 60px -10px #000;
}
.sliderHome .swiper-slide img{}

.sliderHome .swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sliderHome .swiper-slide:before{
		content: '';
		opacity: 0.6;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
		display: block;
		width: 100%; height: 100%;
background: rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
.swiper-slide-container{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	color: #fff;
}
.swiper-slide-container h2{
	color: inherit;
	display: inline-block;
	border-bottom: 4px solid #fff;
	padding-bottom: 30px;
}

.swiper-slide-container .biglines2{ margin-bottom: 30px; }

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		PROGRAMS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.home-program{
		background-color: #000;
		position: relative;
		color: #fff;
}
	.home-program .content{
		margin: 0 auto;
		max-width: 1600px;
		padding: 120px 40px 80px 40px;
		position: relative;
		z-index: 6;
	}
	.home-program-img{
		float: left;
		width: 45%;
		-webkit-box-shadow: 0px 0px 60px -10px #000;
		box-shadow: 0px 0px 60px -10px #000;
	}

	.atright .home-program-img{
		float: right;
		width: 45%;
	}
	.home-program-img{
		position: relative;
	}
	.home-program-img img{
		position: relative;
		z-index: 3;
		width: 100%;
	}
	.home-program-img:before{
		content:'';
		position: absolute;
		bottom: -10px;
		left: -10px;
		width: 0; height: 0;
		z-index: 0;
		border-bottom: 80px solid #000;
		border-right: 80px solid transparent;
		border-top: 80px solid transparent;
	}
	.home-program-img:after{
		content:'';
		position: absolute;
		top: -10px;
		right: -10px;
		width: 0; height: 0;
		z-index: 0;
		border-top: 100px solid #000;
		border-left: 100px solid transparent;
		border-bottom: 100px solid transparent;
	}

	.home-program-text{
		float: left;
		width: 55%;
		padding: 40px 80px;
	}
	.home-program-text h2{
		color: inherit !important;
		display: inline-block;
		border-bottom: 4px solid #fff;
		padding: 20px 0;
		text-transform: uppercase;
		font-size: 48px; line-height: 50px;
	}
	.home-program-text .biglines{
		font-size: 20px;
		font-style: italic;
		line-height: 28px;
	}

	.home-program-bg{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%; width: 100%;
		display: block;
		overflow: hidden;
	}

	.home-program-bg .ill{
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 1;
		height: 120%; width: 120%;
		display: block;
		overflow: hidden;
	}

	.home-program-bg .in{
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 2;
		height: 120%; width: 120%;
		display: block;
		overflow: hidden;
		background-attachment: fixed;
		background-size: cover;
		background-position: center center;
		-webkit-filter: blur(6px);
		opacity: 0.6;
	}

	.home-program-bg .ill:before{
		content: '';
		opacity: 0.6;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
		display: block;
		width: 100%; height: 100%;
background: rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		TESTIMONIALS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.home-testimonials{
	background-color: #f0f0f0;
	padding: 100px 40px;
	position: relative;
}

	.home-testimonials:after {
		background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/texture.png) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
	}
.home-testimonials .content{ position: relative; z-index: 2; }

.home-testimonials h2,
.home-testimonials h3,
.home-testimonials h4,
.home-testimonials h5{ color: inherit !important; }

	.home-testi{
		text-align: center;
    	padding-bottom: 40px;
	}
	.home-testi .avatar{
		overflow: hidden;
		 width: 250px; height:250px; 
		display: block;
		margin: 0 auto 10px auto;
		/*border-radius: 100%;*/
	}
	.home-testi h4{ margin-bottom: 0; }
	.home-testi em{}
	.home-testi p{ font-size:14px; padding: 20px 0; }
	.home-testi-paginate{

	}
.swiper-pagination-bullet {
    background: none!important;
    opacity:1!important;
    border:2px solid #fff;
}
.swiper-pagination-bullet-active {  background: #fff !important; }
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		INSTAGRAM
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.instagramBox{}
.instagramBox .content{}
	#instafeed,
	.instagram-feed{
	    text-align: center;
	    margin: 0 auto;
	}
	.instagramBox .instagram a,
	.instagramBox .instagram img,
	.instagram-feed a,
	.instagram-feed img{
		width: 220px; height: 220px;
	}
	.instagramBox .instagram a,
	.instagram-feed a,
	.instagramBox .instagram img,
	.instagram-feed img{ display: inline-block; margin: 10px;
		opacity: 1;
	}
/*
	.instagramBox .instagram a.animStart:nth-child(1),
	.instagram-feed a.animStart:nth-child(1){
  -webkit-animation: grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(2),
	.instagram-feed a.animStart:nth-child(2){
  -webkit-animation: grow 1s 0.2s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.2s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.2s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.2s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(3),
	.instagram-feed a.animStart:nth-child(3){
  -webkit-animation: grow 1s 0.3s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.3s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.3s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.3s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(4),
	.instagram-feed a.animStart:nth-child(4){
  -webkit-animation: grow 1s 0.4s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.4s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.4s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.4s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(5),
	.instagram-feed a.animStart:nth-child(5){
  -webkit-animation: grow 1s 0.5s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.5s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.5s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.5s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(6),
	.instagram-feed a.animStart:nth-child(6){
  -webkit-animation: grow 1s 0.6s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.6s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.6s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.6s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(7),
	.instagram-feed a.animStart:nth-child(7){
  -webkit-animation: grow 1s 0.7s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.7s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.7s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.7s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(8),
	.instagram-feed a.animStart:nth-child(8){
  -webkit-animation: grow 1s 0.8s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.8s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.8s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.8s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(9),
	.instagram-feed a.animStart:nth-child(9){
  -webkit-animation: grow 1s 0.9s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 0.9s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 0.9s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 0.9s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(10),
	.instagram-feed a.animStart:nth-child(10){
  -webkit-animation: grow 1s 1s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 1s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 1s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 1s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(11),
	.instagram-feed a.animStart:nth-child(11){
  -webkit-animation: grow 1s 1.1s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 1.1s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 1.1s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 1.1s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(12),
	.instagram-feed a.animStart:nth-child(12){
  -webkit-animation: grow 1s 1.2s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 1.2s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 1.2s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 1.2s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(13),
	.instagram-feed a.animStart:nth-child(13){
  -webkit-animation: grow 1s 1.3s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 1.3s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 1.3s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 1.3s cubic-bezier(.3,.07,.08,1) forwards;
	}
	.instagramBox .instagram a.animStart:nth-child(14),
	.instagram-feed a.animStart:nth-child(14){
  -webkit-animation: grow 1s 1.4s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s 1.4s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s 1.4s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s 1.4s cubic-bezier(.3,.07,.08,1) forwards;
	}
*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		REQUEST FORM
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.requestForm{ background-color: #f0f0f0; color: #fff !important; position: relative; }
.requestForm h3{ color: inherit !important; }

	.requestForm:after {
		background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/texture.png) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
	}
.requestForm .content{ position: relative; z-index: 2; }

	.banner-request{
		position: relative;
		text-transform: uppercase;
		text-align: center;
		z-index: 3;
	}
	.banner-request:before{
		background-color: rgba(0,0,0,0.6);
		content: '';
		width: 100%; height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.banner-request h2{
		color: #fff !important;
		position: relative;
		z-index: 2;
		padding: 60px 20px;
		margin: 0;
	}

	.requestForm .content{
		float: left;
		width: 50%;
		padding: 100px 40px;
		position: relative;
		z-index: 3;
	}
	.leadFormTextBox{
		max-width: 600px;
		margin: 0 0 0 auto;
		padding: 60px 40px;
	}

	.requestForm .leadForm{
		float: left;
		width: 50%;
		padding: 100px 40px;
		position: relative;
		z-index: 3;
	}
	.leadFormBox{
		background-color: #000;
		max-width: 480px;
		padding: 40px;
		margin: 0 auto;
	}
	.leadFormBox h2{
	    color: #fff;
		font-family: 'Open Sans Condensed';
	    text-transform: capitalize;
	    font-size: 26px;
	    line-height: 30px;
	    text-align: center;
	    margin-bottom: 0;
	}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		STUFFS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.iconicTitle{
	padding-left: 24px;
	position: relative;
	text-transform: uppercase;
	font-weight: 800; 
}
.iconicTitle:before{
	content: '';
	width: 0; height: 0;
    border-bottom: 18px solid #999;
    border-right: 18px solid transparent;
    border-left: -5px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.iconicTitle:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #999;
    border-right: 10px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    left: 5px;
    top: -3px;
    -webkit-transform: rotate(-57deg);
    transform: rotate(-57deg);
    opacity: 0.4;
}

.sideBar{
    background: #fff;
    margin-top: -210px;
    z-index: 90;
    padding: 24px 30px;
}
.sideProgram{
	position: relative;
	margin-bottom: 30px;
	  -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;
}
.sideProgram img{ width: 100%; }
.sideProgram a{ display: block; position: relative; }
.sideProgram a:after {
	background: none;
	display: block;
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0.5;
	  -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;
}
.sideProgram:hover a:after {
	width: 100%;
}
.sideProgram:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color:#000;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 2;
	  -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;
}
.sideProgram:hover:after{ width: 0%; } 
.sideProgram a{ display: block; }
.sideProgram h4{ color:#fff !important; text-transform:uppercase; position: absolute; top: 50%; left: 0; z-index: 3; width: 100%; padding: 0 20px; text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}


.requestSideBar{
	background-color: #000;
	border-style: solid;
	border-color: #999;
	border-width: 6px 6px 6px 6px;
	padding: 20px;
	margin: 0 0 30px 0;
}
.pageContent h3{
	font-size: 36px; line-height: 40px;
}
.pageContent ul{
	margin: 20px 0 30px 20px;
}
.pageContent li{
	margin-bottom: 8px;
	font-size: 90%;
	list-style: disc;
}
.pageContent hr{
    background: #e2e2e2;
    border: none;
    height: 3px;
    width: 80%;
    margin: 0 auto;
}


.servicesBox{
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    vertical-align: top;
}
.servicesBox p{ font-size: 14px; }

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		FIXES because of old themes
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.pageContent #testimonials li { list-style: none; }

.fighters_items{ text-align: center; font-size: 0; }
.fighters_item{
	font-size: 15px;
    display: inline-block;
    width: 33.333336%;
    margin-bottom: 30px;
}
.fighters_item h4{ margin-bottom: 0; }
.fighters_item em{ display: block; }

.fighters_filters {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.fighters_filters ul {
    margin: 0 !important;
    padding: 0 !important;
}

.fighters_filters li {
    background: none !important;
    display: inline-block !important;
    padding-left: 0 !important;
    margin: 0 10px;
}
.fighters_filters li:before,
.fighters_filters li:after{ display: none !important; }

.fighters_image img{ width: 100%; padding: 10px; } 


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		ANIMATIONS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.anim{
	opacity: 0;
	position: relative;
	  -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;
}
.animStart.anim-moveup-1{
  -webkit-animation: moveup 1s 0.1s cubic-bezier(.52,.07,.08,.83) forwards;
  -moz-animation:    moveup 1s 0.1s cubic-bezier(.52,.07,.08,.83) forwards;
  -o-animation:      moveup 1s 0.1s cubic-bezier(.52,.07,.08,.83) forwards;
  animation:         moveup 1s 0.1s cubic-bezier(.52,.07,.08,.83) forwards;
}

.animStart.anim-moveup-2{
  -webkit-animation: moveup 1s 0.3s cubic-bezier(.52,.07,.08,.83) forwards;
  -moz-animation:    moveup 1s 0.3s cubic-bezier(.52,.07,.08,.83) forwards;
  -o-animation:      moveup 1s 0.3s cubic-bezier(.52,.07,.08,.83) forwards;
  animation:         moveup 1s 0.3s cubic-bezier(.52,.07,.08,.83) forwards;
}

.animStart.anim-moveup-3{
  -webkit-animation: moveup 1s 0.5s cubic-bezier(.52,.07,.08,.83) forwards;
  -moz-animation:    moveup 1s 0.5s cubic-bezier(.52,.07,.08,.83) forwards;
  -o-animation:      moveup 1s 0.5s cubic-bezier(.52,.07,.08,.83) forwards;
  animation:         moveup 1s 0.5s cubic-bezier(.52,.07,.08,.83) forwards;
}

.animStart.anim-moveup-4{
  -webkit-animation: moveup 1s 0.7s cubic-bezier(.52,.07,.08,.83) forwards;
  -moz-animation:    moveup 1s 0.7s cubic-bezier(.52,.07,.08,.83) forwards;
  -o-animation:      moveup 1s 0.7s cubic-bezier(.52,.07,.08,.83) forwards;
  animation:         moveup 1s 0.7s cubic-bezier(.52,.07,.08,.83) forwards;
}

@-webkit-keyframes moveup {
  0%   { opacity: 0; top:100px; }
  100% { opacity: 1; top: 0px; }
}
@-moz-keyframes moveup {
  0%   { opacity: 0; top:100px; }
  100% { opacity: 1; top: 0px; }
}
@-o-keyframes moveup {
  0%   { opacity: 0; top:100px; }
  100% { opacity: 1; top: 0px; }
}
@keyframes moveup {
  0%   { opacity: 0; top:100px; }
  100% { opacity: 1; top: 0px; }
}


.animStart.anim-grow{
  -webkit-animation: grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  -moz-animation:    grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  -o-animation:      grow 1s cubic-bezier(.3,.07,.08,1) forwards;
  animation:         grow 1s cubic-bezier(.3,.07,.08,1) forwards;
}

@-webkit-keyframes grow {
  0%   { opacity: 0; transform: -webkit-scale(0.3); }
  100% { opacity: 1; transform: -webkit-scale(1); }
}
@-moz-keyframes grow {
  0%   { opacity: 0; transform: -moz-scale(0.3); }
  100% { opacity: 1; transform: -moz-scale(1); }
}
@-o-keyframes grow {
  0%   { opacity: 0; transform: -o-scale(0.3); }
  100% { opacity: 1; transform: -o-scale(1); }
}
@keyframes grow {
  0%   { opacity: 0; transform: scale(0.3); }
  100% { opacity: 1; transform: scale(1); }
}



.animStart.anim-fadeIn{
  -webkit-animation: fadeIn 0.4s cubic-bezier(.52,.07,.08,.83) forwards;
  -moz-animation:    fadeIn 0.4s cubic-bezier(.52,.07,.08,.83) forwards;
  -o-animation:      fadeIn 0.4s cubic-bezier(.52,.07,.08,.83) forwards;
  animation:         fadeIn 0.4s cubic-bezier(.52,.07,.08,.83) forwards;
}

@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.animStart.anim-fadeLong{
  -webkit-animation: fadeIn 1s ease-in-out forwards;
  -moz-animation:    fadeIn 1s ease-in-out forwards;
  -o-animation:      fadeIn 1s ease-in-out forwards;
  animation:         fadeIn 1s ease-in-out forwards;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		CUSTOM CSS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.lightHeader .words-1 a{ background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/icon-call2.png) no-repeat left center; padding-left: 24px; margin-left: 10px; }
.lightHeader .words-2 a{ background: url(https://97displaylive.blob.core.windows.net/aqua/Resources/meteorfit/assets/images/icon-mail2.png) no-repeat left center; padding-left: 24px; }

.lightHeader .header{ background-color: #fff; color: #000; }
.lightHeader .top_bar{ background-color: #f0f0f0; }
.lightHeader .words-1{ border-right: 1px solid #000;}
.lightHeader .social_networks li a{ color: #000; }
.lightHeader .social_networks li a:hover{ color: #aaa; }
.lightHeader .hmbrgr span{ background-color: #000; }
.lightHeader .stickHeader .navigation-part li a{ color:#000; }
.lightHeader .stickHeader .navigation-part li a:hover{ color:#aaa; }

.lightHeader .footer{ background-color: #fff; color: #000; }
.lightHeader .footer a{ color: #000; }
.lightHeader .footer a:hover{ color: #aaa; }
.lightHeader .copyright{ border-top: 1px solid #000; border-top: 1px solid rgba(0,0,0,0.1); color: #aaa; }
.lightHeader .copyright a{ color: #000 !important; }
.lightHeader .copyright a:hover{ color: #999 !important; }

.lightHeader .main_navigation ul ul {  background: #fff; }
.lightHeader .main_navigation ul ul a{  color: #999; }
.lightHeader .main_navigation ul ul a:hover{  color: inherit; }



h1 , h2 , h3 , h4 , h5 , h6, [class^="icon-"], [class*=" icon-"], [class^="ico-"], [class*=" ico-"] { color: #2b123f; }
.top_bar{ border-top: 4px solid #662d91; }
.iconicTitle:before{ border-bottom: 18px solid #662d91; }
.iconicTitle:after { border-bottom: 8px solid #662d91; }
.requestForm{ background-color: #662d91; }
.swiper-pagination-bullet-active {  background: #662d91 !important; border:2px solid #662d91;}
.button{ background-color: #662d91; color: #fff; }
.dsgn:before { background-color: #662d91; }
.home-testimonials{ background-color: #662d91; color: #fff; }
.home-program-img:before{ border-bottom: 80px solid #662d91; }
.home-program-img:after{ border-top: 100px solid #662d91; }
.introHome-leadform:after{ border-right: 400px solid #662d91; }
.requestSideBar{ border-color: #662d91;}
.home-program-bg .ill:before,
.sliderHome .swiper-slide:before{
background: rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(40,0,70,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(40,0,70,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(40,0,70,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(40,0,70,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(40,0,70,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(40,0,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#280046', GradientType=0 );
	}
.sideProgram a:after{ background-color: #662d91; }





.the_blog{
	display: block;
	max-width: 1280px;
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.left_blog{
	display: block;
	float: left;
	width: 70%;
	padding:0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.the_blog_article{
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 30px;
		padding-bottom: 30px;
		overflow: hidden;
		width: 100%;
	}
	.the_blog_preview{
		display: block;
		float: left;
		margin-right: 30px;
	}
	.the_blog_preview a{}
	.the_blog_preview img{}
	.the_blog_header{
		display: block;
	}
	.the_blog_header  .postdate{
		background: #08090b;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		padding: 3px 10px;
		text-transform: uppercase;
	}
	.the_blog_header h3{
		font-size: 34px;
		margin-bottom: 10px;
	}
	.the_blog_header a.button{
		background: #202020;
		color: #fff;
		font-size: 14px;
		padding: 0 20px;
		line-height: 36px;
	}
	.the_blog_header p{
		font-size: 17px;
	}

	.paginator{
		border: 1px solid #e0e0e0;
		display: block;
		font-size: 0;
		text-align: center;
		position: relative;
		padding: 0 32px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
	.paginator li{ background-image: none!important; }
	.paginator a{ min-width:32px; text-align:center; color:#404040; border:1px solid #e0e0e0; border-width: 0px 1px 0px 1px; font-size: 12px; text-transform: uppercase; display: inline-block; padding: 0 8px; line-height: 32px; }
	
	.paginator a:hover{ background: #f0f0f0; color:#aaa; }

	.paginator a.first_go{
		border-width: 0px 1px 0px 0px;
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 32px; height: 100%;
		content:'&#10096;';
	}
	.paginator a.first_go:hover{}
	.paginator a.last_go{ 
		border-width: 0px 0px 0px 1px;
		display: block;
		position: absolute;
		top: 0; right: 0;
		width: 32px; height: 100%;
		content:'&#10095;';
	}
	.disableLnk{ background: #fff !important; color:#aaa !important; cursor: default; }
	.paginator a.last_go:hover{}
	.paginator a.page_go{margin-right: -1px;} 
	.paginator a.page_go.active{ background: #000; color:#fff; } 

.right_blog{
	display: block;
	float: right;
	width: 30%;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.widget_title{
		background: #08090b;
		color: #fff;
		padding: 5px 10px 5px 20px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.searchPostForm{
		position: relative;
		margin-bottom: 10px;
	}
	.searchPostForm .field{
		width: 100%;
		margin-bottom: 10px;
		border: 2px solid #000;
		background: #fff;
		color: #000;
		font-size: 15px;
		height: 60px;
		padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
	.searchPostForm .button.submit{
		border: 2px solid #000;
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		width: 100px;
		font-size: 13px;
		padding: 0;
	}

.right_blog .separator{
	display: block;
	height: 40px;
}

.right_blog .latest_posts{}
.right_blog .latest_posts li{
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0px 0px 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
.right_blog .latest_posts .postdate{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
}
.right_blog .latest_posts li h5{ font-size: 15px;  display: block; }
.right_blog .latest_posts li a img{
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.right_blog .latest_posts li a{
	color: #191919;
	padding: 6px 10px;
	display: block;
}
.right_blog .latest_posts li a:hover{}

.right_blog .tagList{}
.right_blog .tagList li{ display: inline-block; font-size: 13px; }
.right_blog .tagList li a{ display: block; padding: 0 6px; margin: 0 1px 2px 1px; color: #404040; background: #f0f0f0; }
.right_blog .tagList li a:hover{ color: #f0f0f0; background: #404040;}


.right_blog .archive_list{}
.right_blog .archive_list li{}
.right_blog .archive_list li a{}
.right_blog .archive_list li a:hover{}




    .search{
        border: 1px solid #e0e0e0;
        width: 57%;
        padding: 0 20px;
        height: 40px;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .list {
        font-family: sans-serif;
        margin: 0;
        padding: 20px 0 0;
    }

        .list > li {
        	background: none!important;
            display: block;
            padding: 10px;
            box-shadow: inset 0 1px 0 #fff;
    		opacity: 1 !important;
        }
        .pagination li:before,
        .list > li:before { display: none; }

    .pagination li {
  display:inline-block !important;
  padding:0px !important;
}
    .pagination li.active a { background: #f0f0f0; }
    .sort {
        border-radius: 6px;
        border: none;
        display: inline-block;
        float: right;
        color: #fff;
        text-decoration: none;
        background-color: #28a8e0;
        height: 40px;
        width: 20%;
        margin-left: 1%;
        min-width: 100px;
        padding: 0 15px 0 10px !important;
        font-weight: bold;
	    font-size: 15px;
	    line-height: normal;
        text-transform: uppercase;
        text-align: center;
        position:relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .sort:hover {
            text-decoration: none;
            background-color: #1b8aba;
        }

        .sort:focus {
            outline: none;
        }

        .sort:after {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid rgba(255,255,255,0.1);
            border-top: 5px solid rgba(255,255,255,0);
            content: "";
            position: absolute;
            top: 13px;
            right: 6px;
        }

        .sort.asc:after {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
            content: "";
            position: absolute;
            top: 18px;
            right: 6px;
        }

        .sort.desc:after {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fff;
            content: "";
            position: absolute;
            top: 13px;
            right: 6px;
        }
        

        
            
.social_share_97d{
	margin-top: 30px;
	display:block;
	text-align: center;
	overflow: hidden;
}
.social_share_97d h4{
	display: inline-block;
	padding: 10px 30px;
	position: relative;
}

.social_share_97d h4:before,
.social_share_97d h4:after{
	content: '';
	background: #f0f0f0;
	height: 3px; width: 120px;
	position: absolute; top: 50%;
	display: block;
}
.social_share_97d h4:before{
	right: 100%;
}
.social_share_97d h4:after{
	left: 100%;
}
.social_share_box{
	padding-left: 0!important;
}
.social_share_box li{
	display: inline-block;
	width: 50px; height: 50px;
	list-style: none;
	margin: 0 20px;
	padding-left: 0!important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	  -webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
		   -o-transition: all 0.3s ease-in-out;
			  transition: all 0.3s ease-in-out;
}
.social_share_box li a{
	display: block;
	width: 50px; height: 50px;
	background-position: center top;
}
.social_share_box li:hover a{ background-position: center bottom; }

.social_share_box li.facebook a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/social_share_box-fb.png); }
.social_share_box li.facebook{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #3b5999;
	-moz-box-shadow: 0px 0px 0px 2px #3b5999;
	-o-box-shadow: 0px 0px 0px 2px #3b5999;
	box-shadow: 0px 0px 0px 2px #3b5999;
}
.social_share_box li.facebook:hover{ background: #3b5999; }

.social_share_box li.twitter a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/social_share_box-tw.png); }
.social_share_box li.twitter{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #55acee;
	-moz-box-shadow: 0px 0px 0px 2px #55acee;
	-o-box-shadow: 0px 0px 0px 2px #55acee;
	box-shadow: 0px 0px 0px 2px #55acee;
}
.social_share_box li.twitter:hover{ background: #55acee; }

.social_share_box li.google a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/googleicon.png); }
.social_share_box li.google{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #dc4e41;
	-moz-box-shadow: 0px 0px 0px 2px #dc4e41;
	-o-box-shadow: 0px 0px 0px 2px #dc4e41;
	box-shadow: 0px 0px 0px 2px #dc4e41;
}
.social_share_box li.google:hover{ background: #dc4e41; }





.schedule_calendar {
    margin-bottom: 30px;
    padding: 0 20px;
}

.schedule_calendar li {
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    padding-top: 5px;
}




.sc_rd_Box ul li { list-style: none; }




	.contactRD{}
	.contactRD h2{ text-align: center; margin-bottom: 40px; font-weight: 500; }
	.contactRD h2 strong{ font-weight: 900 !important; }
	/* Social Medias */
	.contactRD .social-contact{ text-align: center; font-size: 0; margin-bottom: 40px; }
	.contactRD .social-contact li{ border-radius:50%; background-repeat: no-repeat; background-position: center center; display: inline-block; font-size: 16px; margin: 0 6px; width: 44px; height: 44px; text-indent: -9999px;padding: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}
	.contactRD .social-contact:hover li{ opacity: 0.4; }
	.contactRD .social-contact:hover li:hover{ opacity:1; }
	.contactRD .social-contact-facebook{
		background-color: #3b5999;
		background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/facebook.png);
	}
	.contactRD .social-contact-twitter{
		background-color: #55acee;
		background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/twitter.png);
	}
	.contactRD .social-contact-google{
		background-color: #dd4b39;
		background-image: url(https://res.cloudinary.com/display97/image/upload/googleicon.png);
	}
	.contactRD .social-contact-instagram{
		background-color: #3f729b;
		background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/instagram.png);
	}
	.contactRD .social-contact-youtube{
		background-color: #cd201f;
		background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/youtube.png);
	}
	.contactRD .social-contact-yelp{
		background-color: #df2029;
		background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/yelp.png);
	}

	.contactRD li:before, .contactRD li:after{ display: none !important; }
	.contactRD .social-contact li a{ display: block; width: 44px; height: 44px; }
	/* Address */
	.contactRD .contactRD-address{color:#3f4655; font-size: 20px; margin-bottom: 40px; width: 50%; float: left;}
	.contactRD .contactRD-address ul{ padding: 0 !important; }
	.contactRD .contactRD-address li{font-size: 24px; padding: 4px 0 4px 40px; line-height: 32px; list-style: none; }
	.contactRD .contactRD-address li.cRD-address{ background: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/address.png) no-repeat left top; }
	.contactRD .contactRD-address li.cRD-phone{ background: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/phone.png) no-repeat left top; }
	.contactRD .contactRD-address li.cRD-email{ background: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/resources/locpage/email.png) no-repeat left top; }
	.contactRD .contactRD-address ul li a{}
	/* imgLocation */
	.contactRD .contactRD-imgLocation{text-align: center; margin-bottom: 30px;  width: 50%; float: right;}
	.contactRD .contactRD-imgBox{ float: right; max-width: 500px; background-color: #000; }
	.contactRD .contactRD-imgLocation h3{ text-transform: uppercase; font-size: 17px; margin-bottom: 0;color: #ffffff;}
	.contactRD .contactRD-imgLocation .contactRD-img{ padding: 0 2px 2px 2px; }
	/* contactRD-hours */
	.contactRD .contactRD-hours{margin-bottom: 30px;}
	.contactRD .contactRD-hours h4{ border-bottom: 1px solid #000; display:inline-block; font-weight: 900; font-size:18px; line-height: 24px; margin-bottom: 10px; text-transform: uppercase; }
	.contactRD .contactRD-hours p strong{ font-weight: bold; }
	.contactRD .contactRD-hours p em{ font-style: italic; }
	/* contactRD-map */
	.contactRD .contactRD-map{ margin-bottom: 50px; clear: both;}
	.contactRD .contactRD-map #contactMap{ min-height: 320px; }
	.contactRD .contactRD-map iframe{}
	.contactRD .contactRD-directions{ border-left:1px solid #000; border-left:1px solid rgba(0,0,0,0.2); margin-left: 20px; padding: 30px 30px 10px 30px; position: relative; }

	.contactRD .contactRD-directions:after{ content: ''; background-color: rgba(0,0,0,0.2); width: 4px; height: 4px; border-radius: 50%; position: absolute; bottom: -4px; left: -2px; }
	.contactRD .contactRD-directions h5{ font-size: 17px; font-weight: bold; margin-bottom: 5px; }
	.contactRD .contactRD-directions ul{}
	.contactRD .contactRD-directions ul li{ padding-left: 8px; margin-bottom: 2px; line-height: normal; }
	/* contactRD-about */
	.contactRD .contactRD-about{background: #f0f0f0; border-radius: 4px; overflow: hidden; box-shadow: rgba(0,0,0,0.2) 0px 0px 0px 1px inset;}
	.contactRD .contactRD-about h4{ background-color: #000; color: #fff; text-align: center; font-weight: 900; text-transform: uppercase; line-height: normal; margin-bottom: 0; font-size: 16px; padding: 16px; }
	.contactRD .contactRD-about p{ padding: 20px; margin-bottom: 0; }


@media only screen and (max-width: 959px) {
	.contactRD .contactRD-imgLocation,
	.contactRD .contactRD-address{ width:100%; float: none; }
}




.programs_listing{
	margin: 0 auto;
	max-width: 1440px;
	padding: 80px 40px;
	text-align: center;
}
.programs_listing .programListBottom {
    text-align: center;
    display: inline-block;
    width: 32%;
    min-height: 458px;
    vertical-align: top;
    float: none;
}


.programListBox{
	text-align: center;
	font-size: 0;
	max-width: 1440px;
	margin: 0 auto;
}
.programListBottom{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 17px;
}
.programListBottom img{ display: block; margin: 0 auto; }
.programListText{ padding: 20px;}
.programListBottom h2{ font-size:24px; line-height: 28px;  letter-spacing:0; margin-bottom:10px; }
.programListBottom .biglines{ font-size:18px; font-weight:300; line-height:24px !important; }


.media_gallery_show{ display: block; margin: 0 auto 20px 0; }
.media_gallery_item{ width: 100px; float: left; margin: 0 2% 10px 0; }




/*------------------------------------------------------------------------------------------------*/
.ebook{
	position: relative;
	overflow: hidden;
	padding: 0px;
	background: #999;
}
.ebook .content{
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin:0 auto;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.5);
}
.ebook .content:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left:0;
	z-index: 1;
background: rgba(15,16,19,0);
background: -moz-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(15,16,19,0.9) 60%, rgba(15,16,19,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,16,19,0)), color-stop(60%, rgba(15,16,19,0.9)), color-stop(100%, rgba(15,16,19,0.9)));
background: -webkit-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(15,16,19,0.9) 60%, rgba(15,16,19,0.9) 100%);
background: -o-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(15,16,19,0.9) 60%, rgba(15,16,19,0.9) 100%);
background: -ms-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(15,16,19,0.9) 60%, rgba(15,16,19,0.9) 100%);
background: linear-gradient(to right, rgba(15,16,19,0) 0%, rgba(15,16,19,0.9) 60%, rgba(15,16,19,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1013', endColorstr='#0f1013', GradientType=1 );
}
.ebook-text{
	color: #fff;
	padding:13% 40px 13% 50%;
	position: relative;
	z-index: 2;
}
.ebook:before{
	content: '';
	background:#0f1013;
	width:300px;
	height: 100%;
	z-index: 1;
		position: absolute; top:0; left: 3%;
		-webkit-transform: skew(-45deg);
		transform: skew(-45deg);
}
.ebook:after{
	content: '';
	background:#0f1013;
	width:120px;
	height: 100%;
	z-index: 1;
	opacity: 0.3;
		position: absolute; top:0; left: 73%;
		-webkit-transform: skew(-45deg);
		transform: skew(-45deg);
}
.ebook-text h2, 
.ebook-text h3, .ebook-text h4{
	color: #fff;
}
.ebook-text h2, 
.ebook-text h3, .ebook-text h4{ max-width: 740px; }
.ebook .illustrative{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: -220px;
}
@media only screen and (max-width: 1023px){
	.ebook-text{
		color: #fff;
		padding:13% 40px 13% 40px;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.ebook .illustrative {
	    position: relative;
	    z-index: 3;
	    top: auto;
	    left: auto;
	    transform: translate(0%,0%);
	    margin: 0px auto -80px auto !important;
	    text-align: center;
	    padding: 80px 30px 0 30px;
	}
	.ebook .illustrative img{ margin: 0 auto; }
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HIDDEN FORM

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#hiddenForm{
	position: fixed;
	top: 100vh;
	z-index: 50000;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	  -webkit-transition: all 0.9s cubic-bezier(.6,.03,.07,1);
		 -moz-transition: all 0.9s cubic-bezier(.6,.03,.07,1);
		   -o-transition: all 0.9s cubic-bezier(.6,.03,.07,1);
			  transition: all 0.9s cubic-bezier(.6,.03,.07,1);
}
#hiddenForm.isThere{
	bottom: 0; top: auto;
	z-index: 50000;
}
#hiddenForm .content{
	max-width: 1280px;
	padding: 20px 40px;
	margin: 0 auto;
	width: 100%;
	 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			 box-sizing: border-box;
}

#hiddenForm .slideForm{
	background: #15181e;
	background: rgba(21,24,30,0.97);
	color: #fff;
	position: fixed;
	bottom: -100%;
	bottom: -200vh;
	width: 100%;
	height: 100vh;
	  -webkit-transition: all 0.3s cubic-bezier(.6,.03,.07,1);
		 -moz-transition: all 0.3s cubic-bezier(.6,.03,.07,1);
		   -o-transition: all 0.3s cubic-bezier(.6,.03,.07,1);
			  transition: all 0.3s cubic-bezier(.6,.03,.07,1);
}

#hiddenForm .slideForm.active{
	bottom: 0%;
}
#hiddenForm .slideForm .content{
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
#hiddenForm .slideForm h3{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
#hiddenForm .slideForm iframe{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#hiddenForm .popLeadCall_close{
    height: 50px;
    width: 50px;
    position: relative;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 200px;
    text-indent: -9999px;
}

#hiddenForm .popLeadCall_close:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 0px;
    content: "X"; /* use the hex value here... */
    font-size: 30px; 
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    z-index: 90;
}

.slideForm .duke_leadForm{
	background: none !important;
	position: relative !important; right: auto; bottom: auto;
	margin:0 auto !important;
	max-width:500px;
	width: 100%;
}
.duke_leadForm .textarea{
	height: 100px;
}

@media only screen and (max-width: 767px){
	
	#hiddenForm .popLeadCall_close{ left: auto; right: 20px; bottom: 55px; margin: 0 0 0 -25px;}

}



#reportForm{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background: #000;
	background: rgba(0,0,0,0.9);
	display: block;
	width: 100%; height: 100%;
	  -webkit-transition: opacity 0.3s ease-in-out;
		 -moz-transition: opacity 0.3s ease-in-out;
		   -o-transition: opacity 0.3s ease-in-out;
			  transition: opacity 0.3s ease-in-out;
}
#reportForm.active{
	opacity: 1;
	z-index: 90000;
}

#reportForm .content{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

#reportForm .frame{
	background: #000;
	padding: 20px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;

	  -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,0.2);
		 -moz-box-shadow: 0 0 0 8px rgba(255,255,255,0.2);
		   -o-box-shadow: 0 0 0 8px rgba(255,255,255,0.2);
			  box-shadow: 0 0 0 8px rgba(255,255,255,0.2);
}
#reportForm h3{
	color: #fff;
	font-size: 26px; line-height: 24px;
	text-align: center;
}

#reportForm .cover{
	display: none;
	margin-top: -50px;
	margin-left: -60px;
	float: left;
}



#reportForm .popLeadCall_close{
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin: 0 0 0 -25px;
    text-indent: -9999px;

}

#reportForm .popLeadCall_close:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 0px;
    content: "X"; /* use the hex value here... */
    font-size: 30px; 
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    z-index: 90;
}




#reportForm input{
	width: 100%;
}
#reportForm p{
	width: 96%;
	padding: 0 2% 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#reportForm p:nth-child(2),
#reportForm p:nth-child(3){
	width: 48%;
	display: inline-block;
}
#reportForm p:nth-child(3){ float: left; }
#reportForm .field{
	background:#000;
	background:rgba(0,0,0,0.2);
	color: #000;
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.3);
	line-height: 32px;
	height: 34px;
	padding: 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#reportForm .field:focus{
	border: 1px solid rgba(0,0,0,0.6);
}
#reportForm .submit{
	width: 200px;
	padding: 10px 20px;
	font-size: 13px;
	margin: 0 auto;
	display: block;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pop .leftG *{ color: #fff !important; }
.pop .leftG h3{ font-size: 30px !important; line-height: 36px!important; margin-bottom: 10px!important; }

div.healcode .header { position: relative; top: auto; left: auto;  }



/*customers*/
.custom-353 .footer a,
.custom-353 .footer a:hover{
    color: #999 !important;
}


.social_share_box li.linkedin a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/linkedin.png); }
.social_share_box li.linkedin{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #55acee;
	-moz-box-shadow: 0px 0px 0px 2px #55acee;
	-o-box-shadow: 0px 0px 0px 2px #55acee;
	box-shadow: 0px 0px 0px 2px #55acee;
}
.social_share_box li.linkedin:hover{ background: #55acee; }