button.button-white,
button.button-grey,
button.button-orange,
button.button-blue,
a.button-white,
a.button-grey,
a.button-orange,
a.button-blue {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: normal; }
  button.button-white div.button-inner,
  button.button-grey div.button-inner,
  button.button-orange div.button-inner,
  button.button-blue div.button-inner,
  a.button-white div.button-inner,
  a.button-grey div.button-inner,
  a.button-orange div.button-inner,
  a.button-blue div.button-inner {
    padding: 10px 30px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px; }
  button.button-white:active,
  button.button-grey:active,
  button.button-orange:active,
  button.button-blue:active,
  a.button-white:active,
  a.button-grey:active,
  a.button-orange:active,
  a.button-blue:active {
    background: transparent;
    padding-top: 3px; }
    button.button-white:active div.button-inner,
    button.button-grey:active div.button-inner,
    button.button-orange:active div.button-inner,
    button.button-blue:active div.button-inner,
    a.button-white:active div.button-inner,
    a.button-grey:active div.button-inner,
    a.button-orange:active div.button-inner,
    a.button-blue:active div.button-inner {
      border-bottom-width: 0px;
      box-shadow: none; }

button.button-white, button.button-grey, button.button-orange, button.button-blue {
  background: none;
  border: 0px;
  outline: none;
  padding: 0px; }

a.button-white, a.button-grey, a.button-orange, a.button-blue {
  text-decoration: none; }

button.button-white div.button-inner, a.button-white div.button-inner {
  background: #FFFFFF;
  border-bottom-color: #989898;
  color: #5D5D5D; }

button.button-grey div.button-inner, a.button-grey div.button-inner {
  background: #A9A9A9;
  border-bottom-color: #818181;
  color: white; }

button.button-orange div.button-inner, a.button-orange div.button-inner {
  background: #FF8D01;
  border-bottom-color: #C06909;
  color: white; }

button.button-blue div.button-inner, a.button-blue div.button-inner {
  background: #3F7DE5;
  border-bottom-color: #214180;
  color: white; }

div.content {
  background: white; }

#footer h1 {
  font-size: 1.4em;
  font-weight: normal; }

#footer div.upper {
  background: #283036;
  padding: 20px 0px;
  height: 206px;
  box-sizing: border-box; }
  #footer div.upper div.inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  #footer div.upper, #footer div.upper a {
    color: #909597; }
  #footer div.upper div.about {
    font-size: 0.8em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    #footer div.upper div.about p {
      margin: 5px 0px;
      line-height: 1.5em; }
      #footer div.upper div.about p:last-child {
        margin-bottom: 0px; }
    #footer div.upper div.about a {
      text-decoration: underline; }
  #footer div.upper div.contact {
    margin: 0px 80px; }
    #footer div.upper div.contact p {
      margin: 10px 0px;
      font-weight: bold;
      font-size: 0.9em;
      white-space: nowrap; }
      #footer div.upper div.contact p span.icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        width: 21px;
        height: 17px;
        background: url("images/website/interface/footer/contact@1x.15777345.png") no-repeat;
        background-size: 42px 17px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
          #footer div.upper div.contact p span.icon {
            background-image: url("images/website/interface/footer/contact@2x.70b942d4.png"); } }
        #footer div.upper div.contact p span.icon.email {
          background-position: -21px 0px; }
  #footer div.upper div.social {
    margin-right: 250px; }
  #footer div.upper div.logos {
    position: absolute;
    right: 0px;
    top: -45px;
    width: 181px;
    height: 257px;
    background: url("images/website/interface/footer/logos@1x.6b70a8eb.png") no-repeat center center;
    background-size: 100% 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
      #footer div.upper div.logos {
        background-image: url("images/website/interface/footer/logos@2x.44b0abc9.png"); } }
  @media (max-width: 1100px) {
    #footer div.upper {
      height: auto; }
    #footer div.upper div.social {
      margin-right: 0px; }
    #footer div.upper div.logos {
      display: none; } }
  @media (max-width: 900px) {
    #footer div.upper div.social {
      display: none; } }
  @media (max-width: 750px) {
    #footer div.upper div.inner {
      -ms-flex-direction: column;
      flex-direction: column; }
    #footer div.upper div.contact {
      margin-left: 0px; } }

