@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Massive
*/


/* FONTS */

body{
	font-family: "acumin-pro",sans-serif;
}

h1,h2,h3,h4,h5{
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.25;
}

#banner{
	font-size: 80px;
	color: #fff;
	position: absolute;
	margin-top: 370px;
	padding-right: 20px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.64);
}

#banner_mobile{
	font-size: 80px;
	color: #fff;
	position: absolute;
	margin-top: 370px;
	padding-right: 20px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.64);
}

.any{
	padding: 18px 0px 5px 0px;
}

h1{
	font-size: 36px;
	font-weight: 700;
}

h2{
	font-size: 28px;
}

.callsection{
	padding-top: 0px;
	text-align: center;
}

.bannerP{
	font-size: 22px;
	font-weight: 100;
}

.bannerF{
	font-size: 22px;
	font-weight: 100;
}

.email_text{
	color: #fff;
	font-size: 22px;
	padding-bottom: 20px;
}

p{
	font-size: 18px;
	font-weight: 100;
	line-height: 1.5;
	margin-bottom: 16px;
}

.copyright{
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}

.thin{
	font-weight: 100;
}

.sm{
	font-size:14px;
}

.blue1{
	color:#00a8e2;
}

.blue2{
	color:#96d5ea;
}

.white{
	color: #fff !important;
}

.center{
	text-align: center;
}


a.more{
	cursor: pointer;
	color: #0099cc;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.more:hover{
opacity: .65;
}

a.tooltip{
	color:#0099cc;
}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

ul.bullets{
	list-style: circle;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.5;
	padding-left: 20px;
}

li{
	font-size: 18px;
	font-weight: 100;
	line-height: 1.5;
}

li.bold{
	font-weight: 700;
	padding: 25px 0px 10px 0px;
}

.bullets ul li{
	
}


/* BANNER */

#full{
	background: url(../img/banner-bg.jpg) no-repeat ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 675px;
	padding-bottom: 60px;
	position: relative;
}

#full_boz{
	background: url(../img/banner-bg-boz.jpg) no-repeat ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 675px;
	padding-bottom: 60px;
	position: relative;
}



/* SECTIONS */


/* Why Us */

#first{
	color:#fff !important;
	padding: 20px 0 45px 0;
  min-height: 1100px;
  margin-top: -60px;
  background: rgba(55,55,55,1);
  transform: skewY(-2deg);
  -ms-transform: skewY(-2deg); /* IE 9 */
  -webkit-transform: skewY(-2deg); /* Safari */
  background: -moz-linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(82,82,82,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(55,55,55,1)), color-stop(100%, rgba(82,82,82,1)));
  background: -webkit-linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(82,82,82,1) 100%);
  background: -o-linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(82,82,82,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(82,82,82,1) 100%);
  background: linear-gradient(45deg, rgba(55,55,55,1) 0%, rgba(82,82,82,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#525252', GradientType=1 );
}


#first .container_12{
	transform: skewY(2deg);
	-ms-transform: skewY(2deg); /* IE 9 */
  -webkit-transform: skewY(2deg); /* Safari */
	color: #fff;
}

/* What We Do */

#second{
	color: #242424;
  	width: 100%;
  	min-height: 200px;
  	position: relative;
  	padding-top: 50px;
  	padding-bottom: 50px;
  	margin-top: -35px;
  	z-index: 600;
	background: #f2f2f2; 
}

/* Who We Are */


#third{
	min-height:950px;
	width: 100%;
	position: relative;
	padding-top: 60px;
	background: url(../img/mid-bg.jpg) no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#employee{
	padding: 50px 0px;
	min-height: 560px;
	text-align: center;
}


#partners, #partnersK{
	min-width: 50px;
	background-color: #fff;
	border-radius: 3px;
	padding: 2px 20px 30px 20px;
}

#jtt{
	min-width: 50px;
	height: 450px;
	border: solid 1px #fff;
	border-radius: 3px;
	margin-left: 115px;
	padding: 210px 20px 0px 20px;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#jtt:hover{
	border: none;
	background-color: #fff;
	color: #000;
}

.partners img{
	margin-bottom: 7px;
}

#press, #pressN{
	color: #fff;
	background-color: #96d5ea;
	width: 287px;
	border-radius: 3px;
	display: inline-table;
	text-align: center;
	padding: 40px 0px 30px 0px;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#press:hover, #pressN:hover{
	background-color:#00a8e2;
	border-radius: 6px;
}

/* Contact */

#fourth{
	width: 100%;
	min-height: 750px;
	background-color: #242424;
	padding-top: 60px;
}

.contact_form{
	margin-left: auto;
	margin-right: auto;
}

#email{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #242424;
	padding-top: 60px;
}

form input,textarea{
	width: 100%;
	margin-bottom: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "acumin-pro",sans-serif;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
	border-right: none;
	border-top: none;
}

form input{
	height: 50px;
}

form textarea{
	height: 100px;
}

