/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
  blue:  9ddcd3 (cyan) //9ddcd3 lighter
  dark blue:  003967
  red: be1518
  btn btn-primary
  btn-get-started
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {font-display: auto;}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
body {
	background: #ffffff;
	color: #101010;
	font-family: "Open Sans", sans-serif;
	/*border-top:7px solid #9ddcd3;*/
}

#maxw {
	max-width: 2000px!important;
	margin: auto;
	position: relative;
}
.cv_div {
}
#top_blue{
	background: #fff;
	min-height: 8px;
	margin-bottom: 0px;
	text-align: right;
	padding: 0 10px;
	color: #BBE9E3!important;
}
#top_blue a{
	color: #cc0000!important;
	padding: 3px 10px 3px 10px!important;
	display: inline-block;
}

.img-border {
	padding: 12px;
	border: 2px dotted #9cd5ce;
	margin: 10px auto auto auto;
	background: #fff;
	text-align: center;
	text-decoration: none;
}

a {
	color: #61A69C;
	transition: 0.5s;
	text-decoration: underline;
}
.green {
	color: #18d36e;
}
.blue {
	color: #6cc5bf!important;
}


.greendrk {
	color: #258125;
}
.white {
	color: #fff!important;
}
.red {
	color: #be1518!important;
}

.dark {
	color: #3b305b!important;
}


.red_white {
	color: #fff;
	background: #be1518;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: normal;
	text-align: center;
	margin-right: 5px;
}
.red_white.sml {
	padding: 2px 6px;
	font-size: 0.8em;
}


.blue {
	color: #2a7385;
}
.lblue {
	color: #99d5cd;
}
a:hover, a:active, a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0 0 15px 0;
	margin: 0;
	overflow:auto
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2;
	font-size: 2.8em;
	color: #477a73;
}
h2 {
	font-weight: 300;
}
h3 {
	font-size: 1.6em;
}
h4, h5, h6 {
	font-size: 1.3em;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #37877e;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border: 4px solid #fff;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 111;
	
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

#hid_bit_1 {
	white-space: nowrap;
}

#hid_bit_2 {
	white-space: nowrap;
}

#hid_bit_3 {
	white-space: nowrap;
}


@media (max-width: 900px) {
.back-to-top {
	bottom: 15px;
}
}

@media (max-width: 1550px) {
    #hid_bit_1 {
        display: none;
    }    
}
@media (max-width: 1100px) {
    #hid_bit_2 {
        display: none;
    }    
}
@media (max-width: 900px) {
    #hid_bit_3 {
        display: none;
    }    
}
@media (max-width: 800px) {
    .new_menu_minhide {
        display: none;
    }    
}



/*list-style-image:url(../_img/purple_tick.png);*/
ul.ticks {
	list-style: none;
	list-style-position: inside;
	margin: 0px 0 0 0px;
	padding-left: 0px;
}
ul.ticks li {
	margin: 0px;
	padding: 0px 0px 16px 33px;
	line-height: 38px;
	height: 38px;
	vertical-align: bottom;
	font-size: 1.0em;
	background: url(../_img/purple_tick.png) left center no-repeat;
}
#page_go_next {
	padding: 30px 0 30px 0;
	clear: both;
	margin: auto;
	text-align: center;
}
.pgn_next_a {
	display: inline-block;
	margin: 0 0px 0 0px;
	padding: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0px 0 10px 0;
	height: auto;
	transition: all 0.5s;
	z-index: 997;
	width: 100%;
}


#header .container-fluid {
	padding: 0px 0;
	height: auto;
	transition: all 0.5s;
	z-index: 997;
	clear: both;
}
#header.head_red .container-fluid {
	background: rgba(126,7,7,0.85)!important;
}

#header #logo {
	float: left;
	padding: 4px 0 0 10px;
}
#header #logo img {
	padding: 0;
	margin: 0;
	max-width: 260px;
	height: auto;
}

#accordion_cls .card{
    background: #e5f5f4;
}
#accordion_cls .card-body {
    padding: 1rem 2.5rem;
}

#accordion_cls .card-footer, #accordion_cls .card-header {
    padding: 0;
}

.accord_but{
    border: 0px;
    background: transparent;
    text-align: left;
    display: block;
    width: 100%;
    color: #3c315c;
    padding: 0.8rem 1.5rem;
}
.accord_but.collapsed{
   background: #c8d9d6; 
}
.accord_but .accodtit{
    display: block;
    font-size: 1.3em;
    color: #245450;
    margin-bottom: 3px;
    font-weight: 600;
}
.accord_but .accodtit span{
    color: #3EAFA5;

}

.accord_but:focus {
    outline: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}


.card-footer, .card-header {
    padding: 0.75rem 1.25rem;
    background-color: #a5dcd3;
}


.max900{
max-width: 1100px!important;
}

.max1200{
max-width: 1400px!important;
}


.getintouch{
	max-width: 150px!important;
	vertical-align: top;
	margin: 2px 0 0 30px;
    color: #ffffff;
    font-size: 1.2em;
    border: 1px solid #eee;
    border-radius: 9px;
    padding: 0px 8px;
    text-align: center;
}

.getintouch a{
	color: #eeeeee;
	text-decoration: none;
    display: inline-block;
	text-transform:uppercase;
	padding-bottom: 0px;
}
@media (max-width: 1370px) {
    .getintouch{
        display: none!important;
    }
}

/* .fitsapp_logo img {
	max-width: 57px!important;
	border-radius: 3px;
} */

.whatsappimg{
	content: url(../_user/images/whatsapp_nav.png);
}


.getintouchimg{
	content: url(../_img/get_in_touch.png);
}

@media (max-width: 1370px) {
    .getintouchimg{
        content: url(../_img/get_in_touch_small.png);
		max-width: 57px!important;
    }
	.whatsappimg{
		content: url(../_user/images/whatsapp_mini.png);
		max-width: 57px!important;
	}
}
@media (max-width: 900px) {
    .getintouchimg{
        content: url(../_img/get_in_touch_small.png);
		max-width: 41px!important;
    }
	.whatsappimg{
		content: url(../_user/images/whatsapp_mini.png);
		max-width: 41px!important;
	}
}
@media (max-width: 600px) {
    .getintouchimg{
        content: url(../_img/get_in_touch_small.png);
		max-width: 41px!important;
    }
	.whatsappimg{
		content: url(../_user/images/whatsapp_mini.png);
		max-width: 41px!important;
	}
}



.header-scrolled #header .container-fluid {
	padding: 0px 0 5px 0;
	height: 52px;
	transition: all 0.5s;
}

.header-scrolled #header #logo img {
	height: 50px;
	transition: all 0.5s;
	padding-top: 9px;
}
.header-scrolled #header #nav-menu-container {
	margin-top: 5px;
	padding-top: 0px;
	transition: all 0.5s;
}
.header-scrolled #header .nav-menu a {
	color: #fff;
}
.header-scrolled #header .nav-menu li:hover > a, .header-scrolled #header .nav-menu > .menu-active > a {
	color: #be1518;
}

.header-scrolled .getintouch {
	display:none!important;
}





/* font-weight: normal;
color: #828488;
display: inline-block;
padding: 42px 0 0px 0px;
width: 30px;
height: auto;
overflow: hidden;
background: url(../_img/tayfusion-web-design-dundee.png) no-repeat left bottom;
background-size: contain;
text-indent: -3000px; */


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
	display: table;
	width: 100%;
	height: 46vh;
	min-height: 400px!important;
	background: url(../_img/h1_logo.png) no-repeat center center #fff;
    
}
#intro .carousel-item {
	width: 100%;
	height: 46vh;
    min-height: 575px;
    /*background-size: cover;*/
	background-position: right top;
	background-repeat: no-repeat;
}


@media (max-width: 1100px) {
	#intro,#intro .carousel-item  {
	  height: 55vh;
	}
}
@media (max-width: 900px) {
	#intro,#intro .carousel-item  {
	  height: 50vh;min-height: 500px!important;
	}
}
@media (max-width: 600px) {
	#intro, #intro .carousel-item{
		height: 80vh;
		min-height: 500px!important;
	}
}

#intro .carousel-item::before {
	content: '';
	/*background-color: rgba(0, 0, 0, 0.7);*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    background: linear-gradient(to top, rgba(229, 245, 244, 1), rgba(229, 245, 244, 0.6), rgba(229, 245, 244, 0)) bottom no-repeat;
    background-size: auto 50px;
}





#intro .carousel-container {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	position: absolute;
	bottom: 0%;
	left: 0%;
	right: 0;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	padding: 25px 0 1% 8%;/*was 80 for ""*/
	
}

#intro .carousel-container.blue {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0;
    background: rgba(229, 245, 244, 1);
	
	padding: 0 0 1% 4%;
    max-width: 50%;
	/*background: rgba(229, 245, 244, 1);width:80%;*/
}

#intro .carousel-content {
	text-align: left;
	width: auto;
	padding-right: 0%;
}

