html, body {-webkit-text-size-adjust: 100%;}

body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position: absolute;
	max-height:800px;
	font-family: GillSansMTStd-MediumItalic;
	font-weight: normal;
	font-style: normal;
	overflow:hidden;
}

#header{
	width:100%;
	max-width:1265px;
	margin:0 auto;
	padding:23px 0 0;
	height:90px;
	position:relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}

.logo{
	float:left;
	margin-left:15px;
	cursor:pointer;
}

.logo img{
	height:90px;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}

.nav{
    float: right;
    font-size: 22px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
	margin-top:56px;
	margin-right:27px;
}

.nav ul{
	list-style:none;
	display:inline-block;	
	margin:0;	
	padding:0;
}

.nav ul li{
	float:left;	
	padding:5px 10px;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}

.nav ul li a{
	text-decoration:none;	
	color:#000;
}

.nav ul li:hover, .nav ul li.active, .nav ul li a:hover, .nav ul li.active a{
	color:#999999;
}

.nav ul li.active{
	pointer-events: none;	
}



#content{
	height:575px;
	background-color:#e8641b;
	clear:both;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
	overflow:hidden;
}

.content-shadow{
	background:url("../images/content-shadow-center.png") repeat-x;
	height:36px;
	position:relative;
	margin:0 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}

.content-shadow:before{
	position:absolute;
	content:" ";
	background:url("../images/content-shadow-left.png") no-repeat;
	height:36px;
	width:40px;
	left:-40px;
}

.content-shadow:after{
	position:absolute;
	content:" ";
	background:url("../images/content-shadow-right.png") no-repeat;
	height:36px;
	width:40px;
	right:-40px;
}

.content-top-shadow{
	background:url("../images/content-top-shadow-center.png") repeat-x;
	height:18px;
	position:relative;
	margin:0 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}

.content-top-shadow:before{
	position:absolute;
	content:" ";
	background:url("../images/content-top-shadow-left.png") no-repeat;
	height:18px;
	width:40px;
	left:-40px;
}

.content-top-shadow:after{
	position:absolute;
	content:" ";
	background:url("../images/content-top-shadow-right.png") no-repeat;
	height:18px;
	width:40px;
	right:-40px;
}

#content ul{
	padding:0;
	margin:0;	
}

#content ul li{
	list-style:none;
}


#footer{
	text-align:center;	
	height:150px;
	opacity:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;	
}



/* Contents */
.inner{
	text-align:center;	
	height:100%;
	position:relative;
	display:none;
}

#pulse{
	font-size:28px;
}

#pulse .pulse-logo{
	padding-top:200px;
	position:relative;
	width:150px;
	height:100px;
	margin:0 auto;
}

#pulse .pulse-logo img{
	position:absolute;
	top:300px;
	left:0;	
	opacity:0;
}

#pulse .pulse-desc {
	position:relative;
}

.pulse-desc p{
	top:110px;
	position:absolute;
	opacity:0;
	white-space:nowrap;
}

#pulse_desc1{
	width:800px;
	margin-left:400px;
}

#pulse_desc2{
	width:261px;
	margin-left:130px;
	top:160px;
}

#pulse_desc3{
	width:558px;
	margin-left:279px;
	top:135px;
}

#premise{
	font-size:30px;	
	padding-top:12%;
}

#premise span{
	font-size:60px;
	font-style:normal;
	vertical-align:sub;	
}

#services{
	text-align:left;
	max-width:1100px;
	margin:0 auto;	
	font-size:19px;
}

#services h2{
	font-family: GillSansMTStd-LightItalic;
	font-size:24px;
	font-weight:normal;
}

#services .readmore{
	font-size:16px;
	font-family: GillSansMTStd-LightItalic;
	font-weight: normal;
	font-style: normal;
}

#services .service_list ul li{
	font-family: GillSansMTStd-MediumItalic;
}

#services .service_list ul li.selected, #services .service_list ul li:hover {
	font-family: GillSansMTStd-LightItalic;
}

#services .service_list{
	float:left;
	margin-left: 5%;
	width:25%
}

