/*-----------------------------------------------------------------------------
Stylehseet info

author:    The Media Collective
email:     andy@mediacollective.co.uk
website:   http://www.mediacollective.co.uk

Colours

Background grey: #393939;
Green: #00beb3;
-----------------------------------------------------------------------------*/


/* GENERAL */

body {
	background: #2D2D2D url(../images/background01.png) repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-attachment: fixed;
}

p {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 1em;
}

p strong {
	font-weight: 900;
}

ul {
	line-height: 1.5em;
	margin: 0;
	font-size: 1em;
	padding: 0 0 1.25em 2em;
	list-style: none;
}

img {
	border: none;
}

a {
	color: #fff;
	border-bottom: solid 1px #00beb3;
	text-decoration: none;
}

a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	background-color: #00beb3;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

h1 {
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0;
	padding: 1px 0 2px 0;
/*
	border-left: 4px solid #00beb3;
	border-right: 4px solid #00beb3;
*/
	display: inline;
	height: 0.2em;
	font-size: 2.5em;
	font-weight: 900;
	background-color: #fff;
	color: #2D2D2D;
	display: inline;
	box-shadow: 13px 0 0 #fff, -9px 0 0 #fff;
	-moz-box-shadow: -9px 0 0 #fff;



}

h2 {

	border-bottom: solid 2px #1DBEB2;
	font-weight: 900;
	padding-bottom: 5px;

/*
	background-color: #1DBEB2;
	color: #2D2D2D;
	display: inline-block;
	padding: 7px 10px 5px 9px;
	margin: 7px 0 15px 0;
	text-transform: uppercase;
*/
}


/* SPECIFIC ELEMENTS */

/* CONTAINERS & STRUCTURE */

div#holder {
	margin: 0 auto 0;
	padding: 0 0 40px 0;
	position: relative;
	text-align: left;
	width: 960px; /* Was 913px */
	padding-top: 20px;
}

/* ============ Header ============ */

div#header {
	margin: 0 0 20px 0;
	width: 960px;
	height: 85px;
	border-top: solid 5px #2BBEB1;
	padding-top: 30px;
	padding-bottom: 80px;
	background: url(../images/header_back07x2.png) bottom no-repeat;
	background-size: 960px 50px;	
}

div#header a {
	border-bottom: none;
}

div#header a:hover {
	border-bottom: none;
	background: none;
}

ul.menu {
	margin: 0;
	width: 250px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.875em;
	float: left;
	padding: 0;
	
}

ul.menu li {
	line-height: 1.375em;
	list-style-type: none;
	padding: 0 1em 0 0;
}

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

div#header ul.menu li a:hover {
	background-color: #fff;
	color: #2D2D2D;
}

.logo {
	float: left;
	width: 295px;
}

.logo img {
	width: 295px;
	height: auto;
}

.menu_container {
	float: left;
	width: 555px;
	padding-left: 70px;
}


/* ============ End of Header ============ */
/* ============ Footer ============ */

div#footer {
	margin: 0;
	width: 960px;
	line-height: 1;
	text-align: center;
	padding: 80px 0 10px 0;
	font-size: 0.75em;
	background: url(../images/header_back07x2.png) top no-repeat;
	background-size: 960px 50px;	
}

/* ============ End of Footer ============ */

div#body {
	margin: 0;
	width: 960px;
	padding: 20px 0 20px 0;
}

div#left_column {
	margin: 0;
	width: 481px;
	float: left;
	padding: 0 45px 20px 0;
}

div#right_column {
	margin: 0;
	width: 434px;
	float: left;
}

div#left_mini_column {
	margin: 0;
	width: 242px;
	float: left;
	padding: 0 18px 0 0;
}

div#right_mini_column {
	margin: 0;
	width: 174px;
	float: left;
}

div.clear {
	clear: both;
}

div#left_column img#before_and_after {
	float: left;
	padding: 0 0 1em 0;
	border: solid 1px #fff;
}

/* ============ Large Image ============ */

.new_large_photo {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* ============ End of Large Image ============ */
/* ============ Contact Section ============ */

.contact_and_twitter {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 10px;
	background-color: #207D77;
}

.contact_and_twitter h4 {
	margin: 0;
	padding: 17px 0 10px 0;
	font-size: 22px;
}

.contact_and_twitter p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.875em;
}

.contact_section {
	float: left;
	width: 50%;
	border-left: solid 20px #1DBEB2;
	padding: 5px 0 24px 20px;
}

.twitter_section {
	float: left;
	width: 40%;
	padding: 5px 0 24px 0;
}

.clinic_mobile {
	background-color: #2DA9A1;
	padding: 20px 0 20px 20px;
	border-left: solid 20px #35DED1;
}

.clinic_mobile h4 {
	margin: 0;
}

.clinic_mobile h4 span {
	font-weight: normal;
}

.phone_no_style {
	border-bottom: none;
}

.desktop_show {	
	display: block;
}



.phone_no_style:hover {
	background-color: transparent;
}

.contact_and_twitter p.clinic_contact {
	padding-bottom: 10px;
}

.in_text_image {
	width: 100%;
	height: auto;
}

.twitter_icon, .facebook_icon {
	border-bottom: none;
	background-color: transparent;
	margin-top: 15px;
	margin-right: 15px;
	display: block;
}

.twitter_icon:hover, .facebook_icon:hover {
	border-bottom: none;
	background-color: transparent;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.twitter_section {
	text-align: right;
}

div#left_column .in_text_half_size {
	width: 47%;
	height: auto;
	float: left;
	padding: 0 3% 3% 0;
}