#intro .carousel-container.blue .carousel-content {
	max-width: 1000px;
}


#intro h1 {
	font-size: 3.6em;
	color: #3c315c;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 3%;
}
#intro h1.h111 {
	font-size: 3em;
}
#intro h2 {
	color: #1d2e43;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-weight: 700;
	position: relative;
}
#intro .carousel-container.blue .carousel-content h2 {
	font-weight: 400;
	margin-bottom: 3%;
}



#intro .carousel-content-html {
	width: auto;
	margin: 0 auto 0px 0;
	color: #1d2e43;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 1px 1px 7px #ddd;
}







@media (min-width: 1024px) {
#intro .carousel-content-html {
	width: auto;
}
}

@media (max-width: 600px) {
	.banner_subtext {
		display: none;
	}
}



@media (max-width: 1024px) {

	#intro h1 {
		font-size: 3em;
	}

	#intro h2 {
		font-size: 1.4em;
	}
	#intro h1.h111 {
		font-size: 2em;
	}
	.treatoutput {
		top: 0px!important;
	}
	
}



@media (max-width: 900px) {
	#intro h2 {
		font-size: 32px;
		margin: auto;
	}
	#intro h2:before {
		top: -70px;
		text-align: center;
		left: auto;
	}
	#intro a {
		margin: auto;
	}
	#intro a:before {
		text-align: center;
		left: auto;
	}
	#intro .carousel-container {
		justify-content: center;
		bottom: 0%;
		left: 0%;
		padding-left: 0px;
	}
	#intro .carousel-content {
		text-align: center;
	}

	#intro h1.h111 {
		font-size: 2em;
		position: absolute;
		top: 0;
		background: #e5f5f4;
		padding: 15px 10px;
		width:100%;
        max-width: none;
		z-index: 110;
		font-weight: 400;
	}

	#intro .carousel-content-html {
		text-align: center;
		margin: 0 auto 0px auto!important;
		position: absolute;
    	bottom: 0;
    	z-index: 100;
		background: rgba(158, 220, 211, 0.7);
		padding: 35px 15px;
	}

	#intro .carousel-indicators {
	display: none;
	}



	#intro .carousel-container.blue {
		top: 0%;
		left: 0%;
		background: linear-gradient(rgba(229, 245, 244, 1), rgba(229, 245, 244, 1), rgba(229, 245, 244, 0.8), rgba(229, 245, 244, 0) );
		padding: 25px 0 1% 0;
		width:100%;
        max-width: none;
	}

}


@media (max-width: 600px) {

	#intro h1 {
		font-size: 1.6em;
	}

	#intro h2 {
		font-size: 1.1em;
	}
	
	#intro .carousel-container.blue .carousel-content {
		padding: 10px 5%;
	}
	
	#intro .carousel-container.blue .carousel-content h2 {
		margin-bottom: 2%;
	}
	
}


@media (max-width: 1440px) {

	#intro h1 {
		font-size: 1.6em;
	}

	#intro h2 {
		font-size: 1.1em;
	}
	
}




#intro .carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 10%;
}

@media (min-width: 1024px) {
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 5%;
}
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
	background: none;
	font-size: 42px;
	line-height: 1;
}
#intro .carousel-indicators li {
	cursor: pointer;
}
.btn-get-started {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block!important;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px 0px;
	color: #fff;
	background: #9ddcd3;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

.btn-get-started:hover {
	background: #333;
	color: #fff;
}
.btn-get-started.red {
	background: #be1518;
    color: #fff!important;
}
.btn-get-started.red:hover {
	background: #333;
}
.btn-get-started.big {
	font-size: 18px;
	padding: 12px 36px;
	background: #be1518;
}
.btn-get-started.darker {
	background: #5FA399;
}




.btn-get-started.sml {
	font-size: 14px;
	padding: 8px 20px;
}

.btn-get-started.big:hover {
	background: #333;
}

.btn-get-started.trans {
	background: transparent;
	border: 1px solid #101010;
	color: #101010;
}
.btn-get-started.trans:hover {
	background: #9ddcd3;
	color: #fff;
}

.profile_person {
	padding: 8px;
	border: 2px dotted #9cd5ce;
	margin: 6px auto auto auto;
	background: #fff;
	text-align: center;
}


.profile_treatments ul, .plainul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.profile_treatments ul li, .plainul li {
	padding: 0 0 3px 3px;
	vertical-align: top;
	margin: 0px;
	line-height: 24px;
}

.profile_treatments h3 {
	font-size:20px;
	padding: 0;
	font-weight: 600;

}


#header.holdtop {
    padding-bottom: 10px;
    position: fixed;
}

#new_menu {
    text-align: right;
}
#new_top {
    padding: 6px 60px 6px 0px;
    background: #003151;
    height: 44px;
}
#new_top a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    text-decoration: none;
    padding: 0 20px;
}
#new_bottom {
    background: #00426d;
    padding: 2px 60px 2px 0px;
    height: 30px;
}
#new_bottom a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    padding: 0 15px;
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	float: right;
	padding: 3px 10px 0 0;
	margin: 5px 0 0 0;
}

#nav-menu-container .hidebig {
	display:none;
}






.header-scrolled #nav-menu-container {
	display: none;
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 1.0em;
	outline: none;
	color: #003967;
}




.nav-menu a.highlight, a.highlight {
	color: #003967;
	border: 1px solid #003967;
	border-radius: 4px;
	padding: 4px 10px;
	margin: 0 20px;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #9ddcd3;
}
.nav-menu a:hover.highlight {
	color: #9ddcd3;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #333!important;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #9ddcd3!important;
}
.nav-menu ul ul {
	margin: 0;
}


.nav-menu .fa-sign-out {
	font-size: 18px;
	color: #EF3B3E;
}

.head_red .nav-menu .fa-sign-out {
	color: #fff;
}


@media (max-width: 850px) {

.nav-menu > li {
	margin-left: 5px;
}
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: relative;
	right: 0;
	top: 0;
	z-index: 998;
	margin: 0px 5px 0 0;
	border: 0;
	background: none;
	font-size: 42px;
	/*display: none;*/
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	float:right;
	line-height: 36px;
}
#mobile-nav-toggle i {
	color: #9cd5ce;
}

@media (max-width: 900px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 999;
	background: rgba(28,20,50,1);
	right: -280px;
	width: 280px;
	overflow-y: auto;
	transition: 0.4s;
}

@media (max-width: 500px) {
#mobile-navxxx {
	width: 100%;
	right: 100%;
}
}



#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	overflow: hidden;
	padding: 12px 22px 12px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px dashed #516681;
	font-size: 1.1em;
}

#mobile-nav ul li a.highlight {
	color: #75CBC0!important;
}
#mobile-nav ul li a.red {
	color: #DF1B1B!important;
}



#mobile-nav ul li a:hover {
	color: #fff;
	background: rgba(52,36,98,0.80);
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
/*
#mobile-nav ul .menu-has-children i {
display: none;
}*/

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #9ddcd3;
}
#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}
#mobile-nav ul .menu-item-active {
	color: #9ddcd3;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.body-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	right: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}


.hideiflogged {
	display: none!important;
}


@media (max-width: 1300px) {
	.hide850  {
		display: none;
	}
}

@media (max-width: 1130px) {
	.hl2  {
		display: none!important;
	}
}
.navcent{
margin-right: 300px!important;
}


@media (max-width: 1800px) {
	.navcent{
	margin-right: 230px!important;
	}
}
@media (max-width: 1700px) {
	.navcent{
	margin-right: 180px!important;
	}
}
@media (max-width: 1600px) {
	.navcent{
	margin-right: 120px!important;
	}
}
@media (max-width: 1550px) {
	.nav-menu a.highlight, a.highlight  {
	margin: 0 10px;
	}
	.navcent{
	margin-right: 60px!important;
	}
	
}
@media (max-width: 1400px) {
	.navcent{
	margin-right: 0px!important;
	}
}
@media (max-width: 1350px) {
	.nav-menu a.highlight, a.highlight  {
	margin: 0 0px;
	}

}
@media (max-width: 960px) {
	.nav-menu a.highlight, a.highlight  {
	display: none!important;
	}
}

#mobile-nav .navcent{
	margin-right: 0px!important;
	margin-left: 0px!important;
}
#mobile-nav .highlight, #mobile-nav .hide850 {
	display: block!important;
	margin: inherit;
}

#main {

}

