@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #1A1A1A;
  border: 1px solid #1A2D3E;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "Neutra", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #E8EAEA;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 12px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -200px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -231px -196px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -262px -196px;
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -200px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -231px -234px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -262px -234px;
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 500 14px/32px "Neutra", sans-serif;
  color: #9cbac8;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #EDEEEF;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #464646;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #9cbac8;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled:hover span {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #ee5f4a;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 13px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -550px 0 no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -580px 0;
}
.ui-datepicker-trigger:active {
  background-position: -610px 0;
}

#menuwrapper {
  background: #1a2d3e;
  min-height: 100%;
  height: 100%;
  overflow: visible;
  z-index: 9;
}
.alert-visible #menuwrapper {
  min-height: calc(100% - 40px);
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alert-visible #menuwrapper {
    min-height: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .alert-visible #menuwrapper {
    min-height: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
#menuwrapper.fixed {
  position: fixed;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #menuwrapper {
    min-height: 100%;
    padding-top: 0;
  }
}
#menuwrapper .left-side,
#menuwrapper .right-side {
  width: 50%;
  position: absolute;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #menuwrapper .left-side,
  #menuwrapper .right-side {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #1a2d3e;
  }
}
#menuwrapper .left-side {
  left: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #menuwrapper .left-side {
    margin-bottom: 40px !important;
  }
}
#menuwrapper .right-side {
  right: 0;
}

.menus {
  position: absolute;
  top: 90px;
  left: 0;
  bottom: 34px;
  right: 0;
  overflow: auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menus {
    position: relative;
    top: 100px;
    left: auto;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}

#top-menu,
#footer-menu {
  position: relative;
  margin: 8px 0 0 40px;
}
@media only screen and (min-width: 1140px) {
  #top-menu,
  #footer-menu {
    margin: 8px 0 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #top-menu,
  #footer-menu {
    margin: 8px 0 0 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu,
  #footer-menu {
    margin: 0 auto;
  }
}
#top-menu ul,
#footer-menu ul {
  margin-bottom: 34px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu ul,
  #footer-menu ul {
    margin-bottom: 20px;
  }
}
#top-menu a,
#footer-menu a {
  display: inline-block;
  vertical-align: top;
  font: normal 16px/24px "Neutra", sans-serif;
  text-decoration: none;
  color: #9cbac8;
}
#top-menu a:hover, #top-menu a:active,
#footer-menu a:hover,
#footer-menu a:active {
  color: #fff;
}
#top-menu a.active,
#footer-menu a.active {
  color: #ee5f4a;
}
#top-menu:after,
#footer-menu:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 6px;
  background: #e8eaea;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #top-menu:after,
  #footer-menu:after {
    display: inline-block;
    float: none;
  }
}

#main-menu {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 72px 0 0;
  padding-left: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  #main-menu {
    margin: 72px 0 0;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu {
    margin: 72px 0 0;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu {
    margin: 20px auto;
    padding-left: 0;
  }
}
#main-menu .menu.level-1 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.level-1 {
    margin-bottom: 20px;
  }
}
#main-menu .menu.level-1 > li {
  display: inline;
}
#main-menu .menu.level-1 > li > a {
  display: block;
  width: 50%;
  font: normal 26px/36px "Neutra", sans-serif;
  text-decoration: none;
  color: #9cbac8;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.level-1 > li > a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.level-1 > li > a {
    width: 100%;
  }
}
#main-menu .menu.level-1 > li a.active, #main-menu .menu.level-1 > li:hover > a {
  color: #fff;
}
#main-menu:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 6px;
  background: #e8eaea;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu:after {
    display: inline-block;
    float: none;
  }
}
#main-menu .menu.submenu {
  box-sizing: border-box;
  position: absolute;
  right: -100%;
  padding: 0 10px;
  top: 0;
  height: 100%;
  width: 40%;
  z-index: 20;
  transition: right 0.3s ease-in-out;
  background: rgba(26, 45, 62, 0.75);
}
.keyboard-navigation #main-menu .menu.submenu {
  display: none;
}
#main-menu .menu.submenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #9cbac8;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.submenu {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
    display: none;
    border-top: 1px solid #9cbac8;
    border-bottom: 1px solid #9cbac8;
    padding: 15px 0;
    margin: 20px 0;
  }
}
#main-menu .menu.submenu a {
  display: inline-block;
  vertical-align: top;
  font: normal 16px/24px "Neutra", sans-serif;
  text-decoration: none;
  color: #9cbac8;
}
#main-menu .menu.submenu a:hover, #main-menu .menu.submenu a.active {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu .menu.submenu a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu .menu.submenu a {
    margin-bottom: 10px;
  }
}
#main-menu li.active .menu.submenu {
  right: 0;
}
.keyboard-navigation #main-menu li.active .menu.submenu {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu li.active .menu.submenu {
    display: block;
  }
}

.mobile-hide-nt {
  display: block !important;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .mobile-hide-nt {
    display: none !important;
  }
}

.desktop_nt_hide {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .desktop_nt_hide {
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .desktop_nt_hide {
    display: block;
  }
}

#main-menu-desktop {
  box-sizing: border-box;
  position: relative;
  width: 80%;
  max-width: 80%;
  margin: 18px auto 0 auto;
  padding-left: 0px;
  text-align: center;
  display: flex;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #main-menu-desktop {
    margin: 43px auto 0 auto;
  }
}
@media only screen and (min-width: 1140px) {
  #main-menu-desktop {
    margin: 55px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu-desktop {
    margin: 72px 0 0;
    padding-left: 20px;
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop {
    margin: 20px auto;
    padding-left: 0;
    display: none;
  }
}
#main-menu-desktop .logo-wrapper {
  position: absolute;
  left: 50%;
  width: 247px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1140px) {
  #main-menu-desktop .logo-wrapper {
    padding: 0 30px !important;
  }
}
#main-menu-desktop .logo-wrapper .logo {
  top: 0px !important;
}
#main-menu-desktop .logo-wrapper img {
  max-width: 100%;
  height: auto;
}
#main-menu-desktop .menu.level-1 {
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop .menu.level-1 {
    margin-bottom: 20px;
  }
}
#main-menu-desktop .menu.level-1 > li {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  position: relative;
}
@media only screen and (min-width: 1140px) {
  #main-menu-desktop .menu.level-1 > li {
    padding: 10px 8px;
  }
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #main-menu-desktop .menu.level-1 > li {
    padding: 10px 8px;
  }
}
#main-menu-desktop .menu.level-1 > li > a {
  display: block;
  width: 100%;
  font: normal 14px/36px "Garda";
  text-decoration: none;
  color: #9cbac8;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #main-menu-desktop .menu.level-1 > li > a {
    font: normal 10px/36px "Garda";
  }
}
@media only screen and (min-width: 1140px) {
  #main-menu-desktop .menu.level-1 > li > a {
    font: normal 12px/16px "Garda";
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu-desktop .menu.level-1 > li > a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop .menu.level-1 > li > a {
    width: 100%;
  }
}
#main-menu-desktop .menu.level-1 > li a.active, #main-menu-desktop .menu.level-1 > li:hover > a {
  color: #fff;
}
#main-menu-desktop .menu.submenu {
  box-sizing: border-box;
  position: absolute;
  /* right: -100%; */
  padding: 20px 10px;
  top: 0;
  /* height: 100%; */
  width: 40%;
  z-index: 20;
  transition: right 0.3s ease-in-out;
  background: rgba(26, 45, 62, 0.75);
  opacity: 0;
}
.keyboard-navigation #main-menu-desktop .menu.submenu {
  display: none;
}
#main-menu-desktop .menu.submenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #9cbac8;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop .menu.submenu:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu-desktop .menu.submenu {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop .menu.submenu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
    display: none;
    border-top: 1px solid #9cbac8;
    border-bottom: 1px solid #9cbac8;
    padding: 15px 0;
    margin: 20px 0;
  }
}
#main-menu-desktop .menu.submenu a {
  display: inline-block;
  vertical-align: top;
  font: normal 16px/24px "Neutra", sans-serif;
  text-decoration: none;
  color: #9cbac8;
}
#main-menu-desktop .menu.submenu a:hover, #main-menu-desktop .menu.submenu a.active {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-menu-desktop .menu.submenu a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop .menu.submenu a {
    margin-bottom: 10px;
  }
}
#main-menu-desktop .right-nav {
  margin-left: 130px;
  justify-content: left !important;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #main-menu-desktop .right-nav {
    margin-left: 60px;
  }
}
#main-menu-desktop .left-nav {
  margin-right: 130px;
  justify-content: right !important;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #main-menu-desktop .left-nav {
    margin-right: 90px;
  }
}
#main-menu-desktop li:hover .menu.submenu {
  top: 48px;
  right: 0%;
  opacity: 1;
  width: 240px;
  text-align: left;
  left: 0;
}
.keyboard-navigation #main-menu-desktop li:hover .menu.submenu {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #main-menu-desktop li:hover .menu.submenu {
    display: block;
  }
}

.header-fixed #main-menu-desktop {
  margin: 20px auto 0 auto;
}

#footer-menu {
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 35px;
}
#footer-menu ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #footer-menu {
    margin: 20px 0 50px 0;
  }
}
#footer-menu:after {
  display: none;
}

.home_btn_nt {
  display: inline-flex;
  height: 16px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 10px;
  background: #fff;
  color: var(--color-azure-10, #091b2a) !important;
  text-align: center;
  font-size: 22px !important;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .home_btn_nt {
    font-size: 16px !important;
    right: 10px !important;
    top: 35px !important;
  }
}

.menu-button-nt {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.menu-button-nt .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 14px;
}
.menu-button-nt .hamburger span {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-button-nt .hamburger span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu-button-nt .hamburger span {
    display: none;
  }
}

#booking-wrapper {
  height: auto;
  min-height: 100%;
  padding: 0;
  background: #1A2D3E;
}
#booking-wrapper.fixed {
  position: fixed;
}
#booking-wrapper.visible {
  display: flex;
}
.alert-visible #booking-wrapper {
  min-height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alert-visible #booking-wrapper {
    min-height: calc(100% - 60px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .alert-visible #booking-wrapper {
    min-height: calc(100% - 80px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper {
    padding-top: 100px;
  }
}
#booking-wrapper .left-side, #booking-wrapper .right-side {
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .left-side, #booking-wrapper .right-side {
    width: 100%;
    float: left;
    background: #1A2D3E;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .left-side {
    display: none;
  }
}
#booking-wrapper .right-side {
  background: url(../images/footer-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .right-side {
    background: #1A2D3E;
  }
}
#booking-wrapper .right-side:before {
  content: "";
  background: rgba(26, 45, 62, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-wrapper .right-side:before {
    content: none;
  }
}

#booking {
  padding: 105px 0 10px;
  text-align: center;
  z-index: 12;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking {
    padding: 85px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking {
    padding-top: 0;
  }
}
#booking form {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#booking .info {
  display: block;
  vertical-align: top;
  font: 700 14px/16px "Neutra", sans-serif;
  color: #E8EAEA;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 0 10px;
  position: relative;
}
#booking .info a {
  text-decoration: none;
  color: #E8EAEA;
}
#booking .info a:hover {
  color: #ee5f4a;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking .info {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking .info {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .info {
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 10px;
  }
}
#booking .info:after {
  content: "";
  display: block;
  margin: 19px auto 0;
  position: relative;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking .info:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking .info:after {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .info:after {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking .info.info-second {
    display: none;
  }
}
#booking h4 {
  font: 400 46px/56px "Garda";
  color: #ee5f4a;
  text-transform: uppercase;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking h4 {
    font: 400 40px/45px "Garda";
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
#booking input[type=text], #booking .fakeinput {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #091B2A;
  font: normal 17px/40px "Neutra", sans-serif;
  color: #E8EAEA;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking input[type=text], #booking .fakeinput {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .select-field {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .select-field {
    width: 100%;
    box-sizing: border-box;
  }
}
#booking .decrement, #booking .increment {
  background: url("../images/sprite.svg") -390px -272px no-repeat;
  text-indent: -9999em;
  font-size: 0;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
}
#booking .decrement {
  background-position: -425px -267px;
  left: 0;
}
#booking .increment {
  right: 0;
}
#booking .column {
  margin-bottom: 13px;
}
#booking .column label {
  display: block;
  font: normal 17px/24px "Neutra", sans-serif;
  color: #E8EAEA;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking .column label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .column label {
    margin-bottom: 0;
  }
}
#booking input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 27px;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking input[type=submit] {
    margin-top: 10px;
  }
}
#booking .disclaimer {
  margin: 50px 60px 0 60px;
  font: 300 11px "Neutra", sans-serif;
  font-style: italic;
  line-height: 1.3;
}
@media only screen and (min-width: 960px) and (max-height: 950px) {
  #booking .disclaimer {
    margin: 20px 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking .disclaimer {
    margin: 50px 25px 0 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .disclaimer {
    margin: 50px 20px 0 20px;
  }
}
#booking .disclaimer p {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking .disclaimer p {
    line-height: 1.1;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking .disclaimer p {
    line-height: 1.1;
  }
}

/* BOOKING DATEPICKER */
#booking-datepicker {
  display: none;
  position: absolute;
  right: 320px;
  top: 37px;
  width: 516px;
  height: auto;
  z-index: 20;
  background: #091B2A;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking-datepicker {
    right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
