/**handles:contact**/
.white-panel{
background-color: #fff;
    padding-top: 10px;
}

.contact-inner {
    max-width: 1200px !important;
    margin:0px auto;
}

.acc-div {
display:none;
width:100%;
max-width: 1200px !important;
margin:0px auto;
padding:30px 0px;
}
.bd-imagelink-3 {display:none !important;}

@media only screen and (max-width: 600px) {
	

	
}


@media only screen and (max-width: 767px) {
	
	.white-container h2 {
		font-size: 28px;
	}
	
	.acc-grid-row{
		flex-direction: column;
	}
	
	div.acc-grid-item{
		height: 200px;
		margin-bottom:30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.acc-grid-row {
		height:auto !important;
		margin-bottom:0px !important;
	}

	div.white-container{
		padding-left:.5em;
		padding-right:.5em;
	}
	
	.fmpro-columns {
		flex-direction:column;
	}
	
	.fmpro-columns > div{
		width:100% !important;
	}
	
	h2.fmpro-contact-staff {
		line-height: 1;
	}
	
	p.fmpro-contact-city {
		border-left:0px !important;
		padding:0px !important;
		margin-top: -10px;
		font-size: 28px !important;
	}
	
	p.fmpro-contact-address {
		margin-top: 25px;
		margin-bottom: 5px;
	}	
	
	.fmpro-column8 p {
		margin-bottom: 20px;
	}
} 


@media only screen and  (max-width: 991px) and (min-width: 768px) {

	p.fmpro-contact-city {
		font-size: 20px;
		margin-left: 40px;
	}
	
	h2.fmpro-contact-staff {
		font-size: 24px !important;
	}

	.fmpro-contact-info a {
		font-size: 16px;
	}
	
	div.acc-grid-row{
		margin-bottom: 30px ;
		height: 180px !important;
		max-width:100%;
	}
	
	div.acc-grid-item{
		width: 230px !important;
		max-width: 100% !important;
	}

} 


@media only screen and (max-width: 1199px) {

	div.acc-grid-row{
		margin-bottom: 30px ;
		height: 200px ;
	}
	
	div.acc-grid-item{
		width: 300px ;
	}
	
	h2.fmpro-contact-staff {
		font-size: 30px;
	}
	
	p.fmpro-contact-city {
		font-size: 22px;
		margin-left:0px;
	}
	
	.fmpro-img {
		width: 90% !important;
		height: auto !important;
	}

	.acc-div{
		padding:30px;
	}
	
	div.white-container{
		padding-left:.5em;
		padding-right:.5em;
	}
	
	.fmpro-contact-info a {
		font-size: 18px;
	}

}