.nobannerspacer {
	padding: 0px 0 0px 0;
	/*background: linear-gradient(  rgba(255, 255, 255, 0.7),  rgba(255, 255, 255, 0.4)  ), url(../_user/images/main_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
	z-index: 1
}
.header-scrolled .nobannerspacer {
	padding-top: 0px;
	transition: all 0.5s;
}

.genspacer {
	padding: 10px 0 0px 0;
	z-index: 1;
}
.header-scrolled .genspacer {
	padding-top: 10px;
	transition: all 0.5s;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header h1 {
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 10px auto;
	min-height: 70px;
	vertical-align: top;
	
}



@media (max-width: 500px) {
.section-header h1 {
	font-size: 24px;
	letter-spacing: .3rem;
}
}

.section-header p em{
font-size: 0.9em;
}
.section-header h5{
margin:8px 0 0 0;
clear: both;
padding-bottom: 10px;
}




.end-blue-enclosure{
padding: 20px 0 0px 0;
position: relative;
margin: 0px;
	
}

.end-blue-enclosure.pushupxxx{
padding-top: 0px;
top: -80px;
}




.blue_enclose_buts{
	position: relative;
	z-index: 101;
	margin-left: 2%;
	margin-top: 10px;
}
.blue_enclose_buts a{
	padding: 10px 40px;
	font-size: 1.1em;
	font-weight:600;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	color: #719F98;
	background: #fff;
	border: 2px solid #4e7a73;
	border-left: 0px;
	text-align: center;
}
.blue_enclose_buts a:hover{
	background: #e5f5f4;
}


.blue_enclose_buts a.first{
	border-left: 2px solid #4e7a73;
}
.blue_enclose_buts a.lstxxx{
	border-right: 2px solid #4e7a73;
}
.blue_enclose_buts a.br0{
	border-right: 0px;
}


.blue_enclose_buts a.active{
	background: #e5f5f4;
	border: 2px solid #4e7a73;
	border-bottom: 3px solid #e5f5f4;
	padding: 16px 40px;
    color: #4e7a73;
}

.blue_enclose{
	border-top: 2px solid #4e7a73;
	background: #e5f5f4;
	padding: 0px 0px 5px 0px;
	position: relative;
	z-index: 99;
	top: -2px;
	margin-bottom: -2px;
}



@media (max-width: 850px) {
	.end-blue-enclosure{
		padding: 5px 0 0px 0;
	}
	
	.blue_enclose{
	border-top: 1px solid #101010;
	top: -1px;
	}
	
	
	
	.blue_enclose_buts{
		margin: 30px 0 0 3px;
        
	}
	.blue_enclose_buts a.edt{
	display: none;
	}
	.blue_enclose_buts a{
		padding: 5px 14px;
		font-size: 1.0em;
		font-weight:500;
		border: 1px solid #101010;
		
	}
	.blue_enclose_buts a.br0{
	border-left: 0px;		
	}
	.blue_enclose_buts a.scnd{
		border-left: 0px;
	}
	.blue_enclose_buts a.lst{
		border-left: 0px;
	}
	
	.blue_enclose_buts a.first{
		border-left: 1px solid #101010;
	}
	.blue_enclose_buts a.active{
		border: 1px solid #101010;
		border-bottom: 2px solid #e5f5f4;
		padding: 8px 14px;
	}
}






#team_left{
	width: 60%;
	vertical-align: top;
	box-sizing: border-box;
	float: left;
}
#team_right{
	width: 40%;
	vertical-align: top;
	box-sizing: border-box;
	float: right;
}




.h1_blues{
	color: #6dc4bc;
	font-size: 6em;
	font-weight: 500;
	line-height: 0.9em;
}

.h1_blues.sml{
	font-size: 3.2em;
}
.h1_blues span{
	color: #3b305b;
}

.teamoutput h2{
	font-size: 4em;
	font-weight: 500;
	/* font-family: serif; */
}
.teamoutput h3{
	font-size: 3.0em;
	font-weight: 500;
	/* font-family: serif; */
}

.teamoutput h4{
	font-size: 2.0em;
	font-weight: 500;
	/* font-family: serif; */
}

.treatoutput {
background: -webkit-linear-gradient(bottom, rgba(229, 245, 244, 1), rgba(240,248,247,0.80), rgba(255,248,247,1));
background: -o-linear-gradient(bottom, rgba(229, 245, 244, 1), rgba(240,248,247,0.80), rgba(255,248,247,1));
background: linear-gradient(to top, rgba(229, 245, 244, 1), rgba(240,248,247,0.80), rgba(255,248,247,1));
    border-radius: 30px;
    position: relative;
    top: -50px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1299;
}

.treatoutput h1, .treatoutput .h1 {
	font-size: 2.8em;
	font-weight: 400;
}
.treatoutput h2{
	font-size: 2.2em;
	font-weight: 400;
}
.treatoutput h3{
	font-size: 1.6em;
	font-weight: 400;
	margin: 10px 0 10px 0;
}

.treatoutput h4{
	font-size: 1.4em;
	font-weight: 400;
}

.openContent{
	padding: 8px;
	background-color: #9ddcd3;
	border-style: solid;
	border-color: #8ec5bd;
	border-width: 1px;
	border-radius: 5px;
}

.openContent h3{
	margin: 0px;
	color: #458386;
}




@media (max-width: 900px) {
	#team_left{
		width: 100%;
		float: right;
	}
	#team_right{
		width: 100%;
		float: left;
	}
	.h1_blues{
		font-size: 4em;
	}
	
	.treatoutput h2.h1{
		font-size: 1.8em;
		font-weight: 400;
	}
	
	.treatoutput .h5{
		font-size: 1.1em;
		font-weight: 400;
	}
	.treatoutput #treatd1{
		padding-top: 0px!important;
	}
	
}


.section-header p {
	text-align: center;
	padding-bottom: 30px;
}
.section-header.nopad p {
	padding-bottom: 0px;
}
/* Section with background
--------------------------------*/

.whitebg {
	background: #fff;
}
.whitebg90 {
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	padding: 10px 0px;
}
.transbg {
	background: transparent;
}
.whitebg50 {
	background: rgba(255,255,255,0.6);
	color: #333;
}

.whitebg70 {
	background: rgba(255,255,255,0.8);
	color: #333;
}
.greenbg50 {
	background: rgba(36,103,23,0.6);
	color: #fff;
}
.whitebg50 h2, .whitebg50 h3, .whitebg50 p {
	color: #333!important;
}

.darkbg {
	background: #3c315c;
}


.bubbles {
	background: url(../_img/CTA-background.png) no-repeat center #3c315c;
	background-size: contain;
}




.darkbg50 {
	background: rgba(11,11,11,0.65);
}

.darkbg80 {
	background: rgba(11,11,11,0.8);
}

.darkbg50 h2, .darkbg50 h3, .darkbg50 p {
	color: #fff;
}
.redbg50 {
	background: rgba(255,0,0,0.3);
	color: #ffffff!important;
}
.redbg90 {
	background: rgba(75,21,21,0.8);
	color: #ffffff!important;
}


.bluebg {
	background: #81adaa;
}


.bluebg50 {
	background: rgba(157,220,211,0.3);
}

.bluebg80 {
	background: rgba(157,220,211,0.5);
}

.bluebg50 h3, .lblue {
	color: #53837C;
}


.classbg50 {
	background: rgba(157,220,211,0.4);
}
.classbg50 h2, .classbg50 h3, .classbg50 p {
	color: #111;
}

.classbg10 {
	background: rgba(255,255,255,0.8);
}
.classbg10 h2, .classbg50 h3, .classbg50 p {
	color: #111;
}

.section-bg.padtop {
	padding-top: 50px;
}
.section-bg.padtop30 {
	padding-top: 30px;
}
.header-scrolled .section-bg.padtop {
	padding-top: 0px;
	transition: all 0.5s;
}
.big_checkbox {
	width: 20px!important;
	height: 20px!important;
	vertical-align: middle;
}
.span_fw3 {
	display: inline-block;
	width: 40px;
	text-align: left;
}





.new_top_bitty{
	font-family: "Roboto", sans-serif;
	margin-top: 2%;
	padding: 6% 0 2% 0;
	height:100%;
	display: table;
	/*../_user/images/home-animated-figures.gif*/
	position: relative;
	width:100%;
	transition: background-image 1s linear;
    -moz-transition: background-image 1s linear;
    -webkit-transition: background-image 1s linear;
    -ms-transition: background-image 1s linear;
}

.new_top_bitty.ntb1{
	margin-top: 2%;
    border-top: 3px dashed #6cc5bf;
    padding: 3% 0px 3% 0px;
    background: #d9efed;
}

.new_top_bitty.ntb2{
	margin-top: 0%;
    border-top: 3px dashed #6cc5bf;
    padding: 3% 0px 3% 0px;
}


.new_top_bitty .nt_lr{
	display: table-cell;
	max-width: 1000px;
	width: 58%;
	vertical-align: top;
	height:100%;
	min-height:430px;
	padding-top: 3%;
	
	/*flex:1;*/
}

.new_top_bitty .nt_right{
	display: table-cell;
	max-width: 600px;
	width: 42%;
	vertical-align: top;
	height:100%;
	min-height:560px;
	padding-top: 6%;
	
	/*flex:1;*/
}

.new_top_bitty .nt_right img{
	max-height: 600px;
	border-radius: 2px;
}
.new_top_bitty .nt_left{
	float: left;
	padding-right: 3%;
}
.new_top_bitty .nt_rightxx{
	float: right;
	padding-left: 3%;
}