#services .service_content{
	float:left;
	width:50%;
	margin-left:15%;
	margin-right:5%;
	letter-spacing: 0.0519em;
}

#services .service_list ul li{
	margin-bottom:29px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;
	cursor:pointer;
}

#services .service_list ul li.last{
	margin-bottom:0;
}

.service_desc{
	display:none;	
}


#team{
	width:100%;
	margin:0 auto;
	padding-top:30px;
	max-width: 1265px;
}

#team .bio-images{
	width:80%;
	display:inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-ms-transition: all 0.5s;
}

#team .bio{
	float:left;
	display:inline-block;
	text-align:left;
}

#team .bio .name{
	display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
}

#team .desc{
	text-align:left;
	max-width:80%;
	margin:0 auto;
	font-size:17px;	
	clear:both;
	margin-top:10px;
}

.bio_ind{
	margin-top:10px;	
}

#team .desc{
	display:none;
}

#team #desc1{
	min-width:750px;
}

#team #desc2{
	min-width:670px;
}

#team #desc3{
	min-width:670px;
}


#team.inner{
}

.bio-images .bio .image{
	background-color:#000;
}

.bio-images .bio img{
	width:100%;
}

.bio-images .bio{
	cursor:pointer;	
	width:33.3%;
}

.bio.notSelected img{
	opacity:.5;	
}

.bio.notSelected .name{
	color:#4b4b4b;	
}

.bio img{
	opacity:1;	
}

.bio p.name{
	color:#000;	
	margin-top:10px;
}

#clients img{
	max-height:90%;
	max-width:80%;
}



#contact{
	text-align:left;
	max-width:425px;
	margin:0 auto;
}

#contact h2 {
	margin:0;
	color: #000;
}

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #000000;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: GillSansMTStd-MediumItalic;
	font-size: 14px;
}

textarea {
	width: 400px;
	height: 150px;
	max-height:150px;
	max-width: 400px;
	min-width:400px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #000;
}

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #000; 
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	border:0;
	font-size:16px;
}


/* Others */

.underlined{
	border-bottom: 1px solid #DADADA;
    display: inline;
    padding-bottom: 5px;
}

img {
	border:none;	
}

.formError {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
	display:block;
}

.formProgress {
    margin-left: 5px;
}

.font-preload{
	font-family: GillSansMTStd-LightItalic;	
	position:absolute;
	top:-1000px;
	left:-1000px;
}


@media only screen and (max-width: 1000px) {
	body{
		overflow-x:scroll;
		width:1000px;	
	}
}


@media only screen and (max-height: 900px) {
#footer{
	opacity:0;
}


}


@media only screen and (max-height: 800px) {
#footer{
	opacity:0;
	display:none;
}

#content{
	height:550px;	
}

.logo img{
	height:80px;	
}

.nav{
	font-size: 20px;
    margin-top: 48px;
}

#header{
	height:77px;	
}

#team .desc{
	font-size:16px;	
}

}

@media only screen and (max-height:670px) {

#content{
	height:500px;	
}

.logo img{
	height:80px;	
}

.nav{
	font-size: 20px;
    margin-top: 48px;
}

#header{
	height:77px;	
}

#services .service_list ul li{
	margin-bottom:29px;	
}

#team .bio-images{
	width:70%;	
}

#team .desc{
	font-size:15px;	
}

}

@media only screen and (max-height: 600px) {
	body{
		overflow-y:scroll;	
	}
}



@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.logo img{
		height:70px;	
	}
	
	.nav{
		margin-top:38px;	
	}
	
	#team #desc1{
	min-width:650px;
	}

	#team #desc2{
		min-width:590px;
	}
	
	#team #desc3{
		min-width:530px;
	}
	
	.desc > span{
		white-space:normal !important;	
	}
	
	#footer img{
		width:100%;	
	}
	
	#services{
	font-size:18px;	
	display:none;
	}
	
}



@media only screen and (max-height: 450px) {
	#team #desc1{
	min-width:650px;
	}

	#team #desc2{
		min-width:570px;
	}
	
	#team #desc3{
		min-width:570px;
	}
	
	#services{
		font-size:18px;	
		display:none;
	}
	
}