form input[type=submit]{
	background-color:#00a8e2;
	margin-top: 25px;
	cursor: pointer;
	border-radius: 3px;
	width: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

form input[type=submit]:hover {
	background-color:#96d5ea;
}

.footer{
	width: 100%;
	height: 60px;
	background-color: #242424;
	padding-bottom: 20px;
}


/* BUTTONS */

.center_btn{
	margin-top: 20px;
	text-align: center;
}

.button1, .button2, .faq_popup_open{
	padding: 10px 35px 13px 35px;
	margin: 10px 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	border-radius: 2px;
	display: inline-block;
}

.button1{
	background-color:#00a8e2;	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.button1:hover{
	background-color: #96d5ea;
}


.button2, .faq_popup_open{
	background-color:#96d5ea;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.button2:hover, .faq_popup_open:hover{
	background-color: #00a8e2;
}


.buttonSm, .ado_popup_open, .ali_popup_open, .col_popup_open, .chi_popup_open, .chs_popup_open, .div_popup_open, .gua_popup_open, .pre_popup_open, .pro_popup_open, .any_popup_open, .imm_popup_open, .kat_popup_open, .kel_popup_open, .ash_popup_open, .chr_popup_open, .conn_popup_open, .mark_popup_open, .erin_popup_open, .jtt{
	background-color:#00a8e2;
	color: #fff !important;
	font-size: 13px;
	padding:8px 20px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.buttonSm:hover, .ado_popup_open:hover, .ali_popup_open:hover, .col_popup_open:hover, .chi_popup_open:hover, .chs_popup_open:hover, .div_popup_open:hover, .gua_popup_open:hover, .pre_popup_open:hover, .pro_popup_open:hover, .any_popup_open:hover, .imm_popup_open:hover, .kat_popup_open:hover, .kel_popup_open:hover, .ash_popup_open:hover, .chr_popup_open:hover, .conn_popup_open:hover, .mark_popup_open:hover, .erin_popup_open:hover, .jtt:hover{
	background-color: #96d5ea;
}

.ado_popup_close{
	color: #fff;
	text-align: right;
}


#hideShow{
	cursor: pointer;
	width: 100%;
	min-height: 45px;
	text-align: center;
	font-size: 30px;
	padding: 10px 0px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#hideShow:hover{
	background-color: #336666;
	border: #336666 solid medium;
	color: #fff;
}

.announcement_top{
	height: 55px;
	width: 100%;
	font-size: 30px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	background-color: #00a8e2;
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }

.social{
	padding: 10px;
}

/* POPUP */

.popupcontent{
	max-width: 44em; 
	opacity: 1; 
	visibility: visible; 
	display: inline-block; 
	text-align: left; 
	position: relative; 
	vertical-align: middle;
	padding: 100px 20px 80px 20px;
}

.announcement_container{
	position: relative;
}

.announcement{
	min-height: 50px;
	position: fixed;
	color: #fff;
	line-height: 1.25;
	z-index: 999;
	bottom: 0;
	width: 100%;
	font-size: 30px;
	padding: 12px 80px 20px 80px;
	text-align: center;
	background-color: #f1627b;
}

.btn.btn-close{
	background-color: #f1627b;
	border: none;
	color: #fff;
	font-size: 16px;
}


/* ////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout ELementes ~ You Can Fuck With These Brian
*/
/* Break 1 (iPhone 4, 4S & 5 Portrait)----------- */
@media only screen and (max-width : 320px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: inline-block !important;  
	}


	#banner_mobile{
		font-size: 34px;
		margin-top: 190px;
		text-shadow: 0px 0px 8px rgba(150, 150, 150, 0.9);
	}
	
	#banner{
		display: none;
	}
	
	.bannerP{
		font-size: 18px;
		line-height: 1.40;
	}
	
	h1{
		font-size: 30px;
	}
	
	#full{
		background: url(../img/banner-bg-500.jpg) no-repeat center top fixed; 
		min-height: 390px;
	}
	
	#first{
		min-height: 2420px;
	}
	
	#second{
		min-height: 2220px;
	}
	
	#third{
	min-height:2200px;
	}
	
	#fourth{
		min-height: 1250px;
	}
	
	.popupcontent{
	padding: 20px 20px 80px 20px;
	}
	
	#jtt{
	width: 300px;
	height: 300px;
	margin: 30px 0px 10px 10px;
	padding: 140px 20px 0px 20px;
	}
	
	.announcement_top{
	height: 60px;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 40px 0px 40px;
	}
	
	.announcement{
	font-size: 18px;
	padding: 12px 20px 20px 20px;
	}
	
	p{
		line-height: 1.15;
	}
	
}

