/*
Theme Name: Bootstrap_Bones_2015
Theme URI: http://www.jamesalexhall.co.uk
Description: Naked Wordpress Theme
Author: James Alex Hall
Author URI: http://www.jamesalexhall.co.uk
Version: 1.1
Tags:
License:License 
URI:
*/


/* TYPOGRAPHY */

html {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
ul {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
ul li, ol li {
	margin-bottom: 5px;
}
ol {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 40px;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
h3 {
	font-size: 20px;
	font-weight: 300;
}
a {
	color: #00807e;
}
a:hover {
	color: #186764;
}

/* IMAGES */

img.alignright {
	float: right;
	margin: 0 0 20px 20px
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0
}
img.alignnone {}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
img {
	max-width: 100%;
	height: auto;
}

/* COLOR BANDS */

.js_odd_band {
	background-color: #e1e8e8;
	padding: 60px 60px 40px 60px;
}
.js_even_band {
	background-color: #ffffff;
	padding: 60px 60px 40px 60px;
}
.js_last_band {}
.js_first_band {}
.contact_band {
	background-color: #00807e;
	color: #ffffff;
	padding: 60px 60px 40px 60px;
}
.contact_band a {
	color: #bdd0d2;
}
.contact_band h2 {
	border-bottom: 1px solid #ffffff;
}
.band_heading {
	background-color: #00807e;
	color: #ffffff;
	padding: 30px 30px 20px 30px;
}
.band_image p {
	margin: 0;
}

/* COLUMNS */

.bs_col {
	border: 0 !important;
}
.bs_col div {
	border: 0 !important;
}

/* NAV */


/* MOBILE BUTTON*/

#dd-button {
	color: #ffffff;
	font-size: 16px;
}
.navbar-toggle {
	float: none;
	margin: 10px 0 10px 0px;
}
.navbar-header {
	text-align: center;
}

/* BOOSTRAP OVERIDES */

.navbar {
	margin: 0;
}
.navbar a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.navbar li li a {
	text-transform: none;
}
.top_tel {
	padding: 12px 10px 10px 10px;
}
.top_tel i {
	color: #80c0bf;
}
.otherlogo {
	padding-top: 14px;
}
@media (min-width: 992px) {
	.navbar-inverse {
		background-image: none;
		background-color: #ffffff;
		border: 0;
	}
	.navbar-inverse .nav>li>a {
		color: #333333;
		background-color: #ffffff;
	}
	.navbar-inverse .nav>li>a:hover {
		color: #333333;
		background-color: #ffffff;
		;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:active {
		color: #333333;
		background-color: #ffffff;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:active {
		color: #333333;
		background-color: transparent;
	}
	.navbar-nav>li>a {
		padding: 14px 10px 10px 10px;
	}
	li li.current_page_item a {
		background-color: #80c0bf !important;
		color: #ffffff;
	}
}

/* STICKY */

#sticky.stick {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	background-color: #ffffff;
}
@media (max-width: 991px) {
	#sticky.stick img.logo {
		display: none;
	}
	#sticky.stick {
		background-color: #ffffff;
	}
}
@media (min-width: 992px) {
	#sticky.stick img.logo {
		max-height: 45px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#sticky.stick .navbar-nav>li>a {
		padding: 18px 20px 0px 20px;
	}
	.navbar {
		margin-top: 20px;
	}
	#sticky.stick .navbar {
		margin-top: 0px;
	}
	#sticky.stick .top_tel {
		padding: 16px 20px 0px 20px;
	}
}

/* BUTTONS */

a.btn-primary {
	background-color: #00807e !important;
	border: 1px solid #186764 !important;
	color: #ffffff !important;
}
a.btn-primary:hover {
	background-color: #186764 !important;
}
button.btn-primary {
	background-color: #186764 !important;
	border: 1px solid #204f4d !important;
	color: #ffffff !important;
}
button.btn-primary:hover {
	background-color: #204f4d !important;
}
input.btn-primary {
	background-color: #186764 !important;
	border: 1px solid #204f4d !important;
	color: #ffffff !important;
}
input.btn-primary:hover {
	background-color: #204f4d !important;
}

/* HAMBURGER NAV */

@media (min-width: 992px) {
	.nav_outer {
		display: block;
	}
	.mobile_version {
		display: none;
	}
}
@media (max-width: 992px) {
	.nav_outer {
		display: none;
	}
	.mobile_version {
		display: block;
	}
	.home_slider {
		display: none;
	}
}
.mobile_version {
	background-color: #ffffff;
	border-bottom: 1px solid #9d9b9b;
}
#sticky .logo_mob {
	margin: 10px 0 10px 0;
	max-height: 75px;
}
#sticky #mob_toggle {
	font-size: 40px;
}
#sticky.stick img.logo_mob {
	max-height: 45px;
}
#sticky.stick #mob_toggle {
	font-size: 18px;
}
#sticky.stick .otherlogo {
	display: none;
}
#sticky.stick .nav_outer {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #186764;
}
#sticky .non_sticky_version {
	display: block;
}
#sticky .sticky_version {
	display: none;
}
#sticky.stick .non_sticky_version {
	display: none;
}
#sticky.stick .sticky_version {
	display: block;
}

/* FOOTER */

.foot_wrap {
	padding: 60px 60px 40px 60px;
}

/* HOMEPAGE */

.home_slider {
	background-color: #00807e;
}
.home_slider p {
	MARGIN: 0;
}
.nav_outer {
	padding: 40px 40px 40px 40px;
	border-bottom: 1px solid #186764;
}
.home_intro_text {
	background-color: #e1e8e8;
	padding: 60px 60px 40px 60px;
}
.home_treatment_menu {
	background-color: #ffffff;
	padding: 60px 60px 40px 60px
}
.home_about_us {
	background-color: #e1e8e8;
	padding: 60px 60px 40px 60px;
}
.treat_wrap {
	padding: 10px 10px 10px 10px;
	background-color: #00807e;
	margin-bottom: 40px;
}
.treat_wrap:hover {
	background-color: #40a09e;
}
.treat_wrap a {
	color: #ffffff;
}
.treat_wrap a:hover {
	color: #ffffff;
}
.post_heading a:hover {
	text-decoration: none;
}

.confirm_email{
	display:none;
}