#booking-datepicker.visible {
  display: block;
}
#booking-datepicker #start-end {
  text-align: center;
  height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  background: #091B2A;
  font: 20px/35px "Neutra", sans-serif;
  color: #EDEEEF;
  padding: 3px 0 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker #start-end {
    white-space: normal;
  }
}
#booking-datepicker #start-end span {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker #start-end .start {
  margin-left: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .start.show {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker #start-end .end {
  margin-right: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .end.show {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
  box-shadow: none;
  border: 1px solid #091B2A;
  box-sizing: border-box;
  background: #091B2A;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker .ui-datepicker-group {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
    float: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 9px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1px;
}
#booking-datepicker .ui-datepicker-prev {
  float: left;
}
#booking-datepicker .ui-datepicker-next {
  float: right;
}

#booking-rooms {
  width: 100%;
  height: 100%;
  text-align: center;
}
#booking-rooms .booking-rooms-slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#booking-rooms .booking-rooms-slide .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.mobiledevice #booking-rooms .booking-rooms-slide .thumbnail {
  filter: none !important;
}
#booking-rooms .booking-rooms-slide .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
#booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: grayscale(0);
}
.mobiledevice #booking-rooms .booking-rooms-slide:hover .thumbnail {
  filter: none;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper {
  max-width: 340px;
  width: 70%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-direction: column;
  height: 100%;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  font: 400 46px/56px "Garda";
  text-transform: uppercase;
  color: #ee5f4a;
  z-index: 1;
  margin: 0 0 31px 0;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-height: 750px) {
  #booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 {
    font: 400 40px/40px "Garda";
  }
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 a {
  text-decoration: none;
  color: #ee5f4a;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 a:hover {
  color: #E8EAEA;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3:after {
  content: "";
  display: block;
  margin: 39px auto 0;
  width: 30px;
  height: 6px;
  background: #E8EAEA;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3:after {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #booking-rooms .booking-rooms-slide .booking-rooms-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper h4 {
  font: 400 36px/40px "Neutra", sans-serif;
  color: #fff;
  margin-bottom: 29px;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper .descr {
  font: normal 17px/20px "Neutra", sans-serif;
  color: #E8EAEA;
  margin-bottom: 34px;
  width: inherit;
}
#booking-rooms .booking-rooms-slide .booking-rooms-wrapper .button {
  width: 100%;
  box-sizing: border-box;
}

#booking-rooms .slideshow {
  width: 100%;
  height: 100%;
}

.booking-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
  height: 210px;
  color: #222;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .modal-content {
    width: 300px;
    height: 400px;
  }
}

.button-container {
  width: 100%;
  height: auto;
  text-align: center;
}

.booking-continue {
  font: 700 18.66px/40px "Neutra", sans-serif;
  display: inline-block;
  width: 120px;
  height: 40px;
  padding: 0;
  background: #ee5f4a;
  color: #F5F3EA;
  border: 1px solid transparent;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 20px;
}
.booking-continue:hover, .booking-continue:focus {
  background: #9cbac8;
  color: #F5F3EA;
  cursor: pointer;
}

.modal-close {
  font: 700 16px/40px "Neutra", sans-serif;
  display: inline-block;
  width: 120px;
  padding: 0;
  background: transparent;
  color: #bbb;
  border: 1px solid transparent;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 20px;
}
.modal-close:hover, .modal-close:focus {
  background: transparent;
  cursor: pointer;
}
.modal-close:after {
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent; /* left arrow slant */
  border-top: 5px solid transparent; /* right arrow slant */
  border-left: 5px solid #aaa; /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  content: "";
  position: relative;
  top: -5px;
  right: -10px;
}

.booking-modal-active .booking-modal {
  display: block;
}

#homepage-blocks {
  max-width: 1283px;
  margin: 0 auto 35px auto;
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks {
    padding: 0;
  }
}
#homepage-blocks .words {
  font: 400 90px/96px "Garda";
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .words {
    display: none;
  }
}
#homepage-blocks .words.word-one {
  top: 0;
}
#homepage-blocks .words.word-two {
  top: 45.3%;
  right: -100%;
}
#homepage-blocks .words.word-three {
  bottom: 3px;
  right: -100%;
}
#homepage-blocks.fade-on-scroll.visible .words.word-one {
  left: 7%;
  opacity: 0;
  animation: fromLeft 0.8s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#homepage-blocks.fade-on-scroll.visible .words.word-two {
  right: 22%;
  opacity: 0;
  animation: fromRight 0.8s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
