@media only screen and (min-width: 768px) {
	#wh_contactperson, #wh_company, #wh_email, #wh_phonenumber, #wh_faxnumber, #wh_cellphone, #wh_website, #wh_country, #wh_zip, #wh_state, #wh_city, #wh_address{
		width:49%;
		float:left;
		margin-right:1%;
	}
}
#contact_form .form-control{
	border-radius:3px;
}
#contact_form .form-group label{
	font-weight:normal;
}
.contact-details .fa:before{
	width:18px;
	height:18px;
	display:block;
	text-align:center;
}
.contact-details-title{
	white-space: nowrap;
}
.contact-details li+li {
    margin-top: 20px;
}


.panel-smart{
    padding:20px;
    background:#fff;
    border:1px solid #e8e8e8;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.panel-smart .panel-heading{
    padding:5px 0 15px 0;
    color:#252a2f;
    border-bottom:1px solid #929497;
}
.panel-smart h3.panel-title{
    font-size:24px;
}
.panel-smart .panel-body{
    padding:20px 0 0;
}

#contact_form .form-group:nth-child(2n+1){
	clear: both;
}