html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  color: #777 !important;
  font-family: "museo-sans",sans-serif; }

.sep05 {
  height: 5px;
  clear: both; }

.sep10 {
  height: 10px;
  clear: both; }

.sep15 {
  height: 15px;
  clear: both; }

.sep10 {
  height: 15px;
  clear: both; }

.sep20 {
  height: 20px;
  clear: both; }

.sep30 {
  height: 30px;
  clear: both; }

.fiol {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 500ms ease-out 50ms;
  -moz-transition: all 500ms ease-out 50ms;
  -ms-transition: all 500ms ease-out 50ms;
  -o-transition: all 500ms ease-out 50ms;
  transition: all 500ms ease-out 50ms; }
  .fiol.h {
    visibility: hidden;
    opacity: 0; }

.finh .fin {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 250ms ease-out 50ms;
  -moz-transition: all 250ms ease-out 50ms;
  -ms-transition: all 250ms ease-out 50ms;
  -o-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .finh .fin.ff {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px); }

.ih-h {
  height: inherit !important; }

p {
  font-size: 14pt;
  line-height: 28px;
  font-weight: 100; }

.scroll-locked {
  overflow: hidden; }

.flex-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-holder.container:before,
.flex-holder.container:after,
.flex-holder.row:before,
.flex-holder.row:after {
  content: normal; }

.flex-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

a, a:hover, a:focus, a:visited {
  color: #777;
  text-decoration: none;
  border: none;
  outline: 0 !important; }

a.dl {
  position: relative;
  display: inline-block;
  -webkit-transition: all 150ms ease-out 50ms;
  -moz-transition: all 150ms ease-out 50ms;
  -ms-transition: all 150ms ease-out 50ms;
  -o-transition: all 150ms ease-out 50ms;
  transition: all 150ms ease-out 50ms; }
  a.dl:hover {
    color: #51b1ca;
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-transition: all 150ms ease-out 50ms;
    -moz-transition: all 150ms ease-out 50ms;
    -ms-transition: all 150ms ease-out 50ms;
    -o-transition: all 150ms ease-out 50ms;
    transition: all 150ms ease-out 50ms; }
  a.dl.w:hover {
    color: white !important; }

.title-block {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #9ac979;
  border-bottom: 1px solid #9ac979;
  padding-bottom: 10px;
  margin-top: 70px;
  margin-bottom: 30px; }
  .title-block .intro {
    font-style: italic;
    font-weight: 300;
    font-size: 14pt; }
  .title-block h1, .title-block h2 {
    margin: 0;
    font-size: 28pt;
    font-weight: 700; }

.bubble-bg {
  width: 100%;
  padding: 30px 0;
  background-image: url(../images/bubble_bg.jpg);
  background-position: center;
  background-repeat: repeat-y; }
  .bubble-bg h2 {
    font-weight: 900;
    color: white;
    margin-bottom: 30px; }

.wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  background: white; }

.website-content {
  padding-bottom: 0; }

