@font-face {
  font-family: 'Butler';
  src: url('../layouts/fonts/Butler-Light.eot');
  src: url('../layouts/fonts/Butler-Light.eot?#iefix') format('embedded-opentype'), url('../layouts/fonts/Butler-Light.woff') format('woff'), url('../layouts/fonts/Butler-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../layouts/fonts/Butler.eot');
  src: url('../layouts/fonts/Butler.eot?#iefix') format('embedded-opentype'), url('../layouts/fonts/Butler.woff') format('woff'), url('../layouts/fonts/Butler.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../layouts/fonts/Butler-Medium.eot');
  src: url('../layouts/fonts/Butler-Medium.eot?#iefix') format('embedded-opentype'), url('../layouts/fonts/Butler-Medium.woff') format('woff'), url('../layouts/fonts/Butler-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Screen sizes */
/* Fonts */
/* Colors */
/* Theme colors */
/* USAGE
http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height

<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn i {
  font-size: 12px;
  margin-left: 5px;
}
.btn-default,
.btn-gray-light {
  background: #3f699b;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 1px;
}
.btn-default:visited {
  color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background: #5482b9;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-transparent {
  color: #fff;
}
.btn-transparent-gray {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn-transparent-gray:hover,
.btn-transparent-gray:focus {
  background: #615f5a;
  color: #fff;
}
.btn-gray {
  background-color: #615f5a;
  color: #fff;
}
.btn-gray:visited {
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #959595;
  color: #fff;
}
.btn-gray-light {
  background-color: #959595;
  color: #fff;
}
.btn-gray-light:visited {
  color: #fff;
}
.btn-gray-light:hover,
.btn-gray-light:focus {
  background: #615f5a;
  color: #fff;
}
body #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.booking-form select.form-control {
  width: 100%;
}
.booking-form .form-group {
  margin-bottom: 2px;
}
.booking-form .form-group .input-group-addon {
  background-color: #f1f1f1;
  color: #959595;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-align: left;
  /* This is for bigger calendar icons */
}
.booking-form .form-group .input-group-addon:first-child {
  width: 40%;
  border-right: 2px solid #fff;
}
.booking-form .form-group .input-group-addon:last-child {
  font-size: 14px;
  border-left: 2px solid #fff;
}
.booking-form .form-group .input-group-addon a {
  color: #615f5a;
}
.booking-form .form-group .form-control {
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  background: #f1f1f1;
  color: #615f5a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.booking-form .form-group .radio {
  font-size: 11px;
  text-align: center;
}
.booking-form .form-group .radio .radio-option {
  display: inline-block;
}
.booking-form .select2-container--default .select2-selection--single {
  background-color: #f1f1f1;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.booking-form .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #615f5a;
  padding: 6px 12px;
  line-height: inherit;
  text-transform: uppercase;
  font-size: 10px;
}
.booking-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 6px 18px 6px 19px;
  border-left: 2px solid #fff;
  height: 100%;
  margin-top: -1px;
  right: 0;
}
.booking-form .actions button {
  font-size: 13px;
}
.booking-form .text {
  margin: 10px 0;
  text-align: center;
  font-family: 'Taviraj', serif;
  font-style: italic;
  font-size: 14px;
}
.booking-form .text:last-child {
  margin-bottom: 0;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f077";
}
.select2-container .select2-selection--single {
  border-color: #ccc;
  border-radius: 0;
  height: 34px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  margin-top: -4px;
  height: auto;
  width: auto;
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container .select2-selection--single .select2-selection__arrow b:before {
  content: "\f078";
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container .select2-dropdown {
  border: none;
  background-color: #f1f1f1;
}
.select2-container .select2-dropdown .select2-results__option {
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 216px;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #3f699b;
}
/* Slider */
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow.compact {
  height: 250px;
}
.slideshow figure {
  height: 100%;
  overflow: hidden;
}
.slideshow .loading {
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .slides {
  visibility: hidden;
}
.slideshow .slides.slick-initialized {
  visibility: visible;
}
.slideshow .slides .slick-slide {
  height: 350px;
  position: relative;
}
.slideshow .slides .slick-slide > span {
  height: 100%;
}
.slideshow .loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slideshow .loader .overlay {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .loader .loader-image {
  position: absolute;
  display: block;
  background: url(../images/ajax-loader.gif) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .caption {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 20px;
  font-size: 15px;
  float: left;
  max-width: 90%;
}
.slideshow .caption h2 {
  font-size: 34px;
  line-height: 120%;
  color: #fff;
}
.slideshow .caption h2:last-child {
  margin-bottom: 0;
}
.slideshow .caption.big .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: 300;
}
.slideshow .caption.big .title span {
  background: transparent;
}
.slideshow .caption .title {
  font-size: 26px;
  color: #333e48;
  line-height: 54px;
}
.slideshow .caption .title span {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}
.slideshow .slick-arrow,
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  position: absolute;
  cursor: pointer;
  background: url(../images/sprites.png) no-repeat;
  overflow: hidden;
  width: 20px;
  height: 72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow .slick-prev,
.featherlight .featherlight-previous span {
  left: 1%;
  background-position: -40px -76px;
}
.slideshow .slick-prev:hover {
  background-position: 0 -76px;
}
.slideshow .slick-next,
.featherlight .featherlight-next span {
  right: 1%;
  background-position: -60px -76px;
}
.slideshow .slick-next:hover {
  background-position: -20px -76px;
}
.slideshow .logo-overlay {
  width: 500px;
  height: 185px;
  background: url(../images/myconian-ambassador-logo-transparent.png) 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -92px;
  z-index: 5;
}
.slideshow .text-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.slideshow .text-overlay-container .text-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  display: none;
}
.slideshow .text-overlay-container .text-overlay p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  clear: left;
  white-space: normal;
}
.slideshow .text-overlay-container .text-overlay h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.loading {
  background: url(../images/ajax-loader.gif) center center no-repeat;
}
.gallery-list {
  margin-bottom: 20px;
}
.gallery-list ul li {
  margin-right: 10px;
}
.gallery-list ul li.active a {
  font-weight: 600;
  color: #004293;
  text-decoration: none;
}
.gallery-list ul li a {
  color: #615f5a;
  text-transform: uppercase;
}
.gallery-list ul li a:hover,
.gallery-list ul li a:active {
  color: #004293;
  text-decoration: none;
}
.gallery-strip {
  position: relative;
}
.gallery-strip .item {
  height: 300px;
}
.gallery-strip .item img {
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.image-list .grid-sizer,
.image-list .grid-item {
  width: 49%;
}
.image-list .gutter-sizer {
  width: 1%;
}
.image-list .grid-item {
  float: left;
  overflow: hidden;
}
.image-list .grid-item a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.image-list .grid-item a img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.image-list .grid-item-landscape {
  width: 49%;
}
.featherlight .featherlight-content {
  padding: 0;
  border: 0;
}
.featherlight .featherlight-image {
  border: 5px solid #fff;
  max-width: 100%;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  top: 0;
  width: 100px;
}
.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background: none;
}
.featherlight .featherlight-previous {
  left: 0;
  right: auto;
}
.featherlight .featherlight-previous span {
  left: 30px;
}
.featherlight .featherlight-next {
  right: 0;
  left: auto;
}
.featherlight .featherlight-next span {
  right: 30px;
}
.slick-slider {
  position: static !important;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-slider .slick-slide .slick-content {
  margin-left: 10px;
  margin-right: 10px;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #594a3d;
  cursor: pointer;
  z-index: 1;
}
.slick-slider .slick-arrow.arrow-next {
  right: 10px;
}
.slick-slider .slick-arrow.arrow-prev {
  left: 10px;
}
.slick-slider .slick-arrow.disabled {
  display: none;
}
.imagefill {
  width: 100%;
  height: 100%;
  display: block;
}
/* jQuery UI */
.ui-datepicker.ui-widget .ui-datepicker-header {
  background: #eee;
  border: 1px solid #ddd;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.ui-datepicker.ui-widget .ui-state-default {
  text-align: center;
}
/* Search form */
.widget_search .screen-reader-text {
  display: none;
}
.widget_search label {
  width: 100%;
}
.widget_search input {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 5px;
}
.widget_search .search-submit {
  display: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .imagefill {
    height: 100%;
  }
  .slideshow .text-overlay-container .text-overlay {
    display: block;
    width: 70%;
    padding: 0 50px;
    text-align: left;
  }
  .slideshow .text-overlay-container .text-overlay h2 {
    font-size: 28px;
  }
  .slideshow .tp-parallax-wrap {
    width: 100% !important;
  }
  .slideshow .tp-parallax-wrap .tp-loop-wrap {
    width: 100% !important;
  }
  .slideshow .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap {
    width: 70% !important;
  }
  .slideshow .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption {
    white-space: normal;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
input:focus {
  outline: none !important;
  border: 1px solid #aaa;
  box-shadow: none;
}
.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}
.row-no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.col-no-padding-left {
  padding-left: 0 !important;
}
.col-padding-left-to-right {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.col-add-padding,
.content-block {
  padding: 30px 15px;
}
.description .page-block {
  margin-bottom: 30px;
}
.description .page-block h4,
.description .page-block p {
  margin-bottom: 10px;
}
.description .page-block .rev_slider_wrapper {
  margin-bottom: 20px;
}
.content-block.full-width {
  padding-left: 0;
  padding-right: 0;
}
.content-block h2 {
  margin: 0 0 20px;
}
.text-block-container {
  display: block;
  width: 100%;
  height: 100%;
}
.text-block-container .text-block {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
}
.text-block-container .text-block h2,
.text-block-container .text-block h3 {
  margin: 0 0 15px;
}
.block-container {
  background-color: #f5f5f5;
}
.block-container .text-block-container {
  margin-bottom: 20px;
}
.block-container .text-block-container:last-child {
  margin-bottom: 0;
}
.block-container .text-block-container .image {
  background-color: #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
}
.block-container .text-block-container .image img {
  width: 100%;
  height: auto;
}
.block-container .text-block-container .text {
  padding: 60px;
  background: #fff;
}
.block-container .text-block-container .text h3 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}
.block-container .text-block-container .text h3 strong {
  font-weight: normal;
}
.full-height {
  height: 100%;
}
.row-list {
  margin-top: 20px;
}
.row-list .row {
  margin-bottom: 20px;
}
.edit-links {
  padding: 0 45px;
}
.logo img {
  max-width: 257px;
  height: auto;
}
.logo span {
  display: none;
}
#logo {
  margin: 0 0 5px;
}
#logo a {
  display: block;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  text-indent: -9999px;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
.collection-icon {
  background: url(../images/sprites.png) 0 -54px;
  width: 18px;
  height: 20px;
}
.leading-hotels-logo {
  background: url(../images/sprites.png) -179px 0;
  width: 54px;
  height: 17px;
}
.relais-chateaux-logo {
  background: url(../images/sprites.png) -233px 0;
  width: 58px;
  height: 16px;
}
.charming-hotels-logo {
  background: url(../images/sprites.png) -292px -2px;
  width: 44px;
  height: 14px;
}
.boutique-design-logo {
  background: url(../images/sprites.png) -397px -2px;
  width: 70px;
  height: 15px;
}
.exclusive-villas-logo {
  background: url(../images/sprites.png) -338px -3px;
  width: 59px;
  height: 13px;
}
.image-with-info {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.image-with-info img {
  width: 100%;
  height: auto;
}
.image-with-info .info {
  background: #fff;
  width: 70%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  margin-top: -30px;
  margin-left: 50%;
  font-weight: 300;
  color: #000;
}
.image-with-info .info strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  background-color: #f1f1f1;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h1.page-title,
body h2.page-title,
body h3.page-title,
body h4.page-title,
body h5.page-title,
body h1.page-title,
body h2.page-title,
body h3.page-title,
body h4.page-title,
body h5.page-title,
body h1.page-title.page-title,
body h2.page-title.page-title,
body h3.page-title.page-title,
body h4.page-title.page-title,
body h5.page-title.page-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h1.page-title a,
body h2.page-title a,
body h3.page-title a,
body h4.page-title a,
body h5.page-title a {
  color: #000;
}
body h1 a:visited,
body h2 a:visited,
body h3 a:visited,
body h4 a:visited,
body h5 a:visited,
body h1.page-title a:visited,
body h2.page-title a:visited,
body h3.page-title a:visited,
body h4.page-title a:visited,
body h5.page-title a:visited {
  color: #000;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h1.page-title a:hover,
body h2.page-title a:hover,
body h3.page-title a:hover,
body h4.page-title a:hover,
body h5.page-title a:hover,
body h1 a:focus,
body h2 a:focus,
body h3 a:focus,
body h4 a:focus,
body h5 a:focus,
body h1.page-title a:focus,
body h2.page-title a:focus,
body h3.page-title a:focus,
body h4.page-title a:focus,
body h5.page-title a:focus {
  color: #333e48;
  text-decoration: none;
}
body h1.page-title:first-child,
body h2.page-title:first-child,
body h3.page-title:first-child,
body h4.page-title:first-child,
body h5.page-title:first-child,
body h1.page-title.page-title:first-child,
body h2.page-title.page-title:first-child,
body h3.page-title.page-title:first-child,
body h4.page-title.page-title:first-child,
body h5.page-title.page-title:first-child {
  margin-top: 0;
}
body h1,
body h1.page-title,
body h2.page-title,
body h3.page-title,
body h4.page-title,
body h5.page-title,
body h1.page-title.page-title,
body h2.page-title.page-title,
body h3.page-title.page-title,
body h4.page-title.page-title,
body h5.page-title.page-title {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
  line-height: 1.2;
}
body h1:first-child {
  margin-top: 0;
}
body h1 em {
  font-size: 50%;
  font-style: normal;
}
body h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin: 30px 0 15px;
}
body h2:first-child {
  margin-top: 0;
}
body h2.block-title {
  text-align: center;
  text-transform: none;
  font-family: 'Taviraj', serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0;
  float: none;
}
body h2.block-title i {
  color: #615f5a;
  margin-right: 5px;
}
body h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  color: #594a3d;
  margin: 30px 0 15px;
}
body h3:first-child {
  margin-top: 0;
}
body h4 {
  font-size: 12px;
  line-height: 150%;
}
body h4:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
body p {
  margin: 0 0 20px;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: #3f699b;
}
body a:hover,
body a:focus {
  color: #757575;
  text-decoration: none;
}
body a:visited {
  color: #3f699b;
}
body ul:last-child {
  margin-bottom: 0;
}
body ul li i,
body ul li svg {
  min-width: 12px;
  text-align: center;
  margin-right: 5px;
}
body.main-site .mobile-toolbar {
  text-align: center;
}
body.main-site .mobile-toolbar .btn-booking {
  float: none;
}
form.form-horizontal label.control-label {
  text-align: left;
}
form.wpcf7-form .form-group > div {
  display: flex;
}
form.wpcf7-form .form-group > div .wpcf7-form-control-wrap {
  flex: 1;
}
form.wpcf7-form .form-group > div .wpcf7-form-control-wrap.fullname {
  flex: 8;
}
form.wpcf7-form .form-group > div .actions {
  flex: 1;
}
form.wpcf7-form .form-group > div .actions .btn {
  width: auto;
}
form .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .form-group .form-control::-webkit-input-placeholder {
  color: #615f5a;
}
form .form-group .form-control:-moz-placeholder {
  color: #615f5a;
}
form .form-group .form-control::-moz-placeholder {
  color: #615f5a;
}
form .form-group .form-control:-ms-input-placeholder {
  color: #615f5a;
}
form label {
  text-transform: uppercase;
  font-weight: 600;
}
form input[type="radio"] {
  opacity: 0;
  position: absolute;
}
form input[type="radio"] + label:before {
  content: '';
  background: #fff;
  border: 1px solid #757575;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 2px;
  text-align: center;
  border-radius: 50%;
}
form input[type="radio"]:checked + label:before {
  border-color: #3f699b;
  background: #3f699b;
  padding: 2px;
}
form input[type="radio"]:focus + label {
  outline: none;
}
form input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  position: relative;
}
form input[type="radio"] + label {
  padding-left: 0;
}
#content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#content p.magazine {
  padding-top: 5px;
}
#content p.magazine:first-letter {
  color: #3f699b;
  font-size: 36px;
  text-transform: uppercase;
}
#content .magazine-layout {
  font-family: 'Taviraj', serif;
}
#content .magazine-layout .page-title,
#content .magazine-layout h2,
#content .magazine-layout h3 {
  font-family: 'Butler', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content .magazine-layout .page-title,
