/* 
Document   : layout
Author     : Little Neko
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS

*/


/* BOOSTRAP CUSTOMIZATION
================================================== */
.navbar {
	margin-bottom: 0;
}
.navbar-default {background:none; border:none;}
.nav.nav-tabs {margin-bottom:22px;}
.navbar-nav>li {text-align: center;}
.btn:active, .btn.active{
-webkit-box-shadow:none;box-shadow:none
}
.btn-red:active, .btn-red.active{
-webkit-box-shadow:none;box-shadow:none
}
.container .jumbotron{border-radius: 0;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {text-align: left;}
/*forms*/
.form-control {-webkit-box-shadow:none;box-shadow:none}
.has-error div {padding: 5px;
margin-bottom: 20px;
display:block;
}
/*tabs*/
.panel-default>.panel-heading{
 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-default {
	border:none;
}
.navbar-default .navbar-toggle {
	margin-top: 12px;
}
/*** MEDIA QUERIES ***/

@media(max-width:767px){
}

@media(min-width:768px){}

@media(min-width:992px){#globalWrapper #about .container .row .col-lg-8 .split {
}
h1.split {
}

}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* NEKO CSS FRAMEWORK
================================================== */

.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
	
}
.iconRounded:before{margin: auto;text-align: center;}
.iconBig{
	font-size: 40px;
	margin-right: -17px;
	padding-right: 0px;
	float: right;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{
	padding-top: 15px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt10 {
	margin-top:1.0em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0
}
.noPaddingTop {
	padding-top:0
}
/*** end utilies classes ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}
}

@media(min-width:992px){
	.iconBig, .isotopeItem .iconBig{
		font-size: 40px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	line-height: 22px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	padding: 0;
	/* [disabled]padding-top: 110px; */
	margin-top: 112px;
	/* [disabled]font-size: medium; */
}
h1, h2, h3, h4, h5, h6, legend {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 44px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

h1.noSubtitle{
	margin-bottom:90px;
}

h1.split {
	text-align: left;
	font-size: 40px;
	font-weight: normal;
}

.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 2em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.paralaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -1px 2px 3px rgba(0,0,0,1.00);
	letter-spacing: 0.1em;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.25);
}


h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	padding: 0;
	margin-bottom: 17px;

}
.boxFeature h2 {
	color: #414141;
	font-weight: 500;
}
h1.subTitle{
	margin-top: 16px;
	text-align: center;
	font-size: 93px;
	color: #990000;
	font-weight: 300;
}
h2.subTitle{
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	padding: 0;
	margin-bottom: 90px;
	text-align: center;
}
h2.subTitle:after, h1.noSubtitle:after {
	display:block;
	height:1px;
	width:100px;
	content:'';
	bottom:-37px;
	position:absolute;
	margin-left:-50px;
	left:50%;
}



/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: -0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
    margin-top: 0;
    margin-bottom: 12px;
    color: #222;
}
strong {
	font-weight: bold;

}
small, aside {
}
li {
    line-height: inherit;
    color: #222;
}
a:link, a:visited {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote:before {
	content:'\e81C';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e81B';
	font-family: 'custom-icons';
	margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:3em 0 3em 0;
	border-top: 1px solid #900;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/

@media(max-width:320px){
	.paralaxText blockquote {
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
	}
	blockquote small {
		font-size: 75%;
	}
}

@media(max-width:767px){
	body  {
		margin-top:36px;
		}
h2.mobilesize{
	font-size: 15px;
}
}
@media(min-width:768px){
	.paralaxText blockquote {
	font-size: 30px;
	line-height: 34px;
	}
h1.split {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
}
h1.subTitle{
	margin-top: 16px;
	text-align: center;
	font-size: 72px;
	color: #990000;
}
h2.subTitle{
	font-size: 24px;
	line-height: 44px;
	font-weight: 300;
	font-style: normal;
	padding: 0;
	margin-bottom: 90px;
	text-align: center;
}	
}

@media(min-width:992px){
h1.subTitle{
	margin-top: 16px;
	text-align: center;
	font-size: 84px;
	color: #990000;
	font-weight: 500;
}
	}

@media(min-width:1200px){
h1.split {
	text-align: center;
	font-size: 40px;
}
h1.subTitle{
	margin-top: 10px;
	text-align: center;
	font-size: 82px;
	color: #990000;
}

}

/*** END MEDIA QUERIES ***/
#flexHome h1{font}

/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.slice {
    padding-top: 53px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 33px;
}
.slice-short {padding:10px 0;}

/*** buttons ***/
.btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.btn-lg {
	padding:18px 23px;
	font-size:22px;
}
.btn-md {
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 12px;
	font-size: 20px;
	margin-top: 5px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:4px;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:4px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}
.btn i {
	margin-right:0.5em;
}
.btn-red {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.btn-red i {
	margin-right:0.5em;
}

/*** call to actioon ***/

.ctaBox{padding:33px 11px;}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;} 
.ctaBox h1 {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	/*text-align:left;*/
	letter-spacing:normal;
	text-transform:none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 14px;
	}
	.ctaBox a {
		margin-top: 5px;
	}
	.navbar-fixed-top {
	height: 45px;
	}	
	#mainHeader .pull-right {
		background: whitesmoke;
	}	
	h1.split {
	font-size: 26px;
	line-height: 30px;
	}
	h1.subTitle {
		margin-top: 5px;
		font-size: 75px !important;
	}
	h1.noSubtitle {
		margin-bottom: 50px;
		font-size: 30px;
	}
	.coaches {
		box-shadow: #313131 2px 2px 5px;
		margin-right: 8px;
		margin-bottom: 20px;
	}
}