#homepage-blocks.fade-on-scroll.visible .words.word-three {
  right: 0;
  opacity: 0;
  animation: fromBottomRight 0.8s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes fromLeft {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 7%;
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 33%;
    opacity: 1;
  }
}
@keyframes fromBottomRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 21%;
    opacity: 1;
  }
}
#homepage-blocks .blocks-sidebar {
  width: calc(31% - 0px);
  padding: 30px 0 0 0;
  float: right;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .blocks-sidebar {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
#homepage-blocks .blocks-sidebar h2 {
  font: 400 46px/56px "Garda";
  margin-bottom: 20px;
  color: #ee5f4a;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
#homepage-blocks .blocks-sidebar h3 {
  font: 400 36px/36px "Neutra", sans-serif;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-sidebar h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-blocks .blocks-wrapper {
  max-width: calc(70% - 30px);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .blocks-wrapper {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    margin-left: 3px;
  }
}
#homepage-blocks .blocks-wrapper .page-block {
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 5px;
  text-align: center;
  width: calc(33% - 10px);
  padding-bottom: calc(33% - 10px);
  box-sizing: border-box;
  position: relative;
  border-top: 10px solid #091B2A;
  background-color: #1A2D3E;
}
#homepage-blocks .blocks-wrapper .page-block:after {
  content: "";
  background: rgba(9, 27, 42, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
}
#homepage-blocks .blocks-wrapper .page-block:hover:after {
  background: rgba(9, 27, 42, 0.25);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(2) {
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(4) {
  margin-top: -15%;
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block:nth-child(6) {
  margin-top: -15%;
  padding-bottom: calc(48% - 10px);
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading {
  width: 100%;
  height: 100%;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading p {
  width: 100%;
  height: 100%;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
  font: 400 36px/40px "Garda";
  text-transform: uppercase;
  color: #E8EAEA;
  text-decoration: none;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1140px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a {
    font-size: 12px;
    line-height: 24px;
  }
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:hover {
  color: #fff;
}
#homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 6px;
  background: #EDEEEF;
  margin: 4px auto 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-blocks .blocks-wrapper .page-block .heading-wrapper .heading a:after {
    height: 3px;
  }
}

@font-face {
  font-family: "Alta";
  src: url("../fonts/Alta_caption.otf");
}
@font-face {
  font-family: "AltaLight";
  src: url("../fonts/Alta_light.otf");
}
.weddingspage-blocks {
  text-align: center;
}
.weddingspage-blocks .page {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page {
    margin-bottom: 10px;
  }
}
.weddingspage-blocks .page .image-wrapper,
.weddingspage-blocks .page .copy-wrapper {
  float: left;
}
.weddingspage-blocks .page .image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
  position: relative;
  min-height: 480px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .image-wrapper {
    width: 100%;
    min-height: 320px;
  }
  .weddingspage-blocks .page .image-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
.weddingspage-blocks .page .copy-wrapper {
  font-size: 0;
  width: 100%;
  margin-left: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
    z-index: 1;
    position: relative;
  }
}
.weddingspage-blocks .page .copy-wrapper .inner-wrapper {
  box-sizing: border-box;
  padding: 68px 38px;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper .inner-wrapper {
    padding: 20px 0;
  }
}
.weddingspage-blocks .page .copy-wrapper h2 {
  font: 400 46px/56px "Garda";
  color: #ee5f4a;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page .copy-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.weddingspage-blocks .page .copy-wrapper p {
  line-height: 24px;
  margin-bottom: 25px;
}
.weddingspage-blocks .page .copy-wrapper a {
  color: #9cbac8;
}
.weddingspage-blocks .page .copy-wrapper a:hover {
  color: #fff;
}
.weddingspage-blocks .page.even .image-wrapper {
  float: right;
}
.weddingspage-blocks .page.even .copy-wrapper {
  float: right;
  margin-right: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-blocks .page.even .copy-wrapper {
    float: none;
    margin-right: 0;
  }
}
.weddingspage-blocks .page.even .copy-wrapper .inner-wrapper {
  text-align: right;
}
.weddingspage-blocks .page.last .copy-wrapper h2 {
  font: 400 46px/56px "Garda";
  color: #ee5f4a;
  text-transform: none;
}

html.dining * {
  box-sizing: border-box;
}
html.dining #photos .breadcrumb-wrapper,
html.dining #photos .socials {
  display: none;
}
html.dining #footer {
  display: none;
}
html.dining #additional-content > h1 {
  display: none;
}
html.dining .page-intro-plus-index {
  position: relative;
  max-width: 1080px;
  margin: -150px auto 30px;
  background-color: #0a1b29;
  z-index: 1;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
}
html.dining .page-intro-plus-index__nav {
  margin-bottom: 50px;
}
html.dining .page-intro-plus-index__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
html.dining .page-intro-plus-index__nav ul li a {
  font-family: "Garda";
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid #fff;
  font-size: 15px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
  display: inline-block;
}
html.dining .page-intro-plus-index__nav ul li a:hover {
  color: #9cbac8;
}
html.dining .page-intro-plus-index__nav ul li:last-child a {
  border-right: 0;
}
html.dining .page-intro-plus-index__heading {
  font: 400 40px/1.2 "Garda";
  margin-bottom: 10px;
  color: #ee5f4a;
  text-transform: uppercase;
}
html.dining .page-intro-plus-index__description {
  max-width: 780px;
  margin: 0 auto;
}
html.dining .page-intro-plus-index__description p {
  margin-bottom: 10px;
  font-weight: 300;
}
html.dining .two-col-image-gallery {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 900px) {
  html.dining .two-col-image-gallery {
    height: 400px;
  }
}
html.dining .two-col-image-gallery__prev, html.dining .two-col-image-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 130px;
  background-color: rgb(255, 106, 57);
  opacity: 0.6;
  transition: all 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.dining .two-col-image-gallery__prev:hover, html.dining .two-col-image-gallery__next:hover {
  opacity: 1;
}
html.dining .two-col-image-gallery__prev {
  left: 0;
}
html.dining .two-col-image-gallery__prev span {
  border-right: 5px solid;
  border-bottom: 5px solid;
  height: 30px;
  width: 30px;
  transform: rotate(135deg);
  display: block;
  margin-right: -18px;
}
html.dining .two-col-image-gallery__next {
  right: 0;
}
html.dining .two-col-image-gallery__next span {
  border-right: 5px solid;
  border-bottom: 5px solid;
  height: 30px;
  width: 30px;
  transform: rotate(-45deg);
  display: block;
  margin-left: -18px;
}
html.dining .two-col-image-gallery .tns-outer {
  height: 100%;
}
html.dining .two-col-image-gallery .tns-outer .tns-nav {
  display: none;
}
html.dining .two-col-image-gallery .tns-outer .tns-ovh {
  height: 100%;
}
html.dining .two-col-image-gallery .tns-outer .tns-ovh .tns-inner {
  height: 100%;
}
html.dining .two-col-image-gallery .tns-outer .tns-ovh .tns-inner .slider-main {
  height: 100%;
}
html.dining .two-col-image-gallery .tns-outer .tns-ovh .tns-inner .slider-main .tns-item {
  height: 100%;
}
html.dining .two-col-image-gallery .tns-outer .tns-ovh .tns-inner .slider-main .tns-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-width-simple-text {
  padding: 20px 10px 50px;
}
.full-width-simple-text__heading {
  font-family: "Garda";
  font-size: 130px;
  line-height: 130px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.07);
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1330px) {
  .full-width-simple-text__heading {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1030px) {
  .full-width-simple-text__heading {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 730px) {
  .full-width-simple-text__heading {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .full-width-simple-text__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
.full-width-simple-text__description {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}
.full-width-simple-text__description p {
  margin-bottom: 10px;
  font-weight: 300;
}
.full-width-simple-text__scroll-bottom {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transform: rotate(-90deg);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
}
.full-width-simple-text__scroll-bottom img {
  width: 100%;
  height: auto;
}

.two-columns-image-and-text {
  margin-bottom: 100px;
  padding-top: 100px;
}
.two-columns-image-and-text__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.two-columns-image-and-text__wrap__image-container {
  margin-bottom: 18px;
  width: calc(100% + 100px);
  height: 100%;
  margin-top: -90px;
  min-height: 480px;
}
.two-columns-image-and-text__wrap__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-columns-image-and-text__wrap__btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.two-columns-image-and-text__wrap__btn-container .button-1,
.two-columns-image-and-text__wrap__btn-container .button-2 {
  border: 1px solid #a4c8e1;
  text-decoration: none;
  font-family: "Neutra", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  color: #a4c8e1;
  margin: 0 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
}
.two-columns-image-and-text__wrap__btn-container .button-1 {
  background-color: transparent;
}
.two-columns-image-and-text__wrap__btn-container .button-1:hover {
  background-color: #a4c8e1;
  color: #1a2d3e;
}
.two-columns-image-and-text__wrap__btn-container .button-2 {
  background-color: #a4c8e1;
  color: #1a2d3e;
}
.two-columns-image-and-text__wrap__btn-container .button-2:hover {
  background-color: transparent;
  color: #a4c8e1;
}
.two-columns-image-and-text__wrap__image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.two-columns-image-and-text__wrap__image.right {
  order: 2;
}
.two-columns-image-and-text__wrap__image.right .two-columns-image-and-text__wrap__image-container {
  margin-left: -100px;
}
.two-columns-image-and-text__wrap__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.two-columns-image-and-text__wrap__content.red {
  background-color: #c84027;
}
.two-columns-image-and-text__wrap__content.blue {
  background-color: #5c80b1;
}
.two-columns-image-and-text__wrap__content.pink {
  background-color: #ee5f4a;
}
.two-columns-image-and-text__wrap__logo-container {
  width: 250px;
  margin: 0 auto 30px;
}
.two-columns-image-and-text__wrap__logo-container img {
  width: 100%;
  height: auto;
}
.two-columns-image-and-text__wrap__description-container {
  text-align: center;
  max-width: 400px;
}
.two-columns-image-and-text__wrap__description-container p {
  margin-bottom: 10px;
  font-weight: 300;
}

@media screen and (max-width: 1250px) {
  .two-columns-image-and-text {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .two-columns-image-and-text__wrap__image-container {
    width: calc(100% + 50px);
    margin-top: -40px;
    min-height: 420px;
  }
  .two-columns-image-and-text__wrap__image.right .two-columns-image-and-text__wrap__image-container {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1000px) {
  .two-columns-image-and-text__wrap__image-container {
    min-height: 380px;
  }
  .two-columns-image-and-text__wrap__image {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .two-columns-image-and-text__wrap__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .two-columns-image-and-text__wrap__logo-container {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .two-columns-image-and-text {
    padding-top: 0;
  }
  .two-columns-image-and-text__wrap {
    flex-direction: column;
  }
  .two-columns-image-and-text__wrap__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .two-columns-image-and-text__wrap__image.right {
    order: 0;
  }
  .two-columns-image-and-text__wrap__image.right .two-columns-image-and-text__wrap__image-container {
    margin-left: 0;
  }
  .two-columns-image-and-text__wrap__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .two-columns-image-and-text__wrap__image-container {
    min-height: auto;
    width: 100%;
    margin-top: 0;
    height: 300px;
  }
}
@media screen and (max-width: 1330px) {
  .four-col-section-with-two-images {
    margin-top: 110px;
  }
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images {
    margin-top: 50px;
  }
}
.four-col-section-with-two-images__main-heading {
  font-family: "Garda";
  font-size: 130px;
  line-height: 90px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.07);
  margin-bottom: 0;
}
@media screen and (max-width: 1330px) {
  .four-col-section-with-two-images__main-heading {
    font-size: 100px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1030px) {
  .four-col-section-with-two-images__main-heading {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 730px) {
  .four-col-section-with-two-images__main-heading {
    font-size: 40px;
    line-height: 30px;
  }
}
@media screen and (max-width: 430px) {
  .four-col-section-with-two-images__main-heading {
    font-size: 30px;
    line-height: 30px;
  }
}
.four-col-section-with-two-images__wrap {
  max-width: 1110px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__wrap {
    flex-direction: column;
  }
}
.four-col-section-with-two-images__wrap__image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__wrap__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.four-col-section-with-two-images__wrap__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .four-col-section-with-two-images__wrap__content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__wrap__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
}
.four-col-section-with-two-images__wrap__image-container {
  position: relative;
  height: 540px;
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__wrap__image-container {
    height: 360px;
  }
}
.four-col-section-with-two-images__wrap__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.four-col-section-with-two-images__wrap__image-container .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-decoration: none;
  font-family: "Neutra", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
}
.four-col-section-with-two-images__wrap.section-2 .four-col-section-with-two-images__wrap__content {
  padding-left: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .four-col-section-with-two-images__wrap.section-2 .four-col-section-with-two-images__wrap__content {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__wrap.section-2 .four-col-section-with-two-images__wrap__content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.four-col-section-with-two-images__section-heading {
  font-family: "Garda";
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #ec604f;
  margin-bottom: 15px;
}
.four-col-section-with-two-images__description-container p {
  margin-bottom: 10px;
  font-weight: 300;
}
.four-col-section-with-two-images__description-container h3 {
  margin-top: 40px;
  font-family: "Neutra", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #a4c8e1;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .four-col-section-with-two-images__description-container h3 {
    margin-top: 20px;
  }
}
.four-col-section-with-two-images__description-container .button {
  border: 1px solid #a4c8e1;
  text-decoration: none;
  font-family: "Neutra", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  margin: 20px 0 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
  background-color: #a4c8e1;
  color: #1a2d3e;
}
.four-col-section-with-two-images__description-container .button:hover {
  background-color: transparent;
  color: #a4c8e1;
}

.hours-of-operation {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .hours-of-operation {
    margin-top: 40px;
  }
}
.hours-of-operation__heading {
  font-family: "Garda";
  font-size: 130px;
  line-height: 90px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.07);
  margin-bottom: 0;
}
@media screen and (max-width: 1330px) {
  .hours-of-operation__heading {
    font-size: 100px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1030px) {
  .hours-of-operation__heading {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 730px) {
  .hours-of-operation__heading {
    font-size: 40px;
    line-height: 30px;
  }
}
@media screen and (max-width: 430px) {
  .hours-of-operation__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
.hours-of-operation__main {
  display: flex;
  flex-wrap: wrap;
  background: rgba(164, 200, 225, 0.2);
}
@media screen and (max-width: 900px) {
  .hours-of-operation__main {
    flex-direction: column;
  }
}
.hours-of-operation__main__left {
  flex: 0 0 150px;
  max-width: 150px;
  background-color: #a4c8e1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .hours-of-operation__main__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hours-of-operation__main__left__vertical-header {
  position: absolute;
  transform: rotate(-90deg);
  right: 40px;
  top: 60px;
  font-family: "Garda";
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #1a2d3e;
  width: 220%;
  transform-origin: right;
}
@media screen and (max-width: 900px) {
  .hours-of-operation__main__left__vertical-header {
    position: static;
    transform: none;
    padding: 20px;
    width: 100%;
  }
}
.hours-of-operation__main__right {
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding: 80px 15px 50px 70px;
}
@media screen and (max-width: 1000px) {
  .hours-of-operation__main__right {
    padding: 40px 15px 40px 40px;
  }
}
@media screen and (max-width: 900px) {
  .hours-of-operation__main__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hours-of-operation__main__right__hours-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hours-of-operation__main__right__hours-wrap .col-1,
.hours-of-operation__main__right__hours-wrap .col-2,
.hours-of-operation__main__right__hours-wrap .col-3 {
  max-width: 300px;
  flex: 0 0 33%;
}
@media screen and (max-width: 700px) {
  .hours-of-operation__main__right__hours-wrap .col-1,
  .hours-of-operation__main__right__hours-wrap .col-2,
  .hours-of-operation__main__right__hours-wrap .col-3 {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .hours-of-operation__main__right__hours-wrap .col-1,
  .hours-of-operation__main__right__hours-wrap .col-2,
  .hours-of-operation__main__right__hours-wrap .col-3 {
    flex: 0 0 100%;
  }
}
.hours-of-operation__main__right__hours-wrap .col-1 h4,
.hours-of-operation__main__right__hours-wrap .col-2 h4,
.hours-of-operation__main__right__hours-wrap .col-3 h4 {
  font-family: "Garda";
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.hours-of-operation__main__right__hours-wrap .col-1 p,
.hours-of-operation__main__right__hours-wrap .col-2 p,
.hours-of-operation__main__right__hours-wrap .col-3 p {
  font-weight: 300;
}
.hours-of-operation__main__right__hours-wrap .col-1 p em,
.hours-of-operation__main__right__hours-wrap .col-2 p em,
.hours-of-operation__main__right__hours-wrap .col-3 p em {
  font-style: italic;
  display: block;
  margin-bottom: 40px;
}

html.dining-details * {
  box-sizing: border-box;
}
html.dining-details #content {
  display: none;
}
html.dining-details #photos {
  height: 80vh;
  min-height: 65%;
}
html.dining-details #photos .breadcrumb-wrapper,
html.dining-details #photos .socials {
  display: none;
}
html.dining-details #additional-content .dining-details-main-content > h1, html.dining-details #additional-content .dining-details-main-content > p, html.dining-details #additional-content .dining-details-main-content > h2, html.dining-details #additional-content .dining-details-main-content > h3 {
  display: none;
}
html.dining-details .dining-details-main-content {
  position: relative;
  z-index: 1;
  margin: -160px 30px 0;
}
@media screen and (max-width: 700px) {
  html.dining-details .dining-details-main-content {
    margin: -60px 10px 0;
  }
}
html.dining-details .dining-details-main-content .floating-title h1 {
  font-family: "Garda";
  font-size: 130px;
  font-weight: normal;
  line-height: 90px;
  font-style: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media screen and (max-width: 1330px) {
  html.dining-details .dining-details-main-content .floating-title h1 {
    font-size: 100px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1030px) {
  html.dining-details .dining-details-main-content .floating-title h1 {
    font-size: 70px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 730px) {
  html.dining-details .dining-details-main-content .floating-title h1 {
    font-size: 40px;
    line-height: 25px;
  }
}
@media screen and (max-width: 430px) {
  html.dining-details .dining-details-main-content .floating-title h1 {
    font-size: 30px;
    line-height: 20px;
  }
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social {
  padding: 30px 20px 100px;
}
@media screen and (max-width: 900px) {
  html.dining-details .dining-details-main-content .intro-with-menu-logo-social {
    padding: 30px 20px 40px;
  }
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.red {
  background-color: #c84027;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.pink {
  background-color: #ee7a7a;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.pink .intro-with-menu-logo-social__menu ul li a {
  font-family: "Source Serif Pro", serif !important;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.pink .intro-with-menu-logo-social__description * {
  font-family: "Josefin Slab", serif !important;
  font-weight: 400;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.pink .intro-with-menu-logo-social__description p {
  font-family: "Josefin Slab", serif !important;
  font-weight: 400;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.blue {
  background-color: #5c80b1;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.blue .intro-with-menu-logo-social__menu ul li a {
  font-family: "AltaLight" !important;
  letter-spacing: 2px;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.blue .intro-with-menu-logo-social__description * {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social.blue .intro-with-menu-logo-social__description p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__menu {
  margin-bottom: 30px;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__menu ul li a {
  font-family: "Garda";
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid #fff;
  font-size: 15px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
  display: inline-block;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__menu ul li a:hover {
  color: #9cbac8;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__menu ul li:last-child a {
  border-right: 0;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__logo {
  width: 250px;
  height: auto;
  margin: 0 auto 30px;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__logo img {
  width: 100%;
  height: auto;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__description {
  max-width: 670px;
  margin: 0 auto 50px;
  text-align: center;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__description p {
  margin-bottom: 10px;
  font-weight: 300;
  color: #fff;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__social-links ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__social-links ul li a:hover {
  opacity: 0.5;
}
html.dining-details .dining-details-main-content .intro-with-menu-logo-social__social-links ul li a img {
  height: 15px;
  width: auto;
}
html.dining-details .reservation-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section {
    padding-bottom: 50px;
  }
}
html.dining-details .reservation-section.red {
  background-color: #feeeef;
}
html.dining-details .reservation-section.red .reservation-section__main__left__heading {
  color: #c84027;
}
html.dining-details .reservation-section.red .reservation-section__main__left__description * {
  color: #c84027;
}
html.dining-details .reservation-section.red .reservation-section__main__left__button {
  color: #feeeef;
  background-color: #2f5b6b;
}
html.dining-details .reservation-section.red .reservation-section__main__left__button:hover {
  background-color: rgba(47, 91, 107, 0.8);
}
html.dining-details .reservation-section.pink {
  background-color: #fce6d8;
}
html.dining-details .reservation-section.pink .reservation-section__main__left__heading {
  color: #1d2e42;
  font-family: "Source Serif Pro", serif !important;
}
html.dining-details .reservation-section.pink .reservation-section__main__left__description * {
  color: #1d2e42;
  font-family: "Josefin Slab", serif !important;
  font-weight: 400;
}
html.dining-details .reservation-section.pink .reservation-section__main__left__button {
  color: #feeeef;
  background-color: #ee7a7a;
}
html.dining-details .reservation-section.pink .reservation-section__main__left__button:hover {
  background-color: rgba(238, 122, 122, 0.8);
}
html.dining-details .reservation-section.blue {
  background-color: #e8d9cc;
}
html.dining-details .reservation-section.blue .reservation-section__main__left__heading {
  color: #5c80b1;
  text-transform: uppercase;
  font-family: "Alta";
}
html.dining-details .reservation-section.blue .reservation-section__main__left__description * {
  color: #5c80b1;
  font-family: "Nunito Sans", sans-serif;
}
html.dining-details .reservation-section.blue .reservation-section__main__left__button {
  color: #feeeef;
  background-color: #5c80b1;
  font-family: "Alta";
  letter-spacing: 2px;
}
html.dining-details .reservation-section.blue .reservation-section__main__left__button:hover {
  background-color: rgba(92, 128, 177, 0.8);
}
html.dining-details .reservation-section__main {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 1100px) {
  html.dining-details .reservation-section__main {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main {
    flex-direction: column;
    padding: 0;
  }
}
html.dining-details .reservation-section__main__left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px 15px 0;
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main__left {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .reservation-section__main__left__heading {
  margin-right: 60px;
  margin-bottom: 20px;
  font-family: "Lustria", serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  html.dining-details .reservation-section__main__left__heading {
    font-size: 40px;
    margin-right: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main__left__heading {
    font-size: 30px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
html.dining-details .reservation-section__main__left__description {
  margin-bottom: 30px;
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  html.dining-details .reservation-section__main__left__description {
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main__left__description {
    margin-right: 0;
  }
}
html.dining-details .reservation-section__main__left__description p {
  margin-bottom: 10px;
  font-weight: 300;
}
html.dining-details .reservation-section__main__left__button {
  text-decoration: none;
  font-family: "Garda";
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
}
html.dining-details .reservation-section__main__right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main__right {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .reservation-section__main__right__image {
  height: 550px;
  margin-top: -70px;
  margin-right: -130px;
  height: calc(100% + 70px);
  max-height: 710px;
}
@media screen and (max-width: 1100px) {
  html.dining-details .reservation-section__main__right__image {
    margin-right: -80px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .reservation-section__main__right__image {
    margin-right: 0;
    height: 300px;
    margin-top: 0;
  }
}
html.dining-details .reservation-section__main__right__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html.dining-details .simple-image-with-button {
  background-color: #feeeef;
  padding: 0 80px;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  html.dining-details .simple-image-with-button {
    padding: 0 50px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .simple-image-with-button {
    padding: 0;
    padding-bottom: 40px;
  }
}
html.dining-details .simple-image-with-button__main {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
html.dining-details .simple-image-with-button__main__image {
  height: 550px;
}
html.dining-details .simple-image-with-button__main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html.dining-details .simple-image-with-button__main__btn {
  position: absolute;
  top: 30px;
  left: 30px;
  text-decoration: none;
  font-family: "Neutra", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  color: #feeeef;
  margin: 0 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
  background-color: #c84027;
}
html.dining-details .simple-image-with-button__main__btn:hover {
  background-color: #ec604f;
  color: #feeeef;
}
html.dining-details .simple-image-with-button__floating-img {
  width: 200px;
  height: auto;
  position: absolute;
  right: -100px;
  bottom: -150px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  html.dining-details .simple-image-with-button__floating-img {
    right: -50px;
    width: 150px;
    bottom: -70px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .simple-image-with-button__floating-img {
    bottom: 0;
    right: 0;
  }
}
html.dining-details .simple-image-with-button__floating-img img {
  width: 100%;
  height: auto;
}
html.dining-details .menu-buttons {
  position: relative;
  padding-bottom: 40px;
}
html.dining-details .menu-buttons.red {
  background-color: #c84027;
}
html.dining-details .menu-buttons.pink {
  background-color: #ee7a7a;
}
html.dining-details .menu-buttons.blue {
  background-color: #5c80b1;
}
html.dining-details .menu-buttons.blue .menu-buttons__main__right__heading {
  text-transform: uppercase;
}
html.dining-details .menu-buttons__main {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 1100px) {
  html.dining-details .menu-buttons__main {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main {
    flex-direction: column;
    padding: 0;
  }
}
html.dining-details .menu-buttons__main__left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main__left {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .menu-buttons__main__left__image {
  height: 550px;
  margin-top: -70px;
  margin-left: -130px;
  height: calc(100% + 70px);
  max-height: 550px;
}
@media screen and (max-width: 1100px) {
  html.dining-details .menu-buttons__main__left__image {
    margin-left: -80px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main__left__image {
    margin-left: 0;
    height: 300px;
    margin-top: 0;
    order: 1;
  }
}
html.dining-details .menu-buttons__main__left__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html.dining-details .menu-buttons__main__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px 15px 0;
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main__right {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .menu-buttons__main__right__heading {
  margin-left: 60px;
  margin-bottom: 30px;
  font-family: "Lustria", serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: left;
  color: #feeeef;
}
@media screen and (max-width: 1100px) {
  html.dining-details .menu-buttons__main__right__heading {
    font-size: 40px;
    margin-left: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main__right__heading {
    font-size: 30px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
html.dining-details .menu-buttons__main__right__description {
  margin-bottom: 30px;
  margin-left: 60px;
  color: #feeeef;
}
html.dining-details .menu-buttons__main__right__description * {
  color: #feeeef;
}
html.dining-details .menu-buttons__main__right__description p {
  margin-bottom: 10px;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  html.dining-details .menu-buttons__main__right__description {
    margin-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__main__right__description {
    margin-left: 0;
  }
}
html.dining-details .menu-buttons__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  html.dining-details .menu-buttons__buttons {
    margin-top: 0;
  }
}
html.dining-details .menu-buttons__buttons__button {
  margin: 0 10px 10px;
  text-decoration: none;
  font-family: "Garda";
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
  text-align: center;
}
html.dining-details .menu-buttons.red .menu-buttons__buttons__button {
  color: #feeeef;
  background-color: #2f5b6b;
}
html.dining-details .menu-buttons.red .menu-buttons__buttons__button:hover {
  background-color: rgba(47, 91, 107, 0.8);
}
html.dining-details .menu-buttons.pink .menu-buttons__main__right__heading {
  font-family: "Source Serif Pro" !important;
}
html.dining-details .menu-buttons.pink .menu-buttons__main__right__description p,
html.dining-details .menu-buttons.pink .menu-buttons__main__right__description * {
  font-family: "Josefin Slab" !important;
  font-weight: 400;
}
html.dining-details .menu-buttons.pink .menu-buttons__buttons__button {
  color: #feeeef;
  border: 1px solid #feeeef;
  background-color: transparent;
  font-family: "Source Serif Pro" !important;
  font-weight: 300;
}
html.dining-details .menu-buttons.pink .menu-buttons__buttons__button:hover {
  background-color: #feeeef;
  color: #ee7a7a;
}
html.dining-details .menu-buttons.blue .menu-buttons__main__right__heading {
  font-family: "Alta" !important;
  letter-spacing: 3px;
}
html.dining-details .menu-buttons.blue .menu-buttons__main__right__description p,
html.dining-details .menu-buttons.blue .menu-buttons__main__right__description * {
  font-family: "Nunito Sans", sans-serif;
}
html.dining-details .menu-buttons.blue .menu-buttons__buttons__button {
  color: #feeeef;
  border: 1px solid #feeeef;
  background-color: transparent;
  font-family: "Alta" !important;
  letter-spacing: 1px;
}
html.dining-details .menu-buttons.blue .menu-buttons__buttons__button:hover, html.dining-details .menu-buttons.blue .menu-buttons__buttons__button.active {
  background-color: #feeeef;
  color: #5c80b1;
}
html.dining-details .single-column-image-carousel {
  position: relative;
  height: 600px;
  margin: 0 -30px;
}
@media screen and (max-width: 900px) {
  html.dining-details .single-column-image-carousel {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  html.dining-details .single-column-image-carousel {
    margin: 0 -15px;
  }
}
html.dining-details .single-column-image-carousel__prev, html.dining-details .single-column-image-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 110px;
  transition: all 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.dining-details .single-column-image-carousel__prev:hover, html.dining-details .single-column-image-carousel__next:hover {
  opacity: 0.5;
}
html.dining-details .single-column-image-carousel__prev {
  left: 0;
}
html.dining-details .single-column-image-carousel__prev span {
  border-right: 3px solid #feeeef;
  border-bottom: 3px solid #feeeef;
  height: 25px;
  width: 25px;
  transform: rotate(135deg);
  display: block;
  margin-right: -13px;
}
html.dining-details .single-column-image-carousel__next {
  right: 0;
}
html.dining-details .single-column-image-carousel__next span {
  border-right: 3px solid #feeeef;
  border-bottom: 3px solid #feeeef;
  height: 25px;
  width: 25px;
  transform: rotate(-45deg);
  display: block;
  margin-left: -13px;
}
html.dining-details .single-column-image-carousel .tns-outer {
  height: 100%;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-nav {
  display: none;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-ovh {
  height: 100%;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-ovh .tns-inner {
  height: 100%;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-ovh .tns-inner .slider-main {
  height: 100%;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-ovh .tns-inner .slider-main .tns-item {
  height: 100%;
}
html.dining-details .single-column-image-carousel .tns-outer .tns-ovh .tns-inner .slider-main .tns-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html.dining-details .single-column-image-carousel.red .single-column-image-carousel__prev,
html.dining-details .single-column-image-carousel.red .single-column-image-carousel__next {
  background-color: #c84027;
}
html.dining-details .single-column-image-carousel.pink .single-column-image-carousel__prev,
html.dining-details .single-column-image-carousel.pink .single-column-image-carousel__next {
  background-color: #ee7a7a;
}
html.dining-details .single-column-image-carousel.blue .single-column-image-carousel__prev,
html.dining-details .single-column-image-carousel.blue .single-column-image-carousel__next {
  background-color: #c37c70;
}
html.dining-details .hours-of-operations-type-1 {
  background-color: #feeeef;
  position: relative;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 200px;
}
html.dining-details .hours-of-operations-type-1:after {
  position: absolute;
  bottom: -200px;
  height: 200px;
  width: 100%;
  content: "";
  background-color: #2f5b6b;
  left: 0;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1 {
    padding: 40px 0;
  }
}
html.dining-details .hours-of-operations-type-1__heading {
  margin-bottom: 30px;
  color: #c84027;
  font-family: "Lustria", serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
html.dining-details .hours-of-operations-type-1__row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
html.dining-details .hours-of-operations-type-1__row * {
  color: #c84027;
}
html.dining-details .hours-of-operations-type-1__row__left {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1__row__left {
    padding-right: 5px;
  }
}
html.dining-details .hours-of-operations-type-1__row__left__heading {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Garda";
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1__row__left__heading {
    font-size: 18px;
  }
}
html.dining-details .hours-of-operations-type-1__row__left__content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  margin-bottom: 15px;
}
html.dining-details .hours-of-operations-type-1__row__right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1__row__right {
    padding-left: 5px;
  }
}
html.dining-details .hours-of-operations-type-1__row__right__heading {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Garda";
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-1__row__right__heading {
    font-size: 18px;
  }
}
html.dining-details .hours-of-operations-type-1__row__right__content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  margin-bottom: 15px;
}
html.dining-details .hours-of-operations-type-1__button {
  margin: 0 auto;
  text-decoration: none;
  font-family: "Garda";
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
  color: #feeeef;
  background-color: #2f5b6b;
}
html.dining-details .hours-of-operations-type-1__button:hover {
  background-color: rgba(47, 91, 107, 0.8);
}
html.dining-details .hours-of-operations-type-2 {
  background-color: #c37c70;
  position: relative;
  padding: 80px 0 0;
  text-align: center;
  margin-bottom: 200px;
}
html.dining-details .hours-of-operations-type-2:after {
  position: absolute;
  bottom: -200px;
  height: 200px;
  width: 100%;
  content: "";
  background-color: #c37c70;
  left: 0;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-2 {
    padding: 40px 0 0;
  }
}
html.dining-details .hours-of-operations-type-2__heading {
  margin-bottom: 30px;
  color: #e8d9cc;
  font-family: "Alta";
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-2__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
html.dining-details .hours-of-operations-type-2__content * {
  text-align: center;
  color: #e8d9cc;
  font-family: "Nunito Sans", sans-serif;
}
html.dining-details .hours-of-operations-type-2__content p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
}
html.dining-details .hours-of-operations-type-2__content p em {
  font-family: "Allura", cursive;
  font-size: 30px;
  line-height: normal;
  margin-top: 30px;
  display: block;
}
html.dining-details .hours-of-operations-type-2__button {
  text-decoration: none;
  font-family: "Alta";
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px 6px 20px;
  transition: all 0.3s;
  margin-top: 20px;
  border: 1px solid #5c80b1;
  background-color: #5c80b1;
  color: #e8d9cc;
}
html.dining-details .hours-of-operations-type-2__button:hover {
  background-color: transparent;
  color: #5c80b1;
}
html.dining-details .hours-of-operations-type-3 {
  background-color: #1d2e42;
  position: relative;
  padding: 80px 0 0;
  text-align: center;
  margin-bottom: 200px;
}
html.dining-details .hours-of-operations-type-3:after {
  position: absolute;
  bottom: -200px;
  height: 200px;
  width: 100%;
  content: "";
  background-color: #1d2e42;
  left: 0;
}
html.dining-details .hours-of-operations-type-3__main {
  max-width: 800px;
  padding: 0 15px 30px;
  margin: auto;
  border-bottom: 1px solid #ed7b7c;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-3 {
    padding: 40px 0 0;
  }
}
html.dining-details .hours-of-operations-type-3__heading {
  margin-bottom: 15px;
  color: #ed7b7c;
  font-family: "Garda";
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: center;
  text-transform: none;
  font-family: "Source Serif Pro", serif;
}
@media screen and (max-width: 900px) {
  html.dining-details .hours-of-operations-type-3__heading {
    font-size: 30px;
    line-height: 30px;
  }
}
html.dining-details .hours-of-operations-type-3__content * {
  text-align: center;
  color: #ed7b7c;
  font-family: "Josefin Slab", serif;
  font-weight: normal;
}
html.dining-details .hours-of-operations-type-3__content p {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
html.dining-details .contact-info {
  margin-top: -200px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.dining-details .contact-info__social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
html.dining-details .contact-info__social-links ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
html.dining-details .contact-info__social-links ul li a:hover {
  opacity: 0.5;
}
html.dining-details .contact-info__social-links ul li a img {
  height: 15px;
  width: auto;
}
html.dining-details .contact-info__address {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #feeeef;
  font-family: "Lustria";
}
html.dining-details .contact-info__address a {
  color: #feeeef;
  text-decoration: none;
}
html.dining-details .restaurant-menu-type-1 {
  background-color: #fce6d8;
  padding: 70px;
  display: none;
}
html.dining-details .restaurant-menu-type-1.active {
  display: block;
}
@media screen and (max-width: 1250px) {
  html.dining-details .restaurant-menu-type-1 {
    padding: 25px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .restaurant-menu-type-1 {
    padding: 30px 15px;
  }
}
html.dining-details .restaurant-menu-type-1__wrap {
  display: flex;
  flex-wrap: wrap;
}
html.dining-details .restaurant-menu-type-1__wrap__section {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding: 0 25px;
}
@media screen and (max-width: 900px) {
  html.dining-details .restaurant-menu-type-1__wrap__section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
html.dining-details .restaurant-menu-type-1__wrap__section__header {
  margin-bottom: 20px;
  font-family: "Alta";
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #5c80b1;
  text-transform: uppercase;
}
html.dining-details .restaurant-menu-type-1__wrap__section__sub-header {
  margin-bottom: 18px;
  font-family: "Garda";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #5c80b1;
  text-transform: uppercase;
  margin-top: -10px;
}
html.dining-details .restaurant-menu-type-1__wrap__section__item {
  margin-bottom: 30px;
}
html.dining-details .restaurant-menu-type-1__wrap__section__item-name {
  margin-bottom: 5px;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #4c5053;
  text-transform: uppercase;
  font-weight: 400;
}
html.dining-details .restaurant-menu-type-1__wrap__section__item-description {
  margin-bottom: 5px;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  font-style: normal;
  text-align: left;
  color: #4c5053;
  text-transform: uppercase;
  font-weight: 300;
}
html.dining-details .restaurant-menu-type-1__wrap__section__item-price {
  margin-bottom: 5px;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  font-style: normal;
  text-align: left;
  color: #4c5053;
  text-transform: uppercase;
  font-weight: 300;
}
html.dining-details .restaurant-menu-type-1__wrap__section.full {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
html.dining-details .restaurant-menu-type-1__wrap__section.full .restaurant-menu-type-1__wrap__section__header,
html.dining-details .restaurant-menu-type-1__wrap__section.full .restaurant-menu-type-1__wrap__section__sub-header {
  flex: 0 0 100%;
  max-width: 100%;
}
html.dining-details .restaurant-menu-type-1__wrap__section.full .restaurant-menu-type-1__wrap__section__item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  html.dining-details .restaurant-menu-type-1__wrap__section.full .restaurant-menu-type-1__wrap__section__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .restaurant-menu-type-2 {
  position: relative;
  background-color: #fce6d8;
  padding: 100px;
  background-image: url("https://d31s9du5hyi3lw.cloudfront.net/stagingcadillac.dev.cendynecommerce.com-1060570125/cms/imagepool/644a658b95507.png");
  background-size: 100% 90%;
  background-position: bottom;
  background-repeat: no-repeat;
}
html.dining-details .restaurant-menu-type-2 .top-pattern {
  position: absolute;
  top: 10px;
  width: 170px;
  left: 20px;
}
html.dining-details .restaurant-menu-type-2 .top-pattern img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2 .top-pattern {
    display: none;
  }
}
html.dining-details .restaurant-menu-type-2 .bottom-pattern {
  position: absolute;
  bottom: 10px;
  width: 170px;
  right: 20px;
}
html.dining-details .restaurant-menu-type-2 .bottom-pattern img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2 .bottom-pattern {
    display: none;
  }
}
html.dining-details .restaurant-menu-type-2 * {
  color: #1d2e42;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2 {
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  html.dining-details .restaurant-menu-type-2 {
    padding: 30px 15px;
  }
}
html.dining-details .restaurant-menu-type-2__wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #fce6d8;
  padding: 25px 5px;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2__wrap {
    padding: 10px 5px;
  }
}
html.dining-details .restaurant-menu-type-2 .menu-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Garda";
  font-family: "Source Serif Pro" !important;
  text-transform: none;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  html.dining-details .restaurant-menu-type-2 .menu-title {
    font-size: 30px;
    line-height: 40px;
  }
}
html.dining-details .restaurant-menu-type-2 .menu-list {
  display: flex;
  flex-wrap: wrap;
}
html.dining-details .restaurant-menu-type-2 .menu-list .item-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  html.dining-details .restaurant-menu-type-2 .menu-list .item-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.dining-details .restaurant-menu-type-2 .menu-list .item-wrap .item {
  margin-bottom: 5px;
  font-family: "Garda";
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: "Josefin Slab", serif;
  font-weight: 700;
}
html.dining-details .restaurant-menu-type-2 .menu-list .item-wrap .description {
  font-family: "Neutra", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Josefin Slab", serif;
}
html.dining-details .restaurant-menu-type-2__left {
  flex: 0 0 66%;
  max-width: 66%;
  border-right: 1px solid #ee7a7a;
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2__left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  html.dining-details .restaurant-menu-type-2__left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  html.dining-details .restaurant-menu-type-2__left {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0 solid #ee7a7a;
  }
}
html.dining-details .restaurant-menu-type-2__left__top {
  padding-bottom: 60px;
  border-bottom: 1px solid #ee7a7a;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2__left__top {
    padding-bottom: 30px;
  }
}
html.dining-details .restaurant-menu-type-2__left__bottom {
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2__left__bottom {
    padding-top: 30px;
  }
}
html.dining-details .restaurant-menu-type-2__right {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 60px;
}
@media screen and (max-width: 1200px) {
  html.dining-details .restaurant-menu-type-2__right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  html.dining-details .restaurant-menu-type-2__right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  html.dining-details .restaurant-menu-type-2__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    border-top: 1px solid #ee7a7a;
    padding-top: 30px;
  }
}
html.dining-details .restaurant-menu-type-2__right .menu-list .item-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}

.back-to-dining {
  padding: 50px 15px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.back-to-dining a {
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
  font-family: "Neutra", sans-serif;
  font-weight: 100;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.back-to-dining a span {
  display: block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  margin: 0 auto 10px;
}
.back-to-dining a img {
  width: 100%;
  height: auto;
}

.weddingspage-extraperks .menu-page {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.weddingspage-extraperks .menu-page:after {
  content: "";
  background: rgba(26, 45, 62, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.weddingspage-extraperks .menu-page .content-header {
  width: 900px;
  padding: 0 20px;
  height: 720px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  .weddingspage-extraperks .menu-page .content-header {
    width: 1040px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .weddingspage-extraperks .menu-page .content-header {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header {
    height: auto;
    padding: 25px 20px;
  }
}
.weddingspage-extraperks .menu-page .content-header:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header:before {
    display: none;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings, .weddingspage-extraperks .menu-page .content-header .list {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 4px);
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings, .weddingspage-extraperks .menu-page .content-header .list {
    width: calc(100% - 4px);
  }
}
.weddingspage-extraperks .menu-page .content-header .list {
  margin-top: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    margin-top: 30%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    margin-top: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings {
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings {
    text-align: center;
    margin-bottom: 50px;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings h3 {
  max-width: 420px;
  font: 100px/100px "Garda";
  color: #ee5f4a;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 1140px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 144px;
    line-height: 144px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
    padding: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings p {
  max-width: 420px;
  padding-left: 6px;
  margin-top: 3px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .headings p {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.weddingspage-extraperks .menu-page .content-header .headings .button {
  margin-top: 20px;
  margin-left: 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list {
    text-align: center;
  }
}
.weddingspage-extraperks .menu-page .content-header .list li {
  font: 400 36px/50px "Neutra", sans-serif;
  color: #F5F3EA;
  padding-left: 50px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .menu-page .content-header .list li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
  }
}
.weddingspage-extraperks .bottom-block {
  width: 680px;
  padding: 67px 20px 73px 20px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .bottom-block {
    width: 100%;
    box-sizing: border-box;
  }
}
.weddingspage-extraperks .bottom-block h5 {
  font: 400 46px/56px "Garda";
  color: #ee5f4a;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .weddingspage-extraperks .bottom-block h5 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  background: #091B2A url("../images/loading.gif") 50% 50% no-repeat;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  background: #091B2A;
  border: 1px solid #1A2D3E;
  color: #E8EAEA;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 5px 0 0 20px;
  padding: 0 35px 0 10px;
  position: relative;
  z-index: 2;
}
#hebs-gallery select + .select-icon {
  margin: 23px -1px 0 -22px;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #091B2A;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #091B2A;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#testimonials {
  width: 100%;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}
#testimonials .testimonial {
  display: block;
  float: left;
  width: 100%;
  height: 760px;
  background-color: #1A2D3E;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials .testimonial {
    height: auto;
  }
}
#testimonials .testimonial:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials .testimonial:before {
    display: none;
  }
}
#testimonials .testimonial:after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#testimonials .description {
  width: 719px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials .description {
    padding: 50px 60px;
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: auto;
  }
}
#testimonials h4 {
  font: 400 46px/56px "Garda";
  margin-bottom: 20px;
  color: #ee5f4a;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #testimonials h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #testimonials h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
#testimonials h5 {
  font: 400 17px/24px "Neutra", sans-serif;
  margin-bottom: 22px;
}
#testimonials p {
  font: italic 28px/34px "Neutra", sans-serif;
  margin-bottom: 34px;
  color: #F5F3EA;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #testimonials p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #testimonials p {
    font-size: 18px;
    line-height: 26px;
  }
}
#testimonials .slick-prev {
  left: 80px;
  background-position: -200px -140px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials .slick-prev {
    left: 20px;
  }
}
#testimonials .slick-prev:hover {
  background-position: 0 -140px;
}
#testimonials .slick-prev:active {
  background-position: -100px -140px;
}
#testimonials .slick-next {
  background-position: -250px -140px;
  right: 80px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #testimonials .slick-next {
    right: 20px;
  }
}
#testimonials .slick-next:hover {
  background-position: -50px -140px;
}
#testimonials .slick-next:active {
  background-position: -150px -140px;
}

#feeds {
  padding: 230px 0 0;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
#feeds .loading-feeds {
  font: 400 30px/36px "Garda";
  color: #B1E4E3;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #feeds .loading-feeds {
    padding-bottom: 10px;
    top: 180px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .loading-feeds {
    top: 100px;
  }
}
#feeds.feeds-loaded .loading-feeds {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds {
    padding-top: 150px;
  }
}
#feeds .center-column {
  padding: 0;
  margin-top: 10px;
  z-index: 5;
}
.sweep #feeds .center-column {
  max-width: 1200px;
}
#feeds .feed-header {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #feeds .feed-header {
    padding: 0 10px;
  }
}
#feeds .feed-header h4 {
  font: 90px/90px "Garda";
  color: #1A2D3E;
  position: absolute;
  top: -107px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-header h4 {
    font-size: 50px;
    line-height: 60px;
    top: -100px;
  }
}
#feeds .feed-categories {
  display: block;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #feeds #categories-list {
    display: none;
    margin-bottom: 30px;
  }
  #feeds #categories-list.visible {
    display: block;
  }
}
#feeds .feed-categories-selector {
  margin-bottom: 30px;
}
#feeds .feed-categories-selector select {
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
#feeds .feed-category {
  position: relative;
}
#feeds .feed-category.button {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 5px 10px 5px;
  transition: all 0.3s ease-in-out;
}
#feeds .feed-category.button.active, #feeds .feed-category.button:hover {
  background: #ee5f4a;
  border-color: transparent;
  color: #F5F3EA;
}
#feeds .feed-content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#feeds .feed-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=0);
  z-index: 4;
}
#feeds .feed-content:after {
  content: "";
  background: rgba(26, 45, 62, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#feeds .feed-content .button {
  margin: 30px auto;
  z-index: 5;
  display: block;
}
#feeds .feed-items {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-items {
    width: 276px;
    margin: 0 auto;
  }
}
#feeds .feed-item {
  position: relative;
  float: left;
  width: 276px;
  height: auto;
  margin: 0 10px 10px 0;
  font: normal 14px/24px "Neutra", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #feeds .feed-item {
    margin: 20px 10px 10px 0;
  }
}
#feeds .feed-item a {
  text-decoration: none;
}
#feeds .feed-item .feed-thumb {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #1A2D3E;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#feeds .feed-item .feed-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 406px;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
#feeds .feed-item:hover .feed-thumb:before {
  background: none;
}
#feeds .feed-item:hover .feed-time {
  color: #fff;
}
#feeds .feed-item.instagram .feed-thumb:before {
  height: 276px;
}
#feeds .feed-item.instagram .feed-thumb:hover .likes {
  visibility: visible;
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  padding: 15px 20px 35px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
#feeds .feed-item .feed-descr .feed-profile {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
}
#feeds .feed-item .feed-descr .feed-profile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprite.svg") -40px -50px no-repeat;
  width: 20px;
  height: 20px;
}
#feeds .feed-item .feed-descr .feed-text {
  font-size: 14px;
  line-height: 24px;
  color: #EDEEEF;
  overflow: hidden;
}
#feeds .feed-item .likes {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 48%;
  background-color: rgba(26, 45, 62, 0.75);
  font-size: 22px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#feeds .feed-item .likes:before {
  content: "♥";
  display: block;
}
#feeds .feed-item .feed-time {
  padding-top: 50px;
  font: 700 30px/56px "Neutra", sans-serif;
  color: #E8EAEA;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
}
#feeds .feed-item .feed-time:before {
  content: "";
  display: block;
  margin: 0 auto 2px;
  width: 30px;
  height: 6px;
  background: #ee5f4a;
}
#feeds .feed-item .feed-time:after {
  content: "";
  background: url("../images/sprite.svg") -62px -210px no-repeat;
  display: block;
  margin: -112px auto 0;
  width: 40px;
  height: 30px;
}
#feeds .feed-item.facebook .feed-time, #feeds .feed-item.pressroom .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.facebook .feed-thumb, #feeds .feed-item.pressroom .feed-thumb {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb:before, #feeds .feed-item.pressroom .feed-thumb:before {
  height: 406px;
}
#feeds .feed-item.facebook .feed-thumb .feed-time, #feeds .feed-item.pressroom .feed-thumb .feed-time {
  padding-top: 200px;
}
#feeds .feed-item.pressroom .feed-time:after {
  background-position: -223px -270px;
}
#feeds .feed-item.twitter {
  min-height: 280px;
}
#feeds .feed-item.twitter .feed-time {
  margin-bottom: 60px;
}
#feeds .feed-item.twitter .feed-time:after {
  background-position: -171px -205px;
}
#feeds .feed-item.twitter .feed-thumb {
  height: 406px;
}
#feeds .feed-item.instagram {
  height: 276px;
}
#feeds .feed-item.instagram .feed-time {
  padding-top: 141px;
}
#feeds .feed-item.instagram .feed-time:after {
  background-position: -112px -210px;
}
#feeds .feed-item.instagram:hover:after {
  pointer-events: none;
}
.sweep #feeds {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sweep #feeds .loading-feeds {
  top: -20px;
  opacity: 0.6;
}
.sweep #feeds .feed-categories {
  display: none;
}
.sweep #feeds .feed-header h1 {
  font: 400 40px/1.2 "Garda";
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.sweep #feeds .feed-header p {
  margin-bottom: 20px;
}
.sweep #feeds .feed-header a {
  color: #ee5f4a;
  text-decoration: none;
}
.sweep #feeds .feed-content {
  background: none;
}
.sweep #feeds .feed-content:before, .sweep #feeds .feed-content:after {
  display: none;
}

