#wphc input[type=text], #wphc textarea{
	font-weight: 100 !important;
}

#contact {
	margin-top: 20px;
}
#contact .contact{
	margin: 40px 0 50px 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 input[type="text"]{
	padding-left: 39px;
	margin-bottom: 19px;
	height: 49px;
	border-radius: 3px;
	width: 89%;
	font-family: 'Lato', sans-serif !important;
	font-weight: 200 !important;
}

#wphc input[type="text"]{
	margin-bottom: 0px;
}

#wphc textarea{
	height: 213px !important;
	margin-bottom: 19px !important;
}

#wphc div{
	margin-bottom: 0px !important;
}
#contact input.name{
	background: url('http://www.thesnippetapp.com/img/formname.png') #fff no-repeat 5px;
}
#contact input.mail{
	background: url('http://www.thesnippetapp.com/img/formmail.png') #fff no-repeat 5px;
}
#contact input.phone{
	background: url('http://www.thesnippetapp.com/img/formphone.png') #fff no-repeat 5px;
}
#contact input.website{
	background: url('http://www.thesnippetapp.com/img/formwebsite.png') #fff no-repeat 5px;
}
#contact input.twitter{
	background: url('http://www.thesnippetapp.com/img/formtwitter.png') #fff no-repeat 5px;
}
#contact .form .box_r{
	float: right;
}
#contact textarea{
	padding: 11px;
	width: 95%;
	margin: 0;
	border-radius: 3px;
	height: 113px;
	font-family: 'Lato', sans-serif !important;
	font-weight: 200 !important;
}
#contact .contact .submit{
	margin: 0;
}
#contact .contact .submit .box{
	margin: 0
}
#contact .contact .submit label.checkbox{
	color: #394350;
	font-style: 14px;
}
#contact .contact .submit .right{
	float: right;
}
#contact input[type="submit"]{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #49bfb5;
	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;
}
#contact input[type="submit"]:hover{
	background: rgb(241,90,41);
}
#contact .map{
	margin: 0;
}
#contact .map iframe{
	display: block;
}
#contact .map .box_wrapp{
	position: absolute;
	margin: 0;
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 33px 0 33px;
	background: white;
	top: 40%;
	border-radius: 4px;
}
#contact .map .box_wrapp .box_cont{
	margin: 0 auto;
	width: 76%;
}
#contact .map .box_wrapp .head{
	width: 100%;
	margin-bottom: 17px;
	overflow: hidden;
}
#contact .map .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 .map .box_wrapp ul.street{
	list-style: none;
	margin: 0;
	padding:0;
}
#contact .map .box_wrapp ul.street li{
	color: #777777;
	font-size: 14px;
}
#contact .map .box_wrapp ul.street li.icon{
	margin-top: 3px;
}
#contact .map .box_wrapp ul.street li.icon span.ico1{
	float: left;
	height: 20px;
}
#contact .map .box_wrapp ul.street li.icon span.ico2{
	float: left;
	height: 20px;
	background-position: 0px -23px;
}
#contact .map .box_wrapp ul.street li.icon .text{
	font-size: 15px;
	color: #777777;
	margin-left: 6px;
}
#contact .map .box_wrapp ul.street li.icon a:hover{
	color: #187CCC;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#contact .map .box_wrapp ul.street li.icontop{
	margin-top: 13px;
}
#contact .map .box_wrapp .headbottom{
	margin-top: 42px;
}
#contact .map .box_wrapp p{
	color: #777777;
	font-size: 14px;
	margin-bottom: 32px;
}
#contact .map .box_wrapp a.btn{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #187CCC;
	text-shadow: none;
	padding: 6px 0 6px;
	font-weight: bold;
	border: 0 none;
	box-shadow: none;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	width: 56%;
	-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;
}
#contact .map .box_wrapp a.btn:hover{
	background: #252528;
}
.contacticos{
	background: url('http://www.thesnippetapp.com/img/contact_icos.png') no-repeat;
	width: 24px;
	height: 44px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {
	
}
@media (max-width: 979px) {
	
	
	#contact .form .box_r, #contact .form .box{
		margin: 0 auto !important;
		float: none !important;
		
	}
	
	
	#wphc .form .box_r{
		margin-top: -40px !important;
	}
					

	
	#contact .form .box_r{
		float: none !important;	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

#contact .map .box_wrapp{
		top: 35%;
		
	}
	
	

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#contact .contact .submit .box{
		margin: 10px 0 24px;
	}
	#contact input[type="text"]{
		width: 90%;
	}
	#contact input[type="submit"]{
		margin: 0 auto;
		float: none;
		width: 53%;
		display: block;
		padding: 7px;
	}
	#contact .map .box_wrapp{
		width: 90%;
		position: relative;
		margin: 0 auto 80px;
		
	}
	#contact .map .box_wrapp .box_cont{
	}
	#contact .map iframe{
		display: none;
	}
	#contact .map .box_wrapp a.btn{
		width: 65%;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact input[type="submit"]{
		width: 60%;		
	}
	#contact .map .box_wrapp{
		width: 100%;	
	}
}

