/* Frontend CSS
---------------------------------------------------*/
html {
  overflow-y: scroll;
}
body {
  background-color: #dadada;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #8a8a8a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

a {
  color: #6b3b72;
  text-decoration: none;
}

a:hover, a:focus {
	color: #6b3b72;
}

#logo {
  margin: 10px 0;
}
@media (max-width: 768px) {
	div#logo {
    width: 240px;
}
}

.chromeframe {
  background-color: #85558c;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.chromeframe a {
	color: #fff;
	text-decoration: underline;
}

.chronoform {
  visibility: hidden;
  display: none;
}

/* Main Setup
---------------------------------------------------*/

.main_wrap {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.bg-wrap {
  background: url('../images/bg-wrap.png') no-repeat 50% 80px;
  padding-bottom: 90px;
}

.button-primary, .btn-default {
  background: #6b3b72;
  border: 1px solid #6b3b72;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04), 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0 15px;
  text-transform: none;
  border-radius: 0px;
}

.button-primary:hover,
.btn-default:hover {
  background-color: #744a79;
  color: #fff;
  text-decoration: none;
}

@media(min-width: 1200px){
  .btn-jobs{
    display: block;
    width:100%;
  }
}
@media(max-width: 992px){
  .btn-jobs {
    margin: 0px 5px;
  }
}
@media (max-width: 1200px){
  .btn-jobs {
    margin:10px 5px 0px 0px;
    /*margin: 0px 5px;*/
  }
}
/* Nav Bar
---------------------------------------------------*/

/* Main nav bar style */

@media (min-width: 767px) {
.navbar-collapse {
	padding: 0px;
}
}

.navbar-default {
  background: #85558c;
  border: medium none;
  border-radius: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}

.navbar {
	min-height: inherit;
}

.navbar-default .navbar-nav > li > a {
  padding: 10px 22px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 21px;
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 991px) {
.navbar-default .navbar-nav > li > a {
  font-size: 19px;
  padding: 10px 8px;
}

}

@media (min-width: 992px) and (max-width: 1200px) {
.navbar-default .navbar-nav > li > a {
  padding: 10px 15px;
}
}

@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
  font-size: 19px;
  padding: 5px 8px;
}
}
.navbar-toggle {
  background: #6b3b72;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  float: none;
  margin-bottom: -5px;
  margin-right: 0;
  padding: 10px;
  width: 100%;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 20px;
}
@media (min-width: 767px) {
.navbar-toggle {
	display: none;
}
}

.navbar-toggle .icon-bar {
  border-radius: 0px;
  display: block;
  height: 3px;
  width: 22px;
  background: #6b3b72;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #6b3b72;
  color: #fff;
}

/* Dropdown Menu */

.navbar-nav > li > .dropdown-menu {
	border-radius: none;
	margin-top: 0;
	border-top: none;
	box-shadow: none;
}



/* Slideshow
---------------------------------------------------*/

#slideshow {
  position: relative;
  margin: 5px -10px 0px;
}


#slideshow .caption {
  background: rgba(255, 255, 255, 0.66);
  left: 0;
  overflow: hidden;
  padding: 10px 35px;
  position: absolute;
  right: 0;
  text-align: left !important;
  top: 0;
  width: 30%;
  z-index: 5;

  bottom: 0px;
}

#slideshow .caption p {
  color: #676767;
  font-family: "Open Sans Condensed",Arial,sans-serif;
  font-size: 17px;
  line-height: 25px;
}

#slideshow .caption h3 {
  color: #6b3b72;
  font-size: 40px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 15px;
}

#slideshow .caption h3 span {
  color: #676767;
}

#slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, #slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #6b3b72;
}

#slideshow .bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0 0 #fff;
  border-radius: 35px;
  display: block;
  height: 14px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 14px;
}

.share-icons * {
	box-sizing: content-box;
}

/* Top
---------------------------------------------------*/

#contact-text h1,
#contact-text span{
  color: #6b3b72;
  font-size: 35px;
  font-weight: normal;
  line-height: 36px;
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
}