/* Home Page Layout */
#homepage-rooms {
  margin: 0 auto 70px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms {
    margin-bottom: 30px;
  }
}
#homepage-rooms h3 {
  font: 36px/40px "Neutra", sans-serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  height: 467px;
  padding: 36px 37px;
  background-color: #1A2D3E;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
#homepage-rooms .rooms-entry.no-image {
  background-size: 25%;
}
#homepage-rooms .rooms-entry:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
}
#homepage-rooms .rooms-entry:hover:after {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #homepage-rooms .rooms-entry {
    padding: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms .rooms-entry {
    width: calc(100% - 20px);
    height: 200px;
    margin: 0 0px 10px;
    box-sizing: border-box;
    float: left;
    padding: 15px;
  }
}
#homepage-rooms .rooms-entry h4 {
  font: 400 36px/35px "Garda";
  color: #EDEEEF;
  text-transform: uppercase;
  max-width: 192px;
  text-align: left;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
#homepage-rooms .rooms-entry h4 a {
  text-decoration: none;
  color: #EDEEEF;
}
#homepage-rooms .rooms-entry h4 a:hover {
  color: #B1E4E3;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #homepage-rooms .rooms-entry h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
#homepage-rooms .rooms-entry .button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: auto;
  max-width: calc(100% - 80px);
  padding: 0 20px;
  background: #ee5f4a;
  color: #F5F3EA;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#homepage-rooms .rooms-entry .button:hover {
  background: #9cbac8;
  color: #F5F3EA;
}
#homepage-rooms .rooms-entry .button:active {
  background: #9cbac8;
  color: #F5F3EA;
  border-color: transparent;
}
#homepage-rooms .slick-arrow {
  margin-top: 15px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-rooms .slick-arrow {
    display: none;
  }
}
#homepage-rooms .slick-next {
  right: 25px;
}
#homepage-rooms .slick-prev {
  left: 25px;
}

