@charset "utf-8";
/* CSS Document */
/* css/coach */
 @charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

*{
	margin:0;
	padding:0;
	font-family: Open Sans, serif;
	line-height:22px;
}	

body, html {
	height: 100%;
}	

.clearFloat{clear:both;}
.no_list{list-style:none;}	
ul, li {
	margin:0;
	padding:0;
}
/********Header*********/
header{
    width: 100%;
	position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
	    z-index: 999;
}

.minheight{
    padding-top: 70px;	
}

.logo{
	display:block;
    padding: 30px 0;
    height: 24px;
}

.logo img{
	height:100%;
}

.main_menu{
    margin: 30px 0 0 0;
}

.main_menu ul li{
	display:inline-block;
	margin-left:-4px;
	position: relative;
}


.main_menu ul li span,
.main_menu ul li a{
	display: block;
	text-decoration: none;
	color: #000000;   
    padding: 10px 16px 22px;
    font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
}

.drop_submenu {
	padding: 0;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 999;
	padding: 0 12px;
	width: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	    background: #FFFFFF;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.6s ease;
	    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.drop_submenu li{
	margin:0 !important;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.drop_submenu li:last-of-type{
	border-bottom: none;
}

.drop_submenu li a{	
    padding: 8px 14px !important;
    line-height: 110%;	
}

.main_menu  ul li:hover .drop_submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.gradient{
	background: #004064; /* Old browsers */
	background: -moz-linear-gradient(left,  #004064 0%, #0e7fbb 28%, #004064 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #004064 0%,#0e7fbb 28%,#004064 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #004064 0%,#0e7fbb 28%,#004064 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004064', endColorstr='#004064',GradientType=1 ); /* IE6-9 */ 
}

.gradient_top{
    width: 100%;
    height: 10px;	
}

.pages{
	padding: 50px 0;
    margin: 0 60px;
}

/********End Header*********/

#banner{
	overflow:hidden;
	height:450px;
	position:relative;
	z-index:9;
}
	
.callout{
    position: absolute;
    left: 40px;
    width: 40%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #fff;
    font-size: 39px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.70);
}

#video_box{
    position: absolute;
    bottom: -48px;
    left: 50%;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    z-index: 99;
    width: 400px;
    -webkit-box-shadow: 1px 1px 3px 0 #030303;
    box-shadow: 0px 0px 3px 0 rgba(3, 3, 3, 0.35);
}

#video_wrapper{
	display:none;
	position: fixed;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
}

.video_container{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 7px;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    width: 500px;
    height: 400px;	
}

.close_video {
	cursor: pointer;
    margin: -5px 0 5px 0;	
}

.white_content{
	background:#fff;
}

.main_title{
    margin-bottom: 12px;
    color: #024d87;
    padding: 12px 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 100%;	
}

.circle_img{
	width: 310px;
    height: 310px;
    border-radius: 200px;
    overflow: hidden;
    margin: 50px auto;
    border: 10px solid #E2E2E2;
}

.about_align{
    width: 70%;
    margin: 80px auto 40px ;
}

/********* Testimonials *******/
.firstTestimonial{
    text-align: center;
    width: 70%;
    margin: 60px auto;
}

.firstTestimonial h4{
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 12px;	
	color:#000000;
}

.testimonial,
.testimonial p,
.testimonial p span{
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 160% !important;
}

.testimonial img{display: inline-block;}
.testimonial p{display: initial;}
.quote_left{margin-right:8px}
.quote_right{margin-left:8px}

.testimonial_list{
    padding: 50px 0;	
}

.testimonial_list h1{
	text-align:center;
}

.testimonial_list .firstTestimonial{
	margin: 20px auto;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 30px;	
}

.testimonial_list .firstTestimonial:last-of-type{
	border-bottom: none;
}

/********* End Testimonials *******/

.btn_view{
    margin-top: 20px;
    display: inline-block;
    color: #FFFFFF;
    background: #004064;
    text-decoration: none;
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 4px;
    font-size: 15px;
	text-decoration:none;
}

.btn_view:hover{
	background:#2f3034;
}

.contact_wrapper{
	margin-top:40px;
	padding:30px 0px;
}

.sub_title{
    background: #2f3034;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    margin: 40px 0 0 -60px;
    width: 80%;
    font-style: italic;
}

.img_metod{
    width: 70%;
}


/********Form********/
textarea {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #EFEFEF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
    resize: none;
    width: 90%;
}

.fill_form {
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid rgba(144, 144, 144, 0.41);
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px 14px;
    width: calc(100% - 28px);
}

.fill_form:focus{
    border: 1px solid #2D88C5;
}

/********End Form********/		