@media screen and (min-width: 1200px) {
  .website-content {
    padding-top: 235px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .website-content {
    padding-top: 210px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .website-content {
    padding-top: 180px; } }
@media screen and (max-width: 767px) {
  .website-content {
    padding-top: 145px; } }
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000; }
  header #top-stripe {
    position: relative;
    background: white;
    height: 75px;
    -webkit-transition: all 150ms ease-out 50ms;
    -moz-transition: all 150ms ease-out 50ms;
    -ms-transition: all 150ms ease-out 50ms;
    -o-transition: all 150ms ease-out 50ms;
    transition: all 150ms ease-out 50ms; }
    header #top-stripe .phone {
      position: relative;
      display: inline-block;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    header #top-stripe #top-stripe-nav {
      padding: 0;
      margin: 0;
      display: inline-block;
      list-style-type: none;
      position: relative;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      header #top-stripe #top-stripe-nav li {
        display: inline-block; }
  header #nav-stripe {
    height: 160px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7bbca1+1,a0ca67+100 */
    background: #7bbca1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #7bbca1 1%, #a0ca67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7bbca1 1%, #a0ca67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7bbca1 1%, #a0ca67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bbca1', endColorstr='#a0ca67',GradientType=1 );
    /* IE6-9 */
    position: relative; }
    header #nav-stripe #logo-holder {
      text-align: center; }
      header #nav-stripe #logo-holder a.logo {
        display: inline-block;
        position: absolute;
        visibility: visible;
        opacity: 1;
        left: 50%;
        height: 150%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 150ms ease-out 50ms;
        -moz-transition: all 150ms ease-out 50ms;
        -ms-transition: all 150ms ease-out 50ms;
        -o-transition: all 150ms ease-out 50ms;
        transition: all 150ms ease-out 50ms;
        background: url(../images/logo_bg.jpg);
        background-position: center;
        background-size: cover;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 8px solid white;
        -webkit-box-shadow: inset 0px 0px 38px 2px rgba(0, 0, 0, 0.15), 0px 0px 40px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 0px 38px 2px rgba(0, 0, 0, 0.15), 0px 0px 40px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 0px 38px 2px rgba(0, 0, 0, 0.15), 0px 0px 40px 2px rgba(0, 0, 0, 0.1); }
        header #nav-stripe #logo-holder a.logo img {
          width: 70%;
          position: relative;
          top: 50%;
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      header #nav-stripe #logo-holder a.logo-tiny {
        display: inline-block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        height: 100%;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 150ms ease-out 50ms;
        -moz-transition: all 150ms ease-out 50ms;
        -ms-transition: all 150ms ease-out 50ms;
        -o-transition: all 150ms ease-out 50ms;
        transition: all 150ms ease-out 50ms; }
        header #nav-stripe #logo-holder a.logo-tiny img {
          height: 80%;
          position: relative;
          top: 50%;
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    header #nav-stripe .h-nav {
      margin: 0;
      padding: 0;
      list-style-type: none;
      position: relative;
      display: inline-block;
      height: 100%; }
      header #nav-stripe .h-nav li {
        display: inline-block;
        margin-right: 25px;
        height: 100%; }
        header #nav-stripe .h-nav li:last-child {
          margin-right: 0; }
        header #nav-stripe .h-nav li a {
          position: relative;
          display: inline-block;
          height: 100%;
          -webkit-transition: all 150ms ease-out 50ms;
          -moz-transition: all 150ms ease-out 50ms;
          -ms-transition: all 150ms ease-out 50ms;
          -o-transition: all 150ms ease-out 50ms;
          transition: all 150ms ease-out 50ms; }
          header #nav-stripe .h-nav li a:after {
            content: '';
            width: 100%;
            height: 5px;
            background: white;
            position: absolute;
            left: 0;
            bottom: 0;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 150ms ease-out 50ms;
            -moz-transition: all 150ms ease-out 50ms;
            -ms-transition: all 150ms ease-out 50ms;
            -o-transition: all 150ms ease-out 50ms;
            transition: all 150ms ease-out 50ms; }
          header #nav-stripe .h-nav li a:hover {
            -moz-transform: translate(0, -2px);
            -o-transform: translate(0, -2px);
            -ms-transform: translate(0, -2px);
            -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
          header #nav-stripe .h-nav li a:hover:after {
            visibility: visible;
            opacity: 0.95;
            bottom: -2px; }
          header #nav-stripe .h-nav li a span {
            color: white;
            text-transform: uppercase;
            font-size: 14pt;
            font-weight: 300;
            position: relative;
            display: inline-block;
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            top: 50%; }

header.tiny #top-stripe {
  height: 35px; }
header.tiny #nav-stripe {
  height: 80px; }
  header.tiny #nav-stripe #logo-holder a.logo {
    visibility: hidden;
    opacity: 0; }
  header.tiny #nav-stripe #logo-holder a.logo-tiny {
    visibility: visible;
    opacity: 1; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header #top-stripe {
    height: 70px; }
  header #nav-stripe {
    height: 140px; }
    header #nav-stripe #logo-holder a.logo {
      height: 130%;
      border: 5px solid white; } }