/* TEMPLATE 3*/
.rooms, .room {
  margin-bottom: 40px;
  padding: 0 10px;
}
.rooms .mobile-list, .room .mobile-list {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .rooms .mobile-list, .room .mobile-list {
    display: block;
  }
}
.rooms #categories-list, .room #categories-list {
  position: relative;
  padding: 0 40px 15px;
  margin: 0 0 15px 0;
  text-align: center;
  border-bottom: 1px solid #1A2D3E;
}
.rooms #categories-list.visible, .room #categories-list.visible {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .rooms #categories-list, .room #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #1A2D3E;
    border-top: 0;
  }
}
.rooms #categories-list button, .room #categories-list button {
  background: none;
  margin: 0 5px 10px 5px;
}
.rooms .categories-descr .category-descr, .room .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active, .room .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry, .room .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #091B2A;
  margin: 20px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry, .room .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry .description, .room .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(9, 27, 42, 0.6);
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description, .room .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: #091B2A;
    margin-bottom: 10px;
  }
}
.rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
  margin: 0 0 5px;
  color: #ee5f4a;
  text-transform: uppercase;
  font: 400 24px/26px "Neutra", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.rooms .rooms-entry .description > a, .room .rooms-entry .description > a {
  text-decoration: none;
}
.rooms .rooms-entry .description > a:hover h3, .room .rooms-entry .description > a:hover h3 {
  color: #fff;
}
.rooms .rooms-entry .description p, .room .rooms-entry .description p {
  font-size: 17px;
  line-height: 22px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description p, .room .rooms-entry .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
    position: static;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
  color: inherit;
}
.rooms .rooms-entry .description nav a:hover, .room .rooms-entry .description nav a:hover {
  color: #9cbac8;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 5px 0;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
    margin-left: 10px;
  }
}
.rooms .rooms-entry .background, .room .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms .rooms-entry .background.no-image, .room .rooms-entry .background.no-image {
  background-size: 40%;
  background-color: #9cbac8;
  background-position: 50% 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background, .room .rooms-entry .background {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
.rooms .rooms-entry .background .price, .room .rooms-entry .background .price {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.rooms .rooms-entry .background .price .number, .room .rooms-entry .background .price .number {
  font-size: 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price .number, .room .rooms-entry .background .price .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .price, .room .rooms-entry .background .price {
    right: 0;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    margin-right: 20px;
  }
}
.rooms .rooms-entry .background a.price:hover, .room .rooms-entry .background a.price:hover {
  color: #9cbac8;
}
.rooms .rooms-entry .background .view-gallery, .room .rooms-entry .background .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(9, 27, 42);
  text-indent: -1000px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}
.rooms .rooms-entry .background .view-gallery:hover, .room .rooms-entry .background .view-gallery:hover {
  background: rgba(9, 27, 42, 0.6);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms .rooms-entry .background .view-gallery, .room .rooms-entry .background .view-gallery {
    top: 20px;
    bottom: auto;
  }
}
.rooms .rooms-entry .background .view-gallery:after, .room .rooms-entry .background .view-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.page-content .single-room .rooms-entry {
  height: auto;
}
.page-content .single-room .background {
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
.page-content .single-room .background.no-image {
  background-size: 40%;
  background-color: #9cbac8;
  background-position: 50% 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content .single-room .background {
    height: 250px;
  }
}
.page-content .single-room .background .price {
  position: absolute;
  right: 0;
}
.page-content .single-room .pdf {
  margin-bottom: 20px;
}

.rooms-entry .view-tour {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 82px;
  background: rgb(9, 27, 42);
  text-indent: -1000px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}
.rooms-entry .view-tour.left-aligned {
  left: 20px;
}
.rooms-entry .view-tour:hover {
  background: rgba(9, 27, 42, 0.6);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rooms-entry .view-tour {
    top: 20px;
    bottom: auto;
  }
}
.rooms-entry .view-tour:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../images/360-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transform: translate(-50%, -50%);
}

#home-gallery {
  margin: 0 auto 80px auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery {
    margin-bottom: 50px;
  }
}
#home-gallery .line-one, #home-gallery .line-two {
  position: absolute;
  font: 400 90px/90px "Garda";
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-one, #home-gallery .line-two {
    font-size: 50px;
    line-height: 50px;
  }
}
#home-gallery .line-one {
  top: 28%;
  left: 18%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-one {
    left: 10px;
    top: 10px;
  }
}
#home-gallery .line-two {
  bottom: 28%;
  right: 25%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home-gallery .line-two {
    right: 10px;
    bottom: 10px;
  }
}
#home-gallery.fade-on-scroll.visible .line-one {
  opacity: 0;
  animation: frLeft 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