#top-a {
}

#top-b {
}

/* Treatment Boxes
----------------------------------------------------------------------------------------------------*/
.treatment-box {
  border: 1px solid #CCCCCC;
  padding: 2px;
  margin: 5px;
}
.treatment-box > a img {
  float: left;
  margin-right: 10px;
}
.treatment-box > h2 {
  font-size: 180%;
  margin-top: 5px;
}

.treatment-items img {
  min-height: 86px;
}

/* Team Boxes
----------------------------------------------------------------------------------------------------*/

.team {
  border-bottom: 1px dotted #CCCCCC;
  margin: 10px 0;
}
.team img {
  border-radius: 150px 150px 150px 150px;
  -webkit-border-radius: 150px 150px 150px 150px;
  -moz-border-radius: 150px 150px 150px 150px;
  padding: 2px;
}
.team h2 {
	margin-top: 0px;
}

img.round-large {
  border-radius: 182px 182px 182px 182px;
  padding: 2px;
}
/* Gavic CSS Carried Over
----------------------------------------------------------------------------------------------------*/

.number {
  background: none repeat scroll 0 0 #6b3b72;
  border: 2px solid #F5F5F5;
  border-radius: 25px 25px 25px 25px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  height: 25px;
  line-height: 25px !important;
  margin-right: 11px;
  text-align: center;
  width: 25px;
}
p.highlight {
  background: none repeat scroll 0 0 #FFFED2;
  border: 1px solid #D5D4A3;
  color: #7D7C3A;
  padding: 5px 15px;
}
img.shadow {
  border: 4px solid #FFFFFF;
  -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 0px 5px 1px rgba(0, 0 , 0, 0.2);
}

/* About Page CSS
----------------------------------------------------------------------------------------------------*/
h2.background {
  background: url("../images/icon-person.png") no-repeat scroll 0 50% transparent;
  padding-left: 30px;
}
h2.education {
  background: url("../images/icon-book.png") no-repeat scroll 0 50% transparent;
  padding-left: 30px;
}
h2.treatments {
  background: url("../images/icon-star.png") no-repeat scroll 0 50% transparent;
  padding-left: 30px;
}
h2.interests {
  background: url("../images/icon-heart.png") no-repeat scroll 0 50% transparent;
  padding-left: 30px;
}
h2.schedule {
  background: url("../images/icon-time.png") no-repeat scroll 0 50% transparent;
  padding-left: 30px;
}

/* Typo Bubble for Testimonials
----------------------------------------------------------------------------------------------------*/
.typo-bubble {
  margin: 20px 0;
  position: relative;
}
.typo-bubble .typo-bubblect {
  border: 3px solid #D5D5D5;
  padding: 10px 15px;
}
.typo-bubblect {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.typo-bubble p.typo-bubble-meta {
  height: 25px;
  margin: -3px 0 0;
  padding-left: 65px;
}
.typo-bubble span.typo-bubble-arrow {
  background: url("../images/bubble-arrow.png") repeat scroll 0 0 transparent;
  bottom: 0;
  display: block;
  height: 25px;
  left: 28px;
  position: absolute;
  width: 25px;
}
.typo-bubble span.typo-bubble-author {
  display: block;
  font-weight: bold;
  padding-top: 5px;
}



/* Mail Chimp
----------------------------------------------------------------------------------------------------*/

#mc-form {
  bottom: 12px;
  left: 8px;
  position: absolute;
}
#mc-form input {

}
#mc-form input#mce-EMAIL {
  border: 1px solid #6b3b72;
  float: left;
  margin-top: 2px;
  width: 149px;
  height: 15px;
  padding: 5px 10px;
  color: #999999;
}
#mc-form input#mc-embedded-subscribe {
  background: url("../images/mc-submit-bg.png") no-repeat scroll left top transparent;
  border: medium none !important;
  box-shadow: none !important;
  display: block;
  float: left;
  height: 28px !important;
  line-height: normal !important;
  margin-left: 15px;
  padding: 0;
  width: 28px !important;
  -webkit-box-shadow: none !important;
}
.homepage-mc #mc-form
{
    position: static;
    background-color: #6b3b72;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
}
.homepage-mc img
{
    border-radius: 3px 3px 0 0;
}
.homepage-mc #mc-form input#mce-EMAIL
{
    height: 26px;
    margin: 7px 5px;
    width: 175px;
}
.homepage-mc #mc-form input#mc-embedded-subscribe
{
    margin: 6px 5px;
    background-image: url('../images/btn-grey.png');
    float: right;
}
/* Content
---------------------------------------------------*/

