.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.bold {
  font-family: 'avenir-bold';
  font-weight: 400;
}
#t-logo img {
  max-width: 150px;
  width: 100%;
  margin-top: 12px;
}
#t-logo .t-logo-b {
  display: none;
}
#main-header {
  z-index: 999;
}
#main-header.sticky {
  height: 88px;
  background: #ffffff !important;
}
#main-header.sticky #t-logo {
  height: 82px;
}
#main-header.sticky #t-logo img {
  margin-top: 8px;
  max-width: 106px;
}
#main-header.sticky .t-logo-b {
  display: block;
}
#main-header.sticky .t-logo-w {
  display: none;
}
#main-header.sticky .inner-container .r-sec #main-menu ul li > a,
#main-header.sticky .social-header a {
  color: #333333;
}
#main-header.sticky .inner-container .r-sec #main-menu ul li > a:hover,
#main-header.sticky .social-header a:hover {
  color: #d2bd7f;
}
.hotelsections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .hotelsections {
    display: block;
  }
}
.hotelsections .item {
  position: relative;
  overflow: hidden;
  height: 540px;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .hotelsections .item {
    height: 360px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.hotelsections .item:nth-child(3n+3) {
  margin-right: 0;
}
.hotelsections .item:hover .item__bg {
  transform: scale(1.1) rotate(-1deg);
}
.hotelsections .item:hover .item__bg:before {
  background: rgba(0, 0, 0, 0.1);
}
.hotelsections .item--wide {
  width: 48.5%;
  margin-right: 3%;
  height: 650px;
}
@media all and (max-width: 768px) {
  .hotelsections .item--wide {
    margin-right: 0;
    width: 100%;
    height: 360px;
  }
}
.hotelsections .item--wide:nth-of-type(odd) {
  margin-right: 0;
}
.hotelsections .item__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.hotelsections .item__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.hotelsections .item__bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hotelsections h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.hotelsections h2 {
  font-family: 'avenir-bold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  z-index: 2;
  position: relative;
}
.hotelsections .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotelsections .item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotelsections .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.luxuryrooms {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.owl-stage {
  *zoom: 1;
}
.owl-stage:before,
.owl-stage:after {
  content: "";
  display: table;
}
.owl-stage:after {
  clear: both;
}
.roomlist .room-boxes .inner-container {
  color: #ffffff;
}
.roomlist .item__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.roomlist .item__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.roomlist .item__bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.roomlist .item__bottom__title {
  font-family: 'avenir-bold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  z-index: 2;
  position: relative;
  display: block;
}
.roomlist .item__top__title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  display: block;
}
#upcoming-events {
  background-color: #ffffff;
}
#upcoming-events .container {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}
.rdcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .rdcard {
    display: block;
  }
}
.rdcard__img {
  width: 48%;
}
@media all and (max-width: 768px) {
  .rdcard__img {
    width: 100%;
    height: 300px;
  }
}
.rdcard__img .rdcard__img__item:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.rdcard__img .rdcard__img__item:after {
  content: "";
  display: table;
  clear: both;
}
.rdcard__info {
  width: 48%;
  margin-left: 4%;
  background-color: #ffffff;
  padding: 50px;
  min-height: 500px;
}
@media all and (max-width: 768px) {
  .rdcard__info {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    min-height: 0;
  }
}
.rdcard__info h1 {
  margin-bottom: 50px;
  font-family: 'avenir-bold';
  font-weight: 400;
}
.rdcard__info .list-inline li {
  margin-top: 8px;
  margin-bottom: 8px;
}
.rdcard__info .list-inline .title {
  color: #d2bd7f;
  font-family: 'avenir-bold';
  font-weight: 400;
}
.roomdetailblock {
  background-color: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}