#home-gallery.fade-on-scroll.visible .line-two {
  opacity: 0;
  animation: frRight 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes frLeft {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 18%;
    opacity: 1;
  }
}
@keyframes frRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 25%;
    opacity: 1;
  }
}
#home-gallery .button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: calc(100% - 40px);
}
#home-gallery .button:active {
  background: #fff;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  margin: 0 5px;
  display: block;
  float: left;
  width: calc(20% - 10px);
  padding-bottom: calc(19% - 10px);
  background-color: #1A2D3E;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-top: 10px solid #000;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}
#home-gallery .photo:hover {
  opacity: 1;
}
#home-gallery .count-12 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-12 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-12 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-12 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-12 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-12 .item-12 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-11 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-11 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-11 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-11 .item-9 {
  width: calc(40% - 10px);
}
#home-gallery .count-11 .item-11 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-10 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-10 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-10 .item-8 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-10 .item-9 {
  width: calc(40% - 10px);
}
#home-gallery .count-10 .item-10 {
  width: calc(60% - 10px);
}
#home-gallery .count-9 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-4 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-9 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-9 .item-6 {
  padding-bottom: calc(29% - 10px);
  margin-top: -10%;
}
#home-gallery .count-9 .item-7 {
  width: calc(40% - 10px);
}
#home-gallery .count-9 .item-8 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-9 .item-9 {
  width: calc(50% - 10px);
}
#home-gallery .count-8 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-8 .item-6 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-8 .item-8 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-3 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-4 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-5 {
  width: calc(40% - 10px);
}
#home-gallery .count-7 .item-6 {
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-7 .item-7 {
  width: calc(40% - 10px);
}
#home-gallery .count-6 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-6 .item-5 {
  width: calc(20% - 10px);
  margin-top: -10%;
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-6 .item-6 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-5 .item-1 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-2 {
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-3 {
  width: calc(40% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-5 .item-4 {
  width: calc(40% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-5 .item-5 {
  width: calc(60% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-4 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-4 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
}
#home-gallery .count-4 .item-3 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-4 .item-4 {
  width: calc(50% - 10px);
  padding-bottom: calc(19% - 10px);
  margin-top: -19%;
}
#home-gallery .count-3 .line-one {
  top: 0;
}
#home-gallery .count-3 .line-two {
  bottom: 0;
}
#home-gallery .count-3 .item-1 {
  width: calc(25% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-3 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-3 .item-3 {
  width: calc(25% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-2 .item-1 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-2 .item-2 {
  width: calc(50% - 10px);
  padding-bottom: calc(29% - 10px);
}
#home-gallery .count-1 .item-1 {
  width: calc(100% - 10px);
  padding-bottom: calc(29% - 10px);
}

#blog-feed {
  margin: 0;
  max-width: 100%;
  min-height: 800px;
}
#blog-feed .blog-feed-bg {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding: 55px 0;
  min-height: 902px;
}
#blog-feed .blog-feed-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 45, 62, 0.75);
}
#blog-feed .blog-feed-bg:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000", endColorstr="#000000", GradientType=0);
}
#blog-feed h4 {
  font: 90px/90px "Garda";
  text-transform: capitalize;
  text-align: center;
  color: #1A2D3E;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
#blog-feed .entry-description {
  text-align: center;
}
#blog-feed .entry-description h5 {
  font: 400 26px/40px "Garda";
  width: 100%;
  margin: 25px auto;
  color: #fff;
}
#blog-feed .blog-feed-items {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#blog-feed .blog-feed-link {
  position: relative;
  z-index: 1;
  width: 200px;
  margin: 45px auto 0 auto;
}
#blog-feed .blog-entry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: calc(50% - 30px);
  min-height: 315px;
  margin-top: 30px;
}
#blog-feed .blog-entry:first-child {
  margin-right: 30px;
}
#blog-feed .blog-entry a {
  color: #fff;
}
#blog-feed .blog-entry a:hover {
  color: #9cbac8;
}
#blog-feed .blog-entry time {
  font: 700 26px/56px "Neutra", sans-serif;
  display: block;
  margin: 20px auto;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
}
#blog-feed .blog-entry img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1A2D3E;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #blog-feed .blog-entry {
    width: 100%;
    margin: 25px 0;
  }
}

