/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*  Version: 1.2  */

@font-face {
    font-family: 'ballparkweiner';
    src: url('../fonts/ballw___-webfont.eot');
    src: url('../fonts/ballw___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ballw___-webfont.woff2') format('woff2'),
         url('../fonts/ballw___-webfont.woff') format('woff'),
         url('../fonts/ballw___-webfont.ttf') format('truetype'),
         url('../fonts/ballw___-webfont.svg#ballparkweiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  color: #5a5a5a;
  background: #ffffff;
}

body {
  position: initial !important;
  min-height: initial !important;
  top: auto !important;
}

header { position: absolute; top: 0; left: 0; right: 0; height: 220px; }
header ul { list-style: none; }
header .stuck_container { padding-top: 10px; }
header .isStuck { padding-top: 0px; }
header .isStuck img { height: 60px; top: 5px; position: absolute; }
header .isStuck .brand { float: left!important; }

section.main { margin-top: 200px; }

fieldset { border: none; }

h1, h2 { font-family: 'BebasNeue'; letter-spacing: 3px; word-spacing: 1px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.toTop { cursor: pointer; }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 747px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 20%;
}

.carousel-caption h1 {
  font-family: 'Lato', sans-serif;
  font-size: 82px;
  line-height: 90px;
  font-weight: 100;
  letter-spacing: 9.84px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 65px;
    font-weight: 300;
    margin-top: 60px;
  }
}

.carousel-caption .btn {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.44px;
  color: #ffffff;
  padding: 18px 40px;
  border-color: #ffffff;
  border-width: 3px;
  border-radius: 0px;
  margin-top: 65px;
}
.carousel-caption .btn:hover {
  background: #bba995;
  border-color: #bba995;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 747px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 747px;
}