#content .magazine-layout h2 {
  text-align: center;
  text-transform: none;
}
#content .magazine-layout .page-title {
  font-size: 36px;
}
#content .magazine-layout .page-title,
#content .magazine-layout h2,
#content .magazine-layout h3,
#content .magazine-layout blockquote {
  color: #3f699b;
}
#content .magazine-layout h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 45px;
}
#content .magazine-layout h3 {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
}
#content .magazine-layout h3:only-child {
  margin-bottom: 0;
}
#content .magazine-layout .add-padding {
  padding: 20px 0;
}
#content .magazine-layout .main-area .description img.img-responsive {
  float: none;
}
#content .magazine-layout figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content .magazine-layout img.img-responsive {
  margin: 0 !important;
}
#content .magazine-layout blockquote {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  border-left: none;
  font-family: 'Butler', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content .magazine-layout blockquote .author {
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}
#header {
  background-color: #7c7c7c;
  position: relative;
  z-index: 101;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header nav .navbar-nav,
#header nav .wp-megamenu {
  width: 100%;
}
#header nav .navbar-nav li:first-child a,
#header nav .wp-megamenu li:first-child a {
  padding-left: 15px;
}
#header nav .navbar-nav li.menu-item-language,
#header nav .wp-megamenu li.menu-item-language {
  float: right !important;
}
#header nav .navbar-nav li a,
#header nav .wp-megamenu li a {
  color: #e0e0e0;
  text-transform: uppercase;
  padding: 6px 30px;
}
#header nav .navbar-nav li a:hover,
#header nav .wp-megamenu li a:hover,
#header nav .navbar-nav li a:focus,
#header nav .wp-megamenu li a:focus {
  background-color: inherit;
  color: #fff;
}
#header .wpml-ls-sidebars-top_menu {
  float: right;
  width: auto;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
}
#header .wpml-ls-sidebars-top_menu a {
  padding-right: 0;
  color: #e0e0e0;
}
#header .wpml-ls-sidebars-top_menu a:hover {
  color: #fff;
}
#header .wpml-ls-sidebars-top_menu .js-wpml-ls-item-toggle {
  line-height: 20px;
  border: none;
  background: transparent;
}
#header .wpml-ls-sidebars-top_menu .js-wpml-ls-item-toggle:after {
  border: none;
  position: static;
  line-height: 22px;
  content: '\f347';
  display: inline-block;
  font-family: dashicons;
  margin: 0 0 0 6px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: inherit;
}
#header .wpml-ls-sidebars-top_menu .wpml-ls-sub-menu {
  border: none;
}
#header .wpml-ls-sidebars-top_menu .wpml-ls-sub-menu a {
  background: rgba(90, 90, 90, 0.85);
  border: none;
}
#header #mega-menu-wrap-top-nav {
  background: #7c7c7c;
  letter-spacing: 1px;
  float: left;
  position: absolute;
  top: 32px;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav {
  padding-left: 15px;
  padding-right: 15px;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 20px 30px;
  background: rgba(90, 90, 90, 0.85);
  display: none !important;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 2px 0;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link .mega-menu-link {
  color: #fff;
  padding-bottom: 10px;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link .mega-menu-link:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fff;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f2f2f2;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link:hover {
  color: #fff;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: none;
  color: #fff;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.menu-item-language {
  float: right;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.menu-item-language > a {
  line-height: 1.2;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item.menu-item-language .mega-sub-menu {
  right: 0;
  left: auto;
  background: #7c7c7c;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link {
  color: #e0e0e0;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 15px 6px 0;
  height: auto;
  line-height: inherit;
  font-size: 13px;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link:hover,
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: inherit;
  color: #fff;
}
#header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link:after {
  display: none;
}
#header #mega-menu-wrap-top-nav .mega-menu-toggle {
  display: none;
}
#header #mobile-topmenu {
  margin-left: 15px;
  float: left;
}
#header #mobile-topmenu a {
  display: block;
  text-transform: uppercase;
  color: #e0e0e0;
  font-size: 13px;
  padding: 5px 0;
}
#header #mobile-topmenu a i {
  margin-left: 5px;
}
#header .btn {
  width: auto;
  float: right;
}
#content {
  padding-top: 2px;
}
#sb_instagram #sbi_load .sbi_load_btn {
  margin-top: 5px;
  font-size: 13px;
  padding: 5px 20px;
  text-transform: lowercase;
  background: none;
  color: #000;
  font-family: 'Taviraj', serif;
  font-style: italic;
}
#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
  width: 50%;
}
#sidebar {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Tripadvisor */
  /* Hide tripadvisor logo while still loading because it appears very big */
}
#sidebar .row:first-child .widget,
#sidebar .row:last-child .widget {
  border-bottom: none;
}
#sidebar .widget {
  margin-bottom: 0;
  padding: 0 20px;
}
#sidebar .widget.logo-container {
  text-align: center;
  padding: 23px 20px 25px !important;
}
#sidebar .widget.logo-container .logo img {
  width: 80%;
  max-width: 257px;
}
#sidebar .widget.logo-container .logo-svg {
  width: 90%;
  max-width: 250px;
  max-height: 137px;
  height: auto;
}
#sidebar .widget.logo-container .logo-svg path {
  fill: #615f5a;
}
#sidebar .widget.widget_hotel_booking_widget .widget-content {
  padding-top: 0;
}
#sidebar .widget .widget-content {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
#sidebar .widget h2,
#sidebar .widget h5,
#sidebar .widget .widget-title {
  font-size: 14px;
  font-style: italic;
  color: #555459;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 5px;
}
#sidebar .widget .widget-title {
  font-family: 'Taviraj', serif;
  font-style: italic;
}
#sidebar .local-info {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
#sidebar .local-info .wpc-weather-id #wpc-weather {
  padding: 0;
  margin: 0;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .today {
  display: none;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .now {
  line-height: 22px;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .now .location_name {
  display: none;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .now .time_symbol.climacon {
  float: left;
  margin-right: 5px;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .now .time_symbol.climacon svg {
  height: 22px;
  width: 22px;
  margin: 0;
}
#sidebar .local-info .wpc-weather-id #wpc-weather .now .time_temperature {
  float: left;
  margin: 0;
}
#sidebar .affiliations {
  display: table;
  width: 100%;
  text-align: left;
}
#sidebar .affiliations .affiliation {
  width: 48%;
  margin: 10px 1%;
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}
#sidebar .affiliations .affiliation img {
  max-width: 100px;
  height: auto;
}
#sidebar .mobile-toolbar {
  padding-bottom: 10px;
}
#sidebar .mobile-toolbar .btn-toggle {
  color: #615f5a;
  font-size: 24px;
  vertical-align: middle;
  line-height: 100%;
  padding: 4px 0;
  text-transform: uppercase;
}
#sidebar .mobile-toolbar .btn-booking {
  width: auto;
  float: right;
}
#sidebar .collapsible {
  border-top: 1px solid #e5e5e5;
}
#sidebar .collapsible .widget_hotel_booking_widget {
  display: none;
}
#sidebar .menu {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#sidebar .menu li {
  list-style-type: none;
}
#sidebar .menu li:last-child {
  margin-bottom: 0;
}
#sidebar .menu li.current-menu-item > a,
#sidebar .menu li.current-menu-ancestor > a {
  color: #3f699b !important;
}
#sidebar .menu li.current-menu-item > .sub-menu,
#sidebar .menu li.current-menu-ancestor > .sub-menu {
  display: block;
}
#sidebar .menu li a {
  text-transform: uppercase;
  color: #959595;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