.new_top_bitty h1{
	font-family: "Roboto", sans-serif;
	color: #372f58;
	font-size: 8vw;
	line-height: 1em;
	font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;

}
@media (min-width: 2000px) {
    .new_top_bitty h1{
        font-size: 7vw;
    }
}



.new_top_bitty .arrow_anchor{
	display: block;
	border-top:1px solid #372f58;
	border-bottom:1px solid #372f58;
	color: #372f58;
	padding: 10px 0 10px 0px;
	text-decoration:none;
	font-size: 1.5em;
	margin-bottom: 20px;
	position: relative;
    text-transform: uppercase;
}
.new_top_bitty .arrow_anchor:after {
	content: "\f061";
	position: absolute;
	top: 9px;
	right: 9px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
    background: #6cc5bf;
    border-radius: 50%;
    color: #fff;
    height:38px;
    width:38px;
    text-align: center;
    
}
.new_top_bitty .arrow_anchor:hover{
	background: rgba(157,220,211,0.5);
}


.new_top_bitty .hd{
	font-family: "Roboto", sans-serif;
	color: #372f58;
	font-size: 2.8em;
	line-height: 1.3em;
	font-weight: 400;
}
.new_top_bitty .hd span{
    display: block;
	color: #6cc5bf;
}


@media (max-width: 1360px) {
	.new_top_bitty .hd{
		font-size: 2.0em;
		line-height: 1.2em;
	}
}


@media (max-width: 1000px) {
.new_top_bitty .nt_lr{	
	width: 95%;
	display: block;
    min-height:inherit;
}
 .new_top_bitty .nt_right{	
	width: 95%;
	display: block;
     min-height: inherit;
     text-align: center;
     margin: auto;
}   
.new_top_bitty .hd{	
	/*background: rgba(255,255,255,0.3);*/
	text-shadow: 2px 2px 4px #ffffff;
}
.new_top_bitty h1{
    font-size: 10vw;
}    
.new_top_bitty .arrow_anchor{
	font-size: 1.4em;

}
}

@media (max-width: 800px) {
.new_top_bitty .nt_lr{	
	width: 100%;
	display: block;
	padding-right: 0%!important;
	padding-left: 0%!important;
    
}
.new_top_bitty .hd{
	font-size: 1.6em;
	line-height: 1.2em;
}

.new_top_bitty .nt_right{
	min-height:200px;
	padding-top: 40px;
}
}

@media (max-width: 500px) {

.new_top_bitty .hd{
	font-size: 1.6em;
	line-height: 1.2em;
}

}
/* Featured Services Section
--------------------------------*/
#featured-services {
	height: auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	margin: 10px 0 10px 0;
}
#featured-services .box {
	padding: 30px 0px 20px 0px;
	margin: auto;
	text-align: center;
	position: relative;
	min-height: 1px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}
#featured-services .box a {
	padding: 148px 0px 0px 0px;
	margin: auto;
	text-align: center;
	background: url(../_user/images/feat_icon_1.png) no-repeat top center;
	color: #101010;
	
	display: inline-block;
	min-width: 151px;
	width: inherit;
	height: auto;
	font-size: 1.5em;
	text-decoration: none;
	background-size: contain;
	white-space: nowrap;
}
#featured-services .box a.b2 {
	background: url(../_user/images/feat_icon_2.png) no-repeat top center;
	background-size: contain;
}
#featured-services .box a.b3 {
	background: url(../_user/images/feat_icon_3.png) no-repeat top center;
	background-size: contain;
}
#featured-services .box a.b4 {
	background: url(../_user/images/feat_icon_4.png) no-repeat top center;
	background-size: contain;
	
}

@media (max-width: 800px) {

#featured-services .box {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (max-width: 440px) {

#featured-services .box a {
	padding: 118px 0px 0px 0px;
	min-width: 131px;
	font-size: 1.1em;

}

}


/* About Us Section
--------------------------------*/
#about {
	padding: 20px 0 30px 0;
	position: relative;
	margin: 0px;
}

#about .container {
	position: relative;
	z-index: 10;
}

#about .about_left {
	background: linear-gradient(  rgba(1, 1, 1, 0.7),  rgba(1, 1, 1, 0.7)  ), url(../_user/images/about/leftimg.jpg) no-repeat;
	background-size: cover;
	padding: 15px;
	position: relative;
	color: #fff;
	min-height: 420px;
	box-sizing:border-box; 
}

#about .about_left.physio_c {
	background: linear-gradient(  rgba(1, 1, 1, 0.0) 70%,  rgba(1, 1, 1, 0.0)  ), url(../_user/images/about/leftimg_physio_c.jpg) no-repeat;
	min-height: 520px;
}

#about .about_left.maggies {
	background: linear-gradient(  rgba(1, 1, 1, 0.0) 70%,  rgba(1, 1, 1, 0.0)  ), url(../_user/images/about/maggies_left.jpg) no-repeat;
	min-height: 500px;
}

#about .about_left .about_left_inner {
	position: absolute;
	right: 0; bottom: 15px; left: 0;
	box-sizing: border-box;
	width: inherit;
	padding: 0 15px;
	font-size: 1.1em;
}

#about .about_left.physio_c .about_left_inner {
	background: rgba(1, 1, 1, 0.6);
	padding: 0 15px 20px 15px;
	bottom: 0px;
}


/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
#about .about_left .about_left_inner:before {
	font-size: 9em;
	line-height: 1em;
	content: "\201C";
	color:transparent;
	font-family: sans-serif;
	display: block;
	vertical-align: top;
	height: 60px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}


#about .about_right {
	background: url(../_user/images/about/rightimg.jpg) no-repeat left top;
	background-size: contain;
	padding: 0px;
	position: relative;
	color: #101010;
	min-height: 420px;
	height: auto;
	box-sizing:border-box;
}
#about .about_right.maggies {
	background: url(../_user/images/about/maggies_right.jpg) no-repeat left top;
}



#about .about_right_inner {
	/*225,241,240*/
	background: rgba(255,255,255,0.7);
	min-height: 150px;
	padding: 25px 25px;
	float:right;
	width: 75%;
	margin-top: 10%;
	margin-bottom: 10%;
}

#about .about_right_inner .toph1 {
	color: #196F5F;
	font-weight: 500;
	padding: 0px;
	font-size: 1.1em;
	letter-spacing: .3rem;
}

#about .about_right_inner h1 {
	color: #101010;
	font-weight: 500;
	font-size: 28px;
	padding: 0;
	margin: 2px 0 0px 0!important;
	text-transform: uppercase;
}


#about .about_right_inner .bottomh1 {
	color: #196F5F;
	font-weight: 500;
	padding: 0px;
	font-size: 1.0em;
	letter-spacing: .1rem;
	padding-bottom: 18px;
}

#about .about_right_inner p {
	color: #101010;
	margin-bottom: 0;
	padding: 0 0px 10px 0px;
}

#about .about_right_inner a {
	padding:8px 20px;
}


.h3_2 {
	font-size: 1.9em;
	margin-bottom: 5px;
}
.h3_2 span {
	color: #aaa;
}

@media (max-width: 992px) {

#about .about_right {
	background-size: cover;
}

#about .about_right_inner {
	background: rgba(225,241,240,0.7);
	padding: 25px 25px;
	margin-bottom: 40px;
	float:right;
	width: 100%;
	margin-top: 30%;
	margin-bottom: 0%;
}


}
/* About Us Section
--------------------------------*/


.news-cols .news-col{

}
.news-cols .news-col .title{
display: block;
vertical-align: middle;
background: #00a69c;
}
.news-cols .news-col .title.n2{
background: #101010;
}
.news-cols .news-col .title.n3{
background: #6d6d6f;
}
.news-cols .news-col .title a{
color: #fff;
text-decoration: none;
font-size: 1.3em;
display: block;
padding: 14px 5px;
}




.news-cols .news-col .ndesc{
display: block;
vertical-align: middle;
padding: 8px 11px;
text-align: left;
}




.allnews-col {
  
  border-radius: 0 0 4px 4px;
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);background: #fff;*/
  margin-bottom: 20px;
  min-height:340px;
}

.allnews-col.nomin {
  min-height: 100px;
}


.allnews-col .img {
  position: relative;
}

.allnews-col .img img {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-radius: 4px 4px 0 0;
}

.allnews-col .img img:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.allnews-col .title_block a {
	display:block;
	border: 2px solid #4e7a73;
	padding: 10px 10px 10px 15px;
	position: relative;
	text-align: left;
	color: #4e7a73;
	text-decoration: none;
	font-size:1.1em;
    margin-top: 2px;
}

/* .allnews-col .title_block a:after {
	content: "\f061";
	position: absolute;
	right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
} */

.allnews-col .title_block a:hover{
	background: rgba(157,220,211,0.5);
}