.carousel-indicators li { background-color: #FFFFFF; border-color: transparent; }
.carousel-indicators .active { background-color: #bba995; border-color: #bba995; }

.therapistCarousel { margin: 10px 0 60px 0; height: 390px; }
.therapistCarousel.carousel .carousel-caption { height: 350px; top: 0px; text-shadow: none; color: #000; }
.therapistCarousel.carousel .carousel-caption p { font-size: 12px; }
.therapistCarousel.carousel .carousel-caption img { max-height: 50%; margin: 0 auto; }
.therapistCarousel.carousel .carousel-caption .btn { color: #000; border-color: #000; margin-top: 10px; font-size: 15px; padding: 10px 15px; }
.therapistCarousel.carousel .item { height: 395px; background: #fff; }
.therapistCarousel .carousel-control.left, .therapistCarousel .carousel-control.right { background: none; }

.therapistCarousel .carousel-inner .active.left  { left: -33%;             }
.therapistCarousel .carousel-inner .active.right { left: 33%;              }
.therapistCarousel .carousel-inner .next         { left: 33%               }
.therapistCarousel .carousel-inner .prev         { left: -33%              }
.therapistCarousel .carousel-control.left        { background-image: none; }
.therapistCarousel .carousel-control.right       { background-image: none; }
.therapistCarousel .carousel-inner .item         { background: white;      }

section { padding: 60px 0; }

section h2 {
  margin-top: 0;
}


.section-parallax h2 {
  font-family: 'Lato', sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 100;
  letter-spacing: 6.24px;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  color: #fff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


footer ul { list-style: none; padding-left: 0; }
footer address { margin-bottom: 10px; }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.modal-backdrop { display: none; }

.form-control {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 16px 'Ubuntu', sans-serif;
    line-height: 26px;
    padding: 7.5px 15px 7.5px;
    color: #ffffff;
    background-color: #bba995;
    border: 1px solid #dfe1e0;
    width: 100%;
    border-radius: 0;
    outline: none;
    height: 41px;
    margin: 0;
}


.section-facts i {
  font-size: 30px;
  margin-bottom: 0px;
  background: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #bba995;
}

.section-facts h2 { font-size: 25px; }
.section-facts p { margin-top: -15px; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background: #bba995; }


.home-pricelist .btn { margin-top: 20px; }
.home-pricelist .btn.selected { background-color: #332a24; }
.home-pricelist .btn.tab { margin-top: 0; border: 3px solid #bba995; background: #fff; color: #333; width: 100%; }
.home-pricelist .btn.tab.selected { background: #ddd; }


/* Price Plan Columns */
.pricePlan {
  text-align: center;
  border: 2px solid #332a24;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}

.pricePlan h2 {
  background: #332a24;
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
}

.pricePlan ._nestedCol {
  margin: 0;
  padding: 0;
}

.pricePlan img { padding: 0 2px; }

.star-rating i { font-size: 22px; color: #FBB12B; }

.section-facts h2, .section-facts h3 {
  font-family: BebasNeue;
  letter-spacing: 2px;
}

.section-facts h3 {
  margin-top: 15px;
  padding-bottom: 10px;
}

section.media {
  padding: 40px 0;
  margin-top: 0;
}
section.media img {
  height: 40px;
  margin: 15px 30px;
}


/***  SHOP ***/
ul.productTypes {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
ul.productTypes li {
    margin-bottom: 5px;
    font-size: 16px;
}
ul.productTypes label { 
    cursor: pointer;
}
ul.productTypes li input {
    margin-right: 5px;
    margin-top: 0px;
}

h2.typeFilter { font-size: 20px; margin: 0; padding: 0; }
.productList .row { margin-bottom: 20px; }
.product .productContainer { border: 1px solid #ddd; padding: 5px; background: #fff; color: #333; border-radius: 3px; margin-bottom: 20px; }
.product { text-align: center; }
.product img { height: 200px; }
.product h3 { color: #bba995; border-top: 1px solid #ddd; padding-top: 5px; margin-top: 5px; height: 50px; }
.product p.price { font-size: 18px; }
.product p.summary { display: none; }
.product table { width: 100%; text-align: left; font-size: 16px; }
.product a.btn { padding: 5px 7px 5px 5px; }

img.framed { padding: 5px; background: #fff; border: 1px solid #ddd; border-radius: 5px; }
.productDescription { margin-top: 15px; }
.productDescription p { font-size: 14px!important; margin-bottom: 5px!important; text-align: justify!important; }
.price { margin-top: 25px; font-size: 26px; }

#Basket {
  position: fixed;
  background: rgba(221,221,221,0.9);
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 25px;
  line-height: 60px;
  z-index: 999;
}
#Basket a { float: right; }
/*** END SHOP ***/


.main.bg1 .well {
  background: #fff;
  color: #333;
  padding: 15px;
}
.main.bg1 .well h2 {
  color: #333!important;
}


.profile-image {
  background-color: #ddd;
  width: 100%;
  background-size: cover;
  border-radius: 50%;
}

.profile-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}




    header nav #toggleMenu {
      display: none;
      color: #fff;
      background: #bba995;
      padding: 10px 15px 7px;
      border-radius: 10px;
      float: right;
      border: 1px solid #ddd;
      margin-bottom: 10px;
      cursor: pointer;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        header nav #toggleMenu {
          display: block; } }

      @media screen and (max-width: 768px) {
        header nav ul {
          display: none;
          margin: 7px 0;
          padding: 0; } }
      
      
        @media screen and (max-width: 768px) {
          header nav ul li.dropdown, .sf-menu > li + li {
            margin-left: 0px;
          }          
          .sf-menu > li.sfHover > a:after,
          .sf-menu > li > a:hover:after {
            background:none;
          }
          .sf-menu .dropdown-menu {
            margin-left: 0;
            margin-top: 0;
          }
          header nav ul li {
            width: 100%;
            background: #2d2d2d;
            border-left: none;
            border-right: none;
            border-top: 1px solid #474747;
            border-bottom: 1px solid #141414;
            padding: 8px; 
         }
         header nav ul li.active {
           background: none;
         }
            header nav ul li:first-child {
              border-top: none; }
            header nav ul li:last-child {
              border-bottom: none; } 
        }
            header nav ul li:first-child {
              border-left: none; }
            header nav ul li:last-child {
              border-right: none; }
              
          @media screen and (min-width: 768px) {
            header nav ul li:hover > a {
              position: relative; }
               }
        header nav ul li ul {
          margin-top: 4px;
          background: #2d2d2d;
          border-top: 4px solid #dd374e;
          padding: 0; }
				@media screen and (max-width: 768px) {
          header nav ul li ul {
            width: 100% !important;
          }
        }
          header nav ul li ul li {
            border-top: 1px solid #474747;
            border-bottom: 1px solid #141414;
            border-right: none;
            border-left: none; }
            header nav ul li ul li:first-child {
              border-top: none; }
            header nav ul li ul li:last-child {
              border-bottom: none; }
            header nav ul li ul li a {
              padding: 10px 15px;
              line-height: 1em; }
            header nav ul li ul li:hover {
              padding-left: 5px;
              -webkit-transition-property: all;
              -moz-transition-property: all;
              -o-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.5s;
              -moz-transition-duration: 0.5s;
              -o-transition-duration: 0.5s;
              transition-duration: 0.5s; }
              @media screen and (min-width: 768px) {
                header nav ul li ul li:hover a:after {
                  border: none; } }

        header nav ul li.home {
          min-width: 46px;
          background: #dd374e;
          border-right: none;
          text-align: center; }
          header nav ul li.home span {
            display: none; }
        header nav ul li .sub-indicator, header nav ul li .top-menu ul li a .sub-indicator {
          right: 7px;
          top: 50%;
          margin-top: -2px;
          position: absolute;
          display: inline-block;
          content: '';
          width: 0;
          height: 0;
          border: 4px solid rgba(0, 0, 0, 0);
          border-top: 4px solid #dddddd; }
          
          
          
.home-services .image, a.imageStandardHeight {
  height: 240px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.home-services .image img, a.imageStandardHeight img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 240px;
  max-width: auto;
}

.home-services .image.man img, a.imageStandardHeight.man img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  min-width: 100%;
  min-height: 240px;
  max-width: auto;
}


.additionalField {
  width: 49%;
  display: inline-block;
}

.keyFactMain {

}

#therapistMedCarousel { display: none; }
#therapistSmallCarousel { display: none; }
#therapistSmallCarousel .profile-image { width: 85%; margin: auto; }

@media screen and (max-width: 767px) {
  .keyFactMain {
    text-align: center;
    margin-top: 30px;
  }

  .keyFactTitle {
    text-align: center;
  }

  #therapistCarousel { display: none; }
  #therapistMedCarousel { display: block; }
}

@media screen and (max-width: 400px) {
  .keyFactMain {
    text-align: center;
    margin-top: 30px;
  }

  #therapistCarousel { display: none; }
  #therapistMedCarousel { display: none; }
  #therapistSmallCarousel { display: block; }
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 600px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cookie-bar {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: #1c2b5e;
}


.panel {
  border: none;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}

.panel .panel-heading {
  background-color: #332a24;
}

.panel .panel-heading h3 {
  margin: 12px auto;
}

.panel .lead {
  margin: 0;
}

.panel .list-group-item.description {
  min-height: 82px;
}


.day-0, .day-1 {
  border-radius: 14px;
  color: #000;
  border-color: #000;
  border-width: 1px;
  display: inline-block;
  padding: 5px;
  border-style: solid;
  height: 28px;
  width: 28px;
  margin-right: 5px;
  text-align: center;
}

.day-1 {
  background-color: #332a24;
  color: #fff;
}


.ipWidget-Gallery, .ipWidget-AccordionAndTabs {
  overflow: hidden;
}

@media (max-width: 768px) {
  .timeline-both-side li.opposite-side .timeline-description {
    float: left;
  }

  .timeline-both-side li.opposite-side .border-line {
    left: 100%;
    right: auto;
    margin-left: -8%;
    margin-right: 0;
  }

  .timeline-both-side li .border-line {
    left: 100%;
  }

  .timeline-both-side li.opposite-side .border-line:before {
      left: auto;
      right: -8px;
  }
  
  .timeline-both-side li {
    margin-bottom: 15px;
  }

  .timeline-both-side:before, .timeline-both-side:after {
    left: 100%;
  }

  .timeline-both-side li .timeline-description {
    width: 92%;
  }

}