.team_name{font-size: 16px;}
.member{border-bottom: 1px dotted #ccc;}
.info{font-size:12px;}

.info:last-child{border-bottom:none;}
	
.info i{
    color: #024D87;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 2px;
}
.info a{
	text-decoration: none;
	color: #383838;
}
	
.location_info img{
	width:20px;
	margin-right:10px;
}

.home_content{
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	top: 180px;
	color: #FFF;
}

address{
	font-style: initial;
	font-size: 14px;
}

address i{
    color: #024d87;
    font-size: 16px !important;
    vertical-align: middle;
    text-align: center;
    margin-right: 8px;
    overflow: hidden;
}


/********Footer********/
.footer_gradient{
	padding: 25px 0;
}

.footer_gradient h2{
    color: #FFFFFF;
    font-weight: 300;
    text-align: left;
    font-size: 35px;
    margin: 12px 0;
}

.video_trigger{
    background: #ffffff;
    margin: auto;
    width: 250px;
    border-radius: 8px;
    color: #000000;
    text-transform: uppercase;
    line-height: 100%;
    padding: 8px 8px;
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.8);
	cursor:pointer;
}

.video_trigger h3{
    display: inline-block;
    width: 74%;
    line-height: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 800;
	color: #000000;
}

.video_trigger i{
    display: inline-block;
    font-size: 36px;
    margin: 0 8px;
	color: #000000;
}

.footer_navigation{
	background:#2f3034;
	color:#B5B5B5;
	padding:20px 0 50px;
}

.footer_navigation h2{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 36px;
    padding: 20px 0 50px;
    text-align: center;
	line-height: 100%;
}

.bottom_nav_ttl{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
	
}

.bottom_nav ul li a{
	text-decoration: none;
	color: #B5B5B5;
	font-size: 13px;
}


.signature{
    background: #000;
    text-align: center;
    color: #B5B5B5;
    font-size: 12px;
    padding: 10px;
    line-height: 100%;
}

.signature a{
	 color: #828282;
}

.mob_nav{
	display:none;
    padding: 20px;
    cursor: pointer;
}

@media (max-width:1024px){
	
	header{
		position: static;
	}
	
	.minheight{
	    padding: 0;	
	}
	
	.logo{
		margin: auto;
		text-align: center;
		padding: 20px 0 0;	
	}
	
	.main_menu {
		margin: 10px 0 0 0;
	}
	
	#banner{
		height:320px;
	}
	
	#video_box{
	    width: 320px;	
	}
	
	.circle_img{
		margin: 0 auto 50px;
	}
	
	.footer_gradient h2{
		font-size: 24px;
	}
	
}

@media (max-width:768px){
	
	
	
	
}

@media (max-width:640px){
	
	#banner{
		height:150px;
	}
	
	#video_box{
		display:none
	}
	
	.mob_nav{
		display:block;
	}
	
	.main_menu{
		display:none;
		position: absolute;
		background: #fff;
		z-index: 9999;
		margin: 0;
		right: 0;
		text-align: right;
		padding: 0px 14px;
		width: 200px;	
		-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
	}
	
	.main_menu ul li{
		display: block;
		margin: 0;
		border-bottom: 1px dotted #ccc;
	}
	
	.main_menu ul li:last-of-type{
		border-bottom:none;
	}
	
	.main_menu ul li span, 
	.main_menu ul li a{
		padding: 6px 10px;
	}
	
	.drop_submenu{
		position:static;
		width: 100%;
		border: none;
		background: #f2f2f2;
		padding: 0;
	}
	
	.logo{
		padding: 20px 0;
		width: 200px;
		margin: 0 0 0 30px;
		height: auto;
	}
	
	.logo img{
		height: auto;
		width: 100%;
	}
	
	.pages {
		padding: 10px 0;
		margin: 0 30px;
	}
		
	.main_title{
		font-size: 26px;
	}
	
	.about_align{
	    width: 80%;
		margin: 25px auto 15px;
	}
	
	.circle_img{
		margin: 10px auto 40px;
	    width: 220px;
		height: 220px;
	}
	
	.testimonial {
		font-size: 15px;
	}
	
	.callout{
		font-size:24px
	}
	
	.footer_gradient h2{
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer_navigation h2{
		font-size:24px
	}
	
	.footer_navigation .col-mob-10{
		float:none !important;
		margin:auto;
		text-align: center;
	}
	
	.bottom_nav_ttl{
	    margin: 10px 0;	
	}
	
	.video_container{
		width: 90%;
		height: auto;
	}
	
	.sub_title{
		width: calc(100% - 40px);
		margin: 0;
	}
	
	.img_metod{
		margin: 0 auto 20px;
		display: block;
	}
	
}


@media (max-width:320px){
	
	#banner{
		height:120px;
	}
	
}