@media screen and (max-width: 991px) {
  header #top-stripe {
    height: 60px; }
  header #nav-stripe {
    height: 120px;
    -webkit-transition: all 150ms ease-out 50ms;
    -moz-transition: all 150ms ease-out 50ms;
    -ms-transition: all 150ms ease-out 50ms;
    -o-transition: all 150ms ease-out 50ms;
    transition: all 150ms ease-out 50ms; }
    header #nav-stripe .m-logo {
      position: relative; }
      header #nav-stripe .m-logo a.logo-mobile {
        display: inline-block;
        position: relative;
        height: 100%;
        top: 50%;
        left: 0;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 150ms ease-out 50ms;
        -moz-transition: all 150ms ease-out 50ms;
        -ms-transition: all 150ms ease-out 50ms;
        -o-transition: all 150ms ease-out 50ms;
        transition: all 150ms ease-out 50ms; }
        header #nav-stripe .m-logo a.logo-mobile img {
          height: 80%;
          position: relative;
          top: 50%;
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    header #nav-stripe .m-nav-trigger #show-mobile-nav {
      color: white;
      font-size: 20pt;
      text-transform: uppercase;
      font-weight: 100;
      -webkit-transition: all 150ms ease-out 50ms;
      -moz-transition: all 150ms ease-out 50ms;
      -ms-transition: all 150ms ease-out 50ms;
      -o-transition: all 150ms ease-out 50ms;
      transition: all 150ms ease-out 50ms; }
      header #nav-stripe .m-nav-trigger #show-mobile-nav span {
        display: inline-block;
        position: relative;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
@media screen and (max-width: 767px) {
  header #top-stripe {
    height: 45px; }
  header #nav-stripe {
    height: 100px; }

  header.tiny #top-stripe {
    height: 35px; }
  header.tiny #nav-stripe {
    height: 60px; }
    header.tiny #nav-stripe #logo-holder a.logo {
      visibility: hidden;
      opacity: 0; }
    header.tiny #nav-stripe #logo-holder a.logo-tiny {
      visibility: visible;
      opacity: 1; } }
#mobile-nav {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -ms-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms; }
  #mobile-nav #mobile-navigation {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #mobile-nav #mobile-navigation li {
      padding: 0 20px; }
      #mobile-nav #mobile-navigation li a {
        display: block;
        border-bottom: 1px solid white;
        color: white;
        line-height: 50px;
        font-size: 18pt;
        font-weight: 100;
        text-transform: uppercase; }
        #mobile-nav #mobile-navigation li a i {
          margin-right: 10px; }
      #mobile-nav #mobile-navigation li a:focus {
        text-decoration: none; }
    #mobile-nav #mobile-navigation li.active a {
      font-weight: 400;
      border-bottom: 1px solid #51b1ca; }
    #mobile-nav #mobile-navigation li.close-nav a {
      border: none;
      text-align: right;
      font-size: 24pt; }

#mobile-nav.expanded {
  height: 100%;
  top: 0 !important; }

