
/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

	#panels {
		margin-top: -82px;
	}

	#panels .listing {
		margin-left: -13px;
		margin-right: -13px;
	}

	#panels .listing .panel {
		margin-left: 13px;
		margin-right: 13px;
	}

	.imageText .text {
		width: 565px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#panels .listing {
		margin-left: -5px;
		margin-right: -5px;
	}

	#panels .listing .panel {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#panels .listing .panel .top .title {
		font-size: 24px;
	}

	.imageText .image {
		width: 454px;
	}

	.imageText .text {
		width: 484px;
		margin-top: 0;
	}

	#services {
		margin-bottom: 40px;
	}

	#footer .top .logo {
		width: 347px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		padding-top: 146px;
	}

	body.scrolled #mainWrapper {
		padding-top: 113px;
	}

	body.scrolled #header {
		top: -33px;
	}

	#header .top {
		font-size: 11.6px;
	}

	#header .logo {
		position: absolute;
		left: 15px;
		top: 5px;
		width: 250px;
	}

	#header #navigation ul li ul {
		padding-top: 12px;
	}

	#header .bottom .section {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 7px;
	}

	#slider .slides li .overlay {
		padding-bottom: 0;
	}

	#slider .slides li .overlay .text {
		width: 650px;
	}

	#slider .slides li .overlay .text .title {
		font-size: 40px;
	}

	#slider .slides li .overlay .text .subtitle {
		font-size: 32px;
	}

	#content .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.heading {
		font-size: 25px;
	}

	#panels {
		margin-top: 0;
		padding-top: 40px;
	}

	#panels .listing .panel {
		width: 50%;
		border: none;
		border-radius: 18px;
	}

	#panels .listing .panel .top .title {
		font-size: 21px;
	}

	.imageText .image {
		width: 340px;
		border-radius: 18px;
	}
	
	.imageText .text {
		width: 354px;
	}

	#services .listing .service {
		width: 50%;
		border-radius: 18px;
	}
		
	#services {
		margin-bottom: 30px;
	}

	#footer .top .section {
		padding-top: 150px;
	}

	#footer .top .logo {
		position: absolute;
		left: 50%;
		top: 20px;
		margin-left: -173.5px;
	}

}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		transition: -webkit-transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}

	#header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: static;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-top: 6px solid #024e3d;
	}

	#header .top {
		background: none;
	}

	#header .top .section {
		display: block;
		padding-top: 10px;
		padding-bottom: 0;
		height: auto;
	}

	#header .bottom {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	#header .bottom .section {
		height: auto;
		padding-top: 9px;
		padding-bottom: 0;
	}

	#header .top .section {
		padding-top: 0;
	}

	#header .top .bookBtn {
		display: block;
		background: #024e3d;
		width: auto;
		text-align: center;
		padding: 5px 10px;
		margin: 11px -20px 0; 
	}

	#header #navigation {
		display: none;
	}

	#header .top .phone,
	#header .top .fax,
	#header .top .email {
		display: table;
		margin: 0 auto;
		padding-left: 0;
		background: none;
		color: #004636;
	}

	#header .logo {
		position: static;
		display: block;
		margin: 0 auto;
		width: 235px;
	}

	#slider .slides li .overlay .text {
		width: auto;
		text-align: center;
		padding: 15px;
	}

	#slider .slides li .overlay .text .title {
		font-size: 24px;
	}

	#slider .slides li .overlay .text .subtitle {
		font-size: 17px;
		margin-bottom: 0;
	}

	#panels {
		padding-top: 25px;
		max-width: 400px;
		margin: 0 auto;
	}

	#panels .listing {
		display: block;
	}

	#panels .listing .panel {
		width: auto;
		min-height: 1px;
		margin-bottom: 15px;
	}

	#panels .listing .panel .bottom {
		padding-bottom: 0;
	}

	#panels .listing .panel .top .title br {
		display: none;
	}

	#panels .listing .panel ul {
		display: table;
		margin: 0 auto;
	}

	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.heading {
		margin-bottom: 25px;
	}

	.imageText {
		display: block;
	}

	.imageText .image {
		margin: 0 auto 30px;
		width: 370px;
		max-width: 100%;
	}

	.imageText .text {
		width: auto;
		text-align: center;
	}

	ul.bulletList li {
		padding-left: 0;
		margin-bottom: 15px;
	}

	ul.bulletList li:before {
		display: inline-block;
		position: relative;
		left: 0;
		top: -2px;
		margin-right: 5px;
	}

	.linkBtn.appointmentBtn {
		margin-top: 7px;
	}

	#intro {
		padding-bottom: 50px;
		margin-bottom: 40px;
	}

	#services .listing .service {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 20px;
	}

	#services .listing .service:last-child {
		margin-bottom: 0;
	}

	#doctor .locations {
		display: block;
		margin-bottom: 20px;
	}

	#doctor .locations li {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}

	#doctor .locations li:before {
		display: none;
	}

	#location {
		margin-top: 5px;
	}

	#footer .top {
		font-size: 16px;
	}

	#footer .top .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 30px;
	}
	
	#footer .top .logo {
		position: static;
		margin: 0 auto 20px;
		width: 280px;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	#footer .top .contacts {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}