@media(min-width:768px){
	.slice {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	padding-top: 50px;
} /*was 66px*/
	.slice-short {padding:10px 0; border-bottom: 5px solid #900;}

	.GlobalHeader1 {
	height:66px;
	}

	
}

@media(min-width:992px){

	.ctaBox a {float:right; margin-top:0;} 

	.GlobalHeader1 {
	height:auto;
	}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 100%;
	background-size: cover;
	/**/
	overflow: hidden;
	/*position: relative;*/
}
.maskParent{position: relative; height:100%;width:100%}
.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}
.paralaxMask {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.15); */
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	background-position: 50% 0%;
}
@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */
#mainHeader{background:#eee;}
.navbar-brand{
	padding-top: 0px;
	padding-left: 0;
	width: 215px;
} /*padding top was 30px*/


.fixedHeader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fixedHeader #mainMenu li a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.fixedHeader .nav-brand {
    margin-top: 0.6em;
    width: 100px;
}

#callToAction {
	float: right;
	margin-right: 16px;
	margin-top: 10px;
}
#callToActionPhone {
	margin-top: -45px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
.navbar-brand{
	padding-top: 0px;
	padding-left: 0;
	width: 223px;
} /*padding top was 30px*/
	
	}

@media(min-width:992px){
.navbar-brand{
	padding-top: 0px;
	padding-left: 0;
	width: 240px;
} /*padding top was 30px*/
	
	}

@media(min-width:1200px){}
.navbar-brand{
	padding-top: 8px;
	width: 250px;
} /*padding top was 30px*/

/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */
.navbar-nav > li > a {
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-nav > li > a i {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4px;
	color: #ccc;
}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}
#mainHeader .pull-right{ float:none !important; }

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.navbar-nav > li > a i {
		display: block;
	}
	.navbar-nav > li > a {
	padding-top: 6px;
	padding-bottom: 0;
	height: 110px;
	}
	.navbar-nav>li>a {
	line-height: 18px;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */
/* HOME
================================================== */
body#fullScreen {padding-top: 0}
body#fullScreen #mainHeader{display:none;}
#home{padding-top:44px;}
#mapWrapper{ height:350px; }

#homeFullScreen {
	background-image: url('../images/theme-pics/big-city.jpg');
	/*background-image: url('../images/theme-pics/paralax-1.jpg');*/
	height:100%;
	display:table;
}

#homeFullScreen .maskParent {display:table;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
#homeFullScreen #flexHome {margin: 0;}
#homeFullScreen #flexHome h1, #homeFullScreen #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
#homeFullScreen .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	#homeFullScreen #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}

@media(min-width:768px){
	#home {padding-top:160px;}

}

@media(min-width:992px){.navbar-fixed-top {
	height: 115px;
	}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 25px 20px; margin-bottom: 22px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;} 

/* END NEWS
================================================== */

/* FOOTER 
================================================== */

footer{
	padding-top: 44px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
#footerLogo {margin-bottom: 22px;}
#footerRights {
	padding-top: 22px;
	padding-right: 22px;
	padding-left: 22px;
	font-size: 12px;
}



@media(min-width:768px){.footerWidget{float:right;}}
/* END FOOTER 
================================================== */


