html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.3; }

a, a:visited {
  color: #e6329d; }

a:hover {
  color: #a6105a; }

a.btn-primary:visited, a.btn-primary:hover {
  color: #FFFFFF; }

a, a:hover, a:visited, a:focus {
  text-decoration: none; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

a.btn:visited,
.btn-primary, .btn-primary:visited {
  color: #FFFFFF; }

.footer-row {
  position: relative;
  background-color: #222; }

footer {
  position: relative;
  z-index: 10; }

.footer {
  color: #999;
  font-size: 12px;
  padding: 30px 0; }
  .footer p {
    font-size: 12px; }

.copyright a, .copyright a:hover {
  text-decoration: none;
  color: #999; }

.footer-bg {
  background: url('/static/images/flowers-full-colour.svg?78bab996e32d') no-repeat 0% 0%;
  background-size: auto 300%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1; }

.social-links {
  list-style: none;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0; }

.social-links .social {
  display: inline-block;
  padding: 0 8px; }

.social-links .social a {
  color: #fff;
  font-size: 30px; }

.payment-methods {
  padding-top: 30px;
  padding-bottom: 10px; }

.payment-methods img {
  padding: 0 5px; }

.payment-methods .payment-icon-group {
  padding-bottom: 10px;
  display: block; }

.footer-nav, .footer-sub-nav {
  padding-bottom: 30px; }
  .footer-nav p, .footer-sub-nav p {
    padding-bottom: 0; }
  .footer-nav a, .footer-sub-nav a {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block; }
    .footer-nav a:hover, .footer-nav a:focus, .footer-sub-nav a:hover, .footer-sub-nav a:focus {
      color: #E86929;
      text-decoration: none; }
    .footer-nav a:visited, .footer-sub-nav a:visited {
      color: #FFFFFF; }

.footer-sub-nav {
  padding: 30px 0 0 0;
  color: #FFFFFF; }
  .footer-sub-nav a {
    font-size: 12px; }

@media screen and (min-width: 480px) {
  .payment-methods .payment-icon-group {
    display: inline-block; } }

#cookie-notice {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #E86929;
  color: #FFFFFF;
  z-index: 10000000; }
  #cookie-notice p {
    margin: 0;
    padding: 15px; }
  #cookie-notice a {
    color: #FFFFFF;
    border-bottom: 1px dotted #FFFFFF; }
    #cookie-notice a:hover {
      color: #FFFFFF;
      border-bottom: 1px dotted #FFFFFF;
      text-decoration: none; }

header.desktop-header {
  background-color: #6D5E67;
  height: 199px;
  position: relative; }
  header.desktop-header .header-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 164px;
    width: 680px;
    background: url('/static/images/bg-header-new.png?78bab996e32d') no-repeat 100% 100%; }
  header.desktop-header div.logo {
    height: 113px;
    position: absolute;
    top: 24px;
    width: 314px; }
    header.desktop-header div.logo a {
      display: block;
      position: relative;
      z-index: 1; }
  header.desktop-header .established-logo {
    position: absolute;
    right: 200px;
    top: 40px; }
  header.desktop-header div.newsletter div.field input.group-input {
    background: none;
    border: 0;
    color: #fff;
    font-size: 1.1em;
    position: relative;
    top: 2px; }
  header.desktop-header .purchase {
    float: right;
    position: relative;
    margin-right: 90px; }
    header.desktop-header .purchase .basket-bubble, header.desktop-header .purchase .shortlist-bubble {
      display: none;
      width: 128px;
      line-height: 15px;
      background: #999;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#010101');
      background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#010101));
      background-image: -webkit-linear-gradient(top, #2f2f2f, #010101);
      background-image: -moz-linear-gradient(top, #2f2f2f, #010101);
      background-image: -o-linear-gradient(linear, left top, left bottom, from(#2f2f2f), to(#010101));
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      padding: 8px 6px;
      font-size: 11px;
      text-align: center;
      top: 40px;
      left: -13px; }
    header.desktop-header .purchase .basket-bubble:after, header.desktop-header .purchase .basket-bubble:before {
      content: "";
      position: absolute;
      top: -8px;
      right: 50%;
      margin-right: -8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #2f2f2f; }
    header.desktop-header .purchase .shortlist-bubble:after, header.desktop-header .purchase .shortlist-bubble:before {
      content: "";
      position: absolute;
      top: -8px;
      right: 50%;
      margin-right: -8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #2f2f2f; }
    header.desktop-header .purchase .basket-bubble:before, header.desktop-header .purchase .shortlist-bubble:before {
      border-bottom: 9px solid rgba(255, 255, 255, 0.5);
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      top: -9px;
      margin-right: -9px; }
    header.desktop-header .purchase .basket-bubble span {
      font-size: 15px;
      font-weight: bold;
      padding: 0; }
  header.desktop-header .social span, header.desktop-header .purchase a {
    font-size: 11px;
    font-weight: bold;
    color: white;
    line-height: 27px; }
  header.desktop-header .follow-us-label {
    margin-right: 8px;
    float: left; }
  header.desktop-header .purchase a {
    background-color: #1D1112;
    height: 27px;
    line-height: 27px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    text-decoration: none;
    z-index: 20; }
  header.desktop-header #disabled-shortlist, header.desktop-header #disabled-basket {
    background-color: #1D1112;
    height: 27px;
    line-height: 27px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    text-decoration: none;
    color: grey;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px; }
  header.desktop-header div.social a {
    width: 26px; }
    header.desktop-header div.social a img {
      margin: 5px; }
  header.desktop-header .purchase a span {
    display: block;
    padding-right: 15px; }
  header.desktop-header .purchase .counter {
    padding: 0;
    color: #666666;
    left: 17px;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    width: 10px;
    text-align: center; }
  header.desktop-header div.purchase a span.shortlist {
    padding-left: 15px; }
  header.desktop-header div.purchase .shortlist-active {
    position: relative;
    z-index: 5;
    background: url('/static/images/icon-shortlist.png?78bab996e32d') no-repeat 12px center;
    padding-left: 40px; }
  header.desktop-header div.purchase .basket {
    background: url('/static/images/icon-basket.png?78bab996e32d') no-repeat 12px 6px;
    padding-left: 35px; }
  header.desktop-header div.subscribe-wrap-outer {
    width: 100%;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0; }
  header.desktop-header div.subscribe-wrap-inner {
    width: 135px;
    height: 136px;
    position: absolute;
    top: 0;
    right: -135px; }
  header.desktop-header div.subscribe {
    background: url('/static/images/subscribe-curl.png?v=2&3450dc455dd2') transparent no-repeat;
    width: 135px;
    height: 135px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1000; }
  header.desktop-header div.top-bar {
    background: url('/static/images/bg-header-top-bar.png?78bab996e32d') transparent repeat-x;
    height: 39px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  header.desktop-header div.communication {
    background: url('/static/images/subscribe-curl-open.png?78bab996e32d') transparent no-repeat;
    width: 350px;
    height: 164px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2000; }
  header.desktop-header div.newsletter {
    margin: 7px 10px 0 0;
    float: right;
    width: 260px;
    text-align: right; }
    header.desktop-header div.newsletter p {
      clear: both;
      font-size: 12px;
      color: white;
      line-height: 15px;
      margin-bottom: 10px;
      overflow: hidden; }
      header.desktop-header div.newsletter p a {
        color: #FFFFFF;
        text-decoration: underline; }
    header.desktop-header div.newsletter div.label {
      background: #297a70;
      color: #fff;
      line-height: 35px;
      font-size: 1.1em;
      padding: 0 10px; }
    header.desktop-header div.newsletter div.field {
      background: #6b1047;
      border: 2px solid #e159ab;
      height: 22px;
      padding: 0 6px 0 10px;
      position: relative;
      float: right;
      -webkit-border-radius: 11px;
      -moz-border-radius: 11px;
      -o-border-radius: 11px;
      -khtml-border-radius: 11px;
      border-radius: 11px;
      margin-bottom: 10px; }
      header.desktop-header div.newsletter div.field input {
        width: 170px;
        background: none;
        border: 0;
        color: #fff;
        font-size: 12px;
        font-style: italic; }
    header.desktop-header div.newsletter .btn-submit {
      position: absolute;
      bottom: 7px;
      right: 70px;
      color: white;
      background: url('/static/images/btn-submit.png?78bab996e32d') transparent no-repeat left 2px;
      padding-left: 17px;
      line-height: 17px;
      text-decoration: none; }
    header.desktop-header div.newsletter .btn-cancel {
      position: absolute;
      bottom: 7px;
      right: 10px;
      color: white;
      background: url('/static/images/btn-cancel.png?78bab996e32d') transparent no-repeat left 2px;
      padding-left: 17px;
      line-height: 17px;
      text-decoration: none; }

#mc_embed_signup form label {
  display: none; }

#mc_embed_signup #mce-error-response, #mc_embed_signup #mce-success-response {
  color: #FFF;
  font-size: 10px;
  top: 10px; }

#mc_embed_signup #mc-embedded-groups {
  color: white;
  margin-top: 7px;
  font-size: 13px;
  overflow: hidden; }

#mc_embed_signup form #mc-embedded-groups label.groups {
  display: inline;
  vertical-align: text-bottom;
  margin-bottom: 0;
  line-height: 14px; }

#mc_embed_signup form .mc-embedded-group-option {
  font-size: 11px;
  float: left; }
  #mc_embed_signup form .mc-embedded-group-option label {
    font-size: 12px; }
  #mc_embed_signup form .mc-embedded-group-option div.checker {
    height: 18px;
    margin-top: -3px; }

.section--search-form {
  background-color: #1D1112;
  background-image: url('/static/images/flowers_alt_style_2.svg?v=2&200953c792fe');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%; }
  .section--search-form .row {
    margin-bottom: 0; }
  .section--search-form .property-search-form {
    padding: 2em 2em 0 2em;
    position: relative;
    z-index: 20; }
    .section--search-form .property-search-form input[type=submit] {
      margin-top: 1.5em; }
  .section--search-form input, .section--search-form select {
    margin-bottom: 15px;
    height: 40px; }
  .section--search-form input[type=submit] {
    width: 100%; }
  .section--search-form .btn-secondary {
    background-image: none;
    border-color: #C15729;
    background-color: #E86929;
    color: white; }
    .section--search-form .btn-secondary:hover, .section--search-form .btn-secondary:active, .section--search-form .btn-secondary:focus {
      border-color: #E86929;
      background-color: #C15729;
      color: white; }
  .section--search-form .datepicker-inline {
    width: 280px;
    background: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    line-height: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    font-size: 14px;
    position: absolute;
    top: 45px; }

@media (min-width: 768px) {
  .section--search-form {
    background-position: 0% 30%;
    background-size: 40%; } }

nav.desktop-nav {
  background-color: #222;
  border-width: 0;
  border-color: transparent;
  bottom: 0;
  height: 35px;
  margin-top: 137px;
  width: 100%; }
  nav.desktop-nav ul.main-navigation {
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%; }
    nav.desktop-nav ul.main-navigation > li {
      display: table-cell;
      font-size: 12px;
      line-height: 35px;
      list-style: none; }
      nav.desktop-nav ul.main-navigation > li > a {
        color: #f4f5f5;
        display: block;
        padding: 0;
        text-decoration: none;
        text-align: center; }
        nav.desktop-nav ul.main-navigation > li > a:visited, nav.desktop-nav ul.main-navigation > li > a:active {
          color: #f4f5f5;
          display: block;
          padding: 0;
          text-decoration: none;
          text-align: center; }
        nav.desktop-nav ul.main-navigation > li > a:hover {
          background-color: #3D3334;
          color: #fff; }
      nav.desktop-nav ul.main-navigation > li span.selected {
        background: #1d1112;
        color: #fff;
        display: block;
        padding: 0 22px; }
  nav.desktop-nav .min-width {
    min-width: 960px; }

/* Header Dropdown menu */
.header-dropdown-menu {
  display: table;
  table-layout: fixed;
  margin: 0;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: 330;
  list-style: none;
  overflow: hidden;
  border: none;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EFEFEF;
  border: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4); }
  .header-dropdown-menu.header-dropdown-search {
    padding: 0; }
  .header-dropdown-menu .dropdown-row {
    display: table-row; }
    .header-dropdown-menu .dropdown-row .dropdown-title {
      margin: 0;
      max-height: 0;
      min-height: 0;
      padding: 0;
      overflow: hidden; }
    .header-dropdown-menu .dropdown-row .dropdown-content {
      position: relative;
      float: left;
      overflow: hidden;
      max-height: 0;
      min-height: 0;
      padding: 0;
      width: 100%; }
    .header-dropdown-menu .dropdown-row li {
      position: relative;
      float: left;
      overflow: hidden;
      max-height: 0;
      min-height: 0;
      padding: 0;
      width: 20%; }
      .header-dropdown-menu .dropdown-row li.dropdown-element {
        display: table-cell;
        font-size: 12px;
        line-height: 35px;
        list-style: none;
        border-left: none;
        border-right: none; }
        .header-dropdown-menu .dropdown-row li.dropdown-element:first-child {
          border-left: none; }
        .header-dropdown-menu .dropdown-row li.dropdown-element.dropdown-recent {
          width: 100%;
          text-align: left; }
          .header-dropdown-menu .dropdown-row li.dropdown-element.dropdown-recent .recent-header {
            font-size: 1.3em;
            margin: 10px 0;
            padding-left: 10px; }
      .header-dropdown-menu .dropdown-row li a.dropdown-menu-links {
        width: 100%;
        display: block;
        font-weight: 400;
        line-height: 24px;
        padding: 20px 10px 5px;
        font-size: 14px;
        color: #333 !important;
        background-image: none;
        text-transform: Capitalize;
        text-align: left;
        box-sizing: border-box;
        -webkit-transition: background-color 0.3s, color 0.3s;
        -moz-transition: background-color 0.3s, color 0.3s;
        -o-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s; }
        .header-dropdown-menu .dropdown-row li a.dropdown-menu-links .dropdown-menu-title {
          display: block;
          padding-bottom: 15px; }
        .header-dropdown-menu .dropdown-row li a.dropdown-menu-links:active {
          width: 100%;
          display: block;
          font-weight: 400;
          line-height: 24px;
          padding: 20px 10px 5px;
          font-size: 14px;
          color: #333 !important;
          background-image: none;
          text-transform: Capitalize;
          text-align: left;
          box-sizing: border-box; }
        .header-dropdown-menu .dropdown-row li a.dropdown-menu-links:hover {
          color: #D7218E !important;
          background-color: #fff;
          text-decoration: none; }
      .header-dropdown-menu .dropdown-row li a.dropdown-menu-links img {
        margin-bottom: 8px;
        display: block;
        width: 100%; }

nav.desktop-nav .header-dropdown-trigger:hover {
  background-color: #3D3334; }
  nav.desktop-nav .header-dropdown-trigger:hover > a {
    position: relative; }
    nav.desktop-nav .header-dropdown-trigger:hover > a:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #3D3334;
      border-width: 8px;
      bottom: -15px;
      left: 50%;
      margin: -20px 0 0 -8px;
      z-index: 340; }
  nav.desktop-nav .header-dropdown-trigger:hover .header-dropdown-menu .dropdown-title {
    max-height: 250px;
    margin: 0; }
  nav.desktop-nav .header-dropdown-trigger:hover .header-dropdown-menu .dropdown-content {
    max-height: 250px;
    margin: 0; }
  nav.desktop-nav .header-dropdown-trigger:hover .header-dropdown-menu .dropdown-element {
    max-height: 250px;
    margin: 0; }

@media screen and (min-width: 1200px) {
  nav.desktop-nav li {
    font-size: 14px; } }

/* Progressively show more items and change their widths */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-dropdown-menu .dropdown-row > li {
    width: 20%; }
    .header-dropdown-menu .dropdown-row > li:nth-child(n+6) {
      display: none; } }

@media screen and (min-width: 1001px) and (max-width: 1250px) {
  .header-dropdown-menu .dropdown-row li {
    width: 16.666%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+7) {
      display: none; } }

@media screen and (min-width: 1251px) and (max-width: 1500px) {
  .header-dropdown-menu .dropdown-row li {
    width: 14.285%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+8) {
      display: none; } }

@media screen and (min-width: 1501px) and (max-width: 1750px) {
  .header-dropdown-menu .dropdown-row li {
    width: 12.5%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+9) {
      display: none; } }

@media screen and (min-width: 1751px) and (max-width: 2000px) {
  .header-dropdown-menu .dropdown-row li {
    width: 11.11%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+10) {
      display: none; } }

@media screen and (min-width: 2001px) and (max-width: 2250px) {
  .header-dropdown-menu .dropdown-row li {
    width: 10%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+11) {
      display: none; } }

@media screen and (min-width: 2251px) and (max-width: 2500px) {
  .header-dropdown-menu .dropdown-row li {
    width: 9.0909%; }
    .header-dropdown-menu .dropdown-row li:nth-child(n+12) {
      display: none; } }

@media screen and (min-width: 2501px) {
  .header-dropdown-menu .dropdown-row li {
    width: auto; }
    .header-dropdown-menu .dropdown-row li > a > img {
      width: 100%; } }

.header-dropdown-menu .dropdown-row li:last-child {
  position: relative; }
  .header-dropdown-menu .dropdown-row li:last-child img {
    background-color: #222; }

.row.row--homepage-content {
  background-color: #6D5E67;
  padding-top: 0;
  padding-bottom: 50px;
  color: #FFFFFF; }
  .row.row--homepage-content a {
    color: #E86929;
    font-family: 'Sofia W01 Medium1446831'; }

.row.row--blog {
  background-color: #6D5E67;
  color: white; }
  .row.row--blog .col-blog-posts {
    padding-left: 0;
    padding-right: 0; }
    .row.row--blog .col-blog-posts .image-block, .row.row--blog .col-blog-posts .image-block-bg {
      height: 450px; }
    .row.row--blog .col-blog-posts .image-block .dimmed-title {
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -ms-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 10; }
    .row.row--blog .col-blog-posts .image-block:hover .dimmed-title {
      background-color: rgba(232, 105, 41, 0.7); }
  .row.row--blog .twitter-feed {
    display: table; }
    .row.row--blog .twitter-feed .tweet-wrapper {
      height: auto;
      display: table-cell;
      vertical-align: middle; }
      .row.row--blog .twitter-feed .tweet-wrapper h2 a {
        color: #E86929;
        text-decoration: none; }
      .row.row--blog .twitter-feed .tweet-wrapper .tweet {
        margin: 3.5em 0; }
        .row.row--blog .twitter-feed .tweet-wrapper .tweet a {
          color: #E86929;
          font-family: 'Sofia W01 Medium1446831'; }
        .row.row--blog .twitter-feed .tweet-wrapper .tweet .tweet-logo {
          font-size: 2em;
          float: left;
          margin-right: 0.5em; }
        .row.row--blog .twitter-feed .tweet-wrapper .tweet .tweet-content {
          margin-left: 40px; }

.row.row--mason-grid {
  padding: 5px;
  background-color: #1D1112;
  position: relative; }
  .row.row--mason-grid .more-grids {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    opacity: 1;
    margin: 0 auto;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #E86929;
    border-radius: 30px;
    z-index: 100;
    color: white;
    line-height: 55px;
    font-family: 'Sofia W01 Regular1446825';
    text-decoration: none;
    text-align: center; }
    .row.row--mason-grid .more-grids:hover {
      opacity: 1; }
  .row.row--mason-grid .mason-container {
    width: 100%;
    position: relative; }
    .row.row--mason-grid .mason-container .grid-testimonial {
      display: none; }
      .row.row--mason-grid .mason-container .grid-testimonial .carousel-inner {
        overflow: visible; }
      .row.row--mason-grid .mason-container .grid-testimonial .item {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
    .row.row--mason-grid .mason-container .grid-item.grid-package .content-bottom h2 {
      margin-bottom: 0.5em; }
    .row.row--mason-grid .mason-container .grid-item.grid-package .content-bottom ul {
      list-style-type: none;
      padding: 0; }
      .row.row--mason-grid .mason-container .grid-item.grid-package .content-bottom ul li {
        font-family: 'Dosis', sans-serif; }
    .row.row--mason-grid .mason-container .grid-item, .row.row--mason-grid .mason-container .mason-filler {
      float: left;
      position: relative;
      overflow: hidden; }
      .row.row--mason-grid .mason-container .grid-item .dimmed-title, .row.row--mason-grid .mason-container .mason-filler .dimmed-title {
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -ms-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        background-color: rgba(0, 0, 0, 0.7); }
      .row.row--mason-grid .mason-container .grid-item:hover .dimmed-title, .row.row--mason-grid .mason-container .mason-filler:hover .dimmed-title {
        background-color: rgba(232, 105, 41, 0.7); }
      .row.row--mason-grid .mason-container .grid-item a, .row.row--mason-grid .mason-container .mason-filler a {
        color: white;
        text-decoration: none; }
      .row.row--mason-grid .mason-container .grid-item .content-top, .row.row--mason-grid .mason-container .mason-filler .content-top {
        position: relative;
        z-index: 20; }
        .row.row--mason-grid .mason-container .grid-item .content-top.content-testimonial, .row.row--mason-grid .mason-container .mason-filler .content-top.content-testimonial {
          padding: 15px; }
        .row.row--mason-grid .mason-container .grid-item .content-top h2, .row.row--mason-grid .mason-container .mason-filler .content-top h2 {
          margin-top: 0;
          margin-right: 79px; }
        .row.row--mason-grid .mason-container .grid-item .content-top ul, .row.row--mason-grid .mason-container .mason-filler .content-top ul {
          margin: 0;
          list-style: none; }
          .row.row--mason-grid .mason-container .grid-item .content-top ul li, .row.row--mason-grid .mason-container .mason-filler .content-top ul li {
            color: white;
            font-size: 18px; }
        .row.row--mason-grid .mason-container .grid-item .content-top p, .row.row--mason-grid .mason-container .mason-filler .content-top p {
          font-size: 16px; }
      .row.row--mason-grid .mason-container .grid-item .content-bottom, .row.row--mason-grid .mason-container .mason-filler .content-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        z-index: 20; }
        .row.row--mason-grid .mason-container .grid-item .content-bottom.text-center, .row.row--mason-grid .mason-container .mason-filler .content-bottom.text-center {
          width: 100%; }
        .row.row--mason-grid .mason-container .grid-item .content-bottom h2, .row.row--mason-grid .mason-container .mason-filler .content-bottom h2 {
          font-size: 22px;
          margin: 0; }
        .row.row--mason-grid .mason-container .grid-item .content-bottom h3, .row.row--mason-grid .mason-container .mason-filler .content-bottom h3 {
          font-size: 18px;
          margin: 0; }
        .row.row--mason-grid .mason-container .grid-item .content-bottom p, .row.row--mason-grid .mason-container .mason-filler .content-bottom p {
          font-size: 18px; }
        .row.row--mason-grid .mason-container .grid-item .content-bottom.content-testimonial, .row.row--mason-grid .mason-container .mason-filler .content-bottom.content-testimonial {
          top: 40%;
          left: 0;
          right: 0;
          padding-right: 0;
          padding-left: 0;
          background-color: transparent; }
      .row.row--mason-grid .mason-container .grid-item .testimonial-quote, .row.row--mason-grid .mason-container .mason-filler .testimonial-quote {
        width: 100%;
        position: relative; }
        .row.row--mason-grid .mason-container .grid-item .testimonial-quote p, .row.row--mason-grid .mason-container .mason-filler .testimonial-quote p {
          padding-left: 30px;
          padding-top: 50px;
          padding-bottom: 15px;
          padding-right: 25%;
          font-size: 24px; }
        .row.row--mason-grid .mason-container .grid-item .testimonial-quote:before, .row.row--mason-grid .mason-container .mason-filler .testimonial-quote:before {
          content: "\201C";
          font-size: 60px;
          font-family: 'Gill Sans W01 Medium';
          position: absolute;
          left: 30px;
          top: 0; }
    .row.row--mason-grid .mason-container .badge-wrapper {
      padding: 15px;
      background-color: #1D1112;
      height: 100%;
      width: 100%; }
    .row.row--mason-grid .mason-container .badge-bg {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      height: 100%;
      width: 100%; }
    .row.row--mason-grid .mason-container .grid-bg {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      height: 100%;
      width: 100%; }
    .row.row--mason-grid .mason-container .property-price {
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
      top: 15px;
      right: 0;
      bottom: auto;
      height: auto; }

@media (min-width: 768px) {
  .row.row--mason-grid .more-grids {
    opacity: 0.7; }
  .row.row--mason-grid .mason-container .grid-testimonial {
    display: block; } }

@media (min-width: 992px) {
  .row.row--homepage-content {
    padding-top: 50px; }
  .row.row--blog .twitter-feed .tweet-wrapper {
    height: 450px; } }

/* @group jewels/loves */
/* CROWN_JEWELS/CROWN_LOVES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#crown_loves #mid {
  padding: 30px 0;
  background: #fff; }

#crown_loves aside#property_search {
  background: none;
  border-radius: 0; }

#crown_loves aside#property_search h3 {
  background: none;
  border-radius: 0;
  font-family: 'Sofia W01 Medium1446831';
  font-size: 14px;
  font-weight: bold;
  color: #666; }

#crown_loves aside#property_search h3 span {
  color: #d71f8c;
  text-transform: uppercase; }

#jewels_block .data, #loves_block .data {
  padding-left: 195px; }

#jewels_block .data .description-wrapper,
#loves_block .data .description-wrapper {
  left: 10px; }

#jewels_block .title, #loves_block .title {
  font-size: 38px;
  color: #666;
  line-height: 36px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important; }

#loves_block .data h3,
#jewels_block .data h3 {
  border-bottom: 1px solid #cfcdd0;
  padding: 7px 0 10px 10px; }

#loves_block .data h3 {
  margin: 0; }

#crown_loves #content #loves_block a,
#content #jewels_block a,
#crown_loves #content #loves_block .data a:visited,
#content #jewels_block a:visited,
#page #content #loves_block a,
#page #content #loves_block a:visited {
  text-decoration: none;
  color: #71355b;
  font-weight: normal; }

#loves_block .data p,
#jewels_block .data p {
  margin: 0;
  padding: 10px; }

#content #jewels_block .content .jewels-search-link {
  margin-top: 30px; }

#content #jewels_block .content .jewels-search-link a, #page #content a#crown_jewels_toggle {
  padding: 15px;
  color: #fff;
  background-color: #e6329d;
  border-radius: 5px; }

#page #content a#crown_jewels_toggle {
  padding: 8px; }

#jewels_block .jewels-title {
  background: url('/static/images/crown-jewels-title.png?78bab996e32d');
  width: 388px;
  height: 104px;
  display: block; }

#loves_block .loves-title {
  background: url('/static/images/crown-loves-title.png?78bab996e32d');
  width: 540px;
  height: 104px;
  display: block; }

#jewels_block .jewels-logo-small {
  background: url('/static/images/crown-jewels-small.png?78bab996e32d');
  width: 210px;
  height: 55px;
  display: inline-block;
  float: right; }

#jewels_block .crown-sign {
  background: url('/static/images/crown-sign.png?78bab996e32d');
  width: 347px;
  height: 88px;
  display: inline-block; }

#jewels_block .slides-wrapper, #loves_block .slides-wrapper {
  position: relative;
  margin: 40px 0; }

#jewels_block .pagination, #loves_block .pagination {
  display: inline-block;
  left: 50%;
  position: relative;
  margin-left: -35px;
  list-style: none; }

#jewels_block .pagination li, #loves_block .pagination li {
  float: left;
  padding: 5px; }

#jewels_block .pagination li a, #loves_block .pagination li a {
  background-image: url('/static/images/pagination.png?78bab996e32d');
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  text-indent: -9999px; }

#jewels_block .pagination li.current a, #jewels_block .pagination li a:hover, #loves_block .pagination li.current a, #loves_block .pagination li a:hover {
  background-position: center top; }

#jewels_block .packages-block {
  clear: both;
  width: 100%;
  margin: 10px 0;
  overflow: hidden; }

#jewels_block .jewel-variant-table {
  border-collapse: separate;
  border-spacing: 6px; }

#jewels_block .jewel-variant-table tr.row_2 td {
  width: 341px; }

#jewels_block .packages-block h2 {
  font-weight: normal;
  font-size: 20px;
  color: #656565;
  padding-bottom: 5px;
  border-bottom: 1px dotted #a0a0a0;
  display: block; }

#jewels_block .packages-block h3 {
  font-size: 16px;
  font-weight: bold;
  color: #656565; }

#jewels_block .packages-block .row_2, #jewels_block .packages-block .row_3 {
  overflow: hidden;
  margin-bottom: 20px; }
  #jewels_block .packages-block .row_2 td, #jewels_block .packages-block .row_3 td {
    width: 33.333333%; }

#jewels_block .packages-block .column {
  float: left;
  margin: 10px 10px 0 0; }

#jewels_block .packages-block .row_2 .column {
  width: 235px; }

#jewels_block .packages-block .row_3 .column {
  width: 226px; }

#jewels_block .packages-block .column:last-child {
  margin-right: 0; }

#jewels_block .packages-block .column h3 {
  padding: 4px; }

#jewels_block .packages-block .package-short-description {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: bold; }

#jewels_block .packages-block .package-description {
  font-size: 10px;
  color: #656565;
  padding: 4px 0;
  margin-top: 5px;
  min-height: 150px; }

#jewels_block .packages-block .package-price, .crown-jewel-detail .package-price {
  border-top: 1px dotted #a0a0a0;
  font-size: 13px;
  margin-top: 20px;
  padding: 7px 0; }

#jewels_block .packages-block td.package-price-cell, .crown-jewel-detail .package-price {
  border-bottom: 1px solid #a0a0a0; }

#jewels_block .packages-block .package-price strong, .crown-jewel-detail .package-price strong {
  font-family: 'Sofia W01 Medium1446831';
  line-height: 15px; }

#loves_block .content {
  width: 500px;
  float: left; }

#jewels_block #mainimage {
  max-width: 100%; }

#enquiry_button, #enquiry_button_packages, #loves_block #findoutmore_button {
  display: inline-block;
  float: right;
  background: #ce1c6d;
  background: -moz-linear-gradient(top, #ce1c6d 0%, #a9105b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce1c6d), color-stop(100%, #a9105b));
  background: -webkit-linear-gradient(top, #ce1c6d 0%, #a9105b 100%);
  background: -o-linear-gradient(top, #ce1c6d 0%, #a9105b 100%);
  background: -ms-linear-gradient(top, #ce1c6d 0%, #a9105b 100%);
  background: linear-gradient(to bottom, #ce1c6d 0%, #a9105b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1c6d', endColorstr='#a9105b',GradientType=0 );
  border-top: 1px solid #e88eb6;
  border-bottom: 1px solid #39051f;
  text-shadow: 0px -1px 1px #740e3e;
  filter: dropshadow(color=#740e3e, offx=0, offy=-1);
  color: white !important;
  width: 140px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#property_details .crown-jewel {
  position: relative;
  width: 41%;
  float: left;
  margin-right: 55px;
  margin-bottom: 30px;
  min-height: 155px;
  -moz-box-shadow: 0px 0px 3px #777;
  -webkit-box-shadow: 0px 0px 3px #777;
  box-shadow: 0px 0px 3px #777;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.crown-jewel .diamond {
  background: url('/static/images/jewel.png?78bab996e32d');
  width: 53px;
  height: 36px;
  position: absolute;
  left: -15px;
  top: -12px; }

#property_details .crown-jewels {
  clear: both;
  margin: -30px;
  overflow: hidden;
  padding: 30px; }

#property_details div.details .crown-jewels h2 {
  margin-bottom: 1em; }

#property_details .crown-jewels .clear {
  clear: both; }

#property_details .crown-jewel:nth-child(2n) {
  margin-right: 0; }

#property_details div.details .crown-jewels .crown-jewel-detail .title,
#booking-crown-jewels .crown-jewel-detail .title,
#enquiry_form .title {
  margin-bottom: 0;
  margin-top: 0;
  background: #d5196d;
  background: -moz-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5196d), color-stop(100%, #a11554));
  background: -webkit-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -o-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -ms-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: linear-gradient(to bottom, #d5196d 0%, #a11554 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5196d', endColorstr='#a11554',GradientType=0 );
  border-top: 1px solid #e58db7;
  border-bottom: 1px solid #450223;
  line-height: 33px;
  padding: 0 10px 0 30px;
  font-size: 15px;
  color: white;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom: 0;
  border-bottom-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#property_details div.details .crown-jewels .crown-jewel .title {
  margin-bottom: 0;
  margin-top: 0;
  background: #c7c7c7;
  background: -moz-linear-gradient(top, #c7c7c7 0%, #bababa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c7c7), color-stop(100%, #bababa));
  background: -webkit-linear-gradient(top, #c7c7c7 0%, #bababa 100%);
  background: -o-linear-gradient(top, #c7c7c7 0%, #bababa 100%);
  background: -ms-linear-gradient(top, #c7c7c7 0%, #bababa 100%);
  background: linear-gradient(to bottom, #c7c7c7 0%, #bababa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#bababa',GradientType=0 );
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #696969;
  line-height: 33px;
  padding: 0 10px 0 30px;
  font-size: 15px;
  color: white;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom: 0;
  border-bottom-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#property_details div.details .crown-jewels .crown-jewel-detail .title,
#booking-crown-jewels .crown-jewel-detail .title,
#crown-jewel-detail .title,
#enquiry_form .title {
  line-height: 43px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0 30px 0 15px; }

.crown-jewel .popup-inner,
.crown-jewel-detail .popup-inner,
#crown-jewel-detail .popup-inner,
#enquiry_form .popup-inner {
  padding: 10px 15px;
  overflow: hidden;
  width: 95%;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important; }

.crown-jewel-detail .popup-inner ul {
  list-style-type: none;
  margin-left: 0.5em; }

.crown-jewel-detail .popup-inner ul li a {
  color: #813464;
  text-decoration: none; }

.crown-jewel-detail .popup-inner ul li a:hover {
  text-decoration: underline; }

.crown-jewel-detail .popup-inner ul li:before {
  content: " - ";
  color: #813464; }

.btn-close {
  background: url('/static/images/btn-popup-close.png?78bab996e32d') no-repeat center center;
  width: 33px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
  margin-right: -8px;
  text-decoration: none;
  position: absolute;
  right: 10px; }

.crown-jewel .crown-description {
  width: 125px;
  float: left; }

.crown-jewel .crown-description p {
  margin-bottom: 30px; }

.crown-jewel .thumb {
  position: absolute;
  border: 3px solid white;
  right: -20px;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-box-shadow: 0px 0px 3px #777;
  -moz-box-shadow: 0px 0px 3px #777;
  -o-box-shadow: 0px 0px 3px #777;
  box-shadow: 0px 0px 3px #777; }

.crown-jewel .find-out-more,
#page #content #booking .crown-jewel .find-out-more,
.crown-jewel-detail .book-now,
#enquiry_form .book-now {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #d5196d;
  background: -moz-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5196d), color-stop(100%, #a11554));
  background: -webkit-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -o-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: -ms-linear-gradient(top, #d5196d 0%, #a11554 100%);
  background: linear-gradient(to bottom, #d5196d 0%, #a11554 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5196d', endColorstr='#a11554',GradientType=0 );
  border-top: 1px solid #e58db7;
  border-bottom: 1px solid #450223;
  border-left: 0;
  border-right: 0;
  line-height: 1.2em;
  text-decoration: none;
  color: white;
  padding: 2px 14px;
  font-size: 11px; }

.crown-jewel .find-out-more {
  position: absolute;
  bottom: 15px; }

#page #content #booking .crown-jewel a.find-out-more {
  position: relative;
  top: 5px;
  left: 5px;
  color: white;
  width: 100px;
  font-weight: normal; }

.crown-jewel .find-out-more:hover,
.crown-jewel-detail .book-now:hover,
#enquiry_form .book-now:hover {
  background: -moz-linear-gradient(top, #A11554 0%, #a11554 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A11554), color-stop(100%, #a11554));
  background: -webkit-linear-gradient(top, #A11554 0%, #a11554 100%);
  background: -o-linear-gradient(top, #A11554 0%, #a11554 100%);
  background: -ms-linear-gradient(top, #A11554 0%, #a11554 100%);
  background: linear-gradient(to bottom, #A11554 0%, #a11554 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A11554', endColorstr='#a11554',GradientType=0 ); }

#crown-jewel-detail {
  text-align: left; }

#crown-jewel-detail .book-now {
  display: none; }

.crown-jewels .crown-jewel-detail.popup,
#booking-crown-jewels .crown-jewel-detail.popup,
#crown-jewel-detail,
#jewels_block #enquiry_form {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 );
  background-color: white;
  width: 460px;
  position: fixed;
  z-index: 9999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #000;
  -moz-box-shadow: 0px 0px 3px #000;
  -o-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000; }

#jewels_block #enquiry_form {
  width: 630px; }

.crown-jewels .popup-overlay,
#crown-popup-overlay,
#jewels_block .popup-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000; }

#enquiry_form .book-now,
.crown-jewel-detail .book-now {
  line-height: 1.8em;
  font-size: 15px;
  padding: 10px 20px 6px;
  text-transform: uppercase; }

#enquiry_form .actions {
  margin: 20px 0; }

#enquiry_form .actions.fl-right {
  float: right; }

.package-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px; }

.package-cost {
  background: #4c7f82;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 5px;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px; }

.jewel_image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.jewel_main_content ul {
  padding-left: 0;
  list-style-position: inside; }

.package-price.packages {
  padding: 10px 0;
  border-top: 1px dotted #AAA;
  border-bottom: 1px dotted #AAA;
  margin-bottom: 10px; }
  .package-price.packages p {
    margin-bottom: 0; }

.jewel-packages h2 {
  margin-top: 0;
  margin-bottom: 20px; }

.package-more-link {
  position: absolute;
  right: 15px;
  bottom: 10px;
  left: 15px;
  background: #4c7f82;
  border-radius: 5px;
  padding: 8px 5px;
  font-size: 17px; }
  .package-more-link a, .package-more-link a:visited {
    color: #ffffff; }

@media (max-width: 759px) {
  #content #jewels_block .content .jewels-search-link a {
    padding: 5px; } }

@media (max-width: 479px) {
  #content #jewels_block .content .jewels-search-link a {
    font-size: 14px; } }

#carousel-property-banner h1 {
  font-size: 22px; }

@media screen and (min-width: 768px) {
  #carousel-property-banner h1 {
    font-size: 36px; } }

.header_banner {
  position: relative; }
  .header_banner img {
    width: 100%; }

.header-search-filters input[type=submit] {
  width: inherit;
  height: inherit;
  margin-top: 0 !important;
  margin-bottom: 0; }

.header-search-filters button:first-child {
  width: 70%; }

.header-search-filters button:last-child {
  width: 30%; }

.btn-secondary.darken {
  background-color: #C15729; }

.search-results-summary {
  background-color: #b8b5a6; }

.search-map {
  position: relative;
  height: 250px; }
  .search-map > .search-results-map {
    position: relative;
    height: 250px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

#landing-map .search-map {
  height: 100%; }

#landing-map .search-results-map {
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

.map-property-info > h2 {
  font-size: 30px; }

.map-property-info > img {
  width: 100%; }

.container.property-search-results {
  padding: 0 20px; }

.crown-jewel-search-notice {
  padding: 20px 5px;
  background-color: #222;
  color: #FFF; }
  .crown-jewel-search-notice p {
    margin: 0; }
  .crown-jewel-search-notice .remove-crown-jewel-filter {
    margin-left: 20px; }

.search-results-grid {
  padding: 20px 5px;
  background-color: #dad8d0; }

.normal-page-content {
  padding-top: 20px;
  padding-bottom: 20px; }

.pager li > a,
.pager li > span {
  min-width: 40px; }

.pager .prev, .pager .next {
  width: 120px; }

.pager .current {
  background-color: #e6329d;
  color: #FFFFFF; }

.search-filters {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px; }

.search-item {
  padding: 5px; }

.image-block.search,
.image-block.wishlist {
  background-color: #FFFFFF;
  padding: 5px;
  height: 370px;
  display: table;
  position: relative;
  overflow: visible;
  width: 100%; }
  .image-block.search.package,
  .image-block.wishlist.package {
    height: 520px; }
    .image-block.search.package ul,
    .image-block.wishlist.package ul {
      list-style-type: disc !important;
      padding: 0 20px !important; }
  .image-block.search .search-property-thumbnail,
  .image-block.wishlist .search-property-thumbnail {
    position: relative; }
    .image-block.search .search-property-thumbnail > img,
    .image-block.wishlist .search-property-thumbnail > img {
      width: 100%; }
    .image-block.search .search-property-thumbnail .property-price,
    .image-block.wishlist .search-property-thumbnail .property-price {
      display: table;
      bottom: 10px; }
  .image-block.search .search-property-summary,
  .image-block.wishlist .search-property-summary {
    padding-top: 15px; }
    .image-block.search .search-property-summary .property-title,
    .image-block.wishlist .search-property-summary .property-title {
      font-size: 20px;
      color: #333; }
      .image-block.search .search-property-summary .property-title span,
      .image-block.wishlist .search-property-summary .property-title span {
        font-size: 16px; }
    .image-block.search .search-property-summary ul,
    .image-block.wishlist .search-property-summary ul {
      list-style: none;
      padding: 0; }
    .image-block.search .search-property-summary .add-to-wishlist,
    .image-block.search .search-property-summary .remove-from-wishlist,
    .image-block.wishlist .search-property-summary .add-to-wishlist,
    .image-block.wishlist .search-property-summary .remove-from-wishlist {
      display: block;
      text-align: center;
      color: gray;
      z-index: 2000;
      padding: 0;
      margin-top: 1em;
      transition: all 0.3s ease-in-out; }
      .image-block.search .search-property-summary .add-to-wishlist:hover,
      .image-block.search .search-property-summary .remove-from-wishlist:hover,
      .image-block.wishlist .search-property-summary .add-to-wishlist:hover,
      .image-block.wishlist .search-property-summary .remove-from-wishlist:hover {
        color: #e6329d; }
      .image-block.search .search-property-summary .add-to-wishlist:active, .image-block.search .search-property-summary .add-to-wishlist:focus,
      .image-block.search .search-property-summary .remove-from-wishlist:active,
      .image-block.search .search-property-summary .remove-from-wishlist:focus,
      .image-block.wishlist .search-property-summary .add-to-wishlist:active,
      .image-block.wishlist .search-property-summary .add-to-wishlist:focus,
      .image-block.wishlist .search-property-summary .remove-from-wishlist:active,
      .image-block.wishlist .search-property-summary .remove-from-wishlist:focus {
        color: #a6105a; }
    .image-block.search .search-property-summary .remove-from-wishlist,
    .image-block.wishlist .search-property-summary .remove-from-wishlist {
      color: #e6329d; }

.search-property-discounts {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 3; }
  .search-property-discounts:hover .search-property-discount-info {
    visibility: visible;
    opacity: 1;
    z-index: 5; }
    .search-property-discounts:hover .search-property-discount-info a {
      text-decoration: none; }
  .search-property-discounts .search-property-discount-info {
    background-color: #e6329d;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 150px 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: 450px;
    transition: opacity 0.15s linear, visibility 0.15s linear; }
  .search-property-discounts .discount-info {
    background: #e6329d;
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 40px;
    bottom: 0;
    z-index: 4;
    color: #FFFFFF;
    text-align: center; }
  .search-property-discounts .property-discounts-a {
    color: #FFFFFF;
    text-decoration: none; }
  .search-property-discounts:hover > .search-property-discount-info a {
    color: #FFFFFF; }

#filters-toggle .icon {
  padding: 5px;
  line-height: 1em; }

#filters-modal {
  padding-right: 0 !important;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4); }

.search-filters.fab {
  z-index: 1050; }

.fab {
  position: fixed;
  bottom: -100px;
  z-index: 100;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease; }

.fab .btn {
  font-size: 16px; }

.fab-visible {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.fab-static {
  position: static;
  background-color: #222; }

.fab-container {
  position: relative;
  height: 66px;
  background-color: #222; }

.modal-header {
  position: relative;
  width: 100%;
  z-index: 1;
  border: none; }
  .modal-header > h2 {
    font-size: 22px;
    margin: 10px 0 0; }

@media screen and (max-width: 768px) {
  .fab-static {
    position: relative; }
  .modal-dialog {
    width: 100%;
    margin: 0; }
  .modal-backdrop {
    background-color: transparent; }
  .modal-content {
    border-radius: 0;
    border: none;
    min-height: 100vh; }
  .modal-backdrop {
    z-index: 0; } }

@media screen and (max-width: 768px) {
  .landing-page-map {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 991px) {
  .image-block.search {
    height: 420px; }
    .image-block.search.package {
      height: 520px; }
  .search-property-discounts .search-property-discount-info {
    padding: 180px 15px; } }

@media screen and (min-width: 451px) and (max-width: 768px) {
  .search-item {
    width: 50%; }
  .image-block.search {
    height: 430px; }
    .image-block.search .search-property-discount-info {
      padding: 180px 15px; } }

@media screen and (max-width: 450px) {
  .search-item {
    width: 100%; }
  .image-block.search {
    height: inherit;
    padding-bottom: 40px; } }

.landing-page-content {
  padding: 0; }

.landing-page-text h1 {
  margin-bottom: 15px; }

.landing-page-text h2 {
  font-size: 20px; }

.landing-page-title {
  margin-bottom: 30px; }

.landing-page-property-count-title {
  font-size: 30px; }

.wishlist-items {
  padding-top: 50px;
  background-color: #dad8d0; }

.image-block.wishlist {
  height: auto;
  margin-bottom: 15px; }
  .image-block.wishlist .property-features {
    margin-top: 5px;
    padding: 0; }
  .image-block.wishlist .search-property-thumbnail {
    padding: 0; }
  .image-block.wishlist .features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px; }
    .image-block.wishlist .features-list .features-col {
      padding: 0; }
    .image-block.wishlist .features-list > span > li {
      line-height: 2em;
      font-size: 16px; }
      .image-block.wishlist .features-list > span > li > .facilities-icon {
        margin-right: 10px;
        font-size: 20px; }

.search-property-summary {
  padding: 0; }

.wishlist-share {
  margin-top: 15px;
  text-align: left;
  font-size: 24px; }
  .wishlist-share .social-icon-link {
    padding-right: 10px; }

.wishlist-actions {
  position: absolute;
  right: 10px;
  background-color: white;
  width: 35px;
  top: 10px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  padding: 10px 0;
  z-index: 2; }
  .wishlist-actions a {
    padding: 0;
    font-size: 16px; }

.booking-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px; }

.eq-height-override {
  height: 100% !important; }

@media screen and (min-width: 991px) {
  .image-block.search {
    height: 420px; }
  .search-property-discounts .search-property-discount-info {
    padding: 175px 15px; } }

@media screen and (min-width: 451px) and (max-width: 768px) {
  .search-item {
    width: 100%; }
  .image-block.wishlist {
    height: inherit; }
    .image-block.wishlist .search-property-discount-info {
      padding: 180px 15px; } }

@media screen and (max-width: 768px) {
  .image-block.wishlist .property-features {
    padding-bottom: 20px; }
  .image-block.wishlist .booking-button {
    position: relative;
    margin: 15px auto;
    text-align: center;
    display: inherit;
    width: 50%; }
  .wishlist-share {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px; }
    .wishlist-share .social-icon-link {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 450px) {
  .search-item {
    width: 100%; }
  .image-block.wishlist {
    height: inherit; } }

#carousel-property-banner .carousel-inner .item img {
  width: 100%; }

.property-text-overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); }
  .property-text-overlay h1 {
    color: #fff;
    line-height: 1em;
    margin-bottom: 0.5em; }
  .property-text-overlay .container {
    padding: 0 30px; }

#carousel-what-people-say {
  margin-bottom: 15px; }
  #carousel-what-people-say .carousel-indicators {
    top: -30px; }
  #carousel-what-people-say .author {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: bold;
    color: #888; }

#carousel-crown-jewels {
  padding-bottom: 30px; }
  #carousel-crown-jewels .carousel-inner {
    overflow-y: visible; }
  #carousel-crown-jewels .carousel-control {
    background-image: none !important;
    color: black;
    opacity: 1;
    width: 0; }
  #carousel-crown-jewels .eq-height-wrapper:first-child {
    border-spacing: 15px 0px;
    padding-top: 15px; }

.crown-jewel-callout {
  padding: 15px 15px 50px;
  height: 250px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .crown-jewel-callout.well {
    background-color: #eee; }
  .crown-jewel-callout h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px; }
    .crown-jewel-callout h3 a {
      color: #e6329d;
      font-family: 'Sofia W01 Semi Bold'; }
  .crown-jewel-callout .callout-description {
    padding-right: 0;
    padding-bottom: 45px; }
  .crown-jewel-callout .callout-more-link {
    position: absolute;
    right: 15px;
    bottom: 15px; }
  .crown-jewel-callout .callout-thumbnail {
    padding: 0; }
    .crown-jewel-callout .callout-thumbnail img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 768px) {
  #carousel-crown-jewels .glyphicon-chevron-left {
    margin-left: -30px; }
  #carousel-crown-jewels .glyphicon-chevron-right {
    margin-right: -30px; } }

@media screen and (max-width: 768px) {
  #carousel-crown-jewels {
    padding: 15px; }
  #carousel-crown-jewels .eq-height-wrapper {
    padding: 0; }
  .eq-height-wrapper:first-child {
    border-spacing: 0;
    padding-top: 15px; }
  .crown-jewel-callout {
    display: table;
    margin: 0 0 15px;
    width: 100%; }
    .crown-jewel-callout .callout-more-link {
      position: absolute;
      right: 30px;
      bottom: 30px; } }

.property-booking-form {
  background: url('/static/images/bg-facilities.png?78bab996e32d') no-repeat 100% 100%;
  background-color: whitesmoke;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333; }
  .property-booking-form label {
    font-family: "Sofia W01 Medium1446831"; }
  .property-booking-form .price-text {
    font-size: 1.3em;
    padding-bottom: 15px; }
  .property-booking-form .property-costs-total {
    background: #6D5E67;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 18px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    color: white; }
  .property-booking-form .btn-book {
    text-decoration: none; }

#booking ul.total li a.booking-tooltip .booking-fee-label-aside, #ic-booking-calculation .booking-fee-label-aside {
  margin-top: 5px;
  font-size: 0.8em; }

#booking ul.total li a.booking-tooltip, #ic-booking-calculation a.booking-tooltip {
  font-size: 0.8em;
  float: none;
  display: inline;
  position: relative;
  margin-left: 0; }
  #booking ul.total li a.booking-tooltip .booking-tooltip-content, #ic-booking-calculation a.booking-tooltip .booking-tooltip-content {
    display: none;
    position: absolute;
    text-transform: initial;
    top: 2em;
    left: -200px;
    width: 200px;
    background: white;
    border: 1px solid #888;
    border-radius: 3px;
    padding: 15px 5px;
    z-index: 99; }
    #booking ul.total li a.booking-tooltip .booking-tooltip-content p, #ic-booking-calculation a.booking-tooltip .booking-tooltip-content p {
      font-size: 14px;
      font-weight: normal; }
  #booking ul.total li a.booking-tooltip:hover .booking-tooltip-content, #booking ul.total li a.booking-tooltip:focus .booking-tooltip-content, #ic-booking-calculation a.booking-tooltip:hover .booking-tooltip-content, #ic-booking-calculation a.booking-tooltip:focus .booking-tooltip-content {
    display: block; }

@media screen and (max-width: 768px) {
  .property-booking-form .col-xs-12 {
    margin-top: 15px; } }

.property-features {
  background-color: #fff; }
  .property-features .property-user-actions {
    padding: 45px 15px 5px; }
    .property-features .property-user-actions .btn-outline {
      text-align: left;
      padding-left: 45px;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      color: #e6329d; }
      .property-features .property-user-actions .btn-outline .icon {
        position: absolute;
        left: 15px;
        font-size: 20px;
        line-height: 24px; }
    .property-features .property-user-actions #mobile-shortlist-counter {
      border: none;
      padding: 5px 10px;
      margin: 0;
      color: #fff;
      background-color: #e6329d; }
  .property-features .property-email-link,
  .property-features .social-icon-link {
    color: #e6329d;
    font-family: 'Sofia W01 Semi Bold'; }
  .property-features .property-more-link:hover,
  .property-features .property-more-link:focus {
    text-decoration: none;
    outline-style: none; }
  .property-features .property-about {
    margin-bottom: 15px; }
    .property-features .property-about h2 {
      line-height: 2; }
  .property-features .property-social-share {
    padding: 0 0 15px;
    text-align: center; }
    .property-features .property-social-share .social-icon-link {
      font-size: 1.5em;
      padding: 2%;
      text-align: center; }
    .property-features .property-social-share .social-icon-link:hover {
      color: #a6105a; }
    .property-features .property-social-share .btn-lg {
      white-space: normal;
      margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .property-features .property-social-share {
      margin-top: 15px; } }
  .property-features .property-key-features ul {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 40px 30px 0;
    list-style: none; }
    .property-features .property-key-features ul li {
      margin-bottom: 0.5em; }
  .property-features h3 {
    font-family: 'Sofia W01 Semi Bold';
    font-size: 1.2em;
    margin-top: 0; }

.facilities-icon {
  display: inline-block;
  margin: 0 auto 0 auto;
  width: 1em;
  height: 1em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 1.3em;
  position: relative; }
  .facilities-icon .count {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-top: 20%;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.6em; }

.facilities-list {
  padding: 0; }
  .facilities-list .facilities-list-item {
    float: left;
    list-style: none;
    text-align: center;
    height: 85px; }
  .facilities-list .facilities-icon {
    display: block;
    font-size: 2em; }

.facilities-icon-list {
  position: relative; }
  .facilities-icon-list > ul {
    padding: 0;
    list-style: none; }
  .facilities-icon-list li {
    position: relative;
    padding-left: 2em;
    line-height: 1.75em; }
  .facilities-icon-list .facilities-icon {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center; }
  .facilities-icon-list .discounts {
    margin-top: 15px;
    padding-top: 15px;
    background-color: #e6329d;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

.facilities-list-3-col .facilities-list-item {
  width: 33.33333331%; }

.facilities-list-4-col .facilities-list-item {
  width: 25%; }

.facilities-list-item.facilities-check, .facilities-list-item.facilities-radio {
  cursor: pointer; }

.facilities-icon_bed_covers > .count {
  color: #000;
  padding-top: 0;
  top: -2px; }

.facilities-icon_bath > .count {
  padding-top: 26%; }

.eq-height-wrapper {
  display: block;
  width: 100%;
  border-spacing: 15px;
  padding: 15px; }
  .eq-height-wrapper .eq-height {
    width: 100%;
    display: table;
    padding: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

.layout-switcher {
  display: table; }
  .layout-switcher .layout-switcher-group-1 {
    display: table-footer-group; }
  .layout-switcher .layout-switcher-group-3 {
    display: table-header-group; }

.property-gallery .featured-image img {
  width: 100%; }

.property-gallery .image-grid {
  padding: 15px 30px; }

.virtual-tour {
  position: relative;
  overflow: hidden;
  padding-top: 65.2%; }
  .virtual-tour iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin-left: 30px;
    padding-right: 60px; }

@media screen and (min-width: 768px) {
  .layout-switcher {
    display: block; }
  .eq-height-wrapper {
    display: table;
    width: 100%;
    border-spacing: 15px;
    padding: 0; }
    .eq-height-wrapper .eq-height {
      width: 48%;
      display: table-cell;
      margin: 0 2%;
      position: relative; }
    .eq-height-wrapper h2 {
      font-family: 'Sofia W01 Semi Bold';
      font-size: 1.2em;
      margin-top: 0; } }

.property-location .container {
  padding: 0; }

.property-location .property-map .map {
  height: 300px; }

.property-location .property-local-attractions h3 {
  font-family: 'Sofia W01 Semi Bold';
  font-size: 1.2em;
  margin-top: 0; }

.property-location .property-local-attractions ul {
  list-style-type: none;
  padding-left: 0; }
  .property-location .property-local-attractions ul li a {
    color: #e6329d; }

.eq-height.property-map {
  padding: 0; }

.nearby-properties-link {
  margin-top: 15px; }

.property-map {
  height: 300px; }

#share-modal .eq-height-label {
  line-height: 38px; }

#share-modal .form-control {
  border-color: #e6329d; }

#share-modal .checkbox {
  margin-top: 2px; }
  #share-modal .checkbox input {
    position: relative;
    margin-left: 0;
    top: 2px; }

#share-modal .form-error {
  color: #e6329d;
  margin-bottom: 15px; }

#share-modal .success-message {
  display: none; }

@font-face {
  font-family: 'crowngardens';
  src: url('/static/fonts/crowngardens-iconfont/fonts/crowngardens.eot?11dkr7&014b1bb12d59');
  src: url('/static/fonts/crowngardens-iconfont/fonts/crowngardens.eot?11dkr7&014b1bb12d59#iefix') format("embedded-opentype"), url('/static/fonts/crowngardens-iconfont/fonts/crowngardens.ttf?11dkr7&014b1bb12d59') format("truetype"), url('/static/fonts/crowngardens-iconfont/fonts/crowngardens.woff?11dkr7&014b1bb12d59') format("woff"), url('/static/fonts/crowngardens-iconfont/fonts/crowngardens.svg?11dkr7&014b1bb12d59#crowngardens') format("svg");
  font-weight: normal;
  font-style: normal; }

.facilities-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crowngardens' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.facilities-icon_hot_tub:before {
  content: "\e900"; }

.facilities-icon_active:before {
  content: "\e901"; }

.facilities-icon_baby:before {
  content: "\e902"; }

.facilities-icon_bath:before {
  content: "\e903"; }

.facilities-icon_bbq:before {
  content: "\e904"; }

.facilities-icon_beach:before {
  content: "\e905"; }

.facilities-icon_bed_covers:before {
  content: "\e906"; }

.facilities-icon_bed_pillow:before {
  content: "\e907"; }

.facilities-icon_bed:before {
  content: "\e908"; }

.facilities-icon_bin:before {
  content: "\e909"; }

.facilities-icon_butler:before {
  content: "\e90a"; }

.facilities-icon_calendar:before {
  content: "\e90b"; }

.facilities-icon_capacity:before {
  content: "\e90c"; }

.facilities-icon_car:before {
  content: "\e90d"; }

.facilities-icon_child:before {
  content: "\e90e"; }

.facilities-icon_cocktail:before {
  content: "\e90f"; }

.facilities-icon_cot:before {
  content: "\e910"; }

.facilities-icon_deposit:before {
  content: "\e911"; }

.facilities-icon_dining:before {
  content: "\e912"; }

.facilities-icon_disability:before {
  content: "\e913"; }

.facilities-icon_dvd:before {
  content: "\e914"; }

.facilities-icon_food:before {
  content: "\e915"; }

.facilities-icon_garden:before {
  content: "\e916"; }

.facilities-icon_hen:before {
  content: "\e917"; }

.facilities-icon_hifi_3d:before {
  content: "\e918"; }

.facilities-icon_hottub1:before {
  content: "\e919"; }

.facilities-icon_internet:before {
  content: "\e91a"; }

.facilities-icon_ipod:before {
  content: "\e91b"; }

.facilities-icon_lift:before {
  content: "\e91c"; }

.facilities-icon_luggage:before {
  content: "\e91d"; }

.facilities-icon_no_child:before {
  content: "\e91e"; }

.facilities-icon_no_hen:before {
  content: "\e91f"; }

.facilities-icon_no_pet:before {
  content: "\e920"; }

.facilities-icon_no_smoking:before {
  content: "\e921"; }

.facilities-icon_no_stag:before {
  content: "\e922"; }

.facilities-icon_pet:before {
  content: "\e923"; }

.facilities-icon_phone:before {
  content: "\e924"; }

.facilities-icon_playstation:before {
  content: "\e925"; }

.facilities-icon_quiet:before {
  content: "\e926"; }

.facilities-icon_real_flame:before {
  content: "\e927"; }

.facilities-icon_sea_views:before {
  content: "\e928"; }

.facilities-icon_smoking:before {
  content: "\e929"; }

.facilities-icon_stag:before {
  content: "\e92a"; }

.facilities-icon_swimming:before {
  content: "\e92b"; }

.facilities-icon_tv:before {
  content: "\e92c"; }

.facilities-icon_views:before {
  content: "\e92d"; }

.facilities-icon_heart_minus:before {
  content: "\e92e"; }

.facilities-icon_heart_plus:before {
  content: "\e92f"; }

.facilities-icon_star_badge:before {
  content: "\e930"; }

.facilities-icon_jewel:before {
  content: "\e931"; }

.facilities-icon_green_energy:before {
  content: "\e932"; }

.facilities-icon_fire_safety:before {
  content: "\e933"; }
