/*
Urban House: UrbanHouse
Description: Dedicated Wordpress theme for Company Name
*/
/* ==========================================================================
	Base
  /* ========================================================================== */
  html {
    height: auto;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
  }

  html,
  button,
  input,
  select,
  textarea {
    font-family: "Open Sans", sans-serif;
    color: #444;
  }

  body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
    background-color: #eae9e4;
    background-image: url(images/bg-main.jpg);
    min-width: 320px;
    color: black;
    overflow-x: hidden;
  }

  *, *:before, *:after {
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .gm-style img {
    max-width: none;
  }

  @media screen and (max-width: 1300px) {
    .container {
      width: 1170px;
    }
  }
  @media (max-width: 1199px) {
    .container {
      width: 970px;
    }
    .header-icons ul li span {
      font-size:0;
    }

  }
  @media (max-width: 991px) {
    .container {
      width: 740px;
    }
  }
  @media (max-width: 767px) {
    .container {
      width: 100%;
    }
  }

  .btn {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    border: 1px solid black;
    border-radius: 0;
    padding: 9px 23px;
    position: relative;
  }
  .btn:hover {
    background-color: black;
    color: white;
  }
  .btn:hover:after {
    opacity: 1;
  }
  .btn:after, .btn:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    opacity: 0;
  }
  .btn:after {
    left: 100%;
    background: url(images/icons/icon-hover-right.png) right center no-repeat;
  }
  .btn:before {
    right: 100%;
  }

/* ==========================================================================
	Links
  /* ========================================================================== */
  a {
    color: black;
    text-decoration: underline;
  }
  a img {
    border: 0;
  }

  a:focus,
  a:hover {
    color: #08111a;
  }

  a:focus {
    outline: 0;
  }

  a:active,
  a:hover {
    outline: 0;
  }

/* ==========================================================================
	Typography
  /* ========================================================================== */
  /* Headers */
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    line-height: 1.5em;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.3em;
    font-weight: normal;
  }

  h5, h6 {
    font-size: 1.1em;
  }

  h1 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
  }
  @media (max-width: 767px) {
    h1 {
      font-size: 50px;
      line-height: 55px;
    }
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
  }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px;
      line-height: 45px;
    }
  }

  h2 a {
   text-decoration: none;
 }
 h2 a:visited {
   text-decoration: none;
 }
 h2 a:hover, h2 a:active { 	text-decoration: none;
 }



 h3 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 22px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
    line-height: 25px;
  }
}

.main-content {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 20px;
  }
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
  /* ========================================================================== */
  /* Prefixed with tags to override default tag styling for these elemets if .button is added */
  button,
  .button,
  a.button,
  input.button {
    display: inline-block;
  }

  /* Responsive Media Styles */
  .media img,
  .media video,
  .media object,
  .media iframe {
    width: 100%;
    height: auto;
  }

  /* Clear Fix */
  .clearfix:after,
  .cf:after {
    content: '';
    display: table;
    clear: both;
  }

  /* Floats */
  .floatleft {
    float: left;
  }

  .floatright {
    float: right;
  }

  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }

  .alignnone {
    display: inline-block;
  }

  .aligncenter {
    display: block;
    float: none;
    text-align: center;
    clear: both;
    margin: 5px auto;

  }

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
  /* ========================================================================== */
  .error404 {
    text-align: center;
  }
  .error404 ul {
    text-align: left;
  }

  .content.full-width,
  .full-width {
    float: none;
    width: 100%;
  }

  .article {
    margin-bottom: 1em;
  }

  /* Navigation */
  nav > ul {
    margin: 0;
    padding: 0;
  }
  nav ul:after {
    content: '';
    display: table;
    clear: both;
  }

  /* Paginations */
  .navigation.pagination {
    clear: both;
  }

