/* ================================================== */
@media only screen and (max-width: 480px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.menuHolder .logo img {
		height: 38px !important;
	}
	.menuHolder .logo {
		margin: 0 0 23px;
	}
	.topBarInLogoArea {
		padding-top: 0;
	}
	.btGoogleMapsContent {
		display:none;
	}
	.btGoogleMapsWrapper {
		height: 200px !important;
	}
	.box-sv-home .row {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
	.box-dotor-home .header.extralarge h1 {
		font-size: 32px !important;
	}
	.box-dotor-home .header .headline {
		display: block;
		line-height: 42px;
	}
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* ================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