/* ============ End of Contact Section ============ */
/* ============ Feature ============ */


div.feature {
	border: solid 1px #fff;
	margin: 0 0 10px 0;
	line-height: 0;
}

div.feature a {
	background-color: #00beb3;
	display: block;
	padding: 6px;
	line-height: 1;
	border: none;
	margin: 0;
}

div.feature a:hover {
	background-color: #393939;
	border: none;
}

.new_feature {
	padding: 0;
	font-size: 1.125em;
}

div.new_feature a {
	padding: 0;
	line-height: 0;
}

div.new_feature a:hover, .new_feature a span:hover, .new_feature a img:hover {
	cursor: pointer;
}

.new_feature a img {
	width: 100%;
	height: auto;
}

.new_feature a span {
	padding: 22px 13px;
	display: block;
	font-weight: 900;
}

/* ============ End of Feature ============ */
/* ============ Side Testimonials ============ */

.side_testimonials {
	padding: 0 0 0 40px;	
	margin: 30px 0;
	background: url(../images/quote01.png) top left no-repeat;
}

.side_testimonials blockquote {
	line-height: 1.25em;
	padding: 0 0 10px 0;
	margin: 0;
}

/* ============ End of Side Testimonials ============ */
/* ============ Videos in Sidebar ============ */

.two_column_videos {

}

.two_column_videos iframe {
	width: 100%;
	height: 150px;
}

.two_column_videos embed:first-child {
}

.video_container {
	width: 48%;
	float: left;
}

.video_container1 {
	margin-right: 4%;
}


/* ============ End of Videos in Sidebar ============ */
/* ============ Sidebar Button ============ */

.side_button {
	background-color: #1D2020;
	padding: 30px 20px;
	width: auto;
	display: block;
	border-bottom: none;
	font-weight: 900;
	font-size: 1.125em;
	border-left: solid 20px #1DBEB2;
	margin-top: 30px;
}

.side_button:hover {
	border-bottom: none;
	background-color: #1DBEB2;
}

/* ============ End of Sidebar Button ============ */
/* !============ Sidebar Maps ============ */

.side_maps iframe {
	margin-bottom: 20px;
}

/* !============ End of Sidebar Maps ============ */
/* !============ Side logos ============ */

.logos_section {
	margin-bottom: 30px;
}

.logos_section a {
	border-bottom: none;
	background-color: none;
	display: block;
	width: 50%;
	float: left;
}

.logos_section a img {
	width: 100%;
	height: auto;
}

/* !============ End of Side logos ============ */

/* OTHER SPECIFIC ELEMENTS */

.mobile_contact {
	display: none;
}

.mobile_main_contact {
	display: none;
}

#left_column embed {
	width: 100%;
}

img.photo {
	border: solid 1px #fff;
}

img#large_photo{
	margin: 0 0 20px 0;
	width: 100%;
}

div#right_mini_column h4 {
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
	margin: 0;
	line-height: 1.4em;
}

div#right_mini_column p {
	font-size: 0.75em;
	padding: 0 0 1em 0;
}

div#right_mini_column ul {
	font-size: 0.75em;
	padding: 0 0 1em 0;
	list-style: none;
}

div#right_mini_column ul li {
	padding: 0 0 1em 0;
}

a#twitter-link {
	line-height: 1;
}

div#left_mini_column div.video_spacer, div#left_mini_column_alt div.video_spacer, div#right_mini_column_alt div.video_spacer {
	height: 10px;
	padding: 0;
	margin: 0;
}

div#left_column div.video_spacer {
	height: 1em;
	padding: 0;
	margin: 0;
}

div.page_title {
	width: 350px;
	padding: 0 0 2em 0;
	margin-left: 10px;
}

/* Firefox h1 fix */ 
@-moz-document url-prefix() {
    h1 {
        box-shadow: none;
    }
    div.page_title {
    	margin-left: 0px;
    }
}

div#left_column img {
	float: right;
	padding: 0 0 1em 1em;
}

div#left_column ul li, div#left_column_alt ul li {
	background: url(../images/bullet04.png) no-repeat left 9px;
	padding: 0 0 0 15px;
}

a.image_link, a.image_link:hover {
	border: none;
	background: none;
}

p.quote {
	display: block;
	padding: 0 40px;
	margin: 0 0 1.5em 1em;
	background: url(../images/quote01.png) top left no-repeat;
}

div.before_and_after {
	border: solid 1px #fff;
	margin: 0 0 10px 0;
	width: 389px;
}

div.before_and_after a {
	background-color: #00beb3;
	display: block;
	padding: 6px;
	line-height: 1;
	border: none;
}

div.before_and_after a:hover {
	background-color: #393939;
	border: none;
}

div#left_column div.before_and_after img {
	float: left;
	padding: 0;
}

/* ALTERNATIVE PAGE LAYOUT */

div#left_column_alt {
	margin: 0;
	width: 374px;
	float: left;
	padding: 0 45px 20px 0;
}

div#right_column_alt {
	margin: 0;
	width: 494px;
	float: left;
}

div#left_mini_column_alt {
	margin: 0;
	width: 242px;
	float: left;
	padding: 0 10px 0 0;
}

div#right_mini_column_alt {
	margin: 0;
	width: 242px;
	float: left;
}

.media_page_right_column .video_container {
	margin-bottom: 20px;
}

.before_and_after_mobile {
	display: none;
}

.back_to_top_btn {
	display: none;
}




