
/*=============================================================================
Tablets
=============================================================================*/

@media only screen and (max-width: 960px) { 
    
div#holder {
	width: 90%;
	padding: 20px 5% 20px 5%;
}

div#header {
	width: 100%;
	height: auto;
}

div#footer {
	width: 100%;
}

.menu_container {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}

ul#menu {
	width: 100%;
}

ul#menu {
	width: 100%;
	padding-bottom: 30px;
	height: auto;
}

ul#menu li a {
	padding: 10px;
	display: inline-block;
}

ul#menu li a:hover {
	border-bottom: none;
}

div#body {
	width: 100%;
}

div#right_column {
	float: none;
	width: 100%;
}

div#left_column {
	float: none;
	width: 100%;
	padding: 0 0 25px 0;
}

div#left_column embed {
	width: 100%;
}

div.page_title {
	width: 90%;
}

.before_and_after {
	display: none;
}

.before_and_after_mobile {
	display: block;
	text-align: center;	
}

.before_and_after_mobile h2 {
	text-align: left;
}

div#left_column .before_and_after_mobile img {
	width: 80%;
	float: none;
	padding: 0 1em 1em 0;
}

.magazine_images {
	margin-bottom: 0;
}

div#left_column .magazine_images img {
	float: none;
}

ul.menu li {
	line-height: 1.675em;
}

div#header ul.menu li a {
	padding: 3px 3px;
}

}/* End of Media Query */


/*=============================================================================
Phones
=============================================================================*/

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

.hide_for_phone {
	display: none;
}

body {
	background-size: 100%;
}

.logo {
	width: 99%;
}

.logo img {
	width: 100%;
}

.contact_section {
	float: left;
	width: 87%;
	border-left: solid 20px #1DBEB2;
	padding: 0 0 20px 20px;
	background-color: #187D77;
}

.contact_and_twitter {
	background-color: transparent;
	margin-bottom: 20px;
}

.logos_section {
	margin-bottom: 20px;
}

.twitter_section {
	float: left;
	width: 87%;
	border-left: solid 20px #1DBEB2;
	padding: 0 0 20px 20px;
	margin-top: 10px;
	background-color: #187D77;
	text-align: left;
}

.twitter_icon, .facebook_icon {
	display: inline-block;
	margin-top: 20px;
}

.clinic_mobile {
	width: 87%;
}

.two_column_videos iframe {
	height: 110px;
}

#left_column embed, #left_column object {
	height: 260px;
}

#left_column iframe {
	height: 220px;
	width: 100%;
}

.side_button {
	line-height: 1em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
}

div.before_and_after {
	width: 100%;
}

div#left_column div.before_and_after_mobile {
	border-bottom: solid 15px #1DBEB2;
	padding-bottom: 10px;
}

div#left_column div.before_and_after_mobile img {
	width: 100%;
	height: auto;
}

div#left_column .before_and_after_mobile img {
	width: 100%;
	float: left;
	padding: 0 0 1em 0;
}

.back_to_top_btn {
	display: block;
	width: 100%;
	height: 20px;
	border: solid 1px #1DBEB2;
	padding: 13px 0 4px 0;
	margin-bottom: 10px;
}

.back_to_top_btn:hover {
	border: solid 1px #1DBEB2;
}

.desktop_show {	
	display: none;
}

.mobile_main_contact {
	display: block;
	float: left;
	width: 100%;
	line-height: 1.2em;
	text-align: center;
	margin-top: 25px;
}

.mobile_contact {
	display: block;
	float: left;
	width: 100%;
	line-height: 1.2em;
	text-align: center;
	margin-top: 25px;
}

div#header .mobile_contact a, div#cormac .mobile_contact a {
	display: block;
	background-color: #187D77;
	color: #fff;
	margin-bottom: 7px;
	padding: 13px 10px 13px 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: solid 1px #187D77;
}



div#header .mobile_contact a.main_number, div#cormac .mobile_contact a.main_number {
	background-color: #2DA9A1;
	border: solid 1px #2DA9A1;
	font-weight: 900;
}

div#header .mobile_contact a.main_number span {
	font-weight: normal;
}

div#header .mobile_contact a:hover, div#header .mobile_contact a.main_number:hover {
	background-color: transparent;
}

.side_maps iframe {
	width: 100%;
	height: auto;
}



}/* End of Media Query */