#other-rooms {
  background-color: #ffffff;
}
.rdgallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rdgallery .rdcard__img__item {
  width: 20%;
  padding: 20px;
}
@media all and (max-width: 768px) {
  .rdgallery .rdcard__img__item {
    width: 33%;
  }
}
.rdgallery .rdcard__img__item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rdgallery .rdcard__img__item a:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.rdgallery .rdcard__img__item a:after {
  content: "";
  display: table;
  clear: both;
}
.rdgallery .rdcard__img__item a:hover {
  opacity: 0.7;
}
.btn.btn-bigo {
  background: #333333;
  font-family: 'avenir-bold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 14px 20px;
  margin-top: 30px;
}
.btn.btn-bigo:hover {
  background: #d2bd7f;
  color: #333333;
}
.home #hotel-sections {
  margin-top: 80px;
}
#hotel-sections {
  margin-top: 0;
  margin-bottom: 80px;
}
.slider__icon {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  text-align: center;
  z-index: 5;
}
.parallax-window {
  position: relative;
}
.parallax__label {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'avenir-bold';
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .parallax__label {
    font-size: 50px;
    line-height: 60px;
  }
}
.parallax__label span {
  display: block;
  font-family: 'avenir-light';
  font-weight: 400 !important;
  font-size: 50px;
  line-height: 60px;
}
@media all and (max-width: 768px) {
  .parallax__label span {
    font-size: 30px;
    line-height: 40px;
  }
}
.home .parallax-window {
  min-height: 0;
}
#luxury-rooms {
  margin-bottom: 80px;
}
.bx-sections {
  background-color: #f3f3f3;
  padding: 80px 0;
}
.bx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .bx {
    display: block;
  }
}
.bx__text {
  width: 48%;
  text-align: center;
  margin-right: 6%;
  background-color: #ffffff;
  padding: 50px;
}
@media all and (max-width: 768px) {
  .bx__text {
    width: 100%;
    margin: 0 !important;
    padding: 40px 30px;
  }
}
.bx__text h2 {
  margin-top: 0;
  font-family: 'avenir-bold';
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.bx__text p {
  margin-top: 60px;
  font-size: 18px;
  line-height: 30px;
}
.bx__text .button--text {
  margin-top: 50px;
  color: #d2bd7f;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-family: 'avenir-bold';
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.bx__text .button--text:hover {
  text-decoration: none;
  color: #333333;
}
.bx__text ul {
  list-style-type: none;
}
.bx__text ul > li {
  padding-left: 0;
}
.bx__text ul > li:before {
  display: none;
}
.bx__text .pricebox {
  margin-top: 30px;
}
.bx__text .pricebox h3 {
  margin-top: 0;
}
.bx__img {
  width: 22%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 768px) {
  .bx__img {
    width: 100%;
    height: 300px;
  }
}
.bx__img:hover {
  opacity: 0.7;
}
.bx__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bx__img__1 {
  margin-right: 2%;
}
@media all and (max-width: 768px) {
  .bx__img__1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body:not(.home) #luxury-rooms {
  margin-top: 80px;
}
.pricebox {
  margin-top: 80px;
}
.normal-price,
.action-price {
  font-family: 'avenir-bold';
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #d2bd7f;
}
.action-price {
  color: #ff0000;
}
.pricebox__before {
  text-decoration: line-through;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #999;
}
.mb40 {
  margin-bottom: 40px;
}
.bx--alternative .bx__text {
  margin-right: 0;
  margin-left: 6%;
}
.bx--alternative .bx__img__1 {
  margin-right: 0;
}
.bx--alternative .bx__img__2 {
  margin-left: 2%;
}
.category #breadcrumb-section,
.single #breadcrumb-section {
  height: 100vh;
}
header.sticky .btn-type-2 {
  background: #111 none !important;
  color: #ffffff !important;
}
.block {
  background-color: #ffffff;
}
.block .wrap {
  padding: 80px 0;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#fotogalerie-tabs.ui-widget {
  font-family: 'avenir-light' !important;
}
#fotogalerie-tabs .ui-tabs-anchor {
  font-size: 18px;
  line-height: 24px;
}
@media all and (max-width: 550px) {
  #fotogalerie-tabs .ui-tabs-anchor {
    font-size: 12px;
    line-height: 18px;
  }
}
#fotogalerie-tabs .ui-state-active a,
#fotogalerie-tabs .ui-state-active a:link,
#fotogalerie-tabs .ui-state-active a:visited,
#fotogalerie-tabs .ui-state-active,
#fotogalerie-tabs .ui-widget-content .ui-state-active,
#fotogalerie-tabs .ui-widget-header .ui-state-active,
#fotogalerie-tabs a.ui-button:active,
#fotogalerie-tabs .ui-button:active,
#fotogalerie-tabs .ui-button.ui-state-active:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}
#fotogalerie-tabs .ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 540px !important;
  display: block;
}
@media all and (max-width: 768px) {
  #fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
    height: 360px !important;
  }
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
}
#fotogalerie-tabs .ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs.ui-widget.ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs .ui-state-default,
#fotogalerie-tabs .ui-widget-content .ui-state-default,
#fotogalerie-tabs .ui-widget-header .ui-state-default,
#fotogalerie-tabs .ui-button,
#fotogalerie-tabs html .ui-button.ui-state-disabled:hover,
#fotogalerie-tabs html .ui-button.ui-state-disabled:active {
  background-color: #ffffff;
}
#fotogalerie-tabs .ui-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#fotogalerie-tabs .ui-tabs-nav li {
  float: none;
  white-space: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media all and (max-width: 450px) {
  #fotogalerie-tabs .ui-tabs-nav li {
    width: 20%;
    margin-right: 0;
  }
}
#fotogalerie-tabs .ui-tabs-nav a {
  padding: 20px;
  text-decoration: none;
  display: block;
  color: #333333;
}
@media all and (max-width: 500px) {
  #fotogalerie-tabs .ui-tabs-nav a {
    padding: 10px;
    text-align: center !important;
  }
}
#fotogalerie-tabs .ui-tabs-nav a:hover {
  background-color: #ddd;
}
#fotogalerie-vnorena-tabs-2 li a {
  width: 100% !important;
  height: auto !important;
}
#fotogalerie-vnorena-tabs-2 li a:before {
  display: none !important;
}
#fotogalerie-vnorena-tabs-2 .ui-state-active a {
  color: #ffffff !important;
}
