/* Config 
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	/* [disabled]overflow: hidden; */
	color: #c15827;
  /* margin-bottom: 200px; */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Cabin', sans-serif;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  color: #bc907e;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
h10 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
}
a {
  color: #f76d37;
}
.btn {
  border-radius: 0;
  border: none;
  font-weight: bold;
  color: #fff;
}
.btn-color1 {
  background-color: #f76d37;
}
.btn-color2 {
  background-color: #ad4b25;
}
.btn-color3 {
  background-color: #ffffff;
  font-size: 30px;
  color: #f76d37;
  
}
.label-default {
  border-radius: 0;
  background-color: #f76d37;
}
/* Tooltip 
-------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #ad4b25;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #ad4b25 !important;
}
.tooltip.in {
  opacity: 1;
}
.my-tooltip {
  border-bottom: 1px dotted #f76d37;
}
/* Scroll to Top Button 
-------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  text-indent: -9999px;
  background: url('../img/icon_top.png') no-repeat;
}
/* Preloader 
-------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#preloader .spinner {
  margin: 10% auto 0 auto;
  width: 200px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
#preloader .spinner > div {
  background-color: #f76d37;
  height: 100%;
  width: 12px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
#preloader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#preloader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#preloader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#preloader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* Animation 
-------------------------------------*/
.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
}
.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
}
/* Navigation 
-------------------------------------*/
.navbar-default {
  padding: 11px 0;
  background-color: #fff;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  display: none;
}
.navbar-default .navbar-brand {
  color: #ef6b37;
  font-size: 24px;
  padding:0px 0;
}
.navbar-default .navbar-nav li a {
  color: #ef6b37;
  font-weight: bold;
}
.navbar-default .navbar-nav li.active a {
  color: #fff;
  background-color: #ad4b25;
}
.nav {
  font-size: 18px;
}
.navbar-default .navbar-nav li a:hover {
  background-color: #eabaa7;
}
/* Header 
-------------------------------------*/
header {
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
header #header-bg-fade {
  position: relative;
  height: 700px;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}