.treat-cols .treat-col{
	position: relative;
	margin: 1px;
	box-sizing: border-box;
}
.treat-cols .treat-col a{
display: block;
width: inherit;
box-sizing: border-box;
}
.treat-cols .treat-col a .bg{
color: #fff;
display: block;
padding: 14px 0px;
position: absolute;
bottom:25%;
background: rgba(90,156,147,0.8);
width: 100%;
box-sizing: border-box;
}

.treat-cols .treat-col a .title{
color: #fff;
text-decoration: none;
font-size: 1.3em;
display: block;
margin: auto;
text-align: center;
padding: 10px 0px;
width: 80%;
border: 1px solid #fff;
font-weight: 300;
transition: 0.3s;	
}








.treat-cols .treat-col a:hover .title{
transition: 0.3s;
font-weight: 500;	
}


#about .allnews-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #9ddcd3;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.allnews-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .allnews-col:hover .icon {
  background-color: #fff;
}

#about .allnews-col:hover i {
  color: #9ddcd3;
}

.allnews-col h2, .blog1 h2, .blog_box_cont h2 {
    color: #3c315c;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0;
    margin: 20px 0 12px 0;
    text-transform: uppercase;
}

.blog1 {
text-align: left;
}

.blog_box_cont h2 {
    font-size: 1.1em;
}

.blog1 h2 {
    font-size: 1.1em;
	text-align: left;
}

.allnews-col h2 a, .blog1 h2 a, .blog_box_cont h2 a  {
  color: #3c315c;
  text-decoration:none;
}

.allnews-col h2 a:hover, .blog1 h2 a:hover, .blog_box_cont h2 a:hover {
  color: #9ddcd3;
}

.allnews-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333!important;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  min-height: 140px;  
}

.blog1 p {
  font-size: 16px; 
  line-height: 28px;
  color: #333!important;
  padding: 0 20px 20px 0px;
  margin-bottom: 0;
  min-height: 30px;  
}


.blog_box_all{
position: relative;
}

.blog_box_cont{
position: absolute;
bottom: 0px;
text-align: center;
padding: 0px 10px 10px 10px;
height: 180px;
}

.blog_box_cont p a  {
  color: #333;
  text-decoration:none;
}



#matbook {
	background: url("../_user/images/matbook/matbook-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}
#matbook::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9;
}
#matbook .section-header {
	margin: 0px 0 40px 0;
}
#matbook .section-header p {
	padding-bottom: 0px;
	color: #333;
	margin: 14px 0 0 0;
}
#matbook .container {
	position: relative;
	z-index: 10;
}



.matbook-col-alt .ico {
	padding: 2px 0px 2px 0px;
	text-align: left;
}
.matbook-col-alt .ico .mdate {
	background: url(../_img/icons/date_icon.png) no-repeat left;
	padding: 0 0px 0px 28px;white-space: nowrap;
}
.matbook-col-alt .ico .mtime {
	background: url(../_img/icons/time_icon.png) no-repeat left;
	padding: 0 0px 0px 28px;
}
.matbook-col-alt .ico .mlocal {
	background: url(../_img/icons/locate_icon.png) no-repeat left;
	padding: 0 0px 0px 28px;
}
.matbook-col-alt .ico .mperson {
	background: url(../_img/icons/person_icon.png) no-repeat left;
	padding: 0 0px 0px 28px;
}
.matbook-col-alt h2 {
	color: #101010!important;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 0 0 0;
	line-height: 1.2em;
	/*display: table-cell; acts like a table cell*/
	vertical-align: middle;
	margin-bottom: 2px;
}
.matbook-col-alt h2 span {
	color: #9ddcd3;
}

.matbook-col-alt .butcol .sml_mcalt {
/*display:none;*/
}

.sml_mcalt {
	color: #da3434;
	font-size: 20px;
}

.matbook-col-alt .btn {
	width: 98px;
}




@media (max-width: 765px) {
.matbook-col-alt {
text-align: center!important;
}
.matbook-col-alt h2 {
	font-size: 22px;
	padding: 10px 0 6px 0;
	line-height: 1.3em;
	margin: auto;
	text-align: center!important;
}
.matbook-col-alt .ico {
	padding: 6px 0px 4px 0px;
	text-align: left;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.matbook-col-alt .ico2 {
	margin-right: 0px;
}

.matbook-col-alt .butcol {
	margin: 4px 0px 6px 0px;
}

.matbook-col-alt .butcol .sml_mcalt {
	color: #da3434;
	font-size: 17px;
	display: inline;
	position: absolute;
	bottom: 10%;
	right: 4%;
}

.matbook-col-alt .headcol .sml_mcalt {
	display:none;
}

}















.strong_matclass, .strong_0{color:#007bff;}
.strong_reform,.strong_1{color: #B1A210;}
.strong_reform.rd,.strong_1.rd{color: #BC1313;}
.strong_wn,.strong_4{color: #930B92;}
.strongff,.strong_2{color: #14A013;}
.strongrh,.strong_3{color: #EB730B;}

/* Services Section
--------------------------------min-height:150px;*/
#services {
	background: #fff;
	background-size: cover;
	padding: 60px 0 40px 0;
}
#services .box {
	margin-bottom: 30px;
}
#services .icon {
	float: left;
}
#services .icon i {
	color: #9ddcd3;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}
#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#services .title a {
	color: #101010;
}
#services .box:hover .title a {
	color: #9ddcd3;
}
#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
	height: 120px;
}
#services .buttongo {
	margin: 12px 0 0 60px;
}


/* Call To Action Section
--------------------------------*/
#promo-section-home {
	background: linear-gradient(rgba(40, 60, 85, 1), rgba(40, 60, 85, 0.6));
	/*url(../_user/images/about/latestoffers.jpg)*/
	background-position: center;
	background-size: cover;
	padding: 50px 0 50px 30px;
}

@media (max-width: 1370px) {
    #promo-section-home{
		background: linear-gradient(rgba(40, 60, 85, 1), rgba(40, 60, 85, 0.6));
		background-size: cover;
		padding: 50px 0 50px 30px;
    }
}
@media (max-width: 900px) {
    #promo-section-home{
		background: linear-gradient(rgba(40, 60, 85, 1), rgba(40, 60, 85, 0.6));
		background-size: cover;
		padding: 50px 0 50px 30px;
    }
}
@media (max-width: 600px) {
    #promo-section-home{
		background: linear-gradient(rgba(40, 60, 85, 1), rgba(40, 60, 85, 0.6));
		background-size: cover;
		padding: 50px 0 50px 30px;
    }
}


#promo-section-home h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#promo-section-home h3 span {
	font-weight: 600;
}
#promo-section-home p {
	color: #fff;
}

#promo-section-home .promo_mini_p {
	font-size: 14px;
}

#promo-section-home h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}


#promo-section-home .cta-btn {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}
#promo-section-home .cta-btn:hover {
	background: #9ddcd3;
	border: 2px solid #9ddcd3;
}
/* Call To Action Section
--------------------------------*/
#skills {
	padding: 60px 0;
}
#skills .progress {
	height: 35px;
	margin-bottom: 10px;
}
#skills .progress .skill {
	font-family: "Open Sans", sans-serif;
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}
#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: .9s;
}














/* Facts Section
--------------------------------*/
#facts {
	/*background: url("../_user/images/about/facts-bg.jpg") center top no-repeat fixed;
	background-size: cover;*/
	padding: 60px 0 0 0;
	position: relative;
}
#facts::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9;
}
#facts .container {
	position: relative;
	z-index: 10;
}







#facts .counters {
	margin: 25px 0 50px 0;
}
#facts .counters .count_ring {
border: 2px solid #101010;
display: inline-block;
border-radius: 50%;
width: 200px;
height: 200px;
vertical-align: middle;
}
#facts .counters .count_ring.blue {
border: 2px solid #60c1ae;
}

#facts .counters .count_ring span {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 50px;
	display: block;
	color: #101010;
	text-align: center;
	padding: 28% 0 0 0;
	margin: 0px;
	line-height: 50px;
}
#facts .counters .count_ring.blue span {
	color: #60c1ae;
}

#facts .counters .count_ring .count_1 {
	padding: 0;
	margin: 0 0 0px 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #101010;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
#facts .counters .count_ring.blue .count_1 {
	color: #60c1ae;
}
#facts .counters .count_ring .count_2 {
	padding: 0;
	margin: 0 0 0px 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #60c1ae;
	text-align: center;
}
#facts .counters .count_ring.blue .count_2 {
	color: #101010;
}



@media (max-width: 650px) {
#facts .counters .count_ring {
width: 160px;
height: 160px;
}
#facts .counters .count_ring span {
	font-size: 36px;
	padding: 25% 0 0 0;
	margin: 0px;
	line-height: 40px;
}
#facts .counters .count_ring .count_1 {
	font-size: 14px;
}
#facts .counters .count_ring .count_2 {
	font-size: 13px;
}
}

