.page_wrap.contacts{
	padding:3% 0 4% 5%;
	width:45%;
	float:left;
}

.page_title{
	/*margin:0 0 8% 0;*/
	margin:0 0 3% 0;
}

.contacts .contact_info{
    text-align:left;
    margin:0;
}

.contacts .contact_info > div{
	display:block;
	/*margin:0 0 7%;*/
	margin:0 0 3%;
}

.contacts .contact_info div, .contacts .contact_info a {
    color:#000000;
}


.contact_info > h2{
	margin: 9px 0 20px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.contact_info:after{
	content: none !important;
}

#map{
	float:right;
	width:55%;
	height:650px;
	-webkit-box-shadow:-2px 2px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:-2px 2px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow:-2px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.gmnoprint, [title="Click to see this area on Google Maps"], .gm-style-cc{
	display:none !important;
}


@media (max-width: 850px){
	#map {
		float: none;
		width: 100%;
		margin: auto auto 33px auto;
	}

}