#footer div.lower {
  color: #8c8f91;
  font-size: 0.8em;
  padding: 15px 0px; }
  #footer div.lower div.inner {
    position: relative; }
  #footer div.lower div.sturents {
    width: 157px;
    height: 52px;
    margin-bottom: 15px; }
    #footer div.lower div.sturents a {
      cursor: pointer; }
    #footer div.lower div.sturents a, #footer div.lower div.sturents img {
      display: block;
      width: 100%;
      height: 100%; }
  #footer div.lower, #footer div.lower a {
    color: #8c8f91;
    text-decoration: none; }
  #footer div.lower p {
    margin: 0px; }
  @media (max-width: 899px) {
    #footer div.lower div.sturents {
      margin-left: auto;
      margin-right: auto; }
    #footer div.lower p {
      text-align: center; }
    #footer div.lower span.split {
      display: none; } }
  @media (min-width: 900px) {
    #footer div.lower p {
      display: inline-block; } }

html, body {
  margin: 0px;
  padding: 0px; }

html {
  background: #0F151A;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: lighter; }

html, input, textarea, button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #3b3a3a; }

div.inner {
  max-width: 1110px;
  margin: 0px auto;
  padding: 0px 4vw; }

div.strip-blue {
  background: #3F7DE5;
  color: white; }

#header {
  background: white;
  padding: 25px 0px; }
  #header div.inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #header div.inner a {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      color: #333333;
      text-decoration: none; }
  #header div.menu {
    margin: 0px 20px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #header div.menu a {
      margin: 0px 15px; }
      #header div.menu a.selected {
        font-weight: normal; }
  #header div.social {
    position: relative; }
    #header div.social div.offers {
      position: absolute;
      right: 5px;
      bottom: -70px;
      width: 109px;
      height: 81px;
      background: url("images/website/interface/header/offers@1x.3daf41c0.png");
      background-size: 100% 100%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
        #header div.social div.offers {
          background-image: url("images/website/interface/header/offers@2x.e5cfceb2.png"); } }
  #header button.menu {
    display: none;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 6px 16px;
    background: none;
    font-size: 1.1em;
    cursor: pointer;
    outline: none; }
  @media (max-width: 800px) {
    #header div.inner {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #header div.social {
      display: none; }
    #header button.menu {
      display: block; }
    #header div.menu {
      display: none;
      z-index: 1000;
      position: absolute;
      top: 93px;
      right: 0px;
      background: white;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch;
      border: 1px solid #E1E1E1;
      border-top: 0px;
      margin: 0px 3vw 0px 0px; }
      #header div.menu a {
        padding: 18px 80px 18px 25px;
        margin: 0px;
        border-bottom: 1px solid #F5F5F5;
        font-size: 1.2em; }
        #header div.menu a:hover {
          background: #FAFAFA; }
        #header div.menu a:last-child {
          margin-bottom: 0px; } }