@media (max-width: 550px) {
#facts .counters .count_ring {
width: 130px;
height: 130px;
overflow: hidden;
}
#facts .counters .count_ring span {
	font-size: 30px;
	padding: 25% 0 0 0;
	margin: 0px;
	line-height: 30px;
}
#facts .counters .count_ring .count_1 {
	font-size: 12px;
}
#facts .counters .count_ring .count_2 {
	font-size: 12px;
}
}

@media (max-width: 450px) {
#facts .counters .count_ring {
width: 110px;
height: 110px;
overflow: hidden!important;
border: 0px!important;
}
#facts .counters .count_ring span {
	font-size: 24px;
	padding: 25% 0 0 0;
	margin: 0px;
	line-height: 25px;
}
#facts .counters .count_ring .count_1 {
	font-size: 11px;
}
#facts .counters .count_ring .count_2 {
	font-size: 10px;
}
}






#facts .facts-img {
	text-align: center;
	padding-top: 30px;
}
/* Clients Section
--------------------------------*/
#clients {
	padding: 60px 0;
}
#clients img {
	max-width: 100%;
	opacity: 0.7;
	transition: 0.3s;
	padding: 15px 0;
}
#clients img:hover {
	opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#clients .owl-dot.active {
	background-color: #9ddcd3;
}



/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 30px 0 40px 0;
}
#testimonials .section-header {
	margin-bottom: 20px;
}

#testimonials .testimonials-carousel {
	background-position: center top;
}



#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item h3 {
	font-size: 1.6em;
}


#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-weight: 600;
  margin: 10px 0 8px 0;
}

#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
#testimonials .testimonial-item p {
	width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #9ddcd3;
}




/* inpage image gallery Section
--------------------------------*/
/*
#inpage-img-scroll .carousel {
	border: 2px dotted #9cd5ce;
}
*/
#inpage-img-scroll .carousel-item {
	text-align: center;
}
#inpage-img-scroll .carousel-item .imgscroller-img {
	padding: 10px;
	margin: 0px auto auto auto;
	background: #fff;
	text-align: center;
}




#refine_mat {
	padding: 20px 0 20px 0;
	
	/*background: rgba(106,185,176,0.7);background: rgba(11,11,11,0.3);*/
	border-bottom: 1px dashed #333;
}
.form_but {
	background: #9ddcd3;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
	border-radius: 8px;
}
.form_but.white {
	background: #fff;
	color: #9ddcd3;
}
.form_but.red {
	background: #be1518;
	color: #fff;
}
.form_but:disabled {
	color:#aaa;
	background:#ccc;
   border:1px solid #aaa;
}

.form_but.disabled {
	background: #aaa;
	color: #fff;
}
.form_but:hover {
	background: #13a456;
	color: #fff;
}
.form_but.disabled:hover, .form_but:disabled:hover {
	background: #aaa;
	color: #fff;
	cursor: not-allowed;
}



.red_box p, .green_box p {
	padding: 0px;
	margin: 0px;
}
.red_box {
	padding: 15px 20px 15px 20px;
	background: rgba(255,0,0,0.3);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
}
.green_box {
	padding: 15px 20px 15px 20px;
	background: rgba(0,140,0,0.3);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
}


.red_box_inote p, .green_box_inote p {
	padding: 0px;
	margin: 0px;
}
.red_box_inote {
	padding: 5px 20px 5px 20px;
	background: rgba(255,0,0,0.3);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}
.green_box_inote {
	padding: 5px 20px 5px 20px;
	background: rgba(0,140,0,0.3);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}


.fieldalert {
	background: rgba(255,0,0,0.3);
	color: #fff;
}
/* Contact Section
--------------------------------*/
#contact {
	padding: 60px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #9ddcd3;
}
#contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}

#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #9ddcd3;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}

@media (min-width: 801px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	padding: 20px 0;
}

#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}
#contact .form #sendmessage {
	color: #9ddcd3;
	border: 1px solid #9ddcd3;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}


blockquote {
	border-left: 4px solid #9ddcd3;
	margin: 1em 1.3em 1em 0em;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1.1em;
	color: #444;
}

blockquote:before {
	color: #9ddcd3;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
blockquote:after {
  visibility: hidden;
  color: #9ddcd3;
  content: close-quote;
  line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}


.smrow1 {
	padding: 3px 0 3px 8px;
	background-image: url(../_img/bulletx.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.smrow2 {
	padding: 3px 0 3px 0;
	margin-left: 25px
}
.smrow3 {
	padding: 3px 0 3px 0;
	margin-left: 50px
}
.smrow4 {
	padding: 3px 0 3px 0;
	margin-left: 75px
}
.smrow2 a {
	color: #222
}
.smrow3 a, .smrow4 a {
	color: #555
}
.smrow2 a:hover, .smrow3 a:hover, .smrow4 a:hover {
	color: #e5690d
}
.sm_block {
	display: block;
	margin: 3px 0 15px 0px;
	vertical-align: top;
	width: auto;
	border: 0px solid #ccc;
	padding: 0px;
}
.sm_block.no_right_bord {
	border-right: 0
}
.block-section {
	display: block;
	margin-bottom: 30px;
	border: 1px dashed #777;
	padding: 20px;
	box-sizing: border-box;
}




/*--------------------------------------------------------------
# physio and performance clinic extras
--------------------------------------------------------------*/


.physioblue {
	color: #003151!important;
}

.physioblueb {
	color: #003151!important;
	font-weight: 700!important;
}

.physioturq {
	color: #9ddcd3!important;
}

.physioturqb {
	color: #9ddcd3!important;
	font-weight: 500!important;
}

.physio-bg-fade {
	background-color: #fff;
	/*top: -50px;background: -webkit-linear-gradient(bottom, #003151, rgba(240,248,247,0.80), rgba(255,248,247,1));
	background: -o-linear-gradient(bottom, #003151, rgba(240,248,247,0.80), rgba(255,248,247,1));
	background: linear-gradient(to top, #003151, rgba(240,248,247,0.80), rgba(255,248,247,1)); background-image: linear-gradient(#003151, #ffffff, #003151);
    background: rgb(0,66,109);
background: linear-gradient(180deg, rgba(0,66,109,1) 0%, rgba(0,66,109,1) 3%, rgba(84,92,123,1) 6%, rgba(116,122,147,1) 9%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 87%, rgba(116,122,147,1) 90%, rgba(84,92,123,1) 93%, rgba(0,66,109,1) 96%, rgba(0,66,109,1) 100%);
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	z-index: 10;
    */

    /* background-image: url("../_user/images/Page-Bannerbgtop.png"), url("../_user/images/Page-Bannerbgbot.png");
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x; */
	
	background-image: linear-gradient(#ffffff, #ffffff, #9ddcd3);
	background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
	
	}

.physio-section {
	color: #9ddcd3!important;
}

@media (max-width: 900px) {
	.performance-section h1 {
		font-size: 2.8em!important;
	}
}

@media (max-width: 500px) {
	.performance-section h1 {
		font-size: 2.8em!important;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #ffffff;
	padding: 0 0 30px 0;
	font-size: 14px;
}
#footer .footer-top {
	padding: 60px 0 10px 0;
}
#footer .footer-top .logo_foot {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

#footer .footer-top .logo_foot h4 {
	color:#101010!important;
}


#footer .footer-top .logo_foot p {
	padding-bottom: 6px;
}
#footer .footer-top .logo_foot a {
	text-decoration: none;
	color: #101010;
	font-weight: 600;
}
#footer .footer-top .logo_foot a:hover {
	color: #666;
}
#footer .social-links {
	margin-top: 14px;

}

#footer .social-links a {
	font-size: 28px;
	display: inline-block;
	background: #37877e;
	color: #fff!important;
	line-height: 1;
	padding: 13px 0 7px 0;
	margin:0 8px;
	border-radius: 50%;
	text-align: center;
	width: 56px;
	height: 56px;
	transition: 0.3s;
}
#footer .social-links a.fb {
	background: #3b5999;
}
#footer .social-links a.tw {
	background: #56abeb;
}
#footer .social-links a.yt {
	background: #c5302c;
}
#footer .social-links a.gp {
	background: #d34836;
}



#footer .social-links a:hover {
	background: #9ddcd3;
}
#footer .footer-top h4 {
	font-weight: 500;
}

#footer .copyright {
	text-align: left;
	padding-top: 30px;
}
#footer .copyright a {
	padding: 0 5px;
}
#footer .credits {
	text-align: center;
	font-size: 11px;
	color: #ddd;
	/* margin-top: 25px; */
}
.tfcredit {
	font-weight: normal;
	color: #828488;
	display: inline-block;
	padding: 42px 0 0px 0px;
	width: 30px;
	height: auto;
	overflow: hidden;
	background: url(../_img/tayfusion-web-design-dundee.png) no-repeat left bottom;
	background-size: contain;
	text-indent: -3000px;
}


