/*--CONTACT START--*/

#contact {
	margin-top: 50px;
}
#contact .contact{
	margin: 40px 0 0 0;
}
#contact .contact p{
	color: #939394;
	font-size: 19px;
	margin-bottom: 47px;
	font-style: italic;
	line-height: 24px;
}
#contact .form{
	margin: 0;
}
#contact .contact form{
	margin: 0;
}
#contact .form .box{
	margin: 0;
}
#contact .form .box input[type="text"]{
	margin-bottom: 10px;
	color: black;
	height: 29px;
	border-radius: 3px;
	width: 89%;
}

#contact .form .box_r{
	float: right;
}
#contact .form .box textarea{
	padding: 11px;
	width: 87%;
	border-radius: 3px;
	height: 113px;
}

#contact .contact input[type="submit"]{
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	padding: 4px 12px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
	margin-bottom:10px;
}
#contact .contact input[type="submit"]:hover{
	background: #252528;
}

#contact .address .box_wrapp{
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 33px 0 33px;
	background: white;
	border-radius: 4px;
}
#contact .address .box_wrapp .box_cont{
	margin: 0 auto;
	width: 76%;
}
#contact .address .box_wrapp .head{
	width: 100%;
	margin-bottom: 17px;
	overflow: hidden;
}
#contact .address .box_wrapp .head h6{
	font-size: 24px;
	margin: 0;
	font-style: italic;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	font-weight: normal;
}
#contact .address .box_wrapp ul.street{
	list-style: none;
	margin: 0;
	padding:0;
}
#contact .address .box_wrapp ul.street li{
	color: #777777;
	font-size: 14px;
}

#contact .address .box_wrapp .headbottom{
	margin-top: 42px;
}
#contact .address .box_wrapp p{
	color: #777777;
	font-size: 14px;
	margin-bottom: 32px;
}

.section_header h3.contact-h
{
	background:url(../img/h3_contact.png) no-repeat left;
	padding-left:50px;	
}

/*--CONTACT END--*/



/*-- About START--*/

#meet{
	min-height: 350px;
	margin-top:50px;	
}
#meet .section_header{
	margin-bottom: 20px;
}
#meet .section_header h3{
	margin: 0;
}
#meet .description{
	position: relative;
}
#meet .description .text{
	position: absolute;
	display: none;
}
#meet .description .text.active {
	display: block;
}
#meet .description h4{
	font-size: 24px;
}
#meet .description p{
	font-size: 14px;
	color: #3F3F3F;
	line-height: 22px;
}
#meet .areas{
	margin-left: 0;
	float: right;
}
#meet .areas .image{
	cursor: pointer;
	float: left;
	margin-right: 5px;
	padding:3px;
	text-align: center;
	background: rgba(37, 37, 40, 0.9);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#meet .areas .first{
	margin-left: 0;
}
#meet .areas .image img{
	margin-top: px;
}

#meet .areas .image:hover,
#meet .areas .image.active {
	background: rgba(17, 137, 217, 1);
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#team .people .bio_box{
		text-align: center;
	}
	#team .people .bio_box img{
		float: none;
		margin-bottom: 25px;
		margin-left: 0;
	}
	#meet .areas{
		text-align: center;
	}
	#team .people .bio_box .info{
		margin: 0;
		float: none;
	}
	#meet .areas .last_image{
		float: none;
		display: inline-block;
		margin-left: -75px;
		margin-top: -54px;
	}
}	
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#team{
		margin-right: -20px;
		margin-left: -20px;
	}
	#team .container{
		padding: 0px 20px;
	}
	#team .people .row1{
		margin: 0;
	}
	#team .people .bio_box{
		overflow: hidden;
		margin-bottom: 35px;
	}
	#team .people .bio_boxr img{
		margin: 0;
	}
	#aboutus .intro{
		margin-bottom: 45px;
	}
	#aboutus{
		margin-bottom: 75px;
	}
	#meet .areas{
		margin-top: 193px;
		margin-bottom: 0px;
		text-align: center;
	}
	#meet .areas .image{
		float: none;
		display: inline-block;
		margin: 0;
	}
	#meet .areas .last_image{
		margin-top: -23px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#team .people .bio_box{
		text-align: center;
	}
	#team .people .bio_box img{
		float: none;
		margin-bottom: 18px;
	}
	#aboutus .intro{
		margin-bottom: 30px;
	}
	#team .people .bio_box .info{
		float: none;
		margin: 0;
	}
	#meet .areas{
		margin-top: 250px;
	}
	#meet .areas .image{
		width: 100px;
		height: 100px;
	}
	#meet .areas .last_image{
		margin-top: 0;
	}
	#meet .areas .image img{
		margin-top: 22px;
	}
	#meet .areas .image span{
		display: none;
	}
}


/*-- About END--*/