header #header-bg-fade img.img-fade {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  display: none;
  z-index: -1;
}
header .event-info {
  height: 200px;
  width: 946px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -473px;
}
header .event-info-bg-left {
  position: absolute;
  top: 200px;
  left: -475px;
  width: 50%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
}
header .event-info-bg-right {
  position: absolute;
  top: 200px;
  right: -475px;
  width: 50%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
}
header .event-info .event-info-nav {
  width: 389px;
  float: left;
}
header .event-info .event-info-nav-button {
  width: 193px;
  height: 99px;
  float: left;
  background-color: rgba(247, 109, 55, 0.9);
  color: #fff;
  text-align: center;
}
header .event-info .event-info-nav-button:hover {
  background-color: rgba(173, 75, 37, 0.9);
}
header .event-info .event-info-nav-button i {
  font-size: 30px;
  margin: 25px 0 5px 0;
}
header .event-info .event-info-nav-button a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
header .event-info .event-info-nav-button.top {
  margin-bottom: 2px;
}
header .event-info .event-info-nav-button.left {
  margin-right: 2px;
}
header .event-info .event-info-date {
  height: 200px;
  width: 556px;
  background-color: rgba(255, 255, 255, 0.8);
  float: right;
  text-align: right;
  padding: 15px 30px 0 0;
}
header .event-info .event-info-date .event-countdown {
  font-size: 16px;
  color: #baa8a0;
}
header .event-info .event-info-date .event-countdown span {
  display: inline-block;
  font-weight: bold;
}
header .event-info .event-info-date .event-countdown span.hours {
  width: 18px;
}
header .event-info .event-info-date .event-countdown span.minutes {
  width: 18px;
}
header .event-info .event-info-date .event-countdown span.seconds {
  width: 18px;
}
header .event-info .event-info-date h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  color: #f76d37;
  margin: 12px 0 30px 0;
}
header .event-info .event-info-date h2 {
	font-size: 19px;
	font-weight: bold;
	color: #c15827;
	margin: 0;
	text-align: right;
}
header .event-info .event-info-register-btn {
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 30px 10px 30px;
  color: #fff;
}
header .event-info .event-info-register-btn:hover {
  background-color: #ad4b25;
}
header .event-info .event-info-register-btn i {
  margin-left: 20px;
}
/* About 
-------------------------------------*/
#about {
  margin-bottom: 75px;
}
#about .buttons {
  padding-top: 19px;
}
#about .buttons a {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px 10px 30px;
  margin-right: 25px;
}
#about .buttons a:hover {
  opacity: 0.7;
}
/* staff 
-------------------------------------*/
#staff {
  padding: 90px 0;
  background-color: #fcd6c8;
  margin-bottom: 90px;
}
#staff h2 {
  font-size: 51px;
}
#staff .staff .therapist {
  margin-top: 40px;
}
#staff .staff .therapist {
  background-color: #fff;
  padding: 28px 28px 28px 28px;
  /* normal padding: 28px; */
}
#staff .staff .therapist.active {
  border: 3px solid #b8e5e5;
  padding: 31px 31px 31px 31px;
  /* normal padding: 28px; */
}
#staff .staff .therapist .img {
  border-bottom: 8px solid #bc907e;
  margin-bottom: 25px;
}
#staff .staff .therapist.active .img {
  border-bottom-color: #f76d37;
}
#staff .staff .therapist .name {
  font-size: 24px;
}
#staff .staff .therapist .company {
  color: #f76d37;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#staff .staff .therapist .description {
  line-height: 1.5;
}
#staff .staff .therapist .socialmedia {
  margin-top: 35px;
}
#staff .staff .therapist .socialmedia .btn {
  height: 40px;
  width: 40px;
  font-weight: normal;
  background-color: #bc907e;
  margin: 0 10px;
}
#staff .staff .therapist .socialmedia .btn i {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}
/* Program 
-------------------------------------*/
#program {
  margin-bottom: 90px;
}
#program .program-tabs {
  padding-top: 24px;
}
#program .program-tabs .nav-tabs {
  border-bottom: 7px solid #f76d37;
}
#program .program-tabs .nav-tabs li {
  margin-bottom: 2px;
}
#program .program-tabs .nav-tabs li.active a {
  background-color: #f76d37;
}
#program .program-tabs .nav-tabs .by-staff a {
  background-color: #acb1c1;
}
#program .program-tabs .nav-tabs .by-staff.active a {
  background-color: #ad4b25;
}
#program .program-tabs .nav-tabs li a {
  border: none;
  border-radius: 0;
  background-color: #a0dcdd;
  color: #fff;
  font-size: 20px;
  padding: 13px 18px 12px 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#program .program-tabs .nav-tabs li a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 4px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#program .program-tabs .nav-tabs li ul {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 0 0 0;
}
#program .program-tabs .tab-content .tab-pane .program-node {
  padding: 42px 0 8px 0;
  border-bottom: 5px solid #fcd6c8;
}
#program .program-tabs .tab-content .tab-pane .program-node .time {
  background-color: #ad4b25;
  color: #fff;
  font-weight: bold;
  padding: 14px 0;
}
#program .program-tabs .tab-content .tab-pane .program-node .time {
  background-color: #ad4b25;
  color: #fff;
  font-weight: bold;
  padding: 14px 0;
}
#program .program-tabs .tab-content .tab-pane .program-node .description {
  padding-top: 14px;
}
/* Sponsors 
-------------------------------------*/
#sponsors {
  margin-bottom: 90px;
}
#sponsors .carousel {
  margin-top: 15px;
}
#sponsors .carousel .item .sponsor {
  border: 3px solid #93d8d9;
  height: 72px;
  overflow: hidden;
  margin: 0;
}
#sponsors .carousel .item .sponsor img {
  margin-top: 0px;
}
#sponsors .carousel .item .sponsor.left {
  margin-left: 0;
}
#sponsors .carousel .item .sponsor.right {
  margin-right: 0;
}
#sponsors .carousel-control {
  background-image: none;
  background-color: #93d8d9;
  width: 66px;
  height: 72px;
  text-align: center;
}
#sponsors .carousel-control i {
  font-size: 36px;
  text-shadow: none;
  margin-top: 20px;
}
/* Newsletter 
-------------------------------------*/
#newsletter {
  padding: 90px 0;
  background-color: #f76d37;
  margin-bottom: 90px;
}
#newsletter h2 {
  color: #fff;
  font-size: 51px;
}
#newsletter h3 {
  color: #fff;
  margin-bottom: 0;
}
#newsletter form {
  margin-bottom: 50px;
  margin-top: 10px;
}
#newsletter form input {
  border: none;
  border-radius: 0;
  font-size: 24px;
  height: 59px;
  padding-left: 20px;
}
#newsletter form button {
  font-size: 30px;
  background-color: #ad4b25;
  color: #fff;
  padding: 0 45px;
  height: 59px;
}
#newsletter form button:hover {
  background-color: #914020;
}
#newsletter .validation-error {
  background-color: #ffd0d2 !important;
}
/* Info Slider 
-------------------------------------*/
#info-slider {
  margin-bottom: 10px;
}
#info-slider .carousel-indicators {
  margin-left: 0;
  text-align: left;
  left: 19px;
  margin-bottom: 0;
  bottom: 5px;
}
#info-slider .carousel-indicators .active {
  background-color: #ad4b25;
}
#info-slider .carousel-indicators li {
  border-radius: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #fff;
  margin: 0 3px 0 0;
  background-color: #c3c3c3;
}
#info-slider .carousel-control {
  display: none;
}
#info-slider .btn {
  font-size: 20px;
  color: #fff;
  padding: 12px 30px 10px 30px;
}
/* Info Video 
-------------------------------------*/
#info-video {
  margin-bottom: 90px;
}
#info-video .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#info-video .video iframe,
#info-video .video object,
#info-video.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Location 
-------------------------------------*/
#location {
  margin-bottom: 90px;
}
#location h2 {
  margin-bottom: 0;
  padding: 18px 10px 3px 10px;
  font-size: 24px;
  color: #f76d37;
}
#location p {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
/* Register 
-------------------------------------*/
#register {
  margin-bottom: 90px;
}
#register h2 {
  font-size: 51px;
  margin-bottom: 54px;
}
#register h3 {
  margin-bottom: 34px;
}
#register .cinfo {
  background-color: #f9e5de;
  padding: 26px 19px;
  margin-top: 4px;
  cursor: pointer;
}