/* SLIDERS
================================================== */
/*** flex ***/
#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
text-align:left;
margin-bottom:-44px;

}
#flexHome h1 {
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 32px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
.flexslider .slides > li {height:110px;}

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}
/** OWL SLIDER **/
.owl-buttons {}
.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	top:42%;
	background:none;
	font-family: 'custom-icons';
	font-size:3em;
	text-align:center;
	color:#fff;


}
.owl-next {right:0;}
.owl-prev {left:0;}
.owl-next:before {content: '\e766';}
.owl-prev:before {content: '\e765';}
.owl-theme .owl-controls {margin-top:22px;}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	#homeFullScreen .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
	h1.split, #project h1 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 0px;
	letter-spacing: normal;
	font-weight: normal;
	}
	h1.subTitle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 60px !important;
	}
	h2.subTitle {
	font-size: 24px;
	}	

}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:40px;}
	#flexHome {
	margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	#homeFullScreen .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
	margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	#homeFullScreen .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
		margin-top:40px;
		}
	.flexslider .slides > li {height:250px;}
}
}

/*** END MEDIA QUERIES ***/

/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:22px;}
nav#filter li{ display:inline-block;list-style:none;}
.isotopeItem {margin-bottom: 22px;}
.isotopeItem .boxContent{margin-top:22px; padding:0;}

header#project{padding:22px 0;}
#project h1 {text-align:left;}
#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow:none;
	padding:0;
}

#portfolioSheetWrapper .stage {
	width: 100%;
	height:auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

#portfolioSheetWrapper .content{

    width:100%;
}
/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}
/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){input#verify{margin-top: 0;}}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */




/* MISCELANIOUS
================================================== */

/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	
	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
#status img{margin-bottom: 22px;}

/*** hover images ***/
.imgHover article {
	position:relative;
}
.coaches {
	border: 1px solid #313131;
	box-shadow: #313131 2px 2px 15px;	
	margin-right: 20px;
	float: left;
}
.mask {
	position:absolute;
	top:0;
	left:15px;
	background: rgba(79, 175, 194, 1);
	/*width:100%;*/
	display:none;
    z-index:0;
}
.iconLinks {
	display:none;
    position: relative;
}

.iconLinks a{  
    display: inline-block;
    text-decoration:none;

}
.iconLinks a:hover i{     
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;

}

.ie8 .mask {
	bacground:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	margin-top:22px;
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}
.pricingBloc ul li {
	padding:1.5em 0
}
.pricingBloc h2 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px;
	font-weight: 300;
}
.pricingBloc h3 {
	font-size: 44px;
	font-weight: 400;
	display: block;
	padding: 22px;
	margin-bottom: 0;
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	margin-top:0;
}
.pricingBloc.focusPlan h3 {
	padding:1.25em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
	padding-bottom: 58%;
	padding-top: 25px;
	height: 0;
	display: block;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	/* [disabled]width: 100%; */
	/* [disabled]height: 100%; */
	max-width: 100%;
	display: block;
	max-height: 90%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

.sharrre .button {
float: left;
width: 60px;
}


.testimonial-outer {
	padding: 10px;
}

.testimonial-inner {
    background: #FFF;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.testimonial-inner p {
	margin-bottom: 40px;
}
.testimonial-inner em {
	font-size: 16px;
	margin-bottom: 10px;
}
.testimonial-inner em:before {
	content:'\e81C';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
.testimonial-inner em:after {
	content:'\e81B';
	font-family: 'custom-icons';
	margin-left:0.5em;
}



/* END MISCELANIOUS
================================================== */



/* MEDIA QUERIES
================================================== */

@media(min-width:320px){
	.navbar-brand>img{
	/* [disabled]width: 215px; */
	}
	.navbar-fixed-top {
    height: 52px;
	}
	
	.navbar-smaller-fixed-top {
	height: 52px;
	}


	h1 {
	font-size: 28px;
	color: #111111;
	}

}



@media(min-width:480px){
	.navbar-brand>img{
	/* [disabled]width: 260px; */
	}
	.navbar-fixed-top {
	height: 52px;
	}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	/* [disabled]width: 100%; */
	/* [disabled]height: 100%; */
	max-width: 100%;
	display: block;
	max-height: 100%;
}

}

@media(min-width:768px){
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 225px;
	max-width: 100%;
	display: block;
	max-height: 91%;
}
    .navbar-brand>img{
	width: 396px;
    }
	.navbar-fixed-top {
	height: 115px;
	}

	.navbar-smaller-fixed-top {
	height: 75px;
	}

    #mainHeader .pull-right {
	float: right !important;
    }

    #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	background-size: 120%;
    }
}
@media(min-width:992px){
    .navbar-brand>img{
	width: 460px;
    }

    #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	background-attachment: fixed;
    }
}
@media(min-width:1200px){
    .navbar-brand>img{
        width:auto;
    }
	.navbar-fixed-top {
	height: 115px;
	}

	.navbar-smaller-fixed-top {
	height: 75px;
	}

    #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	background-attachment: fixed;
    }

}

/* END MEDIA QUERIES
================================================== */
