* {
  font-family: 'Sofia W01 Extra Light', Arial, sans-serif; }

/* FEATHERLIGHT STYLES */
.featherlight {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: url('/static/images/white-flowers-180.svg?78bab996e32d') no-repeat 0% 50%;
  background-color: rgba(0, 0, 0, 0.98);
  background-size: cover; }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 5px;
  right: 5px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  white-space: normal; }

.featherlight-next {
  float: right;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px; }

.featherlight-previous {
  float: left;
  padding-left: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px; }

.featherlight-next span:before {
  content: '\e080';
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  color: #fff; }

.featherlight-previous span:before {
  content: '\e079';
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  color: #fff; }

/* MASONRY STYLES */
.grid-sizer, .grid-item {
  width: 33%; }

.grid-item {
  margin-bottom: 0.5%; }

.gutter-sizer {
  width: 0.5%; }

.grid-item img {
  width: 100%;
  height: auto; }

/* NAVIGATION OVERRIDES */
.navbar {
  margin-bottom: 0px; }

.navbar-default {
  background-color: #fff;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none; }

.navbar-default .navbar-toggle {
  float: none;
  position: absolute;
  left: 15px;
  border: none;
  z-index: 2; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #e6329d; }

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #a6105a; }

.navbar-bg {
  background-color: #6d5e67;
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.navbar-brand {
  margin: 0 12.5%;
  display: block;
  padding: 5px 0;
  width: 75%;
  text-align: center; }

nav.navmenu-default {
  background-color: #333;
  border: none; }

.navmenu-nav {
  height: 100%;
  margin-bottom: 0; }

.navmenu-nav li {
  margin: 15px 0 15px 30px; }

.navbar-default .navbar-offcanvas .navmenu-nav > li > a, .navmenu-default .navmenu-nav > li > a, .navmenu-default .navmenu-nav > li.dropdown > a, .navmenu-default .navmenu-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
  font-size: 18px; }

.navmenu-default .navmenu-nav > li > a .caret, .navmenu-default .navmenu-nav > li.dropdown > a .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret, .navmenu-default .navmenu-nav > li > a:hover .caret, .navmenu-default .navmenu-nav > li.dropdown > a:hover .caret {
  border-top-color: #e6329d;
  border-bottom-color: #e6329d; }

.navmenu-default .navmenu-nav > li > a:hover {
  color: #e6329d;
  background: transparent; }

.navmenu-default .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus {
  color: #e6329d;
  background: transparent; }

.navmenu-default .navmenu-nav > .open > a {
  color: #e6329d;
  background: transparent; }

.navmenu .dropdown-menu {
  left: -1px;
  background-color: #333; }

.navmenu-nav .dropdown-menu li {
  margin: 15px 0; }

.navmenu-nav .dropdown-menu li a {
  color: #fff; }

.navmenu-nav .dropdown-menu li a:hover {
  color: #e6329d;
  background-color: transparent;
  background-image: none; }

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

/* CAROUSEL OVERRIDES */
.image-block-carousel {
  z-index: 0;
  width: 100%;
  height: 400px;
  position: absolute; }

.carousel-indicators li {
  background-color: #ddd; }

.carousel-indicators .active {
  background-color: #e6329d; }

.carousel.carousel-fade .carousel-inner > .item {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  left: 0; }

.carousel.carousel-fade .carousel-inner > .item.active {
  -webkit-transform: none !important;
  transform: none !important;
  left: 0;
  opacity: 1; }

.carousel.carousel-fade .carousel-inner > .item.active.left, .carousel.carousel-fade .carousel-inner > .item.active.right {
  -webkit-transform: none !important;
  transform: none !important;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%; }

.carousel.carousel-fade .carousel-inner > .item.next.left, .carousel.carousel-fade .carousel-inner > .item.prev.right {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1;
  left: 0; }

/* DATEPICKER OVERRIDES */
.datepicker th, .datepicker .day, .datepicker .month, .datepicker .year {
  text-align: center; }

.datepicker .day, .datepicker .month, .datepicker .year {
  border-radius: 3px;
  padding: 10px; }

.datepicker .day:hover, .datepicker .month:hover, .datepicker .year:hover, .datepicker .clear:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years {
  padding: 15px; }

.datepicker .disabled {
  color: #ddd; }

.datepicker .disabled:hover {
  background: #fff;
  cursor: default; }

.datepicker .old, .datepicker .new {
  visibility: hidden; }

.datepicker .today {
  background-color: rgba(230, 50, 157, 0.2);
  cursor: pointer; }

.datepicker .active, .datepicker .active:hover {
  background-color: #e6329d;
  color: #fff; }

.datepicker .prev, .datepicker .next {
  cursor: pointer; }

/* BOOTSTRAP OVERRIDES */
body em {
  font-family: 'Sofia W01 Extra Light Italic'; }

body strong {
  font-family: 'Sofia W01 Medium1446831'; }

body em strong {
  font-family: 'Sofia W01 Medium Italic1446879'; }

blockquote {
  border-left: 5px solid #e6329d; }

.caret-inverted {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.glyphicon-valign-or {
  top: 3px; }

.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  border-color: #eee;
  font-size: 16px;
  height: 38px; }

.form-control[readonly] {
  background-color: #fff; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="checkbox"]:focus, .btn:focus, .btn:active {
  outline: none; }

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -2px; }

input[type="checkbox"]:checked:before {
  content: "\2713";
  position: absolute;
  top: -1px;
  font-size: 0.85em;
  left: 3px;
  width: 16px;
  color: #e6329d; }

.btn-default {
  background-image: none;
  background-color: #e0e0e0; }

.btn-primary {
  background-image: none;
  border-color: #a6105a;
  background-color: #e6329d; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #a6105a;
  border-color: #a6105a; }

.btn-secondary {
  background-image: none;
  border-color: #C15729;
  background-color: #E86929;
  color: white; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    border-color: #E86929;
    background-color: #C15729;
    color: white; }

.btn-outline,
.btn-outline:hover {
  background-color: transparent; }

.btn-default.btn-outline {
  border: 1px solid #e0e0e0;
  color: #e0e0e0; }

.btn-default.btn-outline:hover {
  border: 1px solid #555; }

.btn-primary.btn-outline {
  border: 1px solid #e0e0e0;
  color: #e6329d; }

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus {
  border: 1px solid #e6329d;
  color: #a6105a;
  background-color: transparent; }

.btn-primary.btn-secondary {
  border: 1px solid #e0e0e0;
  color: #e6329d; }

.dropdown-menu > li > a {
  padding: 8px 20px;
  font-size: 16px; }

/* CUSTOM STYLES */
.logo {
  width: 111px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.main-banner-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 320px;
  width: 100%; }

.page-nav {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.image-block {
  height: 320px;
  position: relative;
  overflow: hidden; }

.image-block h1, .image-block h2 {
  margin-top: 0;
  color: #fff; }

.image-block-bg {
  background-repeat: no-repeat;
  background-position: 50% 33%;
  background-size: cover;
  height: 320px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.image-block-bg-placeholder {
  background: url('/static/images/flowers-full-colour.svg?78bab996e32d') no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.1; }

.lazy {
  background-color: gray; }

.main-image-block-bg {
  background: url('/static/images/content/flowers.svg?78bab996e32d') no-repeat 50% 0%;
  background-size: cover;
  background-color: #6d5e67;
  height: 320px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.col-extra-padding {
  padding-bottom: 15px; }

.image-block-subhead {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0; }

.va-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.va-middle {
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative; }

.va-two-thirds {
  position: absolute;
  height: 45%; }

.va-quarter {
  position: absolute;
  height: 25%; }

.va-top {
  top: 0; }

.va-bottom {
  bottom: 0; }

.dimmed-bg {
  background-image: -moz-linear-gradient(bottom, rgba(31, 16, 32, 0.7) 0%, rgba(36, 28, 37, 0.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(31, 16, 32, 0.7) 0%, rgba(36, 28, 37, 0.1) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(31, 16, 32, 0.7) 0%, rgba(36, 28, 37, 0.1) 100%);
  background-image: linear-gradient(to top, rgba(31, 16, 32, 0.7) 0%, rgba(36, 28, 37, 0.1) 100%); }

.page-title {
  background: url('/static/images/white-flowers.svg?78bab996e32d') no-repeat 50% 50%;
  background-size: cover;
  background-color: #b8b5a6;
  color: #6d5e67;
  margin: 0;
  padding: 15px; }

.spaced-form .row {
  margin-bottom: 15px; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #e6329d; }

.has-error .form-control {
  border-color: #e6329d; }

.has-error .form-control:focus {
  border-color: #e6329d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6329d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6329d; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.two-thirds-width {
  width: 66.6666667%; }

.one-third-width {
  width: 33.3333333%; }

.width-1-quarter {
  width: 25%; }

.width-3-quarter {
  width: 75%; }

.color-transition {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.content-box h2 {
  margin-top: 0;
  line-height: 3; }

.content-box section {
  margin: 15px 0; }

.content-box.box-last section:last-child {
  padding-bottom: 47px; }

.min-booking-notice {
  max-width: 340px; }

.min-booking-notice p {
  margin: 10px 0 0 0; }

.read-more:hover, .read-more:focus {
  text-decoration: none; }

.property-price {
  position: absolute;
  z-index: 3;
  bottom: 2%;
  height: 21%;
  font-size: 16px;
  padding: 8px;
  display: block;
  background-color: #e6329d;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #fff; }

.property-price p {
  margin: 0;
  line-height: 0.8em;
  text-decoration: none; }

.price-small {
  font-size: 0.8em;
  text-decoration: none; }

.price-large {
  line-height: 1.45em;
  text-decoration: none; }

h2.property-name {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  float: right;
  line-height: 1.1em; }

.no-margin {
  margin: 0 !important; }

/* PROPERTY STYLES */
.ribbon {
  position: absolute;
  top: -7px;
  right: -10px;
  z-index: 2; }

#shortlist_empty_message {
  height: calc(100vh - 50px); }

#content-padder {
  background: url('/static/images/flowers-full-colour.svg?78bab996e32d') no-repeat 0% 25%;
  background-color: #eee;
  background-size: cover;
  margin: 0 -15px;
  opacity: 0.1; }

/* CART STYLES */
.cart-table {
  text-align: right;
  display: table;
  width: 100%; }

.cart-table.no-well {
  padding-right: 19px;
  padding-bottom: 19px; }

.cart-table p {
  display: table-row; }

.cart-table span, .cart-table strong {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 5px; }

.cart-table span {
  width: 75%; }

.bubble {
  display: none;
  background-color: #222;
  padding: 15px;
  color: #fff;
  position: relative; }

.bubble:before {
  top: -24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #222;
  border-width: 12px;
  left: 36px;
  margin: 0 0 0 -12px; }

.bubble p {
  margin-bottom: 0; }

.bubble a {
  color: #e6329d; }

.close-button {
  float: right;
  cursor: pointer; }

#mobile-shortlist-counter {
  border-left: 1px dashed #fff;
  margin-left: 1em;
  padding-left: 1em; }

a:hover #mobile-shortlist-counter {
  border-color: #e6329d; }

.blog-post-meta {
  text-decoration: none;
  border-bottom: 1px solid #eee; }

.blog-post-meta .blog-post-title, .blog-post-meta .blog-post-summary {
  color: #333; }

.blog-post-meta .date {
  color: #aaa; }

.blog-post-meta.dimmed-bg {
  background-image: -moz-linear-gradient(bottom, rgba(31, 16, 32, 0.9) 0%, rgba(36, 28, 37, 0.4) 100%);
  background-image: -o-linear-gradient(bottom, rgba(31, 16, 32, 0.9) 0%, rgba(36, 28, 37, 0.4) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(31, 16, 32, 0.9) 0%, rgba(36, 28, 37, 0.4) 100%);
  background-image: linear-gradient(to top, rgba(31, 16, 32, 0.9) 0%, rgba(36, 28, 37, 0.4) 100%);
  border-bottom: none; }

.blog-post-meta.dimmed-bg .blog-post-title, .blog-post-meta.dimmed-bg .blog-post-summary {
  color: #fff; }

.blog-post-meta.dimmed-bg .date {
  color: #eee; }

.blog-post-content {
  margin-top: 15px; }