p.word {
	background-image: url(../_img/word_icon.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding: 5px 12px 5px 35px;
	margin: 0px;
}
p.pdf {
	background-image: url(../_img/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding: 1px 12px 5px 35px;
	text-decoration: underline;
	margin: 0px 0px 5px 0px;
}
p.pdf span, p.word span {
	display: inline-block;
	min-width: 32px;
	text-align: left;
	padding-right: 10px;
	font-size: 1.1rem;
	color: #9ddcd3;
}


.clear {
	clear: both;
}
.p_small p {
	margin: 0 0 5px 0;
}
.p_small p strong {
	padding: 10px 0 0 0;
	display: block;
}
.BALTable {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px solid #000;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
.BALTable.sml {
	font-size: 0.9em;
}
.BALTable tr:hover td {
/*background-color:#eee;
	cursor:pointer;*/
}
.BALTable tr:nth-child(odd) {
	background-color: #bfcccb;
	border-bottom: 1px solid #fff;
}
.BALTable tr:nth-child(even) {
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}
.BALTable tr:nth-child(even) td {
	color: #222;
}
.BALTable.sml tr:nth-child(odd) {
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}
.BALTable.sml tr.trdark {
	background-color: transparent;
	font-size: 1.0em;
}
.BALTable .trcls, .BALTable tr .trcls {
	background-color: #9ddcd3!important;
	border-bottom: 1px solid #fff!important;
}

.BALTable .trcls1 {
	background-color: #fff!important;
	border-bottom: 1px solid #fff!important;
}
.BALTable .ordrow:hover {
	background-color: #ccc!important;
	border-bottom: 1px solid #fff!important;
	cursor: pointer;
}
.BALTable td {
	vertical-align: middle;
	border: 0px solid #fff;
	text-align: left;
	padding: 5px 4px;
	font-weight: normal;
	color: #222;
	border-width: 0px 1px 0px 0px;
}
[balt-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[balt-title]:after {
	content: attr(balt-title);
	background-color: rgba(22,22,22,0.9);
	color: #fff;
	font-size: 14px;
	position: absolute;
	padding: 2px 8px 3px 8px;
	top: 1.0em;
	left: 100%;
	box-shadow: 1px 1px 2px #222222;
	opacity: 0;
	border: 1px solid #fff;
	z-index: 99999;
	visibility: hidden;
	min-width: 90px;
	max-width: 500px;
	text-align: left;
}
[balt-title] {
	position: relative;
}
.BALTable.sml td {
	padding: 5px 4px;
	border-width: 0px 0px 0px 0px;
}
.BALTable td .tit {
	font-size: 1.1em;
}
.BALTable td a {
	/* color:#49e441; */
	color: #222;
}
.BALTable td a.block {
	display: block;
}
.BALTable td a:hover {
	/* color:#49e441; */
	color: #006881;
}
.BALTable td a.block:hover {
	background: #fff;
}
.BALTable tr:first-child td {
	background: #fff; /* Old browsers */
	border: 0px solid #fff;
	text-align: left;
	border-width: 0px;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: normal;
	color: #052932;
}
.BALTable tr.bigger:first-child td {
	font-size: 1.4em;
}
.BALTable.toptrans tr:first-child, .BALTable.toptrans tr:first-child td {
	background: transparent!important; /* Old browsers */
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


/* table for injection therapy page */

.INJTable {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.INJTable tr{
	padding: 0px;
	border: 1px solid #000;
}

.INJTable th{
	padding: 3px;
	border: 1px solid #000;
}

.INJTable td{
	padding: 3px;
	border: 1px solid #000;
}

/* .INJTable tr:nth-child(odd) {
	background-color: #bfcccb;
	border-bottom: 1px solid #fff;
}

.INJTable tr:nth-child(even) {
	background-color: #  ;
	border-bottom: 1px solid #fff;
}

.INJTable tr:nth-child(even) td {
	color: #222;
}

.INJTable.sml tr:nth-child(odd) {
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}

.INJTable .trcls, .INJTable tr .trcls {
	background-color: #9ddcd3!important;
	border-bottom: 1px solid #fff!important;
}

.INJTable th td {
	vertical-align: middle;
	border: 1px solid #000;
	text-align: left;
	padding: 5px 4px;
	font-weight: normal;
	color: #222;
	border-width: 0px 1px 0px 0px;
} */

/* end of table for injection therapy page */



.mhist div {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	border: 1px solid #bbb;
	text-align: center;
}
.mhist div.ymh {
	border: 1px solid #cc0000;
	color: #fff;
	background: rgba(189,21,24,0.5);
}
.chanmh {
	border: 1px solid #ff0000;
	color: #fff!important;
	background: #222;
}
.ac {
	text-align: center!important;
}
.star img {
	text-align: center!important;
	padding: 0px 2px;
	width: 18px;
	height: auto;
}
.ar {
	text-align: right!important;
}
.trselected {
	background-color: #186f13!important;
	color: #fff!important;
}
.trtdtrans {
	background-color:transparent!important;
	color: #222!important;
	font-size: 1.1em;
	font-family: "Roboto", sans-serif;
   	font-weight: 500;
	padding-top: 15px!important;
}
.trselected td {
	color: #fff!important;
}
.BALTable td.spanstyle strong {
	width: 38px;
}
.BALTable td.spanstyle span {
	color: #cc0000!important;
	font-style: italic;
}
.tralert {
	background-color: rgba(189,21,24,0.5)!important;
}
.trwarn {
	background-color: rgba(24,21,189,0.5)!important;
}
.trred {
	background-color: rgba(255,0,4,0.90)!important;
}
.spanred {
	color: #cc0000!important;
}
.container.smalltext {
	font-size: 0.8em;
}
.group_bit {
	display: block;
	margin: 0 0 2px 0;
}
.group_bit .label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	background: #70B3A9;
	color: #fff;
	width: 96px;
	padding: 4px 4px 4px 8px;
}
.daterow_bit.notebox {
border:1px dotted #fff;
padding:6px 0px 0px 6px;
}
.daterow_bit {
	display: block;
	margin: 0 0 8px 0;
}
.daterow_bit.note {
	display: block;
	margin: 0 0 6px 0;
}







/*//////////////////////TOGGLE CSS ///////////////////////////////*/
.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
	padding: 2px;
	width: 70px;
	height: 38px;
	background-color: #dddddd;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 0px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}
input.cmn-toggle-round + label:before {
	right: 1px;
	background-color: #28a745;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
	width: 38px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transition: margin 0.4s;
	-moz-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
	background-color: #ed1c24;
}
input.cmn-toggle-round:checked + label:after {
	margin-left: 30px;
}

/*//////////////////////TOGGLE CSS ///////////////////////////////*/



.apos-timeline{text-align:center;position:relative}
.apos-timeline .col-sm-2{position:relative;font-size:1.5vw;height:120px}
.apos-timeline-spacer{bottom:-20px;position:absolute}
.apos-timeline .col-sm-2 img{bottom:20px;left:0;margin:auto;position:absolute;right:0}
.apos-timeline-bar{clear:both;height:9px;background-color:#32aeae;position:absolute;top:100px;width:100%}
.apos-timeline-clear{clear:both;padding-top:1px}
.apos-footer-nav{margin:0 auto;max-width:1174px;background-color:#fff;clear:both}
.apos-footer-nav a{font-family:"azo_sansbold";color:#636565;float:right;padding-top:25px;padding-right:4%;padding-bottom:70px}

@media screen and (max-width: 767px){
.apos-shoe-text1{display:none}
.apos-shoe-text2{display:none}
.apos-shoe-text3{display:none}
.apos-timeline{border-left:9px solid #32aeae}
.apos-timeline .col-sm-2{position:relative;font-size:18px;height:120px}
.apos-timeline-bar{display:none}.apos-timeline-spacer{position:relative;bottom:auto}
.apos-timeline .col-sm-2 img{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);float:left;position:absolute;right:auto;bottom:auto;left:-15px}
}
@media screen and (min-width: 1350px){
.apos-timeline .col-sm-2{font-size:18px}
}




#cookie-bar{
display:none;
bottom:0 !important;
color:#fff;
font-size:1em !important;
line-height:2em;
vertical-align:baseline;
padding:15px 10px 15px 10px !important;
left:0 !important;
position:fixed !important;
width:100% !important;
z-index:99999998 !important;
height:auto;
background:rgba(40,60,85,0.8);/* IE7 and below */
border-top:1px solid #101010;
text-align: center;
}


#cookie-bar .cba{
	color:#58d274;
	text-decoration:underline;
}
#cookie-bar .cba:hover{
	color:#fff;
	text-decoration:underline;
}


.forcep{text-align: center!important; margin: auto!important; flex: none!important; align-items: center; display: block;}
#retdiv p{font-size: 1.0em; color: #cc0000; font-weight: 500; text-align: center;}







/* Call To Action Section
--------------------------------*/
#home_body {
	padding: 0px 0 0px 0;
	position: fixed;
	height:100%;
	width: 100%;
	z-index: 1100;
	top:0px;
    left:0;
}

#home_body #body-cols {
	position: relative;
	height:100%;
}

#home_body #body-col-left {
	margin-bottom: 10px;
	position: relative;
	height:100%;
}





#home_body h3 {
	/*text-transform: uppercase;*/
	font-size: 1.6em;
	color: #6cc5bf;
	font-weight: 300;
	margin-bottom: 0px;
}

.bt_a{
	color: #DEE4EF;
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
}
.bt_a .fa-caret-right{
	margin-right: 5px;
}



.body-col-right-close{
padding: 5px 12px;
position: absolute;
top: 10px;
right: 6px;
font-size: 2em;	
color: #fff;
z-index: 1521;
}

.body-col-right-close.blue{
color: #283C55;
}

#close-b2{
	z-index: 1611;
}