div.strip-lights {
  background: url("images/website/common/strip_lights.28bd6366.png") no-repeat center center;
  background-size: cover; }
  div.strip-lights h1 {
    text-align: center;
    margin: 0px;
    padding: 60px 0px;
    color: white;
    font-size: 1.8em;
    font-weight: lighter;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px; }
  div.strip-lights div.strip-lights-bottom {
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    div.strip-lights div.strip-lights-bottom:before, div.strip-lights div.strip-lights-bottom:after {
      content: '';
      display: block;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      background: white; }
  div.strip-lights div.strip-lights-bottom-arrow {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
    div.strip-lights div.strip-lights-bottom-arrow:before, div.strip-lights div.strip-lights-bottom-arrow:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0; }
    div.strip-lights div.strip-lights-bottom-arrow:before {
      border-style: solid;
      border-width: 30px 0 30px 40px;
      border-color: transparent transparent transparent #FFFFFF; }
    div.strip-lights div.strip-lights-bottom-arrow:after {
      border-style: solid;
      border-width: 30px 40px 30px 0;
      border-color: transparent #FFFFFF transparent transparent; }

div.feature-icon-small {
  width: 31px;
  height: 26px;
  background: url("images/website/common/features-small@1x.1bfe7301.png");
  background-size: 372px 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    div.feature-icon-small {
      background-image: url("images/website/common/features-small@2x.c4c14d32.png"); } }
  div.feature-icon-small.tv_multi {
    background-position: 0px 0px; }
  div.feature-icon-small.bed {
    background-position: -31px 0px; }
  div.feature-icon-small.water {
    background-position: -62px 0px; }
  div.feature-icon-small.tv_star {
    background-position: -93px 0px; }
  div.feature-icon-small.wireless {
    background-position: -124px 0px; }
  div.feature-icon-small.tv {
    background-position: -155px 0px; }
  div.feature-icon-small.flame {
    background-position: -186px 0px; }
  div.feature-icon-small.snowflake {
    background-position: -217px 0px; }
  div.feature-icon-small.bell {
    background-position: -248px 0px; }
  div.feature-icon-small.tree {
    background-position: -279px 0px; }
  div.feature-icon-small.speaker {
    background-position: -310px 0px; }
  div.feature-icon-small.bike {
    background-position: -341px 0px; }

div.strip-book {
  padding: 50px 0px;
  text-align: center; }
  div.strip-book a.button-white {
    margin-bottom: 20px; }
  div.strip-book p {
    margin: 6px 0px; }
    div.strip-book p a {
      color: white;
      text-decoration: none; }
    div.strip-book p:first-of-type {
      font-size: 0.8em; }
    div.strip-book p:last-of-type {
      font-size: 1.8em; }

#page-apply div.main {
  padding: 40px 0px 120px 0px;
  text-align: center; }
  #page-apply div.main div.inner {
    max-width: 650px; }
  #page-apply div.main div.text p {
    margin: 10px 0px;
    line-height: 1.5em; }
  #page-apply div.main div.buttons {
    max-width: 260px;
    margin-top: 60px;
    margin: 80px auto 0px auto; }
    #page-apply div.main div.buttons a {
      display: block;
      width: 100%;
      font-size: 0.85em; }
      #page-apply div.main div.buttons a:last-of-type {
        margin-top: 15px; }
    #page-apply div.main div.buttons p {
      text-align: center;
      font-size: 0.8em;
      color: #333333;
      margin: 6px 0px 0px 0px; }

#page-contact div.icon {
  margin: 0px auto;
  width: 34px;
  height: 29px;
  background: url("images/website/pages/contact/icons@1x.16d7b902.png");
  background-size: 68px 29px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    #page-contact div.icon {
      background-image: url("images/website/pages/contact/icons@2x.c1272e59.png"); } }
  #page-contact div.icon.email {
    background-position: -34px 0px; }

#page-contact div.strip-blue {
  padding: 50px 0px; }
  #page-contact div.strip-blue div.icon {
    margin: 0px auto 15px auto; }
  #page-contact div.strip-blue p {
    margin: 0px;
    font-size: 2em;
    text-align: center; }
    #page-contact div.strip-blue p a {
      color: white;
      text-decoration: none; }

#page-contact div.icon-container {
  padding: 40px 0px; }

#page-contact div.main {
  padding-bottom: 100px; }
  #page-contact div.main div.inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  #page-contact div.main form {
    max-width: 350px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    #page-contact div.main form p.return-message {
      margin: 0px 0px 18px 0px;
      font-weight: normal; }
      #page-contact div.main form p.return-message.error {
        color: #8e000a; }
      #page-contact div.main form p.return-message.success {
        color: #0b940a; }
    #page-contact div.main form input, #page-contact div.main form textarea, #page-contact div.main form button {
      display: block;
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 8px; }
    #page-contact div.main form input, #page-contact div.main form textarea {
      background: white;
      border: 1px solid #A8A2A2;
      padding: 10px;
      outline: none; }
      #page-contact div.main form input:focus, #page-contact div.main form textarea:focus {
        box-shadow: #FF8D01 0px 0px 4px; }
    #page-contact div.main form textarea {
      height: 160px; }
    #page-contact div.main form button {
      margin-top: 10px; }
  #page-contact div.main div.details {
    max-width: 260px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    #page-contact div.main div.details section {
      margin: 25px 0px; }
    #page-contact div.main div.details h1 {
      position: relative;
      font-weight: normal;
      font-size: 1.3em;
      margin: 0px 0px 15px 0px;
      padding-bottom: 5px; }
      #page-contact div.main div.details h1:after {
        position: absolute;
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background: #EE7B00;
        bottom: -1px;
        left: 0px; }
    #page-contact div.main div.details p {
      margin: 12px 0px; }
  @media (max-width: 950px) {
    #page-contact div.main {
      padding-bottom: 50px; }
    #page-contact div.main div.inner {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch; }
    #page-contact div.main form, #page-contact div.main div.details {
      max-width: none; }
    #page-contact div.main div.details {
      margin-top: 40px; } }