footer {
  display: block;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7bbca1+1,a0ca67+100 */
  background: #7bbca1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7bbca1 1%, #a0ca67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7bbca1 1%, #a0ca67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7bbca1 1%, #a0ca67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bbca1', endColorstr='#a0ca67',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  padding: 30px 0; }
  footer .footer-content-holder {
    position: relative;
    z-index: 100; }
  footer h4 {
    position: relative;
    color: white;
    font-weight: 400;
    font-size: 15pt;
    margin-bottom: 35px; }
    footer h4::after {
      content: '';
      width: 30px;
      height: 2px;
      background: white;
      position: absolute;
      left: 0;
      bottom: -19px; }
    footer h4.ie::after {
      display: none; }
  footer .contact span {
    position: relative;
    color: white;
    display: block;
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 13px; }
    footer .contact span p {
      font-size: 11pt;
      line-height: 30px;
      margin-bottom: 0; }
    footer .contact span a {
      color: white; }
    footer .contact span i {
      margin-right: 5px; }
  footer .contact span:before {
    content: '';
    position: absolute;
    left: -27px;
    width: 20px;
    top: 0;
    text-align: right; }
  footer .contact .address:before {
    font-family: fontello;
    content: "\e802"; }
  footer .contact .phone:before {
    font-family: fontello;
    content: "\e800"; }
  footer .contact .mail:before {
    font-family: fontello;
    content: "\e801 "; }
  footer .contact span:last-child {
    margin-bottom: 0; }
  footer .open-time span {
    display: block;
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 13px;
    color: white; }
  footer .open-time .title {
    font-weight: 600; }
  footer .copy {
    text-align: right; }
    footer .copy span {
      font-size: 11pt;
      font-weight: 500;
      color: white; }
    footer .copy .soc-nav {
      display: block;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      footer .copy .soc-nav li {
        display: inline-block;
        margin-right: 10px; }
        footer .copy .soc-nav li a {
          color: white;
          font-size: 11pt; }
      footer .copy .soc-nav li:last-child {
        margin-right: 0; }
  footer .foot-nav {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    footer .foot-nav li a {
      color: white;
      font-size: 11pt;
      font-weight: 500;
      line-height: 30px; }

@media screen and (max-width: 991px) {
  footer {
    text-align: center; }
    footer h4::after {
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    footer .contact span:before {
      display: none; }
    footer .copy {
      text-align: center; } }
#home-slider {
  width: 100%;
  height: 700px;
  position: relative;
  padding-bottom: 0;
  background-color: #c8c8c8; }
  #home-slider .slides-paging-holder {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2000; }
    #home-slider .slides-paging-holder ul {
      padding: 0;
      margin: 0;
      display: inline-block;
      list-style-type: none; }
      #home-slider .slides-paging-holder ul li {
        display: inline-block;
        margin-right: 8px; }
        #home-slider .slides-paging-holder ul li:last-child {
          margin: 0; }
        #home-slider .slides-paging-holder ul li.active a {
          background: white;
          cursor: default; }
        #home-slider .slides-paging-holder ul li a {
          display: block;
          width: 15px;
          height: 15px;
          border: 2px solid white;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 150ms ease-out 50ms;
          -moz-transition: all 150ms ease-out 50ms;
          -ms-transition: all 150ms ease-out 50ms;
          -o-transition: all 150ms ease-out 50ms;
          transition: all 150ms ease-out 50ms; }
          #home-slider .slides-paging-holder ul li a:hover {
            background: white; }
  #home-slider #slides.hidden {
    opacity: 0;
    visibility: hidden; }
  #home-slider #slides {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1200ms ease-out 50ms;
    -moz-transition: all 1200ms ease-out 50ms;
    -ms-transition: all 1200ms ease-out 50ms;
    -o-transition: all 1200ms ease-out 50ms;
    transition: all 1200ms ease-out 50ms; }
    #home-slider #slides .slide {
      visibility: hidden;
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transition: all 200ms ease-out 50ms;
      -moz-transition: all 200ms ease-out 50ms;
      -ms-transition: all 200ms ease-out 50ms;
      -o-transition: all 200ms ease-out 50ms;
      transition: all 200ms ease-out 50ms; }
      #home-slider #slides .slide .overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: inherit;
        height: inherit;
        background-color: rgba(0, 0, 0, 0.3); }
      #home-slider #slides .slide .slogan-holder {
        position: relative;
        height: 100%; }
      #home-slider #slides .slide .slogan {
        width: 100%;
        position: absolute;
        padding: 15px;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        #home-slider #slides .slide .slogan span {
          display: block;
          color: white;
          text-transform: uppercase;
          font-size: 27pt; }
        #home-slider #slides .slide .slogan .first-line {
          font-weight: 100;
          text-align: center;
          font-weight: 700;
          margin-bottom: 20px; }
        #home-slider #slides .slide .slogan .sl-sep {
          width: 100%;
          height: 2px;
          background-color: #51b1ca; }
        #home-slider #slides .slide .slogan p {
          margin-top: 25px;
          color: white;
          font-weight: 300;
          font-size: 12pt;
          line-height: 20px; }
    #home-slider #slides .slide.active {
      visibility: visible;
      opacity: 1; }
  #home-slider .slide-control {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2500;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out 50ms;
    -moz-transition: all 200ms ease-out 50ms;
    -ms-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms; }
  #home-slider .slide-control.nav-left {
    background-image: url(../images/slider_arrow_left.svg);
    left: 10%;
    background-position: 0 0; }
  #home-slider .slide-control.nav-right {
    background-image: url(../images/slider_arrow_right.svg);
    right: 10%;
    background-position: 100% 0; }
  #home-slider .slide-control:hover {
    opacity: 1; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #home-slider {
    height: 650px; }
    #home-slider .slide-control.nav-left {
      left: 5%; }
    #home-slider .slide-control.nav-right {
      right: 5%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #home-slider {
    height: 600px; }
    #home-slider #slides .slide .slogan-holder {
      width: 100%; }
    #home-slider #slides .slide .slogan {
      max-width: 100%; }
    #home-slider .slide-control.nav-left {
      left: 15px; }
    #home-slider .slide-control.nav-right {
      right: 15px; } }
