@charset "UTF-8";
/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.collapsible-favs > header button, .property-search.block.normal #dates input, .ni-ui.home.no-edit-mode #close-expanded, body > .search select, body > .search #filter-header button, body > .properties.details #showMap, body > .properties.details #hideMap {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .collapsible-favs > header button::-ms-expand, .property-search.block.normal #dates input::-ms-expand, .ni-ui.home.no-edit-mode #close-expanded::-ms-expand, body > .search select::-ms-expand, body > .search #filter-header button::-ms-expand, body > .properties.details #showMap::-ms-expand, body > .properties.details #hideMap::-ms-expand {
    display: none; }

.property-features ul.features li, body > .properties.details .featured li {
  width: 45px;
  height: 35px;
  position: relative;
  display: inline-block;
  list-style: none;
  line-height: 0;
  background-image: url(../images/feature-icons.png);
  background-size: 945px; }
  .property-features ul.features li.wifi, body > .properties.details .featured li.wifi {
    margin-left: -5px;
    margin-right: -5px; }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.property-search.block.normal #dates span, body > .search select {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
  background-image: url(../images/dropdown-arrow-black.png); }

/*

@font-face {
    font-family: 'sourcesanspro-light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret, .btn-default > .caret, .blue-button > .caret, .blue-button-full > .caret, .subtle-blue-button > .caret, .red-button > .caret, .subtle-red-button > .caret, .subtle-red-button-full > .caret, .property-search.block.quick button > .caret, .ni-ui.home .search-button > .caret, .ni-ui.home.no-edit-mode .search-area .property-search.block button > .caret, .btn-primary > .caret, body > .properties.details .cta-buttons a.back > .caret, body > .properties.details .cta-buttons a.add-to > .caret, .expand-button > .caret, .red-button-full > .caret, .btn-blog > .caret, body > .properties.details .cta-buttons a.specialist > .caret, body > .properties.details .cta-buttons a.enquire > .caret, body > .properties.details .cta-buttons a.book > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn-default > .caret,
  .dropup > .blue-button > .caret,
  .dropup > .blue-button-full > .caret,
  .dropup > .subtle-blue-button > .caret,
  .dropup > .red-button > .caret,
  .dropup > .subtle-red-button > .caret,
  .dropup > .subtle-red-button-full > .caret,
  .property-search.block.quick .dropup > button > .caret,
  .ni-ui.home .dropup > .search-button > .caret,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .dropup > button > .caret,
  .dropup > .btn-primary > .caret,
  body > .properties.details .cta-buttons .dropup > a.back > .caret,
  body > .properties.details .cta-buttons .dropup > a.add-to > .caret,
  .dropup > .expand-button > .caret,
  .dropup > .red-button-full > .caret,
  .dropup > .btn-blog > .caret,
  body > .properties.details .cta-buttons .dropup > a.specialist > .caret,
  body > .properties.details .cta-buttons .dropup > a.enquire > .caret,
  body > .properties.details .cta-buttons .dropup > a.book > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #3b3b3c;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #003831;
  text-decoration: none; }
  a:hover, a:focus {
    color: #001f1b;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: freight-display-pro;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #00625a; }

a.text-primary:hover {
  color: #002f2b; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #00625a; }

a.bg-primary:hover {
  background-color: #002f2b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline, .blog_post .blog-list-links, .ni-ui.how-it-works .side-nav {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #3b3b3c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1050px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, body > .search #search-results > li, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, body > .search #search-results > li, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, body > .search #search-results > li, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6, body > .search #search-results > li {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, body > .search #search-results > li, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4, body > .search #search-results > li {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #3b3b3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.428571429 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input.form-control[type="date"], .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn-default[type="date"], .input-group-sm > .input-group-btn > input.blue-button[type="date"], .input-group-sm > .input-group-btn > input.blue-button-full[type="date"], .input-group-sm > .input-group-btn > input.subtle-blue-button[type="date"], .input-group-sm > .input-group-btn > input.red-button[type="date"], .input-group-sm > .input-group-btn > input.subtle-red-button[type="date"], .input-group-sm > .input-group-btn > input.subtle-red-button-full[type="date"], .ni-ui.home .input-group-sm > .input-group-btn > input.search-button[type="date"], .input-group-sm > .input-group-btn > input.btn-primary[type="date"], .input-group-sm > .input-group-btn > input.expand-button[type="date"],
  .input-group-sm > .input-group-btn > input.red-button-full[type="date"], .input-group-sm > .input-group-btn > input.btn-blog[type="date"],
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="time"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.btn-default[type="time"],
  .input-group-sm > .input-group-btn > input.blue-button[type="time"],
  .input-group-sm > .input-group-btn > input.blue-button-full[type="time"],
  .input-group-sm > .input-group-btn > input.subtle-blue-button[type="time"],
  .input-group-sm > .input-group-btn > input.red-button[type="time"],
  .input-group-sm > .input-group-btn > input.subtle-red-button[type="time"],
  .input-group-sm > .input-group-btn > input.subtle-red-button-full[type="time"],
  .ni-ui.home .input-group-sm > .input-group-btn > input.search-button[type="time"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="time"],
  .input-group-sm > .input-group-btn > input.expand-button[type="time"],
  .input-group-sm > .input-group-btn > input.red-button-full[type="time"],
  .input-group-sm > .input-group-btn > input.btn-blog[type="time"],
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.blue-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.blue-button-full[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.subtle-blue-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.red-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.subtle-red-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.subtle-red-button-full[type="datetime-local"],
  .ni-ui.home .input-group-sm > .input-group-btn > input.search-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.expand-button[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.red-button-full[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-blog[type="datetime-local"],
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="month"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn-default[type="month"],
  .input-group-sm > .input-group-btn > input.blue-button[type="month"],
  .input-group-sm > .input-group-btn > input.blue-button-full[type="month"],
  .input-group-sm > .input-group-btn > input.subtle-blue-button[type="month"],
  .input-group-sm > .input-group-btn > input.red-button[type="month"],
  .input-group-sm > .input-group-btn > input.subtle-red-button[type="month"],
  .input-group-sm > .input-group-btn > input.subtle-red-button-full[type="month"],
  .ni-ui.home .input-group-sm > .input-group-btn > input.search-button[type="month"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="month"],
  .input-group-sm > .input-group-btn > input.expand-button[type="month"],
  .input-group-sm > .input-group-btn > input.red-button-full[type="month"],
  .input-group-sm > .input-group-btn > input.btn-blog[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input.form-control[type="date"], .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn-default[type="date"], .input-group-lg > .input-group-btn > input.blue-button[type="date"], .input-group-lg > .input-group-btn > input.blue-button-full[type="date"], .input-group-lg > .input-group-btn > input.subtle-blue-button[type="date"], .input-group-lg > .input-group-btn > input.red-button[type="date"], .input-group-lg > .input-group-btn > input.subtle-red-button[type="date"], .input-group-lg > .input-group-btn > input.subtle-red-button-full[type="date"], .ni-ui.home .input-group-lg > .input-group-btn > input.search-button[type="date"], .input-group-lg > .input-group-btn > input.btn-primary[type="date"], .input-group-lg > .input-group-btn > input.expand-button[type="date"],
  .input-group-lg > .input-group-btn > input.red-button-full[type="date"], .input-group-lg > .input-group-btn > input.btn-blog[type="date"],
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="time"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.btn-default[type="time"],
  .input-group-lg > .input-group-btn > input.blue-button[type="time"],
  .input-group-lg > .input-group-btn > input.blue-button-full[type="time"],
  .input-group-lg > .input-group-btn > input.subtle-blue-button[type="time"],
  .input-group-lg > .input-group-btn > input.red-button[type="time"],
  .input-group-lg > .input-group-btn > input.subtle-red-button[type="time"],
  .input-group-lg > .input-group-btn > input.subtle-red-button-full[type="time"],
  .ni-ui.home .input-group-lg > .input-group-btn > input.search-button[type="time"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="time"],
  .input-group-lg > .input-group-btn > input.expand-button[type="time"],
  .input-group-lg > .input-group-btn > input.red-button-full[type="time"],
  .input-group-lg > .input-group-btn > input.btn-blog[type="time"],
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.blue-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.blue-button-full[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.subtle-blue-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.red-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.subtle-red-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.subtle-red-button-full[type="datetime-local"],
  .ni-ui.home .input-group-lg > .input-group-btn > input.search-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.expand-button[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.red-button-full[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-blog[type="datetime-local"],
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="month"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn-default[type="month"],
  .input-group-lg > .input-group-btn > input.blue-button[type="month"],
  .input-group-lg > .input-group-btn > input.blue-button-full[type="month"],
  .input-group-lg > .input-group-btn > input.subtle-blue-button[type="month"],
  .input-group-lg > .input-group-btn > input.red-button[type="month"],
  .input-group-lg > .input-group-btn > input.subtle-red-button[type="month"],
  .input-group-lg > .input-group-btn > input.subtle-red-button-full[type="month"],
  .ni-ui.home .input-group-lg > .input-group-btn > input.search-button[type="month"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="month"],
  .input-group-lg > .input-group-btn > input.expand-button[type="month"],
  .input-group-lg > .input-group-btn > input.red-button-full[type="month"],
  .input-group-lg > .input-group-btn > input.btn-blog[type="month"] {
    line-height: 49px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.btn-default, .input-group-lg > .input-group-btn > .form-control-static.blue-button, .input-group-lg > .input-group-btn > .form-control-static.blue-button-full, .input-group-lg > .input-group-btn > .form-control-static.subtle-blue-button, .input-group-lg > .input-group-btn > .form-control-static.red-button, .input-group-lg > .input-group-btn > .form-control-static.subtle-red-button, .input-group-lg > .input-group-btn > .form-control-static.subtle-red-button-full, .property-search.block.quick .input-group-lg > .input-group-btn > button.form-control-static, .ni-ui.home .input-group-lg > .input-group-btn > .form-control-static.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-lg > .input-group-btn > button.form-control-static, .input-group-lg > .input-group-btn > .form-control-static.btn-primary, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.form-control-static.back, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.form-control-static.add-to, .input-group-lg > .input-group-btn > .form-control-static.expand-button,
  .input-group-lg > .input-group-btn > .form-control-static.red-button-full, .input-group-lg > .input-group-btn > .form-control-static.btn-blog, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.form-control-static.specialist, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.form-control-static.enquire, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.form-control-static.book, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.btn-default, .input-group-sm > .input-group-btn > .form-control-static.blue-button, .input-group-sm > .input-group-btn > .form-control-static.blue-button-full, .input-group-sm > .input-group-btn > .form-control-static.subtle-blue-button, .input-group-sm > .input-group-btn > .form-control-static.red-button, .input-group-sm > .input-group-btn > .form-control-static.subtle-red-button, .input-group-sm > .input-group-btn > .form-control-static.subtle-red-button-full, .property-search.block.quick .input-group-sm > .input-group-btn > button.form-control-static, .ni-ui.home .input-group-sm > .input-group-btn > .form-control-static.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-sm > .input-group-btn > button.form-control-static, .input-group-sm > .input-group-btn > .form-control-static.btn-primary, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.form-control-static.back, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.form-control-static.add-to, .input-group-sm > .input-group-btn > .form-control-static.expand-button,
  .input-group-sm > .input-group-btn > .form-control-static.red-button-full, .input-group-sm > .input-group-btn > .form-control-static.btn-blog, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.form-control-static.specialist, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.form-control-static.enquire, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.form-control-static.book {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .btn-default, .input-group-sm > .input-group-btn > .blue-button, .input-group-sm > .input-group-btn > .blue-button-full, .input-group-sm > .input-group-btn > .subtle-blue-button, .input-group-sm > .input-group-btn > .red-button, .input-group-sm > .input-group-btn > .subtle-red-button, .input-group-sm > .input-group-btn > .subtle-red-button-full, .property-search.block.quick .input-group-sm > .input-group-btn > button, .ni-ui.home .input-group-sm > .input-group-btn > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-sm > .input-group-btn > button, .input-group-sm > .input-group-btn > .btn-primary, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.back, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.add-to, .input-group-sm > .input-group-btn > .expand-button,
.input-group-sm > .input-group-btn > .red-button-full, .input-group-sm > .input-group-btn > .btn-blog, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.specialist, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.enquire, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.book {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.btn-default, .input-group-sm > .input-group-btn > select.blue-button, .input-group-sm > .input-group-btn > select.blue-button-full, .input-group-sm > .input-group-btn > select.subtle-blue-button, .input-group-sm > .input-group-btn > select.red-button, .input-group-sm > .input-group-btn > select.subtle-red-button, .input-group-sm > .input-group-btn > select.subtle-red-button-full, .ni-ui.home .input-group-sm > .input-group-btn > select.search-button, .input-group-sm > .input-group-btn > select.btn-primary, .input-group-sm > .input-group-btn > select.expand-button,
.input-group-sm > .input-group-btn > select.red-button-full, .input-group-sm > .input-group-btn > select.btn-blog {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.btn-default, .input-group-sm > .input-group-btn > textarea.blue-button, .input-group-sm > .input-group-btn > textarea.blue-button-full, .input-group-sm > .input-group-btn > textarea.subtle-blue-button, .input-group-sm > .input-group-btn > textarea.red-button, .input-group-sm > .input-group-btn > textarea.subtle-red-button, .input-group-sm > .input-group-btn > textarea.subtle-red-button-full, .ni-ui.home .input-group-sm > .input-group-btn > textarea.search-button, .input-group-sm > .input-group-btn > textarea.btn-primary, .input-group-sm > .input-group-btn > textarea.expand-button,
.input-group-sm > .input-group-btn > textarea.red-button-full, .input-group-sm > .input-group-btn > textarea.btn-blog,
select[multiple].input-sm,
.form-horizontal .form-group-sm select.form-control[multiple],
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.btn-default[multiple],
.input-group-sm > .input-group-btn > select.blue-button[multiple],
.input-group-sm > .input-group-btn > select.blue-button-full[multiple],
.input-group-sm > .input-group-btn > select.subtle-blue-button[multiple],
.input-group-sm > .input-group-btn > select.red-button[multiple],
.input-group-sm > .input-group-btn > select.subtle-red-button[multiple],
.input-group-sm > .input-group-btn > select.subtle-red-button-full[multiple],
.ni-ui.home .input-group-sm > .input-group-btn > select.search-button[multiple],
.input-group-sm > .input-group-btn > select.btn-primary[multiple],
.input-group-sm > .input-group-btn > select.expand-button[multiple],
.input-group-sm > .input-group-btn > select.red-button-full[multiple],
.input-group-sm > .input-group-btn > select.btn-blog[multiple] {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .btn-default, .input-group-lg > .input-group-btn > .blue-button, .input-group-lg > .input-group-btn > .blue-button-full, .input-group-lg > .input-group-btn > .subtle-blue-button, .input-group-lg > .input-group-btn > .red-button, .input-group-lg > .input-group-btn > .subtle-red-button, .input-group-lg > .input-group-btn > .subtle-red-button-full, .property-search.block.quick .input-group-lg > .input-group-btn > button, .ni-ui.home .input-group-lg > .input-group-btn > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-lg > .input-group-btn > button, .input-group-lg > .input-group-btn > .btn-primary, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.back, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.add-to, .input-group-lg > .input-group-btn > .expand-button,
.input-group-lg > .input-group-btn > .red-button-full, .input-group-lg > .input-group-btn > .btn-blog, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.specialist, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.enquire, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.book {
  height: 49px;
  padding: 10px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 3px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.btn-default, .input-group-lg > .input-group-btn > select.blue-button, .input-group-lg > .input-group-btn > select.blue-button-full, .input-group-lg > .input-group-btn > select.subtle-blue-button, .input-group-lg > .input-group-btn > select.red-button, .input-group-lg > .input-group-btn > select.subtle-red-button, .input-group-lg > .input-group-btn > select.subtle-red-button-full, .ni-ui.home .input-group-lg > .input-group-btn > select.search-button, .input-group-lg > .input-group-btn > select.btn-primary, .input-group-lg > .input-group-btn > select.expand-button,
.input-group-lg > .input-group-btn > select.red-button-full, .input-group-lg > .input-group-btn > select.btn-blog {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.btn-default, .input-group-lg > .input-group-btn > textarea.blue-button, .input-group-lg > .input-group-btn > textarea.blue-button-full, .input-group-lg > .input-group-btn > textarea.subtle-blue-button, .input-group-lg > .input-group-btn > textarea.red-button, .input-group-lg > .input-group-btn > textarea.subtle-red-button, .input-group-lg > .input-group-btn > textarea.subtle-red-button-full, .ni-ui.home .input-group-lg > .input-group-btn > textarea.search-button, .input-group-lg > .input-group-btn > textarea.btn-primary, .input-group-lg > .input-group-btn > textarea.expand-button,
.input-group-lg > .input-group-btn > textarea.red-button-full, .input-group-lg > .input-group-btn > textarea.btn-blog,
select[multiple].input-lg,
.form-horizontal .form-group-lg select.form-control[multiple],
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.btn-default[multiple],
.input-group-lg > .input-group-btn > select.blue-button[multiple],
.input-group-lg > .input-group-btn > select.blue-button-full[multiple],
.input-group-lg > .input-group-btn > select.subtle-blue-button[multiple],
.input-group-lg > .input-group-btn > select.red-button[multiple],
.input-group-lg > .input-group-btn > select.subtle-red-button[multiple],
.input-group-lg > .input-group-btn > select.subtle-red-button-full[multiple],
.ni-ui.home .input-group-lg > .input-group-btn > select.search-button[multiple],
.input-group-lg > .input-group-btn > select.btn-primary[multiple],
.input-group-lg > .input-group-btn > select.expand-button[multiple],
.input-group-lg > .input-group-btn > select.red-button-full[multiple],
.input-group-lg > .input-group-btn > select.btn-blog[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-default + .form-control-feedback, .input-group-lg > .input-group-btn > .blue-button + .form-control-feedback, .input-group-lg > .input-group-btn > .blue-button-full + .form-control-feedback, .input-group-lg > .input-group-btn > .subtle-blue-button + .form-control-feedback, .input-group-lg > .input-group-btn > .red-button + .form-control-feedback, .input-group-lg > .input-group-btn > .subtle-red-button + .form-control-feedback, .input-group-lg > .input-group-btn > .subtle-red-button-full + .form-control-feedback, .property-search.block.quick .input-group-lg > .input-group-btn > button + .form-control-feedback, .ni-ui.home .input-group-lg > .input-group-btn > .search-button + .form-control-feedback, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-lg > .input-group-btn > button + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-primary + .form-control-feedback, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.back + .form-control-feedback, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.add-to + .form-control-feedback, .input-group-lg > .input-group-btn > .expand-button + .form-control-feedback, .input-group-lg > .input-group-btn > .red-button-full + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-blog + .form-control-feedback, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.specialist + .form-control-feedback, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.enquire + .form-control-feedback, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.book + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-default + .form-control-feedback, .input-group-sm > .input-group-btn > .blue-button + .form-control-feedback, .input-group-sm > .input-group-btn > .blue-button-full + .form-control-feedback, .input-group-sm > .input-group-btn > .subtle-blue-button + .form-control-feedback, .input-group-sm > .input-group-btn > .red-button + .form-control-feedback, .input-group-sm > .input-group-btn > .subtle-red-button + .form-control-feedback, .input-group-sm > .input-group-btn > .subtle-red-button-full + .form-control-feedback, .property-search.block.quick .input-group-sm > .input-group-btn > button + .form-control-feedback, .ni-ui.home .input-group-sm > .input-group-btn > .search-button + .form-control-feedback, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-sm > .input-group-btn > button + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-primary + .form-control-feedback, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.back + .form-control-feedback, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.add-to + .form-control-feedback, .input-group-sm > .input-group-btn > .expand-button + .form-control-feedback, .input-group-sm > .input-group-btn > .red-button-full + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-blog + .form-control-feedback, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.specialist + .form-control-feedback, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.enquire + .form-control-feedback, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.book + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

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

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

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7a7a7c; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn, .btn-default, .blue-button, .blue-button-full, .subtle-blue-button, .red-button, .subtle-red-button, .subtle-red-button-full, .property-search.block.quick button, .ni-ui.home .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button, .btn-primary, body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons a.add-to, .expand-button,
.red-button-full, .btn-blog, body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons a.book {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn-default:focus, .blue-button:focus, .blue-button-full:focus, .subtle-blue-button:focus, .red-button:focus, .subtle-red-button:focus, .subtle-red-button-full:focus, .property-search.block.quick button:focus, .ni-ui.home .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus, .btn-primary:focus, body > .properties.details .cta-buttons a.back:focus, body > .properties.details .cta-buttons a.add-to:focus, .expand-button:focus,
  .red-button-full:focus, .btn-blog:focus, body > .properties.details .cta-buttons a.specialist:focus, body > .properties.details .cta-buttons a.enquire:focus, body > .properties.details .cta-buttons a.book:focus, .btn:active:focus, .btn-default:active:focus, .blue-button:active:focus, .blue-button-full:active:focus, .subtle-blue-button:active:focus, .red-button:active:focus, .subtle-red-button:active:focus, .subtle-red-button-full:active:focus, .property-search.block.quick button:active:focus, .ni-ui.home .search-button:active:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active:focus, .btn-primary:active:focus, body > .properties.details .cta-buttons a.back:active:focus, body > .properties.details .cta-buttons a.add-to:active:focus, .expand-button:active:focus,
  .red-button-full:active:focus, .btn-blog:active:focus, body > .properties.details .cta-buttons a.specialist:active:focus, body > .properties.details .cta-buttons a.enquire:active:focus, body > .properties.details .cta-buttons a.book:active:focus, .btn.active:focus, .active.btn-default:focus, .active.blue-button:focus, .active.blue-button-full:focus, .active.subtle-blue-button:focus, .active.red-button:focus, .active.subtle-red-button:focus, .active.subtle-red-button-full:focus, .property-search.block.quick button.active:focus, .ni-ui.home .active.search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active:focus, .active.btn-primary:focus, body > .properties.details .cta-buttons a.active.back:focus, body > .properties.details .cta-buttons a.active.add-to:focus, .active.expand-button:focus,
  .active.red-button-full:focus, .active.btn-blog:focus, body > .properties.details .cta-buttons a.active.specialist:focus, body > .properties.details .cta-buttons a.active.enquire:focus, body > .properties.details .cta-buttons a.active.book:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn-default:hover, .blue-button:hover, .blue-button-full:hover, .subtle-blue-button:hover, .red-button:hover, .subtle-red-button:hover, .subtle-red-button-full:hover, .property-search.block.quick button:hover, .ni-ui.home .search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block button:hover, .btn-primary:hover, body > .properties.details .cta-buttons a.back:hover, body > .properties.details .cta-buttons a.add-to:hover, .expand-button:hover,
  .red-button-full:hover, .btn-blog:hover, body > .properties.details .cta-buttons a.specialist:hover, body > .properties.details .cta-buttons a.enquire:hover, body > .properties.details .cta-buttons a.book:hover, .btn:focus, .btn-default:focus, .blue-button:focus, .blue-button-full:focus, .subtle-blue-button:focus, .red-button:focus, .subtle-red-button:focus, .subtle-red-button-full:focus, .property-search.block.quick button:focus, .ni-ui.home .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus, .btn-primary:focus, body > .properties.details .cta-buttons a.back:focus, body > .properties.details .cta-buttons a.add-to:focus, .expand-button:focus,
  .red-button-full:focus, .btn-blog:focus, body > .properties.details .cta-buttons a.specialist:focus, body > .properties.details .cta-buttons a.enquire:focus, body > .properties.details .cta-buttons a.book:focus {
    color: #3b3b3c;
    text-decoration: none; }
  .btn:active, .btn-default:active, .blue-button:active, .blue-button-full:active, .subtle-blue-button:active, .red-button:active, .subtle-red-button:active, .subtle-red-button-full:active, .property-search.block.quick button:active, .ni-ui.home .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active, .btn-primary:active, body > .properties.details .cta-buttons a.back:active, body > .properties.details .cta-buttons a.add-to:active, .expand-button:active,
  .red-button-full:active, .btn-blog:active, body > .properties.details .cta-buttons a.specialist:active, body > .properties.details .cta-buttons a.enquire:active, body > .properties.details .cta-buttons a.book:active, .btn.active, .active.btn-default, .active.blue-button, .active.blue-button-full, .active.subtle-blue-button, .active.red-button, .active.subtle-red-button, .active.subtle-red-button-full, .property-search.block.quick button.active, .ni-ui.home .active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active, .active.btn-primary, body > .properties.details .cta-buttons a.active.back, body > .properties.details .cta-buttons a.active.add-to, .active.expand-button,
  .active.red-button-full, .active.btn-blog, body > .properties.details .cta-buttons a.active.specialist, body > .properties.details .cta-buttons a.active.enquire, body > .properties.details .cta-buttons a.active.book {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.btn-default, .disabled.blue-button, .disabled.blue-button-full, .disabled.subtle-blue-button, .disabled.red-button, .disabled.subtle-red-button, .disabled.subtle-red-button-full, .property-search.block.quick button.disabled, .ni-ui.home .disabled.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled, .disabled.btn-primary, body > .properties.details .cta-buttons a.disabled.back, body > .properties.details .cta-buttons a.disabled.add-to, .disabled.expand-button,
  .disabled.red-button-full, .disabled.btn-blog, body > .properties.details .cta-buttons a.disabled.specialist, body > .properties.details .cta-buttons a.disabled.enquire, body > .properties.details .cta-buttons a.disabled.book, .btn[disabled], .btn-default[disabled], .blue-button[disabled], .blue-button-full[disabled], .subtle-blue-button[disabled], .red-button[disabled], .subtle-red-button[disabled], .subtle-red-button-full[disabled], .property-search.block.quick button[disabled], .ni-ui.home .search-button[disabled], .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled], .btn-primary[disabled], body > .properties.details .cta-buttons a.back[disabled], body > .properties.details .cta-buttons a.add-to[disabled], .expand-button[disabled],
  .red-button-full[disabled], .btn-blog[disabled], body > .properties.details .cta-buttons a.specialist[disabled], body > .properties.details .cta-buttons a.enquire[disabled], body > .properties.details .cta-buttons a.book[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .blue-button,
  fieldset[disabled] .blue-button-full,
  fieldset[disabled] .subtle-blue-button,
  fieldset[disabled] .red-button,
  fieldset[disabled] .subtle-red-button,
  fieldset[disabled] .subtle-red-button-full,
  fieldset[disabled] .property-search.block.quick button,
  .property-search.block.quick fieldset[disabled] button,
  fieldset[disabled] .ni-ui.home .search-button,
  .ni-ui.home fieldset[disabled] .search-button,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] body > .properties.details .cta-buttons a.back,
  body > .properties.details .cta-buttons fieldset[disabled] a.back,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to,
  fieldset[disabled] .expand-button,
  fieldset[disabled] .red-button-full,
  fieldset[disabled] .btn-blog,
  fieldset[disabled] body > .properties.details .cta-buttons a.specialist,
  body > .properties.details .cta-buttons fieldset[disabled] a.specialist,
  fieldset[disabled] body > .properties.details .cta-buttons a.enquire,
  body > .properties.details .cta-buttons fieldset[disabled] a.enquire,
  fieldset[disabled] body > .properties.details .cta-buttons a.book,
  body > .properties.details .cta-buttons fieldset[disabled] a.book {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default, .blue-button, .blue-button-full, .subtle-blue-button, .red-button, .subtle-red-button, .subtle-red-button-full, .property-search.block.quick button, .ni-ui.home .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button {
  color: #3b3b3c;
  background-color: #e0caa9;
  border-color: #d9be96; }
  .btn-default:hover, .blue-button:hover, .blue-button-full:hover, .subtle-blue-button:hover, .red-button:hover, .subtle-red-button:hover, .subtle-red-button-full:hover, .property-search.block.quick button:hover, .ni-ui.home .search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block button:hover, .btn-default:focus, .blue-button:focus, .blue-button-full:focus, .subtle-blue-button:focus, .red-button:focus, .subtle-red-button:focus, .subtle-red-button-full:focus, .property-search.block.quick button:focus, .ni-ui.home .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus, .btn-default:active, .blue-button:active, .blue-button-full:active, .subtle-blue-button:active, .red-button:active, .subtle-red-button:active, .subtle-red-button-full:active, .property-search.block.quick button:active, .ni-ui.home .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active, .btn-default.active, .active.blue-button, .active.blue-button-full, .active.subtle-blue-button, .active.red-button, .active.subtle-red-button, .active.subtle-red-button-full, .property-search.block.quick button.active, .ni-ui.home .active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.blue-button,
  .open > .dropdown-toggle.blue-button-full,
  .open > .dropdown-toggle.subtle-blue-button,
  .open > .dropdown-toggle.red-button,
  .open > .dropdown-toggle.subtle-red-button,
  .open > .dropdown-toggle.subtle-red-button-full,
  .property-search.block.quick .open > button.dropdown-toggle,
  .ni-ui.home .open > .dropdown-toggle.search-button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .open > button.dropdown-toggle {
    color: #3b3b3c;
    background-color: #d2b384;
    border-color: #c9a369; }
  .btn-default:active, .blue-button:active, .blue-button-full:active, .subtle-blue-button:active, .red-button:active, .subtle-red-button:active, .subtle-red-button-full:active, .property-search.block.quick button:active, .ni-ui.home .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active, .btn-default.active, .active.blue-button, .active.blue-button-full, .active.subtle-blue-button, .active.red-button, .active.subtle-red-button, .active.subtle-red-button-full, .property-search.block.quick button.active, .ni-ui.home .active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.blue-button,
  .open > .dropdown-toggle.blue-button-full,
  .open > .dropdown-toggle.subtle-blue-button,
  .open > .dropdown-toggle.red-button,
  .open > .dropdown-toggle.subtle-red-button,
  .open > .dropdown-toggle.subtle-red-button-full,
  .property-search.block.quick .open > button.dropdown-toggle,
  .ni-ui.home .open > .dropdown-toggle.search-button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .open > button.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .disabled.blue-button, .disabled.blue-button-full, .disabled.subtle-blue-button, .disabled.red-button, .disabled.subtle-red-button, .disabled.subtle-red-button-full, .property-search.block.quick button.disabled, .ni-ui.home .disabled.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled, .btn-default.disabled:hover, .disabled.blue-button:hover, .disabled.blue-button-full:hover, .disabled.subtle-blue-button:hover, .disabled.red-button:hover, .disabled.subtle-red-button:hover, .disabled.subtle-red-button-full:hover, .property-search.block.quick button.disabled:hover, .ni-ui.home .disabled.search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled:hover, .btn-default.disabled:focus, .disabled.blue-button:focus, .disabled.blue-button-full:focus, .disabled.subtle-blue-button:focus, .disabled.red-button:focus, .disabled.subtle-red-button:focus, .disabled.subtle-red-button-full:focus, .property-search.block.quick button.disabled:focus, .ni-ui.home .disabled.search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled:focus, .btn-default.disabled:active, .disabled.blue-button:active, .disabled.blue-button-full:active, .disabled.subtle-blue-button:active, .disabled.red-button:active, .disabled.subtle-red-button:active, .disabled.subtle-red-button-full:active, .property-search.block.quick button.disabled:active, .ni-ui.home .disabled.search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled:active, .btn-default.disabled.active, .disabled.active.blue-button, .disabled.active.blue-button-full, .disabled.active.subtle-blue-button, .disabled.active.red-button, .disabled.active.subtle-red-button, .disabled.active.subtle-red-button-full, .property-search.block.quick button.disabled.active, .ni-ui.home .disabled.active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled.active, .btn-default[disabled], .blue-button[disabled], .blue-button-full[disabled], .subtle-blue-button[disabled], .red-button[disabled], .subtle-red-button[disabled], .subtle-red-button-full[disabled], .property-search.block.quick button[disabled], .ni-ui.home .search-button[disabled], .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled], .btn-default[disabled]:hover, .blue-button[disabled]:hover, .blue-button-full[disabled]:hover, .subtle-blue-button[disabled]:hover, .red-button[disabled]:hover, .subtle-red-button[disabled]:hover, .subtle-red-button-full[disabled]:hover, .property-search.block.quick button[disabled]:hover, .ni-ui.home .search-button[disabled]:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled]:hover, .btn-default[disabled]:focus, .blue-button[disabled]:focus, .blue-button-full[disabled]:focus, .subtle-blue-button[disabled]:focus, .red-button[disabled]:focus, .subtle-red-button[disabled]:focus, .subtle-red-button-full[disabled]:focus, .property-search.block.quick button[disabled]:focus, .ni-ui.home .search-button[disabled]:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled]:focus, .btn-default[disabled]:active, .blue-button[disabled]:active, .blue-button-full[disabled]:active, .subtle-blue-button[disabled]:active, .red-button[disabled]:active, .subtle-red-button[disabled]:active, .subtle-red-button-full[disabled]:active, .property-search.block.quick button[disabled]:active, .ni-ui.home .search-button[disabled]:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled]:active, .btn-default[disabled].active, .blue-button[disabled].active, .blue-button-full[disabled].active, .subtle-blue-button[disabled].active, .red-button[disabled].active, .subtle-red-button[disabled].active, .subtle-red-button-full[disabled].active, .property-search.block.quick button[disabled].active, .ni-ui.home .search-button[disabled].active, .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .blue-button,
  fieldset[disabled] .blue-button-full,
  fieldset[disabled] .subtle-blue-button,
  fieldset[disabled] .red-button,
  fieldset[disabled] .subtle-red-button,
  fieldset[disabled] .subtle-red-button-full,
  fieldset[disabled] .property-search.block.quick button,
  .property-search.block.quick fieldset[disabled] button,
  fieldset[disabled] .ni-ui.home .search-button,
  .ni-ui.home fieldset[disabled] .search-button,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .blue-button:hover,
  fieldset[disabled] .blue-button-full:hover,
  fieldset[disabled] .subtle-blue-button:hover,
  fieldset[disabled] .red-button:hover,
  fieldset[disabled] .subtle-red-button:hover,
  fieldset[disabled] .subtle-red-button-full:hover,
  fieldset[disabled] .property-search.block.quick button:hover,
  .property-search.block.quick fieldset[disabled] button:hover,
  fieldset[disabled] .ni-ui.home .search-button:hover,
  .ni-ui.home fieldset[disabled] .search-button:hover,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button:hover,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .blue-button:focus,
  fieldset[disabled] .blue-button-full:focus,
  fieldset[disabled] .subtle-blue-button:focus,
  fieldset[disabled] .red-button:focus,
  fieldset[disabled] .subtle-red-button:focus,
  fieldset[disabled] .subtle-red-button-full:focus,
  fieldset[disabled] .property-search.block.quick button:focus,
  .property-search.block.quick fieldset[disabled] button:focus,
  fieldset[disabled] .ni-ui.home .search-button:focus,
  .ni-ui.home fieldset[disabled] .search-button:focus,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .blue-button:active,
  fieldset[disabled] .blue-button-full:active,
  fieldset[disabled] .subtle-blue-button:active,
  fieldset[disabled] .red-button:active,
  fieldset[disabled] .subtle-red-button:active,
  fieldset[disabled] .subtle-red-button-full:active,
  fieldset[disabled] .property-search.block.quick button:active,
  .property-search.block.quick fieldset[disabled] button:active,
  fieldset[disabled] .ni-ui.home .search-button:active,
  .ni-ui.home fieldset[disabled] .search-button:active,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button:active,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button:active,
  fieldset[disabled] .btn-default.active,
  fieldset[disabled] .active.blue-button,
  fieldset[disabled] .active.blue-button-full,
  fieldset[disabled] .active.subtle-blue-button,
  fieldset[disabled] .active.red-button,
  fieldset[disabled] .active.subtle-red-button,
  fieldset[disabled] .active.subtle-red-button-full,
  fieldset[disabled] .property-search.block.quick button.active,
  .property-search.block.quick fieldset[disabled] button.active,
  fieldset[disabled] .ni-ui.home .active.search-button,
  .ni-ui.home fieldset[disabled] .active.search-button,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button.active,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button.active {
    background-color: #e0caa9;
    border-color: #d9be96; }
  .btn-default .badge, .blue-button .badge, .blue-button-full .badge, .subtle-blue-button .badge, .red-button .badge, .subtle-red-button .badge, .subtle-red-button-full .badge, .property-search.block.quick button .badge, .ni-ui.home .search-button .badge, .ni-ui.home.no-edit-mode .search-area .property-search.block button .badge {
    color: #e0caa9;
    background-color: #3b3b3c; }

.btn-primary, body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons a.add-to {
  color: #fff;
  background-color: #00625a;
  border-color: #004943; }
  .btn-primary:hover, body > .properties.details .cta-buttons a.back:hover, body > .properties.details .cta-buttons a.add-to:hover, .btn-primary:focus, body > .properties.details .cta-buttons a.back:focus, body > .properties.details .cta-buttons a.add-to:focus, .btn-primary:active, body > .properties.details .cta-buttons a.back:active, body > .properties.details .cta-buttons a.add-to:active, .btn-primary.active, body > .properties.details .cta-buttons a.active.back, body > .properties.details .cta-buttons a.active.add-to,
  .open > .btn-primary.dropdown-toggle,
  body > .properties.details .cta-buttons .open > a.dropdown-toggle.back,
  body > .properties.details .cta-buttons .open > a.dropdown-toggle.add-to {
    color: #fff;
    background-color: #002f2b;
    border-color: #000b0a; }
  .btn-primary:active, body > .properties.details .cta-buttons a.back:active, body > .properties.details .cta-buttons a.add-to:active, .btn-primary.active, body > .properties.details .cta-buttons a.active.back, body > .properties.details .cta-buttons a.active.add-to,
  .open > .btn-primary.dropdown-toggle,
  body > .properties.details .cta-buttons .open > a.dropdown-toggle.back,
  body > .properties.details .cta-buttons .open > a.dropdown-toggle.add-to {
    background-image: none; }
  .btn-primary.disabled, body > .properties.details .cta-buttons a.disabled.back, body > .properties.details .cta-buttons a.disabled.add-to, .btn-primary.disabled:hover, body > .properties.details .cta-buttons a.disabled.back:hover, body > .properties.details .cta-buttons a.disabled.add-to:hover, .btn-primary.disabled:focus, body > .properties.details .cta-buttons a.disabled.back:focus, body > .properties.details .cta-buttons a.disabled.add-to:focus, .btn-primary.disabled:active, body > .properties.details .cta-buttons a.disabled.back:active, body > .properties.details .cta-buttons a.disabled.add-to:active, .btn-primary.disabled.active, body > .properties.details .cta-buttons a.disabled.active.back, body > .properties.details .cta-buttons a.disabled.active.add-to, .btn-primary[disabled], body > .properties.details .cta-buttons a.back[disabled], body > .properties.details .cta-buttons a.add-to[disabled], .btn-primary[disabled]:hover, body > .properties.details .cta-buttons a.back[disabled]:hover, body > .properties.details .cta-buttons a.add-to[disabled]:hover, .btn-primary[disabled]:focus, body > .properties.details .cta-buttons a.back[disabled]:focus, body > .properties.details .cta-buttons a.add-to[disabled]:focus, .btn-primary[disabled]:active, body > .properties.details .cta-buttons a.back[disabled]:active, body > .properties.details .cta-buttons a.add-to[disabled]:active, .btn-primary[disabled].active, body > .properties.details .cta-buttons a.back[disabled].active, body > .properties.details .cta-buttons a.add-to[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] body > .properties.details .cta-buttons a.back,
  body > .properties.details .cta-buttons fieldset[disabled] a.back,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] body > .properties.details .cta-buttons a.back:hover,
  body > .properties.details .cta-buttons fieldset[disabled] a.back:hover,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to:hover,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] body > .properties.details .cta-buttons a.back:focus,
  body > .properties.details .cta-buttons fieldset[disabled] a.back:focus,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to:focus,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] body > .properties.details .cta-buttons a.back:active,
  body > .properties.details .cta-buttons fieldset[disabled] a.back:active,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to:active,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] body > .properties.details .cta-buttons a.active.back,
  body > .properties.details .cta-buttons fieldset[disabled] a.active.back,
  fieldset[disabled] body > .properties.details .cta-buttons a.active.add-to,
  body > .properties.details .cta-buttons fieldset[disabled] a.active.add-to {
    background-color: #00625a;
    border-color: #004943; }
  .btn-primary .badge, body > .properties.details .cta-buttons a.back .badge, body > .properties.details .cta-buttons a.add-to .badge {
    color: #00625a;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #003831;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #001f1b;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-default, .btn-group-lg > .blue-button, .btn-group-lg > .blue-button-full, .btn-group-lg > .subtle-blue-button, .btn-group-lg > .red-button, .btn-group-lg > .subtle-red-button, .btn-group-lg > .subtle-red-button-full, .btn-group-lg > .btn-primary, body > .properties.details .cta-buttons .btn-group-lg > a.back, body > .properties.details .cta-buttons .btn-group-lg > a.add-to, .btn-group-lg > .expand-button,
.btn-group-lg > .red-button-full, .btn-group-lg > .btn-blog, body > .properties.details .cta-buttons .btn-group-lg > a.specialist, body > .properties.details .cta-buttons .btn-group-lg > a.enquire, body > .properties.details .cta-buttons .btn-group-lg > a.book, .property-search.block.quick button, .ni-ui.home .red-button,
.ni-ui.home .expand-button, .ni-ui.home .search-button,
.ni-ui.home .subtle-white-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button {
  padding: 10px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-default, .btn-group-sm > .blue-button, .btn-group-sm > .blue-button-full, .btn-group-sm > .subtle-blue-button, .btn-group-sm > .red-button, .btn-group-sm > .subtle-red-button, .btn-group-sm > .subtle-red-button-full, .property-search.block.quick .btn-group-sm > button, .ni-ui.home .btn-group-sm > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-sm > button, .btn-group-sm > .btn-primary, body > .properties.details .cta-buttons .btn-group-sm > a.back, body > .properties.details .cta-buttons .btn-group-sm > a.add-to, .btn-group-sm > .expand-button,
.btn-group-sm > .red-button-full, .btn-group-sm > .btn-blog, body > .properties.details .cta-buttons .btn-group-sm > a.specialist, body > .properties.details .cta-buttons .btn-group-sm > a.enquire, body > .properties.details .cta-buttons .btn-group-sm > a.book {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn-default, .btn-group-xs > .blue-button, .btn-group-xs > .blue-button-full, .btn-group-xs > .subtle-blue-button, .btn-group-xs > .red-button, .btn-group-xs > .subtle-red-button, .btn-group-xs > .subtle-red-button-full, .property-search.block.quick .btn-group-xs > button, .ni-ui.home .btn-group-xs > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-xs > button, .btn-group-xs > .btn-primary, body > .properties.details .cta-buttons .btn-group-xs > a.back, body > .properties.details .cta-buttons .btn-group-xs > a.add-to, .btn-group-xs > .expand-button,
.btn-group-xs > .red-button-full, .btn-group-xs > .btn-blog, body > .properties.details .cta-buttons .btn-group-xs > a.specialist, body > .properties.details .cta-buttons .btn-group-xs > a.enquire, body > .properties.details .cta-buttons .btn-group-xs > a.book {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, .blue-button-full,
.red-button-full, .subtle-red-button-full, body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons a.add-to, body > .properties.details .cta-buttons a.book {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .blue-button-full + .btn-block, .red-button-full + .btn-block, .subtle-red-button-full + .btn-block, body > .properties.details .cta-buttons a.back + .btn-block, body > .properties.details .cta-buttons a.specialist + .btn-block, body > .properties.details .cta-buttons a.enquire + .btn-block, body > .properties.details .cta-buttons a.add-to + .btn-block, body > .properties.details .cta-buttons a.book + .btn-block, .btn-block + .blue-button-full, .blue-button-full + .blue-button-full, .red-button-full + .blue-button-full, .subtle-red-button-full + .blue-button-full, body > .properties.details .cta-buttons a.back + .blue-button-full, body > .properties.details .cta-buttons a.specialist + .blue-button-full, body > .properties.details .cta-buttons a.enquire + .blue-button-full, body > .properties.details .cta-buttons a.add-to + .blue-button-full, body > .properties.details .cta-buttons a.book + .blue-button-full,
.btn-block + .red-button-full,
.blue-button-full + .red-button-full,
.red-button-full + .red-button-full,
.subtle-red-button-full + .red-button-full,
body > .properties.details .cta-buttons a.back + .red-button-full,
body > .properties.details .cta-buttons a.specialist + .red-button-full,
body > .properties.details .cta-buttons a.enquire + .red-button-full,
body > .properties.details .cta-buttons a.add-to + .red-button-full,
body > .properties.details .cta-buttons a.book + .red-button-full, .btn-block + .subtle-red-button-full, .blue-button-full + .subtle-red-button-full, .red-button-full + .subtle-red-button-full, .subtle-red-button-full + .subtle-red-button-full, body > .properties.details .cta-buttons a.back + .subtle-red-button-full, body > .properties.details .cta-buttons a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons a.add-to + .subtle-red-button-full, body > .properties.details .cta-buttons a.book + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-block + a.back, body > .properties.details .cta-buttons .blue-button-full + a.back, body > .properties.details .cta-buttons .red-button-full + a.back, body > .properties.details .cta-buttons .subtle-red-button-full + a.back, body > .properties.details .cta-buttons a.back + a.back, body > .properties.details .cta-buttons a.specialist + a.back, body > .properties.details .cta-buttons a.enquire + a.back, body > .properties.details .cta-buttons a.add-to + a.back, body > .properties.details .cta-buttons a.book + a.back, body > .properties.details .cta-buttons .btn-block + a.specialist, body > .properties.details .cta-buttons .blue-button-full + a.specialist, body > .properties.details .cta-buttons .red-button-full + a.specialist, body > .properties.details .cta-buttons .subtle-red-button-full + a.specialist, body > .properties.details .cta-buttons a.back + a.specialist, body > .properties.details .cta-buttons a.specialist + a.specialist, body > .properties.details .cta-buttons a.enquire + a.specialist, body > .properties.details .cta-buttons a.add-to + a.specialist, body > .properties.details .cta-buttons a.book + a.specialist, body > .properties.details .cta-buttons .btn-block + a.enquire, body > .properties.details .cta-buttons .blue-button-full + a.enquire, body > .properties.details .cta-buttons .red-button-full + a.enquire, body > .properties.details .cta-buttons .subtle-red-button-full + a.enquire, body > .properties.details .cta-buttons a.back + a.enquire, body > .properties.details .cta-buttons a.specialist + a.enquire, body > .properties.details .cta-buttons a.enquire + a.enquire, body > .properties.details .cta-buttons a.add-to + a.enquire, body > .properties.details .cta-buttons a.book + a.enquire, body > .properties.details .cta-buttons .btn-block + a.add-to, body > .properties.details .cta-buttons .blue-button-full + a.add-to, body > .properties.details .cta-buttons .red-button-full + a.add-to, body > .properties.details .cta-buttons .subtle-red-button-full + a.add-to, body > .properties.details .cta-buttons a.back + a.add-to, body > .properties.details .cta-buttons a.specialist + a.add-to, body > .properties.details .cta-buttons a.enquire + a.add-to, body > .properties.details .cta-buttons a.add-to + a.add-to, body > .properties.details .cta-buttons a.book + a.add-to, body > .properties.details .cta-buttons .btn-block + a.book, body > .properties.details .cta-buttons .blue-button-full + a.book, body > .properties.details .cta-buttons .red-button-full + a.book, body > .properties.details .cta-buttons .subtle-red-button-full + a.book, body > .properties.details .cta-buttons a.back + a.book, body > .properties.details .cta-buttons a.specialist + a.book, body > .properties.details .cta-buttons a.enquire + a.book, body > .properties.details .cta-buttons a.add-to + a.book, body > .properties.details .cta-buttons a.book + a.book {
  margin-top: 5px; }

input[type="submit"].btn-block, input.blue-button-full[type="submit"], input.red-button-full[type="submit"], input.subtle-red-button-full[type="submit"],
input[type="reset"].btn-block,
input.blue-button-full[type="reset"],
input.red-button-full[type="reset"],
input.subtle-red-button-full[type="reset"],
input[type="button"].btn-block,
input.blue-button-full[type="button"],
input.red-button-full[type="button"],
input.subtle-red-button-full[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #3b3b3c;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2e2e2f;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00625a; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn-default, .btn-group > .blue-button, .btn-group > .blue-button-full, .btn-group > .subtle-blue-button, .btn-group > .red-button, .btn-group > .subtle-red-button, .btn-group > .subtle-red-button-full, .property-search.block.quick .btn-group > button, .ni-ui.home .btn-group > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button, .btn-group > .btn-primary, body > .properties.details .cta-buttons .btn-group > a.back, body > .properties.details .cta-buttons .btn-group > a.add-to, .btn-group > .expand-button,
  .btn-group > .red-button-full, .btn-group > .btn-blog, body > .properties.details .cta-buttons .btn-group > a.specialist, body > .properties.details .cta-buttons .btn-group > a.enquire, body > .properties.details .cta-buttons .btn-group > a.book,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-default,
  .btn-group-vertical > .blue-button,
  .btn-group-vertical > .blue-button-full,
  .btn-group-vertical > .subtle-blue-button,
  .btn-group-vertical > .red-button,
  .btn-group-vertical > .subtle-red-button,
  .btn-group-vertical > .subtle-red-button-full,
  .property-search.block.quick .btn-group-vertical > button,
  .ni-ui.home .btn-group-vertical > .search-button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button,
  .btn-group-vertical > .btn-primary,
  body > .properties.details .cta-buttons .btn-group-vertical > a.back,
  body > .properties.details .cta-buttons .btn-group-vertical > a.add-to,
  .btn-group-vertical > .expand-button,
  .btn-group-vertical > .red-button-full,
  .btn-group-vertical > .btn-blog,
  body > .properties.details .cta-buttons .btn-group-vertical > a.specialist,
  body > .properties.details .cta-buttons .btn-group-vertical > a.enquire,
  body > .properties.details .cta-buttons .btn-group-vertical > a.book {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn-default:hover, .btn-group > .blue-button:hover, .btn-group > .blue-button-full:hover, .btn-group > .subtle-blue-button:hover, .btn-group > .red-button:hover, .btn-group > .subtle-red-button:hover, .btn-group > .subtle-red-button-full:hover, .property-search.block.quick .btn-group > button:hover, .ni-ui.home .btn-group > .search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:hover, .btn-group > .btn-primary:hover, body > .properties.details .cta-buttons .btn-group > a.back:hover, body > .properties.details .cta-buttons .btn-group > a.add-to:hover, .btn-group > .expand-button:hover,
    .btn-group > .red-button-full:hover, .btn-group > .btn-blog:hover, body > .properties.details .cta-buttons .btn-group > a.specialist:hover, body > .properties.details .cta-buttons .btn-group > a.enquire:hover, body > .properties.details .cta-buttons .btn-group > a.book:hover, .btn-group > .btn:focus, .btn-group > .btn-default:focus, .btn-group > .blue-button:focus, .btn-group > .blue-button-full:focus, .btn-group > .subtle-blue-button:focus, .btn-group > .red-button:focus, .btn-group > .subtle-red-button:focus, .btn-group > .subtle-red-button-full:focus, .property-search.block.quick .btn-group > button:focus, .ni-ui.home .btn-group > .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:focus, .btn-group > .btn-primary:focus, body > .properties.details .cta-buttons .btn-group > a.back:focus, body > .properties.details .cta-buttons .btn-group > a.add-to:focus, .btn-group > .expand-button:focus,
    .btn-group > .red-button-full:focus, .btn-group > .btn-blog:focus, body > .properties.details .cta-buttons .btn-group > a.specialist:focus, body > .properties.details .cta-buttons .btn-group > a.enquire:focus, body > .properties.details .cta-buttons .btn-group > a.book:focus, .btn-group > .btn:active, .btn-group > .btn-default:active, .btn-group > .blue-button:active, .btn-group > .blue-button-full:active, .btn-group > .subtle-blue-button:active, .btn-group > .red-button:active, .btn-group > .subtle-red-button:active, .btn-group > .subtle-red-button-full:active, .property-search.block.quick .btn-group > button:active, .ni-ui.home .btn-group > .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:active, .btn-group > .btn-primary:active, body > .properties.details .cta-buttons .btn-group > a.back:active, body > .properties.details .cta-buttons .btn-group > a.add-to:active, .btn-group > .expand-button:active,
    .btn-group > .red-button-full:active, .btn-group > .btn-blog:active, body > .properties.details .cta-buttons .btn-group > a.specialist:active, body > .properties.details .cta-buttons .btn-group > a.enquire:active, body > .properties.details .cta-buttons .btn-group > a.book:active, .btn-group > .btn.active, .btn-group > .active.btn-default, .btn-group > .active.blue-button, .btn-group > .active.blue-button-full, .btn-group > .active.subtle-blue-button, .btn-group > .active.red-button, .btn-group > .active.subtle-red-button, .btn-group > .active.subtle-red-button-full, .property-search.block.quick .btn-group > button.active, .ni-ui.home .btn-group > .active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button.active, .btn-group > .active.btn-primary, body > .properties.details .cta-buttons .btn-group > a.active.back, body > .properties.details .cta-buttons .btn-group > a.active.add-to, .btn-group > .active.expand-button,
    .btn-group > .active.red-button-full, .btn-group > .active.btn-blog, body > .properties.details .cta-buttons .btn-group > a.active.specialist, body > .properties.details .cta-buttons .btn-group > a.active.enquire, body > .properties.details .cta-buttons .btn-group > a.active.book,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn-default:hover,
    .btn-group-vertical > .blue-button:hover,
    .btn-group-vertical > .blue-button-full:hover,
    .btn-group-vertical > .subtle-blue-button:hover,
    .btn-group-vertical > .red-button:hover,
    .btn-group-vertical > .subtle-red-button:hover,
    .btn-group-vertical > .subtle-red-button-full:hover,
    .property-search.block.quick .btn-group-vertical > button:hover,
    .ni-ui.home .btn-group-vertical > .search-button:hover,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:hover,
    .btn-group-vertical > .btn-primary:hover,
    body > .properties.details .cta-buttons .btn-group-vertical > a.back:hover,
    body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:hover,
    .btn-group-vertical > .expand-button:hover,
    .btn-group-vertical > .red-button-full:hover,
    .btn-group-vertical > .btn-blog:hover,
    body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:hover,
    body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:hover,
    body > .properties.details .cta-buttons .btn-group-vertical > a.book:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-default:focus,
    .btn-group-vertical > .blue-button:focus,
    .btn-group-vertical > .blue-button-full:focus,
    .btn-group-vertical > .subtle-blue-button:focus,
    .btn-group-vertical > .red-button:focus,
    .btn-group-vertical > .subtle-red-button:focus,
    .btn-group-vertical > .subtle-red-button-full:focus,
    .property-search.block.quick .btn-group-vertical > button:focus,
    .ni-ui.home .btn-group-vertical > .search-button:focus,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn-primary:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.back:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:focus,
    .btn-group-vertical > .expand-button:focus,
    .btn-group-vertical > .red-button-full:focus,
    .btn-group-vertical > .btn-blog:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.book:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn-default:active,
    .btn-group-vertical > .blue-button:active,
    .btn-group-vertical > .blue-button-full:active,
    .btn-group-vertical > .subtle-blue-button:active,
    .btn-group-vertical > .red-button:active,
    .btn-group-vertical > .subtle-red-button:active,
    .btn-group-vertical > .subtle-red-button-full:active,
    .property-search.block.quick .btn-group-vertical > button:active,
    .ni-ui.home .btn-group-vertical > .search-button:active,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:active,
    .btn-group-vertical > .btn-primary:active,
    body > .properties.details .cta-buttons .btn-group-vertical > a.back:active,
    body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:active,
    .btn-group-vertical > .expand-button:active,
    .btn-group-vertical > .red-button-full:active,
    .btn-group-vertical > .btn-blog:active,
    body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:active,
    body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:active,
    body > .properties.details .cta-buttons .btn-group-vertical > a.book:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn-default,
    .btn-group-vertical > .active.blue-button,
    .btn-group-vertical > .active.blue-button-full,
    .btn-group-vertical > .active.subtle-blue-button,
    .btn-group-vertical > .active.red-button,
    .btn-group-vertical > .active.subtle-red-button,
    .btn-group-vertical > .active.subtle-red-button-full,
    .property-search.block.quick .btn-group-vertical > button.active,
    .ni-ui.home .btn-group-vertical > .active.search-button,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button.active,
    .btn-group-vertical > .active.btn-primary,
    body > .properties.details .cta-buttons .btn-group-vertical > a.active.back,
    body > .properties.details .cta-buttons .btn-group-vertical > a.active.add-to,
    .btn-group-vertical > .active.expand-button,
    .btn-group-vertical > .active.red-button-full,
    .btn-group-vertical > .active.btn-blog,
    body > .properties.details .cta-buttons .btn-group-vertical > a.active.specialist,
    body > .properties.details .cta-buttons .btn-group-vertical > a.active.enquire,
    body > .properties.details .cta-buttons .btn-group-vertical > a.active.book {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn-default:focus, .btn-group > .blue-button:focus, .btn-group > .blue-button-full:focus, .btn-group > .subtle-blue-button:focus, .btn-group > .red-button:focus, .btn-group > .subtle-red-button:focus, .btn-group > .subtle-red-button-full:focus, .property-search.block.quick .btn-group > button:focus, .ni-ui.home .btn-group > .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:focus, .btn-group > .btn-primary:focus, body > .properties.details .cta-buttons .btn-group > a.back:focus, body > .properties.details .cta-buttons .btn-group > a.add-to:focus, .btn-group > .expand-button:focus,
    .btn-group > .red-button-full:focus, .btn-group > .btn-blog:focus, body > .properties.details .cta-buttons .btn-group > a.specialist:focus, body > .properties.details .cta-buttons .btn-group > a.enquire:focus, body > .properties.details .cta-buttons .btn-group > a.book:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-default:focus,
    .btn-group-vertical > .blue-button:focus,
    .btn-group-vertical > .blue-button-full:focus,
    .btn-group-vertical > .subtle-blue-button:focus,
    .btn-group-vertical > .red-button:focus,
    .btn-group-vertical > .subtle-red-button:focus,
    .btn-group-vertical > .subtle-red-button-full:focus,
    .property-search.block.quick .btn-group-vertical > button:focus,
    .ni-ui.home .btn-group-vertical > .search-button:focus,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn-primary:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.back:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:focus,
    .btn-group-vertical > .expand-button:focus,
    .btn-group-vertical > .red-button-full:focus,
    .btn-group-vertical > .btn-blog:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:focus,
    body > .properties.details .cta-buttons .btn-group-vertical > a.book:focus {
      outline: 0; }

.btn-group .btn + .btn, .btn-group .btn-default + .btn, .btn-group .blue-button + .btn, .btn-group .blue-button-full + .btn, .btn-group .subtle-blue-button + .btn, .btn-group .red-button + .btn, .btn-group .subtle-red-button + .btn, .btn-group .subtle-red-button-full + .btn, .btn-group .property-search.block.quick button + .btn, .property-search.block.quick .btn-group button + .btn, .btn-group .ni-ui.home .search-button + .btn, .ni-ui.home .btn-group .search-button + .btn, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .btn, .btn-group .btn-primary + .btn, .btn-group body > .properties.details .cta-buttons a.back + .btn, body > .properties.details .cta-buttons .btn-group a.back + .btn, .btn-group body > .properties.details .cta-buttons a.add-to + .btn, body > .properties.details .cta-buttons .btn-group a.add-to + .btn, .btn-group .expand-button + .btn, .btn-group .red-button-full + .btn, .btn-group .btn-blog + .btn, .btn-group body > .properties.details .cta-buttons a.specialist + .btn, body > .properties.details .cta-buttons .btn-group a.specialist + .btn, .btn-group body > .properties.details .cta-buttons a.enquire + .btn, body > .properties.details .cta-buttons .btn-group a.enquire + .btn, .btn-group body > .properties.details .cta-buttons a.book + .btn, body > .properties.details .cta-buttons .btn-group a.book + .btn, .btn-group .btn + .btn-default, .btn-group .btn-default + .btn-default, .btn-group .blue-button + .btn-default, .btn-group .blue-button-full + .btn-default, .btn-group .subtle-blue-button + .btn-default, .btn-group .red-button + .btn-default, .btn-group .subtle-red-button + .btn-default, .btn-group .subtle-red-button-full + .btn-default, .btn-group .property-search.block.quick button + .btn-default, .property-search.block.quick .btn-group button + .btn-default, .btn-group .ni-ui.home .search-button + .btn-default, .ni-ui.home .btn-group .search-button + .btn-default, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-default, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .btn-default, .btn-group .btn-primary + .btn-default, .btn-group body > .properties.details .cta-buttons a.back + .btn-default, body > .properties.details .cta-buttons .btn-group a.back + .btn-default, .btn-group body > .properties.details .cta-buttons a.add-to + .btn-default, body > .properties.details .cta-buttons .btn-group a.add-to + .btn-default, .btn-group .expand-button + .btn-default, .btn-group .red-button-full + .btn-default, .btn-group .btn-blog + .btn-default, .btn-group body > .properties.details .cta-buttons a.specialist + .btn-default, body > .properties.details .cta-buttons .btn-group a.specialist + .btn-default, .btn-group body > .properties.details .cta-buttons a.enquire + .btn-default, body > .properties.details .cta-buttons .btn-group a.enquire + .btn-default, .btn-group body > .properties.details .cta-buttons a.book + .btn-default, body > .properties.details .cta-buttons .btn-group a.book + .btn-default, .btn-group .btn + .blue-button, .btn-group .btn-default + .blue-button, .btn-group .blue-button + .blue-button, .btn-group .blue-button-full + .blue-button, .btn-group .subtle-blue-button + .blue-button, .btn-group .red-button + .blue-button, .btn-group .subtle-red-button + .blue-button, .btn-group .subtle-red-button-full + .blue-button, .btn-group .property-search.block.quick button + .blue-button, .property-search.block.quick .btn-group button + .blue-button, .btn-group .ni-ui.home .search-button + .blue-button, .ni-ui.home .btn-group .search-button + .blue-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .blue-button, .btn-group .btn-primary + .blue-button, .btn-group body > .properties.details .cta-buttons a.back + .blue-button, body > .properties.details .cta-buttons .btn-group a.back + .blue-button, .btn-group body > .properties.details .cta-buttons a.add-to + .blue-button, body > .properties.details .cta-buttons .btn-group a.add-to + .blue-button, .btn-group .expand-button + .blue-button, .btn-group .red-button-full + .blue-button, .btn-group .btn-blog + .blue-button, .btn-group body > .properties.details .cta-buttons a.specialist + .blue-button, body > .properties.details .cta-buttons .btn-group a.specialist + .blue-button, .btn-group body > .properties.details .cta-buttons a.enquire + .blue-button, body > .properties.details .cta-buttons .btn-group a.enquire + .blue-button, .btn-group body > .properties.details .cta-buttons a.book + .blue-button, body > .properties.details .cta-buttons .btn-group a.book + .blue-button, .btn-group .btn + .blue-button-full, .btn-group .btn-default + .blue-button-full, .btn-group .blue-button + .blue-button-full, .btn-group .blue-button-full + .blue-button-full, .btn-group .subtle-blue-button + .blue-button-full, .btn-group .red-button + .blue-button-full, .btn-group .subtle-red-button + .blue-button-full, .btn-group .subtle-red-button-full + .blue-button-full, .btn-group .property-search.block.quick button + .blue-button-full, .property-search.block.quick .btn-group button + .blue-button-full, .btn-group .ni-ui.home .search-button + .blue-button-full, .ni-ui.home .btn-group .search-button + .blue-button-full, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .blue-button-full, .btn-group .btn-primary + .blue-button-full, .btn-group body > .properties.details .cta-buttons a.back + .blue-button-full, body > .properties.details .cta-buttons .btn-group a.back + .blue-button-full, .btn-group body > .properties.details .cta-buttons a.add-to + .blue-button-full, body > .properties.details .cta-buttons .btn-group a.add-to + .blue-button-full, .btn-group .expand-button + .blue-button-full, .btn-group .red-button-full + .blue-button-full, .btn-group .btn-blog + .blue-button-full, .btn-group body > .properties.details .cta-buttons a.specialist + .blue-button-full, body > .properties.details .cta-buttons .btn-group a.specialist + .blue-button-full, .btn-group body > .properties.details .cta-buttons a.enquire + .blue-button-full, body > .properties.details .cta-buttons .btn-group a.enquire + .blue-button-full, .btn-group body > .properties.details .cta-buttons a.book + .blue-button-full, body > .properties.details .cta-buttons .btn-group a.book + .blue-button-full, .btn-group .btn + .subtle-blue-button, .btn-group .btn-default + .subtle-blue-button, .btn-group .blue-button + .subtle-blue-button, .btn-group .blue-button-full + .subtle-blue-button, .btn-group .subtle-blue-button + .subtle-blue-button, .btn-group .red-button + .subtle-blue-button, .btn-group .subtle-red-button + .subtle-blue-button, .btn-group .subtle-red-button-full + .subtle-blue-button, .btn-group .property-search.block.quick button + .subtle-blue-button, .property-search.block.quick .btn-group button + .subtle-blue-button, .btn-group .ni-ui.home .search-button + .subtle-blue-button, .ni-ui.home .btn-group .search-button + .subtle-blue-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .subtle-blue-button, .btn-group .btn-primary + .subtle-blue-button, .btn-group body > .properties.details .cta-buttons a.back + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group a.back + .subtle-blue-button, .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group a.add-to + .subtle-blue-button, .btn-group .expand-button + .subtle-blue-button, .btn-group .red-button-full + .subtle-blue-button, .btn-group .btn-blog + .subtle-blue-button, .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group a.specialist + .subtle-blue-button, .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group a.enquire + .subtle-blue-button, .btn-group body > .properties.details .cta-buttons a.book + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group a.book + .subtle-blue-button, .btn-group .btn + .red-button, .btn-group .btn-default + .red-button, .btn-group .blue-button + .red-button, .btn-group .blue-button-full + .red-button, .btn-group .subtle-blue-button + .red-button, .btn-group .red-button + .red-button, .btn-group .subtle-red-button + .red-button, .btn-group .subtle-red-button-full + .red-button, .btn-group .property-search.block.quick button + .red-button, .property-search.block.quick .btn-group button + .red-button, .btn-group .ni-ui.home .search-button + .red-button, .ni-ui.home .btn-group .search-button + .red-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .red-button, .btn-group .btn-primary + .red-button, .btn-group body > .properties.details .cta-buttons a.back + .red-button, body > .properties.details .cta-buttons .btn-group a.back + .red-button, .btn-group body > .properties.details .cta-buttons a.add-to + .red-button, body > .properties.details .cta-buttons .btn-group a.add-to + .red-button, .btn-group .expand-button + .red-button, .btn-group .red-button-full + .red-button, .btn-group .btn-blog + .red-button, .btn-group body > .properties.details .cta-buttons a.specialist + .red-button, body > .properties.details .cta-buttons .btn-group a.specialist + .red-button, .btn-group body > .properties.details .cta-buttons a.enquire + .red-button, body > .properties.details .cta-buttons .btn-group a.enquire + .red-button, .btn-group body > .properties.details .cta-buttons a.book + .red-button, body > .properties.details .cta-buttons .btn-group a.book + .red-button, .btn-group .btn + .subtle-red-button, .btn-group .btn-default + .subtle-red-button, .btn-group .blue-button + .subtle-red-button, .btn-group .blue-button-full + .subtle-red-button, .btn-group .subtle-blue-button + .subtle-red-button, .btn-group .red-button + .subtle-red-button, .btn-group .subtle-red-button + .subtle-red-button, .btn-group .subtle-red-button-full + .subtle-red-button, .btn-group .property-search.block.quick button + .subtle-red-button, .property-search.block.quick .btn-group button + .subtle-red-button, .btn-group .ni-ui.home .search-button + .subtle-red-button, .ni-ui.home .btn-group .search-button + .subtle-red-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .subtle-red-button, .btn-group .btn-primary + .subtle-red-button, .btn-group body > .properties.details .cta-buttons a.back + .subtle-red-button, body > .properties.details .cta-buttons .btn-group a.back + .subtle-red-button, .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-red-button, body > .properties.details .cta-buttons .btn-group a.add-to + .subtle-red-button, .btn-group .expand-button + .subtle-red-button, .btn-group .red-button-full + .subtle-red-button, .btn-group .btn-blog + .subtle-red-button, .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-red-button, body > .properties.details .cta-buttons .btn-group a.specialist + .subtle-red-button, .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-red-button, body > .properties.details .cta-buttons .btn-group a.enquire + .subtle-red-button, .btn-group body > .properties.details .cta-buttons a.book + .subtle-red-button, body > .properties.details .cta-buttons .btn-group a.book + .subtle-red-button, .btn-group .btn + .subtle-red-button-full, .btn-group .btn-default + .subtle-red-button-full, .btn-group .blue-button + .subtle-red-button-full, .btn-group .blue-button-full + .subtle-red-button-full, .btn-group .subtle-blue-button + .subtle-red-button-full, .btn-group .red-button + .subtle-red-button-full, .btn-group .subtle-red-button + .subtle-red-button-full, .btn-group .subtle-red-button-full + .subtle-red-button-full, .btn-group .property-search.block.quick button + .subtle-red-button-full, .property-search.block.quick .btn-group button + .subtle-red-button-full, .btn-group .ni-ui.home .search-button + .subtle-red-button-full, .ni-ui.home .btn-group .search-button + .subtle-red-button-full, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .subtle-red-button-full, .btn-group .btn-primary + .subtle-red-button-full, .btn-group body > .properties.details .cta-buttons a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group a.back + .subtle-red-button-full, .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group a.add-to + .subtle-red-button-full, .btn-group .expand-button + .subtle-red-button-full, .btn-group .red-button-full + .subtle-red-button-full, .btn-group .btn-blog + .subtle-red-button-full, .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group a.specialist + .subtle-red-button-full, .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group a.enquire + .subtle-red-button-full, .btn-group body > .properties.details .cta-buttons a.book + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group a.book + .subtle-red-button-full, .btn-group .property-search.block.quick .btn + button, .property-search.block.quick .btn-group .btn + button, .btn-group .property-search.block.quick .btn-default + button, .property-search.block.quick .btn-group .btn-default + button, .btn-group .property-search.block.quick .blue-button + button, .property-search.block.quick .btn-group .blue-button + button, .btn-group .property-search.block.quick .blue-button-full + button, .property-search.block.quick .btn-group .blue-button-full + button, .btn-group .property-search.block.quick .subtle-blue-button + button, .property-search.block.quick .btn-group .subtle-blue-button + button, .btn-group .property-search.block.quick .red-button + button, .property-search.block.quick .btn-group .red-button + button, .btn-group .property-search.block.quick .subtle-red-button + button, .property-search.block.quick .btn-group .subtle-red-button + button, .btn-group .property-search.block.quick .subtle-red-button-full + button, .property-search.block.quick .btn-group .subtle-red-button-full + button, .btn-group .property-search.block.quick button + button, .property-search.block.quick .btn-group button + button, .btn-group .ni-ui.home .property-search.block.quick .search-button + button, .property-search.block.quick .btn-group .ni-ui.home .search-button + button, .ni-ui.home .btn-group .property-search.block.quick .search-button + button, .property-search.block.quick .ni-ui.home .btn-group .search-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .btn-group button + button, .btn-group .property-search.block.quick .btn-primary + button, .property-search.block.quick .btn-group .btn-primary + button, .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.back + button, .property-search.block.quick .btn-group body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .btn-group .property-search.block.quick a.back + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group a.back + button, .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.add-to + button, .property-search.block.quick .btn-group body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .btn-group .property-search.block.quick a.add-to + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group a.add-to + button, .btn-group .property-search.block.quick .expand-button + button, .property-search.block.quick .btn-group .expand-button + button, .btn-group .property-search.block.quick .red-button-full + button, .property-search.block.quick .btn-group .red-button-full + button, .btn-group .property-search.block.quick .btn-blog + button, .property-search.block.quick .btn-group .btn-blog + button, .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.specialist + button, .property-search.block.quick .btn-group body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .btn-group .property-search.block.quick a.specialist + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group a.specialist + button, .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.enquire + button, .property-search.block.quick .btn-group body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .btn-group .property-search.block.quick a.enquire + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group a.enquire + button, .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.book + button, .property-search.block.quick .btn-group body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .btn-group .property-search.block.quick a.book + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group a.book + button, .btn-group .ni-ui.home .btn + .search-button, .ni-ui.home .btn-group .btn + .search-button, .btn-group .ni-ui.home .btn-default + .search-button, .ni-ui.home .btn-group .btn-default + .search-button, .btn-group .ni-ui.home .blue-button + .search-button, .ni-ui.home .btn-group .blue-button + .search-button, .btn-group .ni-ui.home .blue-button-full + .search-button, .ni-ui.home .btn-group .blue-button-full + .search-button, .btn-group .ni-ui.home .subtle-blue-button + .search-button, .ni-ui.home .btn-group .subtle-blue-button + .search-button, .btn-group .ni-ui.home .red-button + .search-button, .ni-ui.home .btn-group .red-button + .search-button, .btn-group .ni-ui.home .subtle-red-button + .search-button, .ni-ui.home .btn-group .subtle-red-button + .search-button, .btn-group .ni-ui.home .subtle-red-button-full + .search-button, .ni-ui.home .btn-group .subtle-red-button-full + .search-button, .btn-group .property-search.block.quick .ni-ui.home button + .search-button, .ni-ui.home .btn-group .property-search.block.quick button + .search-button, .property-search.block.quick .btn-group .ni-ui.home button + .search-button, .ni-ui.home .property-search.block.quick .btn-group button + .search-button, .btn-group .ni-ui.home .search-button + .search-button, .ni-ui.home .btn-group .search-button + .search-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .search-button, .btn-group .ni-ui.home .btn-primary + .search-button, .ni-ui.home .btn-group .btn-primary + .search-button, .btn-group body > .properties.details .cta-buttons .ni-ui.home a.back + .search-button, .ni-ui.home .btn-group body > .properties.details .cta-buttons a.back + .search-button, body > .properties.details .cta-buttons .btn-group .ni-ui.home a.back + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group a.back + .search-button, .btn-group body > .properties.details .cta-buttons .ni-ui.home a.add-to + .search-button, .ni-ui.home .btn-group body > .properties.details .cta-buttons a.add-to + .search-button, body > .properties.details .cta-buttons .btn-group .ni-ui.home a.add-to + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group a.add-to + .search-button, .btn-group .ni-ui.home .expand-button + .search-button, .ni-ui.home .btn-group .expand-button + .search-button, .btn-group .ni-ui.home .red-button-full + .search-button, .ni-ui.home .btn-group .red-button-full + .search-button, .btn-group .ni-ui.home .btn-blog + .search-button, .ni-ui.home .btn-group .btn-blog + .search-button, .btn-group body > .properties.details .cta-buttons .ni-ui.home a.specialist + .search-button, .ni-ui.home .btn-group body > .properties.details .cta-buttons a.specialist + .search-button, body > .properties.details .cta-buttons .btn-group .ni-ui.home a.specialist + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group a.specialist + .search-button, .btn-group body > .properties.details .cta-buttons .ni-ui.home a.enquire + .search-button, .ni-ui.home .btn-group body > .properties.details .cta-buttons a.enquire + .search-button, body > .properties.details .cta-buttons .btn-group .ni-ui.home a.enquire + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group a.enquire + .search-button, .btn-group body > .properties.details .cta-buttons .ni-ui.home a.book + .search-button, .ni-ui.home .btn-group body > .properties.details .cta-buttons a.book + .search-button, body > .properties.details .cta-buttons .btn-group .ni-ui.home a.book + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group a.book + .search-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .btn + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-default + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .btn-default + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .blue-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .blue-button-full + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .subtle-blue-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .red-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .subtle-red-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .subtle-red-button-full + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .btn-group .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .btn-group button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .btn-group .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .search-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-primary + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .btn-primary + button, .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group a.back + button, .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group a.add-to + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .expand-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .expand-button + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .red-button-full + button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-blog + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .btn-blog + button, .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group a.specialist + button, .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group a.enquire + button, .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group a.book + button, .btn-group .btn + .btn-primary, .btn-group .btn-default + .btn-primary, .btn-group .blue-button + .btn-primary, .btn-group .blue-button-full + .btn-primary, .btn-group .subtle-blue-button + .btn-primary, .btn-group .red-button + .btn-primary, .btn-group .subtle-red-button + .btn-primary, .btn-group .subtle-red-button-full + .btn-primary, .btn-group .property-search.block.quick button + .btn-primary, .property-search.block.quick .btn-group button + .btn-primary, .btn-group .ni-ui.home .search-button + .btn-primary, .ni-ui.home .btn-group .search-button + .btn-primary, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-primary, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .btn-primary, .btn-group .btn-primary + .btn-primary, .btn-group body > .properties.details .cta-buttons a.back + .btn-primary, body > .properties.details .cta-buttons .btn-group a.back + .btn-primary, .btn-group body > .properties.details .cta-buttons a.add-to + .btn-primary, body > .properties.details .cta-buttons .btn-group a.add-to + .btn-primary, .btn-group .expand-button + .btn-primary, .btn-group .red-button-full + .btn-primary, .btn-group .btn-blog + .btn-primary, .btn-group body > .properties.details .cta-buttons a.specialist + .btn-primary, body > .properties.details .cta-buttons .btn-group a.specialist + .btn-primary, .btn-group body > .properties.details .cta-buttons a.enquire + .btn-primary, body > .properties.details .cta-buttons .btn-group a.enquire + .btn-primary, .btn-group body > .properties.details .cta-buttons a.book + .btn-primary, body > .properties.details .cta-buttons .btn-group a.book + .btn-primary, .btn-group body > .properties.details .cta-buttons .btn + a.back, body > .properties.details .cta-buttons .btn-group .btn + a.back, .btn-group body > .properties.details .cta-buttons .btn-default + a.back, body > .properties.details .cta-buttons .btn-group .btn-default + a.back, .btn-group body > .properties.details .cta-buttons .blue-button + a.back, body > .properties.details .cta-buttons .btn-group .blue-button + a.back, .btn-group body > .properties.details .cta-buttons .blue-button-full + a.back, body > .properties.details .cta-buttons .btn-group .blue-button-full + a.back, .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.back, body > .properties.details .cta-buttons .btn-group .subtle-blue-button + a.back, .btn-group body > .properties.details .cta-buttons .red-button + a.back, body > .properties.details .cta-buttons .btn-group .red-button + a.back, .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.back, body > .properties.details .cta-buttons .btn-group .subtle-red-button + a.back, .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.back, body > .properties.details .cta-buttons .btn-group .subtle-red-button-full + a.back, .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .btn-group .property-search.block.quick button + a.back, .property-search.block.quick .btn-group body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .property-search.block.quick .btn-group button + a.back, .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .btn-group .ni-ui.home .search-button + a.back, .ni-ui.home .btn-group body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .ni-ui.home .btn-group .search-button + a.back, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.back, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + a.back, .btn-group body > .properties.details .cta-buttons .btn-primary + a.back, body > .properties.details .cta-buttons .btn-group .btn-primary + a.back, .btn-group body > .properties.details .cta-buttons a.back + a.back, body > .properties.details .cta-buttons .btn-group a.back + a.back, .btn-group body > .properties.details .cta-buttons a.add-to + a.back, body > .properties.details .cta-buttons .btn-group a.add-to + a.back, .btn-group body > .properties.details .cta-buttons .expand-button + a.back, body > .properties.details .cta-buttons .btn-group .expand-button + a.back, .btn-group body > .properties.details .cta-buttons .red-button-full + a.back, body > .properties.details .cta-buttons .btn-group .red-button-full + a.back, .btn-group body > .properties.details .cta-buttons .btn-blog + a.back, body > .properties.details .cta-buttons .btn-group .btn-blog + a.back, .btn-group body > .properties.details .cta-buttons a.specialist + a.back, body > .properties.details .cta-buttons .btn-group a.specialist + a.back, .btn-group body > .properties.details .cta-buttons a.enquire + a.back, body > .properties.details .cta-buttons .btn-group a.enquire + a.back, .btn-group body > .properties.details .cta-buttons a.book + a.back, body > .properties.details .cta-buttons .btn-group a.book + a.back, .btn-group body > .properties.details .cta-buttons .btn + a.add-to, body > .properties.details .cta-buttons .btn-group .btn + a.add-to, .btn-group body > .properties.details .cta-buttons .btn-default + a.add-to, body > .properties.details .cta-buttons .btn-group .btn-default + a.add-to, .btn-group body > .properties.details .cta-buttons .blue-button + a.add-to, body > .properties.details .cta-buttons .btn-group .blue-button + a.add-to, .btn-group body > .properties.details .cta-buttons .blue-button-full + a.add-to, body > .properties.details .cta-buttons .btn-group .blue-button-full + a.add-to, .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.add-to, body > .properties.details .cta-buttons .btn-group .subtle-blue-button + a.add-to, .btn-group body > .properties.details .cta-buttons .red-button + a.add-to, body > .properties.details .cta-buttons .btn-group .red-button + a.add-to, .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.add-to, body > .properties.details .cta-buttons .btn-group .subtle-red-button + a.add-to, .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.add-to, body > .properties.details .cta-buttons .btn-group .subtle-red-button-full + a.add-to, .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .btn-group .property-search.block.quick button + a.add-to, .property-search.block.quick .btn-group body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .property-search.block.quick .btn-group button + a.add-to, .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .btn-group .ni-ui.home .search-button + a.add-to, .ni-ui.home .btn-group body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home .btn-group .search-button + a.add-to, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.add-to, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + a.add-to, .btn-group body > .properties.details .cta-buttons .btn-primary + a.add-to, body > .properties.details .cta-buttons .btn-group .btn-primary + a.add-to, .btn-group body > .properties.details .cta-buttons a.back + a.add-to, body > .properties.details .cta-buttons .btn-group a.back + a.add-to, .btn-group body > .properties.details .cta-buttons a.add-to + a.add-to, body > .properties.details .cta-buttons .btn-group a.add-to + a.add-to, .btn-group body > .properties.details .cta-buttons .expand-button + a.add-to, body > .properties.details .cta-buttons .btn-group .expand-button + a.add-to, .btn-group body > .properties.details .cta-buttons .red-button-full + a.add-to, body > .properties.details .cta-buttons .btn-group .red-button-full + a.add-to, .btn-group body > .properties.details .cta-buttons .btn-blog + a.add-to, body > .properties.details .cta-buttons .btn-group .btn-blog + a.add-to, .btn-group body > .properties.details .cta-buttons a.specialist + a.add-to, body > .properties.details .cta-buttons .btn-group a.specialist + a.add-to, .btn-group body > .properties.details .cta-buttons a.enquire + a.add-to, body > .properties.details .cta-buttons .btn-group a.enquire + a.add-to, .btn-group body > .properties.details .cta-buttons a.book + a.add-to, body > .properties.details .cta-buttons .btn-group a.book + a.add-to, .btn-group .btn + .expand-button, .btn-group .btn-default + .expand-button, .btn-group .blue-button + .expand-button, .btn-group .blue-button-full + .expand-button, .btn-group .subtle-blue-button + .expand-button, .btn-group .red-button + .expand-button, .btn-group .subtle-red-button + .expand-button, .btn-group .subtle-red-button-full + .expand-button, .btn-group .property-search.block.quick button + .expand-button, .property-search.block.quick .btn-group button + .expand-button, .btn-group .ni-ui.home .search-button + .expand-button, .ni-ui.home .btn-group .search-button + .expand-button, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .expand-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .expand-button, .btn-group .btn-primary + .expand-button, .btn-group body > .properties.details .cta-buttons a.back + .expand-button, body > .properties.details .cta-buttons .btn-group a.back + .expand-button, .btn-group body > .properties.details .cta-buttons a.add-to + .expand-button, body > .properties.details .cta-buttons .btn-group a.add-to + .expand-button, .btn-group .expand-button + .expand-button, .btn-group .red-button-full + .expand-button, .btn-group .btn-blog + .expand-button, .btn-group body > .properties.details .cta-buttons a.specialist + .expand-button, body > .properties.details .cta-buttons .btn-group a.specialist + .expand-button, .btn-group body > .properties.details .cta-buttons a.enquire + .expand-button, body > .properties.details .cta-buttons .btn-group a.enquire + .expand-button, .btn-group body > .properties.details .cta-buttons a.book + .expand-button, body > .properties.details .cta-buttons .btn-group a.book + .expand-button,
.btn-group .btn + .red-button-full,
.btn-group .btn-default + .red-button-full,
.btn-group .blue-button + .red-button-full,
.btn-group .blue-button-full + .red-button-full,
.btn-group .subtle-blue-button + .red-button-full,
.btn-group .red-button + .red-button-full,
.btn-group .subtle-red-button + .red-button-full,
.btn-group .subtle-red-button-full + .red-button-full,
.btn-group .property-search.block.quick button + .red-button-full, .property-search.block.quick .btn-group button + .red-button-full,
.btn-group .ni-ui.home .search-button + .red-button-full, .ni-ui.home .btn-group .search-button + .red-button-full,
.btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .red-button-full,
.btn-group .btn-primary + .red-button-full,
.btn-group body > .properties.details .cta-buttons a.back + .red-button-full, body > .properties.details .cta-buttons .btn-group a.back + .red-button-full,
.btn-group body > .properties.details .cta-buttons a.add-to + .red-button-full, body > .properties.details .cta-buttons .btn-group a.add-to + .red-button-full,
.btn-group .expand-button + .red-button-full,
.btn-group .red-button-full + .red-button-full,
.btn-group .btn-blog + .red-button-full,
.btn-group body > .properties.details .cta-buttons a.specialist + .red-button-full, body > .properties.details .cta-buttons .btn-group a.specialist + .red-button-full,
.btn-group body > .properties.details .cta-buttons a.enquire + .red-button-full, body > .properties.details .cta-buttons .btn-group a.enquire + .red-button-full,
.btn-group body > .properties.details .cta-buttons a.book + .red-button-full, body > .properties.details .cta-buttons .btn-group a.book + .red-button-full, .btn-group .btn + .btn-blog, .btn-group .btn-default + .btn-blog, .btn-group .blue-button + .btn-blog, .btn-group .blue-button-full + .btn-blog, .btn-group .subtle-blue-button + .btn-blog, .btn-group .red-button + .btn-blog, .btn-group .subtle-red-button + .btn-blog, .btn-group .subtle-red-button-full + .btn-blog, .btn-group .property-search.block.quick button + .btn-blog, .property-search.block.quick .btn-group button + .btn-blog, .btn-group .ni-ui.home .search-button + .btn-blog, .ni-ui.home .btn-group .search-button + .btn-blog, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-blog, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .btn-blog, .btn-group .btn-primary + .btn-blog, .btn-group body > .properties.details .cta-buttons a.back + .btn-blog, body > .properties.details .cta-buttons .btn-group a.back + .btn-blog, .btn-group body > .properties.details .cta-buttons a.add-to + .btn-blog, body > .properties.details .cta-buttons .btn-group a.add-to + .btn-blog, .btn-group .expand-button + .btn-blog, .btn-group .red-button-full + .btn-blog, .btn-group .btn-blog + .btn-blog, .btn-group body > .properties.details .cta-buttons a.specialist + .btn-blog, body > .properties.details .cta-buttons .btn-group a.specialist + .btn-blog, .btn-group body > .properties.details .cta-buttons a.enquire + .btn-blog, body > .properties.details .cta-buttons .btn-group a.enquire + .btn-blog, .btn-group body > .properties.details .cta-buttons a.book + .btn-blog, body > .properties.details .cta-buttons .btn-group a.book + .btn-blog, .btn-group body > .properties.details .cta-buttons .btn + a.specialist, body > .properties.details .cta-buttons .btn-group .btn + a.specialist, .btn-group body > .properties.details .cta-buttons .btn-default + a.specialist, body > .properties.details .cta-buttons .btn-group .btn-default + a.specialist, .btn-group body > .properties.details .cta-buttons .blue-button + a.specialist, body > .properties.details .cta-buttons .btn-group .blue-button + a.specialist, .btn-group body > .properties.details .cta-buttons .blue-button-full + a.specialist, body > .properties.details .cta-buttons .btn-group .blue-button-full + a.specialist, .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.specialist, body > .properties.details .cta-buttons .btn-group .subtle-blue-button + a.specialist, .btn-group body > .properties.details .cta-buttons .red-button + a.specialist, body > .properties.details .cta-buttons .btn-group .red-button + a.specialist, .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.specialist, body > .properties.details .cta-buttons .btn-group .subtle-red-button + a.specialist, .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.specialist, body > .properties.details .cta-buttons .btn-group .subtle-red-button-full + a.specialist, .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .btn-group .property-search.block.quick button + a.specialist, .property-search.block.quick .btn-group body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .property-search.block.quick .btn-group button + a.specialist, .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .btn-group .ni-ui.home .search-button + a.specialist, .ni-ui.home .btn-group body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home .btn-group .search-button + a.specialist, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.specialist, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + a.specialist, .btn-group body > .properties.details .cta-buttons .btn-primary + a.specialist, body > .properties.details .cta-buttons .btn-group .btn-primary + a.specialist, .btn-group body > .properties.details .cta-buttons a.back + a.specialist, body > .properties.details .cta-buttons .btn-group a.back + a.specialist, .btn-group body > .properties.details .cta-buttons a.add-to + a.specialist, body > .properties.details .cta-buttons .btn-group a.add-to + a.specialist, .btn-group body > .properties.details .cta-buttons .expand-button + a.specialist, body > .properties.details .cta-buttons .btn-group .expand-button + a.specialist, .btn-group body > .properties.details .cta-buttons .red-button-full + a.specialist, body > .properties.details .cta-buttons .btn-group .red-button-full + a.specialist, .btn-group body > .properties.details .cta-buttons .btn-blog + a.specialist, body > .properties.details .cta-buttons .btn-group .btn-blog + a.specialist, .btn-group body > .properties.details .cta-buttons a.specialist + a.specialist, body > .properties.details .cta-buttons .btn-group a.specialist + a.specialist, .btn-group body > .properties.details .cta-buttons a.enquire + a.specialist, body > .properties.details .cta-buttons .btn-group a.enquire + a.specialist, .btn-group body > .properties.details .cta-buttons a.book + a.specialist, body > .properties.details .cta-buttons .btn-group a.book + a.specialist, .btn-group body > .properties.details .cta-buttons .btn + a.enquire, body > .properties.details .cta-buttons .btn-group .btn + a.enquire, .btn-group body > .properties.details .cta-buttons .btn-default + a.enquire, body > .properties.details .cta-buttons .btn-group .btn-default + a.enquire, .btn-group body > .properties.details .cta-buttons .blue-button + a.enquire, body > .properties.details .cta-buttons .btn-group .blue-button + a.enquire, .btn-group body > .properties.details .cta-buttons .blue-button-full + a.enquire, body > .properties.details .cta-buttons .btn-group .blue-button-full + a.enquire, .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.enquire, body > .properties.details .cta-buttons .btn-group .subtle-blue-button + a.enquire, .btn-group body > .properties.details .cta-buttons .red-button + a.enquire, body > .properties.details .cta-buttons .btn-group .red-button + a.enquire, .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.enquire, body > .properties.details .cta-buttons .btn-group .subtle-red-button + a.enquire, .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.enquire, body > .properties.details .cta-buttons .btn-group .subtle-red-button-full + a.enquire, .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .btn-group .property-search.block.quick button + a.enquire, .property-search.block.quick .btn-group body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .property-search.block.quick .btn-group button + a.enquire, .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .btn-group .ni-ui.home .search-button + a.enquire, .ni-ui.home .btn-group body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home .btn-group .search-button + a.enquire, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.enquire, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + a.enquire, .btn-group body > .properties.details .cta-buttons .btn-primary + a.enquire, body > .properties.details .cta-buttons .btn-group .btn-primary + a.enquire, .btn-group body > .properties.details .cta-buttons a.back + a.enquire, body > .properties.details .cta-buttons .btn-group a.back + a.enquire, .btn-group body > .properties.details .cta-buttons a.add-to + a.enquire, body > .properties.details .cta-buttons .btn-group a.add-to + a.enquire, .btn-group body > .properties.details .cta-buttons .expand-button + a.enquire, body > .properties.details .cta-buttons .btn-group .expand-button + a.enquire, .btn-group body > .properties.details .cta-buttons .red-button-full + a.enquire, body > .properties.details .cta-buttons .btn-group .red-button-full + a.enquire, .btn-group body > .properties.details .cta-buttons .btn-blog + a.enquire, body > .properties.details .cta-buttons .btn-group .btn-blog + a.enquire, .btn-group body > .properties.details .cta-buttons a.specialist + a.enquire, body > .properties.details .cta-buttons .btn-group a.specialist + a.enquire, .btn-group body > .properties.details .cta-buttons a.enquire + a.enquire, body > .properties.details .cta-buttons .btn-group a.enquire + a.enquire, .btn-group body > .properties.details .cta-buttons a.book + a.enquire, body > .properties.details .cta-buttons .btn-group a.book + a.enquire, .btn-group body > .properties.details .cta-buttons .btn + a.book, body > .properties.details .cta-buttons .btn-group .btn + a.book, .btn-group body > .properties.details .cta-buttons .btn-default + a.book, body > .properties.details .cta-buttons .btn-group .btn-default + a.book, .btn-group body > .properties.details .cta-buttons .blue-button + a.book, body > .properties.details .cta-buttons .btn-group .blue-button + a.book, .btn-group body > .properties.details .cta-buttons .blue-button-full + a.book, body > .properties.details .cta-buttons .btn-group .blue-button-full + a.book, .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.book, body > .properties.details .cta-buttons .btn-group .subtle-blue-button + a.book, .btn-group body > .properties.details .cta-buttons .red-button + a.book, body > .properties.details .cta-buttons .btn-group .red-button + a.book, .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.book, body > .properties.details .cta-buttons .btn-group .subtle-red-button + a.book, .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.book, body > .properties.details .cta-buttons .btn-group .subtle-red-button-full + a.book, .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .btn-group .property-search.block.quick button + a.book, .property-search.block.quick .btn-group body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .property-search.block.quick .btn-group button + a.book, .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .btn-group .ni-ui.home .search-button + a.book, .ni-ui.home .btn-group body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .ni-ui.home .btn-group .search-button + a.book, .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.book, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + a.book, .btn-group body > .properties.details .cta-buttons .btn-primary + a.book, body > .properties.details .cta-buttons .btn-group .btn-primary + a.book, .btn-group body > .properties.details .cta-buttons a.back + a.book, body > .properties.details .cta-buttons .btn-group a.back + a.book, .btn-group body > .properties.details .cta-buttons a.add-to + a.book, body > .properties.details .cta-buttons .btn-group a.add-to + a.book, .btn-group body > .properties.details .cta-buttons .expand-button + a.book, body > .properties.details .cta-buttons .btn-group .expand-button + a.book, .btn-group body > .properties.details .cta-buttons .red-button-full + a.book, body > .properties.details .cta-buttons .btn-group .red-button-full + a.book, .btn-group body > .properties.details .cta-buttons .btn-blog + a.book, body > .properties.details .cta-buttons .btn-group .btn-blog + a.book, .btn-group body > .properties.details .cta-buttons a.specialist + a.book, body > .properties.details .cta-buttons .btn-group a.specialist + a.book, .btn-group body > .properties.details .cta-buttons a.enquire + a.book, body > .properties.details .cta-buttons .btn-group a.enquire + a.book, .btn-group body > .properties.details .cta-buttons a.book + a.book, body > .properties.details .cta-buttons .btn-group a.book + a.book,
.btn-group .btn + .btn-group,
.btn-group .btn-default + .btn-group,
.btn-group .blue-button + .btn-group,
.btn-group .blue-button-full + .btn-group,
.btn-group .subtle-blue-button + .btn-group,
.btn-group .red-button + .btn-group,
.btn-group .subtle-red-button + .btn-group,
.btn-group .subtle-red-button-full + .btn-group,
.btn-group .property-search.block.quick button + .btn-group,
.property-search.block.quick .btn-group button + .btn-group,
.btn-group .ni-ui.home .search-button + .btn-group,
.ni-ui.home .btn-group .search-button + .btn-group,
.btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-group,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group button + .btn-group,
.btn-group .btn-primary + .btn-group,
.btn-group body > .properties.details .cta-buttons a.back + .btn-group,
body > .properties.details .cta-buttons .btn-group a.back + .btn-group,
.btn-group body > .properties.details .cta-buttons a.add-to + .btn-group,
body > .properties.details .cta-buttons .btn-group a.add-to + .btn-group,
.btn-group .expand-button + .btn-group,
.btn-group .red-button-full + .btn-group,
.btn-group .btn-blog + .btn-group,
.btn-group body > .properties.details .cta-buttons a.specialist + .btn-group,
body > .properties.details .cta-buttons .btn-group a.specialist + .btn-group,
.btn-group body > .properties.details .cta-buttons a.enquire + .btn-group,
body > .properties.details .cta-buttons .btn-group a.enquire + .btn-group,
.btn-group body > .properties.details .cta-buttons a.book + .btn-group,
body > .properties.details .cta-buttons .btn-group a.book + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-default,
.btn-group .btn-group + .blue-button,
.btn-group .btn-group + .blue-button-full,
.btn-group .btn-group + .subtle-blue-button,
.btn-group .btn-group + .red-button,
.btn-group .btn-group + .subtle-red-button,
.btn-group .btn-group + .subtle-red-button-full,
.btn-group .property-search.block.quick .btn-group + button,
.property-search.block.quick .btn-group .btn-group + button,
.btn-group .ni-ui.home .btn-group + .search-button,
.ni-ui.home .btn-group .btn-group + .search-button,
.btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group + button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group .btn-group + button,
.btn-group .btn-group + .btn-primary,
.btn-group body > .properties.details .cta-buttons .btn-group + a.back,
body > .properties.details .cta-buttons .btn-group .btn-group + a.back,
.btn-group body > .properties.details .cta-buttons .btn-group + a.add-to,
body > .properties.details .cta-buttons .btn-group .btn-group + a.add-to,
.btn-group .btn-group + .expand-button,
.btn-group .btn-group + .red-button-full,
.btn-group .btn-group + .btn-blog,
.btn-group body > .properties.details .cta-buttons .btn-group + a.specialist,
body > .properties.details .cta-buttons .btn-group .btn-group + a.specialist,
.btn-group body > .properties.details .cta-buttons .btn-group + a.enquire,
body > .properties.details .cta-buttons .btn-group .btn-group + a.enquire,
.btn-group body > .properties.details .cta-buttons .btn-group + a.book,
body > .properties.details .cta-buttons .btn-group .btn-group + a.book,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-default, .btn-toolbar > .blue-button, .btn-toolbar > .blue-button-full, .btn-toolbar > .subtle-blue-button, .btn-toolbar > .red-button, .btn-toolbar > .subtle-red-button, .btn-toolbar > .subtle-red-button-full, .property-search.block.quick .btn-toolbar > button, .ni-ui.home .btn-toolbar > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-toolbar > button, .btn-toolbar > .btn-primary, body > .properties.details .cta-buttons .btn-toolbar > a.back, body > .properties.details .cta-buttons .btn-toolbar > a.add-to, .btn-toolbar > .expand-button,
  .btn-toolbar > .red-button-full, .btn-toolbar > .btn-blog, body > .properties.details .cta-buttons .btn-toolbar > a.specialist, body > .properties.details .cta-buttons .btn-toolbar > a.enquire, body > .properties.details .cta-buttons .btn-toolbar > a.book,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .blue-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .blue-button-full:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-blue-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .red-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-red-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-red-button-full:not(:first-child):not(:last-child):not(.dropdown-toggle), .property-search.block.quick .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .ni-ui.home .btn-group > .search-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.back:not(:first-child):not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.add-to:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .expand-button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .red-button-full:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-blog:not(:first-child):not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.specialist:not(:first-child):not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.enquire:not(:first-child):not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.book:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .btn-default:first-child, .btn-group > .blue-button:first-child, .btn-group > .blue-button-full:first-child, .btn-group > .subtle-blue-button:first-child, .btn-group > .red-button:first-child, .btn-group > .subtle-red-button:first-child, .btn-group > .subtle-red-button-full:first-child, .property-search.block.quick .btn-group > button:first-child, .ni-ui.home .btn-group > .search-button:first-child, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:first-child, .btn-group > .btn-primary:first-child, body > .properties.details .cta-buttons .btn-group > a.back:first-child, body > .properties.details .cta-buttons .btn-group > a.add-to:first-child, .btn-group > .expand-button:first-child,
.btn-group > .red-button-full:first-child, .btn-group > .btn-blog:first-child, body > .properties.details .cta-buttons .btn-group > a.specialist:first-child, body > .properties.details .cta-buttons .btn-group > a.enquire:first-child, body > .properties.details .cta-buttons .btn-group > a.book:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .blue-button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .blue-button-full:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-blue-button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .red-button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-red-button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .subtle-red-button-full:first-child:not(:last-child):not(.dropdown-toggle), .property-search.block.quick .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .ni-ui.home .btn-group > .search-button:first-child:not(:last-child):not(.dropdown-toggle), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.back:first-child:not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.add-to:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .expand-button:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .red-button-full:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-blog:first-child:not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.specialist:first-child:not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.enquire:first-child:not(:last-child):not(.dropdown-toggle), body > .properties.details .cta-buttons .btn-group > a.book:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn-default:last-child:not(:first-child), .btn-group > .blue-button:last-child:not(:first-child), .btn-group > .blue-button-full:last-child:not(:first-child), .btn-group > .subtle-blue-button:last-child:not(:first-child), .btn-group > .red-button:last-child:not(:first-child), .btn-group > .subtle-red-button:last-child:not(:first-child), .btn-group > .subtle-red-button-full:last-child:not(:first-child), .property-search.block.quick .btn-group > button:last-child:not(:first-child), .ni-ui.home .btn-group > .search-button:last-child:not(:first-child), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button:last-child:not(:first-child), .btn-group > .btn-primary:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group > a.back:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group > a.add-to:last-child:not(:first-child), .btn-group > .expand-button:last-child:not(:first-child),
.btn-group > .red-button-full:last-child:not(:first-child), .btn-group > .btn-blog:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group > a.specialist:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group > a.enquire:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group > a.book:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group > .btn-group:not(:first-child):not(:last-child) > .blue-button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .blue-button-full, .btn-group > .btn-group:not(:first-child):not(:last-child) > .subtle-blue-button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .red-button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .subtle-red-button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .subtle-red-button-full, .property-search.block.quick .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .ni-ui.home .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary, body > .properties.details .cta-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a.back, body > .properties.details .cta-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a.add-to, .btn-group > .btn-group:not(:first-child):not(:last-child) > .expand-button,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .red-button-full, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-blog, body > .properties.details .cta-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a.specialist, body > .properties.details .cta-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a.enquire, body > .properties.details .cta-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a.book {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn-default:last-child, .btn-group > .btn-group:first-child > .blue-button:last-child, .btn-group > .btn-group:first-child > .blue-button-full:last-child, .btn-group > .btn-group:first-child > .subtle-blue-button:last-child, .btn-group > .btn-group:first-child > .red-button:last-child, .btn-group > .btn-group:first-child > .subtle-red-button:last-child, .btn-group > .btn-group:first-child > .subtle-red-button-full:last-child, .property-search.block.quick .btn-group > .btn-group:first-child > button:last-child, .ni-ui.home .btn-group > .btn-group:first-child > .search-button:last-child, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > .btn-group:first-child > button:last-child, .btn-group > .btn-group:first-child > .btn-primary:last-child, body > .properties.details .cta-buttons .btn-group > .btn-group:first-child > a.back:last-child, body > .properties.details .cta-buttons .btn-group > .btn-group:first-child > a.add-to:last-child, .btn-group > .btn-group:first-child > .expand-button:last-child,
.btn-group > .btn-group:first-child > .red-button-full:last-child, .btn-group > .btn-group:first-child > .btn-blog:last-child, body > .properties.details .cta-buttons .btn-group > .btn-group:first-child > a.specialist:last-child, body > .properties.details .cta-buttons .btn-group > .btn-group:first-child > a.enquire:last-child, body > .properties.details .cta-buttons .btn-group > .btn-group:first-child > a.book:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .btn-default:first-child, .btn-group > .btn-group:last-child > .blue-button:first-child, .btn-group > .btn-group:last-child > .blue-button-full:first-child, .btn-group > .btn-group:last-child > .subtle-blue-button:first-child, .btn-group > .btn-group:last-child > .red-button:first-child, .btn-group > .btn-group:last-child > .subtle-red-button:first-child, .btn-group > .btn-group:last-child > .subtle-red-button-full:first-child, .property-search.block.quick .btn-group > .btn-group:last-child > button:first-child, .ni-ui.home .btn-group > .btn-group:last-child > .search-button:first-child, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > .btn-group:last-child > button:first-child, .btn-group > .btn-group:last-child > .btn-primary:first-child, body > .properties.details .cta-buttons .btn-group > .btn-group:last-child > a.back:first-child, body > .properties.details .cta-buttons .btn-group > .btn-group:last-child > a.add-to:first-child, .btn-group > .btn-group:last-child > .expand-button:first-child,
.btn-group > .btn-group:last-child > .red-button-full:first-child, .btn-group > .btn-group:last-child > .btn-blog:first-child, body > .properties.details .cta-buttons .btn-group > .btn-group:last-child > a.specialist:first-child, body > .properties.details .cta-buttons .btn-group > .btn-group:last-child > a.enquire:first-child, body > .properties.details .cta-buttons .btn-group > .btn-group:last-child > a.book:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-default + .dropdown-toggle, .btn-group > .blue-button + .dropdown-toggle, .btn-group > .blue-button-full + .dropdown-toggle, .btn-group > .subtle-blue-button + .dropdown-toggle, .btn-group > .red-button + .dropdown-toggle, .btn-group > .subtle-red-button + .dropdown-toggle, .btn-group > .subtle-red-button-full + .dropdown-toggle, .property-search.block.quick .btn-group > button + .dropdown-toggle, .ni-ui.home .btn-group > .search-button + .dropdown-toggle, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button + .dropdown-toggle, .btn-group > .btn-primary + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group > a.back + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group > a.add-to + .dropdown-toggle, .btn-group > .expand-button + .dropdown-toggle, .btn-group > .red-button-full + .dropdown-toggle, .btn-group > .btn-blog + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group > a.specialist + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group > a.enquire + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group > a.book + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn-default + .dropdown-toggle, .btn-group-lg.btn-group > .blue-button + .dropdown-toggle, .btn-group-lg.btn-group > .blue-button-full + .dropdown-toggle, .btn-group-lg.btn-group > .subtle-blue-button + .dropdown-toggle, .btn-group-lg.btn-group > .red-button + .dropdown-toggle, .btn-group-lg.btn-group > .subtle-red-button + .dropdown-toggle, .btn-group-lg.btn-group > .subtle-red-button-full + .dropdown-toggle, .btn-group-lg.btn-group > .btn-primary + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group-lg.btn-group > a.back + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group-lg.btn-group > a.add-to + .dropdown-toggle, .btn-group-lg.btn-group > .expand-button + .dropdown-toggle, .btn-group-lg.btn-group > .red-button-full + .dropdown-toggle, .btn-group-lg.btn-group > .btn-blog + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group-lg.btn-group > a.specialist + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group-lg.btn-group > a.enquire + .dropdown-toggle, body > .properties.details .cta-buttons .btn-group-lg.btn-group > a.book + .dropdown-toggle, .property-search.block.quick .btn-group > button + .dropdown-toggle, .ni-ui.home .btn-group > .red-button + .dropdown-toggle, .ni-ui.home .btn-group > .expand-button + .dropdown-toggle, .ni-ui.home .btn-group > .search-button + .dropdown-toggle, .ni-ui.home .btn-group > .subtle-white-button + .dropdown-toggle, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group > button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .btn-default .caret, .blue-button .caret, .blue-button-full .caret, .subtle-blue-button .caret, .red-button .caret, .subtle-red-button .caret, .subtle-red-button-full .caret, .property-search.block.quick button .caret, .ni-ui.home .search-button .caret, .ni-ui.home.no-edit-mode .search-area .property-search.block button .caret, .btn-primary .caret, body > .properties.details .cta-buttons a.back .caret, body > .properties.details .cta-buttons a.add-to .caret, .expand-button .caret, .red-button-full .caret, .btn-blog .caret, body > .properties.details .cta-buttons a.specialist .caret, body > .properties.details .cta-buttons a.enquire .caret, body > .properties.details .cta-buttons a.book .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn-default .caret, .btn-group-lg > .blue-button .caret, .btn-group-lg > .blue-button-full .caret, .btn-group-lg > .subtle-blue-button .caret, .btn-group-lg > .red-button .caret, .btn-group-lg > .subtle-red-button .caret, .btn-group-lg > .subtle-red-button-full .caret, .btn-group-lg > .btn-primary .caret, body > .properties.details .cta-buttons .btn-group-lg > a.back .caret, body > .properties.details .cta-buttons .btn-group-lg > a.add-to .caret, .btn-group-lg > .expand-button .caret, .btn-group-lg > .red-button-full .caret, .btn-group-lg > .btn-blog .caret, body > .properties.details .cta-buttons .btn-group-lg > a.specialist .caret, body > .properties.details .cta-buttons .btn-group-lg > a.enquire .caret, body > .properties.details .cta-buttons .btn-group-lg > a.book .caret, .property-search.block.quick button .caret, .ni-ui.home .red-button .caret, .ni-ui.home .expand-button .caret, .ni-ui.home .search-button .caret, .ni-ui.home .subtle-white-button .caret, .ni-ui.home.no-edit-mode .search-area .property-search.block button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn-default .caret, .dropup .btn-group-lg > .blue-button .caret, .dropup .btn-group-lg > .blue-button-full .caret, .dropup .btn-group-lg > .subtle-blue-button .caret, .dropup .btn-group-lg > .red-button .caret, .dropup .btn-group-lg > .subtle-red-button .caret, .dropup .btn-group-lg > .subtle-red-button-full .caret, .dropup .btn-group-lg > .btn-primary .caret, .dropup body > .properties.details .cta-buttons .btn-group-lg > a.back .caret, body > .properties.details .cta-buttons .dropup .btn-group-lg > a.back .caret, .dropup body > .properties.details .cta-buttons .btn-group-lg > a.add-to .caret, body > .properties.details .cta-buttons .dropup .btn-group-lg > a.add-to .caret, .dropup .btn-group-lg > .expand-button .caret, .dropup .btn-group-lg > .red-button-full .caret, .dropup .btn-group-lg > .btn-blog .caret, .dropup body > .properties.details .cta-buttons .btn-group-lg > a.specialist .caret, body > .properties.details .cta-buttons .dropup .btn-group-lg > a.specialist .caret, .dropup body > .properties.details .cta-buttons .btn-group-lg > a.enquire .caret, body > .properties.details .cta-buttons .dropup .btn-group-lg > a.enquire .caret, .dropup body > .properties.details .cta-buttons .btn-group-lg > a.book .caret, body > .properties.details .cta-buttons .dropup .btn-group-lg > a.book .caret, .dropup .property-search.block.quick button .caret, .property-search.block.quick .dropup button .caret, .dropup .ni-ui.home .red-button .caret, .ni-ui.home .dropup .red-button .caret, .dropup .ni-ui.home .expand-button .caret, .ni-ui.home .dropup .expand-button .caret, .dropup .ni-ui.home .search-button .caret, .ni-ui.home .dropup .search-button .caret, .dropup .ni-ui.home .subtle-white-button .caret, .ni-ui.home .dropup .subtle-white-button .caret, .dropup .ni-ui.home.no-edit-mode .search-area .property-search.block button .caret, .ni-ui.home.no-edit-mode .search-area .property-search.block .dropup button .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.btn-group-vertical > .btn-default,
.btn-group-vertical > .blue-button,
.btn-group-vertical > .blue-button-full,
.btn-group-vertical > .subtle-blue-button,
.btn-group-vertical > .red-button,
.btn-group-vertical > .subtle-red-button,
.btn-group-vertical > .subtle-red-button-full,
.property-search.block.quick .btn-group-vertical > button,
.ni-ui.home .btn-group-vertical > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button,
.btn-group-vertical > .btn-primary,
body > .properties.details .cta-buttons .btn-group-vertical > a.back,
body > .properties.details .cta-buttons .btn-group-vertical > a.add-to,
.btn-group-vertical > .expand-button,
.btn-group-vertical > .red-button-full,
.btn-group-vertical > .btn-blog,
body > .properties.details .cta-buttons .btn-group-vertical > a.specialist,
body > .properties.details .cta-buttons .btn-group-vertical > a.enquire,
body > .properties.details .cta-buttons .btn-group-vertical > a.book,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .blue-button,
.btn-group-vertical > .btn-group > .blue-button-full,
.btn-group-vertical > .btn-group > .subtle-blue-button,
.btn-group-vertical > .btn-group > .red-button,
.btn-group-vertical > .btn-group > .subtle-red-button,
.btn-group-vertical > .btn-group > .subtle-red-button-full,
.property-search.block.quick .btn-group-vertical > .btn-group > button,
.ni-ui.home .btn-group-vertical > .btn-group > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group > .btn-primary,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.back,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.add-to,
.btn-group-vertical > .btn-group > .expand-button,
.btn-group-vertical > .btn-group > .red-button-full,
.btn-group-vertical > .btn-group > .btn-blog,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.specialist,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.enquire,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.book {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .blue-button,
.btn-group-vertical > .btn-group > .blue-button-full,
.btn-group-vertical > .btn-group > .subtle-blue-button,
.btn-group-vertical > .btn-group > .red-button,
.btn-group-vertical > .btn-group > .subtle-red-button,
.btn-group-vertical > .btn-group > .subtle-red-button-full,
.property-search.block.quick .btn-group-vertical > .btn-group > button,
.ni-ui.home .btn-group-vertical > .btn-group > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group > .btn-primary,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.back,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.add-to,
.btn-group-vertical > .btn-group > .expand-button,
.btn-group-vertical > .btn-group > .red-button-full,
.btn-group-vertical > .btn-group > .btn-blog,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.specialist,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.enquire,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group > a.book {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-default + .btn, .btn-group-vertical > .blue-button + .btn, .btn-group-vertical > .blue-button-full + .btn, .btn-group-vertical > .subtle-blue-button + .btn, .btn-group-vertical > .red-button + .btn, .btn-group-vertical > .subtle-red-button + .btn, .btn-group-vertical > .subtle-red-button-full + .btn, .property-search.block.quick .btn-group-vertical > button + .btn, .ni-ui.home .btn-group-vertical > .search-button + .btn, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .btn, .btn-group-vertical > .btn-primary + .btn, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .btn, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .btn, .btn-group-vertical > .expand-button + .btn, .btn-group-vertical > .red-button-full + .btn, .btn-group-vertical > .btn-blog + .btn, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .btn, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .btn, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .btn, .btn-group-vertical > .btn + .btn-default, .btn-group-vertical > .btn-default + .btn-default, .btn-group-vertical > .blue-button + .btn-default, .btn-group-vertical > .blue-button-full + .btn-default, .btn-group-vertical > .subtle-blue-button + .btn-default, .btn-group-vertical > .red-button + .btn-default, .btn-group-vertical > .subtle-red-button + .btn-default, .btn-group-vertical > .subtle-red-button-full + .btn-default, .property-search.block.quick .btn-group-vertical > button + .btn-default, .ni-ui.home .btn-group-vertical > .search-button + .btn-default, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .btn-default, .btn-group-vertical > .btn-primary + .btn-default, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .btn-default, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .btn-default, .btn-group-vertical > .expand-button + .btn-default, .btn-group-vertical > .red-button-full + .btn-default, .btn-group-vertical > .btn-blog + .btn-default, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .btn-default, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .btn-default, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .btn-default, .btn-group-vertical > .btn + .blue-button, .btn-group-vertical > .btn-default + .blue-button, .btn-group-vertical > .blue-button + .blue-button, .btn-group-vertical > .blue-button-full + .blue-button, .btn-group-vertical > .subtle-blue-button + .blue-button, .btn-group-vertical > .red-button + .blue-button, .btn-group-vertical > .subtle-red-button + .blue-button, .btn-group-vertical > .subtle-red-button-full + .blue-button, .property-search.block.quick .btn-group-vertical > button + .blue-button, .ni-ui.home .btn-group-vertical > .search-button + .blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .blue-button, .btn-group-vertical > .btn-primary + .blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .blue-button, .btn-group-vertical > .expand-button + .blue-button, .btn-group-vertical > .red-button-full + .blue-button, .btn-group-vertical > .btn-blog + .blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .blue-button, .btn-group-vertical > .btn + .blue-button-full, .btn-group-vertical > .btn-default + .blue-button-full, .btn-group-vertical > .blue-button + .blue-button-full, .btn-group-vertical > .blue-button-full + .blue-button-full, .btn-group-vertical > .subtle-blue-button + .blue-button-full, .btn-group-vertical > .red-button + .blue-button-full, .btn-group-vertical > .subtle-red-button + .blue-button-full, .btn-group-vertical > .subtle-red-button-full + .blue-button-full, .property-search.block.quick .btn-group-vertical > button + .blue-button-full, .ni-ui.home .btn-group-vertical > .search-button + .blue-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .blue-button-full, .btn-group-vertical > .btn-primary + .blue-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .blue-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .blue-button-full, .btn-group-vertical > .expand-button + .blue-button-full, .btn-group-vertical > .red-button-full + .blue-button-full, .btn-group-vertical > .btn-blog + .blue-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .blue-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .blue-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .blue-button-full, .btn-group-vertical > .btn + .subtle-blue-button, .btn-group-vertical > .btn-default + .subtle-blue-button, .btn-group-vertical > .blue-button + .subtle-blue-button, .btn-group-vertical > .blue-button-full + .subtle-blue-button, .btn-group-vertical > .subtle-blue-button + .subtle-blue-button, .btn-group-vertical > .red-button + .subtle-blue-button, .btn-group-vertical > .subtle-red-button + .subtle-blue-button, .btn-group-vertical > .subtle-red-button-full + .subtle-blue-button, .property-search.block.quick .btn-group-vertical > button + .subtle-blue-button, .ni-ui.home .btn-group-vertical > .search-button + .subtle-blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .subtle-blue-button, .btn-group-vertical > .btn-primary + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .subtle-blue-button, .btn-group-vertical > .expand-button + .subtle-blue-button, .btn-group-vertical > .red-button-full + .subtle-blue-button, .btn-group-vertical > .btn-blog + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .subtle-blue-button, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .subtle-blue-button, .btn-group-vertical > .btn + .red-button, .btn-group-vertical > .btn-default + .red-button, .btn-group-vertical > .blue-button + .red-button, .btn-group-vertical > .blue-button-full + .red-button, .btn-group-vertical > .subtle-blue-button + .red-button, .btn-group-vertical > .red-button + .red-button, .btn-group-vertical > .subtle-red-button + .red-button, .btn-group-vertical > .subtle-red-button-full + .red-button, .property-search.block.quick .btn-group-vertical > button + .red-button, .ni-ui.home .btn-group-vertical > .search-button + .red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .red-button, .btn-group-vertical > .btn-primary + .red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .red-button, .btn-group-vertical > .expand-button + .red-button, .btn-group-vertical > .red-button-full + .red-button, .btn-group-vertical > .btn-blog + .red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .red-button, .btn-group-vertical > .btn + .subtle-red-button, .btn-group-vertical > .btn-default + .subtle-red-button, .btn-group-vertical > .blue-button + .subtle-red-button, .btn-group-vertical > .blue-button-full + .subtle-red-button, .btn-group-vertical > .subtle-blue-button + .subtle-red-button, .btn-group-vertical > .red-button + .subtle-red-button, .btn-group-vertical > .subtle-red-button + .subtle-red-button, .btn-group-vertical > .subtle-red-button-full + .subtle-red-button, .property-search.block.quick .btn-group-vertical > button + .subtle-red-button, .ni-ui.home .btn-group-vertical > .search-button + .subtle-red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .subtle-red-button, .btn-group-vertical > .btn-primary + .subtle-red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .subtle-red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .subtle-red-button, .btn-group-vertical > .expand-button + .subtle-red-button, .btn-group-vertical > .red-button-full + .subtle-red-button, .btn-group-vertical > .btn-blog + .subtle-red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .subtle-red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .subtle-red-button, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .subtle-red-button, .btn-group-vertical > .btn + .subtle-red-button-full, .btn-group-vertical > .btn-default + .subtle-red-button-full, .btn-group-vertical > .blue-button + .subtle-red-button-full, .btn-group-vertical > .blue-button-full + .subtle-red-button-full, .btn-group-vertical > .subtle-blue-button + .subtle-red-button-full, .btn-group-vertical > .red-button + .subtle-red-button-full, .btn-group-vertical > .subtle-red-button + .subtle-red-button-full, .btn-group-vertical > .subtle-red-button-full + .subtle-red-button-full, .property-search.block.quick .btn-group-vertical > button + .subtle-red-button-full, .ni-ui.home .btn-group-vertical > .search-button + .subtle-red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .subtle-red-button-full, .btn-group-vertical > .btn-primary + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .subtle-red-button-full, .btn-group-vertical > .expand-button + .subtle-red-button-full, .btn-group-vertical > .red-button-full + .subtle-red-button-full, .btn-group-vertical > .btn-blog + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .subtle-red-button-full, .property-search.block.quick .btn-group-vertical > .btn + button, .property-search.block.quick .btn-group-vertical > .btn-default + button, .property-search.block.quick .btn-group-vertical > .blue-button + button, .property-search.block.quick .btn-group-vertical > .blue-button-full + button, .property-search.block.quick .btn-group-vertical > .subtle-blue-button + button, .property-search.block.quick .btn-group-vertical > .red-button + button, .property-search.block.quick .btn-group-vertical > .subtle-red-button + button, .property-search.block.quick .btn-group-vertical > .subtle-red-button-full + button, .property-search.block.quick .btn-group-vertical > button + button, .ni-ui.home .property-search.block.quick .btn-group-vertical > .search-button + button, .property-search.block.quick .ni-ui.home .btn-group-vertical > .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .btn-group-vertical > button + button, .property-search.block.quick .btn-group-vertical > .btn-primary + button, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > a.back + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > a.back + button, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > a.add-to + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + button, .property-search.block.quick .btn-group-vertical > .expand-button + button, .property-search.block.quick .btn-group-vertical > .red-button-full + button, .property-search.block.quick .btn-group-vertical > .btn-blog + button, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > a.specialist + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + button, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > a.enquire + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + button, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > a.book + button, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > a.book + button, .ni-ui.home .btn-group-vertical > .btn + .search-button, .ni-ui.home .btn-group-vertical > .btn-default + .search-button, .ni-ui.home .btn-group-vertical > .blue-button + .search-button, .ni-ui.home .btn-group-vertical > .blue-button-full + .search-button, .ni-ui.home .btn-group-vertical > .subtle-blue-button + .search-button, .ni-ui.home .btn-group-vertical > .red-button + .search-button, .ni-ui.home .btn-group-vertical > .subtle-red-button + .search-button, .ni-ui.home .btn-group-vertical > .subtle-red-button-full + .search-button, .property-search.block.quick .ni-ui.home .btn-group-vertical > button + .search-button, .ni-ui.home .property-search.block.quick .btn-group-vertical > button + .search-button, .ni-ui.home .btn-group-vertical > .search-button + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .search-button, .ni-ui.home .btn-group-vertical > .btn-primary + .search-button, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > a.back + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > a.back + .search-button, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > a.add-to + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .search-button, .ni-ui.home .btn-group-vertical > .expand-button + .search-button, .ni-ui.home .btn-group-vertical > .red-button-full + .search-button, .ni-ui.home .btn-group-vertical > .btn-blog + .search-button, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > a.specialist + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .search-button, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > a.enquire + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .search-button, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > a.book + .search-button, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > a.book + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-default + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .blue-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .subtle-blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .subtle-red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .subtle-red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .btn-group-vertical > button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-primary + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > a.back + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .expand-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-blog + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > a.book + button, .btn-group-vertical > .btn + .btn-primary, .btn-group-vertical > .btn-default + .btn-primary, .btn-group-vertical > .blue-button + .btn-primary, .btn-group-vertical > .blue-button-full + .btn-primary, .btn-group-vertical > .subtle-blue-button + .btn-primary, .btn-group-vertical > .red-button + .btn-primary, .btn-group-vertical > .subtle-red-button + .btn-primary, .btn-group-vertical > .subtle-red-button-full + .btn-primary, .property-search.block.quick .btn-group-vertical > button + .btn-primary, .ni-ui.home .btn-group-vertical > .search-button + .btn-primary, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .btn-primary, .btn-group-vertical > .btn-primary + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .btn-primary, .btn-group-vertical > .expand-button + .btn-primary, .btn-group-vertical > .red-button-full + .btn-primary, .btn-group-vertical > .btn-blog + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > .btn + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .btn-default + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button-full + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-blue-button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .red-button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button-full + a.back, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > button + a.back, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > button + a.back, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > .search-button + a.back, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > .search-button + a.back, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > button + a.back, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .btn-primary + a.back, body > .properties.details .cta-buttons .btn-group-vertical > a.back + a.back, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .expand-button + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .red-button-full + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .btn-blog + a.back, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + a.back, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + a.back, body > .properties.details .cta-buttons .btn-group-vertical > a.book + a.back, body > .properties.details .cta-buttons .btn-group-vertical > .btn + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .btn-default + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button-full + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-blue-button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .red-button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button-full + a.add-to, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > button + a.add-to, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > button + a.add-to, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > .search-button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > .search-button + a.add-to, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .btn-primary + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > a.back + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .expand-button + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .red-button-full + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > .btn-blog + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + a.add-to, body > .properties.details .cta-buttons .btn-group-vertical > a.book + a.add-to, .btn-group-vertical > .btn + .expand-button, .btn-group-vertical > .btn-default + .expand-button, .btn-group-vertical > .blue-button + .expand-button, .btn-group-vertical > .blue-button-full + .expand-button, .btn-group-vertical > .subtle-blue-button + .expand-button, .btn-group-vertical > .red-button + .expand-button, .btn-group-vertical > .subtle-red-button + .expand-button, .btn-group-vertical > .subtle-red-button-full + .expand-button, .property-search.block.quick .btn-group-vertical > button + .expand-button, .ni-ui.home .btn-group-vertical > .search-button + .expand-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .expand-button, .btn-group-vertical > .btn-primary + .expand-button, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .expand-button, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .expand-button, .btn-group-vertical > .expand-button + .expand-button, .btn-group-vertical > .red-button-full + .expand-button, .btn-group-vertical > .btn-blog + .expand-button, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .expand-button, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .expand-button, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .expand-button,
.btn-group-vertical > .btn + .red-button-full,
.btn-group-vertical > .btn-default + .red-button-full,
.btn-group-vertical > .blue-button + .red-button-full,
.btn-group-vertical > .blue-button-full + .red-button-full,
.btn-group-vertical > .subtle-blue-button + .red-button-full,
.btn-group-vertical > .red-button + .red-button-full,
.btn-group-vertical > .subtle-red-button + .red-button-full,
.btn-group-vertical > .subtle-red-button-full + .red-button-full,
.property-search.block.quick .btn-group-vertical > button + .red-button-full,
.ni-ui.home .btn-group-vertical > .search-button + .red-button-full,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .red-button-full,
.btn-group-vertical > .btn-primary + .red-button-full,
body > .properties.details .cta-buttons .btn-group-vertical > a.back + .red-button-full,
body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .red-button-full,
.btn-group-vertical > .expand-button + .red-button-full,
.btn-group-vertical > .red-button-full + .red-button-full,
.btn-group-vertical > .btn-blog + .red-button-full,
body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .red-button-full,
body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .red-button-full,
body > .properties.details .cta-buttons .btn-group-vertical > a.book + .red-button-full, .btn-group-vertical > .btn + .btn-blog, .btn-group-vertical > .btn-default + .btn-blog, .btn-group-vertical > .blue-button + .btn-blog, .btn-group-vertical > .blue-button-full + .btn-blog, .btn-group-vertical > .subtle-blue-button + .btn-blog, .btn-group-vertical > .red-button + .btn-blog, .btn-group-vertical > .subtle-red-button + .btn-blog, .btn-group-vertical > .subtle-red-button-full + .btn-blog, .property-search.block.quick .btn-group-vertical > button + .btn-blog, .ni-ui.home .btn-group-vertical > .search-button + .btn-blog, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .btn-blog, .btn-group-vertical > .btn-primary + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > a.back + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .btn-blog, .btn-group-vertical > .expand-button + .btn-blog, .btn-group-vertical > .red-button-full + .btn-blog, .btn-group-vertical > .btn-blog + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > a.book + .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > .btn + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .btn-default + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button-full + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-blue-button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .red-button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button-full + a.specialist, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > button + a.specialist, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > button + a.specialist, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > .search-button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > .search-button + a.specialist, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .btn-primary + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > a.back + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .expand-button + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .red-button-full + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .btn-blog + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > a.book + a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .btn + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .btn-default + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button-full + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-blue-button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .red-button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button-full + a.enquire, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > button + a.enquire, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > button + a.enquire, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > .search-button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > .search-button + a.enquire, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .btn-primary + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > a.back + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .expand-button + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .red-button-full + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .btn-blog + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > a.book + a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .btn + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .btn-default + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .blue-button-full + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-blue-button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .red-button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .subtle-red-button-full + a.book, .property-search.block.quick body > .properties.details .cta-buttons .btn-group-vertical > button + a.book, body > .properties.details .cta-buttons .property-search.block.quick .btn-group-vertical > button + a.book, .ni-ui.home body > .properties.details .cta-buttons .btn-group-vertical > .search-button + a.book, body > .properties.details .cta-buttons .ni-ui.home .btn-group-vertical > .search-button + a.book, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .btn-group-vertical > button + a.book, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .btn-primary + a.book, body > .properties.details .cta-buttons .btn-group-vertical > a.back + a.book, body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .expand-button + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .red-button-full + a.book, body > .properties.details .cta-buttons .btn-group-vertical > .btn-blog + a.book, body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + a.book, body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + a.book, body > .properties.details .cta-buttons .btn-group-vertical > a.book + a.book,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-default + .btn-group,
.btn-group-vertical > .blue-button + .btn-group,
.btn-group-vertical > .blue-button-full + .btn-group,
.btn-group-vertical > .subtle-blue-button + .btn-group,
.btn-group-vertical > .red-button + .btn-group,
.btn-group-vertical > .subtle-red-button + .btn-group,
.btn-group-vertical > .subtle-red-button-full + .btn-group,
.property-search.block.quick .btn-group-vertical > button + .btn-group,
.ni-ui.home .btn-group-vertical > .search-button + .btn-group,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-primary + .btn-group,
body > .properties.details .cta-buttons .btn-group-vertical > a.back + .btn-group,
body > .properties.details .cta-buttons .btn-group-vertical > a.add-to + .btn-group,
.btn-group-vertical > .expand-button + .btn-group,
.btn-group-vertical > .red-button-full + .btn-group,
.btn-group-vertical > .btn-blog + .btn-group,
body > .properties.details .cta-buttons .btn-group-vertical > a.specialist + .btn-group,
body > .properties.details .cta-buttons .btn-group-vertical > a.enquire + .btn-group,
body > .properties.details .cta-buttons .btn-group-vertical > a.book + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-default,
.btn-group-vertical > .btn-group + .blue-button,
.btn-group-vertical > .btn-group + .blue-button-full,
.btn-group-vertical > .btn-group + .subtle-blue-button,
.btn-group-vertical > .btn-group + .red-button,
.btn-group-vertical > .btn-group + .subtle-red-button,
.btn-group-vertical > .btn-group + .subtle-red-button-full,
.property-search.block.quick .btn-group-vertical > .btn-group + button,
.ni-ui.home .btn-group-vertical > .btn-group + .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + .btn-primary,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group + a.back,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group + a.add-to,
.btn-group-vertical > .btn-group + .expand-button,
.btn-group-vertical > .btn-group + .red-button-full,
.btn-group-vertical > .btn-group + .btn-blog,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group + a.specialist,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group + a.enquire,
body > .properties.details .cta-buttons .btn-group-vertical > .btn-group + a.book,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-default:not(:first-child):not(:last-child), .btn-group-vertical > .blue-button:not(:first-child):not(:last-child), .btn-group-vertical > .blue-button-full:not(:first-child):not(:last-child), .btn-group-vertical > .subtle-blue-button:not(:first-child):not(:last-child), .btn-group-vertical > .red-button:not(:first-child):not(:last-child), .btn-group-vertical > .subtle-red-button:not(:first-child):not(:last-child), .btn-group-vertical > .subtle-red-button-full:not(:first-child):not(:last-child), .property-search.block.quick .btn-group-vertical > button:not(:first-child):not(:last-child), .ni-ui.home .btn-group-vertical > .search-button:not(:first-child):not(:last-child), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:not(:first-child):not(:last-child), .btn-group-vertical > .btn-primary:not(:first-child):not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.back:not(:first-child):not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:not(:first-child):not(:last-child), .btn-group-vertical > .expand-button:not(:first-child):not(:last-child),
.btn-group-vertical > .red-button-full:not(:first-child):not(:last-child), .btn-group-vertical > .btn-blog:not(:first-child):not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:not(:first-child):not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:not(:first-child):not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.book:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-default:first-child:not(:last-child), .btn-group-vertical > .blue-button:first-child:not(:last-child), .btn-group-vertical > .blue-button-full:first-child:not(:last-child), .btn-group-vertical > .subtle-blue-button:first-child:not(:last-child), .btn-group-vertical > .red-button:first-child:not(:last-child), .btn-group-vertical > .subtle-red-button:first-child:not(:last-child), .btn-group-vertical > .subtle-red-button-full:first-child:not(:last-child), .property-search.block.quick .btn-group-vertical > button:first-child:not(:last-child), .ni-ui.home .btn-group-vertical > .search-button:first-child:not(:last-child), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:first-child:not(:last-child), .btn-group-vertical > .btn-primary:first-child:not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.back:first-child:not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:first-child:not(:last-child), .btn-group-vertical > .expand-button:first-child:not(:last-child),
.btn-group-vertical > .red-button-full:first-child:not(:last-child), .btn-group-vertical > .btn-blog:first-child:not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:first-child:not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:first-child:not(:last-child), body > .properties.details .cta-buttons .btn-group-vertical > a.book:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-default:last-child:not(:first-child), .btn-group-vertical > .blue-button:last-child:not(:first-child), .btn-group-vertical > .blue-button-full:last-child:not(:first-child), .btn-group-vertical > .subtle-blue-button:last-child:not(:first-child), .btn-group-vertical > .red-button:last-child:not(:first-child), .btn-group-vertical > .subtle-red-button:last-child:not(:first-child), .btn-group-vertical > .subtle-red-button-full:last-child:not(:first-child), .property-search.block.quick .btn-group-vertical > button:last-child:not(:first-child), .ni-ui.home .btn-group-vertical > .search-button:last-child:not(:first-child), .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > button:last-child:not(:first-child), .btn-group-vertical > .btn-primary:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group-vertical > a.back:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group-vertical > a.add-to:last-child:not(:first-child), .btn-group-vertical > .expand-button:last-child:not(:first-child),
.btn-group-vertical > .red-button-full:last-child:not(:first-child), .btn-group-vertical > .btn-blog:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group-vertical > a.specialist:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group-vertical > a.enquire:last-child:not(:first-child), body > .properties.details .cta-buttons .btn-group-vertical > a.book:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .blue-button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .blue-button-full, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .subtle-blue-button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .red-button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .subtle-red-button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .subtle-red-button-full, .property-search.block.quick .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .ni-ui.home .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.back, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.add-to, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .expand-button,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .red-button-full, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-blog, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.specialist, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.enquire, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.book {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-default:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .blue-button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .blue-button-full:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .subtle-blue-button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .red-button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .subtle-red-button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .subtle-red-button-full:last-child, .property-search.block.quick .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .ni-ui.home .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-button:last-child, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary:last-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.back:last-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.add-to:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .expand-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .red-button-full:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-blog:last-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.specialist:last-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.enquire:last-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.book:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-default:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .blue-button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .blue-button-full:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .subtle-blue-button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .red-button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .subtle-red-button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .subtle-red-button-full:first-child, .property-search.block.quick .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .ni-ui.home .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-button:first-child, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary:first-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.back:first-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.add-to:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .expand-button:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .red-button-full:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-blog:first-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.specialist:first-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.enquire:first-child, body > .properties.details .cta-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.book:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn-default, .btn-group-justified > .blue-button, .btn-group-justified > .blue-button-full, .btn-group-justified > .subtle-blue-button, .btn-group-justified > .red-button, .btn-group-justified > .subtle-red-button, .btn-group-justified > .subtle-red-button-full, .property-search.block.quick .btn-group-justified > button, .ni-ui.home .btn-group-justified > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-justified > button, .btn-group-justified > .btn-primary, body > .properties.details .cta-buttons .btn-group-justified > a.back, body > .properties.details .cta-buttons .btn-group-justified > a.add-to, .btn-group-justified > .expand-button,
  .btn-group-justified > .red-button-full, .btn-group-justified > .btn-blog, body > .properties.details .cta-buttons .btn-group-justified > a.specialist, body > .properties.details .cta-buttons .btn-group-justified > a.enquire, body > .properties.details .cta-buttons .btn-group-justified > a.book,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-default, .btn-group-justified > .btn-group .blue-button, .btn-group-justified > .btn-group .blue-button-full, .btn-group-justified > .btn-group .subtle-blue-button, .btn-group-justified > .btn-group .red-button, .btn-group-justified > .btn-group .subtle-red-button, .btn-group-justified > .btn-group .subtle-red-button-full, .btn-group-justified > .btn-group .property-search.block.quick button, .property-search.block.quick .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .ni-ui.home .search-button, .ni-ui.home .btn-group-justified > .btn-group .search-button, .btn-group-justified > .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .btn-primary, .btn-group-justified > .btn-group body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons .btn-group-justified > .btn-group a.back, .btn-group-justified > .btn-group body > .properties.details .cta-buttons a.add-to, body > .properties.details .cta-buttons .btn-group-justified > .btn-group a.add-to, .btn-group-justified > .btn-group .expand-button,
  .btn-group-justified > .btn-group .red-button-full, .btn-group-justified > .btn-group .btn-blog, .btn-group-justified > .btn-group body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons .btn-group-justified > .btn-group a.specialist, .btn-group-justified > .btn-group body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons .btn-group-justified > .btn-group a.enquire, .btn-group-justified > .btn-group body > .properties.details .cta-buttons a.book, body > .properties.details .cta-buttons .btn-group-justified > .btn-group a.book {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn-default > input[type="radio"], [data-toggle="buttons"] > .blue-button > input[type="radio"], [data-toggle="buttons"] > .blue-button-full > input[type="radio"], [data-toggle="buttons"] > .subtle-blue-button > input[type="radio"], [data-toggle="buttons"] > .red-button > input[type="radio"], [data-toggle="buttons"] > .subtle-red-button > input[type="radio"], [data-toggle="buttons"] > .subtle-red-button-full > input[type="radio"], .property-search.block.quick [data-toggle="buttons"] > button > input[type="radio"], .ni-ui.home [data-toggle="buttons"] > .search-button > input[type="radio"], .ni-ui.home.no-edit-mode .search-area .property-search.block [data-toggle="buttons"] > button > input[type="radio"], [data-toggle="buttons"] > .btn-primary > input[type="radio"], body > .properties.details .cta-buttons [data-toggle="buttons"] > a.back > input[type="radio"], body > .properties.details .cta-buttons [data-toggle="buttons"] > a.add-to > input[type="radio"], [data-toggle="buttons"] > .expand-button > input[type="radio"], [data-toggle="buttons"] > .red-button-full > input[type="radio"], [data-toggle="buttons"] > .btn-blog > input[type="radio"], body > .properties.details .cta-buttons [data-toggle="buttons"] > a.specialist > input[type="radio"], body > .properties.details .cta-buttons [data-toggle="buttons"] > a.enquire > input[type="radio"], body > .properties.details .cta-buttons [data-toggle="buttons"] > a.book > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .btn-default > input[type="checkbox"],
[data-toggle="buttons"] > .blue-button > input[type="checkbox"],
[data-toggle="buttons"] > .blue-button-full > input[type="checkbox"],
[data-toggle="buttons"] > .subtle-blue-button > input[type="checkbox"],
[data-toggle="buttons"] > .red-button > input[type="checkbox"],
[data-toggle="buttons"] > .subtle-red-button > input[type="checkbox"],
[data-toggle="buttons"] > .subtle-red-button-full > input[type="checkbox"],
.property-search.block.quick [data-toggle="buttons"] > button > input[type="checkbox"],
.ni-ui.home [data-toggle="buttons"] > .search-button > input[type="checkbox"],
.ni-ui.home.no-edit-mode .search-area .property-search.block [data-toggle="buttons"] > button > input[type="checkbox"],
[data-toggle="buttons"] > .btn-primary > input[type="checkbox"],
body > .properties.details .cta-buttons [data-toggle="buttons"] > a.back > input[type="checkbox"],
body > .properties.details .cta-buttons [data-toggle="buttons"] > a.add-to > input[type="checkbox"],
[data-toggle="buttons"] > .expand-button > input[type="checkbox"],
[data-toggle="buttons"] > .red-button-full > input[type="checkbox"],
[data-toggle="buttons"] > .btn-blog > input[type="checkbox"],
body > .properties.details .cta-buttons [data-toggle="buttons"] > a.specialist > input[type="checkbox"],
body > .properties.details .cta-buttons [data-toggle="buttons"] > a.enquire > input[type="checkbox"],
body > .properties.details .cta-buttons [data-toggle="buttons"] > a.book > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.btn-default, .input-group-sm > .input-group-btn > .input-group-addon.blue-button, .input-group-sm > .input-group-btn > .input-group-addon.blue-button-full, .input-group-sm > .input-group-btn > .input-group-addon.subtle-blue-button, .input-group-sm > .input-group-btn > .input-group-addon.red-button, .input-group-sm > .input-group-btn > .input-group-addon.subtle-red-button, .input-group-sm > .input-group-btn > .input-group-addon.subtle-red-button-full, .property-search.block.quick .input-group-sm > .input-group-btn > button.input-group-addon, .ni-ui.home .input-group-sm > .input-group-btn > .input-group-addon.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-sm > .input-group-btn > button.input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn-primary, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.input-group-addon.back, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.input-group-addon.add-to, .input-group-sm > .input-group-btn > .input-group-addon.expand-button,
  .input-group-sm > .input-group-btn > .input-group-addon.red-button-full, .input-group-sm > .input-group-btn > .input-group-addon.btn-blog, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.input-group-addon.specialist, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.input-group-addon.enquire, body > .properties.details .cta-buttons .input-group-sm > .input-group-btn > a.input-group-addon.book {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.btn-default, .input-group-lg > .input-group-btn > .input-group-addon.blue-button, .input-group-lg > .input-group-btn > .input-group-addon.blue-button-full, .input-group-lg > .input-group-btn > .input-group-addon.subtle-blue-button, .input-group-lg > .input-group-btn > .input-group-addon.red-button, .input-group-lg > .input-group-btn > .input-group-addon.subtle-red-button, .input-group-lg > .input-group-btn > .input-group-addon.subtle-red-button-full, .property-search.block.quick .input-group-lg > .input-group-btn > button.input-group-addon, .ni-ui.home .input-group-lg > .input-group-btn > .input-group-addon.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-lg > .input-group-btn > button.input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn-primary, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.input-group-addon.back, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.input-group-addon.add-to, .input-group-lg > .input-group-btn > .input-group-addon.expand-button,
  .input-group-lg > .input-group-btn > .input-group-addon.red-button-full, .input-group-lg > .input-group-btn > .input-group-addon.btn-blog, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.input-group-addon.specialist, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.input-group-addon.enquire, body > .properties.details .cta-buttons .input-group-lg > .input-group-btn > a.input-group-addon.book {
    padding: 10px 28px;
    font-size: 20px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .blue-button,
.input-group-btn:first-child > .blue-button-full,
.input-group-btn:first-child > .subtle-blue-button,
.input-group-btn:first-child > .red-button,
.input-group-btn:first-child > .subtle-red-button,
.input-group-btn:first-child > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:first-child > button,
.ni-ui.home .input-group-btn:first-child > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:first-child > a.back,
body > .properties.details .cta-buttons .input-group-btn:first-child > a.add-to,
.input-group-btn:first-child > .expand-button,
.input-group-btn:first-child > .red-button-full,
.input-group-btn:first-child > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:first-child > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:first-child > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:first-child > a.book,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-default,
.input-group-btn:first-child > .btn-group > .blue-button,
.input-group-btn:first-child > .btn-group > .blue-button-full,
.input-group-btn:first-child > .btn-group > .subtle-blue-button,
.input-group-btn:first-child > .btn-group > .red-button,
.input-group-btn:first-child > .btn-group > .subtle-red-button,
.input-group-btn:first-child > .btn-group > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:first-child > .btn-group > button,
.ni-ui.home .input-group-btn:first-child > .btn-group > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .btn-group > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group > a.back,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group > a.add-to,
.input-group-btn:first-child > .btn-group > .expand-button,
.input-group-btn:first-child > .btn-group > .red-button-full,
.input-group-btn:first-child > .btn-group > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group > a.book,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .blue-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .blue-button-full:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .subtle-blue-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .red-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .subtle-red-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .subtle-red-button-full:not(:last-child):not(.dropdown-toggle),
.property-search.block.quick .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.ni-ui.home .input-group-btn:last-child > .search-button:not(:last-child):not(.dropdown-toggle),
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
body > .properties.details .cta-buttons .input-group-btn:last-child > a.back:not(:last-child):not(.dropdown-toggle),
body > .properties.details .cta-buttons .input-group-btn:last-child > a.add-to:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .expand-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .red-button-full:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-blog:not(:last-child):not(.dropdown-toggle),
body > .properties.details .cta-buttons .input-group-btn:last-child > a.specialist:not(:last-child):not(.dropdown-toggle),
body > .properties.details .cta-buttons .input-group-btn:last-child > a.enquire:not(:last-child):not(.dropdown-toggle),
body > .properties.details .cta-buttons .input-group-btn:last-child > a.book:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-default,
.input-group-btn:last-child > .btn-group:not(:last-child) > .blue-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .blue-button-full,
.input-group-btn:last-child > .btn-group:not(:last-child) > .subtle-blue-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .red-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .subtle-red-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.ni-ui.home .input-group-btn:last-child > .btn-group:not(:last-child) > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a.back,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a.add-to,
.input-group-btn:last-child > .btn-group:not(:last-child) > .expand-button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .red-button-full,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a.book {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .blue-button,
.input-group-btn:last-child > .blue-button-full,
.input-group-btn:last-child > .subtle-blue-button,
.input-group-btn:last-child > .red-button,
.input-group-btn:last-child > .subtle-red-button,
.input-group-btn:last-child > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:last-child > button,
.ni-ui.home .input-group-btn:last-child > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:last-child > a.back,
body > .properties.details .cta-buttons .input-group-btn:last-child > a.add-to,
.input-group-btn:last-child > .expand-button,
.input-group-btn:last-child > .red-button-full,
.input-group-btn:last-child > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:last-child > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:last-child > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:last-child > a.book,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-default,
.input-group-btn:last-child > .btn-group > .blue-button,
.input-group-btn:last-child > .btn-group > .blue-button-full,
.input-group-btn:last-child > .btn-group > .subtle-blue-button,
.input-group-btn:last-child > .btn-group > .red-button,
.input-group-btn:last-child > .btn-group > .subtle-red-button,
.input-group-btn:last-child > .btn-group > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:last-child > .btn-group > button,
.ni-ui.home .input-group-btn:last-child > .btn-group > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .btn-group > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group > a.back,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group > a.add-to,
.input-group-btn:last-child > .btn-group > .expand-button,
.input-group-btn:last-child > .btn-group > .red-button-full,
.input-group-btn:last-child > .btn-group > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:last-child > .btn-group > a.book,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-default:not(:first-child),
.input-group-btn:first-child > .blue-button:not(:first-child),
.input-group-btn:first-child > .blue-button-full:not(:first-child),
.input-group-btn:first-child > .subtle-blue-button:not(:first-child),
.input-group-btn:first-child > .red-button:not(:first-child),
.input-group-btn:first-child > .subtle-red-button:not(:first-child),
.input-group-btn:first-child > .subtle-red-button-full:not(:first-child),
.property-search.block.quick .input-group-btn:first-child > button:not(:first-child),
.ni-ui.home .input-group-btn:first-child > .search-button:not(:first-child),
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > .btn-primary:not(:first-child),
body > .properties.details .cta-buttons .input-group-btn:first-child > a.back:not(:first-child),
body > .properties.details .cta-buttons .input-group-btn:first-child > a.add-to:not(:first-child),
.input-group-btn:first-child > .expand-button:not(:first-child),
.input-group-btn:first-child > .red-button-full:not(:first-child),
.input-group-btn:first-child > .btn-blog:not(:first-child),
body > .properties.details .cta-buttons .input-group-btn:first-child > a.specialist:not(:first-child),
body > .properties.details .cta-buttons .input-group-btn:first-child > a.enquire:not(:first-child),
body > .properties.details .cta-buttons .input-group-btn:first-child > a.book:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-default,
.input-group-btn:first-child > .btn-group:not(:first-child) > .blue-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .blue-button-full,
.input-group-btn:first-child > .btn-group:not(:first-child) > .subtle-blue-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .red-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .subtle-red-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .subtle-red-button-full,
.property-search.block.quick .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.ni-ui.home .input-group-btn:first-child > .btn-group:not(:first-child) > .search-button,
.ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a.back,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a.add-to,
.input-group-btn:first-child > .btn-group:not(:first-child) > .expand-button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .red-button-full,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-blog,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a.specialist,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a.enquire,
body > .properties.details .cta-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a.book {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn-default, .input-group-btn > .blue-button, .input-group-btn > .blue-button-full, .input-group-btn > .subtle-blue-button, .input-group-btn > .red-button, .input-group-btn > .subtle-red-button, .input-group-btn > .subtle-red-button-full, .property-search.block.quick .input-group-btn > button, .ni-ui.home .input-group-btn > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button, .input-group-btn > .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.back, body > .properties.details .cta-buttons .input-group-btn > a.add-to, .input-group-btn > .expand-button,
  .input-group-btn > .red-button-full, .input-group-btn > .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.book {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn-default + .btn, .input-group-btn > .blue-button + .btn, .input-group-btn > .blue-button-full + .btn, .input-group-btn > .subtle-blue-button + .btn, .input-group-btn > .red-button + .btn, .input-group-btn > .subtle-red-button + .btn, .input-group-btn > .subtle-red-button-full + .btn, .property-search.block.quick .input-group-btn > button + .btn, .ni-ui.home .input-group-btn > .search-button + .btn, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .btn, .input-group-btn > .btn-primary + .btn, body > .properties.details .cta-buttons .input-group-btn > a.back + .btn, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .btn, .input-group-btn > .expand-button + .btn, .input-group-btn > .red-button-full + .btn, .input-group-btn > .btn-blog + .btn, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .btn, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .btn, body > .properties.details .cta-buttons .input-group-btn > a.book + .btn, .input-group-btn > .btn + .btn-default, .input-group-btn > .btn-default + .btn-default, .input-group-btn > .blue-button + .btn-default, .input-group-btn > .blue-button-full + .btn-default, .input-group-btn > .subtle-blue-button + .btn-default, .input-group-btn > .red-button + .btn-default, .input-group-btn > .subtle-red-button + .btn-default, .input-group-btn > .subtle-red-button-full + .btn-default, .property-search.block.quick .input-group-btn > button + .btn-default, .ni-ui.home .input-group-btn > .search-button + .btn-default, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .btn-default, .input-group-btn > .btn-primary + .btn-default, body > .properties.details .cta-buttons .input-group-btn > a.back + .btn-default, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .btn-default, .input-group-btn > .expand-button + .btn-default, .input-group-btn > .red-button-full + .btn-default, .input-group-btn > .btn-blog + .btn-default, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .btn-default, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .btn-default, body > .properties.details .cta-buttons .input-group-btn > a.book + .btn-default, .input-group-btn > .btn + .blue-button, .input-group-btn > .btn-default + .blue-button, .input-group-btn > .blue-button + .blue-button, .input-group-btn > .blue-button-full + .blue-button, .input-group-btn > .subtle-blue-button + .blue-button, .input-group-btn > .red-button + .blue-button, .input-group-btn > .subtle-red-button + .blue-button, .input-group-btn > .subtle-red-button-full + .blue-button, .property-search.block.quick .input-group-btn > button + .blue-button, .ni-ui.home .input-group-btn > .search-button + .blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .blue-button, .input-group-btn > .btn-primary + .blue-button, body > .properties.details .cta-buttons .input-group-btn > a.back + .blue-button, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .blue-button, .input-group-btn > .expand-button + .blue-button, .input-group-btn > .red-button-full + .blue-button, .input-group-btn > .btn-blog + .blue-button, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .blue-button, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .blue-button, body > .properties.details .cta-buttons .input-group-btn > a.book + .blue-button, .input-group-btn > .btn + .blue-button-full, .input-group-btn > .btn-default + .blue-button-full, .input-group-btn > .blue-button + .blue-button-full, .input-group-btn > .blue-button-full + .blue-button-full, .input-group-btn > .subtle-blue-button + .blue-button-full, .input-group-btn > .red-button + .blue-button-full, .input-group-btn > .subtle-red-button + .blue-button-full, .input-group-btn > .subtle-red-button-full + .blue-button-full, .property-search.block.quick .input-group-btn > button + .blue-button-full, .ni-ui.home .input-group-btn > .search-button + .blue-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .blue-button-full, .input-group-btn > .btn-primary + .blue-button-full, body > .properties.details .cta-buttons .input-group-btn > a.back + .blue-button-full, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .blue-button-full, .input-group-btn > .expand-button + .blue-button-full, .input-group-btn > .red-button-full + .blue-button-full, .input-group-btn > .btn-blog + .blue-button-full, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .blue-button-full, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .blue-button-full, body > .properties.details .cta-buttons .input-group-btn > a.book + .blue-button-full, .input-group-btn > .btn + .subtle-blue-button, .input-group-btn > .btn-default + .subtle-blue-button, .input-group-btn > .blue-button + .subtle-blue-button, .input-group-btn > .blue-button-full + .subtle-blue-button, .input-group-btn > .subtle-blue-button + .subtle-blue-button, .input-group-btn > .red-button + .subtle-blue-button, .input-group-btn > .subtle-red-button + .subtle-blue-button, .input-group-btn > .subtle-red-button-full + .subtle-blue-button, .property-search.block.quick .input-group-btn > button + .subtle-blue-button, .ni-ui.home .input-group-btn > .search-button + .subtle-blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .subtle-blue-button, .input-group-btn > .btn-primary + .subtle-blue-button, body > .properties.details .cta-buttons .input-group-btn > a.back + .subtle-blue-button, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .subtle-blue-button, .input-group-btn > .expand-button + .subtle-blue-button, .input-group-btn > .red-button-full + .subtle-blue-button, .input-group-btn > .btn-blog + .subtle-blue-button, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .subtle-blue-button, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .subtle-blue-button, body > .properties.details .cta-buttons .input-group-btn > a.book + .subtle-blue-button, .input-group-btn > .btn + .red-button, .input-group-btn > .btn-default + .red-button, .input-group-btn > .blue-button + .red-button, .input-group-btn > .blue-button-full + .red-button, .input-group-btn > .subtle-blue-button + .red-button, .input-group-btn > .red-button + .red-button, .input-group-btn > .subtle-red-button + .red-button, .input-group-btn > .subtle-red-button-full + .red-button, .property-search.block.quick .input-group-btn > button + .red-button, .ni-ui.home .input-group-btn > .search-button + .red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .red-button, .input-group-btn > .btn-primary + .red-button, body > .properties.details .cta-buttons .input-group-btn > a.back + .red-button, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .red-button, .input-group-btn > .expand-button + .red-button, .input-group-btn > .red-button-full + .red-button, .input-group-btn > .btn-blog + .red-button, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .red-button, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .red-button, body > .properties.details .cta-buttons .input-group-btn > a.book + .red-button, .input-group-btn > .btn + .subtle-red-button, .input-group-btn > .btn-default + .subtle-red-button, .input-group-btn > .blue-button + .subtle-red-button, .input-group-btn > .blue-button-full + .subtle-red-button, .input-group-btn > .subtle-blue-button + .subtle-red-button, .input-group-btn > .red-button + .subtle-red-button, .input-group-btn > .subtle-red-button + .subtle-red-button, .input-group-btn > .subtle-red-button-full + .subtle-red-button, .property-search.block.quick .input-group-btn > button + .subtle-red-button, .ni-ui.home .input-group-btn > .search-button + .subtle-red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .subtle-red-button, .input-group-btn > .btn-primary + .subtle-red-button, body > .properties.details .cta-buttons .input-group-btn > a.back + .subtle-red-button, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .subtle-red-button, .input-group-btn > .expand-button + .subtle-red-button, .input-group-btn > .red-button-full + .subtle-red-button, .input-group-btn > .btn-blog + .subtle-red-button, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .subtle-red-button, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .subtle-red-button, body > .properties.details .cta-buttons .input-group-btn > a.book + .subtle-red-button, .input-group-btn > .btn + .subtle-red-button-full, .input-group-btn > .btn-default + .subtle-red-button-full, .input-group-btn > .blue-button + .subtle-red-button-full, .input-group-btn > .blue-button-full + .subtle-red-button-full, .input-group-btn > .subtle-blue-button + .subtle-red-button-full, .input-group-btn > .red-button + .subtle-red-button-full, .input-group-btn > .subtle-red-button + .subtle-red-button-full, .input-group-btn > .subtle-red-button-full + .subtle-red-button-full, .property-search.block.quick .input-group-btn > button + .subtle-red-button-full, .ni-ui.home .input-group-btn > .search-button + .subtle-red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .subtle-red-button-full, .input-group-btn > .btn-primary + .subtle-red-button-full, body > .properties.details .cta-buttons .input-group-btn > a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .subtle-red-button-full, .input-group-btn > .expand-button + .subtle-red-button-full, .input-group-btn > .red-button-full + .subtle-red-button-full, .input-group-btn > .btn-blog + .subtle-red-button-full, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .input-group-btn > a.book + .subtle-red-button-full, .property-search.block.quick .input-group-btn > .btn + button, .property-search.block.quick .input-group-btn > .btn-default + button, .property-search.block.quick .input-group-btn > .blue-button + button, .property-search.block.quick .input-group-btn > .blue-button-full + button, .property-search.block.quick .input-group-btn > .subtle-blue-button + button, .property-search.block.quick .input-group-btn > .red-button + button, .property-search.block.quick .input-group-btn > .subtle-red-button + button, .property-search.block.quick .input-group-btn > .subtle-red-button-full + button, .property-search.block.quick .input-group-btn > button + button, .ni-ui.home .property-search.block.quick .input-group-btn > .search-button + button, .property-search.block.quick .ni-ui.home .input-group-btn > .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .input-group-btn > button + button, .property-search.block.quick .input-group-btn > .btn-primary + button, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > a.back + button, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > a.back + button, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > a.add-to + button, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > a.add-to + button, .property-search.block.quick .input-group-btn > .expand-button + button, .property-search.block.quick .input-group-btn > .red-button-full + button, .property-search.block.quick .input-group-btn > .btn-blog + button, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > a.specialist + button, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > a.specialist + button, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > a.enquire + button, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > a.enquire + button, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > a.book + button, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > a.book + button, .ni-ui.home .input-group-btn > .btn + .search-button, .ni-ui.home .input-group-btn > .btn-default + .search-button, .ni-ui.home .input-group-btn > .blue-button + .search-button, .ni-ui.home .input-group-btn > .blue-button-full + .search-button, .ni-ui.home .input-group-btn > .subtle-blue-button + .search-button, .ni-ui.home .input-group-btn > .red-button + .search-button, .ni-ui.home .input-group-btn > .subtle-red-button + .search-button, .ni-ui.home .input-group-btn > .subtle-red-button-full + .search-button, .property-search.block.quick .ni-ui.home .input-group-btn > button + .search-button, .ni-ui.home .property-search.block.quick .input-group-btn > button + .search-button, .ni-ui.home .input-group-btn > .search-button + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .search-button, .ni-ui.home .input-group-btn > .btn-primary + .search-button, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > a.back + .search-button, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > a.back + .search-button, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > a.add-to + .search-button, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > a.add-to + .search-button, .ni-ui.home .input-group-btn > .expand-button + .search-button, .ni-ui.home .input-group-btn > .red-button-full + .search-button, .ni-ui.home .input-group-btn > .btn-blog + .search-button, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > a.specialist + .search-button, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > a.specialist + .search-button, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > a.enquire + .search-button, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > a.enquire + .search-button, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > a.book + .search-button, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > a.book + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .btn + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .btn-default + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .blue-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .subtle-blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .subtle-red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .subtle-red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .input-group-btn > button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .btn-primary + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > a.back + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .expand-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > .btn-blog + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > a.specialist + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > a.enquire + button, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > a.book + button, .input-group-btn > .btn + .btn-primary, .input-group-btn > .btn-default + .btn-primary, .input-group-btn > .blue-button + .btn-primary, .input-group-btn > .blue-button-full + .btn-primary, .input-group-btn > .subtle-blue-button + .btn-primary, .input-group-btn > .red-button + .btn-primary, .input-group-btn > .subtle-red-button + .btn-primary, .input-group-btn > .subtle-red-button-full + .btn-primary, .property-search.block.quick .input-group-btn > button + .btn-primary, .ni-ui.home .input-group-btn > .search-button + .btn-primary, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .btn-primary, .input-group-btn > .btn-primary + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.back + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .btn-primary, .input-group-btn > .expand-button + .btn-primary, .input-group-btn > .red-button-full + .btn-primary, .input-group-btn > .btn-blog + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > a.book + .btn-primary, body > .properties.details .cta-buttons .input-group-btn > .btn + a.back, body > .properties.details .cta-buttons .input-group-btn > .btn-default + a.back, body > .properties.details .cta-buttons .input-group-btn > .blue-button + a.back, body > .properties.details .cta-buttons .input-group-btn > .blue-button-full + a.back, body > .properties.details .cta-buttons .input-group-btn > .subtle-blue-button + a.back, body > .properties.details .cta-buttons .input-group-btn > .red-button + a.back, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button + a.back, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button-full + a.back, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > button + a.back, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > button + a.back, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > .search-button + a.back, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > .search-button + a.back, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > button + a.back, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + a.back, body > .properties.details .cta-buttons .input-group-btn > .btn-primary + a.back, body > .properties.details .cta-buttons .input-group-btn > a.back + a.back, body > .properties.details .cta-buttons .input-group-btn > a.add-to + a.back, body > .properties.details .cta-buttons .input-group-btn > .expand-button + a.back, body > .properties.details .cta-buttons .input-group-btn > .red-button-full + a.back, body > .properties.details .cta-buttons .input-group-btn > .btn-blog + a.back, body > .properties.details .cta-buttons .input-group-btn > a.specialist + a.back, body > .properties.details .cta-buttons .input-group-btn > a.enquire + a.back, body > .properties.details .cta-buttons .input-group-btn > a.book + a.back, body > .properties.details .cta-buttons .input-group-btn > .btn + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .btn-default + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .blue-button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .blue-button-full + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .subtle-blue-button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .red-button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button-full + a.add-to, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > button + a.add-to, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > button + a.add-to, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > .search-button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > .search-button + a.add-to, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .btn-primary + a.add-to, body > .properties.details .cta-buttons .input-group-btn > a.back + a.add-to, body > .properties.details .cta-buttons .input-group-btn > a.add-to + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .expand-button + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .red-button-full + a.add-to, body > .properties.details .cta-buttons .input-group-btn > .btn-blog + a.add-to, body > .properties.details .cta-buttons .input-group-btn > a.specialist + a.add-to, body > .properties.details .cta-buttons .input-group-btn > a.enquire + a.add-to, body > .properties.details .cta-buttons .input-group-btn > a.book + a.add-to, .input-group-btn > .btn + .expand-button, .input-group-btn > .btn-default + .expand-button, .input-group-btn > .blue-button + .expand-button, .input-group-btn > .blue-button-full + .expand-button, .input-group-btn > .subtle-blue-button + .expand-button, .input-group-btn > .red-button + .expand-button, .input-group-btn > .subtle-red-button + .expand-button, .input-group-btn > .subtle-red-button-full + .expand-button, .property-search.block.quick .input-group-btn > button + .expand-button, .ni-ui.home .input-group-btn > .search-button + .expand-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .expand-button, .input-group-btn > .btn-primary + .expand-button, body > .properties.details .cta-buttons .input-group-btn > a.back + .expand-button, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .expand-button, .input-group-btn > .expand-button + .expand-button, .input-group-btn > .red-button-full + .expand-button, .input-group-btn > .btn-blog + .expand-button, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .expand-button, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .expand-button, body > .properties.details .cta-buttons .input-group-btn > a.book + .expand-button,
    .input-group-btn > .btn + .red-button-full,
    .input-group-btn > .btn-default + .red-button-full,
    .input-group-btn > .blue-button + .red-button-full,
    .input-group-btn > .blue-button-full + .red-button-full,
    .input-group-btn > .subtle-blue-button + .red-button-full,
    .input-group-btn > .red-button + .red-button-full,
    .input-group-btn > .subtle-red-button + .red-button-full,
    .input-group-btn > .subtle-red-button-full + .red-button-full,
    .property-search.block.quick .input-group-btn > button + .red-button-full,
    .ni-ui.home .input-group-btn > .search-button + .red-button-full,
    .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .red-button-full,
    .input-group-btn > .btn-primary + .red-button-full,
    body > .properties.details .cta-buttons .input-group-btn > a.back + .red-button-full,
    body > .properties.details .cta-buttons .input-group-btn > a.add-to + .red-button-full,
    .input-group-btn > .expand-button + .red-button-full,
    .input-group-btn > .red-button-full + .red-button-full,
    .input-group-btn > .btn-blog + .red-button-full,
    body > .properties.details .cta-buttons .input-group-btn > a.specialist + .red-button-full,
    body > .properties.details .cta-buttons .input-group-btn > a.enquire + .red-button-full,
    body > .properties.details .cta-buttons .input-group-btn > a.book + .red-button-full, .input-group-btn > .btn + .btn-blog, .input-group-btn > .btn-default + .btn-blog, .input-group-btn > .blue-button + .btn-blog, .input-group-btn > .blue-button-full + .btn-blog, .input-group-btn > .subtle-blue-button + .btn-blog, .input-group-btn > .red-button + .btn-blog, .input-group-btn > .subtle-red-button + .btn-blog, .input-group-btn > .subtle-red-button-full + .btn-blog, .property-search.block.quick .input-group-btn > button + .btn-blog, .ni-ui.home .input-group-btn > .search-button + .btn-blog, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + .btn-blog, .input-group-btn > .btn-primary + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.back + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.add-to + .btn-blog, .input-group-btn > .expand-button + .btn-blog, .input-group-btn > .red-button-full + .btn-blog, .input-group-btn > .btn-blog + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.specialist + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.enquire + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > a.book + .btn-blog, body > .properties.details .cta-buttons .input-group-btn > .btn + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .btn-default + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .blue-button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .blue-button-full + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .subtle-blue-button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .red-button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button-full + a.specialist, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > button + a.specialist, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > button + a.specialist, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > .search-button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > .search-button + a.specialist, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .btn-primary + a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.back + a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.add-to + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .expand-button + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .red-button-full + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .btn-blog + a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.specialist + a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.enquire + a.specialist, body > .properties.details .cta-buttons .input-group-btn > a.book + a.specialist, body > .properties.details .cta-buttons .input-group-btn > .btn + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .btn-default + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .blue-button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .blue-button-full + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .subtle-blue-button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .red-button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button-full + a.enquire, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > button + a.enquire, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > button + a.enquire, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > .search-button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > .search-button + a.enquire, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .btn-primary + a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.back + a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.add-to + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .expand-button + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .red-button-full + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .btn-blog + a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.specialist + a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.enquire + a.enquire, body > .properties.details .cta-buttons .input-group-btn > a.book + a.enquire, body > .properties.details .cta-buttons .input-group-btn > .btn + a.book, body > .properties.details .cta-buttons .input-group-btn > .btn-default + a.book, body > .properties.details .cta-buttons .input-group-btn > .blue-button + a.book, body > .properties.details .cta-buttons .input-group-btn > .blue-button-full + a.book, body > .properties.details .cta-buttons .input-group-btn > .subtle-blue-button + a.book, body > .properties.details .cta-buttons .input-group-btn > .red-button + a.book, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button + a.book, body > .properties.details .cta-buttons .input-group-btn > .subtle-red-button-full + a.book, .property-search.block.quick body > .properties.details .cta-buttons .input-group-btn > button + a.book, body > .properties.details .cta-buttons .property-search.block.quick .input-group-btn > button + a.book, .ni-ui.home body > .properties.details .cta-buttons .input-group-btn > .search-button + a.book, body > .properties.details .cta-buttons .ni-ui.home .input-group-btn > .search-button + a.book, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .input-group-btn > button + a.book, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button + a.book, body > .properties.details .cta-buttons .input-group-btn > .btn-primary + a.book, body > .properties.details .cta-buttons .input-group-btn > a.back + a.book, body > .properties.details .cta-buttons .input-group-btn > a.add-to + a.book, body > .properties.details .cta-buttons .input-group-btn > .expand-button + a.book, body > .properties.details .cta-buttons .input-group-btn > .red-button-full + a.book, body > .properties.details .cta-buttons .input-group-btn > .btn-blog + a.book, body > .properties.details .cta-buttons .input-group-btn > a.specialist + a.book, body > .properties.details .cta-buttons .input-group-btn > a.enquire + a.book, body > .properties.details .cta-buttons .input-group-btn > a.book + a.book {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn-default:hover, .input-group-btn > .blue-button:hover, .input-group-btn > .blue-button-full:hover, .input-group-btn > .subtle-blue-button:hover, .input-group-btn > .red-button:hover, .input-group-btn > .subtle-red-button:hover, .input-group-btn > .subtle-red-button-full:hover, .property-search.block.quick .input-group-btn > button:hover, .ni-ui.home .input-group-btn > .search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button:hover, .input-group-btn > .btn-primary:hover, body > .properties.details .cta-buttons .input-group-btn > a.back:hover, body > .properties.details .cta-buttons .input-group-btn > a.add-to:hover, .input-group-btn > .expand-button:hover,
    .input-group-btn > .red-button-full:hover, .input-group-btn > .btn-blog:hover, body > .properties.details .cta-buttons .input-group-btn > a.specialist:hover, body > .properties.details .cta-buttons .input-group-btn > a.enquire:hover, body > .properties.details .cta-buttons .input-group-btn > a.book:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-default:focus, .input-group-btn > .blue-button:focus, .input-group-btn > .blue-button-full:focus, .input-group-btn > .subtle-blue-button:focus, .input-group-btn > .red-button:focus, .input-group-btn > .subtle-red-button:focus, .input-group-btn > .subtle-red-button-full:focus, .property-search.block.quick .input-group-btn > button:focus, .ni-ui.home .input-group-btn > .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button:focus, .input-group-btn > .btn-primary:focus, body > .properties.details .cta-buttons .input-group-btn > a.back:focus, body > .properties.details .cta-buttons .input-group-btn > a.add-to:focus, .input-group-btn > .expand-button:focus,
    .input-group-btn > .red-button-full:focus, .input-group-btn > .btn-blog:focus, body > .properties.details .cta-buttons .input-group-btn > a.specialist:focus, body > .properties.details .cta-buttons .input-group-btn > a.enquire:focus, body > .properties.details .cta-buttons .input-group-btn > a.book:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-default:active, .input-group-btn > .blue-button:active, .input-group-btn > .blue-button-full:active, .input-group-btn > .subtle-blue-button:active, .input-group-btn > .red-button:active, .input-group-btn > .subtle-red-button:active, .input-group-btn > .subtle-red-button-full:active, .property-search.block.quick .input-group-btn > button:active, .ni-ui.home .input-group-btn > .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn > button:active, .input-group-btn > .btn-primary:active, body > .properties.details .cta-buttons .input-group-btn > a.back:active, body > .properties.details .cta-buttons .input-group-btn > a.add-to:active, .input-group-btn > .expand-button:active,
    .input-group-btn > .red-button-full:active, .input-group-btn > .btn-blog:active, body > .properties.details .cta-buttons .input-group-btn > a.specialist:active, body > .properties.details .cta-buttons .input-group-btn > a.enquire:active, body > .properties.details .cta-buttons .input-group-btn > a.book:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-default,
  .input-group-btn:first-child > .blue-button,
  .input-group-btn:first-child > .blue-button-full,
  .input-group-btn:first-child > .subtle-blue-button,
  .input-group-btn:first-child > .red-button,
  .input-group-btn:first-child > .subtle-red-button,
  .input-group-btn:first-child > .subtle-red-button-full,
  .property-search.block.quick .input-group-btn:first-child > button,
  .ni-ui.home .input-group-btn:first-child > .search-button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:first-child > button,
  .input-group-btn:first-child > .btn-primary,
  body > .properties.details .cta-buttons .input-group-btn:first-child > a.back,
  body > .properties.details .cta-buttons .input-group-btn:first-child > a.add-to,
  .input-group-btn:first-child > .expand-button,
  .input-group-btn:first-child > .red-button-full,
  .input-group-btn:first-child > .btn-blog,
  body > .properties.details .cta-buttons .input-group-btn:first-child > a.specialist,
  body > .properties.details .cta-buttons .input-group-btn:first-child > a.enquire,
  body > .properties.details .cta-buttons .input-group-btn:first-child > a.book,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-default,
  .input-group-btn:last-child > .blue-button,
  .input-group-btn:last-child > .blue-button-full,
  .input-group-btn:last-child > .subtle-blue-button,
  .input-group-btn:last-child > .red-button,
  .input-group-btn:last-child > .subtle-red-button,
  .input-group-btn:last-child > .subtle-red-button-full,
  .property-search.block.quick .input-group-btn:last-child > button,
  .ni-ui.home .input-group-btn:last-child > .search-button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block .input-group-btn:last-child > button,
  .input-group-btn:last-child > .btn-primary,
  body > .properties.details .cta-buttons .input-group-btn:last-child > a.back,
  body > .properties.details .cta-buttons .input-group-btn:last-child > a.add-to,
  .input-group-btn:last-child > .expand-button,
  .input-group-btn:last-child > .red-button-full,
  .input-group-btn:last-child > .btn-blog,
  body > .properties.details .cta-buttons .input-group-btn:last-child > a.specialist,
  body > .properties.details .cta-buttons .input-group-btn:last-child > a.enquire,
  body > .properties.details .cta-buttons .input-group-btn:last-child > a.book,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #003831; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00625a; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 1200px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 1200px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1200px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1200px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1200px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 1200px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1200px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1200px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (max-width: 1199px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 1200px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn-default, .btn-group-sm > .navbar-btn.blue-button, .btn-group-sm > .navbar-btn.blue-button-full, .btn-group-sm > .navbar-btn.subtle-blue-button, .btn-group-sm > .navbar-btn.red-button, .btn-group-sm > .navbar-btn.subtle-red-button, .btn-group-sm > .navbar-btn.subtle-red-button-full, .property-search.block.quick .btn-group-sm > button.navbar-btn, .ni-ui.home .btn-group-sm > .navbar-btn.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-sm > button.navbar-btn, .btn-group-sm > .navbar-btn.btn-primary, body > .properties.details .cta-buttons .btn-group-sm > a.navbar-btn.back, body > .properties.details .cta-buttons .btn-group-sm > a.navbar-btn.add-to, .btn-group-sm > .navbar-btn.expand-button,
  .btn-group-sm > .navbar-btn.red-button-full, .btn-group-sm > .navbar-btn.btn-blog, body > .properties.details .cta-buttons .btn-group-sm > a.navbar-btn.specialist, body > .properties.details .cta-buttons .btn-group-sm > a.navbar-btn.enquire, body > .properties.details .cta-buttons .btn-group-sm > a.navbar-btn.book {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn-default, .btn-group-xs > .navbar-btn.blue-button, .btn-group-xs > .navbar-btn.blue-button-full, .btn-group-xs > .navbar-btn.subtle-blue-button, .btn-group-xs > .navbar-btn.red-button, .btn-group-xs > .navbar-btn.subtle-red-button, .btn-group-xs > .navbar-btn.subtle-red-button-full, .property-search.block.quick .btn-group-xs > button.navbar-btn, .ni-ui.home .btn-group-xs > .navbar-btn.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-xs > button.navbar-btn, .btn-group-xs > .navbar-btn.btn-primary, body > .properties.details .cta-buttons .btn-group-xs > a.navbar-btn.back, body > .properties.details .cta-buttons .btn-group-xs > a.navbar-btn.add-to, .btn-group-xs > .navbar-btn.expand-button,
  .btn-group-xs > .navbar-btn.red-button-full, .btn-group-xs > .navbar-btn.btn-blog, body > .properties.details .cta-buttons .btn-group-xs > a.navbar-btn.specialist, body > .properties.details .cta-buttons .btn-group-xs > a.navbar-btn.enquire, body > .properties.details .cta-buttons .btn-group-xs > a.navbar-btn.book {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #00625a;
  border-color: #00413c; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e5e5;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00504a; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #00413c; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #00504a;
    color: #fff; }
  @media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #00504a; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #fff; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fff; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 24px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #003831;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #001f1b;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #003831;
    border-color: #003831;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 28px;
  font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .btn-default .label, .blue-button .label, .blue-button-full .label, .subtle-blue-button .label, .red-button .label, .subtle-red-button .label, .subtle-red-button-full .label, .property-search.block.quick button .label, .ni-ui.home .search-button .label, .ni-ui.home.no-edit-mode .search-area .property-search.block button .label, .btn-primary .label, body > .properties.details .cta-buttons a.back .label, body > .properties.details .cta-buttons a.add-to .label, .expand-button .label, .red-button-full .label, .btn-blog .label, body > .properties.details .cta-buttons a.specialist .label, body > .properties.details .cta-buttons a.enquire .label, body > .properties.details .cta-buttons a.book .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #00625a; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #002f2b; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .btn-default .badge, .blue-button .badge, .blue-button-full .badge, .subtle-blue-button .badge, .red-button .badge, .subtle-red-button .badge, .subtle-red-button-full .badge, .property-search.block.quick button .badge, .ni-ui.home .search-button .badge, .ni-ui.home.no-edit-mode .search-area .property-search.block button .badge, .btn-primary .badge, body > .properties.details .cta-buttons a.back .badge, body > .properties.details .cta-buttons a.add-to .badge, .expand-button .badge, .red-button-full .badge, .btn-blog .badge, body > .properties.details .cta-buttons a.specialist .badge, body > .properties.details .cta-buttons a.enquire .badge, body > .properties.details .cta-buttons a.book .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn-default .badge, .btn-group-xs > .blue-button .badge, .btn-group-xs > .blue-button-full .badge, .btn-group-xs > .subtle-blue-button .badge, .btn-group-xs > .red-button .badge, .btn-group-xs > .subtle-red-button .badge, .btn-group-xs > .subtle-red-button-full .badge, .property-search.block.quick .btn-group-xs > button .badge, .ni-ui.home .btn-group-xs > .search-button .badge, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-xs > button .badge, .btn-group-xs > .btn-primary .badge, body > .properties.details .cta-buttons .btn-group-xs > a.back .badge, body > .properties.details .cta-buttons .btn-group-xs > a.add-to .badge, .btn-group-xs > .expand-button .badge, .btn-group-xs > .red-button-full .badge, .btn-group-xs > .btn-blog .badge, body > .properties.details .cta-buttons .btn-group-xs > a.specialist .badge, body > .properties.details .cta-buttons .btn-group-xs > a.enquire .badge, body > .properties.details .cta-buttons .btn-group-xs > a.book .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #003831;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 3px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3b3b3c; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #003831; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #00625a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00625a;
  border-color: #00625a; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #2fffee; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #3b3b3c;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #3b3b3c; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #003831; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #003831;
    border-color: #003831; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #003831; }
    .panel-primary > .panel-heading .badge {
      color: #003831;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #003831; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 10px;
  border-bottom: 1px solid none;
  min-height: 11.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 0px; }

.modal-footer {
  padding: 0px;
  text-align: right;
  border-top: 1px solid none; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .btn-default + .btn, .modal-footer .blue-button + .btn, .modal-footer .blue-button-full + .btn, .modal-footer .subtle-blue-button + .btn, .modal-footer .red-button + .btn, .modal-footer .subtle-red-button + .btn, .modal-footer .subtle-red-button-full + .btn, .modal-footer .property-search.block.quick button + .btn, .property-search.block.quick .modal-footer button + .btn, .modal-footer .ni-ui.home .search-button + .btn, .ni-ui.home .modal-footer .search-button + .btn, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .btn, .modal-footer .btn-primary + .btn, .modal-footer body > .properties.details .cta-buttons a.back + .btn, body > .properties.details .cta-buttons .modal-footer a.back + .btn, .modal-footer body > .properties.details .cta-buttons a.add-to + .btn, body > .properties.details .cta-buttons .modal-footer a.add-to + .btn, .modal-footer .expand-button + .btn, .modal-footer .red-button-full + .btn, .modal-footer .btn-blog + .btn, .modal-footer body > .properties.details .cta-buttons a.specialist + .btn, body > .properties.details .cta-buttons .modal-footer a.specialist + .btn, .modal-footer body > .properties.details .cta-buttons a.enquire + .btn, body > .properties.details .cta-buttons .modal-footer a.enquire + .btn, .modal-footer body > .properties.details .cta-buttons a.book + .btn, body > .properties.details .cta-buttons .modal-footer a.book + .btn, .modal-footer .btn + .btn-default, .modal-footer .btn-default + .btn-default, .modal-footer .blue-button + .btn-default, .modal-footer .blue-button-full + .btn-default, .modal-footer .subtle-blue-button + .btn-default, .modal-footer .red-button + .btn-default, .modal-footer .subtle-red-button + .btn-default, .modal-footer .subtle-red-button-full + .btn-default, .modal-footer .property-search.block.quick button + .btn-default, .property-search.block.quick .modal-footer button + .btn-default, .modal-footer .ni-ui.home .search-button + .btn-default, .ni-ui.home .modal-footer .search-button + .btn-default, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-default, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .btn-default, .modal-footer .btn-primary + .btn-default, .modal-footer body > .properties.details .cta-buttons a.back + .btn-default, body > .properties.details .cta-buttons .modal-footer a.back + .btn-default, .modal-footer body > .properties.details .cta-buttons a.add-to + .btn-default, body > .properties.details .cta-buttons .modal-footer a.add-to + .btn-default, .modal-footer .expand-button + .btn-default, .modal-footer .red-button-full + .btn-default, .modal-footer .btn-blog + .btn-default, .modal-footer body > .properties.details .cta-buttons a.specialist + .btn-default, body > .properties.details .cta-buttons .modal-footer a.specialist + .btn-default, .modal-footer body > .properties.details .cta-buttons a.enquire + .btn-default, body > .properties.details .cta-buttons .modal-footer a.enquire + .btn-default, .modal-footer body > .properties.details .cta-buttons a.book + .btn-default, body > .properties.details .cta-buttons .modal-footer a.book + .btn-default, .modal-footer .btn + .blue-button, .modal-footer .btn-default + .blue-button, .modal-footer .blue-button + .blue-button, .modal-footer .blue-button-full + .blue-button, .modal-footer .subtle-blue-button + .blue-button, .modal-footer .red-button + .blue-button, .modal-footer .subtle-red-button + .blue-button, .modal-footer .subtle-red-button-full + .blue-button, .modal-footer .property-search.block.quick button + .blue-button, .property-search.block.quick .modal-footer button + .blue-button, .modal-footer .ni-ui.home .search-button + .blue-button, .ni-ui.home .modal-footer .search-button + .blue-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .blue-button, .modal-footer .btn-primary + .blue-button, .modal-footer body > .properties.details .cta-buttons a.back + .blue-button, body > .properties.details .cta-buttons .modal-footer a.back + .blue-button, .modal-footer body > .properties.details .cta-buttons a.add-to + .blue-button, body > .properties.details .cta-buttons .modal-footer a.add-to + .blue-button, .modal-footer .expand-button + .blue-button, .modal-footer .red-button-full + .blue-button, .modal-footer .btn-blog + .blue-button, .modal-footer body > .properties.details .cta-buttons a.specialist + .blue-button, body > .properties.details .cta-buttons .modal-footer a.specialist + .blue-button, .modal-footer body > .properties.details .cta-buttons a.enquire + .blue-button, body > .properties.details .cta-buttons .modal-footer a.enquire + .blue-button, .modal-footer body > .properties.details .cta-buttons a.book + .blue-button, body > .properties.details .cta-buttons .modal-footer a.book + .blue-button, .modal-footer .btn + .blue-button-full, .modal-footer .btn-default + .blue-button-full, .modal-footer .blue-button + .blue-button-full, .modal-footer .blue-button-full + .blue-button-full, .modal-footer .subtle-blue-button + .blue-button-full, .modal-footer .red-button + .blue-button-full, .modal-footer .subtle-red-button + .blue-button-full, .modal-footer .subtle-red-button-full + .blue-button-full, .modal-footer .property-search.block.quick button + .blue-button-full, .property-search.block.quick .modal-footer button + .blue-button-full, .modal-footer .ni-ui.home .search-button + .blue-button-full, .ni-ui.home .modal-footer .search-button + .blue-button-full, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .blue-button-full, .modal-footer .btn-primary + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.back + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.add-to + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .blue-button-full, .modal-footer .expand-button + .blue-button-full, .modal-footer .red-button-full + .blue-button-full, .modal-footer .btn-blog + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.specialist + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.enquire + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.book + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .blue-button-full, .modal-footer .btn + .subtle-blue-button, .modal-footer .btn-default + .subtle-blue-button, .modal-footer .blue-button + .subtle-blue-button, .modal-footer .blue-button-full + .subtle-blue-button, .modal-footer .subtle-blue-button + .subtle-blue-button, .modal-footer .red-button + .subtle-blue-button, .modal-footer .subtle-red-button + .subtle-blue-button, .modal-footer .subtle-red-button-full + .subtle-blue-button, .modal-footer .property-search.block.quick button + .subtle-blue-button, .property-search.block.quick .modal-footer button + .subtle-blue-button, .modal-footer .ni-ui.home .search-button + .subtle-blue-button, .ni-ui.home .modal-footer .search-button + .subtle-blue-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .subtle-blue-button, .modal-footer .btn-primary + .subtle-blue-button, .modal-footer body > .properties.details .cta-buttons a.back + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer a.back + .subtle-blue-button, .modal-footer body > .properties.details .cta-buttons a.add-to + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer a.add-to + .subtle-blue-button, .modal-footer .expand-button + .subtle-blue-button, .modal-footer .red-button-full + .subtle-blue-button, .modal-footer .btn-blog + .subtle-blue-button, .modal-footer body > .properties.details .cta-buttons a.specialist + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer a.specialist + .subtle-blue-button, .modal-footer body > .properties.details .cta-buttons a.enquire + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer a.enquire + .subtle-blue-button, .modal-footer body > .properties.details .cta-buttons a.book + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer a.book + .subtle-blue-button, .modal-footer .btn + .red-button, .modal-footer .btn-default + .red-button, .modal-footer .blue-button + .red-button, .modal-footer .blue-button-full + .red-button, .modal-footer .subtle-blue-button + .red-button, .modal-footer .red-button + .red-button, .modal-footer .subtle-red-button + .red-button, .modal-footer .subtle-red-button-full + .red-button, .modal-footer .property-search.block.quick button + .red-button, .property-search.block.quick .modal-footer button + .red-button, .modal-footer .ni-ui.home .search-button + .red-button, .ni-ui.home .modal-footer .search-button + .red-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .red-button, .modal-footer .btn-primary + .red-button, .modal-footer body > .properties.details .cta-buttons a.back + .red-button, body > .properties.details .cta-buttons .modal-footer a.back + .red-button, .modal-footer body > .properties.details .cta-buttons a.add-to + .red-button, body > .properties.details .cta-buttons .modal-footer a.add-to + .red-button, .modal-footer .expand-button + .red-button, .modal-footer .red-button-full + .red-button, .modal-footer .btn-blog + .red-button, .modal-footer body > .properties.details .cta-buttons a.specialist + .red-button, body > .properties.details .cta-buttons .modal-footer a.specialist + .red-button, .modal-footer body > .properties.details .cta-buttons a.enquire + .red-button, body > .properties.details .cta-buttons .modal-footer a.enquire + .red-button, .modal-footer body > .properties.details .cta-buttons a.book + .red-button, body > .properties.details .cta-buttons .modal-footer a.book + .red-button, .modal-footer .btn + .subtle-red-button, .modal-footer .btn-default + .subtle-red-button, .modal-footer .blue-button + .subtle-red-button, .modal-footer .blue-button-full + .subtle-red-button, .modal-footer .subtle-blue-button + .subtle-red-button, .modal-footer .red-button + .subtle-red-button, .modal-footer .subtle-red-button + .subtle-red-button, .modal-footer .subtle-red-button-full + .subtle-red-button, .modal-footer .property-search.block.quick button + .subtle-red-button, .property-search.block.quick .modal-footer button + .subtle-red-button, .modal-footer .ni-ui.home .search-button + .subtle-red-button, .ni-ui.home .modal-footer .search-button + .subtle-red-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .subtle-red-button, .modal-footer .btn-primary + .subtle-red-button, .modal-footer body > .properties.details .cta-buttons a.back + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer a.back + .subtle-red-button, .modal-footer body > .properties.details .cta-buttons a.add-to + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer a.add-to + .subtle-red-button, .modal-footer .expand-button + .subtle-red-button, .modal-footer .red-button-full + .subtle-red-button, .modal-footer .btn-blog + .subtle-red-button, .modal-footer body > .properties.details .cta-buttons a.specialist + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer a.specialist + .subtle-red-button, .modal-footer body > .properties.details .cta-buttons a.enquire + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer a.enquire + .subtle-red-button, .modal-footer body > .properties.details .cta-buttons a.book + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer a.book + .subtle-red-button, .modal-footer .btn + .subtle-red-button-full, .modal-footer .btn-default + .subtle-red-button-full, .modal-footer .blue-button + .subtle-red-button-full, .modal-footer .blue-button-full + .subtle-red-button-full, .modal-footer .subtle-blue-button + .subtle-red-button-full, .modal-footer .red-button + .subtle-red-button-full, .modal-footer .subtle-red-button + .subtle-red-button-full, .modal-footer .subtle-red-button-full + .subtle-red-button-full, .modal-footer .property-search.block.quick button + .subtle-red-button-full, .property-search.block.quick .modal-footer button + .subtle-red-button-full, .modal-footer .ni-ui.home .search-button + .subtle-red-button-full, .ni-ui.home .modal-footer .search-button + .subtle-red-button-full, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .subtle-red-button-full, .modal-footer .btn-primary + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.add-to + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .subtle-red-button-full, .modal-footer .expand-button + .subtle-red-button-full, .modal-footer .red-button-full + .subtle-red-button-full, .modal-footer .btn-blog + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.book + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .subtle-red-button-full, .modal-footer .property-search.block.quick .btn + button, .property-search.block.quick .modal-footer .btn + button, .modal-footer .property-search.block.quick .btn-default + button, .property-search.block.quick .modal-footer .btn-default + button, .modal-footer .property-search.block.quick .blue-button + button, .property-search.block.quick .modal-footer .blue-button + button, .modal-footer .property-search.block.quick .blue-button-full + button, .property-search.block.quick .modal-footer .blue-button-full + button, .modal-footer .property-search.block.quick .subtle-blue-button + button, .property-search.block.quick .modal-footer .subtle-blue-button + button, .modal-footer .property-search.block.quick .red-button + button, .property-search.block.quick .modal-footer .red-button + button, .modal-footer .property-search.block.quick .subtle-red-button + button, .property-search.block.quick .modal-footer .subtle-red-button + button, .modal-footer .property-search.block.quick .subtle-red-button-full + button, .property-search.block.quick .modal-footer .subtle-red-button-full + button, .modal-footer .property-search.block.quick button + button, .property-search.block.quick .modal-footer button + button, .modal-footer .ni-ui.home .property-search.block.quick .search-button + button, .property-search.block.quick .modal-footer .ni-ui.home .search-button + button, .ni-ui.home .modal-footer .property-search.block.quick .search-button + button, .property-search.block.quick .ni-ui.home .modal-footer .search-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .modal-footer button + button, .modal-footer .property-search.block.quick .btn-primary + button, .property-search.block.quick .modal-footer .btn-primary + button, .modal-footer body > .properties.details .cta-buttons .property-search.block.quick a.back + button, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick a.back + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer a.back + button, .modal-footer body > .properties.details .cta-buttons .property-search.block.quick a.add-to + button, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick a.add-to + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer a.add-to + button, .modal-footer .property-search.block.quick .expand-button + button, .property-search.block.quick .modal-footer .expand-button + button, .modal-footer .property-search.block.quick .red-button-full + button, .property-search.block.quick .modal-footer .red-button-full + button, .modal-footer .property-search.block.quick .btn-blog + button, .property-search.block.quick .modal-footer .btn-blog + button, .modal-footer body > .properties.details .cta-buttons .property-search.block.quick a.specialist + button, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick a.specialist + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer a.specialist + button, .modal-footer body > .properties.details .cta-buttons .property-search.block.quick a.enquire + button, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick a.enquire + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer a.enquire + button, .modal-footer body > .properties.details .cta-buttons .property-search.block.quick a.book + button, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick a.book + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer a.book + button, .modal-footer .ni-ui.home .btn + .search-button, .ni-ui.home .modal-footer .btn + .search-button, .modal-footer .ni-ui.home .btn-default + .search-button, .ni-ui.home .modal-footer .btn-default + .search-button, .modal-footer .ni-ui.home .blue-button + .search-button, .ni-ui.home .modal-footer .blue-button + .search-button, .modal-footer .ni-ui.home .blue-button-full + .search-button, .ni-ui.home .modal-footer .blue-button-full + .search-button, .modal-footer .ni-ui.home .subtle-blue-button + .search-button, .ni-ui.home .modal-footer .subtle-blue-button + .search-button, .modal-footer .ni-ui.home .red-button + .search-button, .ni-ui.home .modal-footer .red-button + .search-button, .modal-footer .ni-ui.home .subtle-red-button + .search-button, .ni-ui.home .modal-footer .subtle-red-button + .search-button, .modal-footer .ni-ui.home .subtle-red-button-full + .search-button, .ni-ui.home .modal-footer .subtle-red-button-full + .search-button, .modal-footer .property-search.block.quick .ni-ui.home button + .search-button, .ni-ui.home .modal-footer .property-search.block.quick button + .search-button, .property-search.block.quick .modal-footer .ni-ui.home button + .search-button, .ni-ui.home .property-search.block.quick .modal-footer button + .search-button, .modal-footer .ni-ui.home .search-button + .search-button, .ni-ui.home .modal-footer .search-button + .search-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .search-button, .modal-footer .ni-ui.home .btn-primary + .search-button, .ni-ui.home .modal-footer .btn-primary + .search-button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home a.back + .search-button, .ni-ui.home .modal-footer body > .properties.details .cta-buttons a.back + .search-button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home a.back + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer a.back + .search-button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home a.add-to + .search-button, .ni-ui.home .modal-footer body > .properties.details .cta-buttons a.add-to + .search-button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home a.add-to + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer a.add-to + .search-button, .modal-footer .ni-ui.home .expand-button + .search-button, .ni-ui.home .modal-footer .expand-button + .search-button, .modal-footer .ni-ui.home .red-button-full + .search-button, .ni-ui.home .modal-footer .red-button-full + .search-button, .modal-footer .ni-ui.home .btn-blog + .search-button, .ni-ui.home .modal-footer .btn-blog + .search-button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home a.specialist + .search-button, .ni-ui.home .modal-footer body > .properties.details .cta-buttons a.specialist + .search-button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home a.specialist + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer a.specialist + .search-button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home a.enquire + .search-button, .ni-ui.home .modal-footer body > .properties.details .cta-buttons a.enquire + .search-button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home a.enquire + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer a.enquire + .search-button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home a.book + .search-button, .ni-ui.home .modal-footer body > .properties.details .cta-buttons a.book + .search-button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home a.book + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer a.book + .search-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .btn + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-default + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-default + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .blue-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .blue-button-full + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .subtle-blue-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .red-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .subtle-red-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .subtle-red-button-full + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .modal-footer .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .modal-footer button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .modal-footer .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .search-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-primary + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-primary + button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer a.back + button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer a.add-to + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .expand-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .expand-button + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .red-button-full + button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-blog + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-blog + button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer a.specialist + button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer a.enquire + button, .modal-footer body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer a.book + button, .modal-footer .btn + .btn-primary, .modal-footer .btn-default + .btn-primary, .modal-footer .blue-button + .btn-primary, .modal-footer .blue-button-full + .btn-primary, .modal-footer .subtle-blue-button + .btn-primary, .modal-footer .red-button + .btn-primary, .modal-footer .subtle-red-button + .btn-primary, .modal-footer .subtle-red-button-full + .btn-primary, .modal-footer .property-search.block.quick button + .btn-primary, .property-search.block.quick .modal-footer button + .btn-primary, .modal-footer .ni-ui.home .search-button + .btn-primary, .ni-ui.home .modal-footer .search-button + .btn-primary, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-primary, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .btn-primary, .modal-footer .btn-primary + .btn-primary, .modal-footer body > .properties.details .cta-buttons a.back + .btn-primary, body > .properties.details .cta-buttons .modal-footer a.back + .btn-primary, .modal-footer body > .properties.details .cta-buttons a.add-to + .btn-primary, body > .properties.details .cta-buttons .modal-footer a.add-to + .btn-primary, .modal-footer .expand-button + .btn-primary, .modal-footer .red-button-full + .btn-primary, .modal-footer .btn-blog + .btn-primary, .modal-footer body > .properties.details .cta-buttons a.specialist + .btn-primary, body > .properties.details .cta-buttons .modal-footer a.specialist + .btn-primary, .modal-footer body > .properties.details .cta-buttons a.enquire + .btn-primary, body > .properties.details .cta-buttons .modal-footer a.enquire + .btn-primary, .modal-footer body > .properties.details .cta-buttons a.book + .btn-primary, body > .properties.details .cta-buttons .modal-footer a.book + .btn-primary, .modal-footer body > .properties.details .cta-buttons .btn + a.back, body > .properties.details .cta-buttons .modal-footer .btn + a.back, .modal-footer body > .properties.details .cta-buttons .btn-default + a.back, body > .properties.details .cta-buttons .modal-footer .btn-default + a.back, .modal-footer body > .properties.details .cta-buttons .blue-button + a.back, body > .properties.details .cta-buttons .modal-footer .blue-button + a.back, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.back, .modal-footer body > .properties.details .cta-buttons .subtle-blue-button + a.back, body > .properties.details .cta-buttons .modal-footer .subtle-blue-button + a.back, .modal-footer body > .properties.details .cta-buttons .red-button + a.back, body > .properties.details .cta-buttons .modal-footer .red-button + a.back, .modal-footer body > .properties.details .cta-buttons .subtle-red-button + a.back, body > .properties.details .cta-buttons .modal-footer .subtle-red-button + a.back, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.back, .modal-footer .property-search.block.quick body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick button + a.back, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer button + a.back, .modal-footer .ni-ui.home body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .modal-footer .ni-ui.home .search-button + a.back, .ni-ui.home .modal-footer body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .search-button + a.back, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.back, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + a.back, .modal-footer body > .properties.details .cta-buttons .btn-primary + a.back, body > .properties.details .cta-buttons .modal-footer .btn-primary + a.back, .modal-footer body > .properties.details .cta-buttons a.back + a.back, body > .properties.details .cta-buttons .modal-footer a.back + a.back, .modal-footer body > .properties.details .cta-buttons a.add-to + a.back, body > .properties.details .cta-buttons .modal-footer a.add-to + a.back, .modal-footer body > .properties.details .cta-buttons .expand-button + a.back, body > .properties.details .cta-buttons .modal-footer .expand-button + a.back, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.back, .modal-footer body > .properties.details .cta-buttons .btn-blog + a.back, body > .properties.details .cta-buttons .modal-footer .btn-blog + a.back, .modal-footer body > .properties.details .cta-buttons a.specialist + a.back, body > .properties.details .cta-buttons .modal-footer a.specialist + a.back, .modal-footer body > .properties.details .cta-buttons a.enquire + a.back, body > .properties.details .cta-buttons .modal-footer a.enquire + a.back, .modal-footer body > .properties.details .cta-buttons a.book + a.back, body > .properties.details .cta-buttons .modal-footer a.book + a.back, .modal-footer body > .properties.details .cta-buttons .btn + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn + a.add-to, .modal-footer body > .properties.details .cta-buttons .btn-default + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-default + a.add-to, .modal-footer body > .properties.details .cta-buttons .blue-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .blue-button + a.add-to, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.add-to, .modal-footer body > .properties.details .cta-buttons .subtle-blue-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .subtle-blue-button + a.add-to, .modal-footer body > .properties.details .cta-buttons .red-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .red-button + a.add-to, .modal-footer body > .properties.details .cta-buttons .subtle-red-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .subtle-red-button + a.add-to, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.add-to, .modal-footer .property-search.block.quick body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick button + a.add-to, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer button + a.add-to, .modal-footer .ni-ui.home body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .ni-ui.home .search-button + a.add-to, .ni-ui.home .modal-footer body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .search-button + a.add-to, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.add-to, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + a.add-to, .modal-footer body > .properties.details .cta-buttons .btn-primary + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-primary + a.add-to, .modal-footer body > .properties.details .cta-buttons a.back + a.add-to, body > .properties.details .cta-buttons .modal-footer a.back + a.add-to, .modal-footer body > .properties.details .cta-buttons a.add-to + a.add-to, body > .properties.details .cta-buttons .modal-footer a.add-to + a.add-to, .modal-footer body > .properties.details .cta-buttons .expand-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .expand-button + a.add-to, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.add-to, .modal-footer body > .properties.details .cta-buttons .btn-blog + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-blog + a.add-to, .modal-footer body > .properties.details .cta-buttons a.specialist + a.add-to, body > .properties.details .cta-buttons .modal-footer a.specialist + a.add-to, .modal-footer body > .properties.details .cta-buttons a.enquire + a.add-to, body > .properties.details .cta-buttons .modal-footer a.enquire + a.add-to, .modal-footer body > .properties.details .cta-buttons a.book + a.add-to, body > .properties.details .cta-buttons .modal-footer a.book + a.add-to, .modal-footer .btn + .expand-button, .modal-footer .btn-default + .expand-button, .modal-footer .blue-button + .expand-button, .modal-footer .blue-button-full + .expand-button, .modal-footer .subtle-blue-button + .expand-button, .modal-footer .red-button + .expand-button, .modal-footer .subtle-red-button + .expand-button, .modal-footer .subtle-red-button-full + .expand-button, .modal-footer .property-search.block.quick button + .expand-button, .property-search.block.quick .modal-footer button + .expand-button, .modal-footer .ni-ui.home .search-button + .expand-button, .ni-ui.home .modal-footer .search-button + .expand-button, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .expand-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .expand-button, .modal-footer .btn-primary + .expand-button, .modal-footer body > .properties.details .cta-buttons a.back + .expand-button, body > .properties.details .cta-buttons .modal-footer a.back + .expand-button, .modal-footer body > .properties.details .cta-buttons a.add-to + .expand-button, body > .properties.details .cta-buttons .modal-footer a.add-to + .expand-button, .modal-footer .expand-button + .expand-button, .modal-footer .red-button-full + .expand-button, .modal-footer .btn-blog + .expand-button, .modal-footer body > .properties.details .cta-buttons a.specialist + .expand-button, body > .properties.details .cta-buttons .modal-footer a.specialist + .expand-button, .modal-footer body > .properties.details .cta-buttons a.enquire + .expand-button, body > .properties.details .cta-buttons .modal-footer a.enquire + .expand-button, .modal-footer body > .properties.details .cta-buttons a.book + .expand-button, body > .properties.details .cta-buttons .modal-footer a.book + .expand-button,
  .modal-footer .btn + .red-button-full,
  .modal-footer .btn-default + .red-button-full,
  .modal-footer .blue-button + .red-button-full,
  .modal-footer .blue-button-full + .red-button-full,
  .modal-footer .subtle-blue-button + .red-button-full,
  .modal-footer .red-button + .red-button-full,
  .modal-footer .subtle-red-button + .red-button-full,
  .modal-footer .subtle-red-button-full + .red-button-full,
  .modal-footer .property-search.block.quick button + .red-button-full, .property-search.block.quick .modal-footer button + .red-button-full,
  .modal-footer .ni-ui.home .search-button + .red-button-full, .ni-ui.home .modal-footer .search-button + .red-button-full,
  .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .red-button-full,
  .modal-footer .btn-primary + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.back + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.add-to + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .red-button-full,
  .modal-footer .expand-button + .red-button-full,
  .modal-footer .red-button-full + .red-button-full,
  .modal-footer .btn-blog + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.specialist + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.enquire + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.book + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .red-button-full, .modal-footer .btn + .btn-blog, .modal-footer .btn-default + .btn-blog, .modal-footer .blue-button + .btn-blog, .modal-footer .blue-button-full + .btn-blog, .modal-footer .subtle-blue-button + .btn-blog, .modal-footer .red-button + .btn-blog, .modal-footer .subtle-red-button + .btn-blog, .modal-footer .subtle-red-button-full + .btn-blog, .modal-footer .property-search.block.quick button + .btn-blog, .property-search.block.quick .modal-footer button + .btn-blog, .modal-footer .ni-ui.home .search-button + .btn-blog, .ni-ui.home .modal-footer .search-button + .btn-blog, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-blog, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + .btn-blog, .modal-footer .btn-primary + .btn-blog, .modal-footer body > .properties.details .cta-buttons a.back + .btn-blog, body > .properties.details .cta-buttons .modal-footer a.back + .btn-blog, .modal-footer body > .properties.details .cta-buttons a.add-to + .btn-blog, body > .properties.details .cta-buttons .modal-footer a.add-to + .btn-blog, .modal-footer .expand-button + .btn-blog, .modal-footer .red-button-full + .btn-blog, .modal-footer .btn-blog + .btn-blog, .modal-footer body > .properties.details .cta-buttons a.specialist + .btn-blog, body > .properties.details .cta-buttons .modal-footer a.specialist + .btn-blog, .modal-footer body > .properties.details .cta-buttons a.enquire + .btn-blog, body > .properties.details .cta-buttons .modal-footer a.enquire + .btn-blog, .modal-footer body > .properties.details .cta-buttons a.book + .btn-blog, body > .properties.details .cta-buttons .modal-footer a.book + .btn-blog, .modal-footer body > .properties.details .cta-buttons .btn + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn + a.specialist, .modal-footer body > .properties.details .cta-buttons .btn-default + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-default + a.specialist, .modal-footer body > .properties.details .cta-buttons .blue-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .blue-button + a.specialist, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.specialist, .modal-footer body > .properties.details .cta-buttons .subtle-blue-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .subtle-blue-button + a.specialist, .modal-footer body > .properties.details .cta-buttons .red-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .red-button + a.specialist, .modal-footer body > .properties.details .cta-buttons .subtle-red-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .subtle-red-button + a.specialist, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.specialist, .modal-footer .property-search.block.quick body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick button + a.specialist, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer button + a.specialist, .modal-footer .ni-ui.home body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .ni-ui.home .search-button + a.specialist, .ni-ui.home .modal-footer body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .search-button + a.specialist, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.specialist, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + a.specialist, .modal-footer body > .properties.details .cta-buttons .btn-primary + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-primary + a.specialist, .modal-footer body > .properties.details .cta-buttons a.back + a.specialist, body > .properties.details .cta-buttons .modal-footer a.back + a.specialist, .modal-footer body > .properties.details .cta-buttons a.add-to + a.specialist, body > .properties.details .cta-buttons .modal-footer a.add-to + a.specialist, .modal-footer body > .properties.details .cta-buttons .expand-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .expand-button + a.specialist, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.specialist, .modal-footer body > .properties.details .cta-buttons .btn-blog + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-blog + a.specialist, .modal-footer body > .properties.details .cta-buttons a.specialist + a.specialist, body > .properties.details .cta-buttons .modal-footer a.specialist + a.specialist, .modal-footer body > .properties.details .cta-buttons a.enquire + a.specialist, body > .properties.details .cta-buttons .modal-footer a.enquire + a.specialist, .modal-footer body > .properties.details .cta-buttons a.book + a.specialist, body > .properties.details .cta-buttons .modal-footer a.book + a.specialist, .modal-footer body > .properties.details .cta-buttons .btn + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn + a.enquire, .modal-footer body > .properties.details .cta-buttons .btn-default + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-default + a.enquire, .modal-footer body > .properties.details .cta-buttons .blue-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .blue-button + a.enquire, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.enquire, .modal-footer body > .properties.details .cta-buttons .subtle-blue-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .subtle-blue-button + a.enquire, .modal-footer body > .properties.details .cta-buttons .red-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .red-button + a.enquire, .modal-footer body > .properties.details .cta-buttons .subtle-red-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .subtle-red-button + a.enquire, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.enquire, .modal-footer .property-search.block.quick body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick button + a.enquire, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer button + a.enquire, .modal-footer .ni-ui.home body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .ni-ui.home .search-button + a.enquire, .ni-ui.home .modal-footer body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .search-button + a.enquire, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.enquire, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + a.enquire, .modal-footer body > .properties.details .cta-buttons .btn-primary + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-primary + a.enquire, .modal-footer body > .properties.details .cta-buttons a.back + a.enquire, body > .properties.details .cta-buttons .modal-footer a.back + a.enquire, .modal-footer body > .properties.details .cta-buttons a.add-to + a.enquire, body > .properties.details .cta-buttons .modal-footer a.add-to + a.enquire, .modal-footer body > .properties.details .cta-buttons .expand-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .expand-button + a.enquire, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.enquire, .modal-footer body > .properties.details .cta-buttons .btn-blog + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-blog + a.enquire, .modal-footer body > .properties.details .cta-buttons a.specialist + a.enquire, body > .properties.details .cta-buttons .modal-footer a.specialist + a.enquire, .modal-footer body > .properties.details .cta-buttons a.enquire + a.enquire, body > .properties.details .cta-buttons .modal-footer a.enquire + a.enquire, .modal-footer body > .properties.details .cta-buttons a.book + a.enquire, body > .properties.details .cta-buttons .modal-footer a.book + a.enquire, .modal-footer body > .properties.details .cta-buttons .btn + a.book, body > .properties.details .cta-buttons .modal-footer .btn + a.book, .modal-footer body > .properties.details .cta-buttons .btn-default + a.book, body > .properties.details .cta-buttons .modal-footer .btn-default + a.book, .modal-footer body > .properties.details .cta-buttons .blue-button + a.book, body > .properties.details .cta-buttons .modal-footer .blue-button + a.book, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.book, .modal-footer body > .properties.details .cta-buttons .subtle-blue-button + a.book, body > .properties.details .cta-buttons .modal-footer .subtle-blue-button + a.book, .modal-footer body > .properties.details .cta-buttons .red-button + a.book, body > .properties.details .cta-buttons .modal-footer .red-button + a.book, .modal-footer body > .properties.details .cta-buttons .subtle-red-button + a.book, body > .properties.details .cta-buttons .modal-footer .subtle-red-button + a.book, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.book, .modal-footer .property-search.block.quick body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .modal-footer .property-search.block.quick button + a.book, .property-search.block.quick .modal-footer body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer button + a.book, .modal-footer .ni-ui.home body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .modal-footer .ni-ui.home .search-button + a.book, .ni-ui.home .modal-footer body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .search-button + a.book, .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .modal-footer .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.book, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer button + a.book, .modal-footer body > .properties.details .cta-buttons .btn-primary + a.book, body > .properties.details .cta-buttons .modal-footer .btn-primary + a.book, .modal-footer body > .properties.details .cta-buttons a.back + a.book, body > .properties.details .cta-buttons .modal-footer a.back + a.book, .modal-footer body > .properties.details .cta-buttons a.add-to + a.book, body > .properties.details .cta-buttons .modal-footer a.add-to + a.book, .modal-footer body > .properties.details .cta-buttons .expand-button + a.book, body > .properties.details .cta-buttons .modal-footer .expand-button + a.book, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.book, .modal-footer body > .properties.details .cta-buttons .btn-blog + a.book, body > .properties.details .cta-buttons .modal-footer .btn-blog + a.book, .modal-footer body > .properties.details .cta-buttons a.specialist + a.book, body > .properties.details .cta-buttons .modal-footer a.specialist + a.book, .modal-footer body > .properties.details .cta-buttons a.enquire + a.book, body > .properties.details .cta-buttons .modal-footer a.enquire + a.book, .modal-footer body > .properties.details .cta-buttons a.book + a.book, body > .properties.details .cta-buttons .modal-footer a.book + a.book {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-default + .btn, .modal-footer .btn-group .blue-button + .btn, .modal-footer .btn-group .blue-button-full + .btn, .modal-footer .btn-group .subtle-blue-button + .btn, .modal-footer .btn-group .red-button + .btn, .modal-footer .btn-group .subtle-red-button + .btn, .modal-footer .btn-group .subtle-red-button-full + .btn, .modal-footer .btn-group .property-search.block.quick button + .btn, .property-search.block.quick .modal-footer .btn-group button + .btn, .modal-footer .btn-group .ni-ui.home .search-button + .btn, .ni-ui.home .modal-footer .btn-group .search-button + .btn, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .btn, .modal-footer .btn-group .btn-primary + .btn, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .btn, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .btn, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .btn, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .btn, .modal-footer .btn-group .expand-button + .btn, .modal-footer .btn-group .red-button-full + .btn, .modal-footer .btn-group .btn-blog + .btn, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .btn, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .btn, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .btn, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .btn, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .btn, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .btn, .modal-footer .btn-group .btn + .btn-default, .modal-footer .btn-group .btn-default + .btn-default, .modal-footer .btn-group .blue-button + .btn-default, .modal-footer .btn-group .blue-button-full + .btn-default, .modal-footer .btn-group .subtle-blue-button + .btn-default, .modal-footer .btn-group .red-button + .btn-default, .modal-footer .btn-group .subtle-red-button + .btn-default, .modal-footer .btn-group .subtle-red-button-full + .btn-default, .modal-footer .btn-group .property-search.block.quick button + .btn-default, .property-search.block.quick .modal-footer .btn-group button + .btn-default, .modal-footer .btn-group .ni-ui.home .search-button + .btn-default, .ni-ui.home .modal-footer .btn-group .search-button + .btn-default, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-default, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .btn-default, .modal-footer .btn-group .btn-primary + .btn-default, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .btn-default, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .btn-default, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .btn-default, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .btn-default, .modal-footer .btn-group .expand-button + .btn-default, .modal-footer .btn-group .red-button-full + .btn-default, .modal-footer .btn-group .btn-blog + .btn-default, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .btn-default, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .btn-default, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .btn-default, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .btn-default, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .btn-default, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .btn-default, .modal-footer .btn-group .btn + .blue-button, .modal-footer .btn-group .btn-default + .blue-button, .modal-footer .btn-group .blue-button + .blue-button, .modal-footer .btn-group .blue-button-full + .blue-button, .modal-footer .btn-group .subtle-blue-button + .blue-button, .modal-footer .btn-group .red-button + .blue-button, .modal-footer .btn-group .subtle-red-button + .blue-button, .modal-footer .btn-group .subtle-red-button-full + .blue-button, .modal-footer .btn-group .property-search.block.quick button + .blue-button, .property-search.block.quick .modal-footer .btn-group button + .blue-button, .modal-footer .btn-group .ni-ui.home .search-button + .blue-button, .ni-ui.home .modal-footer .btn-group .search-button + .blue-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .blue-button, .modal-footer .btn-group .btn-primary + .blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .blue-button, .modal-footer .btn-group .expand-button + .blue-button, .modal-footer .btn-group .red-button-full + .blue-button, .modal-footer .btn-group .btn-blog + .blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .blue-button, .modal-footer .btn-group .btn + .blue-button-full, .modal-footer .btn-group .btn-default + .blue-button-full, .modal-footer .btn-group .blue-button + .blue-button-full, .modal-footer .btn-group .blue-button-full + .blue-button-full, .modal-footer .btn-group .subtle-blue-button + .blue-button-full, .modal-footer .btn-group .red-button + .blue-button-full, .modal-footer .btn-group .subtle-red-button + .blue-button-full, .modal-footer .btn-group .subtle-red-button-full + .blue-button-full, .modal-footer .btn-group .property-search.block.quick button + .blue-button-full, .property-search.block.quick .modal-footer .btn-group button + .blue-button-full, .modal-footer .btn-group .ni-ui.home .search-button + .blue-button-full, .ni-ui.home .modal-footer .btn-group .search-button + .blue-button-full, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .blue-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .blue-button-full, .modal-footer .btn-group .btn-primary + .blue-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .blue-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .blue-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .blue-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .blue-button-full, .modal-footer .btn-group .expand-button + .blue-button-full, .modal-footer .btn-group .red-button-full + .blue-button-full, .modal-footer .btn-group .btn-blog + .blue-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .blue-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .blue-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .blue-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .blue-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .blue-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .blue-button-full, .modal-footer .btn-group .btn + .subtle-blue-button, .modal-footer .btn-group .btn-default + .subtle-blue-button, .modal-footer .btn-group .blue-button + .subtle-blue-button, .modal-footer .btn-group .blue-button-full + .subtle-blue-button, .modal-footer .btn-group .subtle-blue-button + .subtle-blue-button, .modal-footer .btn-group .red-button + .subtle-blue-button, .modal-footer .btn-group .subtle-red-button + .subtle-blue-button, .modal-footer .btn-group .subtle-red-button-full + .subtle-blue-button, .modal-footer .btn-group .property-search.block.quick button + .subtle-blue-button, .property-search.block.quick .modal-footer .btn-group button + .subtle-blue-button, .modal-footer .btn-group .ni-ui.home .search-button + .subtle-blue-button, .ni-ui.home .modal-footer .btn-group .search-button + .subtle-blue-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-blue-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .subtle-blue-button, .modal-footer .btn-group .btn-primary + .subtle-blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .subtle-blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .subtle-blue-button, .modal-footer .btn-group .expand-button + .subtle-blue-button, .modal-footer .btn-group .red-button-full + .subtle-blue-button, .modal-footer .btn-group .btn-blog + .subtle-blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .subtle-blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .subtle-blue-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .subtle-blue-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .subtle-blue-button, .modal-footer .btn-group .btn + .red-button, .modal-footer .btn-group .btn-default + .red-button, .modal-footer .btn-group .blue-button + .red-button, .modal-footer .btn-group .blue-button-full + .red-button, .modal-footer .btn-group .subtle-blue-button + .red-button, .modal-footer .btn-group .red-button + .red-button, .modal-footer .btn-group .subtle-red-button + .red-button, .modal-footer .btn-group .subtle-red-button-full + .red-button, .modal-footer .btn-group .property-search.block.quick button + .red-button, .property-search.block.quick .modal-footer .btn-group button + .red-button, .modal-footer .btn-group .ni-ui.home .search-button + .red-button, .ni-ui.home .modal-footer .btn-group .search-button + .red-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .red-button, .modal-footer .btn-group .btn-primary + .red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .red-button, .modal-footer .btn-group .expand-button + .red-button, .modal-footer .btn-group .red-button-full + .red-button, .modal-footer .btn-group .btn-blog + .red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .red-button, .modal-footer .btn-group .btn + .subtle-red-button, .modal-footer .btn-group .btn-default + .subtle-red-button, .modal-footer .btn-group .blue-button + .subtle-red-button, .modal-footer .btn-group .blue-button-full + .subtle-red-button, .modal-footer .btn-group .subtle-blue-button + .subtle-red-button, .modal-footer .btn-group .red-button + .subtle-red-button, .modal-footer .btn-group .subtle-red-button + .subtle-red-button, .modal-footer .btn-group .subtle-red-button-full + .subtle-red-button, .modal-footer .btn-group .property-search.block.quick button + .subtle-red-button, .property-search.block.quick .modal-footer .btn-group button + .subtle-red-button, .modal-footer .btn-group .ni-ui.home .search-button + .subtle-red-button, .ni-ui.home .modal-footer .btn-group .search-button + .subtle-red-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .subtle-red-button, .modal-footer .btn-group .btn-primary + .subtle-red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .subtle-red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .subtle-red-button, .modal-footer .btn-group .expand-button + .subtle-red-button, .modal-footer .btn-group .red-button-full + .subtle-red-button, .modal-footer .btn-group .btn-blog + .subtle-red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .subtle-red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .subtle-red-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .subtle-red-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .subtle-red-button, .modal-footer .btn-group .btn + .subtle-red-button-full, .modal-footer .btn-group .btn-default + .subtle-red-button-full, .modal-footer .btn-group .blue-button + .subtle-red-button-full, .modal-footer .btn-group .blue-button-full + .subtle-red-button-full, .modal-footer .btn-group .subtle-blue-button + .subtle-red-button-full, .modal-footer .btn-group .red-button + .subtle-red-button-full, .modal-footer .btn-group .subtle-red-button + .subtle-red-button-full, .modal-footer .btn-group .subtle-red-button-full + .subtle-red-button-full, .modal-footer .btn-group .property-search.block.quick button + .subtle-red-button-full, .property-search.block.quick .modal-footer .btn-group button + .subtle-red-button-full, .modal-footer .btn-group .ni-ui.home .search-button + .subtle-red-button-full, .ni-ui.home .modal-footer .btn-group .search-button + .subtle-red-button-full, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .subtle-red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .subtle-red-button-full, .modal-footer .btn-group .btn-primary + .subtle-red-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .subtle-red-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .subtle-red-button-full, .modal-footer .btn-group .expand-button + .subtle-red-button-full, .modal-footer .btn-group .red-button-full + .subtle-red-button-full, .modal-footer .btn-group .btn-blog + .subtle-red-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .subtle-red-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .subtle-red-button-full, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .subtle-red-button-full, .modal-footer .btn-group .property-search.block.quick .btn + button, .property-search.block.quick .modal-footer .btn-group .btn + button, .modal-footer .btn-group .property-search.block.quick .btn-default + button, .property-search.block.quick .modal-footer .btn-group .btn-default + button, .modal-footer .btn-group .property-search.block.quick .blue-button + button, .property-search.block.quick .modal-footer .btn-group .blue-button + button, .modal-footer .btn-group .property-search.block.quick .blue-button-full + button, .property-search.block.quick .modal-footer .btn-group .blue-button-full + button, .modal-footer .btn-group .property-search.block.quick .subtle-blue-button + button, .property-search.block.quick .modal-footer .btn-group .subtle-blue-button + button, .modal-footer .btn-group .property-search.block.quick .red-button + button, .property-search.block.quick .modal-footer .btn-group .red-button + button, .modal-footer .btn-group .property-search.block.quick .subtle-red-button + button, .property-search.block.quick .modal-footer .btn-group .subtle-red-button + button, .modal-footer .btn-group .property-search.block.quick .subtle-red-button-full + button, .property-search.block.quick .modal-footer .btn-group .subtle-red-button-full + button, .modal-footer .btn-group .property-search.block.quick button + button, .property-search.block.quick .modal-footer .btn-group button + button, .modal-footer .btn-group .ni-ui.home .property-search.block.quick .search-button + button, .property-search.block.quick .modal-footer .btn-group .ni-ui.home .search-button + button, .ni-ui.home .modal-footer .btn-group .property-search.block.quick .search-button + button, .property-search.block.quick .ni-ui.home .modal-footer .btn-group .search-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .modal-footer .btn-group button + button, .modal-footer .btn-group .property-search.block.quick .btn-primary + button, .property-search.block.quick .modal-footer .btn-group .btn-primary + button, .modal-footer .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.back + button, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick a.back + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer .btn-group a.back + button, .modal-footer .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.add-to + button, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick a.add-to + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + button, .modal-footer .btn-group .property-search.block.quick .expand-button + button, .property-search.block.quick .modal-footer .btn-group .expand-button + button, .modal-footer .btn-group .property-search.block.quick .red-button-full + button, .property-search.block.quick .modal-footer .btn-group .red-button-full + button, .modal-footer .btn-group .property-search.block.quick .btn-blog + button, .property-search.block.quick .modal-footer .btn-group .btn-blog + button, .modal-footer .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.specialist + button, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick a.specialist + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + button, .modal-footer .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.enquire + button, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick a.enquire + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + button, .modal-footer .btn-group body > .properties.details .cta-buttons .property-search.block.quick a.book + button, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick a.book + button, .property-search.block.quick body > .properties.details .cta-buttons .modal-footer .btn-group a.book + button, .modal-footer .btn-group .ni-ui.home .btn + .search-button, .ni-ui.home .modal-footer .btn-group .btn + .search-button, .modal-footer .btn-group .ni-ui.home .btn-default + .search-button, .ni-ui.home .modal-footer .btn-group .btn-default + .search-button, .modal-footer .btn-group .ni-ui.home .blue-button + .search-button, .ni-ui.home .modal-footer .btn-group .blue-button + .search-button, .modal-footer .btn-group .ni-ui.home .blue-button-full + .search-button, .ni-ui.home .modal-footer .btn-group .blue-button-full + .search-button, .modal-footer .btn-group .ni-ui.home .subtle-blue-button + .search-button, .ni-ui.home .modal-footer .btn-group .subtle-blue-button + .search-button, .modal-footer .btn-group .ni-ui.home .red-button + .search-button, .ni-ui.home .modal-footer .btn-group .red-button + .search-button, .modal-footer .btn-group .ni-ui.home .subtle-red-button + .search-button, .ni-ui.home .modal-footer .btn-group .subtle-red-button + .search-button, .modal-footer .btn-group .ni-ui.home .subtle-red-button-full + .search-button, .ni-ui.home .modal-footer .btn-group .subtle-red-button-full + .search-button, .modal-footer .btn-group .property-search.block.quick .ni-ui.home button + .search-button, .ni-ui.home .modal-footer .btn-group .property-search.block.quick button + .search-button, .property-search.block.quick .modal-footer .btn-group .ni-ui.home button + .search-button, .ni-ui.home .property-search.block.quick .modal-footer .btn-group button + .search-button, .modal-footer .btn-group .ni-ui.home .search-button + .search-button, .ni-ui.home .modal-footer .btn-group .search-button + .search-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .search-button, .modal-footer .btn-group .ni-ui.home .btn-primary + .search-button, .ni-ui.home .modal-footer .btn-group .btn-primary + .search-button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home a.back + .search-button, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .search-button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home a.back + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .search-button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home a.add-to + .search-button, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .search-button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home a.add-to + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .search-button, .modal-footer .btn-group .ni-ui.home .expand-button + .search-button, .ni-ui.home .modal-footer .btn-group .expand-button + .search-button, .modal-footer .btn-group .ni-ui.home .red-button-full + .search-button, .ni-ui.home .modal-footer .btn-group .red-button-full + .search-button, .modal-footer .btn-group .ni-ui.home .btn-blog + .search-button, .ni-ui.home .modal-footer .btn-group .btn-blog + .search-button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home a.specialist + .search-button, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .search-button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home a.specialist + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .search-button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home a.enquire + .search-button, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .search-button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home a.enquire + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .search-button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home a.book + .search-button, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .search-button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home a.book + .search-button, .ni-ui.home body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .search-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .btn + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-default + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .btn-default + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .blue-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .blue-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .blue-button-full + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-blue-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .subtle-blue-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .red-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .subtle-red-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .subtle-red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .subtle-red-button-full + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .modal-footer .btn-group .property-search.block.quick button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block.quick .modal-footer .btn-group button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .modal-footer .btn-group .search-area .property-search.block .search-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .search-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-primary + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .btn-primary + button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons a.back + button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.back + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer .btn-group a.back + button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.add-to + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .expand-button + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .expand-button + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .red-button-full + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .red-button-full + button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-blog + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group .btn-blog + button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.specialist + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.enquire + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + button, .modal-footer .btn-group body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons a.book + button, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block a.book + button, .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons .modal-footer .btn-group a.book + button, .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .btn-default + .btn-primary, .modal-footer .btn-group .blue-button + .btn-primary, .modal-footer .btn-group .blue-button-full + .btn-primary, .modal-footer .btn-group .subtle-blue-button + .btn-primary, .modal-footer .btn-group .red-button + .btn-primary, .modal-footer .btn-group .subtle-red-button + .btn-primary, .modal-footer .btn-group .subtle-red-button-full + .btn-primary, .modal-footer .btn-group .property-search.block.quick button + .btn-primary, .property-search.block.quick .modal-footer .btn-group button + .btn-primary, .modal-footer .btn-group .ni-ui.home .search-button + .btn-primary, .ni-ui.home .modal-footer .btn-group .search-button + .btn-primary, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-primary, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .btn-primary, .modal-footer .btn-group .btn-primary + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .btn-primary, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .btn-primary, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .btn-primary, .modal-footer .btn-group .expand-button + .btn-primary, .modal-footer .btn-group .red-button-full + .btn-primary, .modal-footer .btn-group .btn-blog + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .btn-primary, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .btn-primary, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .btn-primary, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .btn-primary, .modal-footer .btn-group body > .properties.details .cta-buttons .btn + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .btn + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-default + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-default + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button-full + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-blue-button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button-full + a.back, .modal-footer .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick button + a.back, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer .btn-group button + a.back, .modal-footer .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home .search-button + a.back, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons .search-button + a.back, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .btn-group .search-button + a.back, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.back, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons button + a.back, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-primary + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-primary + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .expand-button + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .expand-button + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button-full + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-blog + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-blog + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + a.back, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + a.back, .modal-footer .btn-group body > .properties.details .cta-buttons .btn + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .btn + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-default + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-default + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button-full + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-blue-button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button-full + a.add-to, .modal-footer .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick button + a.add-to, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer .btn-group button + a.add-to, .modal-footer .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home .search-button + a.add-to, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons .search-button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .btn-group .search-button + a.add-to, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.add-to, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons button + a.add-to, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-primary + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-primary + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .expand-button + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .expand-button + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button-full + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-blog + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-blog + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + a.add-to, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + a.add-to, .modal-footer .btn-group .btn + .expand-button, .modal-footer .btn-group .btn-default + .expand-button, .modal-footer .btn-group .blue-button + .expand-button, .modal-footer .btn-group .blue-button-full + .expand-button, .modal-footer .btn-group .subtle-blue-button + .expand-button, .modal-footer .btn-group .red-button + .expand-button, .modal-footer .btn-group .subtle-red-button + .expand-button, .modal-footer .btn-group .subtle-red-button-full + .expand-button, .modal-footer .btn-group .property-search.block.quick button + .expand-button, .property-search.block.quick .modal-footer .btn-group button + .expand-button, .modal-footer .btn-group .ni-ui.home .search-button + .expand-button, .ni-ui.home .modal-footer .btn-group .search-button + .expand-button, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .expand-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .expand-button, .modal-footer .btn-group .btn-primary + .expand-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .expand-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .expand-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .expand-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .expand-button, .modal-footer .btn-group .expand-button + .expand-button, .modal-footer .btn-group .red-button-full + .expand-button, .modal-footer .btn-group .btn-blog + .expand-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .expand-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .expand-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .expand-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .expand-button, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .expand-button, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .expand-button,
  .modal-footer .btn-group .btn + .red-button-full,
  .modal-footer .btn-group .btn-default + .red-button-full,
  .modal-footer .btn-group .blue-button + .red-button-full,
  .modal-footer .btn-group .blue-button-full + .red-button-full,
  .modal-footer .btn-group .subtle-blue-button + .red-button-full,
  .modal-footer .btn-group .red-button + .red-button-full,
  .modal-footer .btn-group .subtle-red-button + .red-button-full,
  .modal-footer .btn-group .subtle-red-button-full + .red-button-full,
  .modal-footer .btn-group .property-search.block.quick button + .red-button-full, .property-search.block.quick .modal-footer .btn-group button + .red-button-full,
  .modal-footer .btn-group .ni-ui.home .search-button + .red-button-full, .ni-ui.home .modal-footer .btn-group .search-button + .red-button-full,
  .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .red-button-full, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .red-button-full,
  .modal-footer .btn-group .btn-primary + .red-button-full,
  .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .red-button-full,
  .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .red-button-full,
  .modal-footer .btn-group .expand-button + .red-button-full,
  .modal-footer .btn-group .red-button-full + .red-button-full,
  .modal-footer .btn-group .btn-blog + .red-button-full,
  .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .red-button-full,
  .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .red-button-full,
  .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .red-button-full, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .red-button-full, .modal-footer .btn-group .btn + .btn-blog, .modal-footer .btn-group .btn-default + .btn-blog, .modal-footer .btn-group .blue-button + .btn-blog, .modal-footer .btn-group .blue-button-full + .btn-blog, .modal-footer .btn-group .subtle-blue-button + .btn-blog, .modal-footer .btn-group .red-button + .btn-blog, .modal-footer .btn-group .subtle-red-button + .btn-blog, .modal-footer .btn-group .subtle-red-button-full + .btn-blog, .modal-footer .btn-group .property-search.block.quick button + .btn-blog, .property-search.block.quick .modal-footer .btn-group button + .btn-blog, .modal-footer .btn-group .ni-ui.home .search-button + .btn-blog, .ni-ui.home .modal-footer .btn-group .search-button + .btn-blog, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + .btn-blog, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + .btn-blog, .modal-footer .btn-group .btn-primary + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + .btn-blog, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + .btn-blog, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + .btn-blog, .modal-footer .btn-group .expand-button + .btn-blog, .modal-footer .btn-group .red-button-full + .btn-blog, .modal-footer .btn-group .btn-blog + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + .btn-blog, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + .btn-blog, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + .btn-blog, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + .btn-blog, .modal-footer .btn-group body > .properties.details .cta-buttons .btn + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .btn + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-default + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-default + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button-full + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-blue-button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button-full + a.specialist, .modal-footer .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick button + a.specialist, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer .btn-group button + a.specialist, .modal-footer .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home .search-button + a.specialist, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons .search-button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .btn-group .search-button + a.specialist, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.specialist, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons button + a.specialist, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-primary + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-primary + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .expand-button + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .expand-button + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button-full + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-blog + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-blog + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + a.specialist, .modal-footer .btn-group body > .properties.details .cta-buttons .btn + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .btn + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-default + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-default + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button-full + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-blue-button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button-full + a.enquire, .modal-footer .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick button + a.enquire, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer .btn-group button + a.enquire, .modal-footer .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home .search-button + a.enquire, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons .search-button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .btn-group .search-button + a.enquire, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.enquire, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons button + a.enquire, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-primary + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-primary + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .expand-button + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .expand-button + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button-full + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-blog + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-blog + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + a.enquire, .modal-footer .btn-group body > .properties.details .cta-buttons .btn + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .btn + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-default + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-default + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .blue-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .blue-button-full + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-blue-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-blue-button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .subtle-red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .subtle-red-button-full + a.book, .modal-footer .btn-group .property-search.block.quick body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .property-search.block.quick button + a.book, .property-search.block.quick .modal-footer .btn-group body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .property-search.block.quick .modal-footer .btn-group button + a.book, .modal-footer .btn-group .ni-ui.home body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home .search-button + a.book, .ni-ui.home .modal-footer .btn-group body > .properties.details .cta-buttons .search-button + a.book, body > .properties.details .cta-buttons .ni-ui.home .modal-footer .btn-group .search-button + a.book, .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .ni-ui.home.no-edit-mode .search-area .property-search.block button + a.book, .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group body > .properties.details .cta-buttons button + a.book, body > .properties.details .cta-buttons .ni-ui.home.no-edit-mode .search-area .property-search.block .modal-footer .btn-group button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-primary + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-primary + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons a.back + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group a.back + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons a.add-to + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group a.add-to + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .expand-button + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .expand-button + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .red-button-full + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons .btn-blog + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group .btn-blog + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons a.specialist + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group a.specialist + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons a.enquire + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group a.enquire + a.book, .modal-footer .btn-group body > .properties.details .cta-buttons a.book + a.book, body > .properties.details .cta-buttons .modal-footer .btn-group a.book + a.book {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .modal-footer .blue-button-full + .btn-block, .modal-footer .red-button-full + .btn-block, .modal-footer .subtle-red-button-full + .btn-block, .modal-footer body > .properties.details .cta-buttons a.back + .btn-block, body > .properties.details .cta-buttons .modal-footer a.back + .btn-block, .modal-footer body > .properties.details .cta-buttons a.specialist + .btn-block, body > .properties.details .cta-buttons .modal-footer a.specialist + .btn-block, .modal-footer body > .properties.details .cta-buttons a.enquire + .btn-block, body > .properties.details .cta-buttons .modal-footer a.enquire + .btn-block, .modal-footer body > .properties.details .cta-buttons a.add-to + .btn-block, body > .properties.details .cta-buttons .modal-footer a.add-to + .btn-block, .modal-footer body > .properties.details .cta-buttons a.book + .btn-block, body > .properties.details .cta-buttons .modal-footer a.book + .btn-block, .modal-footer .btn-block + .blue-button-full, .modal-footer .blue-button-full + .blue-button-full, .modal-footer .red-button-full + .blue-button-full, .modal-footer .subtle-red-button-full + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.back + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.specialist + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.enquire + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.add-to + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .blue-button-full, .modal-footer body > .properties.details .cta-buttons a.book + .blue-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .blue-button-full,
  .modal-footer .btn-block + .red-button-full,
  .modal-footer .blue-button-full + .red-button-full,
  .modal-footer .red-button-full + .red-button-full,
  .modal-footer .subtle-red-button-full + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.back + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.specialist + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.enquire + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.add-to + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .red-button-full,
  .modal-footer body > .properties.details .cta-buttons a.book + .red-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .red-button-full, .modal-footer .btn-block + .subtle-red-button-full, .modal-footer .blue-button-full + .subtle-red-button-full, .modal-footer .red-button-full + .subtle-red-button-full, .modal-footer .subtle-red-button-full + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.back + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.back + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.specialist + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.specialist + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.enquire + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.enquire + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.add-to + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.add-to + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons a.book + .subtle-red-button-full, body > .properties.details .cta-buttons .modal-footer a.book + .subtle-red-button-full, .modal-footer body > .properties.details .cta-buttons .btn-block + a.back, body > .properties.details .cta-buttons .modal-footer .btn-block + a.back, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.back, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.back, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.back, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.back, .modal-footer body > .properties.details .cta-buttons a.back + a.back, body > .properties.details .cta-buttons .modal-footer a.back + a.back, .modal-footer body > .properties.details .cta-buttons a.specialist + a.back, body > .properties.details .cta-buttons .modal-footer a.specialist + a.back, .modal-footer body > .properties.details .cta-buttons a.enquire + a.back, body > .properties.details .cta-buttons .modal-footer a.enquire + a.back, .modal-footer body > .properties.details .cta-buttons a.add-to + a.back, body > .properties.details .cta-buttons .modal-footer a.add-to + a.back, .modal-footer body > .properties.details .cta-buttons a.book + a.back, body > .properties.details .cta-buttons .modal-footer a.book + a.back, .modal-footer body > .properties.details .cta-buttons .btn-block + a.specialist, body > .properties.details .cta-buttons .modal-footer .btn-block + a.specialist, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.specialist, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.specialist, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.specialist, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.specialist, .modal-footer body > .properties.details .cta-buttons a.back + a.specialist, body > .properties.details .cta-buttons .modal-footer a.back + a.specialist, .modal-footer body > .properties.details .cta-buttons a.specialist + a.specialist, body > .properties.details .cta-buttons .modal-footer a.specialist + a.specialist, .modal-footer body > .properties.details .cta-buttons a.enquire + a.specialist, body > .properties.details .cta-buttons .modal-footer a.enquire + a.specialist, .modal-footer body > .properties.details .cta-buttons a.add-to + a.specialist, body > .properties.details .cta-buttons .modal-footer a.add-to + a.specialist, .modal-footer body > .properties.details .cta-buttons a.book + a.specialist, body > .properties.details .cta-buttons .modal-footer a.book + a.specialist, .modal-footer body > .properties.details .cta-buttons .btn-block + a.enquire, body > .properties.details .cta-buttons .modal-footer .btn-block + a.enquire, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.enquire, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.enquire, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.enquire, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.enquire, .modal-footer body > .properties.details .cta-buttons a.back + a.enquire, body > .properties.details .cta-buttons .modal-footer a.back + a.enquire, .modal-footer body > .properties.details .cta-buttons a.specialist + a.enquire, body > .properties.details .cta-buttons .modal-footer a.specialist + a.enquire, .modal-footer body > .properties.details .cta-buttons a.enquire + a.enquire, body > .properties.details .cta-buttons .modal-footer a.enquire + a.enquire, .modal-footer body > .properties.details .cta-buttons a.add-to + a.enquire, body > .properties.details .cta-buttons .modal-footer a.add-to + a.enquire, .modal-footer body > .properties.details .cta-buttons a.book + a.enquire, body > .properties.details .cta-buttons .modal-footer a.book + a.enquire, .modal-footer body > .properties.details .cta-buttons .btn-block + a.add-to, body > .properties.details .cta-buttons .modal-footer .btn-block + a.add-to, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.add-to, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.add-to, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.add-to, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.add-to, .modal-footer body > .properties.details .cta-buttons a.back + a.add-to, body > .properties.details .cta-buttons .modal-footer a.back + a.add-to, .modal-footer body > .properties.details .cta-buttons a.specialist + a.add-to, body > .properties.details .cta-buttons .modal-footer a.specialist + a.add-to, .modal-footer body > .properties.details .cta-buttons a.enquire + a.add-to, body > .properties.details .cta-buttons .modal-footer a.enquire + a.add-to, .modal-footer body > .properties.details .cta-buttons a.add-to + a.add-to, body > .properties.details .cta-buttons .modal-footer a.add-to + a.add-to, .modal-footer body > .properties.details .cta-buttons a.book + a.add-to, body > .properties.details .cta-buttons .modal-footer a.book + a.add-to, .modal-footer body > .properties.details .cta-buttons .btn-block + a.book, body > .properties.details .cta-buttons .modal-footer .btn-block + a.book, .modal-footer body > .properties.details .cta-buttons .blue-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .blue-button-full + a.book, .modal-footer body > .properties.details .cta-buttons .red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .red-button-full + a.book, .modal-footer body > .properties.details .cta-buttons .subtle-red-button-full + a.book, body > .properties.details .cta-buttons .modal-footer .subtle-red-button-full + a.book, .modal-footer body > .properties.details .cta-buttons a.back + a.book, body > .properties.details .cta-buttons .modal-footer a.back + a.book, .modal-footer body > .properties.details .cta-buttons a.specialist + a.book, body > .properties.details .cta-buttons .modal-footer a.specialist + a.book, .modal-footer body > .properties.details .cta-buttons a.enquire + a.book, body > .properties.details .cta-buttons .modal-footer a.enquire + a.book, .modal-footer body > .properties.details .cta-buttons a.add-to + a.book, body > .properties.details .cta-buttons .modal-footer a.add-to + a.book, .modal-footer body > .properties.details .cta-buttons a.book + a.book, body > .properties.details .cta-buttons .modal-footer a.book + a.book {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .btn-default, .carousel-caption .blue-button, .carousel-caption .blue-button-full, .carousel-caption .subtle-blue-button, .carousel-caption .red-button, .carousel-caption .subtle-red-button, .carousel-caption .subtle-red-button-full, .carousel-caption .property-search.block.quick button, .property-search.block.quick .carousel-caption button, .carousel-caption .ni-ui.home .search-button, .ni-ui.home .carousel-caption .search-button, .carousel-caption .ni-ui.home.no-edit-mode .search-area .property-search.block button, .ni-ui.home.no-edit-mode .search-area .property-search.block .carousel-caption button, .carousel-caption .btn-primary, .carousel-caption body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons .carousel-caption a.back, .carousel-caption body > .properties.details .cta-buttons a.add-to, body > .properties.details .cta-buttons .carousel-caption a.add-to, .carousel-caption .expand-button,
  .carousel-caption .red-button-full, .carousel-caption .btn-blog, .carousel-caption body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons .carousel-caption a.specialist, .carousel-caption body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons .carousel-caption a.enquire, .carousel-caption body > .properties.details .cta-buttons a.book, body > .properties.details .cta-buttons .carousel-caption a.book {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, ul.property-list:before, .property-features:before, .property-search.block.normal form:before, body > .search #filter-header:before, body > .search .search-sort:before, body > .properties.details .details-content:before, body > .properties.details .text-content:before, body > .properties.details .map-buttons:before, body > .properties.details .extra:before, body > .properties.details .cta-buttons:before, .clearfix:after, ul.property-list:after, .property-features:after, .property-search.block.normal form:after, body > .search #filter-header:after, body > .search .search-sort:after, body > .properties.details .details-content:after, body > .properties.details .text-content:after, body > .properties.details .map-buttons:after, body > .properties.details .extra:after, body > .properties.details .cta-buttons:after {
  content: " ";
  display: table; }

.clearfix:after, ul.property-list:after, .property-features:after, .property-search.block.normal form:after, body > .search #filter-header:after, body > .search .search-sort:after, body > .properties.details .details-content:after, body > .properties.details .text-content:after, body > .properties.details .map-buttons:after, body > .properties.details .extra:after, body > .properties.details .cta-buttons:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

#sm-check {
  display: none; }
  @media (min-width: 768px) {
    #sm-check {
      display: block; } }

#md-check {
  display: none; }
  @media (min-width: 992px) {
    #md-check {
      display: block; } }

#lg-check {
  display: none; }
  @media (min-width: 1200px) {
    #lg-check {
      display: block; } }

#xl-check {
  display: none; }
  @media (min-width: 1920px) {
    #xl-check {
      display: block; } }

@media (max-width: 767px) {
  #ui-datepicker-div {
    z-index: 2000 !important; } }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

@media (max-width: 1199px) {
  img {
    height: auto;
    max-width: 100%; } }

span.strike {
  text-decoration: line-through; }

.full-width-images img {
  width: 100%; }

.ni-ui input.hasDatepicker {
  cursor: pointer; }

html.js img.aplhri {
  opacity: 0; }
  html.js img.aplhri.loaded {
    transition: opacity 300ms ease;
    opacity: 1; }

html, body {
  font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400 !important; }

#ccm-block-fields h2, #ccm-block-fields h3, #ccm-block-fields h4, #ccm-block-fields h5 {
  font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ni-ui {
  color: #3b3b3c;
  margin-top: 64px; }
  .ni-ui.home {
    margin-top: 0; }
  .landingpage .ni-ui {
    margin-top: 0; }
  .ni-ui .title, .ni-ui .main-content h1, .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui section.how-it-works .title, section.how-it-works .ni-ui .title, .ni-ui section.meet-the-team .title, section.meet-the-team .ni-ui .title, .ni-ui .team-list .team-member .name, .team-list .team-member .ni-ui .name {
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    clear: both; }
  .ni-ui .title-main {
    clear: both;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .ni-ui .title-main:before {
        border: 1px solid #00625a;
        width: 100px;
        margin: 10px;
        content: " ";
        display: inline-block; }
      .ni-ui .title-main:after {
        border: 1px solid #00625a;
        width: 100px;
        margin: 10px;
        content: " ";
        display: inline-block; } }
  .ni-ui aside section > h2.title-main {
    margin: 20px 0; }
    .ni-ui aside section > h2.title-main:before, .ni-ui aside section > h2.title-main:after {
      display: none; }
  .ni-ui .property-list .title-main:before, .ni-ui .property-list .title-main:after {
    width: 50px; }
  .ni-ui .enquire-button {
    text-transform: uppercase;
    font-weight: normal;
    background: #ffffff;
    color: #db0a5b;
    border-radius: 20px;
    padding: 2px 14px; }
    .ni-ui .enquire-button:hover {
      text-decoration: none; }
  .ni-ui .add-fave {
    display: inline-block;
    background: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-radius: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px; }
    .ni-ui .add-fave.active, .ni-ui .add-fave:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .ni-ui .favourites-modal .actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 0 15px; }
    .ni-ui .favourites-modal .actions .fn_fav-share-toolbox {
      display: flex;
      align-items: center;
      vertical-align: middle;
      margin: 10px 0; }
      .ni-ui .favourites-modal .actions .fn_fav-share-toolbox a {
        line-height: 1; }
      .ni-ui .favourites-modal .actions .fn_fav-share-toolbox .message {
        float: left;
        line-height: 32px;
        margin-right: 5px; }
    .ni-ui .favourites-modal .actions .btn-primary, .ni-ui .favourites-modal .actions body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons .ni-ui .favourites-modal .actions a.back, .ni-ui .favourites-modal .actions body > .properties.details .cta-buttons a.add-to, body > .properties.details .cta-buttons .ni-ui .favourites-modal .actions a.add-to {
      margin-left: auto; }
  .ni-ui .icon-button-primary {
    padding: 10px 30px 10px 40px;
    background-color: #00625a;
    white-space: nowrap;
    text-align: left; }
    .ni-ui .icon-button-primary, .ni-ui .icon-button-primary:hover, .ni-ui .icon-button-primary:focus {
      color: #fff;
      text-decoration: none; }
  .ni-ui .add-fav-txt::after {
    content: 'Add to Favourites'; }
  .ni-ui .add-fav-txt.active::after {
    content: 'Remove favourite'; }

#main-modal .modal-header {
  background: #00625a;
  color: #ffffff; }

#main-modal .modal-list {
  margin-bottom: 0; }

#main-modal .modal-footer {
  padding: 15px; }

section {
  padding-top: 60px;
  padding-bottom: 30px; }

aside.col-sm-4 section {
  padding-top: 0px;
  padding-bottom: 0px; }

.no-pad {
  padding: 0 !important; }

.btn, .btn-default, .blue-button, .blue-button-full, .subtle-blue-button, .red-button, .subtle-red-button, .subtle-red-button-full, .property-search.block.quick button, .ni-ui.home .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button, .btn-primary, body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons a.add-to, .expand-button,
.red-button-full, .btn-blog, body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons a.book {
  border-radius: 10rem;
  border-width: 0;
  border-style: none; }

.btn-secondary, .btn-blog, body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons a.enquire {
  background-color: #e0caa9;
  color: #fff;
  border-color: #d2b384; }
  .btn-secondary:hover, .btn-blog:hover, body > .properties.details .cta-buttons a.specialist:hover, body > .properties.details .cta-buttons a.enquire:hover {
    color: #fff;
    background-color: #d2b384; }

.error-page {
  min-height: 40vh;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

.hero-image {
  text-align: center; }

.ni-ui .icon-info {
  border: 1px solid #ffffff;
  border-radius: 20px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 16px; }

.ni-ui .icon-fave {
  font-size: 27px;
  line-height: 40px; }
  .ni-ui .icon-fave::before {
    margin: 0; }

.ni-ui .active .icon-fave::before {
  color: #db0a5b; }

.ni-ui .icon-fave-white {
  background: url(../images/sprite.png) no-repeat 0px -220px transparent;
  display: inline-block;
  width: 33px;
  height: 30px; }

.ni-ui .icon-arrow-right {
  background: url(../images/sprite.png) no-repeat 0px -38px transparent;
  display: inline-block;
  width: 10px;
  height: 18px; }

.ni-ui .icon-telephone {
  background: url(../images/sprite.png) no-repeat 0px -56px transparent;
  display: inline-block;
  width: 47px;
  height: 34px; }

.ni-ui .icon-twitter {
  background: url(../images/sprite.png) no-repeat 0px -90px transparent;
  display: inline-block;
  width: 66px;
  height: 65px;
  color: transparent !important; }

.ni-ui .icon-facebook {
  background: url(../images/sprite.png) no-repeat 0px -155px transparent;
  display: inline-block;
  width: 66px;
  height: 65px;
  color: transparent !important; }

[class^="block-icon-"]::before, [class*=" block-icon-"]::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  text-decoration: inherit;
  clear: both;
  margin: 20px auto;
  display: block;
  font-size: 3em; }

[class^="icon-"]::before, [class*=" icon-"]::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  text-decoration: inherit;
  margin-right: 10px; }

.icon-heart::before, .ni-ui .active .icon-fave::before {
  content: "\f004"; }

.icon-heart-o::before, .ni-ui .icon-fave::before {
  content: "\f08a"; }

.icon-phone::before {
  content: "\f095"; }

.icon-fax::before {
  content: "\f1ac"; }

.icon-envelope::before {
  content: "\f0e0"; }

.icon-chevron-circle-right::before {
  content: "\f138"; }

.icon-chevron-circle-left::before {
  content: "\f137"; }

.icon-eye::before {
  content: "\f06e"; }

.icon-list-all::before {
  content: "\f022"; }

.icon-search::before {
  content: "\f002"; }

.icon-comments-o::before {
  content: "\f0e6"; }

.icon-close::before {
  content: "\f00d"; }

.block-icon-heart::before {
  content: "\f004"; }

.block-icon-phone::before {
  content: "\f095"; }

.block-icon-fax::before {
  content: "\f1ac"; }

.block-icon-envelope::before {
  content: "\f0e0"; }

.block-icon-chevron-circle-right::before {
  content: "\f138"; }

.block-icon-sign-in::before {
  content: "\f090"; }

.block-icon-sign-out::before {
  content: "\f08b"; }

.block-icon-box::before {
  content: "\f16b"; }

.block-icon-star-o::before {
  content: "\f006 "; }

.block-icon-pencil::before {
  content: "\f040 "; }

.block-icon-hand-o-right::before {
  content: "\f0a4 "; }

.block-icon-house::before {
  content: url("../images/house1.svg");
  width: 59px; }

.block-icon-key::before {
  content: url("../images/keys1.svg");
  width: 30px; }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.collapsible-favs > header button, .property-search.block.normal #dates input, .ni-ui.home.no-edit-mode #close-expanded, body > .search select, body > .search #filter-header button, body > .properties.details #showMap, body > .properties.details #hideMap {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .collapsible-favs > header button::-ms-expand, .property-search.block.normal #dates input::-ms-expand, .ni-ui.home.no-edit-mode #close-expanded::-ms-expand, body > .search select::-ms-expand, body > .search #filter-header button::-ms-expand, body > .properties.details #showMap::-ms-expand, body > .properties.details #hideMap::-ms-expand {
    display: none; }

.property-features ul.features li, body > .properties.details .featured li {
  width: 45px;
  height: 35px;
  position: relative;
  display: inline-block;
  list-style: none;
  line-height: 0;
  background-image: url(../images/feature-icons.png);
  background-size: 945px; }
  .property-features ul.features li.wifi, body > .properties.details .featured li.wifi {
    margin-left: -5px;
    margin-right: -5px; }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.property-search.block.normal #dates span, body > .search select {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
  background-image: url(../images/dropdown-arrow-black.png); }

.btn, .btn-default, .blue-button, .blue-button-full, .subtle-blue-button, .red-button, .subtle-red-button, .subtle-red-button-full, .property-search.block.quick button, .ni-ui.home .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button, .btn-primary, body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons a.add-to, .expand-button,
.red-button-full, .btn-blog, body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons a.book {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 10rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn-default:focus, .blue-button:focus, .blue-button-full:focus, .subtle-blue-button:focus, .red-button:focus, .subtle-red-button:focus, .subtle-red-button-full:focus, .property-search.block.quick button:focus, .ni-ui.home .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus, .btn-primary:focus, body > .properties.details .cta-buttons a.back:focus, body > .properties.details .cta-buttons a.add-to:focus, .expand-button:focus,
  .red-button-full:focus, .btn-blog:focus, body > .properties.details .cta-buttons a.specialist:focus, body > .properties.details .cta-buttons a.enquire:focus, body > .properties.details .cta-buttons a.book:focus, .btn:active:focus, .btn-default:active:focus, .blue-button:active:focus, .blue-button-full:active:focus, .subtle-blue-button:active:focus, .red-button:active:focus, .subtle-red-button:active:focus, .subtle-red-button-full:active:focus, .property-search.block.quick button:active:focus, .ni-ui.home .search-button:active:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active:focus, .btn-primary:active:focus, body > .properties.details .cta-buttons a.back:active:focus, body > .properties.details .cta-buttons a.add-to:active:focus, .expand-button:active:focus,
  .red-button-full:active:focus, .btn-blog:active:focus, body > .properties.details .cta-buttons a.specialist:active:focus, body > .properties.details .cta-buttons a.enquire:active:focus, body > .properties.details .cta-buttons a.book:active:focus, .btn.active:focus, .active.btn-default:focus, .active.blue-button:focus, .active.blue-button-full:focus, .active.subtle-blue-button:focus, .active.red-button:focus, .active.subtle-red-button:focus, .active.subtle-red-button-full:focus, .property-search.block.quick button.active:focus, .ni-ui.home .active.search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active:focus, .active.btn-primary:focus, body > .properties.details .cta-buttons a.active.back:focus, body > .properties.details .cta-buttons a.active.add-to:focus, .active.expand-button:focus,
  .active.red-button-full:focus, .active.btn-blog:focus, body > .properties.details .cta-buttons a.active.specialist:focus, body > .properties.details .cta-buttons a.active.enquire:focus, body > .properties.details .cta-buttons a.active.book:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn-default:hover, .blue-button:hover, .blue-button-full:hover, .subtle-blue-button:hover, .red-button:hover, .subtle-red-button:hover, .subtle-red-button-full:hover, .property-search.block.quick button:hover, .ni-ui.home .search-button:hover, .ni-ui.home.no-edit-mode .search-area .property-search.block button:hover, .btn-primary:hover, body > .properties.details .cta-buttons a.back:hover, body > .properties.details .cta-buttons a.add-to:hover, .expand-button:hover,
  .red-button-full:hover, .btn-blog:hover, body > .properties.details .cta-buttons a.specialist:hover, body > .properties.details .cta-buttons a.enquire:hover, body > .properties.details .cta-buttons a.book:hover, .btn:focus, .btn-default:focus, .blue-button:focus, .blue-button-full:focus, .subtle-blue-button:focus, .red-button:focus, .subtle-red-button:focus, .subtle-red-button-full:focus, .property-search.block.quick button:focus, .ni-ui.home .search-button:focus, .ni-ui.home.no-edit-mode .search-area .property-search.block button:focus, .btn-primary:focus, body > .properties.details .cta-buttons a.back:focus, body > .properties.details .cta-buttons a.add-to:focus, .expand-button:focus,
  .red-button-full:focus, .btn-blog:focus, body > .properties.details .cta-buttons a.specialist:focus, body > .properties.details .cta-buttons a.enquire:focus, body > .properties.details .cta-buttons a.book:focus {
    color: #3b3b3c;
    text-decoration: none; }
  .btn:active, .btn-default:active, .blue-button:active, .blue-button-full:active, .subtle-blue-button:active, .red-button:active, .subtle-red-button:active, .subtle-red-button-full:active, .property-search.block.quick button:active, .ni-ui.home .search-button:active, .ni-ui.home.no-edit-mode .search-area .property-search.block button:active, .btn-primary:active, body > .properties.details .cta-buttons a.back:active, body > .properties.details .cta-buttons a.add-to:active, .expand-button:active,
  .red-button-full:active, .btn-blog:active, body > .properties.details .cta-buttons a.specialist:active, body > .properties.details .cta-buttons a.enquire:active, body > .properties.details .cta-buttons a.book:active, .btn.active, .active.btn-default, .active.blue-button, .active.blue-button-full, .active.subtle-blue-button, .active.red-button, .active.subtle-red-button, .active.subtle-red-button-full, .property-search.block.quick button.active, .ni-ui.home .active.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.active, .active.btn-primary, body > .properties.details .cta-buttons a.active.back, body > .properties.details .cta-buttons a.active.add-to, .active.expand-button,
  .active.red-button-full, .active.btn-blog, body > .properties.details .cta-buttons a.active.specialist, body > .properties.details .cta-buttons a.active.enquire, body > .properties.details .cta-buttons a.active.book {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.btn-default, .disabled.blue-button, .disabled.blue-button-full, .disabled.subtle-blue-button, .disabled.red-button, .disabled.subtle-red-button, .disabled.subtle-red-button-full, .property-search.block.quick button.disabled, .ni-ui.home .disabled.search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button.disabled, .disabled.btn-primary, body > .properties.details .cta-buttons a.disabled.back, body > .properties.details .cta-buttons a.disabled.add-to, .disabled.expand-button,
  .disabled.red-button-full, .disabled.btn-blog, body > .properties.details .cta-buttons a.disabled.specialist, body > .properties.details .cta-buttons a.disabled.enquire, body > .properties.details .cta-buttons a.disabled.book, .btn[disabled], .btn-default[disabled], .blue-button[disabled], .blue-button-full[disabled], .subtle-blue-button[disabled], .red-button[disabled], .subtle-red-button[disabled], .subtle-red-button-full[disabled], .property-search.block.quick button[disabled], .ni-ui.home .search-button[disabled], .ni-ui.home.no-edit-mode .search-area .property-search.block button[disabled], .btn-primary[disabled], body > .properties.details .cta-buttons a.back[disabled], body > .properties.details .cta-buttons a.add-to[disabled], .expand-button[disabled],
  .red-button-full[disabled], .btn-blog[disabled], body > .properties.details .cta-buttons a.specialist[disabled], body > .properties.details .cta-buttons a.enquire[disabled], body > .properties.details .cta-buttons a.book[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .blue-button,
  fieldset[disabled] .blue-button-full,
  fieldset[disabled] .subtle-blue-button,
  fieldset[disabled] .red-button,
  fieldset[disabled] .subtle-red-button,
  fieldset[disabled] .subtle-red-button-full,
  fieldset[disabled] .property-search.block.quick button,
  .property-search.block.quick fieldset[disabled] button,
  fieldset[disabled] .ni-ui.home .search-button,
  .ni-ui.home fieldset[disabled] .search-button,
  fieldset[disabled] .ni-ui.home.no-edit-mode .search-area .property-search.block button,
  .ni-ui.home.no-edit-mode .search-area .property-search.block fieldset[disabled] button,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] body > .properties.details .cta-buttons a.back,
  body > .properties.details .cta-buttons fieldset[disabled] a.back,
  fieldset[disabled] body > .properties.details .cta-buttons a.add-to,
  body > .properties.details .cta-buttons fieldset[disabled] a.add-to,
  fieldset[disabled] .expand-button,
  fieldset[disabled] .red-button-full,
  fieldset[disabled] .btn-blog,
  fieldset[disabled] body > .properties.details .cta-buttons a.specialist,
  body > .properties.details .cta-buttons fieldset[disabled] a.specialist,
  fieldset[disabled] body > .properties.details .cta-buttons a.enquire,
  body > .properties.details .cta-buttons fieldset[disabled] a.enquire,
  fieldset[disabled] body > .properties.details .cta-buttons a.book,
  body > .properties.details .cta-buttons fieldset[disabled] a.book {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-default, .btn-group-lg > .blue-button, .btn-group-lg > .blue-button-full, .btn-group-lg > .subtle-blue-button, .btn-group-lg > .red-button, .btn-group-lg > .subtle-red-button, .btn-group-lg > .subtle-red-button-full, .btn-group-lg > .btn-primary, body > .properties.details .cta-buttons .btn-group-lg > a.back, body > .properties.details .cta-buttons .btn-group-lg > a.add-to, .btn-group-lg > .expand-button,
.btn-group-lg > .red-button-full, .btn-group-lg > .btn-blog, body > .properties.details .cta-buttons .btn-group-lg > a.specialist, body > .properties.details .cta-buttons .btn-group-lg > a.enquire, body > .properties.details .cta-buttons .btn-group-lg > a.book, .property-search.block.quick button, .ni-ui.home .red-button,
.ni-ui.home .expand-button, .ni-ui.home .search-button,
.ni-ui.home .subtle-white-button, .ni-ui.home.no-edit-mode .search-area .property-search.block button {
  padding: 10px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-default, .btn-group-sm > .blue-button, .btn-group-sm > .blue-button-full, .btn-group-sm > .subtle-blue-button, .btn-group-sm > .red-button, .btn-group-sm > .subtle-red-button, .btn-group-sm > .subtle-red-button-full, .property-search.block.quick .btn-group-sm > button, .ni-ui.home .btn-group-sm > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-sm > button, .btn-group-sm > .btn-primary, body > .properties.details .cta-buttons .btn-group-sm > a.back, body > .properties.details .cta-buttons .btn-group-sm > a.add-to, .btn-group-sm > .expand-button,
.btn-group-sm > .red-button-full, .btn-group-sm > .btn-blog, body > .properties.details .cta-buttons .btn-group-sm > a.specialist, body > .properties.details .cta-buttons .btn-group-sm > a.enquire, body > .properties.details .cta-buttons .btn-group-sm > a.book {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10rem; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn-default, .btn-group-xs > .blue-button, .btn-group-xs > .blue-button-full, .btn-group-xs > .subtle-blue-button, .btn-group-xs > .red-button, .btn-group-xs > .subtle-red-button, .btn-group-xs > .subtle-red-button-full, .property-search.block.quick .btn-group-xs > button, .ni-ui.home .btn-group-xs > .search-button, .ni-ui.home.no-edit-mode .search-area .property-search.block .btn-group-xs > button, .btn-group-xs > .btn-primary, body > .properties.details .cta-buttons .btn-group-xs > a.back, body > .properties.details .cta-buttons .btn-group-xs > a.add-to, .btn-group-xs > .expand-button,
.btn-group-xs > .red-button-full, .btn-group-xs > .btn-blog, body > .properties.details .cta-buttons .btn-group-xs > a.specialist, body > .properties.details .cta-buttons .btn-group-xs > a.enquire, body > .properties.details .cta-buttons .btn-group-xs > a.book {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10rem; }

.expand-button {
  border-color: white; }

.edit-mode .expand-button, .mceContentBody .expand-button {
  color: black;
  border-color: black; }

.ni-ui .page-footer {
  margin-top: 0px;
  position: relative;
  /*background: white;*/
  background: #3b3b3c;
  z-index: 1; }
  .ni-ui .page-footer .mc_embed_signup label {
    color: #eeeeee; }
  .ni-ui .page-footer .row-1 {
    border-top: solid 2px #00625a;
    /*background: $gray-dark;*/
    padding: 62px 20px 40px;
    /*          margin-bottom: 0px;
            padding-top: 0px;
            font-size: $font-size-large;
            section {
                padding: 0;
                margin: 0;
            }
            
            .container {
                > div {
                    text-align: left;
                    margin-bottom: 20px;
                }
            }
*/ }
  .ni-ui .page-footer .row-2 {
    /*background: $gray-dark;*/
    padding: 10px 15px 40px; }
    .ni-ui .page-footer .row-2 .container {
      border-top: 1px solid #777777;
      padding-top: 20px; }
      .ni-ui .page-footer .row-2 .container > div {
        text-align: left; }
        .ni-ui .page-footer .row-2 .container > div h4 {
          color: white; }
      .ni-ui .page-footer .row-2 .container .list-address {
        line-height: 2;
        text-transform: capitalize; }
  .ni-ui .page-footer .row-3 {
    /*background: $gray-dark;*/
    padding: 10px 20px 0 20px;
    text-align: center; }
    .ni-ui .page-footer .row-3 .container {
      border-top: 1px solid #777777;
      padding-top: 20px; }
    .ni-ui .page-footer .row-3 p {
      color: #eeeeee;
      text-transform: uppercase;
      font-size: 11px; }
  .ni-ui .page-footer .nav > li > a {
    padding: 0;
    line-height: 2; }
    .ni-ui .page-footer .nav > li > a:hover, .ni-ui .page-footer .nav > li > a:focus {
      text-decoration: underline;
      background: none; }
  .ni-ui .page-footer a {
    color: white; }

@media (min-width: 768px) {
  .ni-ui footer .row-2 .container > div {
    text-align: left; } }

ul.property-list {
  text-align: left;
  padding: 10px; }
  ul.property-list.block {
    margin: 0;
    padding: 0; }
  ul.property-list > li {
    list-style: none;
    padding: 10px; }
  ul.property-list.modal-list {
    padding: 0; }
    ul.property-list.modal-list > li {
      padding: 0; }

.collapsible-favs {
  clear: both;
  margin: 0 15px 20px; }
  .collapsible-favs > div {
    display: none; }
  .collapsible-favs > header {
    padding: 10px; }
    .collapsible-favs > header h2 {
      display: table-cell;
      width: 100%;
      font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
      font-size: 22px; }
    .collapsible-favs > header > div {
      display: table-cell;
      width: 100%;
      text-align: right; }
    .collapsible-favs > header button {
      font-size: 20px;
      padding: 0;
      margin-left: 5px;
      white-space: nowrap; }
      .collapsible-favs > header button:focus {
        outline: none; }
      .collapsible-favs > header button:after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-top: -2px;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        border: 1px solid #3b3b3c;
        border-radius: 50%;
        background-image: url(../images/dropdown-arrow-black.png);
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 400ms ease; }
      .collapsible-favs > header button:before {
        display: inline-block;
        content: 'show'; }
      .collapsible-favs > header button.is-hide:before {
        content: 'hide'; }
      .collapsible-favs > header button.is-hide:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .collapsible-favs > header .property-list {
      padding: 0; }

.property-list-item {
  line-height: 0;
  position: relative; }
  .property-list-item a:hover, .property-list-item a:focus {
    text-decoration: none; }
  .property-list-item .main {
    display: block;
    line-height: normal;
    width: 100%; }
    .property-list-item .main .details {
      color: #3b3b3c;
      background-color: #f9f4ef;
      padding: 3% 5%;
      width: 100%; }
      .property-list-item .main .details .name {
        margin: 0 0 2% 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: normal; }
    @media (min-width: 768px) {
      .property-list-item .main .img {
        position: relative;
        overflow: hidden; }
        .property-list-item .main .img:after {
          display: block;
          content: '';
          padding-top: 54.5161290323%; }
      .property-list-item .main img {
        position: absolute; } }
    .property-list-item .main img {
      width: 100%; }
  .property-list-item .hover {
    display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .property-list-item ul.features li.aircon {
    display: none; } }
  @media (min-width: 992px) {
    .property-list-item:hover .main:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      content: '';
      border: 6px solid #e0caa9;
      background-color: rgba(0, 0, 0, 0.1); }
    .property-list-item:hover .hover {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block; }
      .property-list-item:hover .hover span {
        display: table-row; }
      .property-list-item:hover .hover .icon-button-primary {
        line-height: normal;
        display: block;
        margin: 10px; } }

.featured-properties .add-fave {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  margin: 5px; }

.favourites-modal {
  margin-top: 0px !important; }

.favourites-list-item {
  position: relative;
  line-height: 0;
  border-bottom: solid 1px lightgray;
  padding: 15px 0; }
  .favourites-list-item a, .favourites-list-item a:hover, .favourites-list-item a:focus {
    text-decoration: none; }
  .favourites-list-item .main {
    line-height: normal;
    z-index: 0;
    width: 100%; }
    .favourites-list-item .main .details {
      color: #3b3b3c;
      width: 100%; }
      .favourites-list-item .main .details .name {
        margin: 0 0 4% 0; }
    .favourites-list-item .main img {
      width: 100%; }
  .favourites-list-item .remove-fave {
    display: inline-block;
    background-color: #db0a5b;
    border-radius: 50%;
    color: #fff;
    line-height: 0;
    padding: 15px 0;
    width: 30px;
    font-size: 15px;
    text-align: center;
    margin-left: -10px; }
    @media (max-width: 767px) {
      .favourites-list-item .remove-fave {
        margin: 10px auto; }
        .favourites-list-item .remove-fave::after {
          content: 'remove';
          color: #3b3b3c;
          margin-left: 35px;
          display: inline-block; } }

.prop-list-item-wrap {
  position: relative; }

.fav-minimal .panel {
  position: relative; }

.fav-minimal .plink, .fav-minimal .plink:hover {
  color: #3b3b3c;
  text-decoration: none; }

.fav-minimal h4 {
  margin: 2% 2% 0 0; }

.fav-minimal .fn_add-fave {
  position: absolute;
  bottom: 5%;
  right: 2%;
  font-size: 12px;
  color: #db0a5b; }
  .fav-minimal .fn_add-fave, .fav-minimal .fn_add-fave:hover {
    color: #d2b384; }

.fav-minimal img {
  float: left;
  max-width: 20%;
  margin-right: 5%; }

.property-features {
  /*
     * why the hell is it getting the wrong value for length?
     */ }
  .property-features .rate {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .property-features .rate {
        float: left;
        margin-top: 10px; } }
    .property-features .rate > span {
      font-weight: 400;
      display: block;
      font-size: 12px;
      line-height: 19px; }
    .property-features .rate .old {
      font-size: 18px;
      color: #d8447c;
      font-style: italic; }
  .property-features ul.features {
    margin: 10px 0 0 0;
    text-align: right;
    padding: 0;
    vertical-align: middle;
    white-space: no-wrap;
    float: right; }
    @media (min-width: 768px) {
      .property-features ul.features {
        margin-top: 0;
        display: table-cell;
        float: none;
        width: 100%; } }
    .property-features ul.features li {
      transform: scale(0.8);
      /*            .text {
                position    : absolute;
                width       : 120%;
                bottom      : 0;
                left        : -10%;
                
                line-height     : normal;
                text-align      : center;
                white-space     : nowrap;
                overflow        : hidden;
                text-overflow   : ellipsis;
                
                font-size       : 8px;
                text-transform  : uppercase;
                font-weight     : bold;
            }*/ }
      .property-features ul.features li > * {
        cursor: default; }
      .property-features ul.features li .counter {
        width: 20px;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: normal; }
        .property-features ul.features li .counter:before {
          display: block;
          content: '';
          padding-top: 50%; }
        .property-features ul.features li .counter:after {
          display: block;
          content: '';
          padding-top: 50%; }
      .property-features ul.features li.sleeps {
        margin-left: 5px; }
        .property-features ul.features li.sleeps span {
          left: -5px; }
      .property-features ul.features li.beds {
        margin-left: 8px; }
        .property-features ul.features li.beds span {
          left: -20px; }
      .property-features ul.features li.baths {
        margin-left: 10px; }
        .property-features ul.features li.baths span {
          left: -20px; }
      .property-features ul.features li.tube {
        margin-top: 10px;
        display: block;
        clear: both; }
        .property-features ul.features li.tube .text {
          margin-top: -1px; }
        .property-features ul.features li.tube span {
          font-weight: 600;
          display: block;
          white-space: nowrap;
          line-height: 14px; }
        .property-features ul.features li.tube .name {
          text-transform: uppercase;
          font-size: 14px; }
        .property-features ul.features li.tube .distance {
          font-size: 13px; }
        @media (max-width: 767px) {
          .property-features ul.features li.tube {
            position: absolute;
            top: 0;
            right: 15px;
            margin: 0; }
            .property-features ul.features li.tube .text {
              position: absolute;
              text-align: right;
              right: 45px; } }
        @media (min-width: 768px) {
          .property-features ul.features li.tube .text {
            left: 45px;
            position: absolute; } }
  .property-features.white {
    color: white; }
  .property-features.black {
    color: #3b3b3c; }
  .property-features.white .sleeps-rate .rate:after {
    background-color: #fff; }
  .property-features.black .sleeps-rate .rate:after {
    background-color: #3b3b3c; }
  .property-features.black ul.features li .counter {
    border: none; }
  .property-features.white ul.features li .counter {
    border: 2px solid #fff; }
  .property-features.black li.sleeps {
    background-position: 0px 0px; }
  .property-features.white li.sleeps {
    background-position: 0px -35px; }
  .property-features.black li.beds {
    background-position: -45px 0px; }
  .property-features.white li.beds {
    background-position: -45px -35px; }
  .property-features.black li.baths {
    background-position: -90px 0px; }
  .property-features.white li.baths {
    background-position: -90px -35px; }
  .property-features.black li.wifi {
    background-position: -180px 0px; }
  .property-features.white li.wifi {
    background-position: -180px -35px; }
  .property-features.black li.aircon {
    background-position: -315px 0px; }
  .property-features.white li.aircon {
    background-position: -315px -35px; }
  .property-features.black li.tube {
    background-position: -900px 0px; }
  .property-features.white li.tube {
    background-position: -900px -35px; }

#cookie-message {
  position: fixed;
  bottom: 0;
  z-index: 1003;
  display: table;
  width: 100%;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
  background: #fff; }
  #cookie-message > div {
    padding: 10px; }
  #cookie-message p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #cookie-message {
      text-align: center; } }
  @media (min-width: 768px) {
    #cookie-message > div {
      display: table-cell;
      vertical-align: middle; }
    #cookie-message .close-col {
      text-align: right; } }

#close-fullscreen-map-btn {
  display: none; }

.fullscreen-map-btn {
  font-size: 14px;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  background-color: white;
  margin-top: 5px;
  padding: 5px 10px; }

.fullscreen-map {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #00625a;
  background-image: url(/packages/ni_aplacelikehome/themes/aplacelikehome/images/a-place-like-home-logo.png);
  background-size: 30px 40px;
  background-position: 10px 5px;
  background-repeat: no-repeat; }
  .fullscreen-map .fullscreen-map-btn {
    display: none; }
  .fullscreen-map #close-fullscreen-map-btn {
    display: block;
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background-color: #eeeeee; }
  .fullscreen-map #map {
    position: fixed;
    top: 50px;
    bottom: 10px;
    left: 10px;
    right: 10px; }

.ni-ui.home .navbar {
  position: absolute; }
  .ni-ui.home .navbar.highlight {
    position: fixed;
    background: #00625a; }
    .ni-ui.home .navbar.highlight .navbar-collapse .navbar-nav {
      background: none; }
    .ni-ui.home .navbar.highlight .navbar-brand {
      display: block; }
  @media (max-width: 767px) {
    .ni-ui.home .navbar .navbar-collapse .navbar-nav {
      background: rgba(0, 0, 0, 0.7); } }
  .ni-ui.home .navbar .navbar-collapse .navbar-nav a {
    font-size: 16px; }

.ni-ui.home .navbar-brand {
  display: none; }

.ni-ui.home .navbar-default {
  background-color: transparent; }

.ni-ui.home .link-to-favourites {
  float: right;
  margin: 17px 16px 0 0; }

.ni-ui .navbar {
  border: none;
  margin-bottom: 0; }

.ni-ui .navbar-brand {
  width: 150px;
  padding: 0;
  margin: 8px; }
  .ni-ui .navbar-brand img {
    max-height: 100%; }

.ni-ui .navbar-toggle {
  margin-right: 10px; }
  .ni-ui .navbar-toggle .icon-bar {
    border-radius: 5px;
    height: 5px;
    width: 38px; }
  .ni-ui .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px; }

.ni-ui .navbar-collapse {
  border: none;
  box-shadow: none; }

.ni-ui .navbar-nav a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px; }
  .ni-ui .navbar-nav a:focus {
    outline: none; }

.ni-ui .link-to-favourites {
  float: right;
  margin: 17px 10px 0 0;
  position: relative; }
  .ni-ui .link-to-favourites .faves-count {
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 20px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    width: 17px;
    top: -8px;
    left: -8px;
    background: #00625a;
    font-size: 11px; }

.ni-ui.logged-in {
  margin-top: 0; }
  .ni-ui.logged-in .navbar-fixed-top {
    position: relative;
    z-index: 0; }

@media (min-width: 768px) {
  .ni-ui .navbar .navbar-brand {
    margin-left: 8px; }
  .ni-ui .navbar-nav {
    margin-top: 13px;
    margin-bottom: 13px; }
    .ni-ui .navbar-nav.navbar-right:last-child {
      margin-right: 20px; }
    .ni-ui .navbar-nav a {
      padding: 10px 15px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .ni-ui .navbar-nav a {
    padding-left: 11px;
    padding-right: 11px; } }

.featured-properties {
  /*
    &.block {
        
        .property {
            margin-bottom: 5px;
        }
        
        @media (min-width: $screen-sm-min) {

            margin-bottom: 20px;

            .property {
                margin-bottom: 10px;
                margin-right: 5px;
                margin-left: 0;
            }

            .row > div {

                &:nth-child(2n) {
                    .property {
                        margin-right: 0;
                        margin-left: 5px;
                    }
                }
            }

        }

        @media (min-width: $screen-md-min) {

            .property {
                margin-bottom: 15px;
                margin-right: 10px;
                margin-left: 0;
            }

            .row > div {

                &:nth-child(2n) {
                    .property {
                        margin-right: 5px;
                        margin-left: 5px;
                    }
                }

                &:nth-child(3n) {
                    .property {
                        margin-right: 0;
                        margin-left: 10px;
                    }
                }

                &:nth-child(4n) {
                    .property {
                        margin-right: 10px;
                        margin-left: 0;
                    }
                }
            }

        }
    }
    */ }
  .featured-properties .property {
    display: block;
    position: relative;
    overflow: hidden; }
    .featured-properties .property:after {
      display: block;
      content: '';
      padding-top: 54.5161290323%; }
    .featured-properties .property img {
      position: absolute;
      width: 100%;
      height: auto; }
    .featured-properties .property .bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center; }
    .featured-properties .property .info {
      background: #00625a;
      opacity: 0.9;
      filter: alpha(opacity=90);
      display: inline-block;
      padding: 5px 12px;
      color: #ffffff;
      border: 1px solid #00625a; }
    .featured-properties .property .location {
      text-transform: none;
      display: inline-block;
      margin: 0 10px 0 0; }
    .featured-properties .property .sleeps {
      display: inline-block;
      margin: 0; }
    .featured-properties .property .icon-info {
      margin-left: 10px; }
  .featured-properties .add-fave {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 5px; }

.property-search.block.normal button.search-submit {
  background: #00625a;
  border-radius: 50%; }

.property-search.block.normal .title, .property-search.block.normal .ni-ui .main-content h1, .ni-ui .main-content .property-search.block.normal h1, .property-search.block.normal .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .property-search.block.normal h1, .property-search.block.normal .team-list .team-member .name, .team-list .team-member .property-search.block.normal .name {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase; }

.property-search.block.normal #dates {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block; }
  .property-search.block.normal #dates input {
    width: 100px;
    font-size: 20px;
    text-align: center; }
  .property-search.block.normal #dates span {
    cursor: pointer; }

.property-search.block .guests {
  display: inline-block;
  margin-bottom: 10px; }
  .property-search.block .guests select {
    font-size: 16px; }

.property-search.block.quick {
  background-color: rgba(0, 98, 90, 0.8);
  text-align: center;
  padding: 15px;
  margin: -7.5px; }
  .property-search.block.quick .title, .property-search.block.quick .ni-ui .main-content h1, .ni-ui .main-content .property-search.block.quick h1, .property-search.block.quick .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .property-search.block.quick h1, .property-search.block.quick .team-list .team-member .name, .team-list .team-member .property-search.block.quick .name {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 10px 0; }
  .property-search.block.quick .input-group {
    margin: 5px auto;
    max-width: 80%; }
  .property-search.block.quick .form-control {
    line-height: 17px;
    padding: 4px 16px !important; }
  .property-search.block.quick input, .property-search.block.quick select {
    font-size: 17px;
    padding: 8px 16px;
    width: 30%;
    height: 48px;
    margin: 5px; }
    @media (max-width: 767px) {
      .property-search.block.quick input, .property-search.block.quick select {
        width: 100%;
        margin: 5px 0; } }
  .property-search.block.quick button {
    width: 48px;
    height: 48px; }
    @media (min-width: 768px) {
      .property-search.block.quick button {
        padding: 12px 6px; } }
    .property-search.block.quick button .icon-arrow-right {
      margin: 0 9px; }
    .property-search.block.quick button .btn-text {
      display: inline-block;
      visibility: hidden;
      width: 0; }
      @media (max-width: 767px) {
        .property-search.block.quick button .btn-text {
          visibility: visible;
          width: auto; } }
    @media (max-width: 767px) {
      .property-search.block.quick button {
        width: 80%;
        border-radius: 20px; } }
  @media (min-width: 768px) {
    .property-search.block.quick .title, .property-search.block.quick .ni-ui .main-content h1, .ni-ui .main-content .property-search.block.quick h1, .property-search.block.quick .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .property-search.block.quick h1, .property-search.block.quick .team-list .team-member .name, .team-list .team-member .property-search.block.quick .name {
      margin: 0; } }

.property-review.block .review blockquote {
  text-align: center;
  border-left: none; }
  .property-review.block .review blockquote p::before {
    content: "\201C";
    /* left double quotation mark */ }
  .property-review.block .review blockquote p::after {
    content: "\201D";
    /* right double quotation mark */ }
  .property-review.block .review blockquote footer {
    margin-top: 0; }

#MailchimpModal {
  display: none; }

@media (max-width: 767px) {
  .mc_embed_signup label, .mc_embed_signup input {
    width: 100%; }
  .mc_embed_signup .ccm-input-text {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .mc_embed_signup label, .mc_embed_signup input {
    display: inline-block;
    margin-right: 10px;
    width: auto; }
  .mc_embed_signup .ccm-input-text {
    min-width: 33%; } }

.aplh-mc-popup-color {
  width: 50%;
  float: left; }
  .aplh-mc-popup-color > * {
    display: inline-block; }

.ui-dialog.mc-popup {
  border: none !important;
  z-index: 1002 !important;
  padding: 20px;
  width: 95% !important;
  max-width: 400px;
  font-weight: normal;
  border-radius: 0; }
  .ui-dialog.mc-popup .ui-dialog-titlebar {
    background: none;
    border: none;
    padding: 0; }
  .ui-dialog.mc-popup .ui-dialog-title {
    display: none; }
  .ui-dialog.mc-popup .ui-dialog-content {
    text-align: center;
    height: auto !important;
    font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
    overflow: visible; }
  .ui-dialog.mc-popup img {
    width: 50px;
    margin-bottom: 10px; }
  .ui-dialog.mc-popup .divider {
    margin: 10px 0;
    background-image: url(../images/house1.svg);
    background-position: center;
    background-repeat: no-repeat;
    white-space: nowrap; }
    .ui-dialog.mc-popup .divider:before, .ui-dialog.mc-popup .divider:after {
      display: inline-block;
      content: '';
      width: 50%;
      height: 3px;
      background-color: #fff; }
    .ui-dialog.mc-popup .divider:before {
      margin: -2px 20px 0 -20px; }
    .ui-dialog.mc-popup .divider:after {
      margin: -2px -20px 0 20px; }
  .ui-dialog.mc-popup .main {
    padding: 0 10px;
    margin-bottom: 20px; }
  .ui-dialog.mc-popup strong {
    font-weight: bold; }
  .ui-dialog.mc-popup label {
    font-weight: normal; }
  .ui-dialog.mc-popup input, .ui-dialog.mc-popup button {
    display: block;
    margin: 10px auto;
    border: none; }
  .ui-dialog.mc-popup .ccm-input-text {
    margin-top: 0;
    text-align: center;
    box-shadow: none;
    width: 80%; }
  .ui-dialog.mc-popup a {
    color: inherit;
    text-decoration: underline; }
  .ui-dialog.mc-popup .ui-dialog-titlebar-close {
    position: absolute;
    right: -30px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px; }
    .ui-dialog.mc-popup .ui-dialog-titlebar-close.ui-state-hover span {
      background-color: transparent;
      background-position: 0 -15px; }
  .ui-dialog.mc-popup .red-button {
    border-radius: 0;
    text-transform: none;
    width: auto;
    padding: 7px 20px;
    margin-bottom: 20px; }

.ui-widget-overlay {
  z-index: 1001 !important; }

.aplh-mc-popup-color {
  width: 50%;
  float: left; }
  .aplh-mc-popup-color > * {
    display: inline-block; }

.ui-dialog.general-popup {
  border: none !important;
  z-index: 1002 !important;
  padding: 20px;
  width: 95% !important;
  max-width: 950px;
  font-weight: normal;
  border-radius: 0; }
  @media (min-width: 480px) {
    .ui-dialog.general-popup {
      width: 80% !important; } }
  @media (min-width: 768px) {
    .ui-dialog.general-popup {
      width: 70% !important; } }
  @media (min-width: 992px) {
    .ui-dialog.general-popup {
      width: 50% !important; } }
  .ui-dialog.general-popup .ui-dialog-titlebar {
    background: none;
    border: none;
    padding: 0; }
  .ui-dialog.general-popup .ui-dialog-title {
    display: none; }
  .ui-dialog.general-popup .ui-dialog-content {
    text-align: center;
    height: auto !important;
    font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
    overflow: visible; }
  .ui-dialog.general-popup .divider {
    margin: 10px 0;
    background-image: url(../images/house1.svg);
    background-position: center;
    background-repeat: no-repeat;
    white-space: nowrap; }
    .ui-dialog.general-popup .divider:before, .ui-dialog.general-popup .divider:after {
      display: inline-block;
      content: '';
      width: 50%;
      height: 3px;
      background-color: #fff; }
    .ui-dialog.general-popup .divider:before {
      margin: -2px 20px 0 -20px; }
    .ui-dialog.general-popup .divider:after {
      margin: -2px -20px 0 20px; }
  .ui-dialog.general-popup .main {
    padding: 0 10px;
    margin-bottom: 20px; }
  .ui-dialog.general-popup strong {
    font-weight: bold; }
  .ui-dialog.general-popup label {
    font-weight: normal; }
  .ui-dialog.general-popup input, .ui-dialog.general-popup button {
    display: block;
    margin: 10px auto;
    border: none; }
  .ui-dialog.general-popup .ccm-input-text {
    margin-top: 0;
    text-align: center;
    box-shadow: none;
    width: 80%; }
  .ui-dialog.general-popup a {
    color: inherit;
    text-decoration: underline; }
  .ui-dialog.general-popup .ui-dialog-titlebar-close {
    position: absolute;
    right: -30px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px; }
    .ui-dialog.general-popup .ui-dialog-titlebar-close.ui-state-hover span {
      background-color: transparent;
      background-position: 0 -15px; }
  .ui-dialog.general-popup .red-button {
    border-radius: 0;
    text-transform: none;
    width: auto;
    padding: 7px 20px;
    margin-bottom: 20px; }
  .ui-dialog.general-popup .title, .ui-dialog.general-popup .ni-ui .main-content h1, .ni-ui .main-content .ui-dialog.general-popup h1, .ui-dialog.general-popup .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .ui-dialog.general-popup h1, .ui-dialog.general-popup .team-list .team-member .name, .team-list .team-member .ui-dialog.general-popup .name {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 10px; }
  .ui-dialog.general-popup .main-content {
    margin-bottom: 20px; }
    .ui-dialog.general-popup .main-content p {
      text-align: center; }
    @media (min-width: 768px) {
      .ui-dialog.general-popup .main-content p {
        text-align: left; } }
    .ui-dialog.general-popup .main-content.center p {
      text-align: center; }
    @media (min-width: 1200px) {
      .ui-dialog.general-popup .main-content {
        margin-bottom: 0; } }
  .ui-dialog.general-popup .image {
    height: auto;
    display: block;
    margin-bottom: 10px; }
    .ui-dialog.general-popup .image .left-image {
      width: 100%;
      max-width: 250px;
      height: auto; }
    @media (min-width: 1200px) {
      .ui-dialog.general-popup .image {
        margin-bottom: 0; } }
  .ui-dialog.general-popup .group {
    width: 100%; }
    .ui-dialog.general-popup .group .cancel-btn {
      margin: 5px;
      text-decoration: none; }
    .ui-dialog.general-popup .group .action-btn {
      margin: 5px;
      text-decoration: none; }

.ui-widget-overlay {
  z-index: 1001 !important; }

#GeneralModal {
  display: none; }

.youtubeBlock,
.youtube-wrapper {
  position: relative;
  padding-top: 56.25%; }

.youtubeBlock {
  width: 100%; }

.youtube-player,
.youtube-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.content-frame {
  color: #fff;
  padding: 10px; }
  .content-frame > .inner {
    position: relative;
    padding: 17px;
    border: 2px solid #fff; }
    .content-frame > .inner > .box {
      position: absolute;
      width: 0;
      line-height: 0;
      padding: 5px; }
    .content-frame > .inner > .t {
      top: -1px;
      border-bottom: 2px solid #fff; }
    .content-frame > .inner > .b {
      bottom: -1px;
      border-top: 2px solid #fff; }
    .content-frame > .inner > .l {
      left: -1px;
      border-right: 2px solid #fff; }
    .content-frame > .inner > .r {
      right: -1px;
      border-left: 2px solid #fff; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.ni-ui .main-content {
  margin-top: 20px; }
  .ni-ui .main-content .alert {
    margin-left: 10px;
    margin-right: 10px; }
  .ni-ui .main-content h1 {
    margin-top: 0; }

.blog-index {
  padding: 7.5px; }
  .blog-index p {
    font-size: 20px;
    line-height: 1.8; }

ul.blog-list.pinterest {
  list-style-type: none;
  padding: 0; }
  ul.blog-list.pinterest .item {
    width: 100%;
    padding: 7.5px;
    margin-bottom: 0 !important; }
    @media (min-width: 768px) {
      ul.blog-list.pinterest .item {
        width: 50%; } }
    @media (min-width: 992px) {
      ul.blog-list.pinterest .item {
        width: 33%; } }
    @media (min-width: 1200px) {
      ul.blog-list.pinterest .item {
        width: 25%; } }
    @media (min-width: 1920px) {
      ul.blog-list.pinterest .item {
        width: 20%; } }
    ul.blog-list.pinterest .item a {
      display: block;
      position: relative; }
      @media (min-width: 768px) {
        ul.blog-list.pinterest .item a {
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); } }
    ul.blog-list.pinterest .item img {
      width: 100%; }
    ul.blog-list.pinterest .item .text {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      overflow: hidden;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px; }
      @media (min-width: 992px) {
        ul.blog-list.pinterest .item .text {
          top: 0;
          display: none; } }
      ul.blog-list.pinterest .item .text .desc {
        font-size: 20px; }
    ul.blog-list.pinterest .item h2 {
      text-transform: uppercase;
      font-size: 20px; }
    ul.blog-list.pinterest .item:hover .text, ul.blog-list.pinterest .item.no-image .text {
      display: block; }
    ul.blog-list.pinterest .item.no-image a {
      min-height: 200px; }
    ul.blog-list.pinterest .item.no-image .text {
      top: 0; }
    @media (max-width: 991px) {
      ul.blog-list.pinterest .item.has-image .desc {
        display: none; } }

.ni-ui #backstretch {
  background: #3b3b3c;
  margin-bottom: 20px; }
  .ni-ui #backstretch .container {
    height: 200px;
    position: relative; }
    .ni-ui #backstretch .container h1 {
      color: white;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      font-weight: normal; }
    .ni-ui #backstretch .container a {
      color: white;
      position: absolute;
      right: 0;
      text-transform: uppercase; }
      .ni-ui #backstretch .container a:hover {
        text-decoration: none; }

.ni-ui #related-posts h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal; }

.ni-ui #related-posts ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .ni-ui #related-posts ul li {
    position: relative;
    overflow: hidden; }
    .ni-ui #related-posts ul li:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .ni-ui #related-posts ul li > .maintain-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ni-ui #related-posts ul li h2 {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      text-transform: uppercase;
      font-size: 20px;
      padding: 10px 4px 6px 4px;
      margin: 0; }
    .ni-ui #related-posts ul li p {
      display: none; }
  .ni-ui #related-posts ul li:hover h2 {
    display: block; }
  .ni-ui #related-posts ul img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto; }

.blog_post article p {
  line-height: 1.8;
  font-size: 20px; }

.blog_post .blog-list-links {
  line-height: 2;
  margin: 20px 0px; }

.btn-blog {
  top: 10px; }

.ni-ui.home .red-button,
.ni-ui.home .expand-button,
.ni-ui.home .search-button,
.ni-ui.home .subtle-white-button {
  margin: 10px 20px;
  width: 100%;
  max-width: 240px; }

.ni-ui.home .search-button {
  margin: 10px 20px;
  width: 100%;
  max-width: 240px;
  display: none; }
  @media (max-width: 767px) {
    .ni-ui.home .search-button {
      display: inline-block; } }

.ni-ui.home .search-close-btn {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #fff;
  margin: 15px;
  float: right; }
  .ni-ui.home .search-close-btn::before {
    margin: 0; }

.ni-ui.home #expandable-area {
  color: #555555;
  background-color: #eeeeee; }
  .ni-ui.home #expandable-area .container {
    margin-top: 60px;
    padding: 20px;
    position: relative; }
  .ni-ui.home #expandable-area img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .ni-ui.home #expandable-area img {
        width: 50% !important; } }

.ni-ui.home.no-edit-mode #expandable-area {
  display: none; }

.ni-ui.home.no-edit-mode #close-expanded {
  border-radius: 40px 40px 0 0;
  width: 80px;
  height: 40px;
  line-height: 0;
  color: #fff;
  background-color: #00625a;
  cursor: pointer;
  z-index: 999999999;
  margin: 20px auto -20px;
  display: block; }
  .ni-ui.home.no-edit-mode #close-expanded:before {
    content: "x";
    font-size: 30px; }
    @media (max-width: 767px) {
      .ni-ui.home.no-edit-mode #close-expanded:before {
        font-size: 26px; } }

.ni-ui.home.no-edit-mode .hero-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 600px !important; }
  .ni-ui.home.no-edit-mode .hero-wrapper .hero-vert-align {
    position: relative;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .ni-ui.home.no-edit-mode .hero-wrapper .hero-vert-align {
        top: 25px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

.ni-ui.home.no-edit-mode .hero {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%; }
  .ni-ui.home.no-edit-mode .hero .hero-image {
    width: 10000px;
    height: 100vh;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -5000px; }
  .ni-ui.home.no-edit-mode .hero img {
    width: auto;
    height: 100%; }
  .ni-ui.home.no-edit-mode .hero:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

.ni-ui.home.no-edit-mode .brand-wrapper {
  width: auto;
  max-width: 300px;
  margin: 100px auto 40px  auto;
  text-align: center; }
  .ni-ui.home.no-edit-mode .brand-wrapper img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .ni-ui.home.no-edit-mode .brand-wrapper {
      margin-top: 60px;
      margin-bottom: 10px; }
      .ni-ui.home.no-edit-mode .brand-wrapper img {
        max-width: 70%; } }

.ni-ui.home.no-edit-mode .intro-area h1 {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 30px auto;
  font-size: 26px; }
  @media (max-width: 767px) {
    .ni-ui.home.no-edit-mode .intro-area h1 {
      margin: 10px auto;
      font-size: 20px;
      width: 80%; } }
  @media (max-width: 325px) {
    .ni-ui.home.no-edit-mode .intro-area h1 {
      display: none !important; } }

.ni-ui.home.no-edit-mode .search-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 98, 90, 0.8); }
  .ni-ui.home.no-edit-mode .search-area .search-expand-btn {
    border-radius: 50px 50px 0 0;
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 100px;
    border-width: 0;
    color: #fff;
    font-size: 27px; }
    .ni-ui.home.no-edit-mode .search-area .search-expand-btn::before {
      margin: 0; }
  .ni-ui.home.no-edit-mode .search-area .property-search.block {
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 40px 0 20px; }
    @media (max-width: 767px) {
      .ni-ui.home.no-edit-mode .search-area .property-search.block {
        margin-top: 0px; } }
    .ni-ui.home.no-edit-mode .search-area .property-search.block .title, .ni-ui.home.no-edit-mode .search-area .property-search.block .main-content h1, .ni-ui.home.no-edit-mode .main-content .search-area .property-search.block h1, .ni-ui.home.no-edit-mode .search-area .property-search.block .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .search-area .property-search.block h1, .ni-ui.home.no-edit-mode .search-area .property-search.block .team-list .team-member .name, .team-list .team-member .ni-ui.home.no-edit-mode .search-area .property-search.block .name {
      display: inline-block;
      margin-right: 10px;
      font-size: 22px;
      position: relative;
      top: 4px; }
      @media (max-width: 767px) {
        .ni-ui.home.no-edit-mode .search-area .property-search.block .title, .ni-ui.home.no-edit-mode .search-area .property-search.block .main-content h1, .ni-ui.home.no-edit-mode .main-content .search-area .property-search.block h1, .ni-ui.home.no-edit-mode .search-area .property-search.block .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .search-area .property-search.block h1, .ni-ui.home.no-edit-mode .search-area .property-search.block .team-list .team-member .name, .team-list .team-member .ni-ui.home.no-edit-mode .search-area .property-search.block .name {
          display: none; } }
    .ni-ui.home.no-edit-mode .search-area .property-search.block input, .ni-ui.home.no-edit-mode .search-area .property-search.block select {
      font-size: 17px;
      padding: 8px 16px;
      width: auto;
      height: 48px;
      margin: 0px 5px; }
      @media (max-width: 767px) {
        .ni-ui.home.no-edit-mode .search-area .property-search.block input, .ni-ui.home.no-edit-mode .search-area .property-search.block select {
          width: 80%;
          margin: 5px 10%; } }
    .ni-ui.home.no-edit-mode .search-area .property-search.block button {
      width: 48px;
      height: 48px; }
      @media (min-width: 768px) {
        .ni-ui.home.no-edit-mode .search-area .property-search.block button {
          padding: 14px 5px; } }
      .ni-ui.home.no-edit-mode .search-area .property-search.block button .icon-arrow-right {
        margin: 0 10px; }
      .ni-ui.home.no-edit-mode .search-area .property-search.block button .btn-text {
        display: inline-block;
        visibility: hidden;
        width: 0; }
        @media (max-width: 767px) {
          .ni-ui.home.no-edit-mode .search-area .property-search.block button .btn-text {
            visibility: visible;
            width: auto; } }
      @media (max-width: 767px) {
        .ni-ui.home.no-edit-mode .search-area .property-search.block button {
          width: 80%;
          border-radius: 20px; } }

.ni-ui.home.edit-mode .brand-wrapper img {
  width: 20%; }

.ni-ui.home.edit-mode > .container {
  position: relative;
  z-index: 1; }

.ni-ui.home.edit-mode .hero-image .ccm-block {
  display: inline-block; }

.ni-ui.home.edit-mode .hero-image img {
  width: 15%;
  height: auto;
  margin: 2%; }

.ni-ui.home section.property-review.block {
  padding-top: 10px; }

@media (min-width: 768px) {
  .ni-ui.home.no-edit-mode .brand-wrapper img {
    max-height: 100%;
    width: auto; }
  .ni-ui.home.no-edit-mode .intro-area h1 {
    font-size: 2em; }
  .ni-ui.home.no-edit-mode .enquire-button {
    text-transform: uppercase;
    font-weight: normal;
    background: #db0a5b;
    color: #ffffff;
    border-radius: 20px;
    padding: 2px 14px; }
    .ni-ui.home.no-edit-mode .enquire-button:hover {
      text-decoration: none; }
  .ni-ui.home.no-edit-mode .hero:after {
    background: rgba(0, 0, 0, 0.3); }
  .ni-ui.home.no-edit-mode .hero img {
    filter: blur(3px); } }

@media (min-width: 768px) and (max-width: 1199px) {
  .ni-ui.home.no-edit-mode .brand-wrapper {
    max-height: 200px; }
  .ni-ui.home.no-edit-mode .hero-wrapper .hero-vert-align {
    transform: translateY(-40%); } }

@media (min-width: 1200px) {
  .ni-ui.home.no-edit-mode .hero .hero-image {
    width: 100%;
    height: 690px;
    left: 0;
    margin-left: 0;
    text-align: left; }
  .ni-ui.home.no-edit-mode .hero img {
    position: absolute;
    width: 100%;
    height: auto;
    right: auto;
    bottom: 0;
    display: block; } }

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body.landingpage {
  background: #f0f4f4;
  color: #54585a; }

body.landingpage.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important; }

/*
body,input,textarea,select
{
    font-size: 15pt;
    line-height: 1.85em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
*/
.landingpage .ni-ui h1, .landingpage .ni-ui h2, .landingpage .ni-ui h3, .landingpage .ni-ui h4, .landingpage .ni-ui h5, .landingpage .ni-ui h6 {
  font-weight: 400;
  color: #003831;
  line-height: 1.25em; }

.landingpage .ni-ui h1 a, .landingpage .ni-ui h2 a, .landingpage .ni-ui h3 a, .landingpage .ni-ui h4 a, .landingpage .ni-ui h5 a, .landingpage .ni-ui h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom-color: transparent; }

.landingpage .ni-ui h1 strong, .landingpage .ni-ui h2 strong, .landingpage .ni-ui h3 strong, .landingpage .ni-ui h4 strong, .landingpage .ni-ui h5 strong, .landingpage .ni-ui h6 strong {
  font-weight: 600; }

.landingpage .ni-ui h2 {
  font-size: 2.85em; }

.landingpage .ni-ui h3 {
  font-size: 1.25em; }

.landingpage .ni-ui h4 {
  font-size: 1em;
  margin: 0 0 0.25em 0; }

.landingpage .ni-ui strong, .landingpage .ni-ui b {
  font-weight: 400; }

.landingpage .ni-ui em, .landingpage .ni-ui i {
  font-style: italic; }

.landingpage .ni-ui a {
  color: inherit;
  border-bottom: solid 1px rgba(128, 128, 128, 0.15);
  text-decoration: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; }

.landingpage .ni-ui a:hover {
  color: #00a3ad;
  border-bottom-color: transparent; }

.landingpage .ni-ui sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em; }

.landingpage .ni-ui sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em; }

.landingpage .ni-ui blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic; }

.landingpage .ni-ui p, .landingpage .ni-ui ul, .landingpage .ni-ui ol, .landingpage .ni-ui dl, .landingpage .ni-ui table {
  margin-bottom: 1em; }

.landingpage .ni-ui p {
  text-align: center; }

.landingpage .ni-ui br.clear {
  clear: both; }

.landingpage .ni-ui hr {
  position: relative;
  display: block;
  border: 0;
  top: 4.5em;
  margin-bottom: 9em;
  margin-top: -2em;
  height: 6px;
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  border-bottom: solid 1px rgba(128, 128, 128, 0.2); }

.landingpage .ni-ui hr:before,
.landingpage .ni-ui hr:after {
  content: '';
  position: absolute;
  top: -8px;
  display: block;
  width: 1px;
  height: 21px;
  background: rgba(128, 128, 128, 0.2); }

.landingpage .ni-ui hr:before {
  left: -1px; }

.landingpage .ni-ui hr:after {
  right: -1px; }

.landingpage .ni-ui .timestamp {
  color: rgba(128, 128, 128, 0.75);
  font-size: 0.8em; }

/* Sections/Article */
.landingpage .ni-ui section,
.landingpage .ni-ui article {
  margin-bottom: 0; }

.landingpage .ni-ui section > :last-child,
.landingpage .ni-ui article > :last-child {
  margin-bottom: 0; }

.landingpage .ni-ui section:last-child,
.landingpage .ni-ui article:last-child {
  margin-bottom: 0; }

.landingpage .ni-ui .row > section,
.landingpage .ni-ui .row > article {
  margin-bottom: 0; }

.landingpage .ni-ui section.special > header,
.landingpage .ni-ui section.special > footer,
.landingpage .ni-ui article.special > header,
.landingpage .ni-ui article.special > footer {
  text-align: center; }

.landingpage .ni-ui header {
  margin: 0 0 1em 0; }

.landingpage .ni-ui header > p {
  display: block;
  font-size: 1.5em;
  margin: 1em 0 2em 0;
  line-height: 1.5em;
  text-align: inherit; }

.landingpage .ni-ui footer {
  margin: 2.5em 0 0 0; }

/* Image */
.landingpage .ni-ui .image {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0; }

/* Uncomment the block below if you want linked images to highlight on hover */
.landingpage .ni-ui .image img {
  display: block;
  width: 100%; }

.landingpage .ni-ui .image.fit {
  display: block;
  width: 100%; }

.landingpage .ni-ui .image.featured {
  display: block;
  width: 100%;
  margin: 0 0 4em 0; }

.landingpage .ni-ui .image.left {
  float: left;
  margin: 0 2em 2em 0; }

.landingpage .ni-ui .image.centered {
  display: block;
  margin: 0 0 2em 0; }

.landingpage .ni-ui .image.centered img {
  margin: 0 auto;
  width: auto; }

/* List */
.landingpage .ni-ui ul.default {
  list-style: disc;
  padding-left: 1em; }

.landingpage .ni-ui ul.default li {
  padding-left: 0.5em; }

.landingpage .ni-ui ul.actions {
  margin: 3em 0 0 0; }

.landingpage .ni-ui form ul.actions {
  margin-top: 0; }

.landingpage .ni-ui ul.actions li {
  display: inline-block;
  margin: 0 0.75em 0 0.75em; }

.landingpage .ni-ui ul.actions li:first-child {
  margin-left: 0; }

.landingpage .ni-ui ul.actions li:last-child {
  margin-right: 0; }

.landingpage .ni-ui ul.divided li {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  padding-top: 1.5em;
  margin-top: 1.5em; }

.landingpage .ni-ui ul.divided li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0; }

.landingpage .ni-ui ul.menu {
  height: 1em;
  line-height: 1em; }

.landingpage .ni-ui ul.menu li {
  display: inline-block;
  border-left: solid 1px rgba(128, 128, 128, 0.2);
  padding-left: 1.25em;
  margin-left: 1.25em; }

.landingpage .ni-ui ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0; }

.landingpage .ni-ui ul.icons {
  position: relative;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 4em;
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.75em;
  font-size: 1.25em;
  cursor: default; }

.landingpage .ni-ui ul.icons li {
  display: inline-block; }

.landingpage .ni-ui ul.icons li a {
  display: inline-block;
  background: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 100%;
  border: 0;
  color: inherit; }

.landingpage .ni-ui ul.icons li a:hover {
  color: #00a3ad; }

.landingpage .ni-ui ol.default {
  list-style: decimal;
  padding-left: 1.25em; }

.landingpage .ni-ui ol.default li {
  padding-left: 0.25em; }

/* Table */
.landingpage .ni-ui table {
  width: 100%; }

.landingpage .ni-ui table.default {
  width: 100%; }

.landingpage .ni-ui table.default tbody tr {
  border-top: solid 1px #e5e5e5; }

.landingpage .ni-ui table.default tbody tr:first-child {
  border-top: 0; }

.landingpage .ni-ui table.default tbody tr:nth-child(2n+1) {
  background: #fafafa; }

.landingpage .ni-ui table.default td {
  padding: 0.5em 1em 0.5em 1em; }

.landingpage .ni-ui table.default th {
  text-align: left;
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em; }

.landingpage .ni-ui table.default thead {
  border-bottom: solid 2px #e5e5e5; }

.landingpage .ni-ui table.default tfoot {
  border-top: solid 2px #e5e5e5; }

/* Button */
.landingpage .ni-ui input[type="button"],
.landingpage .ni-ui input[type="submit"],
.landingpage .ni-ui input[type="reset"],
.landingpage .ni-ui .button {
  position: relative;
  display: inline-block;
  background: #66c8ce;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.65em 3em 0.65em 3em;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 300;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; }

.landingpage .ni-ui input[type="button"]:hover,
.landingpage .ni-ui input[type="submit"]:hover,
.landingpage .ni-ui input[type="reset"]:hover,
.landingpage .ni-ui .button:hover {
  color: #fff;
  background: #00a3ad; }

.landingpage .ni-ui input[type="button"].alt,
.landingpage .ni-ui input[type="submit"].alt,
.landingpage .ni-ui input[type="reset"].alt,
.landingpage .ni-ui .button.alt {
  background: #54585a; }

.landingpage .ni-ui input[type="button"].alt:hover,
.landingpage .ni-ui input[type="submit"].alt:hover,
.landingpage .ni-ui input[type="reset"].alt:hover,
.landingpage .ni-ui .button.alt:hover {
  background: #3B353C; }

.landingpage .ni-ui .button1 {
  position: relative;
  top: -24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background: #66c8ce;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.65em 3em 0.65em 3em;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 300;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; }

.landingpage .ni-ui input[type="button"]:hover,
.landingpage .ni-ui input[type="submit"]:hover,
.landingpage .ni-ui input[type="reset"]:hover,
.landingpage .ni-ui .button:hover {
  color: #fff;
  background: #00a3ad; }

.landingpage .ni-ui input[type="button"].alt,
.landingpage .ni-ui input[type="submit"].alt,
.landingpage .ni-ui input[type="reset"].alt,
.landingpage .ni-ui .button.alt {
  background: #54585a; }

.landingpage .ni-ui input[type="button"].alt:hover,
.landingpage .ni-ui input[type="submit"].alt:hover,
.landingpage .ni-ui input[type="reset"].alt:hover,
.landingpage .ni-ui .button.alt:hover {
  background: #3B353C; }

/* Post */
.landingpage .ni-ui .post.stub {
  text-align: center; }

.landingpage .ni-ui .post.stub header {
  margin: 0; }

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/
.landingpage .ni-ui .icon {
  text-decoration: none; }

.landingpage .ni-ui .icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.landingpage .ni-ui .icon > .label {
  display: none; }

.landingpage .ni-ui .icon.circled {
  position: relative;
  display: inline-block;
  background: #54585a;
  color: #fff;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  line-height: 3.25em;
  text-align: center;
  font-size: 1.25em; }

.landingpage .ni-ui header .icon.circled {
  margin: 0 0 2em 0; }

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
.landingpage .ni-ui .wrapper {
  background: #fff;
  margin: 0;
  padding: 6em 0 6em 0; }

.landingpage .ni-ui .wrapper.style2 {
  padding-top: 0; }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
.landingpage .ni-ui #header {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 2.5em 0 2em 0;
  cursor: default; }

.landingpage .ni-ui #header {
  padding: 4em 0 4em 0; }

/* Can be used if a preload fade in will be used.
.landingpage .ni-ui #header:before {

    content: '';
    display: block;
    
    position: absolute;
    
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
        
    opacity: 0;

    @include background-size(cover);
    @include transition(opacity 1s ease-in-out)
}

.landingpage .ni-ui #header.loaded:before {
    
    opacity: 1;


}
*/
.landingpage .ni-ui #header .overlay {
  content: '';
  background: #1C0920;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out; }

.landingpage .ni-ui .homepage #header.ready .overlay {
  opacity: 0; }

.landingpage .ni-ui #header .inner {
  position: relative;
  z-index: 1;
  margin: 0;
  top: 50%;
  transform: translateY(-50%); }

.landingpage .ni-ui #header h1 {
  color: white;
  font-size: 3em;
  line-height: 1em; }

.landingpage .ni-ui .homepage #header h1 {
  font-size: 30px; }

.landingpage .ni-ui #header h1 a {
  color: white; }

.landingpage .ni-ui #header header > p {
  font-size: 1.25em;
  margin: 0; }

.landingpage .ni-ui #header .button {
  position: relative;
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  padding: 1px 30px 0 30px;
  background-color: #00625a;
  color: #fff; }
  .landingpage .ni-ui #header .button:after {
    display: inline-block;
    background-image: url(../images/dropdown-arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 7.5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: ''; }

.landingpage .ni-ui #header header {
  display: inline-block; }

.landingpage .ni-ui #header footer {
  margin: 1em 0 0 0;
  background: transparent; }

.landingpage .ni-ui #header hr {
  top: 1.5em;
  margin-bottom: 3em;
  border-bottom-color: rgba(192, 192, 192, 0.35);
  box-shadow: inset 0 1px 0 0 rgba(192, 192, 192, 0.35); }

.landingpage .ni-ui #header hr:before,
.landingpage .ni-ui #header hr:after {
  background: rgba(192, 192, 192, 0.35); }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
.landingpage .ni-ui #nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.5em 0 1.5em 0;
  z-index: 1;
  overflow: hidden; }

.landingpage .ni-ui #nav > ul {
  line-height: 0px;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 21px;
  border-left: solid 1px rgba(192, 192, 192, 0.35);
  border-right: solid 1px rgba(192, 192, 192, 0.35); }

.landingpage .ni-ui #nav > ul:before,
.landingpage .ni-ui #nav > ul:after {
  content: '';
  display: block;
  width: 300%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 5px;
  border-top: solid 1px rgba(192, 192, 192, 0.35);
  border-bottom: solid 1px rgba(192, 192, 192, 0.35); }

.landingpage .ni-ui #nav > ul:before {
  left: 100%;
  margin-left: 1px; }

.landingpage .ni-ui #nav > ul:after {
  right: 100%;
  margin-right: 1px; }

.landingpage .ni-ui #nav > ul > li {
  display: inline-block;
  margin: -9px 0.5em 0 0.5em;
  border-radius: 0.5em;
  padding: 0.85em;
  border: solid 1px transparent;
  -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out; }

.landingpage .ni-ui #nav > ul > li.active {
  border-color: rgba(192, 192, 192, 0.35); }

.landingpage .ni-ui #nav > ul > li > a,
.landingpage .ni-ui #nav > ul > li > span {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 0;
  outline: 0; }

.landingpage .ni-ui #nav > ul > li > ul {
  display: none; }

.landingpage .ni-ui .dropotron {
  background: rgba(255, 255, 255, 0.975);
  padding: 1em 1.25em 1em 1.25em;
  line-height: 1em;
  height: auto;
  text-align: left;
  border-radius: 0.5em;
  box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.25);
  min-width: 12em;
  margin-top: -1em; }

.landingpage .ni-ui .dropotron li {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  color: #5b5b5b; }

.landingpage .ni-ui .dropotron li:first-child {
  border-top: 0; }

.landingpage .ni-ui .dropotron li:hover {
  color: #00a3ad; }

.landingpage .ni-ui .dropotron li a,
.landingpage .ni-ui .dropotron li span {
  display: block;
  border: 0;
  padding: 0.5em 0 0.5em 0;
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out; }

.landingpage .ni-ui .dropotron.level-0 {
  margin-top: 2em;
  font-size: 0.9em; }

.landingpage .ni-ui .dropotron.level-0:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -0.7em;
  margin-left: -0.75em;
  border-bottom: solid 0.75em rgba(255, 255, 255, 0.975);
  border-left: solid 0.75em rgba(64, 64, 64, 0);
  border-right: solid 0.75em rgba(64, 64, 64, 0); }

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
.landingpage .ni-ui #banner {
  background: #fff;
  text-align: center;
  padding: 4.5em 0 4.5em 0;
  margin-bottom: 0; }

.landingpage .ni-ui #banner header > p {
  margin-bottom: 0; }

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
.landingpage .ni-ui #content > hr {
  top: 3em;
  margin-bottom: 6em; }

.landingpage .ni-ui #content > section {
  margin-bottom: 0; }

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
.landingpage .ni-ui #sidebar > hr.first {
  display: none; }

.landingpage .ni-ui #sidebar > hr {
  top: 3em;
  margin-bottom: 6em; }

.landingpage .ni-ui #sidebar > section {
  margin-bottom: 0; }

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
.landingpage .ni-ui #main {
  margin-bottom: 0; }

.landingpage .ni-ui #main section:first-of-type {
  padding-top: 2em; }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
.landingpage .ni-ui #footer {
  position: relative;
  overflow: hidden;
  padding: 6em 0 6em 0;
  background: #54585a;
  color: #fff; }

.landingpage .ni-ui #footer .icon.circled {
  background: #fff;
  color: #54585a; }

.landingpage .ni-ui #footer header {
  text-align: center;
  cursor: default; }

.landingpage .ni-ui #footer h2,
.landingpage .ni-ui #footer h3,
.landingpage .ni-ui #footer h4,
.landingpage .ni-ui #footer h5,
.landingpage .ni-ui #footer h6 {
  color: #fff; }

.landingpage .ni-ui #footer .contact {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.landingpage .ni-ui #footer .contact p {
  text-align: center;
  margin: 0 0 3em 0;
  width: 100%; }

.landingpage .ni-ui #footer .copyright {
  text-align: center;
  color: rgba(128, 128, 128, 0.75);
  font-size: 0.8em;
  cursor: default;
  width: 100%; }

.landingpage .ni-ui #footer .copyright a {
  color: rgba(128, 128, 128, 0.75); }

.landingpage .ni-ui #footer .copyright a:hover {
  color: rgba(212, 212, 212, 0.85); }

/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/
.landingpage .ni-ui .carousel {
  position: relative;
  overflow: hidden;
  padding: 2em 0 2em 0;
  margin-bottom: 0; }

.landingpage .ni-ui .carousel .forward,
.landingpage .ni-ui .carousel .backward {
  position: absolute;
  top: 50%;
  width: 6em;
  height: 12em;
  margin-top: -6em;
  cursor: pointer; }

.landingpage .ni-ui .carousel .forward {
  right: 0; }

.landingpage .ni-ui .carousel .backward {
  left: 0; }

.landingpage .ni-ui .carousel .forward:before,
.landingpage .ni-ui .carousel .backward:before {
  content: '';
  display: block;
  width: 6em;
  height: 6em;
  border-radius: 100%;
  background-color: rgba(102, 200, 206, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -3em;
  -moz-transition: background-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  -webkit-backface-visibility: hidden; }

.landingpage .ni-ui .carousel .forward:after,
.landingpage .ni-ui .carousel .backward:after {
  content: '';
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  margin: -1.5em 0 0 0;
  background: url("../images/arrow.svg") no-repeat center center; }

.landingpage .ni-ui .carousel .forward:after {
  right: -0.25em; }

.landingpage .ni-ui .carousel .backward:after {
  left: -0.25em;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.landingpage .ni-ui .carousel .forward:before {
  right: -3em; }

.landingpage .ni-ui .carousel .backward:before {
  left: -3em; }

.landingpage .ni-ui .carousel .forward:hover:before,
.landingpage .ni-ui .carousel .backward:hover:before {
  background-color: rgba(0, 163, 173, 0.75); }

.landingpage .ni-ui .carousel .reel {
  white-space: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding: 0 2em 0 2em; }
  .landingpage .ni-ui .carousel .reel header h3 {
    height: 40px; }

.landingpage .ni-ui .carousel article {
  display: inline-block;
  width: 18em;
  background: #fff;
  text-align: center;
  padding: 0 1em 3em 1em;
  margin: 0 2em 0 0;
  white-space: normal;
  opacity: 1.0;
  -moz-transition: opacity 0.75s ease-in-out;
  -webkit-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out; }

.landingpage .ni-ui .carousel article.loading {
  opacity: 0; }

.landingpage .ni-ui .carousel article .image {
  position: relative;
  left: -1em;
  top: 0;
  width: auto;
  margin-right: -2em;
  margin-bottom: 3em; }

.landingpage .ni-ui .carousel article p {
  text-align: center; }

@media screen and (min-width: 800px) {
  .landingpage .ni-ui h1 span {
    display: block; } }

.landingpage .ni-ui .new {
  font-size: 30px;
  color: #00a3ad; }

.landingpage .ni-ui img {
  /* basic responsive img */
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* IE8 */ }

.landingpage .ni-ui .descr {
  font-size: 1.2em;
  position: relative;
  bottom: 30px;
  font-weight: bold; }

.landingpage .ni-ui .hr {
  position: relative;
  bottom: 30px; }

/* Carousel - Hacky method to disable owl carousels dynamic item widths */
.landingpage .ni-ui .carousel article {
  width: 252px !important; }

.landingpage .ni-ui .carousel .owl-item {
  width: 272px !important; }

.ni-ui .team-member.main-content {
  padding-left: 15px;
  padding-right: 15px; }
  .ni-ui .team-member.main-content .member-image {
    margin-bottom: 10px; }
    .ni-ui .team-member.main-content .member-image img {
      width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    .ni-ui .team-member.main-content {
      padding-left: 0;
      padding-right: 0; }
      .ni-ui .team-member.main-content aside {
        padding-left: 15px; }
      .ni-ui .team-member.main-content .title, .ni-ui .team-member.main-content h1, .ni-ui.home.no-edit-mode .team-member.main-content .intro-area h1, .ni-ui.home.no-edit-mode .intro-area .team-member.main-content h1, .ni-ui .team-list .team-member.main-content .name, .team-list .ni-ui .team-member.main-content .name {
        text-align: left; } }

.ni-ui .main-content.two-column article {
  padding-left: 15px;
  padding-right: 15px; }

.ni-ui .main-content.two-column aside {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .ni-ui .main-content.two-column h1 {
    text-align: left; }
  .ni-ui .main-content.two-column article {
    padding-right: 0; }
  .ni-ui .main-content.two-column aside {
    padding-left: 0; } }

.ni-ui .main-content.view aside {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .ni-ui .main-content.view h1 {
    text-align: left; }
  .ni-ui .main-content.view article {
    padding-right: 0; }
  .ni-ui .main-content.view aside {
    padding-left: 0; } }

body .ccm-SlideshowBlock-display {
  height: auto !important; }
  body .ccm-SlideshowBlock-display:after {
    display: block;
    content: '';
    padding-top: 56.25%; }
  body .ccm-SlideshowBlock-display .slideImgWrap {
    top: 0 !important;
    right: 0;
    bottom: 0; }
    body .ccm-SlideshowBlock-display .slideImgWrap a {
      cursor: default; }
    body .ccm-SlideshowBlock-display .slideImgWrap div {
      background-size: cover !important;
      height: 100% !important; }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.collapsible-favs > header button, .property-search.block.normal #dates input, .ni-ui.home.no-edit-mode #close-expanded, body > .search select, body > .search #filter-header button, body > .properties.details #showMap, body > .properties.details #hideMap {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .collapsible-favs > header button::-ms-expand, .property-search.block.normal #dates input::-ms-expand, .ni-ui.home.no-edit-mode #close-expanded::-ms-expand, body > .search select::-ms-expand, body > .search #filter-header button::-ms-expand, body > .properties.details #showMap::-ms-expand, body > .properties.details #hideMap::-ms-expand {
    display: none; }

.property-features ul.features li, body > .properties.details .featured li {
  width: 45px;
  height: 35px;
  position: relative;
  display: inline-block;
  list-style: none;
  line-height: 0;
  background-image: url(../images/feature-icons.png);
  background-size: 945px; }
  .property-features ul.features li.wifi, body > .properties.details .featured li.wifi {
    margin-left: -5px;
    margin-right: -5px; }

body > .properties.details #property-images .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.property-search.block.normal #dates span, body > .search select {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
  background-image: url(../images/dropdown-arrow-black.png); }

p {
  font-size: 16px; }

.push-right {
  float: right; }

.push-left {
  float: left; }

.large-caps,
.medium-caps,
.small-caps,
.tiny-caps {
  color: #3b3b3c;
  text-transform: uppercase; }

.large-caps {
  font-size: 28px; }

.medium-caps {
  font-size: 22px; }

.small-caps {
  font-size: 16px; }

.tiny-caps {
  font-size: 10px; }

.roboto {
  font-family: Roboto;
  font-weight: 300; }
  .roboto strong,
  .roboto h1, .roboto h2, .roboto h3, .roboto h4, .roboto h5, .roboto h6 {
    font-weight: 400; }

strong.roboto,
h1.roboto, h2.roboto, h3.roboto, h4.roboto, h5.roboto, h6.roboto {
  font-weight: 400; }

.roboto-bold {
  font-family: Roboto;
  font-weight: 400; }

.block-icon-heart {
  display: block; }

.block-icon-phone {
  display: block; }

.block-icon-fax {
  display: block; }

.block-icon-envelope {
  display: block; }

.block-icon-chevron-circle-right {
  display: block; }

.block-icon-sign-in {
  display: block; }

.block-icon-sign-out {
  display: block; }

.block-icon-box {
  display: block; }

.block-icon-star-o {
  display: block; }

.block-icon-pencil {
  display: block; }

.block-icon-hand-o-right {
  display: block; }

.title-main {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .title-main:before {
      border: 1px solid #00625a;
      width: 100px;
      margin: 10px;
      content: " ";
      display: inline-block; }
    .title-main:after {
      border: 1px solid #00625a;
      width: 100px;
      margin: 10px;
      content: " ";
      display: inline-block; } }

.img-25 {
  max-width: 25%; }

.img-50 {
  max-width: 50%; }

.img-75 {
  max-width: 75%; }

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

section.how-it-works {
  padding: 20px 0px;
  background: #003831;
  color: white;
  margin: 0; }
  section.how-it-works .ni-ui .main-content h1, .ni-ui .main-content section.how-it-works h1, section.how-it-works .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area section.how-it-works h1, section.how-it-works .title, section.how-it-works .team-list .team-member .name, .team-list .team-member section.how-it-works .name {
    color: white; }
  section.how-it-works h3 {
    text-align: center; }
  section.how-it-works p {
    font-size: 14px;
    text-align: center; }
  section.how-it-works .step {
    margin: 20px 0 40px 0; }
  @media (min-width: 768px) {
    section.how-it-works .step {
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 20px;
      height: 250px; } }
  @media (min-width: 992px) {
    section.how-it-works .ni-ui .main-content h1, .ni-ui .main-content section.how-it-works h1, section.how-it-works .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area section.how-it-works h1, section.how-it-works .title, section.how-it-works .team-list .team-member .name, .team-list .team-member section.how-it-works .name {
      margin-bottom: 20px; }
    section.how-it-works p {
      padding: 0 10px; }
    section.how-it-works .step {
      height: 300px; } }

.ni-ui.how-it-works article p {
  line-height: 2; }

.ni-ui.how-it-works .side-nav {
  line-height: 2;
  font-weight: bold; }

.ni-ui.how-it-works *[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden; }

section.meet-the-team {
  padding: 20px 40px; }
  section.meet-the-team .ni-ui .main-content h1, .ni-ui .main-content section.meet-the-team h1, section.meet-the-team .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area section.meet-the-team h1, section.meet-the-team .title, section.meet-the-team .team-list .team-member .name, .team-list .team-member section.meet-the-team .name {
    color: #db0a5b;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      section.meet-the-team .ni-ui .main-content h1, .ni-ui .main-content section.meet-the-team h1, section.meet-the-team .ni-ui.home.no-edit-mode .intro-area h1, .ni-ui.home.no-edit-mode .intro-area section.meet-the-team h1, section.meet-the-team .title, section.meet-the-team .team-list .team-member .name, .team-list .team-member section.meet-the-team .name {
        margin-bottom: 30px; } }

.team-list .team-member {
  margin-bottom: 50px;
  text-align: center;
  min-height: 320px; }
  .team-list .team-member img {
    max-width: 100%;
    padding: 0 15px; }
  .team-list .team-member .name {
    text-align: center;
    margin-bottom: 6px; }
    .team-list .team-member .name a {
      color: #db0a5b; }
  .team-list .team-member .description {
    text-align: center; }

@media (min-width: 768px) {
  .team-list .team-member {
    padding: 0 20px; } }

@media (min-width: 992px) {
  .team-list .team-member .name {
    margin-bottom: 10px; } }

body > .search section {
  padding: 0; }

body > .search #short-term-msg {
  display: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }
  body > .search #short-term-msg * {
    margin: 0;
    padding: 0; }

body > .search select {
  font-size: 20px; }
  body > .search select:focus {
    outline: none; }

body > .search option {
  padding-left: 0; }

body > .search .js-only {
  display: none !important; }

body > .search .controls-map {
  /*background-color: rgb(229, 227, 223);*/ }
  @media (min-width: 768px) {
    body > .search .controls-map {
      position: fixed;
      top: 65px;
      bottom: 0; } }
  @media (min-width: 768px) {
    body > .search .controls-map {
      width: 41.6666666667%; } }
  @media (min-width: 992px) {
    body > .search .controls-map {
      width: 33.3333333333%; } }
  @media (min-width: 1200px) {
    body > .search .controls-map {
      width: 25%; } }

body > .search #controls {
  background-color: #fff;
  width: 100%; }
  body > .search #controls .padded {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      body > .search #controls .padded {
        padding-left: 10px;
        padding-right: 10px; } }
  body > .search #controls .filters {
    background-color: #eeeeee;
    font-size: 16px; }
    body > .search #controls .filters select {
      min-width: 48.5%;
      margin: 0 0 15px 0; }
      body > .search #controls .filters select:nth-of-type(odd) {
        float: left; }
      body > .search #controls .filters select:nth-of-type(even) {
        float: right; }
  body > .search #controls button {
    float: right; }

body > .search .property-search.block {
  padding: 10px 0; }
  body > .search .property-search.block #search-form {
    display: block;
    text-align: left; }
  body > .search .property-search.block #checkin-disp {
    margin-right: 20px;
    font-size: 16px; }
  body > .search .property-search.block #checkout-disp {
    margin-right: 20px;
    font-size: 16px; }

body > .search #filter-header {
  padding: 10px 0;
  color: #3b3b3c;
  background-color: #e0caa9;
  cursor: pointer; }
  body > .search #filter-header h3 {
    display: inline-block;
    margin: 0; }
  body > .search #filter-header button {
    font-size: 20px;
    padding: 0; }
    body > .search #filter-header button:after {
      display: inline-block;
      content: '';
      vertical-align: middle;
      margin-top: -2px;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      border: 1px solid #3b3b3c;
      border-radius: 50%;
      background-image: url(../images/dropdown-arrow-black.png);
      background-size: 12px;
      background-position: center;
      background-repeat: no-repeat;
      transition: transform 400ms ease; }
    body > .search #filter-header button.is-hide:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

body > .search #search-filter {
  display: none;
  padding: 10px 0; }

body > .search .search-sort {
  padding: 10px 0; }

body > .search .map-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 15px 0 15px;
  display: none;
  background-color: #00625a;
  color: #fff; }
  body > .search .map-btn::-ms-expand {
    display: none; }
  body > .search .map-btn#search-restore-map {
    display: block;
    margin: 0 15px;
    width: calc(100% - 30px); }
  body > .search .map-btn:before {
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -2px; }
  body > .search .map-btn#search-view-map:before, body > .search .map-btn#search-restore-map:before {
    background-image: url(../images/icons/map-button.png);
    height: 20px;
    width: 30px;
    margin-left: -10px; }
  body > .search .map-btn#search-view-list:before {
    background-image: url(../images/icons/list-button.png);
    height: 14px;
    width: 30px;
    margin-left: -10px; }

body > .search #amenities-filter input {
  display: none; }

body > .search #amenities-filter label {
  text-align: right;
  width: 48.5%;
  margin-bottom: 10px;
  font-weight: 400; }
  body > .search #amenities-filter label:nth-of-type(odd) {
    float: left; }
  body > .search #amenities-filter label:nth-of-type(even) {
    float: right; }
  body > .search #amenities-filter label:after {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 9px;
    margin-top: -2px;
    border: 1px solid #3b3b3c;
    border-radius: 50%; }

body > .search #amenities-filter input:checked + label:after {
  background-color: #e0caa9; }

body > .search #amenities-filter input:disabled + label {
  opacity: 0.3; }

body > .search #map {
  background-color: #e5e3df;
  width: 100%; }
  @media (max-width: 767px) {
    body > .search #map {
      display: none; }
      body > .search #map:after {
        display: block;
        content: '';
        padding-top: 100%; } }

body > .search #no-map {
  display: none;
  text-align: center; }

@media (min-width: 768px) {
  body > .search #search-results, body > .search #no-results {
    width: 58.3333333333%;
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  body > .search #search-results, body > .search #no-results {
    width: 66.6666666667%;
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  body > .search #search-results, body > .search #no-results {
    width: 75%;
    margin-left: 25%; } }

body > .search #search-results {
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
  margin-top: 0; }
  body > .search #search-results > li {
    padding: 5px; }

body > .search #no-results {
  text-align: center; }
  @media (min-width: 768px) {
    body > .search #no-results {
      position: absolute;
      top: 50%;
      padding: 20px;
      transform: translateY(-50%); } }

body > .search footer {
  display: none; }

body > .properties.details .details-content {
  max-width: 1045px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    body > .properties.details .details-content {
      padding-right: 20px; } }

body > .properties.details .full-details {
  max-width: 100%; }
  @media (min-width: 768px) {
    body > .properties.details .full-details {
      float: right; } }
  @media (max-width: 767px) {
    body > .properties.details .full-details .type {
      display: none; } }

body > .properties.details .padded-content {
  padding: 0 20px; }

body > .properties.details .extra-image-buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2; }
  body > .properties.details .extra-image-buttons > div {
    max-width: 1045px;
    margin: 0 auto;
    text-align: center; }
  body > .properties.details .extra-image-buttons a {
    display: inline-block; }

body > .properties.details #property-images {
  width: 100%;
  position: relative;
  overflow: hidden; }
  body > .properties.details #property-images > button {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 50px;
    border-radius: 50%;
    padding: 20px; }
    body > .properties.details #property-images > button::-ms-expand {
      display: none; }
    body > .properties.details #property-images > button:before {
      display: block;
      width: 30%;
      height: 30%;
      content: '';
      border-left: 3px solid #3b3b3c;
      border-bottom: 3px solid #3b3b3c;
      position: absolute; }
    body > .properties.details #property-images > button:focus {
      outline: none; }
    body > .properties.details #property-images > button.next {
      right: -50px;
      text-align: left; }
      body > .properties.details #property-images > button.next:before {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        left: 7%;
        top: 35%; }
    body > .properties.details #property-images > button.prev {
      left: -50px;
      text-align: right; }
      body > .properties.details #property-images > button.prev:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 64%;
        top: 35%; }
  body > .properties.details #property-images:after {
    display: block;
    content: '';
    padding-top: 100%; }
  @media (min-width: 768px) {
    body > .properties.details #property-images:after {
      padding-top: 41.6666666667%; } }
  body > .properties.details #property-images .swiper-container {
    z-index: 1;
    overflow: hidden;
    background-color: #e2dfda; }
  body > .properties.details #property-images div.swiper-slide {
    text-align: center; }
    body > .properties.details #property-images div.swiper-slide img {
      height: 100%;
      width: auto; }
  body > .properties.details #property-images img.swiper-slide {
    width: 100%; }

body > .properties.details .full-width-promo {
  margin-bottom: 20px; }

body > .properties.details h1 {
  font-size: 23px;
  margin: 0 0 10px 0; }

body > .properties.details .address {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b3b3c; }

body > .properties.details .with-promo .address {
  margin-bottom: 0;
  border-bottom: none; }

body > .properties.details .promo-area {
  background: #fff;
  margin: 0 -20px 15px -20px; }

body > .properties.details .map-buttons {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  body > .properties.details #fullscreen-map {
    padding: 0;
    margin-bottom: 20px; } }

body > .properties.details #map {
  background-color: #e5e3df;
  position: relative; }
  @media (max-width: 767px) {
    body > .properties.details #map {
      display: none; }
      body > .properties.details #map:after {
        display: block;
        content: '';
        padding-top: 100%; }
      body > .properties.details #map:after {
        padding-top: 80%; } }
  @media (min-width: 768px) {
    body > .properties.details #map {
      /*margin: 0 20px;*/ }
      body > .properties.details #map:after {
        display: block;
        content: '';
        padding-top: 56.25%; } }

body > .properties.details .more {
  background-color: #f9f4ef;
  padding-top: 15px;
  padding-bottom: 15px; }

body > .properties.details #main-features .property-features {
  margin-bottom: 15px;
  border-bottom: 1px solid #3b3b3c; }

@media (max-width: 767px) {
  body > .properties.details #main-features .padded-content {
    padding: 0; } }

body > .properties.details #main-features ul.features {
  margin-bottom: 20px;
  display: block;
  text-align: left;
  margin-top: 10px; }
  body > .properties.details #main-features ul.features li {
    transform: scale(0.8); }

body > .properties.details #main-features .addthis_sharing_toolbox {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    body > .properties.details #main-features .addthis_sharing_toolbox {
      display: inline-block; } }

body > .properties.details .extra {
  margin-bottom: 10px;
  font-style: italic;
  padding: 0 20px; }
  body > .properties.details .extra li {
    list-style: none;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      body > .properties.details .extra li {
        float: left;
        width: 50%;
        padding-right: 10px; } }

body > .properties.details #showMap, body > .properties.details #hideMap {
  font-size: 18px;
  padding: 0;
  float: right; }
  @media (min-width: 768px) {
    body > .properties.details #showMap, body > .properties.details #hideMap {
      display: none; } }
  body > .properties.details #showMap:after, body > .properties.details #hideMap:after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #00625a;
    background-image: url(../images/icons/map-button.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; }

body > .properties.details #hideMap {
  display: none; }

body > .properties.details .type {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px; }

body > .properties.details .featured {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
  body > .properties.details .featured li {
    display: inline-block;
    transform: scale(0.8); }
    @media (max-width: 767px) {
      body > .properties.details .featured li {
        display: none; }
        body > .properties.details .featured li:nth-of-type(-n+5) {
          display: inline-block; } }
  body > .properties.details .featured span {
    position: absolute;
    background-color: #222222;
    color: #f9f4ef;
    font-family: gill-sans-nova, Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    display: none;
    line-height: 0;
    padding: 12px 8px;
    border-radius: 12px;
    right: 0;
    top: -28px;
    white-space: nowrap; }
  body > .properties.details .featured li:hover span {
    display: block; }
  body > .properties.details .featured li.lift {
    background-position: -135px 0; }
  body > .properties.details .featured li.wifi {
    background-position: -180px 0; }
  body > .properties.details .featured li.outside-space {
    background-position: -225px 0; }
  body > .properties.details .featured li.security {
    background-position: -270px 0; }
  body > .properties.details .featured li.air-conditioning {
    background-position: -315px 0; }
  body > .properties.details .featured li.car-parking {
    background-position: -360px 0; }
  body > .properties.details .featured li.washerdryer {
    background-position: -405px 0; }
  body > .properties.details .featured li.fireplace {
    background-position: -450px 0; }
  body > .properties.details .featured li.television {
    background-position: -495px 0; }
  body > .properties.details .featured li.cooker-hob {
    background-position: -540px 0; }
  body > .properties.details .featured li.satellite-tv {
    background-position: -585px 0; }
  body > .properties.details .featured li.dishwasher {
    background-position: -630px 0; }
  body > .properties.details .featured li.central-heating {
    background-position: -675px 0; }
  body > .properties.details .featured li.microwave {
    background-position: -720px 0; }
  body > .properties.details .featured li.stereo-system {
    background-position: -765px 0; }
  body > .properties.details .featured li.dvd-player {
    background-position: -810px 0; }
  body > .properties.details .featured li.fridgefreezer {
    background-position: -855px 0; }
  body > .properties.details .featured li.tube {
    background-position: -900px 0; }

body > .properties.details .amenities {
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #3b3b3c;
  /*#showHideAmenities {
            @extend %input-reset;

            width           : 30px;
            height          : 30px;
            border-radius   : 50%;
            position        : relative;
            //top             : 3px;
            vertical-align: middle;

            background-color    : $gray-dark;
            background-image    : url(../images/dropdown-arrow-white.png);
            background-size     : 65%;
            background-position : center;
            background-repeat   : no-repeat;

            transition: transform 500ms ease;

            @media (max-width:767px) {
                float: right;
            }

            @media (min-width:768px) {
                //top         : -3px;
                margin-left : 10px;
            }

            &:focus {
                outline: none;
            }

            &.is-hide {
                @include rotate(180deg);
            }
        }*/ }
  @media (min-width: 768px) {
    body > .properties.details .amenities {
      text-align: right; } }
  body > .properties.details .amenities li {
    list-style-type: none; }
  body > .properties.details .amenities #allAmenities {
    margin: 10px 0;
    padding: 0;
    text-align: right;
    line-height: 2; }
    body > .properties.details .amenities #allAmenities li {
      float: left;
      text-align: left;
      margin-bottom: 0.6em;
      padding-right: 0.4em; }
      @media (min-width: 768px) {
        body > .properties.details .amenities #allAmenities li {
          width: 33.3%; } }
      @media (max-width: 767px) {
        body > .properties.details .amenities #allAmenities li {
          width: 50%; } }

body > .properties.details .cta-buttons {
  margin-bottom: 15px;
  text-align: center; }
  @media (max-width: 767px) {
    body > .properties.details .cta-buttons {
      position: fixed;
      width: 100%;
      top: 74px;
      left: 0;
      z-index: 998; }
      body > .properties.details .cta-buttons a {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    body > .properties.details .cta-buttons {
      padding-bottom: 15px;
      border-bottom: 1px solid #3b3b3c; } }
  body > .properties.details .cta-buttons a {
    display: inline-block; }
    body > .properties.details .cta-buttons a:hover, body > .properties.details .cta-buttons a:focus {
      text-decoration: none; }
    @media (min-width: 768px) {
      body > .properties.details .cta-buttons a {
        text-align: left !important; } }
    body > .properties.details .cta-buttons a.back {
      border: 2px solid #00625a; }
      @media (max-width: 767px) {
        body > .properties.details .cta-buttons a.back {
          margin-left: 0px; } }
      @media (min-width: 768px) {
        body > .properties.details .cta-buttons a.back {
          margin-top: 10px;
          display: block; } }
      @media (max-width: 767px) {
        body > .properties.details .cta-buttons a.back {
          display: inline-block;
          width: auto; } }
      body > .properties.details .cta-buttons a.back:hover, body > .properties.details .cta-buttons a.back:focus {
        color: white; }
    body > .properties.details .cta-buttons a.specialist {
      border: 2px solid #e0caa9; }
      @media (min-width: 768px) {
        body > .properties.details .cta-buttons a.specialist {
          display: none; } }
      @media (max-width: 767px) {
        body > .properties.details .cta-buttons a.specialist {
          display: inline-block;
          width: auto;
          margin-top: 5px; } }
    body > .properties.details .cta-buttons a.enquire {
      display: none;
      position: relative;
      border: 2px solid #e0caa9; }
      @media (min-width: 768px) {
        body > .properties.details .cta-buttons a.enquire {
          display: block; } }
    body > .properties.details .cta-buttons a.add-to {
      border: 2px solid #00625a; }
      @media (max-width: 767px) {
        body > .properties.details .cta-buttons a.add-to {
          display: inline-block;
          width: auto; } }
      body > .properties.details .cta-buttons a.add-to:hover, body > .properties.details .cta-buttons a.add-to:focus {
        color: white; }
    body > .properties.details .cta-buttons a.book {
      background: #fff;
      color: #e0caa9;
      border: 2px solid #e0caa9; }
      @media (max-width: 767px) {
        body > .properties.details .cta-buttons a.book {
          display: inline-block;
          width: auto; } }
      body > .properties.details .cta-buttons a.book:hover, body > .properties.details .cta-buttons a.book:focus {
        color: #d2b384;
        border: 2px solid #d2b384; }
  @media (max-width: 767px) {
    body > .properties.details .cta-buttons .add-fav-txt::after {
      content: 'Add'; }
    body > .properties.details .cta-buttons .add-fav-txt.active::after {
      content: 'Remove'; } }

body > .properties.details #description {
  text-align: justify;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  body > .properties.details #description #descriptionShow {
    font-size: 15px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%); }
    body > .properties.details #description #descriptionShow:after {
      display: block;
      content: '';
      position: absolute;
      transition: opacity .4s;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #3b3b3c;
      background-image: url(../images/dropdown-arrow-white.png);
      background-size: 65%;
      background-position: center;
      background-repeat: no-repeat;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
  body > .properties.details #description:not(.collapsed) #descriptionShow {
    display: none; }
  body > .properties.details #description.expanding:after, body > .properties.details #description.expanding:before, body > .properties.details #description.collapsed:after, body > .properties.details #description.collapsed:before {
    display: block;
    content: '';
    position: absolute;
    transition: opacity .4s; }
  body > .properties.details #description.expanding:after, body > .properties.details #description.collapsed:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    filter: gradient(rgba(249, 244, 239, 0), #f9f4ef, vertical);
    background-image: linear-gradient(top, rgba(249, 244, 239, 0) 0%, #f9f4ef 50%);
    background-image: -webkit-linear-gradient(top, rgba(249, 244, 239, 0) 0%, #f9f4ef 50%);
    z-index: 1; }
  body > .properties.details #description.expanding:after, body > .properties.details #description.expanding:before {
    opacity: 0; }
  body > .properties.details #description.collapsed {
    cursor: pointer; }
    body > .properties.details #description.collapsed:after, body > .properties.details #description.collapsed:before {
      opacity: 1; }

body > .properties.details .similar {
  text-align: center; }
  body > .properties.details .similar h3 {
    text-transform: uppercase; }
  body > .properties.details .similar ul {
    padding: 0; }
    body > .properties.details .similar ul li {
      list-style-type: none; }
    @media (min-width: 768px) {
      body > .properties.details .similar ul {
        margin: -10px; }
        body > .properties.details .similar ul li {
          padding: 10px; } }

body > .properties.details #booking-popup {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }
  body > .properties.details #booking-popup .content {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff; }
  body > .properties.details #booking-popup .close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 30px;
    opacity: 0.8; }
    body > .properties.details #booking-popup .close:active, body > .properties.details #booking-popup .close:focus {
      border: none;
      outline: none;
      box-shadow: none; }
  body > .properties.details #booking-popup iframe {
    width: 100%;
    height: 100%; }

.ni-ui.enquire section.property-list {
  clear: both;
  padding-top: 10px; }
  .ni-ui.enquire section.property-list h2 {
    margin: 20px 0; }

.ni-ui.enquire.no-edit-mode .submission-message {
  display: none;
  clear: both;
  padding: 1em;
  border: 1px solid #5cb85c;
  background-color: #edf3ed; }
  .ni-ui.enquire.no-edit-mode .submission-message, .ni-ui.enquire.no-edit-mode .submission-message p {
    font-size: 18px; }

.ni-ui.enquire .btn, .ni-ui.enquire .btn-default, .ni-ui.enquire .blue-button, .ni-ui.enquire .blue-button-full, .ni-ui.enquire .subtle-blue-button, .ni-ui.enquire .red-button, .ni-ui.enquire .subtle-red-button, .ni-ui.enquire .subtle-red-button-full, .ni-ui.enquire .property-search.block.quick button, .property-search.block.quick .ni-ui.enquire button, .ni-ui.enquire .ni-ui.home .search-button, .ni-ui.home .ni-ui.enquire .search-button, .ni-ui.enquire .ni-ui.home.no-edit-mode .search-area .property-search.block button, .ni-ui.home.no-edit-mode .search-area .property-search.block .ni-ui.enquire button, .ni-ui.enquire .btn-primary, .ni-ui.enquire body > .properties.details .cta-buttons a.back, body > .properties.details .cta-buttons .ni-ui.enquire a.back, .ni-ui.enquire body > .properties.details .cta-buttons a.add-to, body > .properties.details .cta-buttons .ni-ui.enquire a.add-to, .ni-ui.enquire .expand-button,
.ni-ui.enquire .red-button-full, .ni-ui.enquire .btn-blog, .ni-ui.enquire body > .properties.details .cta-buttons a.specialist, body > .properties.details .cta-buttons .ni-ui.enquire a.specialist, .ni-ui.enquire body > .properties.details .cta-buttons a.enquire, body > .properties.details .cta-buttons .ni-ui.enquire a.enquire, .ni-ui.enquire body > .properties.details .cta-buttons a.book, body > .properties.details .cta-buttons .ni-ui.enquire a.book {
  background-color: #eeeeee; }

#enquire-form {
  text-align: left;
  display: block;
  clear: both; }
  @media (min-width: 768px) {
    #enquire-form .form-group {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  #enquire-form #notes {
    height: 100px; }
  #enquire-form #submit {
    width: 100%; }

#enquire-errors {
  padding: 0em 2em; }
  #enquire-errors li {
    clear: both;
    padding: 0.5em;
    margin: 0.5em;
    list-style-type: none;
    border: 1px solid #f0ad4e;
    background-color: #faeedd; }
    #enquire-errors li, #enquire-errors li p {
      font-size: 18px; }

.enquire-form #submit-message {
  display: none; }

.enquire-data {
  position: relative; }

@media (min-width: 768px) {
  #property-display, #search-display {
    float: left;
    width: 50%;
    margin-top: 20px; } }

#property-display img {
  max-width: 25%;
  float: left;
  margin-right: 15px; }

#property-display h4 {
  padding-right: 15px; }

@media (max-width: 767px) {
  #property-display p, #property-display .remove-enquire-data {
    display: block;
    clear: both;
    padding: 10px 15px 0px 15px;
    margin: 0; }
  #property-display .remove-enquire-data {
    padding-bottom: 15px;
    position: relative;
    bottom: auto; } }

#search-display {
  /*.remove-enquire-data {right: 20px}*/ }
  #search-display .panel {
    padding: 10px 15px 40px 15px; }
  #search-display h4 {
    margin-top: 0; }
  #search-display, #search-display tr {
    display: none; }
  #search-display th, #search-display td {
    padding: 5px;
    vertical-align: top; }

.remove-enquire-data {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #db0a5b;
  cursor: pointer;
  position: absolute;
  bottom: 10px; }
  .remove-enquire-data::-ms-expand {
    display: none; }
  .remove-enquire-data:hover {
    color: #d2b384;
    text-decoration: underline; }
