/*
Theme Name: Peyton
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
*/

@font-face {
	font-family: 'Bebas Neue';
	src: url('assets/fonts/BebasNeueBold.eot');
	src: url('assets/fonts/BebasNeueBoldd41d.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/BebasNeueBold.html') format('woff2'),
		url('assets/fonts/BebasNeueBold.woff') format('woff'),
		url('assets/fonts/BebasNeueBold.ttf') format('truetype'),
		url('assets/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
} 

body{
	background: #0f1013;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 29px;
	font-weight: 400;
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
::selection{background-color:#fff;color:#0f1013;}
::-moz-selection{background-color:#fff;color:#0f1013;}


.lightHeader ::selection{background-color:#0f1013;color:#ffffff;}
.lightHeader ::-moz-selection{background-color:#0f1013;color:#ffffff;}

/*----------------------------------*/
/*			 TYPOGRAPHY				*/
/*----------------------------------*/
a{
	color: #aaa;
	text-decoration:none;
	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}


h1 , h2 , h3 , h4 , h5 , h6 { color: inherit; font-family: 'Bebas Neue', sans-serif; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{ font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ display: inline-block; }

h1{ font-size: 72px; line-height: 72px; margin-bottom: 20px; }
h2{ font-size: 60px; line-height: 50px; margin-bottom: 20px; }
h3{ font-size: 36px; line-height: 40px; margin-bottom: 20px; }
h4{ font-size: 24px; line-height: 26px; margin-bottom: 20px; }
h5{ font-size: 18px; line-height: 24px; margin-bottom: 20px; }
h6{ font-size: 16px; line-height: 20px; margin-bottom: 10px; }

strong { font-weight: bold; }
em     { font-style: italic; }
small  { font-size: 80%; line-height: 60%;}
sup{
	position: relative;
	font-size: 60%; line-height: 12px;
	top: -5px;
}

.biglines{ color:#9b9b9c; font-size: 22px; line-height: 30px; margin-bottom: 30px; }
.smallerTxt{ font-size: 85%; color: #919191; }
.upper{ text-transform: uppercase; }
.bold{ font-weight: bold; }

.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;}


.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; }
.s21{ font-size: 21px; }
.s22{ font-size: 22px; }
.s23{ font-size: 23px; }
.s24{ font-size: 24px; }
.s25{ font-size: 25px; }
.s26{ font-size: 26px; }
.s27{ font-size: 27px; }
.s28{ font-size: 28px; }
.s29{ font-size: 29px; }
.s31{ font-size: 31px; }
.s32{ font-size: 32px; }
.s33{ font-size: 33px; }
.s34{ font-size: 34px; }
.s35{ font-size: 35px; }
.s36{ font-size: 36px; }
.s37{ font-size: 37px; }
.s38{ font-size: 38px; }
.s39{ font-size: 39px; }
.s40{ font-size: 40px; }
.s41{ font-size: 41px; }
.s42{ font-size: 42px; }
.s43{ font-size: 43px; }
.s44{ font-size: 44px; }
.s45{ font-size: 45px; }
.s46{ font-size: 46px; }
.s47{ font-size: 47px; }
.s48{ font-size: 48px; }
.s49{ font-size: 49px; }
.s50{ font-size: 50px; }
.s60{ font-size: 60px; }
.s70{ font-size: 70px; }
.s80{ font-size: 80px; }
.s90{ font-size: 90px; }
.s100{ font-size: 100px; }
.s110{ font-size: 110px; }
.s120{ font-size: 120px; }



.underlined{ position: relative; padding-bottom: 20px; }
.underlined:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	bottom: 0; left: 50%;
	margin-left: -20px;
	background:#999; 
}
.leadForm .sideTitle{ color: #fff !important; text-shadow: -1px 1px 6px #000; }
.sideTitle{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
	z-index:3;
	padding-left: 12px;
}
	.sideTitle:before{
		content: "\e90b";
		  font-family: 'peyton' !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;
  position: absolute;
  top: -12px;
 left: -10px;
 font-size: 50px;
 color: #999;
 z-index: -1;
	}


@font-face {
  font-family: 'peyton';
  src:  url('assets/fonts/peyton9d1b.eot?vuo47d');
  src:  url('assets/fonts/peyton9d1b.eot?vuo47d#iefix') format('embedded-opentype'),
    url('assets/fonts/peyton9d1b.ttf?vuo47d') format('truetype'),
    url('assets/fonts/peyton9d1b.woff?vuo47d') format('woff'),
    url('assets/fonts/peyton9d1b.svg?vuo47d#peyton') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'peyton' !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-youtube:before {
  content: "\e900";
}
.icon-yelp:before {
  content: "\e901";
}
.icon-vimeo:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-pinterest:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-googleplus:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-exa:before {
  content: "\e90b";
}
.icon-dribbble:before {
  content: "\e90c";
}
.icon-check:before {
  content: "\e90d";
}
.icon-arrowUp:before {
  content: "\e90e";
}
.icon-arrowRight:before {
  content: "\e90f";
}
.icon-arrowLeft:before {
  content: "\e910";
}
.icon-arrowDown:before {
  content: "\e911";
}






/*------------------------------------------------------------------------------------------------*/
.col{
	float: left;
	margin-bottom: 3px;
	padding: 0 20px;
}

	.one-full{ width: 100%; }
	.one-half{ width:30%; }
	.one-third{ width: 33.3333336%; }
	.one-fourth{ width: 25%; }
	.one-fifth{ width: 20%; }

/*------------------------------------------------------------------------------------------------*/
.button{
	background: #999;
	border-radius: 60px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 30px;
	display: inline-block;
	text-transform: uppercase;
}
.button.large{ font-size: 24px; line-height: 30px; padding: 20px 50px; }
.button.small{ font-size: 13px; line-height: 24px; padding: 5px 20px; }




/*------------------------------------------------------------------------------------------------*/
.separator{
	background: #999;
	height: 6px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
}
/*------------------------------------------------------------------------------------------------*/
.header{
	border-top: 4px solid #999;
	position: relative;
	z-index: 200;
}
	.header .content{
		display: block;
		margin: 0 auto;
		max-width: 1280px;
		width: 100%;
		position: relative;
background: rgba(15,16,19,0);
background: -moz-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,16,19,0)), color-stop(50%, rgba(246,246,246,0.1)), color-stop(100%, rgba(15,16,19,0)));
background: -webkit-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -o-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -ms-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: linear-gradient(to right, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1013', endColorstr='#0f1013', GradientType=1 );
	}


	.pt_contactBox{
		position: absolute;
		top: 40%; left: 0;
		transform: translateY(-50%);
		z-index: 21;
	}
	.pt_contactBox a{ color: #fff; display: inline-block; }
		.pt_contactBox-phone,
		.pt_contactBox-mail{ padding-left:10px; }
		.pt_contactBox-mail{ font-style: italic; }

		.pt_contactBox-phone:before{
			content: "\e905";
			font-family: 'peyton' !important;
			font-size: 32px;
			vertical-align: top;
			line-height: 26px;
		}
		.pt_contactBox-mail:before{
			content: "\e906";
			font-family: 'peyton' !important;
			font-size: 29px;
			vertical-align: top;
			line-height: 26px;
			margin-right: 8px;
		}


	.pt_logo{ float: left ;margin: 0 auto; width: 100%; /* text-align: center; */ position: relative; z-index: 20; }
	.pt_logo a{display: inline-block; margin: 0 auto; padding: 10px;}
	.pt_logo img{ display: inline-block; margin: 0 auto; }


	.pt_social{
		position: absolute;
		top: 50%; right: 0;
		transform: translateY(-50%);
		z-index: 21;
	}
		.pt_social ul{}
		.pt_social li{ display: inline-block; }
		.pt_social a{ color:#fff; width: 32px; height: 32px; font-size:24px; display: block; text-align: center; }
		.pt_social a:hover{ color:#999; }
		.pt_social .social_name{ display: none; }
		.pt_social span{ display: inline-block; width: 32px; height: 32px; line-height: 32px;  margin: 0 auto; }
		.pt_social span:before{ margin: 0 auto; }

	.scrolled .main_navigation{
		position: fixed; top: 0; z-index: 20000;
	}
	.main_navigation{
		position: absolute;
		top: 100%;
		z-index: 20000;
		width: 100%;
		text-align: center;
		font-size: 0;
		background: rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}

	.main_navigation ul{
		font-size: 21px;
	}
	.main_navigation ul li{
		display: inline-block;
		line-height: 50px;
		text-transform: uppercase;
		position: relative;
		padding-left: 15px;
    padding-right: 15px;
	}
	.main_navigation ul li a{ color: #fff; display: block; padding: 0 10px; }
@media only screen and (min-width: 959px) {
	.main_navigation ul li:hover > a,
	.main_navigation ul li a:hover{ color: #999; }
}
	.main_navigation ul ul{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 10;
		margin-left: -100px;
		width: 200px;
		background: rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
		text-align: left;
	  -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;
	}
	.main_navigation ul li:hover ul{
		opacity: 1;
		visibility: visible;
	}
	.main_navigation ul ul li{
		display: block;
		line-height: 24px;
		text-transform: none;
	}
	.main_navigation ul ul li a{
		padding: 8px 10px;
		display: block;
	}
@media only screen and (min-width: 959px) {
	.main_navigation ul ul li a:hover{
		background: rgba(0,0,0,0.2);
		padding: 8px 10px 8px 20px;
	}
}


	.main_navigation .button{
		border-radius: 0px;
		font-weight: bold;
		padding: 0px;
		display: inline-block;
		text-transform: uppercase;
	}
	.main_navigation .button a{ display: block; }


	.hmbrgr{
		display: none;
		position: relative;
	    height: 44px;
	    padding: 0;
	    text-align: center;
	    width: 100%;
	    margin: 0 auto;
	}
		.hmbrgr em{
			line-height: 44px;
			font-style: normal;
			color: #fff;
			font-size: 13px;
			font-weight: bold;
		}
		.hmbrgr span{
			background-color: #fff;
			width: 24px;
			height: 3px;
			display: block;
			position: absolute;
			right: 50%;
			margin-right: -12px;
	  -webkit-transition: all 0.2s 0.1s ease-in-out;
		 -moz-transition: all 0.2s 0.1s ease-in-out;
		   -o-transition: all 0.2s 0.1s ease-in-out;
			  transition: all 0.2s 0.1s ease-in-out;
		}
		.hmbrgr span:nth-child(1){ top: 13px; }
		.hmbrgr span:nth-child(2){ top: 20px; }
		.hmbrgr span:nth-child(3){ top: 20px; }
		.hmbrgr span:nth-child(4){ top: 27px; }

		.mobMActive .hmbrgr span:nth-child(1){ top: 21px; opacity: 0; }
		.mobMActive .hmbrgr span:nth-child(2){ top: 21px; transform:rotate(45deg); }
		.mobMActive .hmbrgr span:nth-child(3){ top: 21px; transform:rotate(-45deg); }
		.mobMActive .hmbrgr span:nth-child(4){ top: 21px; opacity: 0; }




/*------------------------------------------------------------------------------------------------*/
.sl_wrapper{ position: relative; }



/*------------------------------------------------------------------------------------------------*/
.slider_homepage{
	background: #999;
	height: 400px;
	position: relative;
}
.gotocontent{
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 80px;
	height: 80px;
	z-index: 5;
	margin-left: -40px;
}
	.gotocontent a{ color: #fff; }
	.gotocontent span{
		font-size: 80px;
	}

.static_homepage{
	min-height: 850px;
	position: relative;
}
.video_homepage{ min-height: 320px;}

.home-slider{
	height: 100%;
}
.static_homepage,
.home-slider .swiper-slide{
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.video_homepage:before,
.static_homepage:before,
.home-slider .swiper-slide:before{
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%; height: 100%;
	position: absolute; top: 0; left: 0; z-index:2;
}

.home-slider-paginate{
	position: absolute;
	bottom:0;
	z-index: 4;
	text-align: right !important;
}


.video_homepage {
    position: relative;
    overflow: hidden;
}

.video_homepage .video.cover {
    min-height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 1;
    top: -1px;
    opacity: 1;
}

.video_homepage .video.cover::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 57.14286%;
}

.video_homepage .video.cover video {
    width: auto;
    max-width: none;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.mobile-img{ display: none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	    background-size: cover;
	    background-position: center center; }
@media only screen and (max-width: 767px){

	.mobile-img{display: block;}
	.video_homepage #vid{ display: none; }

}


	.textBox{
		position: absolute;
		text-align: center;
		top: 50%;
		left: 0;
		width: 100%;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 320px;
	}
	.textBox .subtitle{ font-family: 'Bebas Neue', sans-serif; display:block; font-size:24px; line-height: 30px; margin-bottom: 10px; letter-spacing:3px; text-transform: uppercase; }
	.textBox h1{ font-size: 40px; line-height: normal; margin-bottom: 0;
    max-width: 760px;
    margin: 0 auto; }

	.textBox p{ font-size: 20px; line-height: 28px; color: #fff;
    max-width: 760px;
    margin: 0 auto 20px auto; }



/*------------------------------------------------------------------------------------------------*/
.leadForm{
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	max-width: 320px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leadForm .content{
	background: #000;
	background: rgba(0,0,0,0.8);
	padding: 30px;
}



/*------------------------------------------------------------------------------------------------*/
.section{
	
}
	.section .content{
		margin: 0 auto;
		max-width: 1280px;
		/* padding: 100px 20px; */
		width: 100%;
	}


.page_illu{
	height: 490px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.pageContent .content{
	position: relative;
	top: -55px;
	padding-top: 60px;
	z-index: 2;
	padding-bottom: 0px;
}
.pageContent .content:before{
	content: '';
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
background: rgba(15,16,19,0.8);
background: -moz-linear-gradient(top, rgba(15,16,19,0.8) 0%, rgba(15,16,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,16,19,0.8)), color-stop(100%, rgba(15,16,19,1)));
background: -webkit-linear-gradient(top, rgba(15,16,19,0.8) 0%, rgba(15,16,19,1) 100%);
background: -o-linear-gradient(top, rgba(15,16,19,0.8) 0%, rgba(15,16,19,1) 100%);
background: -ms-linear-gradient(top, rgba(15,16,19,0.8) 0%, rgba(15,16,19,1) 100%);
background: linear-gradient(to bottom, rgba(15,16,19,0.8) 0%, rgba(15,16,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1013', endColorstr='#0f1013', GradientType=0 );
}
	
	.pageContent .content .left_content{
		float: left;
		width: 70%;
		padding: 0 30px 0 60px;
	}
	.pageContent .content .left_content .separator{ width: 130px; }

	.pageContent .content .sidebar{
		float: left;
		width: 30%;
		padding: 0 60px 0 30px;
	}

	.pageContent .content .center_content{
		width: 100%;
		padding: 0 60px;
		text-align: center;
		margin-bottom: -150px;
	}

	.section_name{ font-family: 'Bebas Neue', sans-serif;  font-size: 24px; letter-spacing:4px; text-transform: uppercase; margin-bottom: 18px; display: block;}


	.video-container{
		-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);
	}

	hr{
		border:none;
		background: #999;
		display: block;
		height: 1px;
		width: 100%;
		margin: 20px auto;
	}

	.pageContent .content .left_content ul{
		margin: 10px 0 30px 0;
	}
	.pageContent .content .left_content ul li{
		color:#9b9b9c; 
		font-size: 18px;
		font-style: italic;
		font-weight: 600;
		position: relative;
		padding-left: 32px;
	}
	.pageContent .content .left_content li:before{
		content: '';
		border-radius: 100%;
		height: 7px;
		width: 7px;
		position: absolute;
		top: 8px;
		left: 6px;
		background-color: #999;
	}

	.aside_programs_list li{
		border-bottom: 1px solid #999;
	}
	.aside_programs_list li a{
		display: block;
		font-size: 20px;
		color: #9b9b9c;
		padding: 10px;
		position: relative;
	}
	.aside_programs_list li a:hover{
		color: #fff;
	}
	.aside_programs_list li a:after{
		content: "\e90f";
		font-family: 'peyton' !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;
		position: absolute;
		right: 0;
		font-size: 24px;
		top: 12px;
	}

	.checklist li{
		position: relative;
		padding-left: 40px;
	}
	.checklist li:before{ display: none; }
	.checklist li:after{
		content: "\e90d";
		font-family: 'peyton' !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;
		position: absolute;
		left: 0;
		font-size: 32px;
		top: -4px;
	}
/*------------------------------------------------------------------------------------------------*/
.orgues{
	text-align: center;
	font-size: 0;
}
.pt-orgue{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 20px;
}
	.orgues_icons{
		position: relative;
		margin-bottom: 30px;
	}
	.orgues_icons:after{
		content: '';
		background: #999;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -2px;
		width: 100%;
		height: 1px;
	}

	.pt-orgue:last-child .orgues_icons:after{ display: none; }
	.orgues_icons .iconbg {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		font-size: 138px;
		color: #999;
		z-index: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.orgues_icons .number{
		display: block;
		font-size: 60px;
	    line-height: 70px;
	    font-weight: 700;
	    position: relative;
	    z-index: 2;
	}

	.orgues_x2 .pt-orgue{ width: 50%; }
	.orgues_x3 .pt-orgue{ width: 33.3333336%; }
	.orgues_x4 .pt-orgue{ width: 25%; }
	.orgues_x5 .pt-orgue{ width: 20%; }

/*------------------------------------------------------------------------------------------------*/
.programs_list{
	font-size: 0;
	text-align: center;
}
	.pt_program{
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
	}
	.pt_program-fig{position: relative;}

	.pt_program-fig:before{
		display: block;
		content: '';
		height: 100%;
		width: 100%;
		position: absolute; top: 0; left: 0;
background: rgba(15,16,19,0);
background: -moz-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0) 40%, rgba(15,16,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,16,19,0)), color-stop(40%, rgba(15,16,19,0)), color-stop(100%, rgba(15,16,19,1)));
background: -webkit-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0) 40%, rgba(15,16,19,1) 100%);
background: -o-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0) 40%, rgba(15,16,19,1) 100%);
background: -ms-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0) 40%, rgba(15,16,19,1) 100%);
background: linear-gradient(to bottom, rgba(15,16,19,0) 0%, rgba(15,16,19,0) 40%, rgba(15,16,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1013', endColorstr='#0f1013', GradientType=0 );
	}

	.pt_program-fig h3{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	.pt_program a{ color: #fff; text-shadow: #000 0px 0px 24px;}
	.pt_program a:hover{ color: #999; }

	.p_list_x2 .pt_program{ width: 50%; }
	.p_list_x3 .pt_program{ width: 33.3333336%; }
	.p_list_x4 .pt_program{ width: 25%; }
	.p_list_x5 .pt_program{ width: 20%; }


/*------------------------------------------------------------------------------------------------*/
.pt_slogan{
	padding: 60px 30px;
	position: relative;
	margin-bottom: 0;
}
	.pt_slogan span{ position: relative; z-index: 2; }
	.pt_slogan:before, .pt_slogan:after{
		display: block;
		content: '';
		background: #999;
		height: 80%;
		width: 2px;
		position: absolute; top: 10%; left: 50%;
		-webkit-transform: skew(-45deg);
		transform: skew(-45deg);
	}

	.pt_slogan:before{
		margin-left: -40px;
	}
	.pt_slogan:after{
		margin-right: -40px;
	}


/*------------------------------------------------------------------------------------------------*/
.ebook{
	position: relative;
	overflow: hidden;
	padding: 80px;
	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{
	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);
}


/*------------------------------------------------------------------------------------------------*/
.team{
	background-image: url(assets/images/blurry_1.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
	position: relative;
}
.team:before{
	content: '';
	background: rgba(0,0,0,0.8);
	width: 100%; height: 100%;
	position: absolute; top: 0; left: 0; z-index:1;
}
.team h2, .team .separator,
.teamSlider{
	position: relative;
	z-index: 2;
}
.teamSlider_name{ color: #fff !important; font-weight: bold; position: relative; display: block; }
.teamSlider_name h4{
	background: rgba(15,16,19,0.8);
	border-radius: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 80%;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	  -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;
}

.teamMember_list{font-size: 0;}
.teamMember{
	font-size: 18px;
	display: inline-block;
	width: 33.333336%;
	padding-left: 5px; padding-right: 5px;
	margin-bottom: 1px;
}

.swiper-button-prev{
    background: #999;
    background-image: none !important;
    width: 100px !important;
    border-radius: 0 30px 30px 0;
    left: 0 !important;
        height: 60px !important;
}
.swiper-button-next{
    background: #999;
    background-image: none !important;
    width: 100px !important;
    border-radius: 30px 0 0 30px;
    right: 0 !important;
        height: 60px !important;
}
.swiper-button-prev:before{
	content: "\e910";
	font-size: 40px;
	top: 10px;
	right: 10px;
	position: absolute;
  font-family: 'peyton' !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;
}
.swiper-button-next:before{
	content: "\e90f";
	font-size: 40px;
	top: 10px;
	left: 10px;
	position: absolute;
  font-family: 'peyton' !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;
}

.swiper-pagination{width: 100%; padding: 20px;}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    opacity: 1 !important;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #999!important;
}


.testi{
	padding: 100px 0;
	position: relative;
}
.testi_box{
	/*background: #171a1d;*/
}
.testi_img{
	margin-bottom: 30px;
}
.testi_img img {
    width: auto !important;
    max-width: 400px !important;
    height: auto !important;
}

.testi_text{ max-width: 600px; margin: 0 auto; text-align: center; }
.testi_text blockquote{
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
}
/*------------------------------------------------------------------------------------------------*/
.bottomForm{
	background-color: #999;
	background-image: url(assets/images/grid.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
	position: relative;
}
.bottomForm:before{
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%; height: 100%;
	position: absolute; top: 0; left: 0; z-index:1;
}
.bottomForm .over{
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 2;
}
.bottomForm .content{
	position: relative;
	z-index: 2;
}






/*------------------------------------------------------------------------------------------------*/
.footer{
	border-top: 1px solid #999;
	position: relative;
}
	.footer .content{
		margin: 0 auto;
		max-width: 1280px;
		width: 100%;
		text-align: center;
		position: relative;
		/* padding: 80px 20px 20px 20px; */
background: rgba(15,16,19,0);
background: -moz-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,16,19,0)), color-stop(50%, rgba(246,246,246,0.1)), color-stop(100%, rgba(15,16,19,0)));
background: -webkit-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -o-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: -ms-linear-gradient(left, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
background: linear-gradient(to right, rgba(15,16,19,0) 0%, rgba(246,246,246,0.1) 50%, rgba(15,16,19,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1013', endColorstr='#0f1013', GradientType=1 );
	}

.footer .logo{text-align: center; margin-bottom: 20px; }
.footer .logo a,.footer .logo img{ display:inline-block; margin: 0 auto;}
.footer .copyright{ text-transform: uppercase; font-size: 12px;    text-align: right; }

.footer a{ color:#fff; }
.footer a:hover{ color:#999; }

.blogPostsFooter li{ border-bottom: 1px solid #999; }
.blogPostsFooter a{ color:#fff; display: block; padding: 8px; }
.blogPostsFooter a:hover{ color:#999; }




.social_share_97d{
	margin-top: 30px;
	display:block;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
}
.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!important;
	width: 50px; height: 50px;
	list-style: none!important;
	margin: 0 20px;
	padding: 0!important;
	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:before,
.social_share_box li:after{ display: none!important; }
.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(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_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(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_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(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/global/social_share_box-gp.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; }



	.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(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/facebook.png);
	}
	.contactRD .social-contact-twitter{
		background-color: #55acee;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/twitter.png);
	}
	.contactRD .social-contact-google{
		background-color: #dd4b39;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/google.png);
	}
	.contactRD .social-contact-instagram{
		background-color: #3f729b;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/instagram.png);
	}
	.contactRD .social-contact-youtube{
		background-color: #cd201f;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/youtube.png);
	}
	.contactRD .social-contact-yelp{
		background-color: #df2029;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/yelp.png);
	}
	.contactRD .social-contact-pinterest{
		background-color: #bd081c;
		background-image: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/pinterest.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{}
	.contactRD .contactRD-address li{font-size: 24px; padding: 4px 0 4px 52px !important; line-height: 32px;}
	.contactRD .contactRD-address li.cRD-address{ background: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/address.png) no-repeat left top; }
	.contactRD .contactRD-address li.cRD-phone{ background: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_auto/resources/locpage/phone.png) no-repeat left top; }
	.contactRD .contactRD-address li.cRD-email{ background: url(../../../res.cloudinary.com/display97/image/upload/q_auto%2cfl_lossy%2cf_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;}
	.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; }
}
	





/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	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: 55px;
    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;
}


/*------------------------------------------------------------------------------------------------*/
/* BLOG */
#listId{}
#listId .search{
	background-color: rgba(255,255,255,0.1);
	border-radius: 30px;
	border:none;
	padding-left: 20px;
	height: 40px;
	width: 100%;
}
.sortingby{ padding: 10px 0; }
.sortingby .button{ border: none; float: right;  margin-left: 10px;}


#listId .list{
	padding: 30px 0;
}
.postdate{ font-size: 12px; text-transform: uppercase; letter-spacing: 4px; }
#listId .list li{
	position: relative;
	padding-left: 0;
	color: inherit;
	font-style: normal;
	overflow: hidden;
}
#listId .list li:before{
	display: none;
}

#listId .list li .desc{ color: #9b9b9c; }
.the_blog_preview img{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.the_blog_article{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 17px;
	margin-bottom: 50px;
}

.pagination{
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 0;
	text-align: center;
}
.pagination li{
	display: inline-block;
	font-size: 18px !important;
	padding: 0 !important;
	font-style: normal !important;
}
.pagination li a{ color: #fff; display: block; padding: 8px; }
.pagination li a:hover{ opacity: 0.4; }

.pagination li.active a{ color: #999; }
.pagination li:before{ display: none; }

.fighter_details > img {
    max-width: 400px;
    margin-bottom: 30px;
}

.peyton .schedules_rd,
.Peyton .schedules_rd {
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px;
}
.peyton .filters_list ul li a,
.Peyton .filters_list ul li a {
    color: #fff;
}
.peyton .sc_rd_Box ul li,
.Peyton .sc_rd_Box ul li {
    background-color: #fff !important;
    border-bottom: 1px solid #c8c8c8;
    color: #000;
}

.list li{ padding-left: 0 !important; }
.list li:before{ display: none !important; }


.pop .leftG *{ color: #fff !important; }
.pop .leftG h3{ font-size: 30px !important; line-height: 36px!important; margin-bottom: 10px!important; }

/* LIGHT CSS */
/*.lightHeader a{ color: #aaa;}*/
.lightHeader{ background-color: #fff; color: #000; }
.lightHeader .pop { background: rgba(255, 255, 255, 0.9) !important;}
.lightHeader .pop .leftG *{ color: #000 !important; }
.lightHeader .pagination li a{ color: #000; display: block; padding: 8px; }

.lightHeader .pagination{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.peyton.lightHeader .filters_list ul li a,
.Peyton.lightHeader .filters_list ul li a { color: #000; }
.peyton.lightHeader .sc_rd_Box ul li,
.Peyton.lightHeader .sc_rd_Box ul li { background-color: #000 !important; border-bottom: 1px solid #c8c8c8; color: #fff; }
.lightHeader .main_navigation {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    font-weight: 600;
}
.lightHeader .main_navigation ul { background-color: #ffffff; }
.lightHeader .main_navigation ul li a { color: #000000; }
.lightHeader .main_navigation ul ul{ background-color: rgba(255, 255, 255, 0.8); }
.lightHeader .main_navigation ul ul li a:hover { background: rgba(255,255,255,0.2); }
.lightHeader .hmbrgr span {
    background-color: #000;
}
.lightHeader .fsBody { background: #000; padding: 20px; }
.lightHeader .pt_contactBox a,
.lightHeader .pt_social a {  color: #000000; }
.lightHeader .pageContent .content:before {
    background: rgba(255, 255, 255, 0.8);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.lightHeader .swiper-pagination-bullet { background: #000; }

.lightHeader .bottomForm:before { background: rgba(255, 255, 255, 0.5); }
.lightHeader .bottomForm .over { background: rgba(255, 255, 255, 0.8); }
.lightHeader .blogPostsFooter a { color: #000; }
.lightHeader .aside_programs_list li a:hover { color: #000; }
.lightHeader .teamSlider_name h4,
.lightHeader .team:before { background: rgba(171, 171, 171, 0.8); }
.lightHeader .textBox { color: #fff; }
.lightHeader .swiper-button-prev,
.lightHeader .swiper-button-next,
.lightHeader .orgues_icons .number { color: #fff; }
.lightHeader .footer a { color: #000; }

/* CUSTOM CSS */
/*.header{border-top: 4px solid #cf0025}
.footer{ border-top: 1px solid #cf0025;}
.pt_slogan:before, .pt_slogan:after{ background: #cf0025; }
.button{ background: #cf0025; color: #fff; }
.button:hover{ background: #fff; color: #cf0025; }
.main_navigation ul li:hover > a, .main_navigation ul li a:hover{ color: #cf0025; }

.blogPostsFooter li{ border-bottom: 1px solid #cf0025; }
.ebook,
.separator,
.underlined:after,
.orgues_icons:after,
.swiper-pagination-bullet-active,
.swiper-button-prev, .swiper-button-next,
.teamSlider_name:hover h4,
hr{ background: #cf0025!important;}
.pageContent .content .left_content li:before{ background-color: #cf0025; }
.aside_programs_list li{ border-bottom: 1px solid #cf0025; }
.pt_contactBox a:hover,
.pt_social a:hover,
.blogPostsFooter a:hover,
.pt_program a:hover,
.gotocontent a:hover,
.postdate,
.orgues_icons .iconbg,
.sideTitle:before,
.checklist li:after,
.pagination li.active a{ color: #cf0025; }*/
