.clearfix:before, .clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.contact-page h3 {
	margin-bottom: 1em;
}
.contact-top p {
	margin:0;
}
.contact-page .head-office, .contact-page .global-office {
	float: left;
	width: 48%;
	padding: 0 2%;
}
.contact-page .head-office {
	padding-left:0;
}
.contact-page .global-office {
	padding-right: 0;
}
.contact-page .products_part_innr {
	height: auto;
	margin-bottom: 8px; margin-top:0;
}
.contact-page .subSection {
	margin-bottom: 16px;
}
.contact-page .subSection a, .contact-page .head-office a {
	color: #115fc3;
}
.contact-page .contact-form {
	width: 100%;
}
.contact-form input  {
	border: 1px solid #bebec2;
	padding: 4px 5px;
	width: 204px;
	display: block;
}
.contact-form label {
	padding: 0;
	font-family: 'RobotoCondensedRegular', sans-serif;
}
.contact-form .products_part_innr {
	margin-bottom: 16px;
}
.contact-form .credential label:first-child{
	padding-left:0;
}
.contact-form .credential label:last-child{
	padding-right:0;
}
.contact-form textarea {
	width: 204px;
	border: 1px solid #bebec2;
	margin-top: 0;
	min-height: 80px;
	padding: 5px;
	resize: vertical;
	margin-bottom: 10px;
}
.contact-form p label {
	padding-left:0;
}
.contact-form a {
	color: #115fc3;
	-website-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.contact-page a:hover {
	color: #000;
	text-decoration: underline;
}
.contact-form img {
	border: 1px solid #ccc;
	display: block;
}
.contact-form input[type="submit"] {
	width: 90px;
	line-height: 24px;
	font-family: 'RobotoCondensedRegular', sans-serif;
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.contact-form input[type="submit"]:hover {
	color: #fff;
	background-color: #084fa1;
}

.mid_details_rt_part.contact-page label {
	margin-top: 10px;
	display: block;
	margin-bottom: 6px;
}
.mid_details_rt_part.contact-page .contact-form {
	padding-top: 35px;
}
.contact-page .gmap {
	margin-top: 16px;
}
.mid_details_rt_part.contact-page .mid_details_rt {
	background-image: none;
}