#page-index div.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 200px; }
  #page-index div.hero div.content {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 25px;
    text-align: center;
    color: white; }
    #page-index div.hero div.content p {
      text-shadow: rgba(0, 0, 0, 0.27) 1px 1px 1px; }
    #page-index div.hero div.content p.slogan {
      margin: 0px;
      font-size: 2.1em;
      font-weight: bold; }
    #page-index div.hero div.content p.text {
      margin: 15px 0px 0px 0px;
      font-size: 1.2em; }
    #page-index div.hero div.content a.button-orange {
      margin-top: 20px; }

#page-index div.features-heading {
  position: relative;
  background: #3F7DE5;
  padding: 25px;
  text-align: center; }
  #page-index div.features-heading p {
    margin: 0px;
    color: white;
    font-size: 1.4em; }
  #page-index div.features-heading:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #3f7ce5 transparent transparent transparent; }

#page-index div.features {
  margin: 50px 25px; }
  #page-index div.features div.inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 840px; }
  #page-index div.features div.feature {
    margin: 30px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    text-align: center;
    font-size: 1.2em; }
    #page-index div.features div.feature div.icon {
      border: 1px solid #F98A11;
      width: 90px;
      height: 90px;
      margin: 0px auto 8px auto;
      border-radius: 100%; }
      #page-index div.features div.feature div.icon:before {
        content: '';
        display: block;
        width: 37px;
        height: 37px;
        margin-left: 26px;
        margin-top: 26px;
        background: url("images/website/common/features@1x.e81524df.png");
        background-size: 222px 37px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
          #page-index div.features div.feature div.icon:before {
            background-image: url("images/website/common/features@2x.ad75b542.png"); } }
    #page-index div.features div.feature.feature-bills div.icon:before {
      background-position: 0px 0px; }
    #page-index div.features div.feature.feature-tv div.icon:before {
      background-position: -37px 0px; }
    #page-index div.features div.feature.feature-wifi div.icon:before {
      background-position: -74px 0px; }
    #page-index div.features div.feature.feature-dishwasher div.icon:before {
      background-position: -111px 0px; }
    #page-index div.features div.feature.feature-accommodation div.icon:before {
      background-position: -148px 0px; }
    #page-index div.features div.feature.feature-management div.icon:before {
      background-position: -185px 0px; }
    #page-index div.features div.feature p {
      margin: 0; }
      #page-index div.features div.feature p:nth-of-type(1) {
        margin: 16px 0 0 0; }
      #page-index div.features div.feature p:nth-of-type(2) {
        margin: 2px 0 0 0;
        font-size: 0.85em; }