#aboutus{
	margin-bottom: 90px;
	margin-top: 70px;
}
#aboutus .intro h6{
	font-size: 21px;
	font-style: italic;
	color: #252526;
	line-height: 29px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
#aboutus .intro p{
	color: #3F3F3F;
	line-height: 24px;
}
#aboutus .flexslider{
	float: right;
	box-shadow: none;
	margin: 0;
	border:0 none;
}
#aboutus .flex-control-paging li a{
	background: #666666;
	box-shadow: none;
	width: 5px;
	height: 5px;
	border: 3px solid #E6E6E6;
}
#aboutus .flex-control-paging li a.flex-active{
	box-shadow: none;
	background: #2894DC;
	border-color: #2894DC;
}
#aboutus .flex-control-nav{
	bottom: -30px;
}
#team{
	padding: 35px 0 25px;
	margin: 0;
	background: ;
	margin-bottom: 45px;
}
#team .section_header{
	margin-bottom: 60px;
}
#team .section_header h3{
	color: #9D9D9E;
	border-color: #9D9D9E;
	margin: 0;
}
#team .people{
	margin: 0;
}
#team .people .row1{
	margin: 0 0 50px 0;
}
#team .people .bio_box{
	margin: 0;
}
#team .people .bio_boxr{
	float: right;
}
#team .people .bio_box img{
	float: left;
	height: 200px;
}
#team .people .bio_boxr img{
	margin-left: 38px;
}
#team .people .bio_box .info{
	float: left;
	margin: 38px 0 0 30px;
}
#team .people .bio_box .info p{
	margin-bottom: 0;
}
#team .people .bio_box .info p.name{
	color: #33333;
	font-style: italic;
	margin-bottom: 4px;
	font-size: 21px;
}
#team .people .bio_box .info p.area{
	color: #98989A;
	font-style: italic;
	font-style: 16px;
	margin-bottom: 18px;
}
#team .people .bio_box .info a {
	margin-right: 10px;
}
#team .people .bio_box .info a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#team .people .bio_box .info span.ico1,
#team .people .bio_box .info span.ico1h{
	background-position: 0px 0px;
}
#team .people .bio_box .info span.ico2,
#team .people .bio_box .info span.ico2h{
	background-position: -37px 0px;
}
#team .people .bio_box .info span.ico3,
#team .people .bio_box .info span.ico3h{
	background-position: -75px 0px;
}
#team .people .bio_box .info span.ico4,
#team .people .bio_box .info span.ico4h{
	background-position: -112px -1px;
}
#team .people .bio_box .info span.ico5,
#team .people .bio_box .info span.ico5h{
	background-position: -151px 0px;
}
#team .people .bio_box .info span.ico6,
#team .people .bio_box .info span.ico6h{
	background-position: -188px -1px;
}
#team .people .bio_box .info span.ico7,
#team .people .bio_box .info span.ico7h{
	background-position: -226px 0px;
}
#team .people .bio_box .info a:hover span.socialicons{
	display: none;
}
#team .people .bio_box .info a:hover span.socialicons_h{
	display: inline-block !important;
}
.socialiconsteam{
	background: url('http://www.thesnippetapp.com/img/socialicons2.png') no-repeat;
	width: 265px;
	height: 36px;
}

.socialiconsteam_h{
	background: url('http://www.thesnippetapp.com/img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
	display: none !important;
}
#process{
	min-height: 350px;
}
#process .section_header{
	margin-bottom: 60px;
}
#process .section_header h3{
	margin: 0;
}
#process .description{
	position: relative;
}
#process .description .text{
	position: absolute;
	display: none;
}
#process .description .text.active {
	display: block;
}
#process .description h4{
	font-size: 31px;
	line-height: 35px;
	margin-bottom: 20px;
}
#process .description p{
	font-size: 15px;
	color: #3F3F3F;
	line-height: 26px;
}
#process .areas{
	margin-left: 0;
	float: right;
}
#process .areas .circle{
	height: 210px;
	cursor: pointer;
	float: left;
	margin-right: -45px;
	text-align: center;
	width: 210px;
	background: rgba(37, 37, 40, 0.9);
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#process .areas .first{
	margin-left: 0;
}
#process .areas .circle img{
	margin-top: 56px;
}
#process .areas .circle span{
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	display: block;
	margin-top: 21px;
}
#process .areas .circle:hover,
#process .areas .circle.active {
	background: rgba(17, 137, 217, 1);
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {

.contact{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
/* 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;
	}
	#process .areas{
		text-align: center;
	}
	#team .people .bio_box .info{
		margin: 0;
		float: none;
	}
	#process .areas .last_circle{
		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;
	}
	#process .areas{
		margin-top: 193px;
		margin-bottom: 0px;
		text-align: center;
	}
	#process .areas .circle{
		float: none;
		display: inline-block;
		margin: 0;
	}
	#process .areas .last_circle{
		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;
	}
	#process .areas{
		margin-top: 250px;
	}
	#process .areas .circle{
		width: 100px;
		height: 100px;
	}
	#process .areas .last_circle{
		margin-top: 0;
	}
	#process .areas .circle img{
		margin-top: 22px;
	}
	#process .areas .circle span{
		display: none;
	}
	
	#contact input[type="text"]{
		width: 86% !important;
	}
}