@media screen and (max-width: 767px) {
  #home-slider {
    height: 500px; }
    #home-slider #slides .slide .slogan-holder {
      width: 100%; }
    #home-slider #slides .slide .slogan {
      max-width: 100%; } }
.open-time {
  margin-bottom: 5px; }
  .open-time span {
    display: block;
    font-weight: 100;
    font-size: 28pt;
    color: white;
    margin-bottom: 15px; }

.prices .item {
  position: relative;
  text-align: center;
  height: 100%;
  border: 1px solid gainsboro;
  border-bottom: 8px solid gainsboro;
  padding-bottom: 75px;
  overflow: hidden; }
  .prices .item.sel h3 {
    background: #9ac979;
    color: white; }
  .prices .item.sel .ta {
    background: white;
    color: #9ac979;
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-size: 6pt;
    font-weight: 600;
    padding: 1px 20px;
    top: 20px;
    right: -20px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .prices .item h3 {
    margin: 0;
    padding: 25px 0;
    color: #9ac979;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16pt;
    display: inline-block;
    position: relative;
    margin-bottom: 35px; }
    .prices .item h3:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 4px;
      background-color: #9ac979;
      left: 25%;
      bottom: 0; }
  .prices .item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    padding-left: 15px; }
    .prices .item ul li {
      font-size: 12pt;
      margin-bottom: 10px; }
      .prices .item ul li:before {
        font-family: fontello;
        content: "\e804";
        color: #51b1ca;
        margin-right: 5px; }
  .prices .item .price {
    position: absolute;
    bottom: 15px;
    font-size: 28pt;
    font-weight: 100;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .prices .col-xs-12 {
    padding-bottom: 30px; }
    .prices .col-xs-12:nth-child(3), .prices .col-xs-12:last-child {
      padding-bottom: 0; } }
@media screen and (max-width: 767px) {
  .prices .col-xs-12 {
    padding-bottom: 30px; }
    .prices .col-xs-12:last-child {
      padding-bottom: 0; } }
.map {
  width: 100% !important; }
  .map iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; }
  .map iframe.clicked {
    pointer-events: auto; }

.wash-proc-container-fw-holder {
  overflow: hidden; }