#content {
  background: url("../images/divide-v.png") repeat-y scroll 0% top transparent;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
#content {
  background: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
}


#content .page-header h1, #content .page-header h2 {
}

.item-page > h2:first-child,
.item-page > h1:first-child,
.content-category h2:first-child {
  border-bottom: 2px solid #6b3b72;
  color: #676767;
  font-size: 37px;
  font-weight: normal;
  line-height: 37px;
  padding-bottom: 15px;
}

#bottom-a .moduletable {
	padding: 0px;
}

.box-note {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 20px 0;
  padding: 30px;
}

#content .img-fulltext {
  max-width: 250px;
}

#content .img-fulltext.float-left,
#content .img-fulltext.float-right {
	  margin-bottom: 20px;
	  margin-top: 30px;
}

@media (min-width: 992px) {
#content .img-fulltext.float-right {
  margin-left: 20px;
}

#content .img-fulltext.float-left {
  margin-right: 20px;
}
}


#content .img-fulltext > img {
  border: 4px solid #ffffff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
@media (min-width: 767px){
.tab-content img {
  margin-top: 70px;
  max-width: 200px;
  margin-left: 20px;
}
}

@media (max-width: 767px){
.tab-content img {
  max-width: 100%;
  margin-top: 20px;
}
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: /*url("../images/bg-shine.png") repeat-x scroll 0 0*/ #85558c;
  border-color: none;
  border-image: none;
  border-style: none;
  color: #fff;
  height: 47px;
}

.nav-tabs {
  border-bottom: 4px solid #85558c;
}

.nav-tabs > li > a {
  background: #eee;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #666;
  line-height: 1.42857;
  margin-right: 2px;
  font-family: 'Open Sans Condensed',sans-serif;
  border-radius: 0px;
  font-size: 17px;
  outline: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 5px;
}


@media (max-width: 767px) {
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 5px;
  width: 100%;
}
}

#wombat_tabs_109 .tab-content > h3 {
  border: medium none !important;
  margin-top: 10px;
  font-size: 26px;
  margin-bottom: 0px;
}

#wombat_tabs_109 .tab-content > h3::after {
  border: none !important;
  background: none;
}

.tab-content ul.check {
  margin-bottom: 30px;
}

body.home .item-page .moduletable {
	margin-top: 0px;
	padding: 0px;
	padding-top: 20px;
}

@media (min-width: 992px) {
body.home .sidebar-a.col-md-6 {
  width: 32%;
}

body.home #content.col-md-17 {
  width: 67.833%;
}
}

.accordion-heading {
  background: #f2f2f2;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 8px 0px;
  padding: 10px 30px;
}
.accordion-heading:hover {
	background: #eee;
}

/*.nav-tabs li:last-child a:before {
  content: "\f16a";
  font-family: 'FontAwesome';
  margin-right: 10px;
}*/

/* CTA
----------------------------------------------------------------------------------------------------*/

.cta-link {
  background: #676767 url('../images/btn-orange.png') no-repeat 97% 48%;
  color: #fff;
  display: block;
  padding: 0px 20px;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 19px;
  line-height: 40px;
  border-radius: 0px 0px 4px 4px;
}

.cta-link.orange {
  background-color: #6b3b72;
  background-image: url('../images/btn-grey.png');
}

.cta-link:hover {
	color: #fff;
	text-decoration: none;
}

#bottom-a {
	margin-bottom: 20px;
}

.mediabox img {
  border-radius: 4px 4px 0px 0px;
}

/* Check Lists
----------------------------------------------------------------------------------------------------*/

