@CHARSET "UTF-8";
/* ==========================================================================
   Cross-browser RESET
   ========================================================================== */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, figure, legend, fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

img {
  height: auto;
  border: none;
  /* ie8 */
  display: block;
  /* fix the img bottom margin default  */
  max-width: 100%;
  margin: 0 auto; }

a img {
  border: none; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.bx-wrapper {
  margin: 0 auto; }

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  left: 0px; }
  .bx-wrapper .bx-viewport li {
    padding: 0px; }

/* ==========================================================================
   Bootstrap reset
   ========================================================================== */
.row {
  margin: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px; }

/**
 * Responsive mixin. The media breakpoints are as defined
 * in the twitter bootstrap framework:
 *
 * - phone
 * - tablet-portrait
 * - tablet-landscape-desktop
 * - large-desktop
 *
 * Additional parameters for tagetting retina and non-retina
 * devices
 *
 * - retina
 * - non-retina
 *
 * Moreover, a specific value in px can be passed which is
 * used to generate a max-width media query.
 */
/* ==========================================================================
   CUSTOM FONTS
   ========================================================================== */
@font-face {
  font-family: 'azurhotel-social';
  src: url("fonts/azurhotel-social.eot?49261578");
  src: url("fonts/azurhotel-social.eot?49261578#iefix") format("embedded-opentype"), url("fonts/azurhotel-social.woff?49261578") format("woff"), url("fonts/azurhotel-social.ttf?49261578") format("truetype"), url("fonts/azurhotel-social.svg?49261578#azurhotel-social") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "azurhotel";
  src: url("fonts/azurhotel.eot");
  src: url("fonts/azurhotel.eot?#iefix") format("embedded-opentype"), url("fonts/azurhotel.woff") format("woff"), url("fonts/azurhotel.ttf") format("truetype"), url("fonts/azurhotel.svg#azurhotel") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "azurhotel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "azurhotel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-accommodation-left:before {
  content: "\62"; }

.icon-arrow-accommodation-right:before {
  content: "\63"; }

.icon-arrow-left:before {
  content: "\64"; }

.icon-arrow-right-1:before {
  content: "\65"; }

.icon-arrowr:before {
  content: "\66"; }

.icon-bed:before {
  content: "\67"; }

.icon-copyright:before {
  content: "\68"; }

.icon-floorplan:before {
  content: "\69"; }

.icon-location:before {
  content: "\6a"; }

/* ==========================================================================
   General
   ========================================================================== */
html, body {
  min-height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  margin: 0 auto;
  color: #212121;
  background: #ffffff;
  overflow-x: hidden;
  position: relative; }

.content-width-outer {
  margin: 0 auto;
  max-width: 1920px;
  position: relative; }

.content-width {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

.content-width-inner {
  margin: 0 auto;
  max-width: 970px;
  position: relative; }

.content-padding {
  padding: 0px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .content-padding {
      padding: 0px 15px; } }

.top-padding {
  padding-top: 75px; }

.top-bottom-padding-large {
  padding: 30px 0;
  overflow: hidden;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .top-bottom-padding-large {
      padding: 20px 0; } }

.top-bottom-padding {
  padding: 20px 0;
  overflow: hidden;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .top-bottom-padding {
      padding: 20px 0; } }

.top-bottom-padding-small {
  padding: 10px 0;
  overflow: hidden; }

.side-padding {
  padding: 0 20px; }

.side-padding-large {
  padding: 0 30px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 550px) {
html, body {
  min-height: 100%;
overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
   }
    .side-padding-large {
      padding: 0 20px; } }

.left-padding {
  padding-left: 20px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .left-padding {
      padding: 0; } }

.right-padding {
  padding-right: 20px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .right-padding {
      padding: 0; } }

.right-padding-large {
  padding-right: 30px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .right-padding-large {
      padding: 0; } }

.left-padding-large {
  padding-left: 30px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .left-padding-large {
      padding: 0; } }

.no-padding {
  padding: 0px; }

.top-bottom-margin {
  margin: 20px 0; }

.side-margin {
  margin: 0 20px; }

.left-margin {
  margin-left: 20px; }

.right-margin {
  margin-right: 20px; }

.no-margin {
  margin: 0px; }

hr {
  border-color: #acbf9d; }

.boxed {
    width: 24vw;
    max-width: 350px; 
    min-height: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .boxed {
    width: 48vw;
    max-width: 400px;
    
    }  
  }

.page-slider  img.fotorama__img{
   -webkit-filter: brightness(80%);
    filter: brightness(80%); }

.page-slider2  img.fotorama__img{
   -webkit-filter: brightness(60%);
    filter: brightness(60%); }




h1 {
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-size: 51px;
  line-height: 66px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  padding: 15px 0;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    h1 {
      font-size: 36px;
      line-height: 46px;
      padding: 5px; }
  }
  @media only screen and (max-width: 550px) {
    h1 {
      font-size: 26px;
      line-height: 36px;
      padding: 5px; } }

h2 {
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #212121;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    h2 {
      font-size: 26px;
      line-height: 36px; }    
  }
  @media only screen and (max-width: 550px) {
    h2 {
      font-size: 20px;
      line-height: 26px; } }

h3 {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 550px) {
    h3 {
      font-size: 16px; } }

h4 {
  color: #000;
  font-size: 18px;
  padding: 5px 0; }
  h4 span {
    color: #000; }

strong {
  font-weight: bold; }
  strong span {
    color: #acbf9d; }

ul {
  padding: 0;
  display: inline; }

p {
  padding: 4px 0; }

/*****Element/tag selectors********/
li, ol, dl {
  padding: 5px 0;
  list-style-type: none;
  display: inline; }

li.last, ol.last, dl.last {
  padding: 0px; }

/***********Links***************/
a:link, a:visited {
  text-decoration: none;
  color: #acbf9d; }

a:hover, a:focus {
  text-decoration: none;
  color: #3e3e3e; }

/************************************************************************************
HELPER CLASSES
*************************************************************************************/
.clear {
  clear: both; }

.hidden {
  display: none !important;
  visibility: hidden; }

.img-responsive {
  width: 100%; }

.center-align {
  text-align: center; }

.right-align {
  text-align: right;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .right-align {
      text-align: center; } }

.left-align {
  text-align: left;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .left-align {
      text-align: center; } }

.right {
  float: right; }

.clear {
  clear: both; }

.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(1, 43, 99, 0.5); }

.border-half {
  border-top: solid 6px #212121;
  width: 100%;
  display: block;
  padding: 5px 0;
  position: relative; }

.border-half.center {
  width:85px;
  display: inline-block; }

.border-half.full {
  width: 100%;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .border-half.full {
      width: 100%; } }
      .border-half{
        width: 85px;
      }
.right.heading-line h2{
    float: right;
    right: 0px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}
.right.heading-line .border-half{
    align-self: flex-end;
}
.heading-line {
  width: 100%;
  padding: 10px 0; }
  .heading-line h2 {
    padding: 0px;
    right: 15px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 970px) {
      .right.heading-line .border-half{
      margin: 0 auto; 
}
      .heading-line h2 {
        text-align: center;
        width: 100%; 
        padding: 0 15px;
      }
        .heading-line h2 .border-half {
          width: 85px;
          margin: 0 auto;
          top: -1px; } }

.right.heading-line {
  float: right;
  clear: both;
  /* Landscape phones and down */ }
  .right.heading-line h2 {
    float: right;
    right: 0px;
    position: relative;
  }
  @media only screen and (max-width: 970px) {
    .right.heading-line {
      float: none;
      clear: both; }
      .heading-line h2 {
        top: 0px;
        float: none;
        clear: both;
        right: 0px;
        line-height: 35px;
        display: block;
        margin: 0 auto;
         }
          .right.heading-line h2{
            float: none;
            right: 0px;
            line-height: 35px;
            display: block;
            margin: 0 auto;
          }
        .right.heading-line h2 .border-half {
          width: 85px;
          top: -1px;
          position: relative;
          float: none; } }

.heading-line:before {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: top;
  width: 20%;
  top: 0px;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1560px) {
    .heading-line:before {
      width: 15%; } }
  @media only screen and (max-width: 1460px) {
    .heading-line:before {
      width: 10%; } }
  @media only screen and (max-width: 970px) {
    .heading-line:before {
      width: 47%;
      float: left; } }

.right.heading-line:before {
  float: right; }

.heading-line.center {
  text-align: center; }
  .heading-line.center h2 {
    display: block;
    padding-top: 0;
    top: 0px;
    left: 0px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 970px) {
      .heading-line.center h2 {
        top: 0px;
        left: 0px; } 
.heading-line h2{
  font-size: 22px;
}

      }

.heading-line.center:before {
  width: 100%;
  display: block;
  top: 0px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1560px) {
    .heading-line.center:before {
      width: 100%; } }

.sticky, .fixed {
  position: fixed !important;
  top: 0px !important;
  z-index: 999 !important;
  background: #ffffff; }

.stretched {
  letter-spacing: 2px; }

.border-bottom {
  border-bottom: solid 1px #212121; }

.highlight {
  color: #acbf9d; }

.awards {
  z-index: 10;
  position: relative; }
  .awards .inner {
    background: #fff; }

.background-color1 {
  background: #3e3e3e; }

.background-color2 {
  background: #acbf9d; }

.background-color3 {
  background: #dbe3d4; }

.background-color4 {
  background: #212121; }

.background-color5 {
  background: #c5b788; }

.background-color6 {
  background: #c4c4c4; }

.background-color7 {
  background: #ffffff; }

.background-color8 {
  background: #000000; }

.background-color9 {
  background: #212121; }

.background-color10 {
  background: #626d76; }

.scrollToTop {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  padding: 20px;
  background: #3e3e3e;
  color: #acbf9d;
  z-index: 999; }

a.scrollToTop:link, a.scrollToTop:visited {
  color: #acbf9d; }

.fotorama > * {
  visibility: hidden; }

.fotorama > .fotorama__wrap {
  visibility: visible; }

.slick-track {
  margin: 0 auto; }
  section.accommodation-teasers .slick-slide img{
    width: 100%!important;
  }
/************************************************************************************
BUTTONS
*************************************************************************************/
.button {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  border: solid 1px #acbf9d; }
  .button a:link, .button a:visited {
    color: #3e3e3e;
    padding: 2vh 2vw;
    display: block; }
  .button a:hover {
    color: #3e3e3e; }

.button:hover {
  background: #acbf9d;
  color: #3e3e3e; }
  .button:hover a {
    color: #3e3e3e; }

.button:hover a {
  color: #3e3e3e; }

.button-alt {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  background: #acbf9d;
  border: solid 1px #acbf9d; }
  .button-alt a:link, .button-alt a:visited {
    color: #3e3e3e;
     padding: 2vh 2vw;
    display: block; }
  .button-alt a:hover {
    color: #3e3e3e; }

.button-alt:hover {
  background: #ffffff;
  color: #3e3e3e; }
  .button-alt:hover a {
    color: #3e3e3e; }

.button-alt:hover a {
  color: #3e3e3e; }

input.button, input.button-alt {
  padding: 15px 35px; }

.button-lang {
  font-family: "Roboto Slab", serif;
  color: #3e3e3e;
  position: absolute;
  top: 85vh;
  left: 1.5vw;
  z-index: 999;
  display: block;
  /* Landscape phones and down */ }
  .button-lang a:link, .button-lang a:visited, .button-lang select {
    color: #3e3e3e;
    padding: 8px;
    display: block;
    background: none;
    border: solid 1px #3e3e3e!important;
    border-radius: initial!important;
     }
  .button-lang a:hover, .button-lang select:hover{
    color: #3e3e3e!important; }
     @media only screen and (max-width: 1200px) {
        .button-lang {
          left: 1vw;
        }

     }
  @media only screen and (max-width: 970px) {
    .button-lang {
      display: none; } }

.button-lang:hover {
  background: #ffffff; }
  .button-lang:hover a {
    color: #3e3e3e; }

.button-lang.reposition {
  top: 70vh; }

.button-lang.small {
  top: 46vh; }

.button-lang.small.reposition {
  top: 25vh; }

.button2 {
  margin: 25px 0px;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  border: solid 1px #acbf9d;
  display: inline-block;
  padding: 0 25px;
  letter-spacing: 1px; }
  .button2 a:link, .button2 a:visited {
    border-top: solid 2px #acbf9d;
    display: block;
    padding: 8px; }
  .button2 a:hover {
    border-top: solid 2px #212121;
    color: #3e3e3e; }

.button2:hover {
  border: solid 1px #212121; }
  .button2:hover a {
    border-top: solid 2px #212121;
    color: #3e3e3e; }

.button2.big {
  padding: 0 50px; }
  .button2.big a:link, .button2.big a:visited {
    border-top: solid 2px #acbf9d;
    display: block;
    padding: 10px 20px; }

.button2-alt {
  margin: 25px 0px;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 1px;
  border: solid 1px transparent; }
  .button2-alt a:link, .button2-alt a:visited {
    border-top: solid 2px #acbf9d;
    display: block;
    padding: 8px; }
  .button2-alt a:hover {
    border-top: solid 2px #212121;
    color: #3e3e3e; }

.button2-alt:hover {
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  transition: border 0.5s ease;
  border: solid 1px #212121; }
  .button2-alt:hover a:hover {
    color: #3e3e3e; }

.button2-colored {
  margin: 25px 0px;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  background: #acbf9d;
  border: solid 1px #acbf9d;
  display: inline-block;
  padding: 0 25px;
  letter-spacing: 1px; }
  .button2-colored a:link, .button2-colored a:visited {
    border-top: solid 2px #3e3e3e;
    display: block;
    padding: 8px;
    color: #3e3e3e; }
  .button2-colored a:hover {
    border-top: solid 2px #3e3e3e;
    color: #3e3e3e; }

.button2-colored:hover {
  border: solid 1px #3e3e3e; }
  .button2-colored:hover a:hover {
    color: #3e3e3e; }
  @media only screen and (max-width: 970px) {
.button2, .button2-alt {
  margin: 15px 0px;
}

  }
      @media only screen and (max-width: 1200px) {
       .button a:link, .button a:visited {
        color: #3e3e3e;
        padding: 1.5vh 1.5vw;
        display: block; } 
       .button-alt a:link, .button-alt a:visited {
            color: #3e3e3e;
            padding: 1.5vh 1.5vw;
            display: block;
          }    
    }
/************************************************************************************
SOCIAL
*************************************************************************************/
.social-icon {
  font-family: "azurhotel-social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  font-size: 16px;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.social li {
  display: inline-block;
  vertical-align: top;
  /* Landscape phones and down */ }
  .social li a {
    width: 35px;
    height: 20px;
    display: inline-block; }
    .social li a i {
      font-size: 16px; }
  @media only screen and (max-width: 970px) {
    .social li a {
      width: 40px;
      height: 40px;
      display: inline-block; }
      .social li a i {
        font-size: 22px; } }
  @media only screen and (max-width: 550px) {
      .social li a i {
        font-size: 18px; } 
  }
/************************************************************************************
HICHLIGHTS
*************************************************************************************/
/************************************************************************************
BOXES
*************************************************************************************/
.left-box {
  width: 20vw;
  height: 95vh;
  position: absolute;
  left: 0;
  display: none;
  background: #acbf9d;
  top: 0;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
  .left-box {
    width: 20vw;
    height: 96vh;
    position: absolute;
    left: 0;
    display: none;
    background: #acbf9d;
    top: 0; }
  }
  @media only screen and (max-width: 970px) {
    .left-box {
      display: none; } }

.left-box.reposition {
  height: 83vh;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .left-box.reposition {
      height: 80vh; } }

.left-box.small {
  height: 55vh;
  position: absolute; }

.left-box.small.reposition {
  height: 25vh; }

.right-box {
  width: 20vw;
  height: 54vh;
  background: #3e3e3e;
  position: absolute;
  right: 0px;
  display: none;
  top: 48vh;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .right-box {
      display: none; } }

.right-box.reposition {
  height: 48vh;
  top: 46vh; }

.small-box {
  width: 40%;
  height: 30%;
  display: block;
  position: absolute;
  background: #acbf9d;
  top: 0px;
  z-index: -1;
  right: 0px; }

.horizontal-box {
  width: 100%;
  /* Landscape phones and down */
  height: 100px;
  top: 89.8vh;
  background: #f2f2f2;
  position: absolute;
  left: 0px;
  z-index: -1; }
  @media only screen and (max-width: 970px) {
    .horizontal-box {
      display: none; } }

.horizontal-box.reposition {
  top: 83vh;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
   @media only screen and (max-width: 1200px) {

  .horizontal-box.reposition{
    top: 80vh;
    height: 150px;
  }
  }
  @media only screen and (max-width: 970px) {
    .horizontal-box.reposition {
      display: none; } }

.line-box {
  width: 125px;
  height: 300px;
  top: -85px;
  position: absolute;
  right: 0px;
  background: rgba(203, 215, 193, 0.85);
  z-index: -1;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .line-box {
      display: none; } }

.accommodation .heading-line.left .line-box {
  left: -7%;
}

.accommodation .heading-line.left::before{
    width: 28%;
}

  @media only screen and (max-width: 1200px) {
    .accommodation .line-box {
      display: none; } }

.bg-element {
  background: #f9f8f8;
  height: 83vh;
  position: absolute;
  width: 100%; }

/************************************************************************************
TABS
*************************************************************************************/
.contact-tabs {
  max-width: 750px;
  padding: 0px 25px;
  margin: 10px auto; }

.nav-tabs {
  border: none;
  font-family: "Roboto Slab", serif;
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
  /* Landscape phones and down */
  display: block; }
  @media only screen and (max-width: 550px) {
    .nav-tabs {
      margin: 10px; } }
  @media only screen and (max-width: 970px) {
    .contact-tabs {
      padding: 15px; } }
  @media only screen and (max-width: 399px) {
    .contact-tabs {
      padding: 15px; } }

.contact-tabs .nav-tabs {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .contact-tabs .nav-tabs {
      margin: 0 40px; } }
  @media only screen and (max-width: 970px) {
    .contact-tabs .nav-tabs {
      margin: 0 30px; } }
  @media only screen and (max-width: 750px) {
    .contact-tabs .nav-tabs {
      margin: 0 20px; } }
  @media only screen and (max-width: 399px) {
    .contact-tabs .nav-tabs {
      margin: 0 10px; } }

.contact-tabs .tab-content {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .contact-tabs .tab-content {
      margin: 0 40px;
      text-align: center; }
      .contact-tabs .tab-content .newsletter {
        margin: 0 auto; } }
  @media only screen and (max-width: 970px) {
    .contact-tabs .tab-content {
      margin: 0 30px; } }
  @media only screen and (max-width: 750px) {
    .contact-tabs .tab-content {
      margin: 0 20px; } }
  @media only screen and (max-width: 399px) {
    .contact-tabs .tab-content {
      margin: 0 10px; } }

.nav-tabs > li.active {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .nav-tabs > li.active .box {
    width: 60px;
    height: 160px;
    top: -20px;
    position: absolute;
    left: 25px;
    background: #acbf9d;
    z-index: 0; }
  @media only screen and (max-width: 550px) {
    .nav-tabs > li.active {
      text-align: center; }
      .nav-tabs > li.active .box {
        left: 10%;
        top: -15px;
        height: 100px;
        width: 40px; } }

.nav-tabs > li {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .nav-tabs > li .box {
    width: 60px;
    height: 100px;
    top: -20px;
    position: absolute;
    left: 25px;
    background: rgba(203, 215, 193, 0.75); }


      @media only screen and (max-width: 1560px) {
        .nav-tabs > li > a {
          font-size: 22px;
        }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
           font-size: 22px;
        }
    }
      @media only screen and (max-width: 750px) {
        .nav-tabs > li > a {
          font-size: 13px;
        }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
           font-size: 13px;
        }
    }
  @media only screen and (max-width: 550px) {
    .nav-tabs > li {
      text-align: center; }
      .nav-tabs > li .box {
        left: 15%;
        top: -15px;
        height: 50px;
        width: 35px; } }

.nav-tabs > li:nth-child(2n) {
  float: right; }

.nav-tabs > li > a {
  border: none;
  font-size: 24px;
  background: none;
  line-height: 60px;
  opacity: 0.5;
  cursor: pointer;
  color: #3e3e3e;
  padding: 0px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 550px) {
    .nav-tabs > li > a {
      font-size: 13px;
      line-height: 0px; } }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  font-size: 24px;
  background: none;
  line-height: 120px;
  cursor: pointer;
  opacity: 1;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      font-size: 24px; } }
  @media only screen and (max-width: 550px) {
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      font-size: 16px;
      line-height: 60px; } }

.nav-tabs > li.active > a + .box, .nav-tabs > li > a:focus + .box, .nav-tabs > li > a:hover + .box {
  background: #acbf9d; }

.nav-tabs > li > a:hover {
  text-decoration: none;
  background: none;
  border: none;
  opacity: 1; }

.nav-tabs > li:hover > .box {
  background: #acbf9d; }

.tab-content {
  padding: 50px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300; }

/************************************************************************************
ICONS
*************************************************************************************/
.arrow-left {
  width: 45px;
  height: 45px;
  font-size: 45px;
  color: #acbf9d;
  display: inline-block; }

.arrow-left:hover {
  color: #000000; }

.arrow-right {
  width: 45px;
  height: 45px;
  font-size: 45px;
  color: #acbf9d;
  display: inline-block; }

.arrow-right:hover {
  color: #000000; }

.arrow-next {
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: inline-block;
  color: #000000; }

.arrow-next:hover {
  color: #acbf9d; }

.arrow-prev {
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000000;
  display: inline-block; }

.arrow-prev:hover {
  color: #acbf9d; }

.select-arrow {
  background: url(../img/icons/select-arrow.png) no-repeat 0px 0px;
  width: 20px;
  height: 10px;
  pointer-events: none;
  display: inline-block; }

.accommodation .info1, .accommodation .info2 {
  width: 95px; }
    .info1 + p, .info2 + p{
      display: inline-block;
      width: 100px;
    }
.accommodation .room-box.left .info1, .accommodation .room-box.left .info2 {
  margin-left: 15px; }

/* Landscape phones and down */
@media only screen and (max-width: 970px) {
.accommodation .room-box.left .info1, .accommodation .room-box.left .info2 {
  margin-left: 0px; }
  .accommodation .info1, .accommodation .info2 {
    width: 100%; } 
   .info1 + p, .info2 + p{
      display: inline-block;
      width: 100%;
    }
  }
.info1 {
  width: 35px;
  height: 35px;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px; }
  .info1 p {
    padding: 5px 0;
    font-size: 14px; }

.info2 {
  width: 35px;
  height: 35px;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px; }
  .info2 p {
    padding: 5px 0;
    font-size: 14px; }

.accommodation-teasers .info1 {
  float: left; }

.accommodation-teasers .info2 {
  float: left; }

/************************************************************************************
EFFECTS
*************************************************************************************/
.hover-effe2 {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .hover-effe2 > span {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px; }
    .hover-effe2 > span span {
      border: solid 2px #ffffff;
      color: #ffffff;
      margin: 86px 59px;
      padding: 40px 10px;
      width: 140px;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block; }
  @media only screen and (max-width: 970px) {
    .hover-effe2 > span span {
      border: solid 2px #ffffff;
      color: #ffffff;
      margin: 0 auto;
      padding: 40px 10px;
      width: 140px;
      position: absolute;
      right: 0px;
      left: 0px;
      top: 25%;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }
  @media only screen and (max-width: 550px) {
    .hover-effe2 > span span {
      border: solid 2px #ffffff;
      color: #ffffff;
      margin: 0 auto;
      padding: 20px 10px;
      width: 100px;
      position: absolute;
      right: 0px;
      left: 0px;
      top: 25%;
      word-break: break-word;
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      line-height: 20px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }

.hover-effe2:hover {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .hover-effe2:hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 1; }
  .hover-effe2:hover > span span {
    border: solid 2px #ffffff;
    color: #ffffff;
    margin: 86px 59px;
    padding: 40px 10px;
    width: 140px;
    word-break: break-word;
    font-size: 26px;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  @media only screen and (max-width: 970px) {
    .hover-effe2:hover > span span {
      border: solid 2px #ffffff;
      color: #ffffff;
      margin: 0 auto;
      padding: 40px 10px;
      width: 140px;
      position: absolute;
      right: 0px;
      left: 0px;
      top: 25%;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }
  @media only screen and (max-width: 550px) {
    .hover-effe2:hover > span span {
      border: solid 2px #ffffff;
      color: #ffffff;
      margin: 0 auto;
      padding: 20px 10px;
      width: 100px;
      position: absolute;
      right: 0px;
      left: 0px;
      top: 25%;
      word-break: break-word;
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      line-height: 20px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }

.hover-effe1 {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .hover-effe1 img {
    opacity: 0.5; }
  .hover-effe1 > span {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px; }
    .hover-effe1 > span span {
      border: solid 2px #000000;
      color: #000000;
      margin: 86px 59px;
      padding: 40px 10px;
      width: 140px;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block; }
  @media only screen and (max-width: 970px) {
    .hover-effe1 > span span {
      border: solid 2px #3e3e3e;
      margin: 0  auto;
      padding: 40px 10px;
      width: 140px;
      position: absolute;
      top: 25%;
      right: 0px;
      left: 0px;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }
  @media only screen and (max-width: 550px) {
    .hover-effe1 > span span {
      border: solid 2px #3e3e3e;
      margin: 0  auto;
      padding: 20px 10px;
      width: 100px;
      position: absolute;
      top: 25%;
      right: 0px;
      left: 0px;
      word-break: break-word;
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      line-height: 20px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }

.hover-effe1:hover {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .hover-effe1:hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12); }
  .hover-effe1:hover > span span {
    border: solid 2px #3e3e3e;
    margin: 86px 59px;
    padding: 40px 10px;
    width: 140px;
    word-break: break-word;
    font-size: 26px;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  @media only screen and (max-width: 970px) {
    .hover-effe1:hover > span span {
      border: solid 2px #3e3e3e;
      margin: 0  auto;
      padding: 40px 10px;
      width: 140px;
      position: absolute;
      top: 25%;
      right: 0px;
      left: 0px;
      word-break: break-word;
      font-size: 26px;
      text-align: left;
      font-weight: 500;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }
  @media only screen and (max-width: 550px) {
    .hover-effe1:hover > span span {
      border: solid 2px #3e3e3e;
      margin: 0  auto;
      padding: 20px 10px;
      width: 100px;
      position: absolute;
      top: 25%;
      right: 0px;
      left: 0px;
      word-break: break-word;
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      line-height: 20px;
      display: inline-block;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; } }

@media only screen and (min-width: 1460px) {
  .page-slider {
    min-height: 83vh;
    background: rgba(62, 62, 62, 0.2); } }

/************************************************************************************
HEADER
*************************************************************************************/
header {
  position: relative;
  width: 100%;
  z-index: 999;
  height: 12vh;
  min-height: 80px;
  padding: 4vh;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  header .logo {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 1vh;
    text-align: center;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    header .logo a {
      display: inline-block;
      width: 14vw;
      height: 9vh;
          max-width: 225px;
    min-width: 175px;
    min-height: 55px;
    max-height: 75px;
        margin-top: 1vh;
      background: url(../img/logo.png) no-repeat center; }
       @media only screen and (max-width: 1340px) {
          header .logo a {
            display: inline-block;
              width: 175px;
              height: 65px;
            background: url(../img/logo.png) no-repeat center; }
       }
       @media only screen and (max-width: 1200px) {
        header{
          min-height:50px;
        }
        header .logo{
          top: 0;
        }
          header .logo a {
            display: inline-block;
              width: 175px;
              height: 65px;
            background: url(../img/logo.png) no-repeat center; 
          }
       }
    @media only screen and (max-width: 970px) {
      header .logo {
        top: 25px; }
        header .logo a {
          width: 225px;
          height: 85px;
          background: url(../img/logo-mobile.png) no-repeat center; } }
    @media only screen and (max-width: 550px) {
      header .logo {
        top: 0px; }
        header .logo a {
          width: 200px;
          height: 70px;
          background: url(../img/logo-mobile.png) no-repeat center;
          background-size: 45% !important;
          background-position: center!important; } }
  header .navigation.active {
    width: 100%; }
  header .navigation {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    header .navigation .nav-icon {
      font-family: "Roboto Slab", serif;
      display: inline-block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      line-height: 65px;
      text-align: center;
      font-size: 11px;
      cursor: pointer;
      z-index: 999;
      font-weight: 700;
      position: relative;
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      header .navigation .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        top: 5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      header .navigation .nav-icon span:last-child {
        top: 15px; }
      @media only screen and (max-width: 970px) {
        header .navigation .nav-icon {
          border: solid 1px #3e3e3e;
          z-index: 1;
          width: 80px;
          height: 80px;
          line-height: 120px;
          font-size: 14px; }
          header .navigation .nav-icon span {
            width: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 25px;
            height: 1px; }
          header .navigation .nav-icon span:last-child {
            top: 35px; } }
      @media only screen and (max-width: 550px) {
        header .navigation .nav-icon {
          width: 50px;
          height: 50px;
          line-height: 75px;
          font-size: 10px; }
          header .navigation .nav-icon span {
            width: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 10px;
            height: 2px; }
          header .navigation .nav-icon span:last-child {
            top: 20px; } }
    header .navigation .nav-icon.close {
      display: none;
      top: 50px;
      right: 25px;
      position: relative;
      color: #acbf9d;
      border: none;
      opacity: 1; }
      header .navigation .nav-icon.close span {
        opacity: 1;
        background: #acbf9d;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 25px; }
      header .navigation .nav-icon.close span:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px; }
      header .navigation .nav-icon.close a {
        color: #acbf9d; }
    header .navigation .nav-icon.active {
      color: #acbf9d;
      z-index: 999;
      line-height: 200px;
      /* Landscape phones and down */ }
      header .navigation .nav-icon.active span {
        background: #acbf9d;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px; }
      header .navigation .nav-icon.active span:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px; }
      @media only screen and (max-width: 970px) {
        header .navigation .nav-icon.active {
          z-index: 1; } }
    header .navigation .box {
      font-family: "Open Sans", sans-serif;
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      background: rgba(33, 33, 33, 0.91);
      position: fixed;
      width: 100%;
      min-height: 100%;
      left: -100%;
      top: 0px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
      z-index: 99; }
      header .navigation .box .info {
        /***********Links***************/ }
        header .navigation .box .info a:link, header .navigation .box .info a:visited {
          text-decoration: none;
          color: #ffffff; }
        header .navigation .box .info a:hover, header .navigation .box .info a:focus {
          text-decoration: none;
          color: #acbf9d; }
      header .navigation .box p {
        padding: 1px 0; }
      header .navigation .box .inner {
        padding: 100px;
        /* Landscape phones and down */ }
        header .navigation .box .inner .mobile {
          display: none; }
         @media only screen and (max-width: 1560px) {
           header .navigation .box .inner {
            padding: 35px 100px; }
         }
        @media only screen and (max-width: 1200px) {
          header .navigation .box .inner {
                padding: 5vh 85px; } }
          header .navigation .box .inner .desktop .widget_polylang{
          position: relative;
          clear: both;
          }
           header .navigation .box .inner .desktop .widget_polylang label{
            display: none
           }

          header .navigation .box .inner .desktop .widget_polylang a:link, header .navigation .box .inner .desktop .widget_polylang a:visited, header .navigation .box .inner .desktop .widget_polylang select {
              text-transform: uppercase;
              color: #ffffff!important;
            }
           header .navigation .box .inner .desktop .widget_polylang a:link, header .navigation .box .inner .desktop .widget_polylang a:visited, header .navigation .box .inner .desktop .widget_polylang select {
              color: #3e3e3e;
              padding: 8px;
              display: block;
              background: none;
              border: solid 1px #ffffff!important;
              border-radius: initial!important;
          }   
              header .navigation .box .inner .desktop .widget_polylang select{
                color:#fff!important;
                margin: 1vh 0;
                border: solid 1px #fff;
                padding: 8px 25px;
                    text-align-last: center;
                    text-align: center;
                        text-transform: capitalize;
                cursor: pointer;
              }
              header .navigation .box .inner .desktop .widget_polylang select option{
                background: #fff!important;
                color: #af9d71!important;
              }

              header .navigation .box .inner .desktop .widget_polylang select:hover{
                 border: solid 1px #fff;
                background: #fff!important;
                color: #af9d71!important;
              }
        header .navigation .box .inner .menu {
          font-family: "Roboto Slab", serif; }
          header .navigation .box .inner .menu ul li {
            padding: 2.5vh 0;
            list-style-type: none;
            display: block;
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 3px; }
            header .navigation .box .inner .menu ul li a:link, header .navigation .box .inner .menu ul li a:visited {
              text-decoration: none;
              color: #acbf9d; }
            header .navigation .box .inner .menu ul li a:hover, header .navigation .box .inner .menu ul li a:focus {
              text-decoration: none;
              color: #ffffff; }
        header .navigation .box .inner .info .row {
          padding: 25px 0; }
        header .navigation .box .inner .info .row:first-child {
          padding-top: 0px; }
        header .navigation .box .inner .extra {
          display: none; }
      header .navigation .box .logo {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 2vh;
        text-align: center;
        width: 50%; }
        header .navigation.active .box .logo{
          left:-10px;
          top:1vh;
        }
        header .navigation .box .logo a {
          display: inline-block;
          background: url(../img/logo2.png) no-repeat center; }

    @media only screen and (max-width: 1560px) {
        header .navigation.active .box .logo{
          left:0px;
          top:1vh;
        }
    }
               @media only screen and (max-width: 1200px) {
               header .navigation.active .box .logo{
                  left:0px;
                  top:0;
                } 
           }
    @media only screen and (max-width: 970px) {
      header .navigation .box .inner .desktop .widget_polylang{
        display: none;
      }
      header .navigation .box {
        text-align: right;
        font-size: 14px;
        font-weight: 300;
        background: #212121;
        position: fixed;
        width: 85%;
        min-height: auto;
        height: auto;
        left: 0px;
        top: 25px;
        left: -1000px;
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 1; }
        header .navigation .box p {
          padding: 1px 0; }
        header .navigation .box .nav-icon.close {
          display: block; }
        header .navigation .box .inner {
          padding: 50px;
          height: 85vh;
          overflow: scroll; }
          header .navigation .box .inner .desktop {
            display: none; }
          header .navigation .box .inner .mobile {
            display: block; }
          header .navigation .box .inner .menu {
            text-align: right;
            float: right;
            width: 360px;
            font-family: "Roboto Slab", serif; }
            header .navigation .box .inner .menu ul li {
              padding: 20px 0;
              list-style-type: none;
              display: block;
              font-size: 25px;
              font-weight: 700;
              letter-spacing: 3px;
              border-bottom: solid 1px rgba(219, 227, 212, 0.25); }
              header .navigation .box .inner .menu ul li a:link, header .navigation .box .inner .menu ul li a:visited {
                text-decoration: none;
                color: #acbf9d; }
              header .navigation .box .inner .menu ul li a:hover, header .navigation .box .inner .menu ul li a:focus {
                text-decoration: none;
                color: #ffffff; }
          header .navigation .box .inner .extra {
            text-align: right;
            float: right;
            width: 100%;
            display: block; }
            header .navigation .box .inner .extra .button {
              display: inline-block;
              float: right;
              position: relative; 
              transition: all 100ms;
            }
            header .navigation .box .inner .extra .button-lang {
              position: relative;
              display: inline-block;
              background: none;
              top: -2px;
              padding: 1px;
              margin-right: 20px;
              border: solid 1px #ffffff!important; }
              header .navigation .box .inner .extra .button-lang a {
                color: #ffffff!important; }
            header .navigation .box .inner .extra .button-lang:hover {
              background: #af9d71;
              border: solid 1px #af9d71; }
              header .navigation .box .inner .extra .button-lang select{
                color:#fff!important;
                border:none!important;
              }
              header .button-lang select:hover{
                 color:#fff;
              }
              header .navigation .box .inner .extra .button-lang:hover a, header .navigation .box .inner .extra .button-lang:hover select {
                color: #fff!important; 
              }
          header .navigation .box .inner .desktop {
            display: none; }
          header .navigation .box .inner .info {
            text-align: right;
            float: right;
            width: 360px;
            padding-top: 25px;
            padding-bottom: 25px; }
            header .navigation .box .inner .info h3 {
              font-size: 25px; }
            header .navigation .box .inner .info .social {
              padding: 25px 0;
              display: block; }
            header .navigation .box .inner .info .row {
              padding: 0; }
            header .navigation .box .inner .info .row:first-child {
              padding-top: 0px; }
        header .navigation .box .logo {
          display: none; } }
    @media only screen and (max-width: 550px) {
      header .navigation .box {
        text-align: right;
        font-size: 14px;
        font-weight: 300;
        background: #212121;
        position: fixed;
        width: 85%;
        height: 100vh;
        left: 15px;
        top: 15px;
        left: -1000px;
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1; }
        header .navigation .box p {
          padding: 1px 0; }
        header .navigation .box .nav-icon.close {
          display: block;
          top: 15px;
          right: 10px; }
        header .navigation .box .inner {
          padding: 5px 25px;
          height: 78vh;
          overflow: scroll;
           }
          header .navigation .box .inner .desktop {
            display: none; }
          header .navigation .box .inner .mobile {
            display: block; }
          header .navigation .box .inner .menu {
            text-align: right;
            float: right;
            width: 240px;
            display: block;
            font-family: "Roboto Slab", serif; }
            header .navigation .box .inner .menu ul li {
              padding: 15px 0;
              list-style-type: none;
              display: block;
              font-size: 16px;
              font-weight: 700;
              letter-spacing: 3px;
              border-bottom: solid 1px rgba(219, 227, 212, 0.25); }
              header .navigation .box .inner .menu ul li a:link, header .navigation .box .inner .menu ul li a:visited {
                text-decoration: none;
                color: #acbf9d; }
              header .navigation .box .inner .menu ul li a:hover, header .navigation .box .inner .menu ul li a:focus {
                text-decoration: none;
                color: #ffffff; }
          header .navigation .box .inner .extra {
            text-align: right;
            float: right;
            width: 100%;
            margin: 0 0;
            display: block; }
            header .navigation .box .inner .extra .button-alt {
              display: inline-block;
              float: right;
              position: relative;
              transition: all 100ms;
              padding: 6px; }
              header .navigation .box .inner .extra .button-alt a:link, header .navigation .box .inner .extra .button-alt a:visited {
                padding: 7px 14px; }
            header .navigation .box .inner .extra .button-lang {
              position: relative;
              display: inline-block;
              background: none;
              top: 0;
              padding: 4px;
              margin-right: 20px;
              border: solid 1px #ffffff; }
              header .navigation .box .inner .extra .button-lang a ,  header .navigation .box .inner .extra .button-lang select{
                color: #ffffff!important; }
            header .navigation .box .inner .extra .button-lang:hover {
              background: #af9d71;
              border: solid 1px #af9d71; }
              header .navigation .box .inner .extra .button-lang:hover a, header .navigation .box .inner .extra .button-lang:hover select {
                color: #fff; }
          header .navigation .box .inner .info {
            text-align: right;
            float: right;
            width: 240px;
            padding-top: 5px;
            padding-bottom: 15px; }
            header .navigation .box .inner .info h3 {
              font-size: 16px; }
            header .navigation .box .inner .info .social {
              padding: 15px 0;
              display: block; }
            header .navigation .box .inner .info .row {
              padding: 0; }
            header .navigation .box .inner .info .row:first-child {
              padding-top: 0px; }
        header .navigation .box .logo {
          display: none; } }
  header .buttons {
    right: 2vw;
    top: 2.5vh;
    position: absolute;
    display: block;
    /* Landscape phones and down */ }
    header .buttons div:first-child {
      margin-right: 30px; }
    @media only screen and (max-width: 970px) {
      header .buttons {
        display: none; } }
  header .connect {
    right: 6%;
    top: 15px;
    position: absolute;
    display: block;
    text-align: right;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 970px) {
      header .connect {
        right: 25px;
        top: 25px; } }
    @media only screen and (max-width: 550px) {
      header .connect {
        right: 15px;
        top: 0px; } }
  header .button-calender {
    display: none;
    right: 30px;
    top: 30px;
    position: absolute;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    header .button-calender .button-alt a {
      background: url(../img/icons/calendar.svg) no-repeat center;
      padding: 40px; 
      background-size: 40px;
    }
    @media only screen and (max-width: 970px) {
      header .button-calender {
        display: block; } }
    @media only screen and (max-width: 550px) {
      header .button-calender {
        right: 15px;
        top: 15px; }
        header .button-calender .button-alt a {
          background: url(../img/icons/calendar.svg) no-repeat center;           
          background-size: 40px;
          padding: 25px; } }

header.sticky {
    box-shadow: 0px -2px 22px rgba(12, 12, 12, 0.10);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header.sticky .nav-icon {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  @media only screen and (max-width: 1200px) {
        header{
        height: 12vh;
        min-height: 55px;
        }
      }
  @media only screen and (max-width: 970px) {
    header {
      height: 140px;
      padding: 30px; } }
  @media only screen and (max-width: 550px) {
    header {
      height: 80px;
      min-height: initial;
      padding: 15px; } }
/* ==========================================================================
   main styling
   ========================================================================== */
main {
  position: relative;
  clear: both;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 20px;
  /* Landscape phones and down */ }
  main h3 {
    color: #3e3e3e; }
    main .inner ul {
      display: block;
      padding-right: 10px;
      padding-left: 0px; }
    main .inner ul li {
      display: block;
      background: url(../img/icons/bullet.svg) no-repeat center left;
      background-size:15px; 
      padding: 6px 20px;
      text-align: left;}
  main .list.right {
    float: none; }
    main .list.right ul {
      display: block;
      border-left: solid 1px #000;
      padding-right: 10px;
      padding-left: 0px; }
    main .list.right ul li {
      display: block;
      background: url(../img/icons/bullet.svg) no-repeat center right;
      padding: 6px 20px;
      background-size:15px; 
      text-align: right; }
  main .list.left {
    float: none; }
    main .list.left ul {
      display: block;
      border-left: solid 1px #000;
      border-right: none;
      padding-left: 10px;
      padding-right: 0px; }
    main .list.left ul li {
      display: block;
      background: url(../img/icons/bullet.svg) no-repeat center left;
      background-size:15px; 
      padding: 6px 20px;
      text-align: left; }
  @media only screen and (max-width: 750px) {
    main .list.right ul, main .list.left ul {
      display: block;
      border-right: none;
      border-left: none;
      border-bottom: solid 1px #000;
      padding-right: 0px;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      main .list.right ul li, main .list.left ul li {
        display: block;
        background: url(../img/icons/bullet.svg) no-repeat center left;
        background-size:15px; 
        padding: 6px 20px;
        text-align: left; } }
  main .newsletter input {
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1200px) {
      main .newsletter input {
        margin: 0; } }
  main .newsletter .submit-input {
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1200px) {
      main .newsletter .submit-input {
        left: 275px;
        margin-left: auto; } }
  main .gallery-list {
    margin: 0;
    padding: 1vh 0;
    padding-right: 4%;
    padding-left: 1%; }
    main .gallery-list .bg-element {
      background: #ffffff; }
    main .gallery-list .masonry-grid .grid-item {
      min-height: 200px; }
    main .gallery-list .masonry-grid .grid-item.box-title {
      margin-left: 15%;
      margin-bottom: 5%; }
main .gallery-list .masonry-grid .grid-item.box-title {
    width: 160px;
    height: 200px;
    padding: 35px 15px;
    min-height: 200px;
    border: solid 3px #3e3e3e;
    background: #ffffff;
}      
    main .gallery-list .masonry-grid .grid-sizer {
      width: 2%; }

main.contact {
  /* Landscape phones and down */ }
  main.contact .wrapper {
    background: #f2f2f2;
    padding: 160px 0;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
@media only screen and (max-width: 1200px) {
    main.contact .wrapper{
      padding: 80px 0;
    }
  }
    @media only screen and (max-width: 970px) {
    main .gallery-list .masonry-grid .grid-item {
      min-height: initial; }
      main.contact .wrapper {
        position: relative;
        bottom: 50px; } }
      main .gallery-list {
        margin: 0;
        padding: 40px 0;
        padding-right: 5%;
        padding-left: 5%; }
    @media only screen and (max-width: 550px) {
      main .gallery-list .masonry-grid .grid-item.box-title{
         margin-left: auto;
        margin-right: auto;
        margin: 0 28%;    
        margin-bottom: 5%;   
      }
  main .gallery-list {
    margin: 0;
    padding: 20px 0;
    padding-right: 2%;
    padding-left: 2%; }

main .gallery-list .masonry-grid .grid-sizer{
  width: 0;
}

      main.contact .wrapper {
        position: relative;
    bottom: 25px;
    padding: 85px 0; } }
  main.contact .main-wrapper {
       margin-bottom: 10vh; }
  @media only screen and (max-width: 970px) {
    main.contact .main-wrapper {
      margin-bottom: 25px; } }
  main.contact .newsletter .submit-input {
    color: #acbf9d; }
  main.contact .newsletter .submit-input:hover {
    color: #dbe3d4; }

.gallery-wrapper {
  padding: 2vh;
  background: #ffffff;
  z-index: 3;
  min-height: 82vh;
  height: auto;
  margin-top: 1vh;
  /* Landscape phones and down */ }
  .gallery-wrapper .row {
    width: 100%;
    height: 40vh;
    vertical-align: top;
    z-index: 1;
    display: inline-block;
    overflow: hidden; }
    .gallery-wrapper .row img {
      width: 100%; height: 38vh;}
    .gallery-wrapper .row div {
      overflow: hidden; }
    .gallery-wrapper .row .col-lg-6:nth-child(1) {
      margin-right: 1vw;
      margin-left: -1vw; }
  @media only screen and (max-width: 1200px) {
    .gallery-wrapper {
      height: auto; }
      .gallery-wrapper .row {
        height: auto; }
        .gallery-wrapper .row img {
          width: 100%;
          height: auto;
          min-width: 400px; }
        .gallery-wrapper .row .col-lg-6 {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 2vh; } }

/* ==========================================================================
   Sections styling
   ========================================================================== */
section {
  padding-top: 10vh;
  /* Landscape phones and down */ }
section.offer {
  padding-top: 2vh; }
  section.map{
    margin:0;
  }
    @media only screen and (max-width: 1200px) {
      section {
        padding: 15px 0;
      }
    }
  @media only screen and (max-width: 550px) {
    section {
      padding: 10px 0; } }
  section .inner {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 20px; }
  section .offer-box {
    border: solid 1px #acbf9d;
    padding: 40px;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .offer-box h2 {
      padding-left: 80px;
      padding-bottom: 120px; }
      section .offer-box h2 .line-box {
        width: 200px;
        height: 240px;
        top: -100px;
        position: absolute;
        left: 0px;
        background: rgba(203, 215, 193, 0.85);
        z-index: -1;
        border: none; }
    section .offer-box .info {
    position: absolute;
    right: 80px;
    top: 40px;
    padding: 25px 0px;
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    word-break: normal;
    text-align: right;
    line-height: 22px; }
      section .offer-box .info .box {
        width: 60px;
        height: 120px;
        top: -100px;
        position: absolute;
        right: 0px;
        background: rgba(203, 215, 193, 0.85);
        z-index: -1;
        border: none; }
    section .offer-box h2.boxed {
      width: 375px; }
    section .offer-box .inner {
      padding: 0 80px; }
    @media only screen and (max-width: 1200px) {
      section .offer-box {
        padding: 20px; }
        section .offer-box h2 {
          padding-left: 40px;
          padding-bottom: 80px; }
        section .offer-box .info {
          position: absolute;
          right: 80px;
          top: 40px; }
        section .offer-box h2.boxed {
          width: 375px; }
        section .offer-box .inner {
          padding: 0 40px; } }
           @media only screen and (max-width: 1200px) {
section .offer-box h2 .line-box{
      width: 200px;
    height: 210px;
}
           }
    @media only screen and (max-width: 970px) {
      section .offer-box h2.boxed {
        width: 100%;
        text-align: center;
        padding-bottom: 10px; }
      section .offer-box .info {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        padding-bottom: 25px; }
        section .offer-box .info .box {
          display: none; }
      section .offer-box h2 .line-box {
        display: block;
        right: 0px;
        left: 0;
        margin: 0 auto;
        width: 180px;
    width: 180px;
    height: 180px;
    top: -60px; }
      section .offer-box .inner {
        padding: 25px; } }
    @media only screen and (max-width: 550px) {
      section .offer-box {
        padding: 15px; }
        section .offer-box h2.boxed {
          width: 100%;
          text-align: center;
          padding: 5px; }
        section .offer-box h2 .line-box {
          display: block;
          width: 100px;
          height: 100px;
          top: -35px; }
        section .offer-box .info {
          padding-bottom: 5px; }
        section .offer-box .inner {
          padding: 15px; } }
  section .contact-box {
    border: solid 1px #acbf9d;
    margin: 0 6vw;
    background: #ffffff;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1560px) {
  section .contact-box {
     margin: 0 3vw;
  }
    }
    @media only screen and (max-width: 750px) {
      section .contact-box {
        margin: 0 50px; } }
    @media only screen and (max-width: 550px) {
      section .contact-box {
        margin: 0 25px; } }
    section .contact-box .newsletter {
      margin: 0; }
  section .text-box {
    width: 65%;
    display: inline-block;
    float: left;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .text-box .inner {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      padding-left: 30%;
      padding-right: 20%;
      padding-top: 10px;
      padding-bottom: 10px; }
      section .text-box .inner p {
        padding: 10px 0; }
    @media only screen and (max-width: 1560px) {
      section .text-box .inner {
        padding-left: 22%; } }
    @media only screen and (max-width: 1460px) {
      section .text-box .inner {
        padding-left: 14%; } }
    @media only screen and (max-width: 1200px) {
      section .text-box {
        width: 60%; } }
    @media only screen and (max-width: 1200px) {
      section .text-box {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0 auto; }
        section .text-box .inner {
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          font-size: 14px;
          line-height: 18px;
          padding: 0px 5%;
          text-align: center; }
          section .text-box .inner p {
            padding: 10px 0; } }
    @media only screen and (max-width: 550px) {
      section .text-box .inner {
        padding: 0 10%; } }
  section .box-style1 .text, section .box-style1.left .text {
    width: 65%;
    display: inline-block;
    float: left;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .box-style1 .text .inner, section .box-style1.left .text .inner {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      padding-left: 30%;
      padding-right: 20%;
      padding-top: 25px;
      padding-bottom: 25px; }
      section .box-style1 .text .inner p, section .box-style1.left .text .inner p {
        padding: 10px 0; }
      section .box-style1 .text .inner h2, section .box-style1.left .text .inner h2 {
        display: block; }
    @media only screen and (max-width: 1560px) {
      section .box-style1 .text .inner, section .box-style1.left .text .inner {
        padding-left: 22%; } }
    @media only screen and (max-width: 1460px) {
      section .box-style1 .text .inner, section .box-style1.left .text .inner {
        padding-left: 14%; } }
    @media only screen and (max-width: 970px) {
      section .box-style1 .text, section .box-style1.left .text {
        width: 60%; } }
    @media only screen and (max-width: 970px) {
      section .box-style1 .text, section .box-style1.left .text {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0 auto; }
        section .box-style1 .text .inner, section .box-style1.left .text .inner {
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          font-size: 14px;
          line-height: 18px;
          padding: 25px 10%;
          text-align: center; }
          section .box-style1 .text .inner p, section .box-style1.left .text .inner p {
            padding: 10px 0; } }
    @media only screen and (max-width: 550px) {
      section .box-style1 .text .inner, section .box-style1.left .text .inner {
        padding: 10%; } }
  section .box-style1 .box, section .box-style1.left .box {
    width: 40%;
    height: 30%;
    display: block;
    position: absolute;
    background: #acbf9d;
    top: 0px;
    z-index: -1;
    right: 0px; }
  section .box-style1 .image, section .box-style1.left .image {
    display: inline-block;
    float: right;
    position: relative;
    right: 15%;
    top: -65px;
    width: 24%;
    float: right;
    border: solid 1px #acbf9d;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .box-style1 .image img, section .box-style1.left .image img {
      position: relative;
      left: -25px;
      top: 25px;
      width: 100%; }
    @media only screen and (max-width: 1560px) {
      section .box-style1 .image, section .box-style1.left .image {
        right: 6%; } }

    @media only screen and (max-width: 1200px) {
      section .box-style1 .image, section .box-style1.left .image {
        right: 6%; 
        width: 28%;
      } 



      }

    @media only screen and (max-width: 970px) {
      section .box-style1 .image, section .box-style1.left .image {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 50%;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        float: none;
        top: 0px;
        right: 0px;
        left: 0px; } }
    @media only screen and (max-width: 550px) {
      section .box-style1 .image, section .box-style1.left .image {
        margin-top: 15px;
        margin-bottom: 15px;}
        section .box-style1 .image img, section .box-style1.left .image img {
          position: relative;
          left: -15px;
          top: 15px; } }
  section .box-style1.theme-color1 .image {
    border: solid 1px #acbf9d; }
  section .box-style1.theme-color1 .button2 {
    border: solid 1px #acbf9d;
    color: #acbf9d; }
  section .box-style1.theme-color1 .button2 a:link, section .box-style1.theme-color1 .button2 a:visited {
    border-top: solid 2px #acbf9d;
    color: #acbf9d; }
  section .box-style1.theme-color1 .button2 a:hover {
    border-top: solid 2px #3e3e3e;
    color: #3e3e3e; }
  section .box-style1.theme-color1 .button2:hover {
    border: solid 1px #3e3e3e;
    color: #acbf9d; }
    section .box-style1.theme-color1 .button2:hover a {
      border-top: solid 2px #3e3e3e;
      color: #3e3e3e; }
  section .box-style1.theme-color1 .box {
    background: #acbf9d; }
  section .box-style1.theme-color2 .image {
    border: solid 1px #dbe3d4; }
  section .box-style1.theme-color2 .button2 {
    border: solid 1px #dbe3d4;
    color: #dbe3d4; }
  section .box-style1.theme-color2 .button2 a:link, section .box-style1.theme-color2 .button2 a:visited {
    border-top: solid 2px #dbe3d4;
    color: #dbe3d4; }
  section .box-style1.theme-color2 .button2 a:hover {
    border-top: solid 2px #212121;
    color: #212121; }
  section .box-style1.theme-color2 .button2:hover {
    border: solid 1px #212121;
    color: #dbe3d4; }
    section .box-style1.theme-color2 .button2:hover a {
      border-top: solid 2px #212121;
      color: #212121; }
  section .box-style1.theme-color2 .box {
    background: #dbe3d4; }
  section .box-style1.theme-color3 .image {
    border: solid 1px #3e3e3e; }
  section .box-style1.theme-color3 .button2 {
    color: #3e3e3e;
    border: solid 1px #3e3e3e; }
  section .box-style1.theme-color3 .button2 a:link, section .box-style1.theme-color3 .button2 a:visited {
    border-top: solid 2px #3e3e3e;
    color: #3e3e3e; }
  section .box-style1.theme-color3 .button2 a:hover {
    border-top: solid 2px #acbf9d;
    color: #acbf9d; }
  section .box-style1.theme-color3 .button2:hover {
    border: solid 1px #acbf9d;
    color: #acbf9d; }
    section .box-style1.theme-color3 .button2:hover a {
      border-top: solid 2px #acbf9d;
      color: #acbf9d; }
  section .box-style1.theme-color3 .box {
    background: #3e3e3e; }
  section .box-style1.theme-color4 .image {
    border: solid 1px #212121; }
  section .box-style1.theme-color4 .button2 {
    border: solid 1px #212121; }
  section .box-style1.theme-color4 .button2 a:link, section .box-style1.theme-color4 .button2 a:visited {
    border-top: solid 2px #212121;
    color: #212121; }
  section .box-style1.theme-color4 .button2 a:hover {
    border-top: solid 2px #dbe3d4;
    color: #dbe3d4; }
  section .box-style1.theme-color4 .button2:hover {
    border: solid 1px #dbe3d4;
    color: #212121; }
    section .box-style1.theme-color4 .button2:hover a {
      border-top: solid 2px #dbe3d4;
      color: #dbe3d4; }
  section .box-style1.theme-color4 .box {
    background: #212121; }
  section .box-style1.right {
    float: none;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 970px) {
      section .box-style1.right {
        float: none; } }
    section .box-style1.right .text {
      width: 65%;
      display: inline-block;
      float: right;
      text-align: right;
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      section .box-style1.right .text .inner {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        padding-left: 20%;
        padding-right: 30%;
        padding-top: 25px;
        padding-bottom: 25px; }
        section .box-style1.right .text .inner p {
          padding: 10px 0; }
        section .box-style1.right .text .inner h2 {
          display: block; }
      @media only screen and (max-width: 1560px) {
        section .box-style1.right .text .inner {
          padding-right: 22%; } }
      @media only screen and (max-width: 1460px) {
        section .box-style1.right .text .inner {
          padding-right: 14%; } }
      @media only screen and (max-width: 970px) {
        section .box-style1.right .text {
          width: 60%; } }
      @media only screen and (max-width: 970px) {
        section .box-style1.right .text {
          width: 100%;
          display: inline-block;
          float: none;
          margin: 0 auto; }
          section .box-style1.right .text .inner {
            font-family: "Open Sans", sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 18px;
            padding: 50px 5%;
            text-align: center; }
            section .box-style1.right .text .inner p {
              padding: 10px 0; } }
      @media only screen and (max-width: 550px) {
        section .box-style1.right .text .inner {
          padding: 0 10%; } }
    section .box-style1.right .image {
      display: inline-block;
      float: left;
      position: relative;
      left: 15%;
      right: 0px;
      top: -65px;
      border: solid 1px #acbf9d;
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      section .box-style1.right .image img {
        position: relative;
        left: -25px;
        top: 25px; }
      @media only screen and (max-width: 1560px) {
        section .box-style1.right .image {
          right: 6%; } }
      @media only screen and (max-width: 970px) {
        section .box-style1.right .image {
          margin-left: auto;
          margin-right: auto;
          display: block;
          max-width: 85%;
          margin-top: 25px;
          margin-bottom: 25px;
          float: none;
          top: 0px;
          right: 0px;
          left: 0px; } }
      @media only screen and (max-width: 550px) {
        section .box-style1.right .image {
          margin-top: 15px;
          margin-bottom: 15px; }
          section .box-style1.right .image img {
            position: relative;
            left: -15px;
            top: 15px; } }
  section .box-style2, section .box-style2.left {
    border: solid 1px #acbf9d;
    margin-left: 15%;
    margin-right: 19.5%;
    margin-top: 6vh;
    margin-bottom: 12vh;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    height: 610px;
    float: none;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .box-style2 .box, section .box-style2.left .box {
      width: 25%;
      height: 100%;
      position: absolute;
      left: 0;
      display: block;
      background: #acbf9d;
      top: 0; }
    section .box-style2 .image img, section .box-style2.left .image img {
      position: absolute;
      max-height: 600px; }
    section .box-style2 .text, section .box-style2.left .text {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      text-align: right;
      background: #ffffff;
      right: -65px;
      position: absolute;
      top: 150px;
      max-width: 450px;
      width: 32%; }
        section .box-style2 .text .inner p, section .box-style2.left .text .inner p {
          padding: 3px 0; }
        section .box-style2 .text .inner h2, section .box-style2.left .text .inner h2 {
          display: block; }
      section .box-style2 .text .button2, section .box-style2.left .text .button2 {
        margin-top: 25px;
        margin-bottom: 0px; }
          @media only screen and (max-width: 1460px) {
          section .box-style2, section .box-style2.left {
              margin-left: 6%;
              margin-right: 12%;
              margin-top: 6vh;
              margin-bottom: 12vh;
              position: relative;
              padding-left: 50px;
              padding-right: 50px;
              padding-top: 50px;
              height: 460px;
              float: none;
          }
section .box-style2 .text, section .box-style2.left .text,section .box-style2.right .text{
  top: 50px;
}

            section .box-style2 .image img, section .box-style2.left .image img{
              max-width: 500px;
            }
          }
    @media only screen and (max-width: 970px) {
            section .box-style2 .image img, section .box-style2.left .image img{
              max-width: 100%;
            }
              section .box-style2 .text .inner p, section .box-style2.left .text .inner p {
          padding: 3px 0; }
      section .box-style2, section .box-style2.left {
        margin-left: 15%;
        margin-right: 15%;
        height: auto;
        margin-bottom: 100px; }
        section .box-style2 .box, section .box-style2.left .box {
          width: 25%;
          height: 50vw;
          position: absolute;
          left: 0;
          display: block;
          background: #acbf9d;
          top: 0; }
        section .box-style2 .image img, section .box-style2.left .image img {
          position: relative; }
        section .box-style2 .text, section .box-style2.left .text {
          position: relative;
          width: 100%;
          background: none;
          top: 25px;
          right: 0px;
          text-align: center;
          max-width: 100%; }
          section .box-style2 .text .inner, section .box-style2.left .text .inner {
            padding: 0; }
          section .box-style2 .text .button2, section .box-style2.left .text .button2 {
            background: #ffffff; } }
    @media only screen and (max-width: 970px) {
      section .box-style2 .text .inner, section .box-style2.left .text .inner p{
        margin-bottom: 30px;
      }
      section .box-style2 .text .button2, section .box-style2.left .text .button2 {
margin-top: 0;}

      section .box-style2, section .box-style2.left {
        margin-left: 5%;
        margin-right: 5%; } }
    @media only screen and (max-width: 550px) {
      section .box-style2, section .box-style2.left {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        margin-top: 25px;
        margin-bottom: 50px;
        height: auto; }
        main.home section .box-style2, main.home section .box-style2.left{
              margin-bottom: 80px;
        }
        section .box-style2 .box, section .box-style2.left .box {
          width: 25%;
          height: 55vw;
          position: absolute;
          left: 0;
          display: block;
          background: #acbf9d;
          top: 0; }
        section .box-style2 .image img, section .box-style2.left .image img {
          position: relative; }
        section .box-style2 .text, section .box-style2.left .text {
          position: relative;
          width: 100%;
          background: none;
          top: 25px;
          right: 0px;
          text-align: center;
          max-width: 100%; }
          section .box-style2 .text .button2, section .box-style2.left .text .button2 {
            background: #ffffff; } }
  section .box-style2.small {
    height: 480px;
    margin-bottom: 15vh;
    padding-left: 25px;
    padding-top: 25px;
    margin-left: 16%;
    margin-right: 16%;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
     section .box-style2.small .image{
      width:780px;
     }
    section .box-style2.small .box {
      width: 32%; }
    @media only screen and (max-width: 1560px) {
      section .box-style2.small {
        margin-left: 5%;
        margin-right: 15%; }
     section .box-style2.small .image{
      width:580px;
     }

         }
    @media only screen and (max-width: 970px) {
      section .box-style2.small {
        height: 100%;
        width: 90%;
        margin-bottom: 25px;
        padding-bottom: 25px;
      }
        section .box-style2.small .image {
          width: auto !important; } }
          @media only screen and (max-width: 550px) {
              section .box-style2.small {
                height: 400px;
                width: 90%;
                margin-bottom: 25px;
              }
          }
  section .box-style2.alt {
    border: solid 1px #3e3e3e; }
  section .box-style2.right {
    float: none;
    padding-left: 0;
    padding-right: 50px;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1460px) {
        section .box-style2.right {
            float: none;
            padding-left: 0;
            padding-right: 50px;
            margin-left: 14%;
            margin-right: 7%;
        }
    }
    section .box-style2.right .box {
      right: 0;
      left: auto; }
    section .box-style2.right .image img {
      position: absolute;
      right: 50px; }
    section .box-style2.right .text {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      text-align: left;
      background: #ffffff;
      left: -75px;
      position: absolute;
      top: 150px;
      max-width: 450px;
      width: 32%; }
      section .box-style2.right .text .inner .button2 {
        float: left; }
     @media only screen and (max-width: 1200px) {
        section .box-style2.right {
            float: none;
            padding-left: 0;
            padding-right: 50px;
            margin-left: 14%;
            margin-right: 7%;
        }
     }   
    @media only screen and (max-width: 970px) {
      section .box-style2.right {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px; 
        margin-left: 5%;
        margin-right: 5%;
      }
        section .box-style2.right .image img {
          position: relative;
          right: auto; }
        section .box-style2.right .text {
          position: relative;
          width: 100%;
          background: none;
          top: 25px;
          right: 0px;
          left: 0px;
          text-align: center;
          max-width: 100%; }
          section .box-style2.right .text .inner {
            padding: 0px; }
            section .box-style2.right .text .inner .button2 {
              background: #ffffff;
              margin: 0 auto;
              margin-top: 25px;
              left: 0px;
              right: 0px;
              float: none; } 

    }
    @media only screen and (max-width: 550px) {
      section .box-style2.right {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px; } }
  section .box-style2.theme-color1 {
    border: solid 1px #acbf9d; }
    section .box-style2.theme-color1 .box {
      background: #acbf9d; }
    section .box-style2.theme-color1 .button2 {
      border: solid 1px #acbf9d;
      color: #acbf9d; }
    section .box-style2.theme-color1 .button2 a:link, section .box-style2.theme-color1 .button2 a:visited {
      border-top: solid 2px #acbf9d;
      color: #acbf9d; }
    section .box-style2.theme-color1 .button2 a:hover {
      border-top: solid 2px #3e3e3e;
      color: #3e3e3e; }
    section .box-style2.theme-color1 .button2:hover {
      border: solid 1px #3e3e3e;
      color: #3e3e3e; }
      section .box-style2.theme-color1 .button2:hover a {
        border-top: solid 2px #3e3e3e;
        color: #3e3e3e; }
  section .box-style2.theme-color2 {
    border: solid 1px #dbe3d4; }
    section .box-style2.theme-color2 .box {
      background: #dbe3d4; }
    section .box-style2.theme-color2 .button2 {
      border: solid 1px #dbe3d4;
      color: #dbe3d4; }
    section .box-style2.theme-color2 .button2 a:link, section .box-style2.theme-color2 .button2 a:visited {
      border-top: solid 2px #dbe3d4;
      color: #dbe3d4; }
    section .box-style2.theme-color2 .button2 a:hover {
      border-top: solid 2px #212121;
      color: #212121; }
    section .box-style2.theme-color2 .button2:hover {
      border: solid 1px #212121;
      color: #212121; }
      section .box-style2.theme-color2 .button2:hover a {
        border-top: solid 2px #212121;
        color: #212121; }
  section .box-style2.theme-color3 {
    border: solid 1px #3e3e3e; }
    section .box-style2.theme-color3 .box {
      background: #3e3e3e; }
    section .box-style2.theme-color3 .button2 {
      border: solid 1px #3e3e3e;
      color: #3e3e3e; }
    section .box-style2.theme-color3 .button2 a:link, section .box-style2.theme-color3 .button2 a:visited {
      border-top: solid 2px #3e3e3e;
      color: #3e3e3e; }
    section .box-style2.theme-color3 .button2 a:hover {
      border-top: solid 2px #acbf9d;
      color: #acbf9d; }
    section .box-style2.theme-color3 .button2:hover {
      border: solid 1px #acbf9d;
      color: #acbf9d; }
      section .box-style2.theme-color3 .button2:hover a {
        border-top: solid 2px #acbf9d;
        color: #acbf9d; }
  section .box-style2.theme-color4 {
    border: solid 1px #212121; }
    section .box-style2.theme-color4 .box {
      background: #212121; }
    section .box-style2.theme-color4 .button2 {
      border: solid 1px #212121;
      color: #212121; }
    section .box-style2.theme-color4 .button2 a:link, section .box-style2.theme-color4 .button2 a:visited {
      border-top: solid 2px #212121;
      color: #212121; }
    section .box-style2.theme-color4 .button2 a:hover {
      border-top: solid 2px #dbe3d4;
      color: #dbe3d4; }
    section .box-style2.theme-color4 .button2:hover {
      border: solid 1px #dbe3d4;
      color: #dbe3d4; }
      section .box-style2.theme-color4 .button2:hover a {
        border-top: solid 2px #dbe3d4;
        color: #dbe3d4; }
  section .room-box {
    border: solid 1px #acbf9d;
    margin-left: 22%;
    margin-right: 16%;
    height: 500px;
    width: 1165px;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    margin-top: 6vh;
    margin-bottom: 20vh;
    padding: 100px 50px;
    position: relative;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1760px) {
      section .room-box {
        margin-left: 22%;
        margin-right: 8%; } }
    @media only screen and (max-width: 1560px) {
      section .room-box {
        margin-left: 16%;
        margin-right: 8%; } }
    @media only screen and (max-width: 1460px) {
      section .box-style2 .text, section .box-style2.left .text,section .box-style2.right .text{
  top: 50px;
}

      section .room-box {
        margin-left: 8%;
        margin-right: 8%; } }
    @media only screen and (max-width: 1200px) {
      section .room-box {
    width: 65%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
    margin: 0 auto;
    margin-top: 15vh;
    margin-bottom: 5vh;
    float: none;
    display: block;
    position: relative;} 
        section .room-box.right, .right.heading-line {
            float: none;
        }
        .heading-line{
          min-height: 100px;
        }

      }
    @media only screen and (max-width: 970px) {
        section .room-box {
           width: 90%;
             margin: 50px auto;
        }
    }
    @media only screen and (max-width: 550px) {
      section .room-box {
        margin-top: 50px;
        margin-bottom: 50px; } }
    section .room-box .room-carousel {
      position: relative;
      top: -135px;
      right: -85px;
      width: 56%;
      display: inline-block;
      float: right;
      /* Landscape phones and down */ }
      section .room-box .room-carousel .item {
        display: block; }
      section .room-box .room-carousel .slick-list {
        z-index: -1; }
        @media screen and (min-color-index:0) 
        and(-webkit-min-device-pixel-ratio:0) { @media
        {
              section .room-box .room-carousel .slick-list {
                z-index: 0; }
        }}

      section .room-box .room-carousel .custom-paging {
        display: block;
        text-align: center;
        width: 145px;
        background: #ffffff;
        padding: 8px;
        position: absolute;
        bottom: -25px;
        left: 225px;
        right: auto;
        margin: 0 auto; }
        section .room-box .room-carousel .custom-paging li {
          display: none; }
        section .room-box .room-carousel .custom-paging li.slick-active {
          display: block; }
      section .room-box .room-carousel .slick-arrow {
        position: absolute;
        cursor: pointer; }
      section .room-box .room-carousel .slick-arrow.prev {
        bottom: -14px;
        left: 245px;
        position: absolute;
        z-index: 1; }
      section .room-box .room-carousel .slick-arrow.next {
        bottom: -14px;
        left: 340px;
        z-index: 1; }
      @media only screen and (max-width: 1200px) {
        section .room-box .room-carousel {
          width: 120%;
          float: none;
          top: 0;
          right: 0;
          left: 0;
          margin-left: -10%;
          margin-right: 0%;
          margin-top: -35px; }
          section .room-box .room-carousel .custom-paging {
            left: 0px;
            right: 0px;
            width: 28%; }
          section .room-box .room-carousel .slick-arrow.prev {
            bottom: -14px;
            left: 40%;
            position: absolute;
            z-index: 1; }
          section .room-box .room-carousel .slick-arrow.next {
            bottom: -14px;
            left: 58%;
            z-index: 1; } }
    section .room-box .carousel.slick-dotted.slick-slider {
      margin: 0px; }
    section .room-box .info {
      text-align: right;
      display: inline-block;
      width: 44%;
      float: left;
      padding: 0;
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      section .room-box .info .details {
        padding: 30px 0; }
        section .room-box .info .details .inside {
          padding: 15px 0; }
      section .room-box .info h3 {
        position: relative;
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 36px;
        font-weight: bold;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 25px; }
        section .room-box .info h3 .border-half {
          position: absolute;
          right: 0;
          width: 50%;
          top: -10px; }
      section .room-box .info .list {
    height: 165px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
        section .room-box .info .more{
          display: flex;
          align-items: center;
          justify-content: center;
          height: 165px;         
        }
        section .room-box .info .list ul, section .room-box .info .list div {
          display: block;
          border-right: solid 1px #000;
          margin-top: 20px;
          padding-right: 25px; }
        section .room-box .info .list ul li {
          display: block;
          background: url(../img/icons/bullet.svg) no-repeat right 10px;
          padding: 6px 20px;
          background-size: 15px;
          text-align: right; }
      @media only screen and (max-width: 1200px) {
        section .room-box .info .more{
          display: flex;
          align-items: center;
          justify-content: center;
          height: auto;         
        }
              section .room-box .info .list {
                height: auto;
              }
        section .room-box .info {
          width: 100%;
          float: none;
          text-align: center;
          padding: 25px; }
          section .room-box .info h3 .border-half {
            position: absolute;
            right: 0;
            left: 0;
            width: 50%;
            top: -10px;
            margin: 0 auto;
            border-top: solid 3px #212121; } }
      @media only screen and (max-width: 970px) {
        section .room-box .info .list {
          max-height: initial;
          overflow: hidden; }
          section .room-box .info .details{
            padding: 30px 0;
          }
          section .room-box.right .info .details{
            padding: 30px 0;
          }
 section .room-box .info h3{
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
 }
          }
    section .room-box .button2, section .room-box .button2-colored {
      min-width:195px;
      text-align: center;
       }
      @media only screen and (max-width: 750px) {
        section .room-box .info .list {
          max-height: initial;
          overflow: hidden; }
          section .room-box .info .list ul {
            display: block;
            border-right: none;
            border-left: none;
            border-bottom: solid 1px #000;
            padding-right: 0px;
            margin-top: 20px;
            padding-bottom: 25px;
            margin-bottom: 25px; }
            section .room-box .info .list ul li {
              display: block;
              background: url(../img/icons/bullet.svg) no-repeat left 10px;
              background-size:15px; 
              padding: 6px 20px;
              text-align: left; } }
    section .room-box .button2, section .room-box .button2-colored {
      font-size: 13px; }
    section .room-box .button2 {
      margin: 25px 0px; }

    section .room-box .button2-colored {
      margin: 25px; }
    @media only screen and (max-width: 970px) {
      section .room-box .button2, section .room-box .button2-colored {
        font-size: 13px;
        width: 100%; }
      section .room-box .button2-colored, section .room-box .button2 {
        margin: 10px 0; }
        section .room-box .button2-colored a, section .room-box .button2 a {
          padding: 10px; } }
  section .room-box.right {
    float: right; }
    section .room-box.right .room-carousel {
      float: left;
      right: 85px; }
    section .room-box.right .info {
      text-align: left;
      float: right;
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (max-width: 1200px) {
          section .room-box.right {
    float: none; }
        section .room-box.right .info {
          text-align: center; } }
        section .room-box.right .info .details .inside {
          padding: 0; }
      section .room-box.right .info h3 .border-half {
        position: absolute;
        left: 0;
        width: 50%;
        top: -10px; }
      section .room-box.right .info .list {
        float: right; }
        section .room-box.right .info .list ul {
          display: block;
          margin-top: 20px;
          padding-left: 25px;
          padding-right: 0px;
          border-left: solid 1px #000;
          border-right: none; }
        section .room-box.right .info .list ul li {
          display: block;
          background: url(../img/icons/bullet.svg) no-repeat center left;
          padding: 6px 20px;
          background-size:15px; 
          text-align: left; }
      section .room-box.right .info .more {
        float: right; }


     section .room-box .buttons div:first-child{
      margin: 25px 0;
     }
     section .room-box .buttons div:nth-child(2){
      margin: 25px;
     }  

     section .room-box.left .buttons div:first-child{
      margin: 25px;
     }
     section .room-box.left .buttons div:last-child{
      margin: 25px 0;
     } 

      @media only screen and (max-width: 970px) {
         section .room-box.right .info h3 .border-half,section .room-box .info h3 .border-half {
          top: 0px;
         }
        section .room-box.right .info {
          text-align: center;
          float: none; }
          section .room-box.right .info .more {
            float: none; }
          section .room-box.right .info .button2, section .room-box.right .info .button2-colored {
            font-size: 13px;
            width: 100%; }
          section .room-box.right .info .button2-colored, section .room-box.right .info .button2 {
            margin: 10px 0; }
     section .room-box.left .buttons div:first-child, section .room-box.left .buttons div:last-child{
      margin: 10px 0;
     }
            section .room-box.right .info .button2-colored a, section .room-box.right .info .button2 a {
              padding: 10px; } 

            }
      @media only screen and (max-width: 750px) {
        section .room-box.right .info .list {
          float: none; }
          section .room-box.right .info .list ul {
            display: block;
            padding-left: 0px;
            padding-right: 0px;
            border-left: none;
            border-right: none; } }
  section .room-box2 {
    border: solid 1px #acbf9d;
    margin-left: 18%;
    margin-right: 14%;
    min-height: 500px;
    margin-top: 0px;
    margin-bottom: 10vh;
    padding: 25px 50px;
    position: relative;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .room-box2 hr {
      width: 125%;
      left: -45px;
      position: relative; }
    section .room-box2 .tab-content {
      padding-top: 0px; }
    section .room-box2 .nav-tabs > li.active .box {
      top: -60px; }
    section .room-box2 .nav-tabs > li .box {
      top: -40px; }
    section .room-box2 .inside {
      padding: 10px 0; }
    section .room-box2 .tab-content {
      min-height: 240px; 
      padding-bottom: 0;
    }
    section .room-box2 .info1 {
      margin-top: 5px;
      margin-right: 15px;
      width: 90%; }
    section .room-box2 .info2 {
      margin-top: 5px;
      margin-right: 15px;
      width: 90%; }
    section .room-box2 .room-carousel {
      position: relative;
      width: 60%;
      display: inline-block;
      float: right;
      top: -55px;
      right: -85px;
      margin-bottom: -105px; }


@media only screen and (max-width: 750px) {
    section .room-box2 .room-carousel {
      margin-bottom: 0px; }
      section .room-box2 .info{
        margin-top: 0px; 
      }  
}

      section .room-box2 .room-carousel .item {
        display: block; }
      section .room-box2 .room-carousel .slick-list {
        z-index: -1; }
      section .room-box2 .room-carousel .custom-paging {
        display: block;
        text-align: center;
        width: 145px;
        background: #ffffff;
        padding: 5px;
        position: absolute;
        bottom: -30px;
        left: 300px;
        right: auto;
        margin: 0 auto; }
        section .room-box2 .room-carousel .custom-paging li {
          display: none; }
        section .room-box2 .room-carousel .custom-paging li.slick-active {
          display: block; }
      section .room-box2 .room-carousel .slick-arrow {
        position: absolute;
        cursor: pointer; }
      section .room-box2 .room-carousel .slick-arrow.prev {
        bottom: -20px;
        left: 315px;
        position: absolute;
        z-index: 1; }
      section .room-box2 .room-carousel .slick-arrow.next {
        bottom: -20px;
        left: 415px;
        z-index: 1; }
    section .room-box2 .carousel.slick-dotted.slick-slider {
      margin: 0px; }
    section .room-box2 .info {
      text-align: left;
      width: 40%;
      float: left; }
      section .room-box2 .info .details {
        padding: 10px 0; }
        section .room-box2 .info .details .inside {
          padding: 15px 0; }
      section .room-box2 .info .icon-bed::before, section .room-box2 .info .icon-floorplan::before {
        float: left;
        margin-right: 10px; }
      section .room-box2 .info h3 {
        position: relative;
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 36px;
        font-weight: bold;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 40px; }
        section .room-box2 .info h3 .border-half {
          position: absolute;
          right: 0;
          width: 50%;
          top: -10px; }
      section .room-box2 .info .list ul {
        border-left: solid 1px #000;
        padding-left: 25px; 
        margin-top: 20px;
        display: block;
        column-count: 2;
        column-gap: 0;     
      }
      section .room-box2 .info .list ul li {
        display: block;
        background: url(../img/icons/bullet.svg) no-repeat left 10px;
        padding: 5px 20px;
        background-size:15px; 
        text-align: left;
  }
    section .room-box2 .button2, section .room-box2 .button2-colored {
      font-size: 13px; }
    section .room-box2 .button2-colored {
      margin: 25px 25px; }
    @media only screen and (max-width: 1760px) {
      section .room-box2 {
        margin-left: 14%;
        margin-right: 10%; } }
    @media only screen and (max-width: 1560px) {
      section .room-box2 {
        margin-left: 5%;
        margin-right: 2%; } }
    @media only screen and (max-width: 1460px) {
      section .room-box2 {
        margin-left: 2%;
        margin-right: 0; } }
        @media only screen and (max-width: 1200px) {
          section .room-box2 .info{
            margin-top: 100px;
          }

        }
      @media only screen and (max-width: 550px) {
        section .room-box2 .info .list ul {
          display: block;
          column-count: 1;
          column-gap: 0;     
        }
          section .room-box2 .info{
            margin-top: 0px;
          }
      }
    @media only screen and (max-width: 1200px) {
      section .room-box2 {
        margin-bottom: 50px;
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0;
        float: none;
        /* Landscape phones and down */
        /* Landscape phones and down */ }
        section .room-box2 .more {
          position: relative;
          bottom: 10px;
          padding: 10px; }
        section .room-box2 hr {
          width: 100%;
          left: 0;
          position: relative; }
        section .room-box2 .tab-content {
          min-height: initial;
          padding: 0px; }
        section .room-box2 .nav-tabs > li .box {
          left: 40%; }
        section .room-box2 .room-carousel {
          width: 120%;
          float: none;
          top: 0;
          right: 0;
          left: 0;
          margin-left: -10%;
          margin-right: 0%;
          margin-top: -35px; }
          section .room-box2 .room-carousel .custom-paging {
            left: 0px;
            right: 0px;
            width: 30%;
            top: 0;
            height: 35px; 
          }
          section .room-box2 .room-carousel .slick-arrow.prev {
            top: 10px;
            height: 35px;
            left: 40%;
            position: absolute;
            z-index: 99; }
          section .room-box2 .room-carousel .slick-arrow.next {
    top: 10px;
    left: 59%;
    height: 35px;
    z-index: 99; }
        section .room-box2 .info {
          width: 100%;
          float: none;
          text-align: center;
          padding: 0px 80px; }
          section .room-box2 .info .icon-bed::before, section .room-box2 .info .icon-floorplan::before {
            float: left;
            margin-right: 0px; }
          section .room-box2 .info .info1, section .room-box2 .info .info2 {
            width: 200px;
            height: auto;
            margin: 0 25%; }
          section .room-box2 .info h3 .border-half {
            position: absolute;
            right: 0;
            left: 0;
            width: 50%;
            top: -10px;
            margin: 0 auto;
            border-top: solid 3px #212121; }
          section .room-box2 .info .list ul {
            border: none;
            text-align: center; }
            section .room-box2 .info .list ul li {
              display: block;
              background: url(../img/icons/bullet.svg) no-repeat center left;
              padding: 6px 20px;
              background-size:15px; 
              text-align: left; } }
  @media only screen and (max-width: 1200px) and (max-width: 970px) {
    section .room-box2 .nav-tabs > li .box {
      left: 28%;
      top: -25px; }
    section .room-box2 .nav-tabs > li.active .box {
      left: 25%;
      top: -40px; }
    section .room-box2 .info {
      width: 100%;
      float: none;
      text-align: center;
      padding: 0px 20px; } }
  @media only screen and (max-width: 1200px) and (max-width: 750px) {
    section .room-box2 .info .icon-bed::before, section .room-box2 .info .icon-floorplan::before {
      float: none !important; }
    section .room-box2 .info .info1, section .room-box2 .info .info2 {
      width: auto;
      height: auto; 
      margin: 0 5%;
    }
    section .room-box2 .room-carousel {
      width: 120%;
      float: none;
      top: 0;
      right: 0;
      left: 0;
      margin-left: -10%;
      margin-right: 0%;
      margin-top: -35px; }
      section .room-box2 .room-carousel .custom-paging {
        left: 0px;
        right: 0px;
        width: 30%;
        top: 0;
        height: 35px; }
          section .room-box2 .room-carousel .custom-paging {
            left: 0px;
            right: 0px;
            width: 30%;
            top: 0;
            height: 35px; 
          }
          section .room-box2 .room-carousel .slick-arrow.prev {
            top: 10px;
            height: 35px;
            left: 40%;
            position: absolute;
            z-index: 99; }}
  section .room-box2.right {
    float: none; }
    section .room-box2.right .room-carousel {
      float: left;
      right: 80px; }
    section .room-box2.right .info {
      text-align: left;
      float: right; }
      section .room-box2.right .info .details {
        padding: 30px 0; }
        section .room-box2.right .info .details .inside {
          padding: 15px 0; }
      section .room-box2.right .info h3 .border-half {
        position: absolute;
        left: 0;
        width: 50%;
        top: -10px; }
      section .room-box2.right .info .list {
        float: right; }
        section .room-box2.right .info .list ul {
          display: block;
          padding-left: 10px;
          padding-right: 0px;
          border-left: solid 1px #000;
          border-right: none; }
        section .room-box2.right .info .list ul li {
          display: block;
          background: url(../img/icons/bullet.svg) no-repeat center left;
          padding: 6px 20px;
          background-size:15px; 
          text-align: center; }
      section .room-box2.right .info .more {
        float: left; }
      section .room-box2.right .info .button2-colored {
        margin: 25px 0; }
      section .room-box2.right .info .button2 {
        margin: 25px; }
  section .border-box {
    border: solid 1px #acbf9d;
    max-width: 980px;
    min-height: 420px;
    margin: 0 auto;
    padding: 40px 140px;
    position: relative;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    section .border-box .box {
      width: 215px;
      height: 125%;
      position: absolute;
      left: 0;
      display: block;
      background: #dbe3d4;
      top: -10vh;
      z-index: -1;
      left: 60px; }
    section .border-box h2 {
      max-width: 500px; }
    section .border-box p {
      padding: 5px 0; }


 @media only screen and (max-width: 1200px) {
        section .border-box .box {
          height: 110%;
          top: -5%;
        }
 }

    @media only screen and (max-width: 970px) {
      section .border-box {
        margin: 0 2%;
        padding: 50px 10%;
        text-align: center; }
        section .border-box .box {
          width: 260px;
          height: 160px;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -45px; } }
    @media only screen and (max-width: 550px) {
      section .border-box {
        padding: 40px 10%; }
        section .border-box .box {
          top: -45px;
          width: 100px;
          height: 180px; } }

section.main-wrapper {
  position: relative;
  margin: 0 6%;
  padding: 0px;
  margin-bottom: 15vh;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .offers section.main-wrapper{
  margin-bottom: 15vh;
}
 @media only screen and (max-width: 1200px) {
  .offers section.main-wrapper{
    margin-bottom: 5vh;
  }
}
  section.main-wrapper .caption {
    position: absolute;
    max-width: 510px;
    padding: 50px;
    padding-right: 0px;
    margin: 0 auto;
    right: -50px;
    top: 48vh;
    max-width: 525px;
    z-index: 1;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 3vw;
    line-height: 8vh;
    display: none;
    word-break: break-word;
    z-index: 2; }
    .offers section.main-wrapper .caption{
      width: 100%;
      top: 10vh;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align:center;
    }

 .offers section.main-wrapper .caption h1{
  color: #fff!important;
 }


    section.main-wrapper .caption h1 {
      text-align: right; }

  section.main-wrapper .fotorama__caption {
    position: relative;
    max-width: 510px;
    padding: 50px;
    padding-right: 0px;
    margin: 0 auto;
    left: -4vw;
    top: 44vh;
    max-width: 50%;
    z-index: 1;
    text-align: right;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 3vw;
    line-height: 8vh;
    word-break: break-word;
    z-index: 2;
    float: right;
  }
    section.main-wrapper .fotorama__caption .fotorama__caption__wrap {
      text-align: right;
      background-color: none!important;
      background:none!important;
    }
 @media only screen and (max-width: 1200px) {
  section.main-wrapper .caption {
    top:40vh;
    font-size: 4vw;
  }

 }
  @media only screen and (max-width: 970px) {
    section.main-wrapper {
      margin: 0 auto;
      margin-bottom: 50px;
      overflow: hidden; }
      .offers section.main-wrapper{
      margin-bottom: 50px;
}
    .offers section.main-wrapper .caption{
      top: 18vh;
    }
      section.main-wrapper .caption,section.main-wrapper .fotorama__caption {
        text-align: center;
        top: 50%;
        bottom: 0px;
        height: 45vh;
        margin: 0px;
        left: 50%;
        padding: 60px;
        padding-right: 100px;
        text-align: center;
        background: #3e3e3e; }
        section.main-wrapper .caption h1, section.main-wrapper .fotorama__caption__wrap{
          font-size: 40px;
          display: block;
          position: relative;
          width: 150%;
          word-break: break-word;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: right;
          position: relative;
          top: 50%;
          left: 25%;
          transform: translate(-50%, -50%); } }
  @media only screen and (max-width: 550px) {
    section.main-wrapper {
      margin: 0 auto;
      margin-bottom: 25px; }
      section.main-wrapper .caption, section.main-wrapper .fotorama__caption {
    top: 60%;
    bottom: 0px;
    height: 32vh;
    margin: 0px;
    left: 50%;
    padding: 10%;
    text-align: center;
    background: #3e3e3e;
    font-size: 22px;
    line-height: 26px;
    width: 55%;
    max-width: initial;
    word-break: normal;
     }
    .offers section.main-wrapper .caption{
      top: 15vh;
    }
     section.main-wrapper .caption h1{
          line-height: 35px;
          font-size: 30px;
          top: 50%;
          left: 0;
          right:0;
          width: 205%;
     }
     section.main-wrapper .fotorama__caption__wrap{
          line-height: 50px;
          font-size: 30px;
          top: 50%;
          left: 0;
          right:0;
          transform: translate(0, 0)!important;  
          transform: initial!important;
     }
      .contact section.main-wrapper .caption {
        
        text-align: center;
        top: 50%;
      }
        section.main-wrapper .caption h1 {
          display: block;
          font-size:24px;

           } }

.gallery section.main-wrapper h1{
  color:#000; }
  @media only screen and (max-width: 970px) {
    .gallery section.main-wrapper .caption {
      display: none !important; } }

.home section.main-wrapper {
  overflow: visible;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .home section.main-wrapper .caption, section.main-wrapper .fotorama__caption{
      right: auto;
      text-align: center;
      top: 0;
      font-size: 40px;
      line-height: 56px;
      max-width: 100%;
      width: 50%;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      padding: 0%;
      background: none; }
      .home section.main-wrapper .caption h1 {
        text-align: center;
        font-size: 40px;
        line-height: 56px; } 

        section.main-wrapper .fotorama__caption__wrap{
          width: 100%;
          left:0;
        }
      }


  @media only screen and (max-width: 550px) {
    .home section.main-wrapper .caption, section.main-wrapper .fotorama__caption {
      font-size: 20px;
      line-height: 30px;
      background: none;
      width: 100%;
      text-align: center;
}
section.main-wrapper .fotorama__caption .fotorama__caption__wrap{
  text-align: center;
}
      .home section.main-wrapper .caption h1 {
        font-size: 20px;
        line-height: 36px; } }
.offers section.main-wrapper {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 970px) {
    .offers section.main-wrapper .caption {
      right: auto;
      text-align: center;
      top: 0px;
      font-size: 40px;
      line-height: 56px;
      width: 100%;
      padding: 0px;
      margin: 0 auto;
      height: auto;
      left: 0px;
      right: 0px;
      height: 0;
      background: none; }
      .offers section.main-wrapper .caption h1 {
        text-align: center;
        font-size: 40px;
        line-height: 60px;
        top: 18vh;
        left: 0px;
        width: 100%;
        transform: translateY(0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media only screen and (max-width: 550px) {
    .offers section.main-wrapper .caption {
      top: 20px;
      font-size: 20px;
      line-height: 30px;
      background: none;
      height: 0; }
      .offers section.main-wrapper .caption h1 {
        font-size: 30px;
        line-height: 40px;
        top: 15vh;
        left: 0px;
        width: 100%;
        transform: translateY(0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.thank-you section.main-wrapper {
  margin-bottom: 140px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .thank-you section.main-wrapper .caption {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    border: solid 140px rgba(172, 191, 157, 0.75);
    padding: 200px 25px;
    height: 100%; }
    .thank-you section.main-wrapper .caption p {
      padding: 0 10%; }
    .thank-you section.main-wrapper .caption h1 {
      font-size: 40px;
      line-height: 36px;
      text-align: center; }
  @media only screen and (max-width: 970px) {
    .thank-you section.main-wrapper .caption {
      right: auto;
      text-align: center;
      border: solid 70px rgba(172, 191, 157, 0.75);
      background: none;
      padding: 200px 25px;
      text-align: center;
      width: 100%;
      height: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 550px) {
    .thank-you section.main-wrapper .caption {
      font-size: 15px;
      line-height: 20px;
      border: solid 35px rgba(172, 191, 157, 0.75);
      padding: 50px;
      background: none; }
      .thank-you section.main-wrapper .caption h1 {
        font-size: 24px;
        line-height: 36px; } }
.error section.main-wrapper {
  margin-bottom: 140px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .error section.main-wrapper .caption {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 200px 250px;
    height: 100%; }
    .error section.main-wrapper .caption p {
      padding: 0 10%; }
    .error section.main-wrapper .caption h1 {
      font-size: 40px;
      line-height: 46px;
      font-weight: 300;
      text-align: center; }
    .error section.main-wrapper .caption .button2 {
      margin: 50px 0;
      border: solid 1px #ffffff;
      padding: 0 25px; }
      .error section.main-wrapper .caption .button2 a:link, .error section.main-wrapper .caption .button2 a:visited {
        border-top: solid 2px #ffffff;
        display: block;
        color: #ffffff;
        padding: 8px; }
      .error section.main-wrapper .caption .button2 a:hover {
        border-top: solid 2px #acbf9d;
        color: #acbf9d;
        padding: 8px; }
    .error section.main-wrapper .caption .button2:hover {
      border: solid 1px #acbf9d; }
      .error section.main-wrapper .caption .button2:hover a {
        border-top: solid 2px #acbf9d;
        color: #acbf9d;
        padding: 8px; }
  .error section.main-wrapper .error-number {
    position: absolute;
    right: 0;
    bottom: -100px;
    right: -111px; }
  @media only screen and (max-width: 970px) {
    .error section.main-wrapper .caption {
      right: auto;
      text-align: center;
      background: none;
      padding: 200px 25px;
      text-align: center;
      width: 100%;
      height: 100%;
      max-width: 100%; }
    .error section.main-wrapper .error-number {
      right: 0px; } }
  @media only screen and (max-width: 550px) {
    .error section.main-wrapper .caption {
      font-size: 15px;
      line-height: 20px;
      padding: 50px;
      background: none; }
      .error section.main-wrapper .caption h1 {
        font-size: 24px;
        line-height: 36px; } }

/* Landscape phones and down */
@media only screen and (max-width: 970px) {
  .accommodation, .accommodation-rooms, .general {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; } 
  .accommodation-rooms{
    padding: 25px 0;
  }
}
section.accommodation-teasers .carousel.box-style2 {
    margin-left: 2.5vh;
    margin-right: 2.5vh;
    padding-top: 2.5vh;
    height: 470px;
    float: none;
    width: auto;
    margin: 5vh 10vw;
    margin-bottom: 20vh;
}
  section.accommodation-teasers .carousel.box-style2 .box {
    height: 100%;
    width: 26.6%; }

section.accommodation-teasers .teasers {
  padding-left: 2%;
  padding-right: 6%; }

section.accommodation-teasers .carousel.box-style2 .teasers{
  width: 98%;
}
section.accommodation-teasers .box-style2 .arrow-left {
    left: -12%;
    position: absolute;
    top: 30%;
    cursor: pointer;
     }

section.accommodation-teasers .box-style2 .arrow-right {
    right: -10%;
    position: absolute;
    top: 30%;
    cursor: pointer;}
@media only screen and (max-width: 1560px) {
section.accommodation-teasers .box-style2 .teasers{
  width: 100%;
}  
section.accommodation-teasers .box-style2 .arrow-left {
    left: -12%;
    position: absolute;
    top: 30%;
    cursor: pointer;
     }

section.accommodation-teasers .box-style2 .arrow-right {
    right: -12%;
    position: absolute;
    top: 30%;
    cursor: pointer; }


}
@media only screen and (max-width: 1200px) {
  section.accommodation-teasers .carousel.box-style2{
    border: none!important;
    margin-bottom: 12vh;
  }
  section.accommodation-teasers .carousel.box-style2 .box{
    display: none!important;
  }

}
/* Landscape phones and down */
@media only screen and (max-width: 970px) {
  section.accommodation-teasers .teasers {
    padding-right: 0 !important; }
  section.accommodation-teasers .box-style2 .arrow-left {
    right: 0;
    left: 30%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    top: 100%; }
  section.accommodation-teasers .box-style2 .arrow-right {
    right: 0;
    left: 60%;
    position: relative;
    top: 50px;
    cursor: pointer; } 
    section.accommodation-teasers .carousel.box-style2{
      margin: 2vh 10vw;
      margin-bottom: 8vh;
      border: none!important;      
    }
  }

/* Landscape phones and down */
@media only screen and (max-width: 550px) {
  section.accommodation-teasers .box-style2 .arrow-left {
    right: 0;
    left: 30%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    top: 91.5%; }
  section.accommodation-teasers .box-style2 .arrow-right {
    right: 0;
    left: 60%;
    position: relative;
    top: 10px;
    cursor: pointer; } 

section.accommodation-teasers .carousel.box-style2 {
    margin-left: 2.5vh;
    margin-right: 2.5vh;
    padding-top: 0vh;
    height: 400px;
    float: none;
    width: auto;
    margin: 1vh 5vw;
    margin-bottom: 100px;
}
section.accommodation-teasers .carousel.box-style2 .teasers .teaser{
  max-height: 400px;
}
section.accommodation-teasers{
  margin: 0;
  padding: 0;
}
.accommodation-rooms{
  padding-bottom: 0;
}
  }

section.accommodation-teasers .box-style2 .teasers .teaser:hover .info {
  height: 50%; }

section.accommodation-teasers {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  section.accommodation-teasers .carousel {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center; }
  section.accommodation-teasers .arrow-left {
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 2;
    left: -3.5%;
  }
  section.accommodation-teasers .arrow-right {
    right: -3.5%;
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 2;
  }
  @media only screen and (max-width: 1560px) {
    section.accommodation-teasers .arrow-left {
    left: -3.5%;
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 2; }
    section.accommodation-teasers .arrow-left:before{
      font-size: 34px;
    }
    section.accommodation-teasers .arrow-right:before{
      font-size: 34px;
    }
    section.accommodation-teasers .arrow-right {
    right: -5%;
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 2;} }
  @media only screen and (max-width: 970px) {
    section.accommodation-teasers .arrow-left {
      right: 0;
      left: 35%;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      top: 93%; z-index: 2;}
    section.accommodation-teasers .arrow-right {
    right: 0;
    left: 58%;
    position: relative;
    top: 18px;
    cursor: pointer;
    z-index: 2; } }

  @media only screen and (max-width: 750px) {
  section.accommodation-teasers .carousel {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center; }
    section.accommodation-teasers .arrow-left {
      right: 0;
      left: 30vw;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      top: 94%; }
    section.accommodation-teasers .arrow-right {
      right: 0;
      left: 60vw;
      position: relative;
      top: 18px;
      cursor: pointer; } }
  @media only screen and (max-width: 550px) {
    section.accommodation-teasers .arrow-left {
      right: 0;
      left: 25%;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      top: 94%; }
    section.accommodation-teasers .arrow-right {
      right: 0;
      left: 64%;
      position: relative;
      top: 18px;
      cursor: pointer; } }
  @media only screen and (max-width: 399px) {
    section.accommodation-teasers .arrow-left {
      right: 0;
      left: 25%;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      top: 94%; }
    section.accommodation-teasers .arrow-right {
      right: 0;
      left: 64%;
      position: relative;
      top: 18px;
      cursor: pointer; } }
  section.accommodation-teasers .teasers {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    max-height: 765px !important;
    display: inline-block;
    float: none;
    margin: 2vh auto;
    position: relative; 
  }
    section.accommodation-teasers .teasers .teaser {
      display: inline-block;
      float: left;
      position: relative;
      padding-top: 25px; }
      section.accommodation-teasers .teasers .teaser .info {
        position: absolute;
        bottom: 0px;
        height: 30%;
        width: 100%;
        color: #fff;
        font-family: "Roboto Slab", serif;
        font-size: 12px;
        line-height: 14px;
        padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

         }
        section.accommodation-teasers .teasers .teaser .info h3 {
          font-size: 20px;
          color: #ffffff;
          padding: 5px;
          margin-right: 0;
          padding-bottom: 20px;
          line-height: 30px;
          border-bottom: solid 2px transparent;
          -webkit-transition: border 0.5s ease;
          -moz-transition: border 0.5s ease;
          -o-transition: border 0.5s ease;
          -ms-transition: border 0.5s ease;
          transition: border 0.5s ease; }
          @media only screen and (max-width: 1540px) {
               section.accommodation-teasers .teasers .teaser .info h3 {
                   font-size: 16px;
                  color: #ffffff;
                  padding: 5px;
                  margin-right: 0;
                  padding-bottom: 20px;
                  line-height: 24px;               
               }       
          }
        section.accommodation-teasers .teasers .teaser .info .button2 {
          font-size: 10px;
          padding: 0 10px;
          clear: both;
          float: left;
          display: block; }
        @media only screen and (max-width: 1540px) {
          section.accommodation-teasers .teasers .teaser .info .button2 {
            font-size: 8px;
            padding: 0 5px;
            clear: both;
            float: left;
            display: block; }
          section.accommodation-teasers .teasers .teaser .info p{
            font-size: 10px;
          }
section.accommodation-teasers .teasers {
    width: 90%;
  }


        }


        section.accommodation-teasers .teasers .teaser .info .row {
          padding: 25px 0;
          display: none;
          -webkit-transition: all 0.75s ease;
          -moz-transition: all 0.75s ease;
          -o-transition: all 0.75s ease;
          -ms-transition: all 0.75s ease;
          transition: all 0.75s ease; }
    section.accommodation-teasers .teasers .teaser:hover {
      z-index: 2;
      cursor:pointer;
      -webkit-transition: all 0.75s ease-out;
      -webkit-transform: scale(1.05);
      -ms-transition: all 0.75s ease-out;
      -ms-transform: scale(1.05);
      -moz-transition: all 0.75s ease-out;
      -moz-transform: scale(1.05);
      transition: all 0.75s ease-out;
      transform: scale(1.05); }
      section.accommodation-teasers .teasers .teaser:hover .info {
        height: 50%;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        transition: all 0.75s ease; }
    section.accommodation-teasers .teasers .teaser:hover > .info .row {
      display: block;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease; }
    section.accommodation-teasers .teasers .teaser:nth-child(odd) .info {
      background: rgba(62, 62, 62, 0.85); }
    section.accommodation-teasers .teasers .teaser:nth-child(even) .info {
      background: rgba(172, 191, 157, 0.85); }
    section.accommodation-teasers .teasers .teaser:nth-child(odd):hover .info h3 {
      border-bottom: solid 2px #acbf9d; }
    section.accommodation-teasers .teasers .teaser:nth-child(odd):hover .info .button2 {
      border: solid 1px #acbf9d; }
      section.accommodation-teasers .teasers .teaser:nth-child(odd):hover .info .button2 a:hover {
        border-top: solid 2px #ffffff;
        color: #ffffff; }
    section.accommodation-teasers .teasers .teaser:nth-child(odd):hover .info .button2:hover {
      border: solid 1px #ffffff; }
    section.accommodation-teasers .teasers .teaser:nth-child(even):hover .info h3 {
      border-bottom: solid 2px #3e3e3e; }
    section.accommodation-teasers .teasers .teaser:nth-child(even):hover .info .button2 {
      border: solid 1px #3e3e3e; }
      section.accommodation-teasers .teasers .teaser:nth-child(even):hover .info .button2 a:hover {
        border-top: solid 2px #ffffff;
        color: #ffffff; }
@media only screen and (max-width: 1540px) {
      section.accommodation-teasers .teasers .teaser:hover .info {
        height: 40%;
      }
}
@media only screen and (max-width: 1200px) {
section.accommodation-teasers .teasers .teaser:hover .info{
  height: 40%;
}
  section.accommodation-teasers .teasers .teaser .info {
    height: 40%;
    text-align: center;
    padding: 15px; }
  section.accommodation-teasers .teasers .teaser .info h3 {
    margin-right: 0px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    min-height: 80px; }
  section.accommodation-teasers .teasers .teaser > .info .row {
    padding: 5px 0; }
  section.accommodation-teasers .teasers .teaser .info .button2 {
    margin: 5px 0; }
  section.accommodation-teasers .teasers .teaser .button2 {
    float: none;
    width: 100%; }
  section.accommodation-teasers .teasers .teaser p, section.accommodation-teasers .teasers .teaser .info1, section.accommodation-teasers .teasers .teaser .info2 {
    display: none; }
  section.accommodation-teasers .teasers .teaser {
    padding: 0px;
    overflow: hidden; }
  section.accommodation-teasers .teasers .teaser:hover {
    z-index: 2;
    transition: none;
    transform: none; }
    section.accommodation-teasers .teasers .teaser:hover .info {
      height: 40% !important;
      transition: none;
      transform: none; }
  section.accommodation-teasers .teasers .teaser > .info .row {
    display: block; }
  section.accommodation-teasers .teasers .teaser:hover > .info .row {
    display: block;
    transition: none;
    transform: none; }
  section.accommodation-teasers .teasers .teaser:nth-child(odd) .info h3 {
    border-bottom: solid 2px #acbf9d; }
  section.accommodation-teasers .teasers .teaser:nth-child(odd) .info .button2 {
    border: solid 1px #acbf9d; }
    section.accommodation-teasers .teasers .teaser:nth-child(odd) .info .button2 a:link, section.accommodation-teasers .teasers .teaser:nth-child(odd) .info .button2 a:visited {
      border-top: solid 2px #fff!important;
      color: #fff!important;
      display: block;
      padding: 8px; }
    section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:link, section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:visited {
      border-top: solid 2px #fff!important;
      color: #fff!important;
      display: block;
      padding: 8px; }
    section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:link, section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:visited {
      border-top: solid 2px #fff!important;
      color: #fff!important;
      display: block;
      padding: 8px; }
    section.accommodation-teasers .teasers .teaser:nth-child(odd) .info .button2 a:hover {
      border-top: solid 2px #ffffff!important;
      color: #ffffff!important; }
  section.accommodation-teasers .teasers .teaser:nth-child(odd) .info .button2:hover {
    border: solid 1px #ffffff; }
  section.accommodation-teasers .teasers .teaser:nth-child(even) .info h3 {
    border-bottom: solid 2px #3e3e3e; }
  section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 {
    border: solid 1px #3e3e3e; }
    section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:link, section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:visited {
      border-top: solid 2px #3e3e3e;
      display: block;
      padding: 8px;
      color: #3e3e3e; }
    section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2 a:hover {
      border-top: solid 2px #ffffff;
      color: #ffffff; }
  section.accommodation-teasers .teasers .teaser:nth-child(even) .info .button2:hover {
    border: solid 1px #ffffff; } }

@media only screen and (max-width: 640px) {
section.accommodation-teasers .teasers {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    max-height: 765px !important;
    display: inline-block;
    float: none;
    margin: 2vh auto;
    position: relative; 
  }
  section.accommodation-teasers .teasers .teaser {
    min-height: 290px; 
    width: 260px;
  }

section.accommodation-teasers .teasers .teaser > .info .row {
  width: 75%;
}
  section.accommodation-teasers .teasers .teaser .info {
    height: 40%;
    padding: 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  section.accommodation-teasers .teasers .teaser .info h3 {
    margin-right: 0px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    min-height: 80px; 
width: 75%;
  }
  section.accommodation-teasers .teasers .teaser .info > .row div:first-child{
    display: none;
  }
  section.accommodation-teasers .teasers .teaser:hover .info {
    height: 40% !important; }
  section.accommodation-teasers .carousel.box-style2 .teasers .teaser .info {
    height: 40%; }
  section.accommodation-teasers .carousel.box-style2 .teasers .teaser:hover .info {
    height: 40% !important; } }

@media only screen and (max-width: 400px) {
  section.accommodation-teasers .teasers .teaser {
    min-height: 290px; 
    width: 240px;
  }
  section.accommodation-teasers .teasers .teaser .info {
    height: 40%; }
  section.accommodation-teasers .teasers .teaser:hover .info {
    height: 40% !important; }
  section.accommodation-teasers .carousel.box-style2 .teasers .teaser {
    min-height: 380px; }
  section.accommodation-teasers .carousel.box-style2 .teasers .teaser .info {
    height: 40%;
    padding: 10px; }
  section.accommodation-teasers .carousel.box-style2 .teasers .teaser:hover .info {
    height: 40% !important;
    padding: 10px; } }
section.offers {
  background: url(../img/offers_bg.png) repeat center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  text-align: center;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  section.offers .heading-line h2 {
    color: #ffffff;
    padding: 0px;
    display: block; }
  section.offers .heading-line:before {
    background-color: #acbf9d; }
  section.offers .border-half {
    border-top: solid 6px #acbf9d; }
  section.offers .button2 {
    border: solid 1px #acbf9d; }
    section.offers .button2 a:link, section.offers .button2 a:visited {
      border-top: solid 2px #acbf9d; }
    section.offers .button2 a:hover {
      border-top: solid 2px #ffffff;
      color: #ffffff; }
  section.offers .button2:hover {
    border: solid 1px #ffffff; }
  section.offers .teasers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px; }
  section.offers p{
   color: #fff; 
   padding: 0;
   width: 100%;
 }
  section.offers .offer {
    height: 300px;
    max-width: 325px;
       margin: 0 35px;
    margin-bottom: 65px;
    border: solid 1px #acbf9d; }
    section.offers .offer .number {
      font-family: "Roboto Slab", serif;
      font-size: 70px;
      font-weight: 500;
      color: #ffffff;
      position: absolute;
      left: 5px;
      top: -15px; }
    section.offers .offer .line {
      width: 10px;
      height: 220px;
      display: block;
      position: absolute;
      left: -11px;
      top: 15%;
      background: #acbf9d; }
    section.offers .offer .top {
      height: 150px;
      background: #ffffff; }
      section.offers .offer .top h3 {
        color: #000000;
        padding: 55px 45px;
        font-size: 20px;
        line-height: 25px; }
    section.offers .offer .bottom {
    height: 155px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
     }
     section.offers .offer .bottom .summary{
      min-height: 50px;
      padding: 5px;      
      line-height: 20px;
      width: 100%;
     }
     .button2.big{
        padding: 0 25px;
     }
     .button2{
        font-size: 13px;
     }
      section.offers .offer .bottom .button2 {
        font-size: 13px;
        float: none;
        margin: 20px 5px;
        padding: 0 10px; }
  section.offers .offer:nth-child(3n) {
    margin-right: 0px; }
  @media only screen and (max-width: 1200px) {
    section.offers {
      background-size: 2000px;
      padding: 50px 0; }
      section.offers .teasers {
        display: block;
        padding-top: 85px; }
      section.offers .offer {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      section.offers .offer:nth-child(3n) {
        margin-right: auto; } 
        section.offers .offer .number {
          left: 0px;
          right: 0px; } 

      }
  @media only screen and (max-width: 970px) {
    section.offers {
      background-size: 2000px;
      padding: 50px 0; }
      section.offers .teasers {
        padding-top: 50px; }
      section.offers .offer {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px; }
        section.offers .offer .line {
    height: 80%;
    top: 10%; }
        section.offers .offer .top {
          height: auto; }
          section.offers .offer .top h3 {
            padding: 35px; }
        section.offers .offer .bottom {
          height: auto; }
        section.offers .offer .number {
          left: 0px;
          right: 0px; } }
  @media only screen and (max-width: 550px) {
        section.offers .teasers {
        padding-top: 0px; }
    section.offers {
      padding: 25px 0; }
      section.offers .offer {
        max-width: 250px;
        margin-top: 45px;
        margin-bottom: 50px; }
        section.offers .offer .top {
          padding: 0px;
          height: 80px;
          background: #ffffff; }
          section.offers .offer .top h3 {
            font-size: 16px;
            padding: 20px; }
        section.offers .offer .bottom {
          font-size: 13px; }
          section.offers .offer .bottom .button2 {
            float: none;
            margin: 10px 0; }
          section.offers .offer .bottom .button2:nth-child(2n) {
            float: none; }
        section.offers .offer .number {
          left: 0px;
          right: 0px;
          font-size: 40px; } }

section.offers:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px; }

section.offers-list {
  padding-top:0;
  text-align: center;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  section.offers-list .teasers {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto; }
  section.offers-list .offer {
    height: 315px;
    max-width: 325px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 65px;
    margin-top: 65px;
    border: solid 1px #3e3e3e; }
    section.offers-list .offer .number {
      font-family: "Roboto Slab", serif;
      font-size: 70px;
      font-weight: 500;
      color: #3e3e3e;
      position: absolute;
      left: 5px;
      top: -15px; }
    section.offers-list .offer .line {
      width: 10px;
      height: 220px;
      display: block;
      position: absolute;
      left: -10px;
      top: 15%;
      background: #acbf9d; }
    section.offers-list .offer .top {
      height: 150px;
      background: #3e3e3e; }
      section.offers-list .offer .top h3 {
        color: #ffffff;
        padding: 55px 45px;
        font-size: 20px;
        line-height: 25px; }
    section.offers-list .offer .bottom {
      height: 155px;
      font-size: 14px;
      line-height: 22px;
      padding: 10px;
      font-weight: 300;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    section.offers-list .offer .bottom .summary{
      padding: 5px;
      min-height: 50px;
      line-height: 20px;
      width: 100%;
    }
    section.offers-list .offer .bottom p{
      padding: 0;
    }
      section.offers-list .offer .bottom .button2 {
        font-size: 13px;
        float: none;
        margin: 15px 5px;
        padding: 0 10px; }
    }
  @media only screen and (max-width: 1760px) {
    section.offers-list .offer {
      margin-left: 2%;
      margin-right: 2%; } }
  @media only screen and (max-width: 1200px) {
    section.offers-list {
      background-size: 2000px;
      padding: 50px 0; }
      section.offers-list .teasers {
        padding-top: 65px; }
      section.offers-list .offer {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      section.offers-list .offer:nth-child(3n) {
        margin-right: auto; } }
  @media only screen and (max-width: 970px) {
    section.offers-list {
      background-size: 2000px;
      padding: 0; }
      section.offers-list .teasers {
        padding-top: 65px; }
      section.offers-list .offer {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px; }
        section.offers-list .offer .line {
          height: 150px;
          top: 20%; }
        section.offers-list .offer .top {
          height: auto; }
          section.offers-list .offer .top h3 {
            padding: 35px; }
        section.offers-list .offer .bottom {
          height: auto; }
        section.offers-list .offer .number {
          left: 0px;
          right: 0px; } }
  @media only screen and (max-width: 550px) {
    section.offers-list {
      padding: 25px 0; }
      section.offers-list .offer {
        max-width: 250px;
        margin-top: 25px;
        margin-bottom: 50px; }
        section.offers-list .offer .top {
          padding: 0px;
          height: 80px;
          background: #3e3e3e; }
          section.offers-list .offer .top h3 {
            font-size: 16px;
            padding: 20px; }
        section.offers-list .offer .bottom {
          font-size: 13px; }
          section.offers-list .offer .bottom .button2 {
            float: none;
            margin: 10px 0; }
          section.offers-list .offer .bottom .button2:nth-child(2n) {
            float: none; }
        section.offers-list .offer .number {
          left: 0px;
          right: 0px;
          font-size: 40px; } }

section.location {
  padding-bottom: 0px; }

section.carbon_fields_azurhotel_offers_widget {
  padding-bottom: 0px; }

section.awards {
  margin: 15px 30px; }
@media only screen and (max-width: 1200px) {
  section.awards {
  margin: 100px 30px; }
}
@media only screen and (max-width: 970px) {
  section.awards {
  margin: 200px 30px; }
}
@media only screen and (max-width: 550px) {
  section.awards {
  margin: 30px 30px; }
}
section.awards  .inner > div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
section.awards  .inner > div a{
  display: inline-block;
  margin: 15px;  
}

section.awards a img{
      max-width: 120px;
}
section.instagram {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
  position: relative;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  section.instagram .box {
    width: 22.2vw;
    height: 100%;
    position: absolute;
    left: 0;
    background: #acbf9d;
    top: 0;
    z-index: -1; }
  section.instagram .masonry-grid {
    width: 100%;
    height: 770px;
    margin:0;
    overflow: hidden; }
  section.instagram .grid-sizer {
    width: 368.5px; }
  section.instagram .grid-item.big {
    border: solid 1px #acbf9d;
    width: 737px;
    padding: 95px 200px;
    background: #fff;
    margin-top: 60px;
    height: 325px; }
  section.instagram .grid-item {
    width: 368.5px;
    height: 385px;
    min-height: initial;
    display: inline-block;
    float: left;
    margin: 0; }
    section.instagram .grid-item img {
      height: 100%;
      margin: 0 auto;
       }
  section.instagram .grid-item.tag {
    background: #3e3e3e;
    font-family: "Roboto Slab", serif;
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
    padding: 75px;
    text-align: right;
    word-wrap: break-word;
     }
  @media only screen and (max-width: 1560px) {
    section.instagram {
      padding-left: 6%;
      margin-bottom: 10vh;
       }
      section.instagram .box {
        height: 100%; }
      section.instagram .grid-item.big {
        padding: 50px 200px;
        width: 100%;
        min-height: initial;
        height: 23.6vw; }
      section.instagram .grid-item.tag {
        min-height: initial;
        padding: 4vw;
        height: 23vw;
        font-size: 50px;
        line-height: 60px; }
      section.instagram .grid-sizer {
        width: 25%; }
      section.instagram .grid-item {
        width: 25%;
        min-height: 30vh;
        height: auto; }
        section.instagram .grid-item img {
          width: 100%;
          height: 100%;
      margin: 0 auto;
           }
      section.instagram .masonry-grid {
        margin: 0 auto; } }
  @media only screen and (max-width: 1460px) {
    section.instagram .grid-item.tag {
    height: 23.2vw;
    display: flex;
    justify-content: center;
    align-items: center; } }
  @media only screen and (max-width: 1200px) {
    section.instagram .grid-item.tag {
    height: 23.2vw;
    display: flex;
    justify-content: center;
    align-items: center; } }
  @media only screen and (max-width: 970px) {
    section.instagram {
      padding-left: 5%; 
margin-bottom: 50px;
    }
      section.instagram .grid-item.big {
        padding: 50px 100px;
        width: 100%;
        min-height: initial;
        height: 200px; }
      section.instagram .grid-item.tag {
        min-height: 47vw;
        padding: 8vw;
        height: auto;
        font-size: 55px;
        line-height: 65px; }
      section.instagram .masonry-grid div:nth-child(3) {
        margin-top: 0px; }
      section.instagram .grid-sizer {
        width: 50%; }
      section.instagram .grid-item {
        width: 50%;
        height: auto; 
        margin: 0;
        min-height: 100px;
      }
        section.instagram .grid-item img {
          width: 100%;
          height: 100%;
      margin: 0 auto;
           }
      section.instagram .masonry-grid {
        margin: 0 auto; } }
  @media only screen and (max-width: 550px) {
    section.instagram .grid-item.big {
      padding: 40px 80px;
      width: 100%;
      min-height: 240px;
      height: auto; 
      margin-top: 20px;
    }
    section.instagram .grid-item.tag {
      font-size: 28px;
      line-height: 30px;
      padding: 25px;
      height: 47.5vw;
      min-height: 47.5vw; 
     display: block;
      } }

section.booking {
  background: url(../img/book-online-bg.png) repeat center center;
  background-size: 100%;
  text-align: center;
  height: 280px;
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  font-size: 16px;
  /* Landscape phones and down */ }
  section.booking h2 {
    color: #ffffff; }
  @media only screen and (max-width: 1200px) {
    section.booking {
      height: auto; } }

section.booking:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px; }

/************************************************************************************
FOOTER
*************************************************************************************/
footer {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  /***********Links***************/ }
  footer a:link, footer a:visited {
    text-decoration: none;
    color: #ffffff; }
  footer a:hover, footer a:focus {
    text-decoration: none;
    color: #dbe3d4; }
  footer .top {
    background: url(../img/footer-bg.png) repeat center;
    /***********Links***************/
    color: #ffffff;
    padding: 35px 50px;
    text-align: left;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    footer .top a:link, footer .top a:visited {
      text-decoration: none;
      color: #ffffff; }

    footer .top .textwidget a:link, footer .top .textwidget a:visited {
      text-decoration: underline;
      color: #af9d71; }
    footer .top .textwidget a:hover, footer .top .textwidget a:hover {
      text-decoration: none;
      color: #af9d71; }

    footer .top a:hover, footer .top a:focus {
      text-decoration: none;
      color: #af9d71; }
    @media only screen and (max-width: 1200px) {
      footer .top {
        text-align: center; } }
    @media only screen and (max-width: 550px) {
      footer .top {
        padding: 15px 5px; } }
  footer .bottom {
    /***********Links***************/
    color: #000;
    padding: 15px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    /* Landscape phones and down */ }
    footer .bottom a:link, footer .bottom a:visited {
      text-decoration: none;
      color: #000; }
    footer .bottom a:hover, footer .bottom a:focus {
      text-decoration: none;
      color: #acbf9d; }
    footer .bottom .copyright {
      text-align: left; }
    footer .bottom .powered {
      text-align: right; }
    @media only screen and (max-width: 970px) {
      footer .bottom .copyright {
        text-align: center; }
      footer .bottom .powered {
        text-align: center; } }

/* ==========================================================================
  forms
   ========================================================================== */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dbe3d4;
  font-size: 15px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dbe3d4;
  font-size: 15px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #dbe3d4;
  font-size: 15px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #dbe3d4;
  font-size: 15px; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dbe3d4;
  font-size: 15px; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #dbe3d4;
  font-size: 15px; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #dbe3d4;
  font-size: 15px; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #dbe3d4;
  font-size: 15px; }

.form-control:focus {
  border-color: #dbe3d4;
  box-shadow: none; }

.form-control:focus {
  border-color: #dbe3d4;
  box-shadow: none; }

.ui-datepicker .ui-datepicker-header {
  background: #acbf9d;
  border: none!important;
  box-shadow: none!important;
  color: #ffffff; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #acbf9d;
  background: #acbf9d;
  color: #ffffff; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #acbf9d;
  color: #ffffff; }

.ui-datepicker-calendar {
  background: #ffffff;
  min-width: 188px; }
.ui-datepicker table{
    border: none!important;
}
#ui-datepicker-div {
  z-index: 9999!important;
  border: none!important;
  background: #acbf9d; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #39beb9!important;
    background: #39beb9!important;
    font-weight: normal;
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none!important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background-color: #af9d71!important;
}
.ui-datepicker .ui-datepicker-next:hover{
    border: none;
}
.ui-datepicker .ui-datepicker-prev:hover{
    border: none;
}
input, select {
  border-bottom: solid 1px #dbe3d4;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #dbe3d4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: solid 1px #acbf9d;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  font-size: 15px;
  color: #acbf9d; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #acbf9d;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 25px 0;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 550px) {
    .form-control {
      font-size: 13px; } }

/* Landscape phones and down */
@media only screen and (max-width: 550px) {
  input.form-control, select.form-control {
    font-size: 13px; }
  select.form-control {
    font-size: 13px; }
  textarea.form-control {
    font-size: 13px; }
  label.form-control {
    font-size: 13px; }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbe3d4;
    font-size: 13px; }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbe3d4;
    font-size: 13px; }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #dbe3d4;
    font-size: 13px; }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #dbe3d4;
    font-size: 13px; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbe3d4;
    font-size: 13px; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbe3d4;
    font-size: 13px; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #dbe3d4;
    font-size: 13px; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #dbe3d4;
    font-size: 13px; } }

@media only screen and (max-width: 400px) {
  input.form-control, select.form-control {
    font-size: 12px; }
  select.form-control {
    font-size: 12px; }
  textarea.form-control {
    font-size: 12px; }
  label.form-control {
    font-size: 12px; }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbe3d4;
    font-size: 12px; }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbe3d4;
    font-size: 12px; }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #dbe3d4;
    font-size: 12px; }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #dbe3d4;
    font-size: 12px; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbe3d4;
    font-size: 12px; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbe3d4;
    font-size: 12px; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #dbe3d4;
    font-size: 12px; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #dbe3d4;
    font-size: 12px; } }
.contact-form {
  max-width: 580px;
  text-align: center;
  padding: 25px;
  margin: 0 auto; }
  .contact-form h2 {
    padding: 25px 0; }
  .contact-form input.form-control {
    color: #acbf9d;
    border-bottom: solid 1px #acbf9d;
    width: 90%;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 750px) {
      .contact-form input.form-control {
        width: 100%; } }
  .contact-form .form-group .col-sm-6:nth-child(2n) > input.form-control {
    float: right; }
  .contact-form select.form-control {
    color: #acbf9d;
    border-bottom: solid 1px #acbf9d; }
  .contact-form .select-arrow {
    position: absolute;
    right: 10px;
    top: 40px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 750px) {
      .contact-form .select-arrow {
        top: 10px; } }
  .contact-form textarea.form-control {
    border: solid 1px #acbf9d;
    padding: 15px; }

header .newsletter {
  box-shadow: none !important;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    header .newsletter {
      margin: 0;
      box-shadow: none !important; } }

.newsletter {
  position: relative;
  padding: 10px 0;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1200px) {
    .newsletter {
      width: 280px;
      margin: 0 auto; } }
  @media only screen and (max-width: 550px) {
    .newsletter {
      width: 220px; } }
  .newsletter input {
    background: transparent;
    width: 280px;
    height: 40px;
    padding: 10px;
    color: #acbf9d;
    border: 1px solid #acbf9d;
    padding-right: 35px;
    border-radius: 0px;
    margin: 0;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1200px) {
      .newsletter input {
        margin: 0 auto; } }
    @media only screen and (max-width: 550px) {
      .newsletter input {
        width: 210px; } }
  .newsletter .submit-input {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #acbf9d;
    position: absolute;
    top: 30px;
    left: 255px;
    width: 20px;
    height: 25px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0px !important;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 1200px) {
      .newsletter .submit-input {
        left: auto;
        right: 10px; } }
    @media only screen and (max-width: 550px) {
      .newsletter .submit-input {
        right: 20px;
        margin: 0; } }
  .newsletter .submit-input:hover {

    color: #ffffff; }

.booking-form {
  margin: 0px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .booking-form label {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin: 40px 15px;
    color: #ffffff; }
  .booking-form .form-group {
    margin: 25px 0; }
  .booking-form .form-control {
    background: none;
    border: solid 1px #fff;
    margin: 25px 0;
    height: 50px;
    border-radius: 0px !important; }
  .booking-form input {
    color: #000;
    font-size: 16px; }
  .booking-form input[type="submit"] {
    margin: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #3e3e3e;
    padding: 15px;
    border-bottom: none!important;
    box-shadow: none;
    border-radius: 0px !important; }
  @media only screen and (max-width: 1200px) {
    .booking-form .form-control {
      margin: 15px 0; 
      padding: 15px;

    }
    .booking-form input {
      font-size: 13px; }
    .booking-form label {
    display: block;
    float: none;
    margin: 0px;
    text-align: left;
    padding-left: 40px;
      }
    .booking-form input[type="submit"] {
      margin: 35px 0;
      width: 80%; }
    .booking-form .input-group {
      display: inline-block;
      width: 80%; } }
  @media only screen and (max-width: 750px) {
    .booking-form input[type="submit"] {
      margin: 15px 0;
      width: 55%; 
  font-size: 12px;
    }
    .booking-form label {
      display: block;
      float: none;
      margin: 0px;     
      text-align: center;
      padding-left: 0px;
      }
    .booking-form .form-control {
     text-align: center;
    }
    .booking-form input[type="submit"] {
      margin: 35px 0;
      width: 70%; }
    .booking-form .input-group {
      display: inline-block;
      width: 70%; } }

.picker__holder {
  min-width: 300px !important; }

/************************************************************************************
MASONRY GRID
*************************************************************************************/
.masonry-grid {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 4%;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .masonry-grid .grid-sizer {
    width: 2%; }
  .masonry-grid .grid-item {
    display: inline-block;
    float: left;
    min-height: 400px;
    margin: 2%; }
    .masonry-grid .grid-item img {
      width: 100%; }
  .masonry-grid .grid-item:hover a img {
   -webkit-filter: brightness(110%);
    filter: brightness(110%); }
    }
   .grid-item.box-title {
    width: 160px;
    height: 200px;
    padding: 35px 15px;
    min-height: 200px;
    border: solid 3px #3e3e3e;
    background: #ffffff; }
    .grid-item.box-title h1 {
      color: #3e3e3e;
      font-size: 30px;
      line-height: 36px;
      word-break: break-word; }
  .masonry-grid .grid-item.text {
    width: 685px;
    min-height: 250px; }
    .masonry-grid .grid-item.text .inner {
      padding: 50px; }
      .masonry-grid .grid-item.text .inner .button2 {
        margin: 40px 0; }
      .masonry-grid .grid-item.text .inner h2 {
        max-width: 200px;
        padding-bottom: 40px;
        display: block; }
  @media only screen and (max-width: 1560px) {
    .masonry-grid {
      margin: 0 2%; }
      .masonry-grid .grid-item {
        display: inline-block;
        float: left;
        min-height: initial;
        margin: 1%; }
        .masonry-grid .grid-item img {
          width: 100%; } }
  @media only screen and (max-width: 1460px) {
    .masonry-grid {
      margin: 0 1%; }
      .masonry-grid .grid-item.text {
        text-align: center; }
        .masonry-grid .grid-item.text .inner {
          padding: 50px;
          text-align: center; }
          .masonry-grid .grid-item.text .inner .button2 {
            margin: 40px 0; }
          .masonry-grid .grid-item.text .inner h2 {
            max-width: initial;
            text-align: center;
            padding-bottom: 40px;
            display: block; } }
  @media only screen and (max-width: 970px) {
    .masonry-grid {
      margin: 0; }
      .masonry-grid .grid-item.text {
        width: 100%; } }
  @media only screen and (max-width: 970px) {
    .masonry-grid {
      margin: 0; }
      .masonry-grid .grid-item {
        width: 100%;
        margin: 0;
        min-height: initial; } 
        .masonry-grid .grid-sizer{
          width: 0;
        }
.masonry-grid .grid-item img {
  width: auto;
    margin: 1% auto;
}

      }

/************************************************************************************
PHOTOS GALLERY
*************************************************************************************/
/************************************************************************************
MAP
*************************************************************************************/
.map {
  overflow: hidden;
  width: 100%;
  clear: both;
  position: relative; }
  .map #map-canvas {
    width: 100%;
    height: 83vh;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 550px) {
      .map #map-canvas {
        height: 60vh; } }
  .map .map-overlay {
    background: rgba(155, 155, 155, 0.25);
    width: 100%;
    height: 83vh;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none; }

.map.reposition #map-canvas {
  height: 83vh;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 550px) {
    .map.reposition #map-canvas {
      height: 50vh; } }

.map.reposition .map-overlay {
  height: 90vh; }

#map-canvas2{
  width: 100%;
    height: 530px;
}
@media only screen and (max-width: 1200px) {
  #map-canvas2 {
    height: 420px !important; } }
/* Landscape phones and down */
@media only screen and (max-width: 550px) {
  #map-canvas2 {
    height: 220px !important; } }

/************************************************************************************
OFFER MODAL
*************************************************************************************/
.modal {
  top: 25% !important; }

.modal-body {
  position: relative;
  padding: 20px 60px; }

.modal-body ul li {
  display: list-item;
  list-style-type: disc; }

.modal-header {
  text-align: center; }

.modal-footer {
  padding: 15px;
  text-align: center;
  border: none; }

.modal-footer .btn-default {
  width: 25%;
  background: #dbe3d4;
  color: #ffffff; }

 
.general ul{
    display: block;
    column-count: 2;
    column-gap: 0;
}  
.general ul li{
    display: block;
    background: url(../img/icons/bullet.svg) no-repeat left 10px;
    padding: 5px 20px;
    background-size:15px; 
    text-align: left;
    flex: 0 0 50%;
}
.general .masonry-grid{
  margin: 0;
}
.general main .gallery-list{
  padding: 0 10%;
}

@media only screen and (max-width: 550px) {
   .general ul{
      display: block;
      column-count: 1;
  }  
  .general ul li{
      display: block;
      text-align: left;
  } 
 }

 .back-button{
    left: -155px;
    font-size: 14px;
    color: #000;
    width: 150px;
    bottom: -10px;
    font-weight: 500;
    position: absolute;
 }
 .back-button a{
    display: flex;
    align-items: normal;
    justify-content: flex-start;
 }
  .back-button a p{
    display: inline-block;
    padding: 10px 0;
  }
  .back-button a:link,  .back-button a:visited{
    color: #000;
  }
  .back-button a:hover,  .back-button a:focus{
    color:#af9d71!important;
    transition: all 250ms ease-in-out;    
  }
  .back-button a:hover .arrow-left.icon.icon-arrow-left.slick-arrow{
     color:#af9d71!important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 250ms ease-in-out;    
  }
  .back-button .arrow-left.icon.icon-arrow-left.slick-arrow{
    color: #000!important;font-size: 35px;
        margin-top: 1px;
  }
   .back-button .arrow-left.icon.icon-arrow-left.slick-arrow:hover{
     color:#af9d71!important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
   }
  @media only screen and (max-width: 1200px) {
  .back-button{
      left: -55px;
      width: 55px;
   }
    .back-button a p{
      display: none;
    }
  }

:focus {
    outline: none!important;
}
section.awards .row > div{
  display: flex;    
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 970px) {
    section.awards .row > div{
      display: block;    
    }
    section.awards .row > div a{
      display: inline-block;
    }
    section.awards a img {
        width: 85%;
    }
    section.awards a img {
        max-width: 125px;
        margin: 5px auto;
    }
    section.awards{
      margin-bottom: 0px;
    }
}
.gglcptch_v1, .gglcptch_v2{
    display: flex;
    align-items: center;
    justify-content: center;  
}



.modal-header{
  border: none;
}

.modal-content, .modal-dialog, .modal-content{
  border-radius: 0px;
  text-align: center;
}
.modal-body .booking-form h2{
      color: #000;
      font-size: 22px;
      text-align: center;
}
.modal-body .booking-form label{
    display: block;
    float: none;
    margin: 0;
    color: #000!important;
    text-align: left;
}

.modal-body .booking-form .form-control{
  border: solid 1px #af9d71!important;
}

.modal-body .booking-form .input-group{
  display: block;
}
.modal-body  .booking-form input[type="submit"] {
    width: 100%;
    margin: 0 auto;
}

.modal-body  .booking-form .checkin input{
  width: 90%;
}
.modal-body .booking-form .input-group{
  width: 100%!important;
}
.modal-body  .booking-form .checkin label{
  padding-left: 0;
}

.modal-body  .booking-form .checkout label{
  padding-left: 10%;
}
.modal-body  .booking-form .checkout input{
 width: 90%;
 float: right;
}
.modal-dialog {
  border: solid 1px #39beb9;
    position: relative;
    overflow: visible;
}
.modal-content{
position: relative;
    top: -20px;
    right: -20px;  
}

  .modal{
    overflow: visible!important;
  }

@media only screen and (max-width: 750px){
.modal-body  .booking-form .checkin input{
  width: 100%;
}

  .modal-body  .booking-form .checkout input{
 width: 100%;
 float: none;
}

  .modal-body  .booking-form .checkout label{
    padding-left: 0;
  }

  .modal{
    overflow: visible!important;
  }

.modal-content{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
  .modal-body{
    padding: 20px!important;
  }
}


.modal-header .close{
  margin-top: 0;
  background: #39beb9;
  padding: 15px;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: -28px;
  right: -25px;
  z-index: 11111111;
  color: #ffff;
  opacity: 1;
  font-size: 40px;
  line-height: 24px;
  margin: 0;
  font-weight: 300;  
}
section.text{
  padding-top: 0vh
}

section.text .center-text{
  max-width: 55%;
  margin: 65px auto;
  margin-top: 0;
  text-align: center;
}