.wash-proc {
  width: 70%;
  margin: 0 auto; }
  .wash-proc .item {
    position: relative;
    margin-bottom: 50px;
    visibility: visible;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -ms-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms; }
    .wash-proc .item.r .icon {
      margin-right: 0; }
    .wash-proc .item.r .content {
      margin-right: 10%; }
    .wash-proc .item.fs {
      visibility: hidden;
      opacity: 0;
      -moz-transform: translate(-500px, 0);
      -o-transform: translate(-500px, 0);
      -ms-transform: translate(-500px, 0);
      -webkit-transform: translate(-500px, 0);
      transform: translate(-500px, 0); }
    .wash-proc .item.r.fs {
      visibility: hidden;
      opacity: 0;
      -moz-transform: translate(500px, 0);
      -o-transform: translate(500px, 0);
      -ms-transform: translate(500px, 0);
      -webkit-transform: translate(500px, 0);
      transform: translate(500px, 0); }
    .wash-proc .item .icon {
      background-color: #51b1ca;
      float: left;
      position: relative;
      width: 30%;
      margin-right: 10%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .wash-proc .item .icon:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .wash-proc .item .icon img {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .wash-proc .item .icon .num {
        position: absolute;
        font-size: 32pt;
        color: #51b1ca;
        background: white;
        border: 3px solid #51b1ca;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 65px;
        font-weight: 900;
        text-align: center; }
    .wash-proc .item .content {
      position: relative;
      display: block;
      width: 60%;
      float: left;
      padding-top: 30px; }

.ac .item {
  display: none;
  overflow: hidden; }

.rating {
  text-align: center; }
  .rating h3 {
    position: relative;
    display: inline-block;
    color: #51b1ca;
    font-size: 24pt;
    font-weight: 700;
    margin-bottom: 40px; }
    .rating h3:after {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      height: 1px;
      background-color: #51b1ca;
      left: 50%;
      bottom: -20px;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .rating .stars {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .rating .stars li {
      display: inline-block; }
      .rating .stars li a {
        position: relative;
        display: inline-block;
        font-size: 20pt;
        color: #e6e6e6;
        -webkit-transition: all 150ms ease-out 0ms;
        -moz-transition: all 150ms ease-out 0ms;
        -ms-transition: all 150ms ease-out 0ms;
        -o-transition: all 150ms ease-out 0ms;
        transition: all 150ms ease-out 0ms; }
        .rating .stars li a.issel {
          color: #f7cc1d !important; }
        .rating .stars li a.preselected {
          color: #f7cc1d !important; }
        .rating .stars li a.deselected {
          color: #e6e6e6;
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        .rating .stars li a:hover:not(.deselected) {
          -webkit-animation: starHover .15s 1 forwards;
          -moz-animation: starHover .15s 1 forwards;
          -o-animation: starHover .15s 1 forwards;
          animation: starHover .15s 1 forwards; }

@-webkit-keyframes starHover {
  0% {
    color: #e6e6e6;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #f7cc1d; } }
@-moz-keyframes starHover {
  0% {
    color: #e6e6e6;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #f7cc1d; } }
@-o-keyframes starHover {
  0% {
    color: #e6e6e6;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #f7cc1d; } }
@keyframes starHover {
  0% {
    color: #e6e6e6;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #f7cc1d; } }
#feedback-form {
  text-align: center; }
  #feedback-form label {
    position: relative;
    display: inline-block;
    color: #51b1ca;
    font-size: 24pt;
    font-weight: 700;
    margin-bottom: 50px; }
    #feedback-form label:after {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      height: 1px;
      background-color: #51b1ca;
      left: 50%;
      bottom: -20px;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  #feedback-form textarea {
    height: 150px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 50px; }
    #feedback-form textarea:focus, #feedback-form textarea:active, #feedback-form textarea:hover {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      outline: 0px !important;
      -webkit-appearance: none; }
  #feedback-form button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #51b1ca;
    font-size: 15pt;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -ms-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms; }
    #feedback-form button:hover {
      background: #51b1ca;
      color: white; }

.success {
  text-align: center;
  background-color: #9ac979;
  color: white;
  font-size: 20pt;
  font-weight: 700;
  padding: 20px;
  display: none;
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