ul.check > li {
  background: url("../images/list_check.png") no-repeat scroll 0 3px transparent;
  padding: 0 0 0 26px;
}

ul.check > li:first-child {
  margin-top: 0;
}

ul.blank, ul.space, ul.line, ul.check, ul.zebra {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/* Category Grid
----------------------------------------------------------------------------------------------------*/
.treatment-items .item .text-container h3 {
  /*min-height: 2.5em;*/
}
.category-grid .item {
  border: 1px solid #ccc;
  padding: 3px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-grid .item .image-container {
  float: left;
  width: 100px;
  margin-right: 20px;
  max-width: 90px;
}
.category-grid .item .text-container {
}

.category-grid .item .text-container > h3 {
  margin-top: 5px;
}

.category-grid .item .link-container {
	margin-top: 17px;
}

/* Sidebar-A
----------------------------------------------------------------------------------------------------*/

.sidebar-a .nav > li > a,
.sidebar-a .mostread > li > a {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0 4px 10px;
  text-transform: uppercase;
  background: url("../images/arrow.png") no-repeat scroll 99% 50%;
}

.sidebar-a .nav > li,
.sidebar-a .mostread > li {
  border-top: 1px dotted #dddddd;

}

.sidebar-a .nav > li:first-child,
.sidebar-a .mostread > li:first-child {
	border: none;
}


ul.mostread {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog .item {
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
  padding: 20px 0 40px;
}

.blog-date {
  background: #666;
  color: #fff;
  display: block;
  float: left;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 20px;
  padding: 20px 10px 30px;
  text-align: center;
  width: 80px;
}

.blog .readmore {
  overflow: hidden;
}

.blog .readmore > a {
	float: right;
}

.pagination .counter {
    display: none;
}

.pagination ul {
    list-style: none;
    padding-left: 10px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px;
    border: 1px solid #6b3b72;
    float: left;
    border-right: 0;
    background: #fff;
    cursor: pointer;
    color: #6b3b72;
}

.pagination li:hover {
    background: #6b3b72;
}

.pagination li:hover a,
.pagination li:hover span {
    color: #fff;
    text-decoration: none;
}

li.pagination-end {
   border-right: 1px solid #6b3b72;
}

@media screen and (max-width: 450px) {
    li.pagination-start,
    li.pagination-end {
        display: none;
    }

    li.pagination-next {
        border-right: 1px solid #6b3b72;
    }
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer-blocks {
  background: url("../images/footer-bg.png") repeat-x scroll 0 0 #E9E9E9;
  border-top: 1px solid #BCBCBC;
  padding: 20px 20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

#footer-blocks .nav > li > a {
  background: url("../images/footer-arrow.png") no-repeat scroll 0 50% transparent;
  color: #676767;
  padding-left: 17px;
  text-transform: none;
}

#footer-blocks .moduletable h3 {
  background: url("../images/footer-h3-line.png") repeat-x scroll center bottom transparent;
  color: #6b3b72;
  margin: -36px -16px 15px;
  padding: 10px;
  font-size: 26px;
  border: none;
}

#footer-blocks h3:after {
  background: none;
  display: none;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 45%;
}

#footer-blocks .moduletable .color {
  color: #676767;
}

@media (max-width: 767px) {
#footer-blocks .col-md-8:nth-child(1), #footer-blocks .col-md-8:nth-child(2) {
  display: none;
}

#footer-blocks .col-md-8:nth-child(3) .custom img:first-of-type {
  display: none;
}

}

#footer {
  background: #dadada;
  border-top: 1px solid #ccc;
  font-size: 95%;
  margin: 0 -10px;
  padding: 5px 15px;
  text-align: left;
}

#footer a {
	color: #606060;
}
/* Footer Menus
----------------------------------------*/

#footer-blocks .nav li:first-child {
  border-top: none;
}

#footer-blocks .nav > li {
  border-top: 1px dotted #fff;
}

