/*
    Created on : Jan 27, 2015, 10:00:00 AM
    Author     : Samuel
*/

::-webkit-input-placeholder { /* WebKit browsers */
  color: black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: black;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('fonts/GothamHTF-Light.woff') format("woff"), url('../fonts/GothamHTF-Light.ttf') format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ }

@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/GothamHTF-Bold.woff') format("woff"), url('../fonts/GothamHTF-Bold.ttf') format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ }

/* MOBILE NAV */
.header-small {
  display: none;
  background-color: #453236;
  height: 50px;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0px;
  z-index: 100; }

  .header-small .bars {
    position: fixed;
    top: 15px;
    left: 15px; }
    .header-small .bars i {
      color: #fff;
      font-size: 20px; }
      .header-small .bars i:hover {
        color: #ad979c;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  .header-small .logo {
    text-align: center; }
    .header-small .logo img {
      width: 111px; }

/* MOBILE DROPDOWN MENU */
.header-1-small {
  display: none;
  background-color: #ad979c;
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: 100;
  padding-top: 30px;
  text-align: center; }
  .header-1-small .menu {
    padding-bottom: 15px; }
  .header-1-small a {
    display: block;
    font-family: "Gotham-Light";
    text-transform: uppercase;
    color: #665257;
    font-size: 18px;
    letter-spacing: .65px;
    margin-bottom: 15px; }
    .header-1-small a:hover {
      color: #fff;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .header-1-small ul {
    display: none;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 15px; }
    .header-1-small ul li {
      margin-left: 0;
      text-align: center; }
    .header-1-small ul a {
      text-transform: none;
      font-size: 16px;
      margin-bottom: 5px; }
      .header-1-small ul a:hover {
        color: #fff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  .header-1-small .book-appt {
    background-color: #c7b4b9;
    padding: 30px; }
    .header-1-small .book-appt a {
      color: #453236;
      font-family: "Gotham-Bold";
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0; }

.main-footer .social-media {
  text-align: center;
  margin-top: 45px; }
  .main-footer .social-media a {
    color: #745259;
    display: inline-block; }
    .main-footer .social-media a:hover {
      color: #926770;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .main-footer .social-media i {
    font-size: 30px;
    margin-right: 25px;
    vertical-align: middle; }

.main-footer .copyright .logo {
  float: right; }
  @media only screen and (max-width: 480px) {
    .main-footer .copyright .logo {
      width: 100%;
      float: none;
      text-align: center; } }
  .main-footer .copyright .logo a {
    color: #745259;
    display: inline-block; }
    .main-footer .copyright .logo a:hover {
      color: #926770;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .main-footer .copyright .logo i {
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle; }
    @media only screen and (max-width: 480px) {
      .main-footer .copyright .logo i {
        display: none; } }

.hide-for-mobile {
  display: inherit !important;
}
.show-for-mobile {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .hide-for-mobile {
    display: none !important;
  }
  .show-for-mobile {
    display: inherit !important;
  }
  [data-animate] {
    visibility: visible !important;
  }
  
  html, body {
    overflow-x: hidden;
    margin: 0 !important;
    min-width: 100%;
    max-width: 100%;
  }
  html, body, div, p, h3, h4, h5 {
    font-family: "BentonSans-Book", Arial, sans-serif !important;
  }
  h6 {
    font-family: "Gotham-Black", Arial, sans-serif !important;
    line-height: 1.2em;
  }
  .hero .content h1,
  h1, h2 {
    font-family: "Gotham-Thin", Arial, sans-serif !important;
    font-size: 3em;
    font-weight: normal;
    text-align: center;
  }
  h1, h2 {
    line-height: 1.2em !important;
  }
  h2 {
    font-size: 2.1em;
    margin-bottom: 5px;
  }
  h6 {
    margin: 0.5em 0;
  }
  ul, ol {
    font-size: 1em;
  }
  ul li,
  ol li {
    text-align: left;
    margin-bottom: 0.4em;
  }
  .form input,
  .form .styled-select {
    padding: 12px 14px 12px;
  }
  .form select.styled-select {
    width: 97%;
  }
  .form input[type="submit"] {
    margin-top: 0;
  }
  
  #main-wrapper *,
  .main-footer * {
    float: none !important;
    min-width: 0;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .main-footer {
    padding: 0;
    font-size: 0.95em;
  }
  .main-footer h5 {
    margin-bottom: 15px;
    font-size: 1.25em;
  }
  .main-footer .column {
    float: left !important;
    width: 50% !important;
  }
  .main-footer .large-7 {
    display: none;
  }
  .main-footer .large-12 {
    width: 100% !important;
    text-align: center;
  }
  .main-footer .copyright {
    margin-top: 0px;
  }
  .main-footer .copyright .copy {
    margin-bottom: 20px;
  }
  .main-footer .copyright .logo {
    display: block;
    margin-bottom: 20px;
  }
  .hero {
    padding-top: 70px;
    background-size: cover;
  }
  .hero .content .column {
    margin: 0;
  }
  .hero .content h1 {
    line-height: 1em !important;
  }
  .hero .content p {
    margin: 10px;
    padding: 0;
    text-align: center;
  }
  .scroll-down {
    display: none;
  }
  div[class*="offset"] {
    margin-left: 0;
  }
  .column {
    width: 100% !important;
    margin: 20px 10px;
  }
  .row .row {
    margin-right: auto; 
    margin-left: auto; 
  }
  .row .column {
    margin: 20px 0;
  }
  .header {
    display: none;
  }
  .header-small {
    display: block;
  }
  section[class^="content-"] {
    height: auto !important;
    padding: 10px 0 !important;
  }
  section > h1,
  section > h2,
  section > p {
    margin: 20px 10px;
  }
  section > .row:first-child .column h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .endorse {
    height: 310px;
    background-size: cover !important;
  }
  .owl-carousel .owl-item {
    width: 100% !important;
    margin: 10px auto 0;
  }
  .owl-carousel .owl-controls {
    display: none !important;
  }
  #testimonials .testimonial {
    margin-bottom: 30px;
  }
  #testimonials .testimonial .large-4 {
    float: left !important;
    width: 33% !important;
    margin-bottom: 0 !important;
  }
  #testimonials .testimonial .large-8 {
    float: left !important;
    width: 66% !important;
    margin-bottom: 0 !important;
  }
  #testimonials .column {
    margin-top: 0 !important;
  }
  #testimonials h2 {
    margin-bottom: 20px !important;
  }
  #testimonials .large-2 {
    text-align: center;
  }
  #testimonials .row:first-child .large-12 img {
    margin-bottom: 20px !important;
  }
  .testimonial p {
    font-size: 1em;
    line-height: 1.4em;
  }
  .testimonial p.name {
    font-weight: bold;
  }
  .treatments .white-box {
    height: auto;
    padding: 20px 20px 25px;
  }
  #treatments .solution-container,
  #treatments img,
  #solutions .solution-container,
  #solutions img {
    width: 100%;
  }
  #treatments  .solution-container,
  #treatments  .solution-container *,
  #solutions .solution-container,
  #solutions .solution-container * {
    text-align: left;
  }
  .form {
    padding: 20px 0;
  }
  p.tagline {
    margin: 0 10px;
    line-height: 1.4em !important;
    text-align: center;
    font-size: 1.2em;
  }
  p.tagline br {
    display: none;
  }
  .form p.tagline {
    margin-bottom: 20px;
    letter-spacing: initial;
  }
  .map {
    height: 320px;
    margin: 0 auto;
    background: url('../microsite-common/map-m.jpg') center no-repeat;
    background-size: cover;
  }
}