#page-properties div.properties {
  background: #FAFAFA;
  border-top: 1px solid #E1E1E1;
  padding: 100px 0px; }
  #page-properties div.properties div.inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
  #page-properties div.properties a.property {
    position: relative;
    display: block;
    border: 1px solid #888888;
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
    margin: 25px;
    text-decoration: none;
    color: #3b3a3a;
    box-shadow: #AFAFAF 0px 3px 3px; }
    #page-properties div.properties a.property:active {
      box-shadow: none;
      position: relative;
      top: 5px; }
    #page-properties div.properties a.property div.availability {
      position: absolute;
      width: 106px;
      height: 94px;
      right: -11px;
      top: -11px;
      background: url("images/website/common/ribbons@1x.9d032af1.png");
      background-size: 530px 94px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
        #page-properties div.properties a.property div.availability {
          background-image: url("images/website/common/ribbons@2x.dd44084e.png"); } }
      #page-properties div.properties a.property div.availability.unavailable {
        background-position: -106px 0px; }
      #page-properties div.properties a.property div.availability.available_1_bed {
        background-position: -318px 0px; }
      #page-properties div.properties a.property div.availability.available_2_bed {
        background-position: -424px 0px; }
    #page-properties div.properties a.property div.image {
      margin: 1px;
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      #page-properties div.properties a.property div.image div.image-none {
        width: 100%;
        height: 100%;
        background: #F2F2F2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #page-properties div.properties a.property div.image div.image-none:before {
          content: '';
          display: block;
          width: 46px;
          height: 41px;
          background: url("images/website/pages/properties/camera@1x.eb5278f5.png");
          background-size: 100% 100%; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
            #page-properties div.properties a.property div.image div.image-none:before {
              background-image: url("images/website/pages/properties/camera@2x.639096b6.png"); } }
        #page-properties div.properties a.property div.image div.image-none p {
          color: #B9B9B9;
          text-transform: lowercase;
          margin: 25px 0px 0px 0px; }
    #page-properties div.properties a.property div.location {
      text-align: center;
      padding: 10px 0px;
      margin: 0px auto;
      width: 90%;
      border-bottom: 1px solid #DCDCDC; }
      #page-properties div.properties a.property div.location p {
        margin: 5px 0px; }
        #page-properties div.properties a.property div.location p:first-child {
          font-size: 1.1em; }
        #page-properties div.properties a.property div.location p:last-child {
          font-size: 0.9em; }
    #page-properties div.properties a.property div.details {
      display: -ms-flexbox;
      display: flex;
      margin: 12px; }
      #page-properties div.properties a.property div.details p {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        text-align: center;
        margin: 0px;
        font-weight: normal;
        font-size: 0.95em; }

#page-property div.header {
  padding-top: 246px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #page-property div.header div.title {
    background: rgba(0, 0, 0, 0.5); }
    #page-property div.header div.title div.inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
      align-items: baseline; }
      #page-property div.header div.title div.inner p {
        color: white;
        margin: 0px;
        padding: 10px 0px; }
        #page-property div.header div.title div.inner p:first-child {
          font-size: 2.5em;
          margin-right: 15px; }
        #page-property div.header div.title div.inner p:last-child {
          font-size: 1.2em; }
    @media (max-width: 550px) {
      #page-property div.header div.title {
        padding: 10px 0px; }
      #page-property div.header div.title div.inner {
        -ms-flex-direction: column;
        flex-direction: column; }
        #page-property div.header div.title div.inner p {
          padding: 0px 0px; }
          #page-property div.header div.title div.inner p:first-child {
            margin-right: 0px; } }