#footer-blocks .nav > li > a {
  background: url("../images/arrow-footer.png") no-repeat scroll 99% 50% transparent;
  color: #676767;
  font-size: 12px;
  padding: 4px;
  text-transform: none;
}

/* Layout
---------------------------------------------------*/
/* Floats */

@media (min-width: 992px) {
.float-left {
  float: left;
}
.float-right {
  float: right;
}
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

.page-header {
  margin: 0 0 20px;
}


#headerbar {
  text-align: right;
}

#header {
	position:relative;
}
a.mobile-only-icon
{
  border: 1px solid grey;
  border-radius: 0px;
  position: absolute;
  font-size: 20px;
  top: 50%;
}
a.booking-online-icon
{
  right: 60px;
  font-size: 17px;
  padding: 8px 5px;
}
a.mobile-phone-icon {
    right: 10px;
}
@media (max-width: 768px) {
	a.mobile-only-icon {
	    transform: translateY(-92%);
	}
}
@media (min-width: 992px) {
    a.mobile-only-icon {
		display:none;
	}
}


/* Help I've Got
--------------------------------------------------*/

#help-menu {
  float: right;
  margin-top: 20px;
  overflow: hidden;
}

@media (max-width: 1200px) {
#help-menu {

}
}
select#jumpMenu {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  width: 200px;
  padding: 3px;
}
form#help-form {
  background: url("../images/select-bg.png") no-repeat scroll right top transparent;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  width: 170px;
}


/* Modules
---------------------------------------------------*/

.moduletable {
  margin-top: 20px;
  padding: 20px;
}
.moduletable.blank {
  background: none;
  border: none;
  padding: 0px;
}


.moduletable h3 {
  border-bottom: 2px solid #E9E9E9;
  color: #6b3b72;
  font-size: 32px;
  line-height: 32px;
  margin: 0px -8px 15px;
  padding: 10px;
  position: relative;
}
.moduletable h3 .color { color: #676767;}

.moduletable h3:after {
  background-color: #E9E9E9;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 45%;
}

body.home .sidebar-a .moduletable {
	margin-top: 0px;
}

.sidebar-a .moduletable {
	margin-top: 0px;
}

/* Media Box
---------------------------------------------------*/

.media-image-container {
  position: relative;
}

.media-image-container img {
  position: relative;
  border: 5px solid #fff;
}

.media-image-container .title {
  background: none repeat scroll 0 0 rgba(238, 64, 47, 0.93);
  bottom: 21px;
  left: -15px;
  padding: 15px 25px 15px 35px;
  position: absolute;
  color: #fff;
}
.media-image-container .title h3 {
	font-weight: lighter;
	margin: 0;
	font-size: 130%;
}
.media-image-container .title h3:after {
	float: right;
	margin-left: 10px;
	content:"\f054";
	font-family: 'FontAwesome';
}

/* Contact
---------------------------------------------------*/

.form-control {
	border-radius: 0px;
}
.form-control:focus {
  border-color: #6b3b72;
  box-shadow: none;
  outline: 0 none;
}

body.contact-us .item-page > h2:first-child {
	margin-bottom: 30px;
}
/*Fix for bootstrap date picker going invisible*/
.form-group input#date {
  display: block !important;
}
/* Media Queries
---------------------------------------------------*/ß

/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {

}
/* Landscape phones and down */
@media (max-width: 480px) {


}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.navbar-collapse {
		border-top: none;
	  }

	.navbar-nav > li {
		background: none repeat scroll 0 0 #666666;
		border-top: 1px solid #808080;
	  }

	  .navbar-nav > li:active, .navbar-nav > li:hover {
		  background:#555555;
	  }
	  .navbar-nav > li:first-child {
		border-top: none;
	  }

	.navbar-nav li a {
	  color: #FFFFFF !important;
	  font-size: 84%;
	  font-weight: normal;
	  padding: 9px 15px;
	  text-align: center;
	}
	.navbar-nav {
	  margin: 0px -15px;
	}


}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Large desktop */
@media (min-width: 1200px) {


}

/* therapist list */

.therapist-subheading
{
  padding-bottom: 15px;
  font-weight: bold;
}