/* =============================================================================
	Layout
  /* ========================================================================== */
  /*** HEADER MAIN ***/
  .background-container {
    /***  background-size: cover;***/
    background-position: center center;
    background-repeat: repeat;
    margin-left: 70px;
    margin-right: 70px;
  }
  .background-container footer.main .bottombar {
    background-color: #eae9e4;
    background-image: url(images/bg-main.jpg);
    padding-top: 15px;
  }
  @media screen and (max-width: 1440px) {
    .background-container {
      margin: 0;
    }
  }

  body.home header.main {
    margin-bottom: 30px;
  }
  body.home header.main .header-icons {
    display: none;
  }
  @media (max-width: 991px) {
    body.home header.main {
      margin-bottom: 0;
    }
  }

  header.main {
    transition: background-color 200ms;
  }
  header.main.active {
    background-color: #eae9e4;
  }
  @media (max-width: 991px) {
    header.main.active {
      background-color: transparent;
    }
  }
  header.main .sticky-buttons {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 0;
    z-index: 9999;
  }
  header.main .sticky-buttons .sticky-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  @media screen and (max-width: 1300px) {
    header.main .sticky-buttons .sticky-container {
      width: 1170px;
    }
  }
  @media (max-width: 1199px) {
    header.main .sticky-buttons .sticky-container {
      width: 970px;
    }
  }
  @media (max-width: 991px) {
    header.main .sticky-buttons .sticky-container {
      width: 710px;
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    header.main .sticky-buttons .sticky-container {
      width: 100%;
      min-width: 320px;
    }
  }
  header.main .sticky-buttons .btn-wrapper {
    float: right;
  }
  @media (max-width: 991px) {
    header.main .sticky-buttons .btn-wrapper {
      float: none;
    }
  }
  header.main .sticky-buttons .book, header.main .sticky-buttons .book-group {
    display: block;
    width: 70px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    padding: 43px 5px 14px;
  }
  header.main .sticky-buttons .book.room, header.main .sticky-buttons .book-group.room {
    background-color: #dc8068;
  }
  @media (max-width: 991px) {
    header.main .sticky-buttons .book, header.main .sticky-buttons .book-group {
      width: 50%;
      padding: 15px 5px;
    }
  }
  header.main .sticky-buttons .book-group {
    background-color: #b95338;
  }

  header.main .topbar {
    padding: 17px 0 0;
  }
  header.main .topbar .topbar-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.main .topbar .topbar-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  header.main .topbar #lang_sel_list {
    height: auto;
  }
  header.main .topbar #lang_sel_list a.lang_sel_sel, header.main .topbar #lang_sel_list a.lang_sel_sel:visited {
    background-color: transparent;
  }
  header.main .topbar #lang_sel_list ul {
    border: 0;
  }
  header.main .topbar #lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited{
    background-color: transparent;
  }
  @media (max-width: 991px) {
    header.main .topbar {
      padding-top: 60px;
    }
  }
  header.main .language-switcher {
    float: left;
  }
  @media (max-width: 991px) {
    header.main .language-switcher {
      position: relative;
      margin-top: -4px;
    }
  }
  header.main .social-wrapper {
    float: right;
    margin-right: 160px;
    padding-bottom: 4px;
  }
  header.main .social-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  header.main .social-wrapper ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
  }
  header.main .social-wrapper ul li a {
    display: block;
  }
  @media (max-width: 991px) {
    header.main .social-wrapper {
      display: none;
    }
  }
  header.main .main-section {
    position: relative;
  }
  header.main .main-section .logo {
    display: block;
    position: absolute;
    top: 0;
    padding: 12px 12px 12px 0;
    z-index: 99999;
  }
  @media (max-width: 991px) {
    header.main .main-section .logo {
      position: static;
      float: left;
    }
  }
  header.main .main-section .main-menu {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-family: "Open Sans", sans-serif;
    padding: 34px 120px 0;
  }
  header.main .main-section .main-menu a {
    color: black;
    text-decoration: none;
    position: relative;
    display: block;
    padding-top: 12px;
  }
  header.main .main-section .main-menu a:after {
    content: " ";
    display: block;
    width: 19px;
    height: 5px;
    background: url(images/icons/icon-hover-top.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
  }
  header.main .main-section .main-menu a:hover:after, header.main .main-section .main-menu a.active:after {
    opacity: 1;
  }
  header.main .main-section .main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  header.main .main-section .main-menu ul li {
    display: inline-block;
    margin: 0 19px;
  }
  header.main .main-section .main-menu > ul > li.current-menu-ancestor > a:after, header.main .main-section .main-menu > ul > li.current-menu-item > a:after {
    opacity: 1;
  }
  header.main .main-section .main-menu .sub-menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #eae9e4;
    padding: 20 0 5px;
    display: none;
    z-index: 99;
  }
  header.main .main-section .main-menu .sub-menu-wrapper > .sub-menu {
    width: 100%;
    max-width: 1170px;
    margin: 35px auto 0;
    padding: 0 15px;
    padding: 20px 0 7px;
    border-top: 1px solid #e5e5e5;
  }
  header.main .main-section .main-menu .sub-menu-wrapper > .sub-menu li {
    margin: 0 13px;
  }
  header.main .main-section .main-menu .sub-menu-wrapper > .sub-menu a {
    color: #959595;
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 20px;
  }
  @media (max-width: 991px) {
    header.main .main-section .main-menu {
      display: none;
    }
  }
  header.main .header-icons {
    margin-top: 30px;
    padding: 7px 0 0;
    text-align: center;
    background-color: rgba(193, 193, 193, 0.5);
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 18px;
  }
  header.main .header-icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  header.main .header-icons ul li {
    display: inline-block;
    margin: 0 26px;
  }
  header.main .header-icons ul li img {
  }
  @media (max-width: 1200px) {
    header.main .header-icons ul {
      font-size: 0;
    }
    header.main .header-icons ul li {
      margin: 0 3px;
      padding: 0 5px;
      max-width: 16.6666%;
    }

  }
  @media (max-width: 767px) {
    header.main .header-icons ul {
      font-size: 0;
    }
    header.main .header-icons ul li {
      margin: 0 3px;
      padding: 0 5px;
      max-width: 16.6666%;
    }
    header.main .header-icons ul li span {
      display: none;
    }
  }
  @media (max-width: 420px) {
    header.main .header-icons ul li {
      margin: 0;
    }
  }

  .burger {
    display: block;
    width: 35px;
    height: 30px;
    float: right;
    position: relative;
    margin-top: -7px;
    padding-top: 7px;
    padding-right: 7px;
    margin-right: -7px;
    padding-left: 7px;
  }
  .burger span {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .burger span, .burger span::before, .burger span::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: black;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 0.3s;
  }
  .burger span::before, .burger span::after {
    position: absolute;
    content: "";
  }
  .burger span::before {
    top: -5px;
  }
  .burger span::after {
    top: 5px;
  }

  .menu-opened .burger span {
    background-color: transparent;
  }
  .menu-opened .burger span::before {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  .menu-opened .burger span::after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  .menu-opened #page {
    position: relative;
  }
  .menu-opened .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }

  @media (max-width: 991px) {
    #page {
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms;
    }
    #page.menu-opened {
      -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
      transform: translateX(-280px);
    }
  }

  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    background-color: white;
    z-index: 99;
    text-align: right;
    padding: 30px;
    height: 100vh;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 30px;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
  }
  .mobile-menu-wrapper.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu-wrapper a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 8px 0;
  }
  .mobile-menu-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu-wrapper ul.sub-menu {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .mobile-menu-wrapper ul.sub-menu a {
    color: #959595;
    padding: 5px 0;
  }
  .mobile-menu-wrapper .social {
    padding: 20px 0;
  }
  .mobile-menu-wrapper .social li {
    display: inline-block;
    margin: 0 10px;
  }
  .mobile-menu-wrapper .social li:last-child {
    margin-right: 0;
  }
  .mobile-menu-wrapper .social li a {
    padding: 5px 0;
  }
  .mobile-menu-wrapper .mobile-menu > ul > li > .sub-menu-wrapper {
    display: none;
  }
  .mobile-menu-wrapper .btn-wrapper .book, .mobile-menu-wrapper .btn-wrapper .book-group {
    display: inline-block;
    width: 48%;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px 10px;
  }
  .mobile-menu-wrapper .btn-wrapper .book.room, .mobile-menu-wrapper .btn-wrapper .book-group.room {
    background-color: #dc8068;
  }
  .mobile-menu-wrapper .btn-wrapper .book.group, .mobile-menu-wrapper .btn-wrapper .book-group.group {
    background-color: #b95338;
  }

  /*** FOOTER MAIN ***/
  footer.main {
    position: relative;
  }
  footer.main h5 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    padding-right: 15px;
  }
  footer.main h5:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 19px;
    background: url(images/icons/icon-hover-right.png) top right no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: -15px;
  }
  footer.main .box-wrapper {
    margin-bottom: 65px;
    padding-top: 20px;
  }
  @media (max-width: 991px) {
    footer.main .box-wrapper {
      margin-bottom: 15px;
    }
  }
  footer.main .footer-box {
    color: black;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  footer.main .footer-box span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    font-family: "Open Sans", sans-serif;
    padding: 11px 2px;
    margin-right: -10px;
  }
  footer.main .footer-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  footer.main .logo {
    display: block;
    float: left;
    margin-bottom: 25px;
  }
  footer.main .logo img {
    height: 38px;
  }
  @media (max-width: 767px) {
    footer.main .logo {
      margin-bottom: 10px;
    }
  }
  footer.main .scroll-to-top-wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background-color: black;
    padding-top: 15px;
  }
  footer.main .scroll-to-top-wrapper a {
    display: block;
    width: 60px;
    height: 75px;
    padding-top: 15px;
    position: absolute;
    top: -15px;
  }
  footer.main .scroll-to-top-wrapper a:before {
    content: " ";
    display: block;
    width: 19px;
    height: 5px;
    background: url(images/icons/icon-hover-top.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
  }
  footer.main .scroll-to-top-wrapper a:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/icons/arrow-up.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 7px;
  }
  footer.main .scroll-to-top-wrapper a:hover:before {
    opacity: 1;
  }
  @media (max-width: 767px) {
    footer.main .scroll-to-top-wrapper {
      width: 40px;
      height: 40px;
      margin-left: 0;
      left: auto;
      right: 15px;
    }
    footer.main .scroll-to-top-wrapper a {
      width: 40px;
      height: 40px;
    }
    footer.main .scroll-to-top-wrapper a:after {
      margin-top: 14px;
    }
  }
  footer.main .newsletter {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  @media (max-width: 420px) {
    footer.main .newsletter {
      margin-bottom: 25px;
    }
  }
  footer.main .newsletter h3 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    margin: 0;
    line-height: 35px;
  }
  footer.main .newsletter h3 + p {
    font-size: 12px;
    line-height: 15px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  footer.main .newsletter p {
    margin: 0;
  }
  footer.main .newsletter br {
    display: none;
  }
  footer.main .newsletter form {
    background-color: transparent;
    position: relative;
    padding-right: 170px;
  }
  @media (max-width: 420px) {
    footer.main .newsletter form {
      padding-right: 0;
    }
  }
  footer.main .newsletter form input {
    border: 0;
    outline: 0;
    background-color: white;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 30px;
    -webkit-appearance: none;
    margin: 0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
  }
  footer.main .newsletter form label {
    margin: 0;
  }
  footer.main .newsletter form label > span {
    display: none;
  }
  footer.main .newsletter form button[type=submit] {
    width: 170px;
    font-family: "Playfair Display", serif;
    border-radius: 0;
    background-color: #cf2226;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
  }
  @media (max-width: 420px) {
    footer.main .newsletter form button[type=submit] {
      position: static;
      width: 100%;
      margin-top: 10px;
    }
  }
  footer.main .bottombar {
    position: relative;
  }
  footer.main .mobile-bottombar {
    text-align: center;
    padding-top: 5px;
  }

  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
	}
	.slick-slide.slick-active {
		visibility: visible;
	}
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .slick-dots {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    opacity: 0.3;
  }
  .slick-dots li button {
    background-color: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
    padding: 5px;
  }
  .slick-dots li button:active, .slick-dots li button:focus {
    outline: 0;
  }
  .slick-dots li button:after {
    content: " ";
    background-color: black;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    padding: 0;
  }
  .slick-dots li.slick-active {
    opacity: 1;
  }

  /*** FLEXIBLE CONTENT ***/
  .section-content {
    padding: 0 0 53px;
    font-size: 30px;
    line-height: 35px;
    font-family: "Playfair Display", serif;
  }
  .section-content .bg-image {
    position: relative;
    display: block;
    margin-top: -50px;
    z-index: -1;
  }
  @media (max-width: 767px) {
    .section-content .bg-image {
      margin-top: 0;
    }
  }
  @media (max-width: 1199px) {
    .section-content p br {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .section-content {
      font-size: 22px;
      line-height: 28px;
    }
  }

  /*** FOUR FIGURES ***/
  section.four-figures {
    overflow: hidden;
  }
  section.four-figures .section-figures {
    padding-top: 30px;
  }
  section.four-figures figure {
    text-align: center;
  }
  section.four-figures figure .img-row {
    display: table;
    width: 100%;
  }
  section.four-figures figure .img-wrapper {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
  }
  section.four-figures figure .img-wrapper .figure-image {
    position: relative;
    z-index: 1;
    display: inline-block;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  section.four-figures figure .img-wrapper .bg {
    position: absolute;
    bottom: 0;
    max-width: initial;
    z-index: -1;
  }
  section.four-figures figure h4 {
    margin: 0;
  }
  section.four-figures figcaption {
    margin-bottom: 15px;
    min-height: 130px;
    padding-top: 25px;
  }
  section.four-figures figcaption p {
    margin: 0;
    font-size: 15px;
  }
  section.four-figures a {
    color: black;
    text-decoration: none;
    text-align: center;
  }
  section.four-figures .after-section-info {
    position: relative;
    text-align: center;
  }
  section.four-figures .after-section-info .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em;
    padding-bottom: 5px;
    font-family: "Playfair Display", serif;
  }
  section.four-figures .after-section-info .inner a {
    text-decoration: underline;
  }
  section.four-figures .after-section-info .inner p {
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    section.four-figures .after-section-info {
      height: auto !important;
    }
    section.four-figures .after-section-info .inner {
      position: static;
      padding: 30px 0;
    }
  }
  @media (max-width: 767px) {
    section.four-figures .after-section-info .inner {
      font-size: 25px;
      line-height: 30px;
    }
  }
  @media (max-width: 767px) {
    section.four-figures {
      text-align: center;
    }
    section.four-figures .box {
      display: inline-block;
      width: 280px;
    }
    section.four-figures .box-wrapper .img-wrapper, section.four-figures .box-wrapper figcaption {
      height: auto !important;
      min-height: initial;
    }
    section.four-figures .box-wrapper figcaption {
      margin-bottom: 50px;
      padding-top: 15px;
      display: inline-block;
    }
  }

  /*** TWO COLS ***/
  .two-cols-section {
    padding-top: 8px;
  }
  .two-cols-section .box-wrapper {
    margin-bottom: 35px;
    position: relative;
  }
  @media (max-width: 767px) {
    .two-cols-section .box-wrapper {
      margin-bottom: 20px;
    }
  }
  .two-cols-section .content-wrapper {
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    min-height: 480px;
    position: relative;
  }
  .two-cols-section .content-wrapper .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .two-cols-section .content-wrapper h2 {
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .two-cols-section .content-wrapper h2 {
      font-size: 55px;
      line-height: 60px;
      margin-bottom: 25px;
    }
  }
  @media (max-width: 767px) {
    .two-cols-section .content-wrapper h2 {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 1199px) {
    .two-cols-section .content-wrapper {
      min-height: 380px;
      font-size: 18px;
    }
    .two-cols-section .content-wrapper h3 {
      font-size: 33px;
      line-height: 38px;
    }
  }
  @media (max-width: 767px) {
    .two-cols-section .content-wrapper h3 {
      font-size: 30px;
      line-height: 35px;
    }
  }
  @media (max-width: 991px) {
    .two-cols-section .pull-right {
      float: none !important;
    }
    .two-cols-section img {
      width: 100%;
    }
    .two-cols-section .content-wrapper {
      min-height: initial;
      padding: 30px 0 0;
    }
    .two-cols-section .content-wrapper .inner {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @media (max-width: 767px) {
    .two-cols-section .content-wrapper {
      min-height: initial;
      padding: 15px 0 0;
    }
  }

  /*** CONTACT US ***/
  .contact-section {
    padding-top: 15px;
  }
  .contact-section h1 {
    letter-spacing: 0.02em;
    margin-bottom: 70px;
  }
  @media (max-width: 767px) {
    .contact-section h1 {
      margin-bottom: 30px;
    }
  }
  .contact-section .section-content {
    padding-bottom: 45px;
  }
  .contact-section .section-content img {
    margin-bottom: 10px;
  }
  @media (max-width: 420px) {
    .contact-section .section-content {
      padding-bottom: 30px;
    }
  }
  .contact-section .social-links {
    text-align: center;
    padding-bottom: 60px;
  }
  .contact-section .social-links .after-section-info {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
  }
  .contact-section .social-links .after-section-info p {
    margin-bottom: 25px;
  }
  .contact-section .social-links .after-section-info a {
    color: black;
    text-decoration: none;
  }
  .contact-section .social-links .after-section-info a:hover {
    text-decoration: underline;
  }
  @media (max-width: 991px) {
    .contact-section .social-links {
      padding-bottom: 10px;
    }
    .contact-section .social-links .after-section-info {
      padding-top: 30px;
      text-align: center;
    }
  }
  /*** bookinggroup PAGE ***/
  body.bookinggroup .cols-wrap {
    overflow: hidden;
    padding-top: 65px;
    margin-bottom: 49px;
  }
  body.bookinggroup .cols-wrap .l-col {
    width: 585px;
    float: left;
    padding-top: 19px;
  }
  body.bookinggroup .cols-wrap .l-col > h5 {
    margin-bottom: 14px;
  }
  body.bookinggroup .cols-wrap .r-col {
    width: 585px;
    float: right;
  }
  body.bookinggroup .cols-wrap .r-col > h5 {
    text-align: center;
    padding: 0 34px;
    line-height: 35px;
  }
   body.bookinggroup .cols-wrap ::-webkit-input-menulist-button {
      opacity: 1;
  }
  body.bookinggroup .cols-wrap .r-col .ez-radio {
    width: 19px;
    height: 19px;
    border: 1px solid #e1e1e0;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -1px;
    margin-right: 10px;
    background-image: none;
  }
  body.bookinggroup .cols-wrap .r-col .ez-radio input[type="radio"] {
    width: 17px !important;
    height: 17px;
    margin-top: 0;
    cursor: pointer;
  }
  body.bookinggroup .cols-wrap .r-col .ez-radio.ez-selected {
    background-color: #a3a3a3;
  }
  body.bookinggroup .cols-wrap .r-col form {
    font-family: 'Open Sans', sans-serif;
    margin-top: 42px;
    margin-bottom: 32px;
  }
  body.bookinggroup .cols-wrap .r-col form .clearfix:before, body.bookinggroup .cols-wrap .r-col form .clearfix:after {
    content: " ";
    display: table;
  }
  body.bookinggroup .cols-wrap .r-col form .clearfix:after {
    clear: both;
  }
  body.bookinggroup .cols-wrap .r-col form ::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
  }
  body.bookinggroup .cols-wrap .r-col form :-moz-placeholder {
    color: #868686;
    opacity: 1;
  }
  body.bookinggroup .cols-wrap .r-col form ::-moz-placeholder {
    color: #868686;
    opacity: 1;
  }
  body.bookinggroup .cols-wrap .r-col form :-ms-input-placeholder {
    color: #868686;
    opacity: 1;
  }
  body.bookinggroup .cols-wrap .r-col form label {
    float: left;
    color: #868686;
    font-weight: 700;
    font-size: 12px;
    /*text-transform: uppercase;*/
  }
  body.bookinggroup .cols-wrap .r-col form input, body.bookinggroup .cols-wrap .r-col form select {
    width: 100%;
    border: 1px solid #e1e1e0;
    padding: 13px 3px 9px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
  body.bookinggroup .cols-wrap .r-col form input[type=number]::-webkit-outer-spin-button,
  body.bookinggroup .cols-wrap .r-col form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  body.bookinggroup .cols-wrap .r-col form input[type=number] {
    -moz-appearance: textfield;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 {
    overflow: hidden;
    margin-bottom: 31px;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 > div {
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 .dat {
    margin-right: 33px;
    width: 166px;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 .dat input {
    /* padding: 1px 13px 1px; */
    padding: 13px 15px 9px;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 .x1 {
    width: 175px;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 .x1 input {
    float: left;
    width: 69px;
    font-size: 12px;
    text-align: center;
    padding: 13px 3px 9px;
  }
  body.bookinggroup .cols-wrap .r-col form .r1 .x1 label {
    margin-right: 11px;
    padding-top: 13px;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 {
    overflow: hidden;
    margin-bottom: 10px;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .select-wrap {
    width: 269px;
    float: left;
    margin-right: 33px;
    background-image: url("images/icons/s-arr.png");
    background-repeat: no-repeat;
    background-position: 245px 17px;
    height: 39px;
    font-size: 10px;
    color: #868686;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .select-wrap select {
    width: 100% !important;
    padding: 13px 17px;
    height: 39px;
    cursor: pointer;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .select-wrap > span > span {
    padding: 13px 17px;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .labs {
    float: left;
    width: 259px;
    overflow: hidden;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .labs label {
    margin-top: 13px;
    margin-right: 12px;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .labs label:nth-of-type(2) {
    margin-left: 8px;
    margin-right: 9px;
    text-transform: initial;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .labs > span {
    width: 50px;
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .labs > span input {
    text-align: center;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx {
    float: left;
    clear: both;
    margin-top: 22px;
    overflow: hidden;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx label {
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx > span {
    float: left;
    overflow: hidden;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx > span input[type="radio"] {
    float: left;
    width: 30px;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx > span span {
    overflow: hidden;
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r2 .ch-bx > span span span span {
    color: #868686;
    font-weight: 700;
    font-size: 12px;
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r {
    overflow: hidden;
    margin-top: 17px;
    font-family: 'Open Sans', sans-serif;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r h4 {
    color: #868686;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx {
    overflow: hidden;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx .ez-radio {
    float: left;
    margin-left: 0;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 31px;
    margin-bottom: 20px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx > span {
    float: left;
    overflow: hidden;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx > span input[type="radio"] {
    float: left;
    width: 30px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx > span span {
    overflow: hidden;
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .r-r .only-r-bx > span span span span {
    color: #868686;
    font-weight: 700;
    font-size: 12px;
    float: left;
  }
  body.bookinggroup .cols-wrap .r-col form .s-r {
    overflow: hidden;
    margin-top: -4px;
    font-family: 'Open Sans', sans-serif;
    width: 565px;
  }
  body.bookinggroup .cols-wrap .r-col form .s-r h4 {
    color: #868686;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
  }
  body.bookinggroup .cols-wrap .r-col form .s-r textarea {
    width: 100%;
    border: 1px solid #e1e1e0;
    padding: 13px 16px 9px;
    font-size: 12px;
    height: 87px;
    color: #868686;
  }
  body.bookinggroup .cols-wrap .r-col form .s-r p {
    margin-bottom: 0;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info {
    /* overflow: hidden; */
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    width: 569px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info h4 {
    color: #868686;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs {
    /* overflow: hidden; */
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .first-halfs {
    overflow: hidden;
    margin-bottom: 28px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .second-halfs {
    /* overflow: hidden; */
    margin-bottom: 5px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .second-halfs .hlf:last-of-type {
    float: right;
    margin-right: 10px;
    width: 171px;
    height: 45px;
    position: relative;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .second-halfs .hlf:last-of-type:hover:after {
    content: "";
    display: block;
    width: 5px;
    height: 19px;
    background-image: url("images/icons/icon-hover-right.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: -15px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .hlf {
    float: left;
    width: 278px;
    margin-right: 6px;
    margin-bottom: 13px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .hlf input {
    padding: 13px 16px 9px;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .hlf.select-wrap {
    background-image: url("images/icons/s-arr.png");
    background-repeat: no-repeat;
    background-position: 245px 17px;
    background-color: white;
    height: 39px;
    font-size: 12px;
    color: #868686;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .hlf.select-wrap select {
    width: 100% !important;
    padding: 13px 17px;
    height: 39px;
    cursor: pointer;
  }
  body.bookinggroup .cols-wrap .r-col form .r-info .halfs .hlf.select-wrap > span > span {
    padding: 13px 17px;
  }
  body.bookinggroup .cols-wrap .r-col > p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #010101;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
  }
  body.bookinggroup .cols-wrap .r-col input[type="submit"] {
    font-size: 18px;
    color: white;
    cursor: pointer;
    background-color: #d02326;
    float: right;
    border: 0;
    font-family: "Playfair Display", serif;
    padding: 9px 16px 11px !important;
  }
  body.bookinggroup .cols-wrap .r-col input[type="submit"]:hover {
    background-color: #000000;
  }
  body.bookinggroup .main-content .container > h1 {
    text-align: center;
    padding-top: 23px;
    margin-bottom: 39px;
    line-height: 45px;
  }
  body.bookinggroup .main-content .container > h4 {
    text-align: center;
  }
  body.bookinggroup .main-content .container ul {
    padding-left: 10px;
  }
  body.bookinggroup .main-content .container ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    color: #010101;
    margin-bottom: 2px;
    font-family: "Playfair Display", serif;
  }
  body.bookinggroup .main-content .container ul li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #010101;
    position: absolute;
    top: 11px;
    left: -8px;
  }
  body.bookinggroup .main-content .container ul + p strong {
    display: inline-block;
    padding-top: 11px;
    margin-bottom: 28px;
  }
  body.bookinggroup .main-content .container p {
    font-family: "Playfair Display", serif;
  }
  @media screen and (max-width: 1300px) {
    body.bookinggroup .cols-wrap .l-col, body.bookinggroup .cols-wrap .r-col {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    body.bookinggroup .cols-wrap .l-col, body.bookinggroup .cols-wrap .r-col {
      width: 90%;
    }
    body.bookinggroup .cols-wrap .r-col form .r1 .dat {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
    }
    body.bookinggroup .cols-wrap .r-col form .r2 .select-wrap {
      margin-bottom: 10px;
    }
    body.bookinggroup .cols-wrap .r-col form .s-r {
      width: 100%;
    }
    body.bookinggroup .cols-wrap .r-col form .r-info {
      width: 100%;
    }
    body.bookinggroup .cols-wrap .r-col form .r-info .halfs .first-halfs .hlf {
      width: 100%;
    }
    body.bookinggroup .cols-wrap .r-col form .r-info .halfs .second-halfs .hlf:last-of-type {
      float: left;
    }
    body.bookinggroup .cols-wrap .r-col form .r-info .halfs .second-halfs {
      overflow: hidden;
    }
  }
  /*** FAQ PAGE ***/
  body.faq .main-content {
    padding-top: 60px;
  }
  body.faq h1 {
    text-align: center;
  }

  .faq-section {
    padding: 35px 0 110px;
  }
  .faq-section .accordion-header {
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .faq-section {
      padding: 15px 0 0;
    }
  }

  .faq-box {
    border-bottom: 3px solid #818181;
    margin-bottom: 20px;
  }
  .faq-box .content {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
  }
  .faq-box .content p {
    margin-bottom: 25px;
  }
  .faq-box .content a {
    color: black;
  }
  .faq-box .content a:hover {
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .faq-box {
      padding-bottom: 10px;
    }
    .faq-box .content {
      padding-top: 10px;
      display: none;
    }
    .faq-box .content p {
      margin-bottom: 20px;
    }
    .faq-box .content p:last-child {
      margin-bottom: 5px;
    }
  }
  @media screen and (min-width: 768px) {
    .faq-box .content {
      display: block !important;
    }
  }

  /*** SLIDESHOW ***/
  .slideshow {
    overflow: hidden;
    padding-bottom: 35px;
  }
  .slideshow .slick-track {
    height: 100%;
  }
  .slideshow .slick-slide {
    height: 700px;
  }
  @media (max-width: 1199px) {
    .slideshow .slick-slide {
      height: 562px;
    }
  }
  @media (max-width: 991px) {
    .slideshow .slick-slide {
      height: 425px;
    }
  }
  @media (max-width: 767px) {
    .slideshow .slick-slide {
      height: auto;
      overflow: hidden;
    }
  }

  .slick-slide {
    position: relative;
  }
  .slick-slide .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 100px;
    line-height: 110px;
    text-align: center;
    width: 100%;
    padding: 30px;
  }
  @media (max-width: 1199px) {
    .slick-slide .overlay {
      font-size: 80px;
      line-height: 90px;
    }
  }
  @media (max-width: 991px) {
    .slick-slide .overlay {
      font-size: 70px;
      line-height: 80px;
    }
  }
  @media (max-width: 767px) {
    .slick-slide .overlay {
      font-size: 60px;
      line-height: 70px;
    }
  }
  @media (max-width: 420px) {
    .slick-slide .overlay {
      font-size: 40px;
      line-height: 48px;
    }
  }
  .slick-slide .overlay-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .slick-slide .video-js {
    width: 100% !important;
    position: static;
    display: block;
    height: 0 !important;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  .slick-slide .video-js .vjs-tech {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border: 0;
    background-color: transparent;
    padding: 0 15px;
  }
  .slick-next span, .slick-prev span {
    display: block;
    width: 60px;
    height: 60px;
    background-color: black;
  }
  .slick-next:active, .slick-next:focus, .slick-prev:active, .slick-prev:focus {
    outline: 0;
  }
  .slick-next:before, .slick-prev:before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .slick-next:after, .slick-prev:after {
    content: " ";
    display: block;
    width: 5px;
    height: 19px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    opacity: 0;
  }
  .slick-next:hover:after, .slick-prev:hover:after {
    opacity: 1;
  }
  @media (max-width: 767px) {
    .slick-next, .slick-prev {
      margin-top: -20px;
    }
    .slick-next span, .slick-prev span {
      width: 40px;
      height: 40px;
    }
  }

  .slick-next {
    right: -30px;
  }
  .slick-next:before {
    background: url(images/icons/arrow-right.png) 0 0 no-repeat;
  }
  .slick-next:after {
    background: url(images/icons/icon-hover-right.png) 0 0 no-repeat;
    right: 0;
  }

  .slick-prev {
    left: -30px;
  }
  .slick-prev:before {
    background: url(images/icons/arrow-left.png) 0 0 no-repeat;
  }
  .slick-prev:after {
    background: url(images/icons/icon-hover-left.png) 0 0 no-repeat;
    left: 0;
  }

  /*** HOMEPAGE ***/
  body.home .main-content {
    padding-top: 2px;
    padding-bottom: 20px;
  }

  /*** EVENTS SECTION ***/
  section.events {
    padding: 65px 0;
  }
  @media (max-width: 767px) {
    section.events {
      padding-top: 30px;
      padding-bottom: 0;
    }
  }
  section.events h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
  }
  section.events .event-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  section.events .event-list a {
    color: black;
    text-decoration: none;
  }
  section.events .event-list h3 {
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
  }
  section.events .event-list li {
    padding-left: 120px;
    position: relative;
    margin-bottom: 12px;
    height: 120px;
    display: block;
  }
  section.events .event-list li .img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.events .event-list li .meta {
    padding-top: 15px;
  }
  section.events .event-list li .meta span {
    font-size: 14px;
    line-height: 20px;
    font-family: "Playfair Display", serif;
    color: #959595;
  }
  section.events .event-list li .meta .location {
    display: block;
  }
  @media (max-width: 767px) {
    section.events .past-events, section.events .upcoming-events {
      margin-bottom: 35px;
    }
  }

  .livewall h3.widget-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
  }

  /*** CALL TO ACTION ***/
  .call-to-action {
    padding: 55px 0;
  }
  @media (max-width: 767px) {
    .call-to-action {
      padding: 35px 0;
    }
  }
  .call-to-action a {
    color: black;
    text-decoration: none;
  }
  .call-to-action h3 {
    font-size: 72px;
    line-height: 85px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  @media (max-width: 1199px) {
    .call-to-action h3 {
      font-size: 65px;
      line-height: 70px;
    }
  }
  @media (max-width: 991px) {
    .call-to-action h3 {
      font-size: 45px;
      line-height: 50px;
      margin-bottom: 18px;
    }
  }
  @media (max-width: 420px) {
    .call-to-action h3 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 13px;
    }
  }
  .events .big-figure,
  .call-to-action .big-figure {
    position: relative;
  }
  .events .big-figure figcaption,
  .call-to-action .big-figure figcaption {
    position: absolute;
    left: 0;
  }
  .events .big-figure figcaption p,
  .call-to-action .big-figure figcaption p {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
  }
  .events .big-figure figcaption p:after,
  .call-to-action .big-figure figcaption p:after {
    content: " ";
    display: block;
    width: 100%;
    height: 14px;
    background: url(images/icons/icon-go.png) center center no-repeat;
    margin-top: 15px;
  }
  @media (max-width: 991px) {
  	.events .big-figure figcaption,
    .call-to-action .big-figure figcaption {
      position: static;
      padding-top: 10px;
    }
  }
  @media (max-width: 767px) {
  	.events .big-figure,
    .call-to-action .big-figure {
      text-align: center;
    }
    .events .big-figure figcaption,
    .call-to-action .big-figure figcaption {
      max-width: 320px;
      display: inline-block;
      text-align: center;
    }
  }
  .call-to-action .half-figures {
    padding-top: 65px;
  }
  @media (max-width: 767px) {
    .call-to-action .half-figures {
      padding-top: 10px;
    }
  }
  .events .big-figure,
  .call-to-action .half-figures .big-figure {
    padding-bottom: 120px;
  }
  .events .big-figure figcaption,
  .call-to-action .half-figures .big-figure figcaption {
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 0 15px;
  }
  @media (max-width: 991px) {
  	.events .big-figure figcaption,
    .call-to-action .half-figures .big-figure figcaption {
      padding-top: 10px;
    }
  }
  @media (max-width: 767px) {
  	.events .big-figure,
    .call-to-action .half-figures .big-figure {
      padding-bottom: 20px;
    }
  }
  .call-to-action .video-figure .big-figure {
    text-align: right;
    text-shadow: 1px 1px #fff;
  }
  .call-to-action .video-figure .big-figure figcaption {
    text-align: left;
    bottom: 45px;
  }
  .call-to-action .video-figure .big-figure figcaption p:after {
    background-position: left center;
  }
  @media (max-width: 767px) {
    .call-to-action .video-figure .big-figure {
      text-align: center;
    }
    .call-to-action .video-figure .big-figure figcaption {
      text-align: center;
    }
    .call-to-action .video-figure .big-figure figcaption p:after {
      background-position: center center;
    }
  }
  @media (max-width: 1199px) {
    .call-to-action .small-figures .big-figure, .call-to-action .video-figure .big-figure {
      padding-left: 60px;
    }
  }
  @media (max-width: 991px) {
    .call-to-action .small-figures .big-figure, .call-to-action .video-figure .big-figure {
      padding-left: 0;
    }
  }
  .call-to-action .video {
    padding-left: 100px;
    padding-top: 130px;
  }
  .call-to-action .video .vid-wrapper {
    margin-bottom: 25px;
  }
  .call-to-action .video h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .call-to-action .video p {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #959595;
  }
  @media (max-width: 1199px) {
    .call-to-action .video {
      padding-left: 0;
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .call-to-action .video {
      text-align: center;
    }
    .call-to-action .video .video-js {
      display: inline-block;
    }
  }

  .badge {
    display: inline-block;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    padding: 1px 10px;
  }
  .badge.grey {
    background-color: #959595;
  }
  .badge.yellow {
    background-color: #fad232;
  }
  .badge.green {
    background-color: #b4d93d;
  }
  .badge.blue {
    background-color: #5064fa;
  }
  .badge.red {
    background-color: #cf2226;
  }

  .small-figures {
    padding-top: 20px;
    text-align: center;
  }
  .small-figures .col-lg-5 {
    height: 630px;
  }
  @media (max-width: 1199px) {
    .small-figures .col-lg-5 {
      height: 530px;
    }
  }
  @media (max-width: 991px) {
    .small-figures .col-lg-5 {
      height: auto;
    }
  }
  .small-figures figure {
    display: inline-block;
  }
  .small-figures .small-figures-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
  }
  .small-figures .small-figures-wrapper header {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .small-figures .small-figures-wrapper header h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
  }
  .small-figures .small-figures-wrapper header p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .small-figures .small-figures-wrapper .img-wrapper {
    position: relative;
  }
  .small-figures .small-figures-wrapper .img-wrapper .badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .small-figures .small-figures-wrapper .figures > a {
    display: inline-block;
    position: relative;
  }
  .small-figures .small-figures-wrapper .figures > a .img-wrapper {
    position: relative;
  }
  .small-figures .small-figures-wrapper .figures > a .img-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 200ms;
  }
  .small-figures .small-figures-wrapper .figures > a .img-wrapper:before {
    content: "+";
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: transparent;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    transition: all 200ms;
  }
  .small-figures .small-figures-wrapper .figures > a figcaption {
    position: relative;
  }
  .small-figures .small-figures-wrapper .figures > a figcaption:after {
    content: " ";
    display: block;
    width: 19px;
    height: 5px;
    background: url(images/icons/icon-hover-top.png) 0 0 no-repeat;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
  }
  .small-figures .small-figures-wrapper .figures > a:hover .img-wrapper:after {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .small-figures .small-figures-wrapper .figures > a:hover .img-wrapper:before {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
  }
  .small-figures .small-figures-wrapper .figures > a:hover figcaption:after {
    opacity: 1;
  }
  @media (max-width: 991px) {
    .small-figures .small-figures-wrapper .figures > a {
      width: 49%;
      max-width: 180px;
    }
  }
  .small-figures .small-figures-wrapper figure {
    padding: 0 12px;
  }
  .small-figures .small-figures-wrapper figure h6 {
    font-size: 14px;
    line-height: 45px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .small-figures .small-figures-wrapper figure {
      padding: 0 5px;
    }
  }
  @media (max-width: 991px) {
    .small-figures .small-figures-wrapper {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-top: 50px;
    }
  }
  @media (max-width: 767px) {
    .small-figures .small-figures-wrapper {
      margin-bottom: 20px;
      padding: 0;
      margin-top: 0;
    }
    .small-figures .small-figures-wrapper header {
      padding: 0 0 15px;
    }
  }
  .small-figures .big-figure {
    text-align: center;
    width: 100%;
  }
  .small-figures .big-figure img {
    margin-left: 100px;
  }
  .small-figures .big-figure figcaption {
    text-align: left;
    bottom: 40px;
    left: 40px;
  }
  .small-figures .big-figure figcaption p:after {
    background-position: left center;
  }
  @media (max-width: 1199px) {
    .small-figures .big-figure img {
      margin: 0;
    }
    .small-figures .big-figure figcaption {
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .small-figures .big-figure figcaption {
      text-align: center;
    }
    .small-figures .big-figure figcaption p:after {
      background-position: center center;
    }
  }

  /*** CAROUSEL ***/
  .carousel-section {
    padding: 65px 0 20px;
  }
  @media (max-width: 767px) {
    .carousel-section {
      padding: 20px 0;
    }
  }
  .carousel-section header {
    text-align: center;
    padding-bottom: 12px;
  }
  @media (max-width: 767px) {
    .carousel-section header {
      padding-bottom: 5px;
    }
  }
  .carousel-section header h5 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .carousel-section header p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .carousel-section .slick-next, .carousel-section .slick-prev {
    margin-top: -15px;
  }
  .carousel-section .slick-next {
    right: -10px;
  }
  .carousel-section .slick-prev {
    left: -10px;
  }

  .carousel {
    margin: 0 -15px;
    padding-top: 70px;
  }
  .carousel .slide {
    padding: 0 15px;
    text-align: center;
  }
  .carousel .slide a {
    display: block;
    color: black;
    text-decoration: none;
  }
  .carousel .slide .img-wrapper {
    position: relative;
  }
  .carousel .slide .img-wrapper img {
    width: 100%;
  }
  .carousel .slide .img-wrapper .badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0) scale(1);
    -ms-transform: translate3d(-50%, 0, 0) translateZ(0) scale(1);
    transform: translate3d(-50%, 0, 0) translateZ(0) scale(1);
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
  }
  .carousel .slide figcaption {
    padding-top: 25px;
  }
  .carousel .slide figcaption h6 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  @media (max-width: 767px) {
    .carousel {
      margin: 0 -6px;
      padding-top: 50px;
    }
    .carousel .slide {
      padding: 0 6px;
    }
  }

  /*** EVENTS PAGE ***/
  .events-intro {
    font-size: 45px;
    line-height: 55px;
    font-family: "Playfair Display", serif;
  }
  .events-intro p {
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .events-intro {
      font-size: 40px;
      line-height: 50px;
    }
  }
  @media (max-width: 991px) {
    .events-intro {
      font-size: 35px;
      line-height: 45px;
    }
  }
  @media (max-width: 767px) {
    .events-intro {
      font-size: 30px;
      line-height: 45px;
    }
    .events-intro br {
      display: none;
    }
  }
  @media (max-width: 420px) {
    .events-intro {
      font-size: 25px;
      line-height: 32px;
    }
    .events-intro br {
      display: none;
    }
  }

  body.events h1 {
    font-size: 72px;
    line-height: 85px;
    margin-bottom: 25px;
    text-align: center;
  }
  @media (max-width: 1199px) {
    body.events h1 {
      font-size: 65px;
      line-height: 70px;
    }
  }
  @media (max-width: 767px) {
    body.events h1 {
      font-size: 50px;
      line-height: 55px;
    }
  }
  body.events .main-content {
    padding-top: 30px;
  }

  .events-section {
    padding-bottom: 40px;
  }
  @media (max-width: 767px) {
    .events-section {
      padding-bottom: 0;
    }
  }
  .events-section .month {
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  .events-section .month h5 {
    color: #d66829;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  @media (max-width: 1199px) {
    .events-section .month h5 {
      font-size: 40px;
      line-height: 45px;
    }
  }
  @media (max-width: 767px) {
    .events-section .month h5 {
      font-size: 30px;
      line-height: 35px;
    }
  }
  .events-section .single-event {
    margin-bottom: 22px;
  }
  .events-section .single-event h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .events-section .single-event h3 a {
    color: black;
    text-decoration: none;
  }
  @media (max-width: 1199px) {
    .events-section .single-event h3 {
      font-size: 30px;
      line-height: 40px;
    }
  }
  @media (max-width: 991px) {
    .events-section .single-event h3 {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 5px;
    }
  }
  .events-section .single-event .meta {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
  }
  .events-section .single-event .meta p {
    margin-bottom: 35px;
  }
  @media (max-width: 1199px) {
    .events-section .single-event .meta p {
      margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .events-section .single-event .meta {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 0;
      font-size: 18px;
      color: #959595;
    }
  }
  .events-section .single-event .meta .location {
    display: block;
  }
  @media (max-width: 991px) {
    .events-section .single-event .col-sm-6 {
      height: auto !important;
    }
  }
  @media (max-width: 767px) {
    .events-section .single-event {
      margin-bottom: 35px;
    }
    .events-section .single-event img {
      width: 100%;
    }
    .events-section .single-event .img-wrapper {
      padding-bottom: 10px;
    }
  }
  .events-section .single-event + .month {
    padding-top: 70px;
  }
  @media (max-width: 991px) {
    .events-section .single-event + .month {
      padding-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .events-section .single-event + .month {
      padding-top: 20px;
    }
  }

  /*** VIDEO ***/
  #swipebox-overlay {
    max-width: 100% !important;
  }

  body .vjs-default-skin .vjs-big-play-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: -32px 0 0 -35px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
  }
  body .vjs-default-skin .vjs-big-play-button:before {
    line-height: 71px;
    padding-left: 5px;
  }
  body .vjs-default-skin .vjs-big-play-button:focus, body .vjs-default-skin .vjs-big-play-button:active {
    outline: 0;
  }
  body .video-js {
    max-width: 100%;
  }

  .instagram-pics {
    list-style-type: none;
    margin: 0 -1px;
    padding: 0;
  }
  .instagram-pics:after {
    content: '';
    display: table;
    clear: both;
  }
  .instagram-pics li {
    width: 33.3333%;
    float: left;
    padding: 1px 1px 2px 1px;
  }
  .instagram-pics li:last-child {
    display: none;
  }
  @media (max-width: 991px) {
    .instagram-pics li {
      width: 20%;
    }
    .instagram-pics li:last-child {
      display: block;
    }
  }
  @media (max-width: 420px) {
    .instagram-pics li {
      width: 33.3333%;
    }
    .instagram-pics li:last-child {
      display: none;
    }
  }

  /*** SHARE THIS ***/
  body .stButton {
    vertical-align: top;
    margin: 0 5px;
  }
  body .stButton .stLarge {
    width: 12px;
    height: 12px;
  }
  body .st_twitter_large .stLarge {
    background: url(images/icons/share-twitter.png) top left no-repeat !important;
  }
  body .st_facebook_large .stLarge {
    background: url(images/icons/share-facebook.png) top left no-repeat !important;
  }
  body .st_googleplus_large .stLarge {
    background: url(images/icons/share-google.png) top left no-repeat !important;
  }
  body .share-this {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #959595;
    padding-bottom: 50px;
  }
  body .share-this .st_label {
    margin-right: 5px;
  }

  /*** Gallery ***/
  .photo-section {
    position: relative;
    padding-bottom: 100px;
    position: relative;
  }
  .photo-section .row {
    overflow: hidden;
  }

  .gallery-item {
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .gallery-item {
      width: 100%;
      margin-bottom: 15px;
    }
    .gallery-item img {
      width: 100%;
    }
  }

  body.gallery h1 {
    text-align: center;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 35px;
  }
  body.gallery .main-content {
    padding-top: 65px;
  }
  body.gallery .gallery-intro {
    font-size: 25px;
    line-height: 30px;
    font-family: "Playfair Display", serif;
  }
  body.gallery .gallery-intro a {
    color: black;
  }
  @media (max-width: 1199px) {
    body.gallery .gallery-intro br {
      display: none;
    }
  }

  .gallery-filters {
    text-align: center;
    padding: 10px 0 60px;
    position: relative;
  }
  @media (max-width: 767px) {
    .gallery-filters {
      margin: 10px 0 30px;
      padding: 10px 0 0 0;
    }
  }
  .gallery-filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 970px;
    display: inline-block;
  }
  .gallery-filters ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .gallery-filters ul li {
    width: 160px;
    margin: 0 8px 16px;
    cursor: pointer;
    background-color: #d66829;
    display: inline-block;
    color: white;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-family: "Open Sans", sans-serif;
    border-radius: 3px;
  }
  @media (max-width: 991px) {
    .gallery-filters ul li {
      width: 150px;
      letter-spacing: 0.02em;
      margin: 0 5px 10px;
    }
  }
  @media (max-width: 767px) {
    .gallery-filters ul {
      background-color: #d66829;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1;
      display: none;
    }
    .gallery-filters ul:after {
      content: '';
      display: table;
      clear: both;
    }
    .gallery-filters ul li {
      width: 50%;
      margin: 0;
      float: left;
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .gallery-filters ul {
      display: inline-block !important;
    }
  }
  .gallery-filters .filter-trigger {
    display: block;
    background-color: #d66829;
    display: inline-block;
    color: white;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
  }

  .gallery-loader {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
  }
  .gallery-loader.top {
    bottom: auto;
    top: 50px;
  }
  .gallery-loader img {
    -webkit-animation: rotating 1s steps(12, end) infinite;
    animation: rotating 1s steps(12, end) infinite;
  }

  @-webkit-keyframes rotating /* Safari and Chrome */ {
    to {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    to {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /*** SINGLE POST ***/
  body.single-post .main-content {
    padding-top: 32px;
  }
  body.single-post .post-title {
    font-size: 30px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }
  body.single-post .post-title em {
    font-family: "Playfair Display", serif;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    body.single-post .post-title {
      font-size: 25px;
      line-height: 35px;
    }
  }
  body.single-post .intro {
    margin-bottom: 20px;
  }
  body.single-post .entry {
    font-size: 15px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
  }

  body.single-post .entry p {
    margin-bottom: 18px;
  }
  body.single-post .entry img.alignnone {
    width: 100%;
    /*margin: 32px 0;*/
  }
  @media (max-width: 767px) {
    body.single-post .entry img.alignnone {
      margin: 15px 0;
    }
  }
  body.single-post .entry figure, body.single-post .entry img {
    max-width: 100%;
  }

  .post-meta {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    padding-top: 7px;
    font-weight: 400;
    margin-bottom: 37px;
  }
  .post-meta a {
    text-decoration: none;
    color: black;
  }

  .tags {
    font-size: 12px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #959595;
    text-align: center;
    padding: 10px 0 0;
  }
  .tags a {
    text-decoration: none;
    color: #959595;
  }
  .tags a:before {
    content: "#";
  }
  .tags a:hover {
    color: black;
  }

  /*** BLOG PAGE ***/
  body.blog .main-content {
    padding-top: 20px;
  }

  .blog-intro {
    text-align: center;
    margin-bottom: 85px;
  }
  .blog-intro h1 {
    font-style: italic;
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 12px;
  }
  .blog-intro p {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
  }
  @media (max-width: 767px) {
    .blog-intro {
      margin-bottom: 45px;
    }
    .blog-intro br {
      display: none;
    }
  }

  .posts .post {
    margin-bottom: 70px;
  }
  .posts .post a.image {
    display: block;
    position: relative;
  }
  .posts .post a.image:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(images/icons/post-hover.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 200ms;
  }
  .posts .post a.image:hover:after {
    opacity: 1;
  }
  @media (max-width: 991px) {
    .posts .post {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .posts .post {
      margin-bottom: 20px;
    }
  }
  .posts .post .post-content {
    margin-top: -100px;
  }
  .posts .post .post-content .inner {
    background-color: #eae9e4;
    padding: 50px 20px;
    text-align: center;
  }
  @media (max-width: 767px) {
    .posts .post .post-content {
      margin-top: 0;
    }
    .posts .post .post-content .inner {
      padding: 30px 15px;
    }
  }
  .posts .post-title {
    font-size: 55px;
    line-height: 65px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .posts .post-title a {
    text-decoration: none;
    color: black;
  }
  .posts .post-title em {
    font-family: "Playfair Display", serif;
    font-weight: 400;
  }
  @media (max-width: 1199px) {
    .posts .post-title {
      font-size: 45px;
      line-height: 55px;
    }
  }
  @media (max-width: 767px) {
    .posts .post-title {
      font-size: 35px;
      line-height: 45px;
    }
  }
  @media (max-width: 420px) {
    .posts .post-title {
      font-size: 30px;
      line-height: 40px;
    }
  }
  .posts .post-meta {
    letter-spacing: 0.05em;
    padding: 0;
  }
  @media (max-width: 420px) {
    .posts .post-meta {
      margin-bottom: 25px;
    }
  }
  .posts .post-entry {
    max-width: 570px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #959595;
    margin-bottom: 27px;
  }
  @media (max-width: 420px) {
    .posts .post-entry {
      margin-bottom: 15px;
    }
  }

  .blog-pagination {
    padding-bottom: 10px;
  }
  .blog-pagination:after {
    content: '';
    display: table;
    clear: both;
  }
  .blog-pagination a, .blog-pagination span {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    color: black;
    line-height: 20px;
  }
  .blog-pagination .next-link {
    float: left;
  }
  .blog-pagination .next-link a:before, .blog-pagination .next-link span:before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(images/icons/icon-link-left.png) top left no-repeat;
    margin: 0 8px 0 0;
  }
  .blog-pagination .next-link span {
    opacity: 0.5;
  }
  .blog-pagination .next-link span:before {
    opacity: 0.3;
  }
  .blog-pagination .prev-link {
    float: right;
  }
  .blog-pagination .prev-link a:after, .blog-pagination .prev-link span:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(images/icons/icon-link-right.png) top left no-repeat;
    margin: 0 0 0 8px;
  }
  .blog-pagination .prev-link span {
    opacity: 0.5;
  }
  .blog-pagination .prev-link span:after {
    opacity: 0.5;
  }

  /*** ROOMS PAGE ***/
  body.rooms h1 {
    text-align: center;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 22px;
  }
  @media (max-width: 991px) {
    body.rooms h1 {
      font-size: 50px;
      line-height: 55px;
    }
  }
  @media (max-width: 767px) {
    body.rooms h1 {
      font-size: 45px;
      line-height: 50px;
    }
  }
  body.rooms .main-content {
    padding-top: 70px;
  }
  @media (max-width: 991px) {
    body.rooms .main-content {
      padding-top: 50px;
    }
  }
  @media (max-width: 767px) {
    body.rooms .main-content {
      padding-top: 35px;
    }
  }

  .rooms-intro {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 50px;
  }
  .rooms-intro small {
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
  }
  .rooms-intro ul {
    font-size: 40px;
    line-height: 45px;
    list-style-type: none;
    padding: 8px 0 50px;
    margin: 0;
  }
  .rooms-intro ul li:nth-child(even) {
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  .rooms-intro p {
    margin-bottom: 10px;
  }
  @media (max-width: 991px) {
    .rooms-intro {
      font-size: 25px;
      line-height: 30px;
    }
    .rooms-intro small {
      font-size: 18px;
      line-height: 22px;
    }
    .rooms-intro ul {
      font-size: 30px;
      line-height: 35px;
      padding: 8px 0 30px;
    }
  }
  @media (max-width: 767px) {
    .rooms-intro {
      font-size: 20px;
      line-height: 25px;
      padding-bottom: 30px;
    }
    .rooms-intro small {
      font-size: 15px;
      line-height: 20px;
    }
    .rooms-intro ul {
      font-size: 25px;
      line-height: 30px;
      padding: 8px 0 20px;
    }
    .rooms-intro ul li {
      padding-bottom: 8px;
    }
  }

  @media (max-width: 991px) {
    .rooms-section {
      text-align: center;
    }
  }

  .single-room {
    margin-bottom: 26px;
  }
  @media (max-width: 1199px) {
    .single-room {
      margin-bottom: 35px;
    }
  }
  @media (max-width: 991px) {
    .single-room {
      display: inline-block;
      max-width: 500px;
      width: 100%;
    }
  }
  .single-room img {
    width: 100%;
  }
  .single-room .slick-dots {
    top: auto;
    bottom: 23px;
  }
  .single-room .slick-dots li {
    margin: 0;
    opacity: 0.5;
  }
  .single-room .slick-dots li.slick-active {
    opacity: 1;
  }
  .single-room .slick-dots button {
    padding: 3px;
  }
  .single-room .slick-dots button:after {
    width: 15px;
    height: 15px;
    background-color: white;
  }
  .single-room .room-info {
    padding-top: 60px;
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    height: 300px;
  }
  .single-room .room-info header {
    padding-bottom: 30px;
  }
  .single-room .room-info .btn {
    position: absolute;
    bottom: 0;
  }
  .single-room .room-info .entry {
    padding-right: 100px;
  }
  @media screen and (max-width: 1300px) {
    .single-room .room-info {
      height: 292px;
      padding-top: 50px;
    }
  }
  @media (max-width: 1199px) {
    .single-room .room-info {
      height: 239px;
      padding-top: 0;
    }
    .single-room .room-info .entry {
      padding: 0;
    }
    .single-room .room-info header {
      padding-bottom: 15px;
    }
  }
  @media (max-width: 991px) {
    .single-room .room-info {
      height: auto;
    }
    .single-room .room-info header {
      padding-top: 15px;
    }
    .single-room .room-info .btn {
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .single-room .room-info {
      font-size: 18px;
      line-height: 22px;
    }
  }
  .single-room .room-types, .single-room h4 {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
  }
  @media (max-width: 1199px) {
    .single-room .room-types, .single-room h4 {
      font-size: 20px;
    }
  }
  @media (max-width: 991px) {
    .single-room .room-types, .single-room h4 {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .single-room .room-types, .single-room h4 {
      font-size: 25px;
    }
  }
  .single-room .room-types {
    position: relative;
  }
  .single-room .room-types:before {
    content: " ";
    width: 1px;
    height: 25px;
    display: inline-block;
    background-color: black;
    vertical-align: top;
    margin: 4px 5px 0;
  }
  @media (max-width: 767px) {
    .single-room .room-types {
      font-size: 20px;
      width: 100%;
      font-style: italic;
    }
    .single-room .room-types:before {
      display: none;
    }
  }

  .btn-red {
    background-color: #cf2226;
    border: 0;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 35px;
  }
  @media (max-width: 1199px) {
    .btn-red {
      padding: 10px 25px;
    }
  }

  /*** COLS 5-7 ***/
  .cols-5-7 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
  }
  @media (max-width: 1199px) {
    .cols-5-7 {
      font-size: 20px;
      line-height: 25px;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .cols-5-7 {
      font-size: 25px;
      line-height: 30px;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .cols-5-7 {
      font-size: 20px;
      line-height: 25px;
    }
  }
  .cols-5-7 p {
    margin-bottom: 20px;
  }
  .cols-5-7 h1 {
    margin-bottom: 32px;
    font-size: 72px;
  }
  @media (max-width: 1199px) {
    .cols-5-7 h1 {
      font-size: 65px;
      line-height: 70px;
    }
  }
  @media (max-width: 767px) {
    .cols-5-7 h1 {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 15px;
    }
  }
  .cols-5-7 h2 {
    margin-bottom: 60px;
    padding-top: 10px;
    font-size: 65px;
    letter-spacing: 0.005em;
  }
  @media (max-width: 1199px) {
    .cols-5-7 h2 {
      font-size: 60px;
      line-height: 65px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .cols-5-7 h2 {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 15px;
    }
  }
  .cols-5-7 small {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
  }
  .cols-5-7 .section-content {
    padding-bottom: 20px;
  }
  .cols-5-7 .col-md-7 h3, .cols-5-7 .col-md-7 h3 + p {
    padding-left: 100px;
  }
  @media (max-width: 1199px) {
    .cols-5-7 .col-md-7 h3, .cols-5-7 .col-md-7 h3 + p {
      padding-left: 0;
    }
  }
  .cols-5-7 .col-md-7 h3 {
    line-height: 50px;
    margin-bottom: 8px;
  }
  @media (max-width: 767px) {
    .cols-5-7 .col-md-7 h3 {
      line-height: 40px;
    }
  }
  .cols-5-7 .col-md-7 img.alignnone.size-full {
    margin-top: 5px;
  }
  .cols-5-7 .col-md-7 h3 + p {
    margin-bottom: 5px;
  }
  .cols-5-7 .col-md-7 p + h3 {
    padding-top: 40px;
  }
  @media (max-width: 991px) {
    .cols-5-7 .col-md-7 p + h3 {
      padding-top: 25px;
    }
  }
  @media (max-width: 767px) {
    .cols-5-7 .col-md-7 p + h3 {
      padding-top: 10px;
    }
  }
  .cols-5-7 .col-md-7 .alignleft {
    margin: 0 10px 10px 0;
    max-width: 54%;
  }
  @media (max-width: 1199px) {
    .cols-5-7 .col-md-7 .alignleft {
      max-width: 48%;
    }
  }
  @media (max-width: 991px) {
    .cols-5-7 .col-md-7 .alignleft {
      float: none;
      max-width: 90%;
      margin: 10px;
    }
  }
  .cols-5-7 .col-md-7 .alignright {
    margin: 0 0 10px 10px;
    max-width: 54%;
  }
  @media (max-width: 1199px) {
    .cols-5-7 .col-md-7 .alignright {
      max-width: 48%;
    }
  }
  @media (max-width: 991px) {
    .cols-5-7 .col-md-7 .alignright {
      float: none;
      max-width: 90%;
      margin: 10px;
    }
  }
  .cols-5-7 .col-md-5 img.alignnone.size-full {
    margin-top: 145px;
  }
  @media (max-width: 1199px) {
    .cols-5-7 .col-md-5 img.alignnone.size-full {
      margin-top: 5px;
    }
  }
  @media (max-width: 991px) {
    .cols-5-7 .pull-right {
      float: none !important;
    }
  }
.cols-1-1 {
	width: 100%;
}
  /*** VIDEO SECTION ***/
  .video-section {
    padding-top: 50px;
  }
  @media (max-width: 991px) {
    .video-section {
      padding-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .video-section {
      padding-top: 0;
    }
  }
  .video-section h4 {
    font-size: 35px;
    margin-bottom: 28px;
  }
  .video-section .after-section {
    padding-top: 105px;
  }
  .video-section .after-section small {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
  }
  @media (max-width: 1199px) {
    .video-section .after-section {
      padding-top: 50px;
    }
  }
  @media (max-width: 991px) {
    .video-section .after-section {
      padding-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .video-section .after-section {
      padding-top: 30px;
    }
  }

  /*** COLS 4-5-3 ***/
  .cols-4-5-3 {
    padding-top: 30px;
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 48px;
  }
  .cols-4-5-3 h1 {
    margin-bottom: 63px;
    font-size: 72px;
  }
  @media (max-width: 1199px) {
    .cols-4-5-3 h1 {
      font-size: 65px;
      line-height: 70px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .cols-4-5-3 h1 {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 15px;
    }
  }
  .cols-4-5-3 img.size-full.alignnone {
    margin-top: 8px;
  }
  @media (max-width: 991px) {
    .cols-4-5-3 {
      text-align: center;
    }
    .cols-4-5-3 img {
      min-width: 95%;
    }
  }
  @media (max-width: 767px) {
    .cols-4-5-3 {
      padding-bottom: 10px;
      padding-top: 0;
    }
    .cols-4-5-3 img {
      min-width: auto;
    }
  }

  /*** COLS 6-6 ***/
  .cols-6-6 {
    padding: 40px 0;
  }
  .cols-6-6 .inner {
    position: relative;
  }
  .cols-6-6 .inner .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .cols-6-6 .inner .bottom h3 {
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .inner .bottom h3 {
      font-size: 40px;
      line-height: 45px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .inner .bottom h3 {
      font-size: 30px;
      line-height: 35px;
    }
  }
  @media (max-width: 767px) {
    .cols-6-6 .inner .bottom h3 {
      font-size: 25px;
      line-height: 30px;
    }
  }
  .cols-6-6 .inner .bottom h2 {
    margin-bottom: 63px;
    font-size: 72px;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .inner .bottom h2 {
      font-size: 65px;
      line-height: 70px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .inner .bottom h2 {
      font-size: 60px;
      line-height: 65px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .cols-6-6 .inner .bottom h2 {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 15px;
    }
  }
  .cols-6-6 .inner .bottom h3 + p:last-child {
    display: none;
  }
  .cols-6-6 .row:first-child img.aligncenter:first-child {
    margin-top: 65px;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .row:first-child img.aligncenter:first-child {
      margin-top: 10px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .row:first-child img.aligncenter:first-child {
      margin: 0 auto 20px;
    }
  }
  .cols-6-6 .row:last-child img.alignleft:first-child {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .row:last-child img.alignleft:first-child {
      margin-top: 10px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .row:last-child img.alignleft:first-child {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .row .alignleft, .cols-6-6 .row .alignright {
      float: none;
      margin: 20px 0;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 {
      padding-top: 0;
      text-align: center;
    }
    .cols-6-6 .inner {
      height: auto !important;
    }
    .cols-6-6 .inner .bottom {
      position: static;
      margin-bottom: 50px;
    }
    .cols-6-6 .inner .bottom br {
      display: none;
    }
    .cols-6-6 img.alignnone.size-full {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .cols-6-6 h4 + p > small br {
      display: none;
    }
  }
  .cols-6-6 .opening-hours > br:first-child {
    display: none;
  }
  .cols-6-6 .opening-hours h4 {
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }
  .cols-6-6 .opening-hours img {
    margin-bottom: 17px;
  }
  .cols-6-6 .opening-hours p {
    letter-spacing: 0.015em;
    margin-bottom: 35px;
    line-height: 20px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .opening-hours {
      padding-top: 10px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .opening-hours br:first-child {
      display: none;
    }
  }
  .cols-6-6 blockquote {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-family: "Playfair Display", serif;
    border: none;
    padding: 10px 0;
  }
  @media (max-width: 1199px) {
    .cols-6-6 blockquote {
      font-size: 25px;
      line-height: 30px;
    }
  }
  @media (max-width: 767px) {
    .cols-6-6 blockquote {
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  .cols-6-6 small {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
  }
  .cols-6-6 .figure-wrapper {
    padding: 20px 0 50px;
  }
  .cols-6-6 .figure-wrapper figure {
    width: 100% !important;
    position: relative;
    padding-right: 210px;
  }
  .cols-6-6 .figure-wrapper figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
  }
  @media (max-width: 1199px) {
    .cols-6-6 .figure-wrapper {
      padding: 10px 0 30px;
    }
  }
  @media (max-width: 991px) {
    .cols-6-6 .figure-wrapper figure {
      width: auto !important;
      display: inline-block;
      margin-right: 210px;
      padding-right: 0;
    }
    .cols-6-6 .figure-wrapper figure figcaption {
      right: auto;
      left: 100%;
      margin-left: 30px;
    }
  }
  @media (max-width: 420px) {
    .cols-6-6 .figure-wrapper figure {
      margin: 0;
    }
    .cols-6-6 .figure-wrapper figure figcaption {
      position: static;
      margin: 10px 0;
      width: 100%;
    }
  }

  .cols-7-5 + .cols-6-6 {
    padding-top: 10px;
  }
  .cols-7-5 + .cols-6-6 .opening-hours {
    padding-bottom: 1px;
  }
  @media (max-width: 1199px) {
    .cols-7-5 + .cols-6-6 .opening-hours {
      padding-bottom: 0;
    }
  }
  .cols-7-5 + .cols-6-6 figure {
    position: relative;
    bottom: 35px;
    max-width: 48%;
  }
  .cols-7-5 + .cols-6-6 figure.alignleft {
    margin-top: 0px;
    margin-right: 20px;
  }
  .cols-7-5 + .cols-6-6 figure figcaption {
    padding-top: 12px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
  @media (max-width: 1199px) {
    .cols-7-5 + .cols-6-6 figure {
      bottom: auto;
      top: 0px;
    }
  }
  @media (max-width: 991px) {
    .cols-7-5 + .cols-6-6 figure {
      position: static;
      text-align: center;
      width: 100% !important;
      margin: 0;
      max-width: 100%;
    }
    .cols-7-5 + .cols-6-6 figure.alignleft {
      margin: 0;
    }
  }
  .cols-7-5 + .cols-6-6 figure + small {
    width: 45%;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
  }
  @media (max-width: 1199px) {
    .cols-7-5 + .cols-6-6 figure + small {
      bottom: auto;
      top: 50px;
    }
  }
  @media (max-width: 991px) {
    .cols-7-5 + .cols-6-6 figure + small {
      position: static;
      width: 100%;
      padding-top: 15px;
    }
  }

  /*** FOUR COLUMNS ***/
  .four-columns-section {
    padding: 60px 0 80px;
  }
  .four-columns-section h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: black;
    font-style: normal;
  }
  .four-columns-section h5 img {
    position: relative;
    margin: 0 30px 0 30px;
    top: -15px;
  }
  @media (max-width: 767px) {
    .four-columns-section h5 img {
     /*** display: none; ***/
   }
 }
 .four-columns-section h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: black;
  font-style: normal;
}
.four-columns-section .img-wrapper {
  margin-bottom: 13px;
  position: relative;
}
.four-columns-section .img-wrapper .badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.four-columns-section .content-wrapper {
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #959595;
  letter-spacing: 0;
}
.four-columns-section .section-content {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .four-columns-section {
    text-align: center;
    padding-bottom: 50px;
  }
  .four-columns-section .content-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .four-columns-section {
    padding: 30px 0;
  }
}

.four-columns-section + .cols-5-7 {
  padding-top: 25px;
  padding-bottom: 51px;
}
.four-columns-section + .cols-5-7 .col-md-7 img.alignnone.size-full {
  margin-top: 0;
}
.four-columns-section + .cols-5-7 .col-md-7 small {
  font-family: "Open Sans", sans-serif;
  color: #959595;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.four-columns-section + .cols-5-7 .col-md-7 h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: black;
  font-style: normal;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .four-columns-section + .cols-5-7 {
    text-align: center;
    padding: 0 0 20px;
  }
  .four-columns-section + .cols-5-7 .alignleft, .four-columns-section + .cols-5-7 .alignright {
    float: none;
    margin: 0;
  }
}

/*** TATTOO PAGE ***/
body.tattoo {
  font-family: "Open Sans", sans-serif;
}
body.tattoo .main-content {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body.tattoo .main-content {
    text-align: center;
  }
}
body.tattoo p {
  margin-bottom: 22px;
}
body.tattoo .tattoo-header {
  text-align: center;
}
body.tattoo .tattoo-header h1 {
  margin-bottom: 60px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  body.tattoo .tattoo-header h1 {
    margin-bottom: 30px;
  }
}
body.tattoo .columns .row {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.tattoo .columns .row {
    margin-bottom: 0;
  }
}
.col-md-6 figure.alignright{
  margin-right: 35px;
}
body.tattoo .columns .col-md-6 img.size-full.alignnone {
  margin-top: 5px;
}
body.tattoo .columns .col-md-6 h5 em {
  display: inline-block;
  padding-top: 15px;
  letter-spacing: 0.02em;
}
body.tattoo .columns .col-md-6 .alignleft {
  margin: 0 10px 30px 0;
}
body.tattoo .columns .col-md-6 .alignright {
  margin: 0 0 30px 10px;
}
body.tattoo .columns .col-md-6 .alignleft, body.tattoo .columns .col-md-6 .alignright {
  max-width: 48%;
}
@media (max-width: 1199px) {
  body.tattoo .columns .col-md-6 .alignleft, body.tattoo .columns .col-md-6 .alignright {
    max-width: 47%;
  }
}
@media (max-width: 991px) {
  body.tattoo .columns .col-md-6 .alignleft, body.tattoo .columns .col-md-6 .alignright {
    max-width: 50%;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  body.tattoo .columns .col-md-6 .alignleft, body.tattoo .columns .col-md-6 .alignright {
    max-width: 46%;
  }
}
@media (max-width: 420px) {
  body.tattoo .columns .col-md-6 .alignleft, body.tattoo .columns .col-md-6 .alignright {
    max-width: 45%;
  }
}
body.tattoo .opening-hours {
  padding-top: 63px;
}
body.tattoo .opening-hours h4 {
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
body.tattoo .opening-hours img {
  margin-bottom: 17px;
}
body.tattoo .opening-hours p {
  letter-spacing: 0.015em;
  margin-bottom: 35px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  body.tattoo .opening-hours {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  body.tattoo .opening-hours br:first-child {
    display: none;
  }
}
@media (max-width: 991px) {
  body.tattoo .pull-right {
    float: none !important;
  }
}

.artists h4 {
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .artists h4 {
    padding-top: 10px;
    margin-bottom: 50px;
  }
}
.artists .artist {
  margin-bottom: 60px;
}
.artists .artist h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.artists .artist .img-wrapper {
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .artists .artist {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .artists .artist {
    text-align: center;
  }
}

.artists-carousel .slick-dots {
  top: auto;
  bottom: 23px;
}
.artists-carousel .slick-dots li {
  margin: 0;
  opacity: 0.5;
}
.artists-carousel .slick-dots li.slick-active {
  opacity: 1;
}
.artists-carousel .slick-dots button {
  padding: 3px;
}
.artists-carousel .slick-dots button:after {
  width: 15px;
  height: 15px;
  background-color: white;
}

/*** COLS 7-5 ***/
.cols-7-5 {
  padding: 15px 0;
}
.cols-7-5 .col-lg-7 h4 {
  margin-bottom: 55px;
}
.cols-7-5 .col-lg-7 figure {
  position: relative;
  margin-top: -15px;
}
.cols-7-5 .col-lg-7 figure.alignright {
  margin-left: 35px;
}
.cols-7-5 .col-lg-7 figure figcaption {
  padding-top: 12px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .cols-7-5 .col-lg-7 figure {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .cols-7-5 .col-lg-7 figure {
    margin-top: 5px;
    text-align: center;
  }
  .cols-7-5 .col-lg-7 figure.alignright {
    float: none;
    text-align: center;
    width: 100% !important;
    margin: 0 0 30px;
  }
}
.cols-7-5 .col-lg-7 small {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.cols-7-5 .col-lg-7 p {
  line-height: 22px;
  margin-bottom: 22px;
}
.cols-7-5 .col-lg-5 img.alignnone {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cols-7-5 .col-lg-5 img.alignnone {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
  .cols-7-5 .col-lg-5 img.alignnone {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cols-7-5 .pull-right {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .cols-7-5 {
    text-align: center;
  }
  .cols-7-5 .col-lg-7 {
    text-align: left;
  }
  .cols-7-5 .col-lg-7 h4 {
    text-align: center;
    margin-bottom: 30px;
  }
  .cols-7-5 .section-content {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cols-7-5 .col-lg-7 {
    text-align: center;
  }
}

.header-icons {
  padding: 7px 0 0;
  text-align: center;
  background-color: rgba(193, 193, 193, 0.5);
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 18px;
}
.header-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-icons ul li {
  display: inline-block;
  margin: 0 26px;
}
.header-icons ul li img {
}
.header-icons ul li span {
  display: block;
}
@media (max-width: 767px) {
  .header-icons ul {
    font-size: 0;
  }
  .header-icons ul li {
    margin: 0 3px;
    padding: 0 5px;
    max-width: 16.6666%;
  }
  .header-icons ul li span {
    display: none;
  }
}
@media (max-width: 420px) {
  .header-icons ul li {
    margin: 0;
  }
}

/*** MEET THE FAMILY ***/
body.meet-the-family h1 {
  text-align: center;
}
@media (max-width: 767px) {
  body.meet-the-family .main-content {
    padding-top: 10px;
    text-align: center;
  }
  body.meet-the-family h1 {
    margin-bottom: 5px;
  }
}

.image-tagger {
  padding: 0 0 40px;
}
.image-tagger h4 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .image-tagger h4 {
    margin-bottom: 20px;
  }
}

.single-member {
  position: relative;
  padding-left: 100px;
  min-height: 110px;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.single-member h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.single-member img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.single-member p {
  margin: 0;
}
@media (max-width: 767px) {
  .single-member {
    height: auto !important;
    min-height: 70px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    text-align: left;
  }
}

/*** PLUGIN ***/
.dia-holder .dia-area {
  border: 0;
}
.dia-holder .dia-area > div {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

body .dia-holder .dia-area-editable-hover div {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.dia-holder .dia-note .dia-author {
  display: none;
}

/*** VESTERBRO 5-7 ***/
.vesterbro-5-7 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.015em;
  font-family: "Playfair Display", serif;
}
.vesterbro-5-7 small {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
}
.vesterbro-5-7 a {
  font-style: italic;
}
.vesterbro-5-7 .section-content {
  padding-bottom: 20px;
}
.vesterbro-5-7 .col-md-5 img.size-full.alignnone {
  margin: 8px 0 30px 20px;
}
@media (max-width: 991px) {
  .vesterbro-5-7 .col-md-5 img.size-full.alignnone {
    margin: 0;
  }
}
.vesterbro-5-7 .col-md-5 small {
  margin-bottom: 22px;
}
.vesterbro-5-7 .col-md-7 img.size-full.alignnone {
  margin: 20px 0 20px 0;
}
@media (max-width: 991px) {
  .vesterbro-5-7 .col-md-7 img.size-full.alignnone {
    margin: 0;
  }
}
.vesterbro-5-7 .col-md-7 .alignleft {
  margin: 0 10px 20px 0;
  max-width: 55%;
}
.vesterbro-5-7 .col-md-7 .alignright {
  margin: 0 0 20px 10px;
}
@media (max-width: 1199px) {
  .vesterbro-5-7 .col-md-7 .alignleft, .vesterbro-5-7 .col-md-7 .alignright {
    max-width: 48%;
  }
}
@media (max-width: 991px) {
  .vesterbro-5-7 .col-md-7 .alignleft, .vesterbro-5-7 .col-md-7 .alignright {
    max-width: 46%;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  .vesterbro-5-7 .col-md-7 .alignleft, .vesterbro-5-7 .col-md-7 .alignright {
    max-width: 45%;
  }
}
@media (max-width: 420px) {
  .vesterbro-5-7 .col-md-7 .alignleft, .vesterbro-5-7 .col-md-7 .alignright {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.vesterbro-5-7 .col-md-7 p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .vesterbro-5-7 {
    text-align: center;
  }
}

/*** VESTERBRO FIGURES ***/
.vesterbro-figures {
  padding-top: 20px;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.015em;
  font-family: "Playfair Display", serif;
}
@media (max-width: 420px) {
  .vesterbro-figures {
    padding-top: 0;
  }
}
.vesterbro-figures small {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
}
.vesterbro-figures .top-figure-left img.size-full.alignnone {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .vesterbro-figures .top-figure-left {
    text-align: center;
  }
}
.vesterbro-figures .top-figure-right {
  padding: 30px 10px 0 10px;
}
@media (max-width: 991px) {
  .vesterbro-figures .top-figure-right {
    text-align: center;
    padding-top: 0;
  }
}
.vesterbro-figures .bottom-figure-left:after {
  content: '';
  display: table;
  clear: both;
}
.vesterbro-figures .bottom-figure-left figure {
  position: relative;
  margin-left: 30px;
}
.vesterbro-figures .bottom-figure-left figure figcaption {
  position: absolute;
  bottom: 0;
  right: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  margin: 0 28px 50px 0;
}
.vesterbro-figures .bottom-figure-left figure + p {
  padding-top: 34px;
}
@media (max-width: 767px) {
  .vesterbro-figures .bottom-figure-left {
    text-align: center;
  }
  .vesterbro-figures .bottom-figure-left figure.alignright {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  .vesterbro-figures .bottom-figure-left figure.alignright figcaption {
    position: static;
    text-align: center;
    margin: 0;
    padding-top: 10px;
  }
  .vesterbro-figures .bottom-figure-left figure.alignright + p {
    padding-top: 10px;
  }
}
.vesterbro-figures .bottom-figure-right {
  position: relative;
  margin-top: -180px;
}
@media (max-width: 1199px) {
  .vesterbro-figures .bottom-figure-right {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .vesterbro-figures .bottom-figure-right {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1199px) {
  #parenttattoo {position: relative;}

  #childtattoo {
    position: absolute;
    top: 500%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: 25% 0 0 -25%;

  }
}

.entry-author-link { display: none; }


.myButton {
	background-color:#dc8068;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.myButton:hover {
	background-color:#dc8068;
	text-transform: uppercase;
}
.myButton:active {
	position:relative;
	top:1px;
	text-transform: uppercase;
}
.prev-next-photos {
  clear: both;
}
.prev-next-photos .next-posts-link {
  float: left;
  width: 50%;
  text-align: left;
}

.prev-next-photos .prev-posts-link {
  float: right;
  width: 50%;
  text-align: right;
}
.prev-next-photos .next-posts-link a {
  position: relative;
  font-size: 0;
}

.prev-next-photos .prev-posts-link a {
  position: relative;
  font-size: 0;
}
.prev-next-photos .next-posts-link a:after {
  position: absolute;
  content: "\f060";
  font-family: FontAwesome;
  font-size: 40px;
  left: 0;
  top: -20px;
}

.prev-next-photos .prev-posts-link a:after {
  position: absolute;
  content: "\f061";
  font-family: FontAwesome;
  font-size: 40px;
  right: 0;
  top: -20px;
}

div.playforstay{
  width: 300px;
  align:center;
}
.videowrapper {
	position: relative;
	padding-bottom: 60%;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}









// New Meininger page


@font-face {
  font-family: 'Playfair Display', serif; }
.hero {
  height: 779px;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 5px 1px 1px black;
  -moz-box-shadow: 0px 5px 1px 1px black;
  box-shadow: 0px 5px 1px 1px black;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(220, 128, 104, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(220, 128, 104, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(220, 128, 104, 0.5) 100%); }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 3.438em;
    line-height: 0.818;
    text-align: center;
    width: 100%;
    position: absolute; }
  .hero .hero-content {
    width: 100%; }
  .hero .button-div {
    width: 100%;
    position: absolute;
    bottom: 7%;
    text-align: center; }
    .hero .button-div .button-readall {
      border-radius: 10px;
      background-color: #ef6c53;
      width: 282px;
      height: 65px;
      text-align: center;
      margin: 0 auto;
      outline: none;
      cursor: pointer; }
      .hero .button-div .button-readall span {
        font-family: 'Playfair Display', serif;;
        font-weight: 400;
        color: #ffffff;
        font-size: 35px;
        line-height: 1.286; }
      .hero .button-div .button-readall:active {
        padding-top: 2px; }
    .hero .button-div .button-readall-arrow {
      margin: 0 auto;
      display: flex; }
  .hero .guy {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 90%;
    bottom: -1px; }
  .hero .guy-left {
    position: absolute;
    background: url(../images/img-guy1.png);
    background-position: 27% bottom;
    background-size: contain;
    background-repeat: no-repeat;
      }
  .hero .guy-right {
    position: absolute;
    right: 0;
    background: url(../images/img-guy2.png);
    background-position: 86% bottom;
    background-size: contain;
    background-repeat: no-repeat;
      }
  .hero .bubbles-guys {
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    top: 31%;
    z-index: 9999; }
    .hero .bubbles-guys img {
      height: 100%;
      position: relative;
      left: 46px; }
  .hero .quote-bubble-guy1 {
    position: absolute;
    z-index: 9999;
    left: 34%;
    bottom: 57%; }
  .hero .quote-bubble-guy2 {
    position: absolute;
    z-index: 9999;
    right: 30%;
    bottom: 41%; }
    .hero .quote-bubble-guy2 img {
      width: 328px; }

@media screen and (max-width: 91.875em) {
  .hero {
    height: 790px; }
    .hero .bubbles-guys {
      top: 38%; }
      .hero .bubbles-guys img {
        width: 42%; }
    .hero .guy-left {
      background-size: 75%; }
    .hero .guy-right {
      background-size: 75%; } }
@media screen and (max-width: 84em) {
  .hero {
    -webkit-box-shadow: 0px 4px 1px 1px black;
    -moz-box-shadow: 0px 4px 1px 1px black;
    box-shadow: 0px 4px 1px 1px black;
    height: 730px; }
    .hero .bubbles-guys {
      top: 37%; }
      .hero .bubbles-guys img {
        width: 42%; } }
@media screen and (max-width: 75em) {
  .hero {
    height: 680px; }
    .hero .bubbles-guys {
      top: 39%; }
      .hero .bubbles-guys img {
        width: 42%; } }
@media screen and (max-width: 68.75em) {
  .hero {
    height: 600px;
    -webkit-box-shadow: 0px 3px 1px 1px black;
    -moz-box-shadow: 0px 3px 1px 1px black;
    box-shadow: 0px 3px 1px 1px black; }
    .hero h1 {
      font-size: 3em; }
    .hero .bubbles-guys {
      top: 37%; }
      .hero .bubbles-guys img {
        width: 42%; }
    .hero .button-div {
      bottom: 7%; }
      .hero .button-div .button-readall {
        width: 211px;
        height: 48px; }
        .hero .button-div .button-readall span {
          font-size: 25px; } }
@media screen and (max-width: 61.25em) {
  .hero {
    height: 570px; }
    .hero h1 {
      font-size: 3em; }
    .hero .bubbles-guys {
      top: 41%; }
      .hero .bubbles-guys img {
        width: 40%; }
    .hero .button-div {
      bottom: 7%; }
      .hero .button-div .button-readall {
        width: 211px;
        height: 48px; } }
@media screen and (max-width: 53em) {
  .hero {
    height: 470px; }
    .hero h1 {
      font-size: 2.5em; }
    .hero .bubbles-guys {
      top: 40%; }
      .hero .bubbles-guys img {
        left: 30px; }
    .hero .button-div .button-readall span {
      font-size: 24px; } }
@media screen and (max-width: 47em) {
  .hero {
    height: 400px; }
    .hero h1 {
      font-size: 2em; }
    .hero .bubbles-guys {
      top: 40%; }
      .hero .bubbles-guys img {
        width: 40%;
        left: 20px; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        width: 141px;
        height: 32px; }
        .hero .button-div .button-readall span {
          font-size: 16px; }
      .hero .button-div .button-readall-arrow {
        width: 15px; } }
@media screen and (max-width: 41em) {
  .hero {
    height: 400px; }
    .hero h1 {
      font-size: 2em; }
    .hero .bubbles-guys {
      top: 48%; }
      .hero .bubbles-guys img {
        width: 38%; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        width: 141px;
        height: 32px; }
      .hero .button-div .button-readall-arrow {
        width: 15px; } }
@media screen and (max-width: 36em) {
  .hero {
    height: 350px; }
    .hero h1 {
      font-size: 2em; }
    .hero .bubbles-guys {
      top: 51%; }
      .hero .bubbles-guys img {
        width: 35%;
        left: 10px; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        width: 130px;
        height: 32px; }
        .hero .button-div .button-readall span {
          font-size: 15px; }
      .hero .button-div .button-readall-arrow {
        width: 15px; } }
@media screen and (max-width: 30em) {
  .hero {
    height: 237px; }
    .hero h1 {
      font-size: 1em; }
    .hero .bubbles-guys {
      top: 41%; }
      .hero .bubbles-guys img {
        width: 33%;
        left: 0; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        width: 120px;
        height: 32px; }
        .hero .button-div .button-readall span {
          font-size: 14px; }
      .hero .button-div .button-readall-arrow {
        width: 12px; } }
@media screen and (max-width: 25em) {
  .hero {
    height: 240px; }
    .hero h1 {
      font-size: 1em; }
    .hero .bubbles-guys {
      top: 53%; }
      .hero .bubbles-guys img {
        width: 33%;
        left: 0; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        width: 100px;
        height: 32px; }
        .hero .button-div .button-readall span {
          font-size: 13px; }
      .hero .button-div .button-readall-arrow {
        width: 10px; } }
@media screen and (min-width: 20em) and (max-width: 25em) {
  .hero {
    height: 232px; }
    .hero h1 {
      font-size: 1em; }
    .hero .bubbles-guys {
      top: 50%; }
      .hero .bubbles-guys img {
        width: 33%; }
    .hero .button-div {
      bottom: 3%; }
      .hero .button-div .button-readall {
        height: 25px;
        width: 110px; }
        .hero .button-div .button-readall span {
          font-size: 12px; }
      .hero .button-div .button-readall-arrow {
        width: 10px; } }


.text-questions {
  padding-left: 0; }
  .text-questions-question {
    text-decoration: none;
    list-style-type: none; }

.button-readall {
  border: 0; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(0.7); }
  70% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
@keyframes pulse_animation2 {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
.story {
  display: flex;
  justify-content: center; }
  .story .story-content {
    width: 28%;
    padding-top: 12px; }
    .story .story-content .text-story {
      font-family: "Open Sans", sans-serif;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 1.25;
      margin-bottom: 18px;
      margin-top: 1em;}
    .story .story-content .text-info {
      font-family: "Open Sans", sans-serif;
      font-size: 0.875em;
      font-weight: 400;
      line-height: 1.429;
      margin-bottom: 20px; }
    .story .story-content .text-questions {
      padding-bottom: 4px; }
      .story .story-content .text-questions .text-questions-question {
        font-family: "Open Sans", sans-serif;
        font-size: 0.875em;
        font-weight: 700;
        line-height: 1.429; }
      .story .story-content .text-questions .text-questions-answer {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 0.875em;
        font-style: italic;
        line-height: 1.429; }
    .story .story-content .text-welcome {
      font-family: "Open Sans", sans-serif;
      color: #b95338;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.4;
      text-align: left; }
      .story .story-content .text-welcome p{ margin: 0;}
      .story .story-content .text-welcome .text-welcome-underline {
        text-decoration: underline;
        font-family: "Open Sans", sans-serif;
        font-weight: 800; }
      .story .story-content .text-welcome .text-welcome-company {
        font-weight: 800;
        font-family: "Open Sans", sans-serif; }
      .story .story-content .text-welcome .text-hashtag {
        font-family: "Open Sans", sans-serif;
        color: #000000;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4; }
  .story .story-thumbs {
    width: 27%;
    position: relative; }
    @media screen and (max-width: 630px) {
      .story .story-thumbs .rectangle {
        visibility: hidden;
        display: none;
      }
    }
    .story .story-thumbs .rectangle {
      height: 425px;
		background: url(https://urbanhouse.me/wp-content/uploads/2017/02/urban-1.jpg) no-repeat transparent;
		position: absolute;
      bottom: 147px;
      left: 48px;
      width: 100%; }
    .story .story-thumbs .quote-bubble {
      position: absolute;
      z-index: 9999;
      bottom: 137px;
      left: 194px; }
      .story .story-thumbs .quote-bubble img {
        transform: scale(1); }
        .story .story-thumbs .quote-bubble img.in-viewport {
          animation-name: pulse_animation;
          animation-duration: 600ms;
          animation-iteration-count: 1;
          animation-timing-function: ease-in-out;
          transform: scale(1); }
    .story .story-thumbs .story-thumbs-guy {
      position: absolute;
      z-index: 999;
      bottom: 10px;
      left: 7px;
      transform: scale(1); }
      .story .story-thumbs .story-thumbs-guy.in-viewport {
        animation-name: pulse_animation;
        animation-duration: 600ms;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        transform: scale(1); }

@media screen and (max-width: 91.875em) {
  .story .story-content .text-story {
    font-size: 1.4em; } }
@media screen and (max-width: 84em) {
  .story .story-content .text-story {
    font-size: 1.4em; } }
@media screen and (max-width: 80em) {
  .story {
    display: flex;
    justify-content: center; }
    .story .story-content {
      width: 35%;
      padding-top: 12px; }
      .story .story-content .text-story {
        font-size: 1.4em; }
    .story .story-thumbs {
      width: 28%;
      position: relative; }
      .story .story-thumbs .rectangle {
        height: 425px;
        left: 48px;
        bottom: 130px; }
      .story .story-thumbs .quote-bubble {
        position: absolute;
        z-index: 99;
        bottom: 137px;
        left: 194px; }
      .story .story-thumbs story-thumbs-guy {
        position: absolute;
        z-index: 999;
        bottom: 10px;
        left: 7px; } }
@media screen and (max-width: 75em) {
  .story .story-content .text-story {
    font-size: 1.3em; } }
@media screen and (max-width: 68.75em) {
  .story .story-content {
    width: 40%; }
  .story .story-thumbs .rectangle {
    height: 355px; } }
@media screen and (max-width: 61.25em) {
  .story .story-content {
    width: 43%; }
    .story .story-content .text-story {
      font-size: 1.2em; }
    .story .story-content .text-info {
      font-size: 0.775em;
      margin-bottom: 20px; }
    .story .story-content .text-questions {
      padding-bottom: 4px; }
      .story .story-content .text-questions .text-questions-question {
        font-size: 0.775em; }
      .story .story-content .text-questions .text-questions-answer {
        font-size: 0.775em; }
    .story .story-content .text-welcome {
      font-size: 1em; }
      .story .story-content .text-welcome .text-hashtag {
        font-size: 0.875em; }
  .story .story-thumbs .rectangle {
    height: 315px;
    width: 100%; }
  .story .story-thumbs .quote-bubble {
    bottom: 137px;
    left: 194px; }
    .story .story-thumbs .quote-bubble img {
      width: 120px; }
  .story .story-thumbs story-thumbs-guy {
    bottom: 10px;
    left: 7px;
    width: 80%; } }
@media screen and (max-width: 53em) {
  .story .story-content {
    width: 43%; }
    .story .story-content .text-story {
      font-size: 1.1em; }
  .story .story-thumbs .rectangle {
    height: 275px; }
  .story .story-thumbs .quote-bubble {
    bottom: 137px;
    left: 185px; }
    .story .story-thumbs .quote-bubble img {
      width: 100px; }
  .story .story-thumbs story-thumbs-guy {
    bottom: 10px;
    left: 7px; } }
@media screen and (max-width: 47em) {
  .story .story-content {
    width: 55%; }
    .story .story-content .text-story {
      font-size: 0.9em; }
    .story .story-content .text-info {
      font-size: 0.675em;
      margin-bottom: 15px; }
    .story .story-content .text-questions {
      padding-bottom: 4px; }
      .story .story-content .text-questions .text-questions-question {
        font-size: 0.675em; }
      .story .story-content .text-questions .text-questions-answer {
        font-size: 0.675em; }
    .story .story-content .text-welcome {
      font-size: 1em; }
      .story .story-content .text-welcome .text-hashtag {
        font-size: 0.675em; }
  .story .story-thumbs {
    width: 32%; }
    .story .story-thumbs .rectangle {
      height: 235px;
      width: 95%; }
    .story .story-thumbs .quote-bubble {
      bottom: 126px;
      left: 150px; }
      .story .story-thumbs .quote-bubble img {
        width: 85px; }
    .story .story-thumbs .story-thumbs-guy {
      bottom: 10px;
      left: 10px;
      width: 70%; } }
@media screen and (max-width: 40em) {
  .story {
    flex-direction: column;
    align-items: center; }
    .story .story-content {
      width: 80%; }
    .story .story-thumbs {
      height: 330px;
      width: 50%; }
      .story .story-thumbs .rectangle {
        bottom: 100px;
        width: 200px;
        left: 40px; }
      .story .story-thumbs .quote-bubble {
        bottom: 100px;
        left: 130px; }
        .story .story-thumbs .quote-bubble img {
          width: 100px; }
      .story .story-thumbs .story-thumbs-guy {
        left: 0%;
        bottom: 0;
        height: 240px;
        width: auto; } }