.body-col-right-close:hover {
	color: #fff;
}	
	


#home_body #body-col-left #body-col {
/*background: url(../_user/images/physio_select/body_home.png) no-repeat;
background-size: contain;*/
}

#home_body #body-col-left #body-col img {
	max-width: 100%;
	height: auto;
}


#bodymap area{
background: rgba(188,68,70,0.4);
}





#home_body #body-col-right {
	background: url(../_img/CTA-background.png) no-repeat center #283C55;
	background-size: contain;
	color: #ffffff;
	padding: 30px 30px;
	height: auto;
	width: inherit;
	box-sizing: border-box;
	position: relative;
	
}

#home_body #body-col-right-fixedxx {
	color: #ffffff;
	height: 100%;
	
	/*max-width: 1000px!important;*/
	width:auto;
	padding: 30px 0px;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0px;
   	bottom: 0px;
	box-sizing: border-box;
    ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#home_body #body-col-right-fixed::-webkit-scrollbar {
  display: none;
}

#home_body #body-col-right #body_h {
	padding: 0;
	margin: 0 0 0 10px;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 2em;
	width: inherit;
}

#home_body #body-col-right #body_d {
	padding: 0;
	margin: 10px 0 5px 10px;
	line-height: 1.6em;
	width: inherit;

}

#home_body .btn-get-started {
	margin: 10px 0 0 10px;
}










/* Image map styles */
.bodyMap {
width: 100%;
position: relative;
margin: 20px 0 50px 0;
text-align: center;
}
.bodyMap img {
width: 100%;
border-radius: 20px;
max-width: 700px!important;
text-align: center;
}

.bodyMap .bodybits {/* visibility:hidden;*/
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
} 

.bodyMap a {
display: block;
position: absolute;
border-radius:50%;
width: 100px;
height: 100px;
text-align: center;
margin: auto;
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
background: rgba(107,166,165,0.7);
box-sizing: border-box;
}


.bodyMap a.p1 {left: 40%; top: 8%;}/*head*/
.bodyMap a.p5 {left: 56%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 39%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 44%; top: 22%;}/*back*/
.bodyMap a.p9 {left: 41%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 51%; top: 65%;}/*knee*/
.bodyMap a.p11 {left: 44%; top: 38%;}/*pelvis*/

.bodyMap a.pd0 {
	padding-top:17px;
}
.bodyMap a.pd1 {
	padding-top:28px;
}



@media (max-width: 2300px) {
.bodyMap a.p1 {left: 38%; top: 8%;}/*head*/
.bodyMap a.p5 {left: 57%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 39%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 44%; top: 22%;}/*back*/
.bodyMap a.p9 {left: 40%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 51%; top: 65%;}/*knee*/
 .bodyMap a.p11 {left: 44%; top: 38%;}/*pelvis*/   
}
@media (max-width: 1800px) {
.bodyMap a.p1 {left: 33%; top: 8%;}/*head*/
.bodyMap a.p5 {left: 60%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 39%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 43%; top: 22%;}/*back*/
.bodyMap a.p9 {left: 33%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 51%; top: 65%;}/*knee*/
.bodyMap a.p11 {left: 43%; top: 38%;}/*pelvis*/	

}
@media (max-width: 1400px) {
.bodyMap a.p1 {left: 32%; top: 13%;}/*head*/
.bodyMap a.p5 {left: 63%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 39%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 45%; top: 22%;}/*back*/
.bodyMap a.p9 {left: 37%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 51%; top: 65%;}/*knee*/
 .bodyMap a.p11 {left: 45%; top: 38%;}/*pelvis*/   
	
.bodyMap a {
	font-size: 14px!important;
	width: 80px;
	height: 80px;
}	
.bodyMap a.pd0 {
	padding-top:10px!important;
}
.bodyMap a.pd1 {
	padding-top:20px!important;
}	
}



@media (max-width: 600px) {
.bodyMap a.p1 {left: 30%; top: 8%;}/*head*/
.bodyMap a.p5 {left: 63%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 29%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 41%; top: 25%;}/*back*/
.bodyMap a.p9 {left: 30%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 56%; top: 65%;}/*knee*/
 .bodyMap a.p11 {left: 41%; top: 39%;}/*pelvis*/   	
.bodyMap a {
	font-size: 12px!important;
	font-weight: 400;
}	
.bodyMap a.pd0 {
	padding-top:18px;
}
.bodyMap a.pd1 {
	padding-top:22px!important;
}	
}

@media (max-width: 400px) {
#home_body #body-col-left {
	padding: 5% 0!important;
}
.bodyMap a.p1 {left: 30%; top: 8%;}/*head*/
.bodyMap a.p5 {left: 63%; top: 36%;}/*arm*/
.bodyMap a.p7 {left: 29%; top: 50%;}/*hip*/
.bodyMap a.p8 {left: 40%; top: 35%;}/*back*/
.bodyMap a.p9 {left: 30%; top: 83%;}/*foot*/
.bodyMap a.p10 {left: 56%; top: 65%;}/*knee*/
	
	.bodyMap a {
		font-size: 12px!important;
		font-weight: 400;
	}	
	.bodyMap a.pd0 {
		padding-top:12px!important;
	}
	.bodyMap a.pd1 {
		padding-top:20px!important;
	}	
}




.bodyMap .bodybits div a:hover {
background: rgba(61,79,101,0.7);
}


.physioImg img {
	position: relative;
	margin: 5px 0 5px 0;
	text-align: center;
	border-radius: 20px;
	width: 28em;
}


@media (max-width: 1000px) {
	
#close-b1{
	color: #283C55;
}
	
    
    .hide_bcl{
        display: none;
    }
    
	
	#home_body #body-col-left {
		margin-bottom: 10px;
		border-right: 0px;
		position: relative;
		max-width: none;
		flex: none;
	}
	#home_body #body-col-right {
        /*
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		
		background: rgba(40,60,85,0.9);*/
        display: none;
		padding: 15px 15px 35px 15px;
		width: 100%!important;
		color: #fff;
		max-width: none;
		z-index: 200;
        flex: none;
	}
	
	#home_body #body-col-right-fixedxx{
		max-width: 1000px;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		padding: 30px;
		background: url(../_img/CTA-background.png) no-repeat center #283C55;
	}
	
	



	.bodyMap a {
		font-size: 12px!important;
		width: 80px;
		height: 80px;
		padding-top:2%!important;
	}

}























.adetop{
color: #ee0000;
font-weight: bold;
}
.adetop span{
color: #000;
}


.rebook_show_hide{
display: none;
}





@media print {
body {
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 0.65em;
	color: #1a1a1a;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background: #fff;
	font-weight: normal;
	-webkit-print-color-adjust: exact;
}
#header {
	display: none;
	height: none;
}
#jump_toe {
	display: none;
	height: none;
}
#footer {
	display: none;
	height: none;
}
.hideprint {
	display: none;
	height: none;
}
.red {
	color: #1a1a1a;
	text-decoration: none;
}
a {
	color: #1a1a1a;
	text-decoration: none;
}
#mobile-nav-toggleXX {
	display: none;
	height: none;
}
.nobannerspacer, .genspacer {
	padding: 10px 0 0px 0;
	background: none;
}



.back-to-top {
	display: none;
	height: none;
}
.printmddis {
	width: 25%;
}
h4 {
	font-size: 1.5em;
}
.section-bg.darkbg50 {
	background: none;
}
.section-title {
	color: #101010!important;
	font-size: 1.4em!important;
}
.BALTable.sml tr {
	background-color: transparent!important;
	border-bottom: 1px solid #fff;
}

.section-header h1, .section-header h3 {
	text-transform: none;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}

.section-header h1::before, .section-header h3::before {
	background: none!important;
	margin: 0px!important;
	padding: 0px!important;
}
.section-header h1::after, .section-header h3::after {
	background: none!important;
	margin: 0px!important;
	padding: 0px!important;
}




.btn.btn-success {
	background: none;
	padding: 0px;
	margin: 0px;
	color: #101010;
	border: 0px;
}
.btn.btn-secondary {
	display: none
}
.pprint {
	padding: 0px;
	margin: 0px;
}
.section-bg.padtop {
	padding: 0px;
}
}