/* Break 2 (iPhone 4, 4S - Lanscape)----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	#banner_mobile{
		font-size: 34px;
		margin-top: 190px;
		text-shadow: 0px 0px 8px rgba(150, 150, 150, 0.9);
	}
	
	#banner{
		display: none;
	}
	
	.bannerP{
		font-size: 18px;
		line-height: 1.40;
	}
	
	h1{
		font-size: 30px;
	}
	
	#full{
		background: url(../img/banner-bg-500.jpg) no-repeat center top fixed; 
		min-height: 390px;
	}
	
	#first{
		min-height: 2450px;
	}
	
	#second{
		min-height: 2220px;
	}
	
	#third{
	min-height:2200px;

	}
	
	#fourth{
		min-height: 1250px;
	}
	
	.popupcontent{
	padding: 20px 20px 80px 20px;
	}
	
	#jtt{
	width: 300px;
	height: 300px;
	margin: 30px 0px 10px 10px;
	padding: 140px 20px 0px 20px;
	}
	
	.announcement_top{
	height: 60px;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 40px 0px 40px;
	}
	
	.announcement{
	font-size: 18px;
	padding: 12px 20px 20px 20px;
	}
	
	p{
		line-height: 1.15;
	}
	
}

/* Break 3 (Non Apple Smart Phones/Tables & Iphone 5 Landscape) ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	.tooltipster-default {
	border-radius: 5px; 
	background: #4c4c4c;
	border: 0px !important;
	color: #fff;
	max-width: 270px !important;
	text-align: center !important;
	}
	
	h2{
		font-size: 26px;
	}
	
	.any{
	padding: 15px 0px 5px 0px;
	}
	
	#banner{
		font-size: 44px;
		margin-top: 300px;
		text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.8);
	}
	
	#banner_mobile{
		display: none;
	}
	
	.bannerP{
		font-size: 18px;
		line-height: 1.40;
	}
	
	#full{
		background: url(../img/banner-bg-780.jpg) no-repeat center top fixed; 
		min-height: 505px;
	}
	
	#first{
		min-height: 1760px;
	}
	
	#second{
		min-height: 1980px;
	}
	
	#third{
	min-height:2330px;
	}
	
	#fourth{
		min-height: 1200px;
	}
	
	
	#partners, #partnersK{
	width: 290px;
	background-color: #fff;
	border-radius: 3px;
	padding: 2px 10px 30px 10px;
	margin: 10px 0px 10px 90px;
	}
	
	#jtt{
	width: 290px;
	height: 300px;
	margin: 10px 0px 10px 90px;
	padding: 140px 20px 0px 20px;
	}
	
	#press, #pressN{
	margin: 10px 0px 10px 90px;
	}
	
	.announcement_top{
	height: 80px;
	font-size: 25px;
	line-height: 30px;
	padding: 10px 60px 0px 60px;
	}
	

}

/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	/* Styles */

	.mobileMenu {
		display: none;	
	}
	
	h2{
		font-size: 17px;
	}
	
	.any{
	padding: 15px 0px 5px 0px;
	}
	
	#banner{
		font-size: 70px;
		margin-top: 270px;
		text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.8);
	}
	
	#banner_mobile{
		display: none;
	}
	
	.bannerP{
		font-size: 18px;
		line-height: 1.40;
	}
	
	#full{
		background: url(../img/banner-bg-1050.jpg) no-repeat center top fixed; 
		min-height: 550px;
	}
	
	#first{
		min-height: 1200px;
	}
	
	#second{
		min-height: 1230px;
	}
	
	#third{
	min-height:850px;
	}
	
	.partners{
	background-color: #fff;
	border-radius: 3px;
	padding: 2px 10px 30px 10px;
	}
	
	#employee{
	min-height: 520px;
	}
	
	#jtt{
	height: 335px;
	margin-left: 75px;
	padding: 160px 20px 0px 20px;
	}
	
	#pressN, #partnersK{
	margin-left: 50px;
	}
	
	.level{
		height: 21px;
	}
	
	#press, #pressN{
	width: 172px;
	}
	
	.announcement_top{
	height: 45px;
	font-size: 20px;
	}
}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen
and (min-width : 1024px) and (max-width : 1223px){
	/* Styles */
	
	.mobileMenu {
		display: none;	
	}

	h2{
		font-size: 24px;
	}

	h3{
		font-size: 15px;
	}
	
	#full{
	background: url(../img/banner-bg-1230.jpg) no-repeat center top fixed; 		
	}
	
	#first{
		min-height: 1300px;
	}
	
	#banner_mobile{
		display: none;
	}

	#employee{
	min-height: 580px;
	}
	
	
	#partnersK, #pressN{
	margin-left: 50px;
	}
	
	#jtt{
	height: 420px;
	margin-left: 95px;
	padding: 200px 20px 0px 20px;
	}
	
	.level{
	height: 30px;
	}
	
	#press, #pressN{
	width: 236px;
	}
  
}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {
	/* Styles */

	.mobileMenu {
		display: none;	
	}
	
	#banner_mobile{
		display: none;
	}
	
	
	
	.level{
		display: none;
	}
	
	
}

/* Use these if you want to Swap Content Based on Pixel Ratio ----------- */

/* iPhone 4 & 4s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}

}

/* Retnia Devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 2.0),only screen and (min-device-pixel-ratio : 2.0) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}

}