body {
  height: 100%;
  padding-left: 300px;
  background-color: white;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 49px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}

h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  font-weight: 300;
}

a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px;
  color: #ed2424;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #ed2424;
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  min-height: 560px;
  border-right: 1px solid #e6e6e6;
  background-color: white;
}

.navbar.b {
  left: 0px;
  top: 0px;
  min-height: 560px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 6px 0px;
}

.nav-link {
  display: inline-block;
  width: 100%;
  padding: 0px 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ed2424;
  font-weight: 700;
}

.nav-link.bold {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.nav-link.bold.end {
  margin-bottom: 30px;
}

.c-text {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  color: #828282;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.c-text.sm {
  padding-top: 40px;
  font-size: 13px;
}

.button-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.topbar-button-text {
  position: static;
  padding-top: 0px;
  padding-right: 10px;
  float: left;
  font-size: 19px;
  font-weight: 500;
}

.topbar-button-text.small {
  padding-top: 6px;
  color: #dbbbf0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.main-image-section {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-section-text-div {
  position: absolute;
  left: 40px;
  bottom: 30px;
  max-width: 450px;
  padding-right: 20px;
}

.main-section-text-div.small {
  left: 15px;
  bottom: 15px;
  display: inline-block;
  max-width: 100%;
}

.button-text {
  line-height: 20px;
}

.brand {
  padding: 40px 75px 50px;
}

.button-with-icon-3 {
  width: 56%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 15px 60px;
  border-radius: 5px;
  background-color: white;
  color: #6d309b;
  font-weight: 600;
  text-align: center;
}

.button-with-icon-3:hover {
  color: #672d92;
}

.button-with-icon-3.full {
  width: 100%;
  margin-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section {
  height: 100%;
}

.content-col {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/main_laptop.png');
  background-position: 100% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
}

.contant-col-text {
  width: 50%;
  height: 100%;
  float: left;
}

.h2-content {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dbbbf0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.content-text {
  color: #dbbbf0;
  line-height: 30px;
}

.navbar-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.nav-mob-cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}

.nav-mob-button {
  width: 80px;
  height: 80px;
  padding: 24px 0px 0px 25px;
  font-size: 32px;
}

.nav-mob-button.w--open {
  left: 230px;
  background-color: transparent;
}

.nav-menu-mob {
  width: 230px;
  background-color: white;
}

.platform-icons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 230%;
  padding: 20px 40px 20px 35px;
}

.platform-icon-nav {
  width: 24px;
  margin-right: 6px;
  opacity: 0.2;
}

.main-head {
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 50px;
  line-height: 49px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

.main-head:hover {
  color: white;
  text-shadow: none;
}

.main-head.small {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.main-head.small.blk {
  text-shadow: none;
}

.main-head.voucher {
  margin-top: 20px;
  color: #ed2424;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 8px;
  text-shadow: none;
}

.main-add {
  margin-bottom: 5px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

.main-add.small {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 13px;
}

.main-pic {
  position: relative;
  width: 66.6666%;
  height: 100%;
  float: left;
  background-color: #2e2e2e;
  background-image: -webkit-linear-gradient(259deg, transparent 61%, rgba(0, 0, 0, 0.6) 96%), url('../images/Suzan_Russo_A-90.jpg');
  background-image: linear-gradient(191deg, transparent 61%, rgba(0, 0, 0, 0.6) 96%), url('../images/Suzan_Russo_A-90.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sm-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #262626;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sm-link:hover {
  color: darkgray;
}

.main-tile-3 {
  width: 33.3333%;
  height: 100%;
  float: left;
  background-color: #ed2424;
}

.main-tile {
  position: relative;
  height: 25%;
  margin-bottom: -3px;
  float: none;
  background-color: #ed2424;
  background-image: url('../images/voucher.png'), -webkit-linear-gradient(rgba(237, 36, 36, 0.90), #ed2424), url('../images/pattern_bg.png');
  background-image: url('../images/voucher.png'), linear-gradient(rgba(237, 36, 36, 0.90), #ed2424), url('../images/pattern_bg.png');
  background-position: 100% 0px, 0% 0%, 50% 50%;
  background-size: auto 70%, auto, 200%;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.main-tile.b {
  margin-bottom: -5px;
  background-color: #363636;
  background-image: -webkit-linear-gradient(271deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)), url('../images/Suzan_Russo_A-71.jpg');
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)), url('../images/Suzan_Russo_A-71.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.main-tile.c {
  margin-bottom: -5px;
  background-color: #666;
  background-image: -webkit-linear-gradient(265deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.70)), url('../images/Suzan_Russo_A-62.jpg');
  background-image: linear-gradient(185deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.70)), url('../images/Suzan_Russo_A-62.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.main-tile.d {
  background-image: -webkit-linear-gradient(261deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.70)), url('../images/Suzan_Russo_A-32.jpg');
  background-image: linear-gradient(189deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.70)), url('../images/Suzan_Russo_A-32.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section {
  position: relative;
  width: 100%;
  background-color: white;
}

.section.patterned {
  padding: 0px;
  background-image: url('../images/pattern_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.no-marg {
  height: auto;
  padding: 0px;
}

.section.grey {
  position: relative;
  height: 100%;
  background-color: whitesmoke;
}

.section.grey.cont {
  padding: 0px;
}

.section.auto {
  height: auto;
  min-height: 0px;
}

.divider {
  width: 40px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 1px;
  background-color: #ed2424;
}

.divider.mid {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.divider.cont {
  display: block;
  margin: 60px auto;
}

.divider.s {
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.s.w {
  background-color: white;
}

.gallery-image {
  width: 16.6666%;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-image:hover {
  opacity: 0.5;
}

.img {
  width: 100%;
}

.content-text-div {
  position: static;
  display: block;
  width: 66.6666%;
  padding: 120px 60px;
  float: left;
  text-align: center;
}

.content-head {
  color: #ed2424;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.content-head.team {
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 49px;
  text-align: left;
  text-shadow: none;
}

.content-head.cont {
  margin-bottom: 40px;
  text-align: center;
  text-shadow: none;
}

.content-head.v {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 8px;
  text-shadow: none;
}

.content-subhead {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #262626;
  text-align: left;
}

.team-entry-col {
  position: relative;
  top: 50%;
  display: block;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.member {
  margin-bottom: 80px;
}

.white-div {
  min-height: 300px;
  padding: 100px 50px 100px 100px;
  background-color: white;
}

.contact-col {
  position: relative;
  display: block;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px;
  float: none;
  background-color: white;
}

.contact-col._2 {
  padding-right: 0px;
  padding-left: 50px;
}

.contact-text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.contact-text.open {
  letter-spacing: 0px;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.field {
  margin-bottom: 40px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: black black #bababa;
  background-color: transparent;
}

.field.text {
  min-height: 200px;
}

.submit {
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  background-color: #ed2424;
}

.contact-info {
  color: #878787;
  font-size: 14px;
  line-height: 23px;
}

.text {
  display: block;
  margin-bottom: 0px;
  opacity: 1;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.text.cont {
  margin-bottom: 0px;
  text-align: center;
}

.text.title {
  color: #8f8f8f;
  line-height: 19px;
  font-style: normal;
  font-weight: 300;
}

.map {
  position: relative;
  width: 100%;
  height: 50%;
  float: left;
  background-color: white;
}

.mapemb {
  width: 50%;
  height: 100%;
  float: left;
}

.contact-image {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.abaout-pic {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 33.3333px;
  height: 500px;
  float: none;
}

.about-text-col {
  position: relative;
  display: block;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 50px;
}

.about-pic-col {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  float: left;
  background-color: #dbdbdb;
  background-image: url('../images/Suzan_Russo_A-62.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-pic-col._2 {
  background-image: url('../images/Luxe-Salon-2-4-kpp.jpg');
  background-position: 64% 50%;
}

.gallery-div {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.coupon-section {
  height: auto;
  background-image: url('../images/pattern_bg.png');
  background-position: 50% 50%;
}

.coupon-div {
  width: 100%;
  height: 100%;
  background-color: white;
}

.voucher-div {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  min-height: 350px;
  float: right;
  background-image: url('../images/voucher.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.voucher-text-div {
  width: 50%;
  height: 100%;
  padding: 3%;
}

.voucher-text-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 1px 1px 32px 0px;
}

.col-50 {
  width: 50%;
  float: left;
}

.col-50.b {
  float: right;
}

.team-section {
  position: relative;
  height: auto;
  min-height: 500px;
}

.tab-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: none;
}

.tab-menu {
  width: 50%;
  padding: 120px 50px;
  float: right;
}

.tab {
  width: 100%;
}

.tab-pane {
  height: 100%;
  background-image: url('../images/Luxe-Salon-2-4-kpp.jpg');
  background-position: 68% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane._2 {
  background-image: url('../images/Suzan_Russo_A-10 Denise.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane._3 {
  background-image: url('../images/Suzan_Russo_A-19 Ljubica.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane._4 {
  background-image: url('../images/Suzan_Russo_A-97 Claudia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane._5 {
  background-image: url('../images/Suzan_Russo_A-1 Katrina.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link {
  display: block;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 170px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tab-link.w--current {
  background-color: transparent;
}

.name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}

.pic {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 130px;
  height: 90px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pic._2 {
  background-image: url('../images/Suzan_Russo_A-10 Denise.jpg');
  background-size: cover;
}

.pic._3 {
  background-image: url('../images/Suzan_Russo_A-19 Ljubica.jpg');
  background-size: cover;
}

.pic._4 {
  background-image: url('../images/Suzan_Russo_A-97 Claudia.jpg');
}

.pic._5 {
  background-image: url('../images/Suzan_Russo_A-1 Katrina.jpg');
}

.contact-form-wrap {
  display: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 0px;
    padding-left: 0px;
  }
  h1 {
    padding-right: 0px;
    text-align: center;
    text-shadow: none;
  }
  h3 {
    font-size: 28px;
    text-align: center;
  }
  .nav-link {
    color: #ed2424;
  }
  .nav-link.w--current {
    color: #ed2424;
  }
  .nav-link.bold.w--current {
    color: #672d92;
  }
  .topbar-button-text {
    color: #6d309b;
  }
  .topbar-button-text.small {
    padding-top: 0px;
    color: #6d309b;
    font-size: 12px;
  }
  .main-image-section {
    height: 100%;
  }
  .main-section-text-div {
    left: 0px;
    bottom: 0px;
    padding: 120px 80px 40px 40px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .main-section-text-div.small {
    left: 0px;
    top: auto;
    bottom: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .brand {
    padding-right: 50px;
    padding-left: 50px;
  }
  .button-with-icon-3 {
    width: 48%;
    float: left;
  }
  .content-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-col {
    width: 100%;
    height: 450px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .contant-col-text {
    width: 100%;
    height: auto;
  }
  .h2-content {
    text-align: center;
  }
  .content-text {
    text-align: center;
  }
  .nav-mob-button {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background-color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ed2424;
  }
  .nav-mob-button.w--open {
    background-color: #ed2424;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    color: white;
  }
  .nav-menu-mob {
    height: 100%;
  }
  .main-head {
    text-align: left;
    text-shadow: none;
  }
  .main-head.voucher {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 4px;
    text-shadow: none;
  }
  .main-add.small {
    margin-bottom: 5px;
  }
  .main-pic {
    width: 50%;
  }
  .main-tile-3 {
    width: 50%;
  }
  .gallery-image {
    width: 50%;
  }
  .content-head {
    text-shadow: none;
  }
  .content-head.v {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 4px;
    text-shadow: none;
  }
  .team-entry-col {
    padding-right: 50px;
    padding-left: 50px;
  }
  .contact-col {
    width: 100%;
    padding-bottom: 50px;
  }
  .text.v {
    font-size: 15px;
    line-height: 22px;
  }
  .about-text-col {
    padding-right: 50px;
    padding-left: 50px;
  }
  .voucher-div {
    min-height: 280px;
    background-position: 50% 0px;
    background-size: auto 100%;
  }
  .voucher-text-div {
    padding: 0px;
  }
  .tab-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tab-link {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 110px;
  }
  .name {
    font-size: 22px;
    line-height: 24px;
  }
  .pic {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .main-section-text-div {
    padding-right: 20px;
  }
  .main-head {
    text-shadow: none;
  }
  .main-head.voucher {
    margin-top: 20px;
    text-shadow: none;
  }
  .main-pic {
    width: 50%;
  }
  .section {
    height: 100%;
  }
  .gallery-image {
    width: 50%;
  }
  .content-head {
    font-size: 25px;
    line-height: 35px;
    text-shadow: none;
  }
  .content-head.cont {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    text-shadow: none;
  }
  .content-head.v {
    margin-bottom: 20px;
  }
  .content-subhead {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 5px;
  }
  .team-entry-col {
    padding-right: 35px;
    padding-left: 35px;
  }
  .contact-col {
    padding-top: 50px;
  }
  .contact-text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 5px;
  }
  .contact-text.open {
    margin-bottom: 20px;
  }
  .field {
    margin-bottom: 20px;
  }
  .text {
    font-size: 14px;
    line-height: 22px;
  }
  .text.cont {
    margin-bottom: 0px;
  }
  .about-text-col {
    padding-right: 35px;
    padding-left: 35px;
  }
  .voucher-div {
    min-height: 240px;
    background-size: auto 80%;
  }
  .team-section {
    height: auto;
  }
  .tab-content {
    width: 100%;
    height: 400px;
    float: none;
  }
  .tab-menu {
    top: 0%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .tab {
    height: auto;
  }
  .tab-link {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .main-image-section {
    height: auto;
  }
  .main-section-text-div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .nav-mob-button {
    width: 60px;
    height: 60px;
    padding-top: 19px;
    padding-left: 20px;
    font-size: 22px;
  }
  .main-head {
    font-size: 30px;
    line-height: 32px;
    text-shadow: none;
  }
  .main-head.voucher {
    text-align: center;
    text-shadow: none;
  }
  .main-add {
    font-size: 13px;
    line-height: 13px;
  }
  .main-pic {
    width: 100%;
    height: 460px;
  }
  .main-tile-3 {
    width: 100%;
    height: 50%;
  }
  .main-tile {
    height: 130px;
  }
  .main-tile.c {
    margin-bottom: -5px;
  }
  .section {
    height: auto;
  }
  .divider {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-head {
    text-align: center;
    text-shadow: none;
  }
  .content-head.cont {
    font-size: 20px;
    line-height: 22px;
    text-shadow: none;
  }
  .content-head.v {
    text-align: center;
    text-shadow: none;
  }
  .content-subhead {
    text-align: center;
  }
  .team-entry-col {
    top: 0%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .contact-col {
    padding-right: 35px;
    padding-left: 35px;
  }
  .contact-text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
  }
  .text {
    text-align: center;
  }
  .text.title {
    text-align: left;
  }
  .map {
    height: 300px;
  }
  .about-text-col {
    top: 0%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    float: none;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .about-pic-col {
    position: static;
    width: 100%;
    height: 300px;
  }
  .about-pic-col._2 {
    background-position: 50% 50%;
  }
  .coupon-section {
    height: auto;
  }
  .voucher-div {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 240px;
    background-position: 50% 0px;
    background-size: auto 90%;
  }
  .voucher-text-div {
    width: 100%;
  }
  .col-50 {
    width: 100%;
    height: auto;
  }
  .tab-content {
    position: static;
    height: 300px;
  }
  .tab-menu {
    padding: 15px;
  }
  .tab-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 83px;
  }
  .name {
    font-size: 18px;
  }
  .pic {
    left: 5px;
    width: 60px;
    height: 60px;
  }
}