.mobile-list {
  display: none;
  font: normal 16px/50px "Neutra", sans-serif;
  color: #E8EAEA;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #091B2A;
  border: 1px solid #1A2D3E;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #E8EAEA;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .mobilecategoryall {
    display: block;
  }
}

.category-selector {
  margin: 0 0 20px 0;
}
.category-selector:after {
  clear: both;
  content: "";
  display: table;
}

#categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #1A2D3E;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    color: #F5F3EA;
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #9cbac8;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #9cbac8;
  }
}
#categories-list .text {
  display: none;
}
#categories-list .button {
  background: none;
  border: 1px solid #9cbac8;
  color: #F5F3EA;
  margin: 0 5px 10px 5px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #categories-list .button {
    margin-bottom: 0;
  }
}
#categories-list .button.active, #categories-list .button:hover {
  background: #ee5f4a;
  border: 1px solid #ee5f4a;
  color: #F5F3EA;
}

.specials .background {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .specials .background {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #1A2D3E;
  padding: 20px 0;
}
.specials .image-list-item .h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.specials .image-list-item .h4 a {
  text-decoration: none;
  color: #ee5f4a;
}
.specials .image-list-item .h4 a:hover {
  color: #E8EAEA;
}
.specials .image-list-item .button {
  margin-bottom: 10px;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #1A2D3E;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 17px/20px "Neutra", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.hotel-location-map p, .poi-map-canvas p {
  color: #000;
  margin: 5px 0 0;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #D6AD85;
  padding: 20px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  color: #D6AD85;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  display: block;
  color: #B1E4E3;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  color: #B1E4E3;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  display: block;
  margin: 10px 0 20px;
}
.pressroom .pressroom-item nav {
  margin-top: 20px;
}
.pressroom .pressroom-item nav .button {
  display: inline-block;
}

.galleries {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .galleries {
    flex-flow: column;
  }
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(33% - 7px);
  margin: 5px;
  height: 350px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .galleries .gallery {
    width: calc(33% - 8px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4 {
  font: 500 20px/30px "Neutra", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h4 {
  font-size: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.form {
  display: block;
  margin-bottom: 20px;
}
.form a {
  text-decoration: underline !important;
}
.form .newList a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1A2D3E;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label.checkbox-label {
  margin: 0 auto;
  float: none;
  display: block;
  width: 60%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form label.checkbox-label {
    width: 100%;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  position: relative;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select {
  background-color: #1A2D3E !important;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #224057;
  font-size: 17px;
  line-height: 44px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form input.date-pick {
  width: 130px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #004076;
}

#form_module_container_errors {
  color: #fff;
}

#form_module_container_errors .goTo {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: #fff;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] .newList a {
  text-align: left;
}
[id*=form_form_] h3 {
  text-align: left;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1A2D3E;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] .form-builder-group {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background-color: #1A2D3E;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #224057;
  font-size: 17px;
  line-height: 44px;
  -webkit-appearance: none;
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #ee5f4a;
}
[id*=form_form_] input[type=text]::-webkit-input-placeholder, [id*=form_form_] input[type=number]::-webkit-input-placeholder, [id*=form_form_] input[type=email]::-webkit-input-placeholder, [id*=form_form_] input[type=phone]::-webkit-input-placeholder, [id*=form_form_] input[type=url]::-webkit-input-placeholder, [id*=form_form_] input[type=datepicker]::-webkit-input-placeholder, [id*=form_form_] textarea::-webkit-input-placeholder, [id*=form_form_] select::-webkit-input-placeholder, [id*=form_form_] .input-overlay::-webkit-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:-moz-placeholder, [id*=form_form_] input[type=number]:-moz-placeholder, [id*=form_form_] input[type=email]:-moz-placeholder, [id*=form_form_] input[type=phone]:-moz-placeholder, [id*=form_form_] input[type=url]:-moz-placeholder, [id*=form_form_] input[type=datepicker]:-moz-placeholder, [id*=form_form_] textarea:-moz-placeholder, [id*=form_form_] select:-moz-placeholder, [id*=form_form_] .input-overlay:-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]::-moz-placeholder, [id*=form_form_] input[type=number]::-moz-placeholder, [id*=form_form_] input[type=email]::-moz-placeholder, [id*=form_form_] input[type=phone]::-moz-placeholder, [id*=form_form_] input[type=url]::-moz-placeholder, [id*=form_form_] input[type=datepicker]::-moz-placeholder, [id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder, [id*=form_form_] .input-overlay::-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:-ms-input-placeholder, [id*=form_form_] input[type=number]:-ms-input-placeholder, [id*=form_form_] input[type=email]:-ms-input-placeholder, [id*=form_form_] input[type=phone]:-ms-input-placeholder, [id*=form_form_] input[type=url]:-ms-input-placeholder, [id*=form_form_] input[type=datepicker]:-ms-input-placeholder, [id*=form_form_] textarea:-ms-input-placeholder, [id*=form_form_] select:-ms-input-placeholder, [id*=form_form_] .input-overlay:-ms-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=number]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=email]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=phone]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=url]:focus::-webkit-input-placeholder, [id*=form_form_] input[type=datepicker]:focus::-webkit-input-placeholder, [id*=form_form_] textarea:focus::-webkit-input-placeholder, [id*=form_form_] select:focus::-webkit-input-placeholder, [id*=form_form_] .input-overlay:focus::-webkit-input-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus:-moz-placeholder, [id*=form_form_] input[type=number]:focus:-moz-placeholder, [id*=form_form_] input[type=email]:focus:-moz-placeholder, [id*=form_form_] input[type=phone]:focus:-moz-placeholder, [id*=form_form_] input[type=url]:focus:-moz-placeholder, [id*=form_form_] input[type=datepicker]:focus:-moz-placeholder, [id*=form_form_] textarea:focus:-moz-placeholder, [id*=form_form_] select:focus:-moz-placeholder, [id*=form_form_] .input-overlay:focus:-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus::-moz-placeholder, [id*=form_form_] input[type=number]:focus::-moz-placeholder, [id*=form_form_] input[type=email]:focus::-moz-placeholder, [id*=form_form_] input[type=phone]:focus::-moz-placeholder, [id*=form_form_] input[type=url]:focus::-moz-placeholder, [id*=form_form_] input[type=datepicker]:focus::-moz-placeholder, [id*=form_form_] textarea:focus::-moz-placeholder, [id*=form_form_] select:focus::-moz-placeholder, [id*=form_form_] .input-overlay:focus::-moz-placeholder {
  color: transparent;
}
[id*=form_form_] input[type=text]:focus:-ms-input-placeholder, [id*=form_form_] input[type=number]:focus:-ms-input-placeholder, [id*=form_form_] input[type=email]:focus:-ms-input-placeholder, [id*=form_form_] input[type=phone]:focus:-ms-input-placeholder, [id*=form_form_] input[type=url]:focus:-ms-input-placeholder, [id*=form_form_] input[type=datepicker]:focus:-ms-input-placeholder, [id*=form_form_] textarea:focus:-ms-input-placeholder, [id*=form_form_] select:focus:-ms-input-placeholder, [id*=form_form_] .input-overlay:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] textarea {
  height: 100px;
  overflow: auto;
  padding: 20px 20px;
  line-height: 1.2;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input.date-pick {
  width: 130px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
[id*=form_form_] input[type=submit] {
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  overflow: visible;
  background: #ee5f4a;
  color: #F5F3EA;
  border: 1px solid transparent;
  font: 700 18.66px/40px "Neutra", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0 !important;
  clear: both;
  overflow: hidden;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: gray;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p, [id*=form_form_] .form-builder-field[class*=radiogroup] > p {
  margin: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > p:last-child label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p:last-child label, [id*=form_form_] .form-builder-field[class*=radiogroup] > p:last-child label {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: gray 1px solid;
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #ee5f4a;
  border-left: 2px solid #ee5f4a;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #ee5f4a;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
[id*=form_form_] .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .controls p {
    padding: 0;
    text-align: center;
  }
}
[id*=form_form_] .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  [id*=form_form_] .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#homepage-poi {
  text-align: center;
}
#homepage-poi h3 {
  font: 400 46px/56px "Garda";
  color: #ee5f4a;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-poi h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
#homepage-poi h3:before {
  content: "";
  display: block;
  margin: 0 auto 67px auto;
  width: 80px;
  height: 1px;
  background: #1A2D3E;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #homepage-poi h3:before {
    margin-bottom: 30px;
  }
}

.poi .mobile-list {
  margin-top: 25px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .hidden {
    display: none;
  }
}
.poi .center-column:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .center-column:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  .poi-maps-container {
    height: 840px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-maps-container {
    height: 400px;
    margin-bottom: 77px;
  }
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}

.center-column.maps-overlay-wrapper {
  position: relative;
  left: auto;
  margin: 0;
  top: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1140px) {
  .center-column.maps-overlay-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .center-column.maps-overlay-wrapper {
    position: relative;
    left: auto;
    margin: 0;
    top: 0;
  }
}

.poi .category-selector:after {
  clear: both;
  content: "";
  display: table;
}

.poi .category-selector:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}
.poi .category-selector button {
  background: none;
  border: 1px solid #d0d0d0;
  color: #151616;
  line-height: 50px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
.poi .category-selector button:hover, .poi .category-selector button.active {
  background: #14639d;
  border: 1px solid #1A2D3E;
  color: #fff;
}

.poi .categories {
  display: none;
}
.poi .categories.expanded {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .poi .categories {
    display: block;
  }
}
.poi .categories .category.hidden {
  display: none;
}

.poi-controls-wrapper {
  position: absolute;
  right: 30px;
  top: 75%;
  z-index: 1;
  width: 30px;
  white-space: nowrap; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1140px) {
  .poi-controls-wrapper {
    top: 540px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-controls-wrapper {
    display: block;
    transform: none;
    -ms-transform: none;
    width: 100%;
    bottom: -77px;
    top: auto;
    right: 0;
    left: 0;
    background: #091B2A;
    position: absolute;
  }
}

.poi-slider-container {
  color: #E8EAEA;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container {
    color: #E8EAEA;
    text-align: center;
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
.poi-slider-container .distance {
  text-transform: uppercase;
  display: inline-block;
  font: bold 18px/24px "Neutra", sans-serif;
  color: #E8EAEA;
  margin: 0 20px 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container .distance {
    margin: 0 30px 0 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 360px) {
  .poi-slider-container .distance {
    margin: 0 10px 0 10px;
  }
}
.poi-slider-container .distance-val {
  font: bold 20px/24px "Neutra", sans-serif;
  color: #ee5f4a;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
  min-width: 100px;
}
.poi-slider-container button {
  background: none;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  margin: -5px 5px 0 0;
}
.poi-slider-container button:before {
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  background: url("../images/sprite.svg") -340px -280px no-repeat;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container button:before {
    transform: none;
  }
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  background: none;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  margin: -5px 5px 0 0;
}
.poi-slider-container .zoomin:before, .poi-slider-container .zoomout:before {
  content: none;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  background: url("../images/sprite.svg") -280px -280px no-repeat;
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
}
.poi-slider-container .zoomout:after {
  display: none;
}
.poi-slider-container .zoomout:before {
  content: "";
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  background: url("../images/sprite.svg") -340px -280px no-repeat;
  display: block;
  top: 0;
  left: 0;
  line-height: inherit;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi-slider-container .zoomout:before {
    transform: none;
  }
}

.poi .hotels {
  display: none;
}

.poi {
  overflow: hidden;
}
.poi .center-column {
  padding: 0;
}
.poi:after {
  clear: both;
  content: "";
  display: table;
}
.poi .poi-map-wrapper {
  position: relative;
}
.poi .poi-map-wrapper .poi-gradient {
  background: linear-gradient(to bottom, rgb(9, 27, 42) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#00ffffff", GradientType=0);
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .poi-map-wrapper .poi-gradient {
    display: none;
  }
}
.poi .categories-list {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  margin: 33px 0 15px 0;
  padding: 0 40px;
  font-size: 0;
}
.poi .categories-list button {
  background: none;
  border: 0;
  border-left: 1px solid #9cbac8;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .poi .categories-list {
    display: none;
    width: 100%;
    margin: -20px auto 30px;
    border: 1px solid #1A2D3E;
    border-top: 0;
    position: relative;
    padding: 0 10px;
  }
  .poi .categories-list.visible {
    display: block;
  }
  .poi .categories-list.visible button {
    text-transform: uppercase;
    background: none;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .poi .categories-list.visible button:after {
    content: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
  }
  .poi .categories-list.visible button:first-child:after {
    display: none;
  }
  .poi .categories-list.visible button:hover, .poi .categories-list.visible button.active {
    border: 0;
    background: none;
    color: #9cbac8;
  }
}

@media only screen and (min-width: 0) and (max-width: 959px) {
  .maps-overlay-wrapper {
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}
.maps-overlay-wrapper button {
  background-color: transparent;
  font: 14px/40px "Neutra", sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0 0 0 65px;
}
.maps-overlay-wrapper button:first-child {
  border: 0;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button {
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .maps-overlay-wrapper button {
    text-align: center;
    padding: 0;
  }
}
.maps-overlay-wrapper button:hover, .maps-overlay-wrapper button.active, .maps-overlay-wrapper button:active {
  color: #9cbac8;
}
.maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
  position: absolute;
  background: url("../images/sprite.svg") no-repeat -375px -210px;
  content: "";
  left: 20px;
  top: 0;
  height: 28px;
  width: 28px;
}
@media only screen and (min-width: 1140px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .maps-overlay-wrapper button:before, .maps-overlay-wrapper .mobile-list:before {
    position: relative;
    display: inline-block;
    margin-right: 0;
    top: 3px;
    left: -10px !important;
  }
}
.maps-overlay-wrapper button:hover:before, .maps-overlay-wrapper button.active:before, .maps-overlay-wrapper button:active:before, .maps-overlay-wrapper .mobile-list:hover:before, .maps-overlay-wrapper .mobile-list.active:before, .maps-overlay-wrapper .mobile-list:active:before {
  background-position: -375px -269px;
}
.maps-overlay-wrapper button.icon-dining:before, .maps-overlay-wrapper .mobile-list.icon-dining:before {
  left: 30px;
  background-position: -338px -75px;
}
.maps-overlay-wrapper button.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list.icon-eat-and-drink:before {
  left: 30px;
  background-position: -338px -75px;
}
.maps-overlay-wrapper button.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list.icon-bars-nightlife:before {
  left: 30px;
  background-position: -730px -76px;
}
.maps-overlay-wrapper button.icon-museums:before, .maps-overlay-wrapper .mobile-list.icon-museums:before {
  background-position: -386px -75px;
}
.maps-overlay-wrapper button.icon-shopping:before, .maps-overlay-wrapper .mobile-list.icon-shopping:before {
  background-position: -445px -75px;
}
.maps-overlay-wrapper button.icon-universities:before, .maps-overlay-wrapper .mobile-list.icon-universities:before {
  background-position: -678px -75px;
}
.maps-overlay-wrapper button.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list.icon-parks-recreation:before {
  background-position: -632px -75px;
}
.maps-overlay-wrapper button.icon-sports:before, .maps-overlay-wrapper .mobile-list.icon-sports:before {
  top: 3px;
  background-position: -587px -78px;
}
.maps-overlay-wrapper button.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.icon-arts-culture:before {
  background-position: -497px -75px;
}
.maps-overlay-wrapper button.icon-sights:before, .maps-overlay-wrapper .mobile-list.icon-sights:before {
  background-position: -543px -75px;
}
.maps-overlay-wrapper button:hover.icon-dining:before, .maps-overlay-wrapper button.active.icon-dining:before, .maps-overlay-wrapper button:active.icon-dining:before, .maps-overlay-wrapper .mobile-list:hover.icon-dining:before, .maps-overlay-wrapper .mobile-list.active.icon-dining:before, .maps-overlay-wrapper .mobile-list:active.icon-dining:before {
  background-position: -338px -120px;
}
.maps-overlay-wrapper button:hover.icon-bars-nightlife:before, .maps-overlay-wrapper button.active.icon-bars-nightlife:before, .maps-overlay-wrapper button:active.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list:hover.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list.active.icon-bars-nightlife:before, .maps-overlay-wrapper .mobile-list:active.icon-bars-nightlife:before {
  background-position: -730px -121px;
}
.maps-overlay-wrapper button:hover.icon-eat-and-drink:before, .maps-overlay-wrapper button.active.icon-eat-and-drink:before, .maps-overlay-wrapper button:active.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list:hover.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list.active.icon-eat-and-drink:before, .maps-overlay-wrapper .mobile-list:active.icon-eat-and-drink:before {
  background-position: -338px -120px;
}
.maps-overlay-wrapper button:hover.icon-museums:before, .maps-overlay-wrapper button.active.icon-museums:before, .maps-overlay-wrapper button:active.icon-museums:before, .maps-overlay-wrapper .mobile-list:hover.icon-museums:before, .maps-overlay-wrapper .mobile-list.active.icon-museums:before, .maps-overlay-wrapper .mobile-list:active.icon-museums:before {
  background-position: -386px -120px;
}
.maps-overlay-wrapper button:hover.icon-shopping:before, .maps-overlay-wrapper button.active.icon-shopping:before, .maps-overlay-wrapper button:active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:hover.icon-shopping:before, .maps-overlay-wrapper .mobile-list.active.icon-shopping:before, .maps-overlay-wrapper .mobile-list:active.icon-shopping:before {
  background-position: -445px -120px;
}
.maps-overlay-wrapper button:hover.icon-arts-culture:before, .maps-overlay-wrapper button.active.icon-arts-culture:before, .maps-overlay-wrapper button:active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:hover.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list.active.icon-arts-culture:before, .maps-overlay-wrapper .mobile-list:active.icon-arts-culture:before {
  background-position: -497px -120px;
}
.maps-overlay-wrapper button:hover.icon-sights:before, .maps-overlay-wrapper button.active.icon-sights:before, .maps-overlay-wrapper button:active.icon-sights:before, .maps-overlay-wrapper .mobile-list:hover.icon-sights:before, .maps-overlay-wrapper .mobile-list.active.icon-sights:before, .maps-overlay-wrapper .mobile-list:active.icon-sights:before {
  background-position: -543px -120px;
}
.maps-overlay-wrapper button:hover.icon-parks-recreation:before, .maps-overlay-wrapper button.active.icon-parks-recreation:before, .maps-overlay-wrapper button:active.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list:hover.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list.active.icon-parks-recreation:before, .maps-overlay-wrapper .mobile-list:active.icon-parks-recreation:before {
  background-position: -632px -120px;
}
.maps-overlay-wrapper button:hover.icon-sports:before, .maps-overlay-wrapper button.active.icon-sports:before, .maps-overlay-wrapper button:active.icon-sports:before, .maps-overlay-wrapper .mobile-list:hover.icon-sports:before, .maps-overlay-wrapper .mobile-list.active.icon-sports:before, .maps-overlay-wrapper .mobile-list:active.icon-sports:before {
  background-position: -587px -123px;
}
.maps-overlay-wrapper button:hover.icon-universities:before, .maps-overlay-wrapper button.active.icon-universities:before, .maps-overlay-wrapper button:active.icon-universities:before, .maps-overlay-wrapper .mobile-list:hover.icon-universities:before, .maps-overlay-wrapper .mobile-list.active.icon-universities:before, .maps-overlay-wrapper .mobile-list:active.icon-universities:before {
  background-position: -678px -120px;
}

.infobox-window {
  text-align: center;
  box-sizing: border-box;
  background: #1A2D3E;
  padding: 20px 20px;
  min-height: 228px;
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  .infobox-window {
    width: 100% !important;
  }
}
.infobox-window h4 {
  font: 700 14px/24px "Neutra", sans-serif;
  color: #EDEEEF;
  text-transform: uppercase;
  padding-top: 39px;
  margin-bottom: 5px;
  position: relative;
}
.infobox-window h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: #fff;
  left: 50%;
  top: 20px;
  margin-left: -15px;
}
.infobox-window p {
  font: 17px/24px "Neutra", sans-serif;
  color: #EDEEEF;
  margin: 0 0 5px 0;
  position: relative;
}
.infobox-window a {
  color: #9cbac8;
  position: relative;
}
.infobox-window a:hover {
  color: #fff;
  text-decoration: underline;
}
.infobox-window .email {
  text-decoration: none;
  text-transform: none;
  font-family: "Neutra", sans-serif;
}
.infobox-window .button {
  display: inline-block;
  margin-top: 10px;
  color: #F5F3EA;
}
.infobox-window .button:hover {
  color: #F5F3EA;
  text-decoration: none;
}
.infobox-window .button:active {
  background: none;
  color: #9AA2AA;
  border: 1px solid #9AA2AA;
}
.infobox-window .poi-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 220px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  opacity: 0.3; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 0;
  border: 4px solid #1A2D3E;
  transition: all 0.3s ease-in-out;
}
.infobox-window:hover .poi-overlay { /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 0.5;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar {
    font-size: 12px;
  }
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #F5F3EA;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #9cbac8;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-filter {
  float: right;
}
#calendar-filter select {
  background: #091B2A;
  border: 1px solid #1A2D3E;
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 44px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
}
#calendar-filter label {
  display: none;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-breadcrumb {
    text-align: center;
  }
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #9AA2AA;
  color: #F5F3EA;
}
#calendar-year a:hover {
  border-color: #9AA2AA;
  color: #9AA2AA;
}
#calendar-year .active a {
  border-color: #ee5f4a;
  color: #ee5f4a;
}
#calendar-year .active a:hover {
  border-color: #9AA2AA;
  color: #9AA2AA;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #F5F3EA;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #ee5f4a;
  color: #F5F3EA;
}
#calendar-month a.active {
  background: #ee5f4a;
  color: #F5F3EA;
}
#calendar-month a.active:hover {
  background: #ee5f4a;
  color: #F5F3EA;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #9cbac8;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -262px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -262px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #1A2D3E;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -262px -234px;
}
#calendar-navigation a.next:active {
  background-position: -231px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -262px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -231px -196px;
}

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
  font-size: 0;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  border: 1px solid #274655;
  background: #1A2D3E;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #1A2D3E;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #1A2D3E;
  background: none;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #F5F3EA;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #091B2A;
  border: 1px solid #1A2D3E;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -13px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #1A2D3E;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #1A2D3E;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  color: #ee5f4a;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #fff;
}