#sidebar .menu li a:hover,
#sidebar .menu li a:focus {
  color: #3f699b;
  text-decoration: none;
}
#sidebar .menu li .sub-menu {
  display: none;
  margin: 8px 0;
  padding-left: 15px;
}
#sidebar .menu li .sub-menu li a {
  font-size: 13px;
  color: #615f5a;
  line-height: 180%;
}
#sidebar .menu li .sub-menu li a:hover {
  color: #3f699b;
}
#sidebar .tripadvisor-rating,
#sidebar .tripadvisor-certificate {
  text-align: center;
}
#sidebar .tripadvisor-rating {
  margin-top: 20px;
}
#sidebar .tripadvisor-rating .ui_bubble_rating:after {
  color: #555459;
}
#sidebar #CDSRATINGWIDGET664 {
  width: 100% !important;
}
#sidebar #CDSRATINGWIDGET664 .cdsLocName {
  display: none !important;
}
#sidebar #CDSWIDSSP {
  width: 100% !important;
}
#sidebar #CDSWIDSSP sup {
  top: 0;
  font-size: inherit;
}
#sidebar #CDSWIDSSP .widSSPData {
  border-color: #e5e5e5 !important;
}
#sidebar .TA_cdsratingsonlynarrow > ul {
  display: none;
}
#sidebar .TA_cdsratingsonlynarrow > img {
  display: block;
}
#sidebar .TA_cdsratingsonlynarrow .cdsComponent.cdsLocName {
  display: none;
}
#sidebar .TA_cdsratingsonlynarrow .cdsROW.narrow {
  margin: 0 auto;
}
#sidebar .TA_certificateOfExcellence .widCOE {
  margin: 0 auto;
}
#sidebar .widget_followus_widget {
  text-align: center;
}
#sidebar .widget_followus_widget .social-container .social {
  font-size: 15px;
  color: #615f5a;
  margin-right: 5px;
}
#main header.entry-header .intro-container {
  height: 150px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#main header.entry-header .intro-container.image-small {
  height: 180px;
}
#main header.entry-header .intro-container.image-medium {
  height: 250px;
}
#main header.entry-header .intro-container.image-large {
  height: 400px;
}
#main header.entry-header .intro-container .intro-text-container {
  display: table;
}
#main header.entry-header .intro-container .intro-text-container h2 {
  color: #fff;
  font-size: 24px;
  margin: 80px 0 30px;
}
#main .main-area {
  padding-bottom: 35px;
}
#main .main-area.extra-padding {
  padding-right: 45px;
  padding-left: 45px;
}
#main .main-area .description img {
  margin-bottom: 20px;
}
#main .main-area .description img.img-responsive {
  width: 100%;
  height: auto;
}
#main .main-area .description img.size-large {
  float: none;
}
#main ul {
  margin-bottom: 20px;
}
#main ul.specs {
  color: #594a3d;
}
#main ul.specs i.fa,
#main ul.specs svg {
  width: 22px;
  text-align: center;
  margin-right: 5px;
}
#main ul:not(.list-unstyled) {
  padding-left: 20px;
}
#main .sidebar-area {
  border-left: 1px solid #e5e5e5;
}
#main .sidebar-area.extra-padding {
  padding-right: 15px;
  padding-left: 15px;
}
#main .sidebar-area.padding-top-sm {
  padding-top: 30px;
}
#main .sidebar-area .actions {
  margin-top: 20px;
}
#main .sidebar-area .btn {
  margin: 30px 0;
  font-size: 12px;
  padding: 5px 0;
  max-width: 300px;
}
#main .sidebar-area .btn:first-child {
  margin: 0 0 5px;
}
#main .sidebar-area .btn-alt {
  background-color: #777777;
}
#main .sidebar-area .widget {
  margin-top: 40px;
}
#main .sidebar-area .widget:first-child {
  margin-top: 0;
}
#main .sidebar-area h2 {
  font-size: 18px;
  margin: 25px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#main .sidebar-area h2:first-child {
  margin-top: 0;
}
#main .sidebar-area h3 {
  font-size: 13px;
  margin: 25px 0 10px;
}
#main .sidebar-area h3:first-child {
  margin-top: 0;
}
#main .sidebar-area ul {
  margin-top: 10px;
}
#main .sidebar-area ul.list-unstyled {
  padding-left: 0;
}
#main .sidebar-area ul.with-icons li:after {
  display: block;
  content: " ";
  clear: both;
}
#main .sidebar-area ul.with-icons li i,
#main .sidebar-area ul.with-icons li svg {
  display: block;
  width: 10%;
  line-height: 22px;
  float: left;
  margin-right: 0;
}
#main .sidebar-area ul.with-icons li svg {
  margin-top: 5px;
}
#main .sidebar-area ul.with-icons li span {
  display: block;
  width: 90%;
  float: left;
}
#main .sidebar-area ul li {
  margin-bottom: 3px;
}
#main .affiliations-list .block-container .text-block-container .image {
  text-align: center;
}
#main .affiliations-list .block-container .text-block-container .image img,
#main .affiliations-list .block-container .text-block-container .image svg {
  max-width: 150px;
  padding: 50px 0;
}
.image-blocks-wrapper.bg-image {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-blocks-wrapper.bg-image h2 {
  color: #fff;
}
.image-blocks-wrapper.bg-image .image-blocks {
  background: rgba(0, 0, 0, 0.4);
}
.image-blocks-wrapper.bg-image .carousel .arrows:before {
  color: #fff;
}
.card-list-container {
  background-color: #f5f5f5;
}
.card-list-container.no-bg {
  background-color: transparent;
}
.card-list-container.image-blocks {
  padding: 40px 20px;
  position: relative;
}
.card-list-container.image-blocks h2 {
  font-weight: 300;
  margin: 0 0 20px;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card {
  background: none;
  padding: 20px;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.card-list-container.image-blocks .card-list.cards-with-lines .card:hover .details .summary .inner {
  background-color: #3f699b;
  color: #fff;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card:hover .details .summary .inner a {
  color: #fff;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details {
  background: none;
  padding: 0;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .title {
  width: 100%;
  padding: 0 20px;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .title h3 {
  display: table;
  width: 100%;
  line-height: 200%;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .title h3 a {
  height: 279px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .summary {
  display: table;
  margin-top: 0;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .summary .inner {
  padding: 20px;
  background-color: #fff;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.card-list-container.image-blocks .card-list.cards-with-lines .card .details .summary .inner a {
  color: #757575;
}
.card-list-container.image-blocks .card-list .card figure {
  height: 250px;
}
.card-list-container .card-list.hotels .card {
  position: relative;
}
.card-list-container .card-list.hotels .card:hover figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.card-list-container .card-list.hotels .card figure .imagefill:after {
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card-list-container .card-list.hotels .card .details {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background: none;
}
.card-list-container .card-list.hotels .card .details .title {
  text-align: center;
}
.card-list-container .card-list.hotels .card .details .title h2 a {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 120%;
}
.card-list-container .card-list.hotels .card .details .logo {
  text-align: center;
  margin: 10px 0;
}
.card-list-container .card-list.hotels .card .specs {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.card-list-container .card-list.rooms .card figure {
  height: 300px;
}
.card-list-container .card-list.rooms .card .details {
  text-align: center;
}
.card-list-container .card-list.rooms .card .details h3 {
  font-size: 18px;
}
.card-list-container .card-list .col-sm-4 .card figure,
.card-list-container .card-list .col-md-4 .card figure,
.card-list-container .card-list .col-ld-4 .card figure {
  height: 200px;
}
.card-list-container .card-list .owl-item .card {
  margin-top: 0;
  margin-bottom: 0;
}
.card-list-container .card-list .card {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card-list-container .card-list .card figure {
  height: 300px;
  background-color: #fff;
}
.card-list-container .card-list .card figure img {
  width: 100%;
  height: auto;
}
.card-list-container .card-list .card .details {
  background-color: #fff;
  color: #777;
  padding: 20px;
}
.card-list-container .card-list .card .details h2,
.card-list-container .card-list .card .details h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
}
.card-list-container .card-list .card .details h2 {
  font-size: 22px;
  font-weight: 300;
}
.card-list-container .card-list .card .details .summary {
  margin-top: 10px;
  height: 120px;
  overflow: hidden;
}
.card-list-container .card-list .card .details .summary .inner a {
  color: #757575;
  font-weight: 300;
}
.card-list-container .card-list .card .details .specs {
  color: #757575;
  font-size: 13px;
  margin-top: 10px;
}
.card-list-container .card-list .card .details .specs .spec {
  display: inline-block;
  margin-right: 10px;
}
.card-list-container .card-list .card .details .specs .spec:last-child {
  margin-right: 0;
}
.card-list-container .card-list .card .details .specs i {
  margin-right: 5px;
}
.card-list-container .card-list .card .details .logo {
  text-align: right;
}
.card-list-container .card-list .card .details .logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
  image-rendering: crisp-edges;
}
.card-list-container .card-list .card .details .actions {
  margin-top: 20px;
}
.card-list-container .card-list .card .details .actions .btn {
  font-size: 11px;
  width: 100%;
}
.card-list-container .card-list .card .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer {
  background-color: #6f6a6a;
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer a {
  color: #f2f2f2;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer h3 {
  color: #fff;
  margin: 0 0 10px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 300;
}
#footer h3 span {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 3px;
}
#footer .container > .row div:last-child .widget {
  margin-bottom: 0;
}
#footer .widget {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#footer .widget:first-child {
  margin-top: 0 !important;
}
#footer .col-sm-3:last-child .widget {
  margin-bottom: 0;
}
#footer .widget_followus_widget {
  font-size: 14px;
}
#footer .widget_followus_widget .social-container a {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
#footer .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer .menu a:hover {
  color: #fff;
}
#footer svg path,
#footer svg polygon,
#footer svg rect {
  fill: #f2f2f2 !important;
}
#footer .affiliations {
  margin-top: 20px;
}
#footer .logo {
  text-align: center;
}
#footer .top-footer {
  background-color: #555151;
  padding: 30px 0;
}
#footer .top-footer .logo {
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
#footer .top-footer .logo img {
  width: 100%;
  height: auto;
}
#footer .top-footer .logo svg {
  height: 45px;
}
#footer .top-footer .widget {
  margin-top: 15px;
}
#footer .top-footer .contact {
  text-align: center;
}
#footer .middle-footer > .container-fluid > .row > div:first-child .widget {
  margin-bottom: 0;
}
#footer .middle-footer .contact {
  text-align: center;
}
#footer .middle-footer .contact img {
  width: 138px;
  height: 80px;
}
#footer .middle-footer .contact svg {
  height: 80px;
}
#footer .middle-footer .menu-footer-menu-container > ul.menu li {
  display: inline-block;
}
#footer .middle-footer .menu-footer-menu-container > ul.menu li:last-child:after {
  display: none;
}
#footer .middle-footer .menu-footer-menu-container > ul.menu li:after {
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #f2f2f2;
  margin: 0 10px;
}
#footer .widget_mc4wp_form_widget .mc4wp-form .form-group {
  margin: 0;
  display: flex;
  max-width: 350px;
}
#footer .widget_mc4wp_form_widget .mc4wp-form .form-group input[type="email"] {
  width: auto;
  font-size: 12px;
  flex: 8;
}
#footer .widget_mc4wp_form_widget .mc4wp-form .form-group input[type="submit"] {
  width: auto;
  background-color: #f2f2f2;
  color: #555151;
  line-height: 22px;
  margin-left: 5px;
  font-size: 12px;
  flex: 2;
}
#footer .site-info {
  background: #f1f1f1;
  padding: 5px 0;
  color: #555;
  font-weight: normal;
  font-size: 11px;
}
#footer .site-info .copyright {
  text-align: center;
}
.hotel-list {
  margin-top: 50px;
}
.hotel-list h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.hotel-list .btn {
  margin-top: 20px;
  text-transform: uppercase;
  width: auto;
  font-size: 12px;
  padding: 5px 15px;
}
.hotel-list img {
  width: 100%;
  height: auto;
}
.hotel-list .hotel {
  margin-top: 50px;
}
.hotel-list .hotel:first-child {
  margin-top: 0;
}
.hotel-list .hotel .details {
  text-transform: uppercase;
  margin: 0 0 15px;
}
.hotel-list .hotel .details .location {
  float: left;
  line-height: 30px;
}
.hotel-list .hotel .details .location span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #333;
}
.hotel-list .hotel .details .logo {
  float: left;
  line-height: 26px;
}
.hotel-list .hotel .details .logo img {
  height: 25px;
  width: auto;
  margin: 0 !important;
}
/* Deventum Signature */
#footer .deventum-signature {
  display: inline-block;
}
#footer .deventum-signature a span {
  display: inline;
}
#footer .deventum-signature:hover a,
#footer .deventum-signature a:hover {
  color: #fff;
}
#footer .deventum-signature .logo {
  font-size: 110%;
}
#footer .deventum-signature:hover a span:first-child,
#footer .deventum-signature:hover a span:last-child,
#footer .deventum-signature:hover a span:nth-child(2),
#footer .deventum-signature a:hover span:first-child,
#footer .deventum-signature a:hover span:last-child,
#footer .deventum-signature a:hover span:nth-child(2) {
  color: #fff;
}
#footer .deventum-signature:hover a span:nth-child(3),
#footer .deventum-signature a:hover span:nth-child(3) {
  color: #fff;
}
/* Google ReCaptcha */
.grecaptcha-badge {
  display: none!important;
}
/* Room Promotion */
.offerpack {
  padding: 20px 0;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f5f5f5;
}
.offerpack .offerpacktitle {
  display: block;
  padding: 5px 0;
  text-align: center;
}
.offerpack .offerpacktitle h2 {
  margin: 0;
}
.offerpack .offerpacklink {
  display: block;
  text-align: center;
}
.offerpack .offerpacklink a {
  max-width: 300px;
}
/* Popup Banner */
.wdpu-container.wpmui-popup .wdpu-msg {
  padding: 0;
}
.wdpu-container.wpmui-popup .wdpu-msg .wdpu-text {
  padding-bottom: 75px;
}
.wdpu-container.wpmui-popup .wdpu-msg .wdpu-text .wdpu-title {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 5px;
}
.wdpu-container.wpmui-popup .wdpu-msg .wdpu-text .wdpu-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}
.wdpu-container.wpmui-popup .wdpu-msg .btn.btn-default.btn-booking {
  background: #2f5b90;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.wdpu-container.wpmui-popup .wdpu-msg .btn.btn-default.btn-booking:hover {
  background-color: #5482b9;
}
#main .main-area .description .book img {
  margin: 0;
}
.page-template-template-full-screen #content {
  padding-top: 0;
}
.page-template-template-full-screen #header {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 15px 10px 0;
}
.page-template-template-full-screen #header a {
  color: #f1f1f1;
}
.page-template-template-full-screen #header .btn {
  color: #fff;
}
.page-template-template-full-screen #header .btn:hover {
  color: #e5e5e5;
}
.page-template-template-full-screen .site-main,
.page-template-template-full-screen .hentry,
.page-template-template-full-screen .entry-header,
.page-template-template-full-screen .slideshow-container {
  height: 100%;
}
.page-template-template-full-screen .slideshow {
  height: 100%;
}
.page-template-template-full-screen #main .entry-content {
  display: none;
}
.page-template-template-full-screen #footer .menu-container {
  display: none;
}
.single-room h2 {
  font-size: 18px;
}
.single-room .page-title.with-subtitle {
  margin-bottom: 0;
}
.single-room .subtitle {
  font-size: 14px;
  text-transform: lowercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
.single-room .slideshow-masonry .slideshow {
  height: auto;
}
.single-room .slideshow-masonry .slideshow .grid-sizer,
.single-room .slideshow-masonry .slideshow .grid-item {
  width: 49%;
}
.single-room #main .main-area,
.single-room #main .sidebar-area {
  padding-bottom: 30px;
}
.single-room #main .sidebar-area {
  background-color: #f5f5f5;
  padding-top: 30px;
}
.single-room #room-gallery {
  outline: none;
  border-top: 1px solid #e5e5e5;
}
.single-room #room-gallery .carousel .arrows {
  background: rgba(0, 0, 0, 0.5);
}
.single-room #room-gallery .carousel .arrows:before {
  color: #fff;
  font-size: 24px;
}
.single-room .features {
  margin-top: 30px;
}
.single-room .amenities {
  font-size: 12px;
}
.single-room .amenities .row-height > div {
  border-right: 1px solid #e5e5e5;
}
.single-room .amenities .row-height > div:last-child {
  border-right: none;
}
.single-room .amenities ul li {
  margin-bottom: 10px;
}
.single-room .amenities ul li i {
  float: left;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  line-height: inherit;
  font-size: 120%;
}
.single-room .amenities ul li span {
  float: left;
  width: 80%;
}
.single-room .room-options {
  margin-top: 0;
}
.single-room .room-options h2 {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.single-room .room-options .room-option {
  margin-bottom: 10px;
}
.single-room .room-options .room-option:last-child {
  margin-bottom: 0;
}
.single-room .room-options .room-option h3 {
  line-height: 18px;
  margin: 0 0 15px;
}
.single-room .room-options .room-option label {
  font-weight: normal;
  color: #000;
  margin: 0;
  font-size: 13px;
  width: 100%;
}
.single-room .room-options .room-option label:before {
  float: left;
  margin-top: 5px;
}
.single-room .room-options .room-option label input {
  margin: 0 5px 0;
}
.single-room .room-options .room-option label span {
  float: left;
  width: calc(100% - 18px);
}
.single-room .room-options .actions {
  margin-top: 15px;
}
.specs li {
  margin-bottom: 10px !important;
}
.offer-list .offer {
  margin-bottom: 20px;
}
.offer-list .offer:last-child {
  border-bottom: none;
}
.offer-list .offer .col-xs-12 {
  height: 100%;
  padding: 0;
}
.offer-list .offer h2 {
  font-size: 24px;
  line-height: 32px;
}
.offer-list .offer .image-container {
  height: 300px;
}
.offer-list .offer .details {
  background: #fff;
  padding: 40px;
}
.offer-list .offer dl {
  text-align: left;
}
.offer-list .offer dl dt {
  margin-top: 5px;
}
.offer-list .offer dl dt:first-child {
  margin-top: 0;
}
.offer-list .offer .price-container {
  text-align: right;
}
.offer-list .offer .price-container .price {
  font-weight: 500;
  font-size: 22px;
  display: block;
}
.offer-list .offer .actions-container {
  margin-top: 20px;
  text-align: center;
}
.offer-list .offer .actions-container .actions {
  margin-top: 10px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-add-padding,
  .content-block {
    padding: 45px 50px;
  }
  .col-add-padding.full-width,
  .content-block.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  body h1,
  body h1.page-title,
  body h2.page-title,
  body h3.page-title,
  body h4.page-title,
  body h5.page-title,
  body h1.page-title.page-title,
  body h2.page-title.page-title,
  body h3.page-title.page-title,
  body h4.page-title.page-title,
  body h5.page-title.page-title {
    font-size: 26px;
  }
  body h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .slideshow .slick-slide {
    height: 400px;
  }
  .carousel .slick-arrow.arrow-next {
    right: 20px;
  }
  .carousel .slick-arrow.arrow-prev {
    left: 20px;
  }
  .form-horizontal .control-label {
    padding-top: 0;
    line-height: 34px;
  }
  .card-list-container.image-blocks {
    padding: 45px;
  }
  .card-list-container .card-list.rooms .card figure {
    height: 350px;
  }
  #main {
    border-left: 1px solid #e5e5e5;
  }
  #main header.entry-header .intro-container {
    height: 350px;
  }
  #main header.entry-header .intro-container.image-small {
    height: 350px;
  }
  #main header.entry-header .intro-container.image-medium {
    height: 600px;
  }
  #main header.entry-header .intro-container.image-large {
    height: 750px;
  }
  #main .affiliations-list .block-container .text-block-container .image img,
  #main .affiliations-list .block-container .text-block-container .image svg {
    padding: 0;
  }
  .offer-list .offer .actions {
    text-align: right;
  }
  .offer-list .offer .actions .btn {
    width: auto;
  }
  #footer .widget {
    text-align: left;
    margin-bottom: 0;
  }
  #footer .widget_followus_widget {
    font-size: 14px;
  }
  #footer .widget_followus_widget h3 {
    float: left;
    border-bottom: 0;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 22px;
  }
  #footer .widget_followus_widget h3 span {
    border-bottom: none;
  }
  #footer .widget_followus_widget .social-container {
    float: left;
  }
  #footer .widget_followus_widget .social-container a {
    display: inline-block;
    width: 20px;
    text-align: center;
  }
  #footer .top-footer .logo {
    margin-bottom: 0;
  }
  #footer .top-footer .contact {
    text-align: left;
  }
  #footer .top-footer .contact ul {
    margin-top: 0;
  }
  #footer .middle-footer .widget-padding {
    padding: 30px 0;
  }
  #footer .middle-footer .menu-footer-menu-container > ul.menu {
    padding: 30px 0;
  }
  #footer .widget_mc4wp_form_widget {
    padding: 23px 0;
  }
  #footer .site-info {
    text-align: right;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.main-site #sidebar .widget_nav_menu {
    display: none;
  }
  .image-list .grid-sizer,
  .image-list .grid-item,
  .image-list .grid-item-landscape {
    width: 32.9%;
  }
  .image-list .gutter-sizer {
    width: 0.5%;
  }
  .image-container img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .image-container img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .card-list .card img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .card-list .card img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .single-room #main .main-area,
  .single-room #main .sidebar-area {
    padding-bottom: 50px;
  }
  .single-room #main .sidebar-area {
    background-color: inherit;
    padding-top: 100px;
  }
  .single-room .features {
    margin-top: 50px;
  }
  .single-room .slideshow-masonry .slideshow .grid-sizer,
  .single-room .slideshow-masonry .slideshow .grid-item {
    width: 24%;
  }
  #header #mega-menu-wrap-top-nav {
    background: transparent;
    position: static;
  }
  #header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: block !important;
  }
  #header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  #header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link:after {
    display: inline-block;
  }
  #logo {
    margin: 0;
  }
  #logo a {
    height: 96px;
  }
  #main .sidebar-area {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  #main .sidebar-area.extra-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
  #main .sidebar-area .room-options .room-option h3 {
    margin-bottom: 0;
  }
  #main .sidebar-area .btn {
    max-width: 70%;
  }
  #sidebar {
    padding-bottom: 40px;
  }
  #sidebar > .row:first-child .widget {
    border-bottom: none;
  }
  #sidebar .widget.col-add-padding {
    padding-bottom: 0;
  }
  #sidebar .widget .logo-container {
    padding: inherit;
  }
  #sidebar .collapsible {
    border-top: none;
  }
  #sidebar .menu li a {
    line-height: 26px;
  }
  #sidebar .widget_followus_widget {
    text-align: inherit;
  }
  #sidebar .collapsible .widget_hotel_booking_widget {
    display: block;
  }
  .offer-list .offer .image-container {
    height: 400px;
  }
  #sb_instagram #sbi_load .sbi_load_btn {
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: lowercase;
    background: none;
    color: #000;
    font-family: 'Taviraj', serif;
    font-style: italic;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 12.5%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #header #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item > a.mega-menu-link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slideshow .slick-slide {
    height: 500px;
  }
  .slideshow.image-small .slick-slide {
    height: 350px;
  }
  .slideshow.image-medium .slick-slide {
    height: 600px;
  }
  .slideshow.image-large .slick-slide {
    height: 750px;
  }
  .slideshow .text-overlay h2 {
    font-size: 48px;
  }
  #logo a {
    height: 130px;
  }
  #sidebar .widget {
    padding: 0 45px;
  }
  #sidebar .widget.logo-container {
    padding: 23px 45px 25px !important;
  }
}
/* Retina resolution devices */
/* Print stylesheets */
@media (min-width: 600px) {
  #main .main-area .description img {
    float: left;
    margin-right: 20px;
  }
  #main .main-area .description img.img-responsive {
    width: auto;
  }
  #main .main-area .description img.pull-right {
    margin-right: 0;
    margin-left: 20px;
  }
  .slideshow .slick-slide {
    height: 400px;
  }
  .offerpack {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
  }
  .offerpack .offerpacktitle {
    display: inline-block;
  }
  .offerpack .offerpacklink {
    display: inline-block;
    width: auto;
    float: right;
  }
}
@media (max-width: 768px) {
  .single-room .features .tab-nav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    text-align: center;
  }
  .single-room .features .tab-nav > div:nth-of-type(2) {
    border-left: 1px solid #e5e5e5;
  }
  .single-room .features .tab-nav > div.active h2 a {
    color: #000;
  }
  .single-room .features .tab-nav > div h2 {
    margin: 10px 0;
  }
  .single-room .features .tab-nav > div h2 a {
    color: #959595;
  }
  .single-room .features .tab-nav > div h2 a:hover,
  .single-room .features .tab-nav > div h2 a:active {
    color: #000;
  }
  .single-room .features .tab-nav #benefits {
    display: none;
  }
}
@media (max-width: 800px) {
  .col-add-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 992px) {
  #content.sticky #sidebar {
    position: fixed;
    top: -173px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #cdcdcd;
  }
  .form-fields {
    display: none;
  }
  #mega-menu-wrap-top-nav #mega-menu-top-nav {
    padding: 0;
  }
  #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-top-nav .mega-menu-toggle + #mega-menu-top-nav {
    display: none;
  }
  #sidebar .collapsible {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form-expander {
    display: none;
  }
  #mobile-topmenu {
    display: none;
  }
}