#page-property div.main {
  background: #FAFAFA;
  padding: 30px 0px 125px 0px; }
  #page-property div.main div.inner {
    display: -ms-flexbox;
    display: flex; }
  #page-property div.main div.description {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    #page-property div.main div.description div.images {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #page-property div.main div.description div.images a.image {
        display: inline-block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0px 8px 8px 0px;
        padding: 2px;
        border: 1px solid #8F8F8F; }
        #page-property div.main div.description div.images a.image img {
          display: block;
          width: 80px;
          height: 55px; }
    #page-property div.main div.description div.buttons a {
      display: block; }
      #page-property div.main div.description div.buttons a div.button-inner {
        padding: 15px 0;
        position: relative; }
        #page-property div.main div.description div.buttons a div.button-inner:before {
          content: '';
          display: block;
          width: 34px;
          height: 34px;
          position: absolute;
          top: calc(50% - 17px);
          left: 12px;
          background-size: 34px 34px;
          background-repeat: no-repeat;
          background-position: center center; }
      #page-property div.main div.description div.buttons a.floorplan div.button-inner:before {
        background-image: url("images/website/pages/property/button_floorplan@2x.c3ce0cde.png"); }
      #page-property div.main div.description div.buttons a.video div.button-inner:before {
        background-image: url("images/website/pages/property/button_video@2x.dbaec4f4.png"); }
    #page-property div.main div.description div.buttons p {
      margin: 0 0 0 46px;
      text-align: center; }
    @media (max-width: 599px) {
      #page-property div.main div.description div.buttons a:not(:first-child) {
        margin-top: 10px; } }
    @media (min-width: 600px) {
      #page-property div.main div.description div.buttons {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px; } }
    #page-property div.main div.description div.text p {
      margin: 12px 0px;
      line-height: 1.7em;
      text-align: justify; }
  #page-property div.main div.features {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 50px; }
    #page-property div.main div.features ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
      #page-property div.main div.features ul li {
        margin: 8px 0px;
        font-size: 0.9em;
        white-space: nowrap; }
      #page-property div.main div.features ul div.feature-icon-small {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
  #page-property div.main div.more {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px; }
    #page-property div.main div.more div.box {
      position: relative;
      border: 1px solid #888888;
      box-shadow: #AFAFAF 0px 3px 3px;
      margin-bottom: 25px; }
      #page-property div.main div.more div.box:last-child {
        margin-bottom: 0px; }
      #page-property div.main div.more div.box div.ribbon {
        position: absolute;
        width: 106px;
        height: 94px;
        right: -11px;
        top: -11px;
        background: url("images/website/common/ribbons@1x.9d032af1.png");
        background-size: 530px 94px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
          #page-property div.main div.more div.box div.ribbon {
            background-image: url("images/website/common/ribbons@2x.dd44084e.png"); } }
        #page-property div.main div.more div.box div.ribbon.unavailable {
          background-position: -106px 0px; }
        #page-property div.main div.more div.box div.ribbon.no-fees {
          background-position: -212px 0px; }
        #page-property div.main div.more div.box div.ribbon.available_1_bed {
          background-position: -318px 0px; }
        #page-property div.main div.more div.box div.ribbon.available_2_bed {
          background-position: -424px 0px; }
    #page-property div.main div.more div.details {
      text-align: center;
      padding: 20px 10px; }
      #page-property div.main div.more div.details hr {
        margin: 15px 25px;
        height: 1px;
        background: #CDCDCD;
        border: 0px; }
      #page-property div.main div.more div.details div.price p {
        margin: 0px;
        font-weight: normal;
        font-size: 1.6em; }
      #page-property div.main div.more div.details div.rooms p {
        margin: 0px 5px; }
        #page-property div.main div.more div.details div.rooms p:first-child {
          margin-bottom: 10px; }
    #page-property div.main div.more div.contact {
      text-align: center;
      padding: 20px 10px; }
      #page-property div.main div.more div.contact p {
        margin: 0px; }
        #page-property div.main div.more div.contact p a {
          color: #3b3a3a;
          text-decoration: none; }
        #page-property div.main div.more div.contact p:first-of-type {
          font-size: 1.2em; }
        #page-property div.main div.more div.contact p:last-of-type {
          font-size: 1.5em;
          font-weight: normal;
          margin: 10px 0px 20px 0px; }
    #page-property div.main div.more div.map {
      padding: 2px; }
      #page-property div.main div.more div.map p {
        margin: 10px;
        font-weight: normal; }
        #page-property div.main div.more div.map p span {
          font-size: 0.8em;
          color: #777777; }
      #page-property div.main div.more div.map img {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer; }
  @media (max-width: 1050px) {
    #page-property div.main {
      padding-bottom: 50px; }
    #page-property div.main div.inner {
      -ms-flex-direction: column;
      flex-direction: column; }
    #page-property div.main div.features {
      margin: 25px 0px 60px 0px; }
      #page-property div.main div.features ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px; }
        #page-property div.main div.features ul li {
          display: inline-block;
          -ms-flex: 1 1 calc(33.3% - 28px);
          flex: 1 1 calc(33.3% - 28px);
          margin: 5px;
          padding: 5px 8px;
          border: 1px solid #DADADA;
          border-radius: 5px; } }
      @media (max-width: 1050px) and (max-width: 730px) {
        #page-property div.main div.features ul li {
          -ms-flex: 1 1 calc(50% - 28px);
          flex: 1 1 calc(50% - 28px); } }
      @media (max-width: 1050px) and (max-width: 450px) {
        #page-property div.main div.features ul li {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
  @media (max-width: 1050px) {
    #page-property div.main div.more {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row; }
      #page-property div.main div.more div.box {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin: 0px 25px; }
        #page-property div.main div.more div.box:first-child {
          margin-left: 0px; }
        #page-property div.main div.more div.box:last-child {
          margin-right: 0px; } }
  @media (max-width: 950px) {
    #page-property div.main div.more {
      display: block; }
      #page-property div.main div.more div.box {
        margin: 25px 0px; }
        #page-property div.main div.more div.box:first-child {
          margin-top: 0px; }
        #page-property div.main div.more div.box:last-child {
          margin-bottom: 0px; } }