#register .cinfo.active {
  background-color: #bee7e8;
}
#register .cinfo .checkbox {
  float: left;
  padding-top: 20px;
}
#register .cinfo .checkbox i {
  font-size: 29px;
}
#register .cinfo .offer {
  margin-left: 85px;
}
#register .cinfo .offer h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 11px 0;
}
#register .cinfo .offer h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 8px 0;
}
#register .cinfo .offer h4 .label {
  background-color: #f76d37;
  border-radius: 0;
  font-size: 100%;
  padding: 0 5px;
}
#register .cinfo .offer p {
  margin: 0;
  padding: 0;
}
#register form input {
  background-color: #f9e5de;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 6px;
  font-size: 24px;
  padding: 0 15px;
  height: 54px;
}
#register form input.active {
  border-bottom: 5px solid #d1b5aa;
}
#register form button {
  background-color: #ad4b25;
  box-shadow: none;
  color: #fff;
  font-size: 30px;
  padding: 11px 5px;
}
#register form button:hover {
  background-color: #914020;
}
#register .validation-error {
  background-color: #ffd0d2 !important;
}
#register .alert {
  border-radius: 0;
}
#register .validation-error-msg {
  display: none;
}
#register .registration-success-msg {
  display: none;
}
/* Twitter 
-------------------------------------*/
#twitter {
  padding: 90px 0;
  background-color: #c8cbd6;
}
#twitter i {
  font-size: 132px;
  color: #ad4b25;
}
#twitter p {
  font-size: 36px;
  color: #fff;
}
#twitter a {
  color: #ad4b25;
}
#tweets ul {
  margin: 0;
  padding: 0;
}
#tweets ul li {
  list-style: none;
}
#tweets ul li .interact {
  display: none;
}
/* Footer 
-------------------------------------*/
footer {
  background-color: #ad4b25;
  padding: 30px 0;
}
footer p {
  color: #fff;
  padding: 0;
  margin: 0;
}
footer .btn {
  height: 40px;
  width: 40px;
  font-weight: normal;
  background-color: #fff;
  margin: 0 10px;
}
footer .btn:hover {
  background-color: #f76d37;
}
footer .btn i {
  color: #ad4b25;
  font-size: 20px;
  line-height: 31px;
}
/* Modal 
-------------------------------------*/
.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-header {
  border-bottom: 5px solid #fcd6c8;
  color: #f76d37;
}
.modal .modal-footer {
  background-color: #fcd6c8;
}
.modal .modal-footer button {
  color: #fff;
}
.modal .modal-footer button.cancel {
  background-color: #f76d37;
}
.modal .modal-footer button.save {
  background-color: #ad4b25;
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* Defaults 
-------------------------------------*/
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tooltip .tooltip-inner {
    font-size: 14px;
  }
  #staff h2,
  #newsletter h2,
  #register h2 {
    font-size: 48px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
    font-size: 17px;
  }
  #sponsors .carousel .item .sponsor img {
    margin-top: 7px;
  }
  #info-slider .btn {
    font-size: 17px;
  }
  #register form input {
    font-size: 21px;
    padding: 24px 15px;
  }
  #twitter i {
    font-size: 115px;
  }
  #twitter p {
    font-size: 30px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Defaults 
	-------------------------------------*/
  body {
    font-size: 17px;
    text-align: center;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .nav {
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 15px 12px;
  }
  header .event-info {
    height: auto;
    width: 100%;
    top: 115px;
    left: 50%;
    margin-left: -50%;
  }
  header #header-bg-fade {
    height: 550px;
  }
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: 100px;
  }
  header .event-info .event-info-nav-button {
    margin: 0 !important;
    width: 25%;
    border: 1px solid #fff;
    height: 100px;
  }
  header .event-info .event-info-date {
    height: auto;
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 30px 15px;
  }
  header .event-info .event-info-date h1 {
	margin: 12px 0 15px 0;
	font-size: 18px;
	text-align: left;
  }
  header .event-info .event-info-register-btn {
    float: none !important;
  }
  header .event-info-bg-left,
  header .event-info-bg-right {
    display: none;
  }
  #about img {
    width: 720px;
    margin-bottom: 40px;
  }
  #staff .staff .therapist .img {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
  }
  #program .program-tabs .nav-tabs li,
  #program .program-tabs .nav-tabs li ul {
    margin-bottom: 2px;
    width: 100%;
  }
  #sponsors .carousel .item .sponsor {
    margin: 0 50px 5px 50px;
  }
  #sponsors .carousel .item .sponsor img {
    display: inline;
    margin-top: 0;
  }
  #info-slider .slider {
    margin-bottom: 40px;
  }
  #info-slider img {
    width: 720px;
  }
  #staff h2,
  #newsletter h2,
  #register h2 {
    font-size: 51px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
    font-size: 20px;
  }
  #info-slider .btn {
    font-size: 20px;
  }
  #register .cinfos {
    margin-bottom: 40px;
  }
  #register .cinfo .offer {
    margin-left: 0;
  }
  #register .cinfo .checkbox {
    float: none;
    padding-top: 0px;
  }
  footer p {
    margin-bottom: 30px;
  }
  footer .socialmedia {
    float: none !important;
  }
}
/* Small devices (480px and down) */
@media (max-width: 480px) {
  /* Defaults 
	-------------------------------------*/
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
  header .event-info {
    top: 85px;
  }
  header .event-info .event-info-nav {
    height: 71px;
  }
  header .event-info .event-info-nav-button {
    height: 71px;
  }
  header .event-info .event-info-nav-button i {
    font-size: 23px;
    margin: 14px 0 5px 0;
  }
  header .event-info .event-info-nav-button a {
    font-size: 12px;
  }
  #staff h2,
  #newsletter h2,
  #register h2 {
    font-size: 48px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
    font-size: 17px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #info-slider .btn {
    font-size: 17px;
  }
}
/*# sourceMappingURL=styles.css.map */