#calendar.single-event .vevent h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
#calendar.single-event .vevent .thumbnail {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #calendar.single-event .vevent .thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  color: #9cbac8;
  margin: 5px 0;
}

#calendar .dates > small {
  display: block;
}

.noevents {
  text-align: center;
  color: #ee5f4a;
  margin: 40px 0 0;
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background: #ee5f4a;
  color: #F5F3EA;
  border: 1px solid transparent;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  background: #091B2A;
  color: #F5F3EA;
  border: 1px solid #9cbac8;
}
.menu-tabs-block-acm .tabs-titles .button:hover {
  background: #ee5f4a;
  color: #F5F3EA;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #1A2D3E;
    border-bottom: 1px solid #1A2D3E;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px 0;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  max-width: 300px;
  margin: 40px 0;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #ee5f4a;
  background-color: #ee5f4a;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #ee5f4a url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #ee5f4a;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  border-color: #fff;
  margin-right: 20px;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #ee5f4a url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.view-wrapper {
  text-align: center;
  position: relative;
}

.view-360 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.view-360 .block {
  width: calc(33.3333333333% - 20px);
  min-height: 330px;
  margin: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .view-360 .block {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Neutra", sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.view-360 .block .view-tour.no-link {
  cursor: default !important;
}
.view-360 .block .view-tour.no-link span:after {
  display: none;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  background: url("../images/360-mini.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
}

.promos-slider {
  margin: 30px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.promos-slider .center-column {
  overflow: hidden;
  max-width: 900px;
  width: auto;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .center-column {
    padding: 0 7px;
  }
}
.promos-slider .page-content {
  padding-bottom: 12px;
  float: none;
  border: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content h3 {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .page-content h3 {
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  width: calc(100% + 10px);
  overflow: hidden;
  margin: 0 -5px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .slideshow {
    width: 100%;
    margin: 0 auto;
  }
}
.promos-slider .slideshow-wrapper {
  text-align: center;
}
.promos-slider .slide {
  display: inline-block;
  margin: 0 5px;
  max-height: 480px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 10px);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .promos-slider .slide {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .slide {
    width: 100%;
    padding-bottom: 96%;
    height: 0;
    margin: 0;
    min-height: auto;
  }
}
.promos-slider .slide h4 {
  color: #EDEEEF;
  font: 700 36px/35px "Garda";
  max-width: 192px;
  text-transform: uppercase;
  text-align: left;
  transition: color 350ms ease-in-out;
  position: relative;
}
.promos-slider .slide h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 45px 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .overlay {
    padding: 26px 10px;
  }
}
.promos-slider .description {
  text-align: left;
  display: flex;
  flex: 1;
  width: 100%;
  flex-flow: column;
  margin: 20px auto;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button {
  opacity: 0;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .slideshow-pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 5px !important;
  border-radius: 50%;
  border: 1px solid #ee5f4a;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
  opacity: 1;
  background: none;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet:hover, .promos-slider .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ee5f4a;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 22px;
  height: 22px;
  border: 5px solid #9cbac8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.promos-slider .slideshow-button:hover {
  border-color: #ee5f4a;
}
.promos-slider .slideshow-button.next {
  right: 45px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .promos-slider .slideshow-button.next {
    right: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .slideshow-button.next {
    right: 20px;
  }
}
.promos-slider .slideshow-button.previous {
  left: 45px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .promos-slider .slideshow-button.previous {
    left: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promos-slider .slideshow-button.previous {
    left: 20px;
  }
}

@media print {
  #header, #photos, #promos, #content .heading, #booking, #homepage-blocks, #homepage-rooms, #homepage-poi, #testimonials, #events, #home-gallery, #feeds, #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
.mobile-menu-only {
    display: block!important;
  }
}

.mobile-menu-only {
  display: none;

}


@media only screen and (min-width: 0) and (max-width: 767px) {
  .desktop-menu-only {
    display: none;
  }
}