#page-property div.video-window {
  z-index: 1000;
  position: fixed;
  padding: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  #page-property div.video-window div.video {
    position: relative;
    background: white;
    padding: 10px;
    width: 1120px;
    max-width: calc(100% - 40px); }
    #page-property div.video-window div.video:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    #page-property div.video-window div.video iframe {
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
  #page-property div.video-window button.video-window-close {
    width: 44px;
    height: 44px;
    background: white url("images/website/pages/property/map_close.f3465803.svg") no-repeat;
    background-size: 90% 90%;
    background-position: center center;
    border-radius: 100%;
    border: 0px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    outline: none; }

#page-property div.map-large {
  z-index: 1000;
  position: fixed;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  background: white; }
  #page-property div.map-large div.map-large-content {
    width: 100%;
    height: 100%; }
  #page-property div.map-large div.map-large-loading {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    box-sizing: border-box; }
  #page-property div.map-large button.map-large-close {
    width: 44px;
    height: 44px;
    background: white url("images/website/pages/property/map_close.f3465803.svg") no-repeat;
    background-size: 90% 90%;
    background-position: center center;
    border-radius: 100%;
    border: 0px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    outline: none; }

#page-why div.text {
  padding: 50px 0px;
  text-align: center; }
  #page-why div.text div.inner {
    max-width: 800px; }
  #page-why div.text p {
    margin: 15px 0px;
    line-height: 1.8em; }

#page-why div.features {
  margin: 25px; }
  #page-why div.features div.inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 840px; }
  #page-why div.features div.feature {
    margin: 30px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    text-align: center;
    font-size: 1.2em; }
    #page-why div.features div.feature div.icon {
      border: 1px solid #F98A11;
      width: 90px;
      height: 90px;
      margin: 0px auto 8px auto;
      border-radius: 100%; }
      #page-why div.features div.feature div.icon:before {
        content: '';
        display: block;
        width: 37px;
        height: 37px;
        margin-left: 26px;
        margin-top: 26px;
        background: url("images/website/common/features@1x.e81524df.png");
        background-size: 222px 37px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
          #page-why div.features div.feature div.icon:before {
            background-image: url("images/website/common/features@2x.ad75b542.png"); } }
    #page-why div.features div.feature h2 {
      font-weight: normal;
      font-size: 1em;
      margin: 15px 0px 10px 0px; }
    #page-why div.features div.feature p {
      margin: 6px 0px;
      line-height: 1.8em;
      font-size: 0.8em; }
    #page-why div.features div.feature.feature-bills div.icon:before {
      background-position: 0px 0px; }
    #page-why div.features div.feature.feature-tv div.icon:before {
      background-position: -37px 0px; }
    #page-why div.features div.feature.feature-wifi div.icon:before {
      background-position: -74px 0px; }
    #page-why div.features div.feature.feature-dishwasher div.icon:before {
      background-position: -111px 0px; }
    #page-why div.features div.feature.feature-accommodation div.icon:before {
      background-position: -148px 0px; }
    #page-why div.features div.feature.feature-management div.icon:before {
      background-position: -185px 0px; }

#page-why div.strip-book {
  margin-top: 75px; }

#page-privacy {
  border-top: 1px solid #CCCCCC;
  padding: 50px 0px;
  font-size: 15px;
  color: #202020; }
  #page-privacy div.inner {
    max-width: 750px; }
  #page-privacy h1 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 40px 0px 30px 0px; }
    #page-privacy h1:first-child {
      margin-top: 0px; }
  #page-privacy h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 30px 0px 20px 0px; }
  #page-privacy p {
    margin: 15px 0px;
    line-height: 1.4em; }
  #page-privacy ul {
    margin: 20px 0px; }
  #page-privacy li {
    margin: 15px 0px;
    line-height: 1.4em; }
