/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1px; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, select, textarea {
  font-family: sans-serif; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #d9d9d9;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

#map_canvas *, #map-search * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
#map_canvas img, #map-search img {
  max-width: none; }

.tripadvisor {
  text-align: center;
  margin-top: 50px; }

/* slider container */
.iosslider-listing {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-top: 25px; }

/* slider */
.iosslider-listing .slider {
  /* required */
  width: 100%;
  height: 100%; }

.slideSelectors {
  margin: 25px auto;
  text-align: center;
  position: relative;
  bottom: 80px;
  z-index: 10; }

/* slide */
.iosslider-listing .slider .slide {
  /* required */
  width: 900px;
  height: 450px; }

.iosslider-listing .slider .slide img {
  transform: scale(0.9);
  transition: transform 0.3s ease; }

.iosslider-listing .slider .slide-active {
  height: 500px; }

.iosslider-listing .slider .slide-active img {
  transform: scale(1); }

.slideSelectors {
  margin: 25px auto;
  text-align: center; }

.slideSelectors .item {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  background: #666;
  border-radius: 5px; }

.slideSelectors .item.active {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  background: #333;
  border-radius: 5px; }

.return {
  display: block;
  font-weight: 600;
  font-family: 'montserrat'; }

/* COLOURS */
/* USAGE 
.button {@include border-radius(5px);}
*/
/* BASE CSS */
body {
  background: #fff;
  color: #111111;
  /*font-family: arial, sans-serif;*/
  font-family: 'Open Sans', arial, sans-serif; }

p {
  font-family: 'Open Sans', arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #111111;
  font-family: 'Montserrat', arial, sans-serif; }

ul + h2, ol + h2, p + h2 {
  margin-top: 25px; }

h4, h5, h6 {
  font-weight: bold; }

a {
  color: #bea795;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #bea795; }
  a:hover, a:focus {
    color: #FFBA07; }

/* GENERAL CLASSES */
.container {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 0 40px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.last {
  margin-right: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.imgLeft {
  float: left;
  margin: 0 15px 15px 0; }

.imgRight {
  float: right;
  margin: 0 0 15px 15px; }

.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hidden {
  display: none; }

.replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 12px !important; }

.smaller {
  font-size: 11px !important; }

.smallest {
  font-size: 10px !important; }

.bold {
  font-weight: bold; }

.inblock {
  display: inline-block !important; }

.flex-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.white-bg {
  background-color: #fff; }

#mainstreet > .row {
  padding-bottom: 20px; }

#mainstreet .wrapper .row {
  background-color: #F7F8FA;
  width: 960px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC; }
  #mainstreet .wrapper .row .eight.columns {
    padding-left: 0; }
#mainstreet h1 {
  color: #333; }
#mainstreet .contents {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid #CCCCCC;
  padding: 15px; }

.nav-btn {
  padding: 10px 15px; }
  .nav-btn.bottom {
    padding: 10px 0 40px; }

.download {
  margin: 10px 0 10px 7px; }
  .download a {
    color: #4D4B4C;
    font-size: 13px;
    padding: 5px 27px; }
    .download a:hover {
      color: #0067B4; }
    .download a.pdf {
      background-image: url(../images/pdf-icon.png);
      background-repeat: no-repeat;
      background-position: left center; }

.contents ol {
  padding-left: 20px; }

.sideNavMobile {
  display: none; }
  .sideNavMobile .button {
    max-width: 100%;
    padding: 15px; }

.sideNavMobile.show .button:hover:before, .sideNavMobile.show .button:hover:before, .sideNavMobile.show .button:focus:before, .sideNavMobile.show .button:focus:before {
  background-image: url(../images/arrow-down-active.png) !important; }

.main-header {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2; }

.header-wrap.row {
  width: 100%; }

.site-logo {
  float: left;
  margin: 19px 5px 19px 25px; }

.site-nav {
  width: 955px;
  margin: 0 auto;
  text-align: center; }

.nav-bar {
  background: none;
  margin: 15px auto 0; }
  .nav-bar > li {
    border: none; }
    .nav-bar > li:last-child {
      border-right: none; }
    .nav-bar > li:hover {
      background: none; }
    .nav-bar > li a {
      font-weight: bold;
      font-size: 15px; }
      .nav-bar > li a:hover {
        color: #FFBA07; }
    .nav-bar > li.has-flyout > a:first-child, .nav-bar > li.is-touch > a:first-child, .nav-bar > li.has-flyout.is-touch > a:first-child {
      padding-right: 25px;
      background-image: url("/images/nav-down.png");
      background-position: center 35px;
      background-repeat: no-repeat;
      padding-bottom: 19px;
      height: 57px; }
      .nav-bar > li.has-flyout > a:first-child:after, .nav-bar > li.is-touch > a:first-child:after, .nav-bar > li.has-flyout.is-touch > a:first-child:after {
        border: none; }
    .nav-bar > li .flyout {
      top: 100%;
      background: #000;
      background: rgba(0, 0, 0, 0.6); }
      .nav-bar > li .flyout li {
        padding: 0 15px; }
        .nav-bar > li .flyout li:last-child a {
          border-bottom: none; }
        .nav-bar > li .flyout li a {
          padding: 15px 5px;
          background: none;
          background: transparent;
          color: #E6E6E6;
          border: none;
          border-bottom: 1px solid #E6E6E6;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .nav-bar > li .flyout li a:hover, .nav-bar > li .flyout li a:focus {
            background: none;
            background: transparent;
            color: #FFBA07; }

.nav.social-nav {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-top: -8px; }
  .nav.social-nav li {
    float: left;
    margin-right: 15px; }
    .nav.social-nav li:last-child {
      margin-right: 0; }

.social {
  text-align: center;
  margin-bottom: 10px; }

.icn-twitter, .icn-facebook, .icn-google, .icn-insta {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/images/social_sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.icn-twitter {
  width: 27px;
  background-position: 0 0; }
  .icn-twitter:hover, .icn-twitter:focus {
    background-position: 0 -23px; }

.icn-facebook {
  width: 13px;
  background-position: -27px 0; }
  .icn-facebook:hover, .icn-facebook:focus {
    background-position: -27px -23px; }

.icn-google {
  width: 25px;
  background-position: -40px 0; }
  .icn-google:hover, .icn-google:focus {
    background-position: -40px -23px; }

.icn-insta {
  width: 20px;
  background-position: -67px 0; }
  .icn-insta:hover, .icn-insta:focus {
    background-position: -67px -23px; }

.site-contact {
  float: right;
  margin: 22px 25px 0;
  text-align: right; }
  .site-contact > a, .site-contact .myfp-user {
    color: #FFBA07;
    font-size: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 25px; }
  .site-contact .myfp-user {
    float: left;
    padding-top: 12px;
    color: #fff; }

.lt-ie9 .header-wrap.row {
  max-width: 960px; }
.lt-ie9 .site-nav {
  clear: both; }
.lt-ie9 .blog-content, .lt-ie9 .blog-content.row {
  margin-top: 112px; }
.lt-ie9 .blog-content-filter.is_stuck {
  top: 112px !important; }

.property-finder-title {
  color: #FFBA07;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: center; }

.top-spacer {
  /*margin-top: 40%;*/
  margin-top: 25px; }

.spacer-404 {
  margin-top: 60%; }

.property-finder {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 20px 10px;
  margin-bottom: 10px;
  /*margin-top: 40%;*/
  margin-top: 125px; }
  .property-finder form {
    text-align: center; }
    .property-finder form select {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 160px;
      vertical-align: top;
      padding: 7px 2px 6px;
      border-radius: 3px;
      margin-right: 5px;
      border: none; }
    .property-finder form input {
      width: 130px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      border-radius: 3px;
      margin-right: 5px;
      border: none; }
    .property-finder form ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .property-finder form :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.75); }
    .property-finder form ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.75); }
    .property-finder form :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }

.mob-searchtags {
  display: none; }

#mainstreet .home-margin {
  background: #504C4D;
  background: rgba(80, 76, 77, 0.9);
  margin-top: 40%; }

#mainstreet .home-margin-inner {
  padding: 0px 50px 50px 50px; }
  #mainstreet .home-margin-inner h1 {
    text-align: center;
    color: #FFFFFF; }
  #mainstreet .home-margin-inner h1, #mainstreet .home-margin-inner h2, #mainstreet .home-margin-inner li, #mainstreet .home-margin-inner p {
    color: #FFFFFF; }

.home-margin .breadcrumb {
  padding: 20px 50px 0px 50px;
  color: #fff; }

#mainstreet .listing-margin {
  margin-top: 20%; }

.search-date, input.search-date {
  background: #fff url("/images/icn-calendar.png") 95% center no-repeat; }
  .search-date:focus, input.search-date:focus {
    background: #eaeaea url("/images/icn-calendar.png") 95% center no-repeat; }

.button {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  margin: 0;
  border: none;
  border-top: 1px solid #F1F0F0;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 9px 18px;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  text-align: center;
  text-decoration: none;
  background-color: #f58a20;
  background-image: -moz-linear-gradient(top, #f7bc3e 0%, #f6a226 50%, #f58a20 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7bc3e), color-stop(50%, #f6a226), color-stop(100%, #f58a20));
  background-image: -webkit-linear-gradient(top, #f7bc3e 0%, #f6a226 50%, #f58a20 100%);
  background-image: -o-linear-gradient(top, #f7bc3e 0%, #f6a226 50%, #f58a20 100%);
  background-image: -ms-linear-gradient(top, #f7bc3e 0%, #f6a226 50%, #f58a20 100%);
  background-image: linear-gradient(to bottom, #f7bc3e 0%, #f6a226 50%, #f58a20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc3e', endColorstr='#f58a20', GradientType=0);
  background-repeat: repeat-x;
  background-position: 0;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease; }
  .button:visited {
    color: #fff; }
  .button:hover, .button:focus {
    color: #fff;
    background-position: 0 -15px; }
  .button.blue {
    border-top: 1px solid #ace6e7;
    background-color: #32aec8;
    background-image: -moz-linear-gradient(top, #5cccd0 0%, #46bcc8 50%, #32aec8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5cccd0), color-stop(50%, #46bcc8), color-stop(100%, #32aec8));
    background-image: -webkit-linear-gradient(top, #5cccd0 0%, #46bcc8 50%, #32aec8 100%);
    background-image: -o-linear-gradient(top, #5cccd0 0%, #46bcc8 50%, #32aec8 100%);
    background-image: -ms-linear-gradient(top, #5cccd0 0%, #46bcc8 50%, #32aec8 100%);
    background-image: linear-gradient(to bottom, #5cccd0 0%, #46bcc8 50%, #32aec8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cccd0', endColorstr='#46bcc8', GradientType=0); }
  .button.red {
    border-top: 1px solid #c36549;
    background-color: #7a0203;
    background-image: -moz-linear-gradient(top, #c36549 0%, #7a0203 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c36549), color-stop(50%, #7c0201), color-stop(100%, #7a0203));
    background-image: -webkit-linear-gradient(top, #c36549 0%, #7a0203 100%);
    background-image: -o-linear-gradient(top, #c36549 0%, #7a0203 100%);
    background-image: -ms-linear-gradient(top, #c36549 0%, #7a0203 100%);
    background-image: linear-gradient(to bottom, #c36549 0%, #7a0203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c36549', endColorstr='#7a0203', GradientType=0); }
  .button.green {
    border-top: 1px solid #62eb46;
    background-color: #1e6f09;
    background-image: -moz-linear-gradient(top, #62eb46 0%, #1e6f09 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62eb46), color-stop(50%, #1e6f09), color-stop(100%, #1e6f09));
    background-image: -webkit-linear-gradient(top, #62eb46 0%, #1e6f09 100%);
    background-image: -o-linear-gradient(top, #62eb46 0%, #1e6f09 100%);
    background-image: -ms-linear-gradient(top, #62eb46 0%, #1e6f09 100%);
    background-image: linear-gradient(to bottom, #62eb46 0%, #1e6f09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62eb46', endColorstr='#1e6f09', GradientType=0); }
  .button.wide {
    padding-left: 30px;
    padding-right: 30px; }

section.row {
  margin-bottom: 15px; }

#mainstreet .homepage, .introbox {
  background: #504C4D;
  background: rgba(80, 76, 77, 0.9);
  padding: 10px 30px; }
  #mainstreet .homepage h1, .introbox h1 {
    text-align: center; }
  #mainstreet .homepage h1, #mainstreet .homepage h2, #mainstreet .homepage li, #mainstreet .homepage p, .introbox h1, .introbox h2, .introbox li, .introbox p {
    color: #FFFFFF; }
  #mainstreet .homepage a, .introbox a {
    color: #FFBA07; }
    #mainstreet .homepage a:visited, .introbox a:visited {
      color: #FFBA07; }
    #mainstreet .homepage a:hover, #mainstreet .homepage a:focus, .introbox a:hover, .introbox a:focus {
      color: #bea795; }

.contentbox.top-spacer {
  margin-bottom: 25px; }

#mainstreet .homepage h1 {
  font-size: 28px; }
#mainstreet .homepage p {
  font-size: 15px; }

.promo-banner-wrap {
  margin-top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .promo-banner-wrap {
    *zoom: 1; }
  .promo-banner-wrap:before, .promo-banner-wrap:after {
    content: "";
    display: table; }
  .promo-banner-wrap:after {
    clear: both; }

.promo-banner-pos {
  display: table;
  min-height: 265px;
  float: right;
  width: 33.33%;
  padding: 0 0 0 3px; }

.promo-banner-cont {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center; }
  .promo-banner-cont h3 {
    color: #fff; }
  .promo-banner-cont .imgCenter {
    margin-bottom: 15px; }
  .promo-banner-cont p:last-child {
    margin-bottom: 0; }

.contentbox {
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  padding: 20px 50px; }
  .contentbox h1 {
    color: #84716a;
    text-align: center; }
  .contentbox .breadcrumb + h1 {
    margin-bottom: 30px; }
  .contentbox h2 {
    text-align: center; }
  .contentbox .room-types p {
    color: #FFFFFF; }
  .contentbox h2, .contentbox li, .contentbox p {
    color: #111111; }
  .contentbox form {
    margin: auto;
    width: 60%; }

.room-types {
  background: #504C4D;
  background: rgba(80, 76, 77, 0.9);
  padding: 10px 20px 0px;
  text-align: center;
  color: #fff; }
  .room-types h1, .room-types h2, .room-types h3, .room-types h4, .room-types h5, .room-types h6 {
    color: #fff; }
  .room-types p {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 16px; }
  .room-types li {
    display: inline-block;
    margin: 0 5px 10px; }
    .room-types li a {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      padding: 5px 15px;
      width: 245px;
      border: 1px solid #fff;
      color: #fff;
      -webkit-transition: border-color 0.3s ease, color 0.3s ease;
      -moz-transition: border-color 0.3s ease, color 0.3s ease;
      -o-transition: border-color 0.3s ease, color 0.3s ease;
      transition: border-color 0.3s ease, color 0.3s ease; }
      .room-types li a:hover, .room-types li a:focus {
        border-color: #FFBA07;
        color: #FFBA07; }
        .room-types li a:hover a, .room-types li a:focus a {
          color: #FFBA07; }
  .room-types a {
    color: #fff;
    display: block; }
    .room-types a:visited {
      color: #fff; }
    .room-types a:hover, .room-types a:focus {
      color: #fff; }
  .room-types .contact-block {
    /*p {
      color: $text_colour;
    }*/ }
    .room-types .contact-block .tel {
      color: #fff;
      border-bottom-color: #FFBA07;
      margin-bottom: 20px; }
      .room-types .contact-block .tel:visited {
        color: #fff; }
      .room-types .contact-block .tel:hover, .room-types .contact-block .tel:focus {
        color: #fff; }

.block-links {
  text-align: center;
  margin-bottom: 20px; }
  .block-links li {
    display: inline-block;
    margin: 0 1px 6px; }
    .block-links li a {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      padding: 5px 15px;
      border: 2px solid #84716a;
      border-radius: 8px;
      color: #84716a;
      -webkit-transition: border-color 0.3s ease, color 0.3s ease;
      -moz-transition: border-color 0.3s ease, color 0.3s ease;
      -o-transition: border-color 0.3s ease, color 0.3s ease;
      transition: border-color 0.3s ease, color 0.3s ease;
      color: #84716a;
      min-width: 230px; }
      .block-links li a:visited {
        color: #84716a; }
      .block-links li a:hover, .block-links li a:focus {
        border-color: #FFBA07;
        color: #FFBA07; }
        .block-links li a:hover a, .block-links li a:focus a {
          color: #FFBA07; }

.contact-block {
  max-width: 310px;
  margin: 0 auto;
  text-align: center; }
  .contact-block .tel {
    color: #FFC60E;
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #84716a; }
  .contact-block h4 {
    color: #bea795;
    font-weight: normal;
    text-transform: uppercase; }

.available-listings {
  background: #7a7879;
  padding: 20px 20px 15px 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 16px; }
  .available-listings > div, .available-listings > p {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 16px;
    line-height: 1.4; }

.available-listings-intro {
  margin-bottom: 10px; }

.promo-carousel-wrap {
  position: relative; }
  .promo-carousel-wrap.isSlider {
    margin: 0 -3px; }
  .promo-carousel-wrap .promo-carousel {
    position: relative;
    width: 100%;
    height: 271px;
    overflow: hidden; }
  .promo-carousel-wrap .slide-prev {
    left: -36px;
    background: url("/images/arrow_left.png") center no-repeat; }
  .promo-carousel-wrap .slide-next {
    right: -36px;
    background: url("/images/arrow_right.png") center no-repeat; }

.slider {
  width: 100%;
  height: 100%; }

.room-slide-wrap {
  display: block;
  float: left;
  width: 33.3%;
  /*padding: 0 3px;*/
  margin-top: 5px; }
  .room-slide-wrap > a {
    display: block;
    padding: 0 3px; }

.room-slide {
  height: 264px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.weekly-special-tag {
  margin: 0 0 0 25%;
  width: 50%;
  text-transform: uppercase;
  background-color: #2abeda;
  color: #FFFFFF;
  font-family: "Montserrat", arial, sans-serif;
  text-align: center;
  padding: 4px;
  font-size: 13px;
  font-weight: bold; }

.room-slide-overlay {
  background: #000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 15px;
  width: 100%;
  position: absolute;
  bottom: 0; }
  .room-slide-overlay:after {
    background-image: url("/images/icn-yellow-right.png");
    background-size: 100% auto;
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px; }

.weekly-slide-overlay:after {
  background-image: url("/images/icn-blue-right.png"); }

.room-slide-price {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold; }

.room-slide-type {
  color: #FFFFFF;
  margin-top: 5px;
  font-size: 11px; }
  .room-slide-type p {
    margin: 0px;
    font-size: 11px; }

.mg-tp-50 {
  margin-top: 50px; }

.room-slide-location {
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 5px; }

.listing-btns {
  margin: 15px !important;
  min-width: 145px; }

.room-text {
  /*padding: 12px 20px;
  height: 100px;*/
  height: 80px;
  overflow: hidden;
  padding: 7px 20px;
  margin-bottom: 15px;
  font-size: 12px; }
  .room-text p {
    font-size: 12px;
    font-weight: 600; }

.sorting.location {
  float: left;
  text-align: left;
  padding-left: 3px; }

.sorting.showing {
  margin: 0 auto;
  width: 125px; }
  .sorting.showing .dk_container {
    min-width: 80px; }

.sorting.pagination {
  float: right;
  padding-right: 3px; }

.pagination li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
.pagination a {
  display: block;
  color: #111111; }
  .pagination a:hover, .pagination a:focus {
    color: #FFBA07; }
  .pagination a.prev {
    border-right: 1px solid #111111;
    padding-right: 10px;
    margin-right: 5px; }
  .pagination a.next {
    border-left: 1px solid #111111;
    padding-left: 10px;
    margin-left: 5px; }

#hero {
  position: relative;
  top: -90px;
  margin-bottom: -220px; }

.heading {
  color: #bea795;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .heading span {
    background-color: #FFFFFF;
    position: relative;
    z-index: 3; }
  .heading hr {
    border-color: #bea795;
    border-width: 1px;
    color: #bea795;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 30%;
    left: 50%;
    margin-left: -15%; }

.candy-column {
  padding: 0 3px; }

.banner-footer-promo {
  width: 100%;
  height: 330px;
  background: url("../images/footer-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -50px;
  margin-top: 80px; }

.banner-footer-overlay {
  position: relative;
  height: 330px;
  width: 450px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6); }

.banner-footer {
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-family: 'montserrat';
  color: #fff;
  padding: 65px 0px; }

.banner-footer-text {
  font-size: 36px;
  font-family: 'montserrat';
  color: #fff;
  margin-bottom: 10px; }

.candy {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .candy .place {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 67px; }
  .candy .place-block {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 67px;
    font-family: 'montserrat'; }
  .candy.inc-caption {
    background-size: 100% 180px;
    background-position: center 0;
    height: 232px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden; }
  .candy:hover .candy-caption, .candy:focus .candy-caption {
    top: 110px;
    background-color: #fff;
    background-color: white; }

.sub-place {
  font-size: 18px;
  padding-top: 10px;
  font-family: 'montserrat';
  letter-spacing: 1px;
  font-weight: normal; }

.candy-caption {
  position: absolute;
  top: 180px;
  height: 72%;
  width: 100%;
  background: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 1.3;
  color: #111111;
  -webkit-transition: top 0.3s ease, background-color 0.15s linear;
  -moz-transition: top 0.3s ease, background-color 0.15s linear;
  -o-transition: top 0.3s ease, background-color 0.15s linear;
  transition: top 0.3s ease, background-color 0.15s linear; }

#guides .four.columns, #video .four.columns {
  padding: 3px; }
  #guides .four.columns:first-child, #video .four.columns:first-child {
    padding-left: 15px; }
  #guides .four.columns:last-child, #video .four.columns:last-child {
    padding-right: 15px; }

#guides {
  margin-top: 25px; }

#video {
  margin-top: 10px; }
  #video .candy {
    height: 190px;
    background-size: cover; }
    #video .candy .caption {
      background-color: rgba(0, 0, 0, 0.6);
      color: #FFFFFF;
      font-size: 18px;
      font-weight: bold;
      padding: 14px;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 0; }
  #video .columns.eight .candy {
    height: 340px; }

.launch-video {
  cursor: pointer; }

.main-footer {
  background: none repeat scroll 0 0 #504C4D;
  padding: 40px 0 10px;
  /*margin-top: 50px;*/ }
  .main-footer h4 {
    color: #bea795;
    font-weight: normal;
    text-transform: uppercase; }
  .main-footer p {
    color: #FFFFFF; }
  .main-footer .tel {
    color: #FFC60E;
    display: block;
    font-size: 28px;
    font-weight: bold;
    /*margin-bottom: 27px;*/ }
    .main-footer .tel + p.small {
      margin-bottom: 13px; }
  .main-footer .align-center {
    border-left: 1px solid #7b7778;
    border-right: 1px solid #7b7778;
    text-align: center; }
  .main-footer .sub-footer {
    text-align: center;
    margin-top: 45px; }
    .main-footer .sub-footer .nav-footer > a {
      color: #bea795;
      font-weight: bold;
      margin-right: 20px; }
      .main-footer .sub-footer .nav-footer > a:last-child {
        margin-right: 0; }
      .main-footer .sub-footer .nav-footer > a:hover {
        text-decoration: underline; }
  .main-footer .tweets h4 {
    background-image: url("/images/twitter-brown.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    margin: 6px 0;
    padding: 10px 35px; }
  .main-footer .tweets a {
    color: #bea795; }
  .main-footer .tweets p {
    font-style: italic; }

#property-banner .candy {
  width: 100%;
  height: 170px;
  margin-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #property-banner .candy .place {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 215px; }
  #property-banner .candy .place-block {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    padding: 35px 10px 15px 10px;
    text-align: center;
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0px;
    font-family: 'montserrat'; }

#copyright {
  color: #FFFFFF;
  font-size: 11px;
  margin-top: 15px; }

#guides .heading span {
  background-image: url("/images/icn-guide.png");
  background-repeat: no-repeat;
  background-position: 15px 1px;
  padding-left: 55px;
  padding-right: 20px; }

#video .heading span {
  background-image: url("/images/icn-video.png");
  background-repeat: no-repeat;
  background-position: 15px 1px;
  padding-left: 55px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px; }

#related {
  margin-bottom: 50px; }

#related .heading span {
  background-image: url("/images/icn-related.png");
  background-repeat: no-repeat;
  background-position: 15px 1px;
  padding-left: 55px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px; }

.map-search-wrap {
  position: relative; }

#map-search, #search_map {
  height: 530px;
  width: 100%;
  background-color: #e5e3df; }
  #map-search.full-size, #search_map.full-size {
    height: 650px;
    margin-bottom: -50px; }
  #map-search.property-map, #search_map.property-map {
    height: 300px; }
    #map-search.property-map + .map-zoom, #search_map.property-map + .map-zoom {
      right: 15px; }

.map-zoom {
  position: absolute;
  /*bottom: 86px;*/
  bottom: 50%;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 16px;
  width: 50px; }
  .map-zoom a {
    padding: 5px 12px;
    display: block; }
  .map-zoom img {
    border-radius: 26px; }

.map-search-results {
  position: relative;
  bottom: 75px;
  left: 50%;
  margin-left: -480px;
  width: 100%;
  max-width: 960px;
  padding: 20px 20px 15px 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 16px; }

.count {
  font-size: 26px;
  color: #FFBA07; }

.icn-search {
  display: inline-block;
  width: 25px;
  height: 26px;
  margin: 0 10px -5px 0;
  background: url("/images/icn-search-lge.png") center no-repeat; }

#tab-map .map-zoom {
  right: 42px;
  bottom: 49%; }

.sort-wrapper {
  margin-top: 20px; }

.no-search-results {
  padding-top: 20px; }

#search_map.full-size + .map-zoom {
  bottom: 52.5%; }

#search-widget {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -215px;
  padding: 30px 25px;
  width: 280px;
  background: #bea795;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); }
  #search-widget.off-screen {
    left: -280px; }
  #search-widget .form-row {
    margin-bottom: 20px; }
    #search-widget .form-row {
      *zoom: 1; }
    #search-widget .form-row:before, #search-widget .form-row:after {
      content: "";
      display: table; }
    #search-widget .form-row:after {
      clear: both; }
  #search-widget select, #search-widget input {
    border: none;
    border-radius: 3px;
    margin-bottom: 0; }
  #search-widget .half {
    float: left;
    width: 47%; }
    #search-widget .half.right {
      float: right; }
  #search-widget .button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 230px;
    font-size: 18px; }
  #search-widget .parking-choice {
    text-align: right; }
    #search-widget .parking-choice label, #search-widget .parking-choice input {
      color: #111111;
      display: inline-block;
      font-size: 13px; }

#search-widget-toggle {
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 320px;
  background: #6F6B6A url("/images/icn-search-lge.png") center 20px no-repeat;
  border-radius: 0 20px 20px 0;
  text-align: right;
  cursor: pointer; }

.search-widget-title {
  position: absolute;
  left: 0;
  top: 170px;
  width: 220px;
  margin-left: -90px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', arial, sans-serif;
  color: #FFF;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.lt-ie9 #search-widget-toggle {
  height: 70px; }
.lt-ie9 .search-widget-title {
  display: none; }

.range-title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #23150a;
  margin-bottom: 14px; }

.ui-slider {
  position: relative;
  text-align: left;
  height: 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #f7eae1;
  border-bottom-color: #fff7ef;
  background: #e2dbd5;
  background: -moz-linear-gradient(top, #e2dbd5 0%, #e6d9d1 50%, #c3b8b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dbd5), color-stop(50%, #e6d9d1), color-stop(100%, #c3b8b2));
  background: -webkit-linear-gradient(top, #e2dbd5 0%, #e6d9d1 50%, #c3b8b2 100%);
  background: -o-linear-gradient(top, #e2dbd5 0%, #e6d9d1 50%, #c3b8b2 100%);
  background: -ms-linear-gradient(top, #e2dbd5 0%, #e6d9d1 50%, #c3b8b2 100%);
  background: linear-gradient(to bottom, #e2dbd5 0%, #e6d9d1 50%, #c3b8b2 100%); }

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  display: block;
  width: 14px;
  height: 14px;
  top: -3px;
  margin-left: -7px;
  background: url("/images/icn-slide_handle.png") center no-repeat;
  outline: none; }
  .ui-slider-handle:focus {
    outline: none; }

.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  top: -1px;
  bottom: -1px;
  border-top: 1px solid #ffe793;
  border-bottom: 1px solid #f8fdf7;
  background: #ffc126;
  background: -moz-linear-gradient(top, #ffc126 0%, #f8b71b 50%, #e77f0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc126), color-stop(50%, #f8b71b), color-stop(100%, #e77f0e));
  background: -webkit-linear-gradient(top, #ffc126 0%, #f8b71b 50%, #e77f0e 100%);
  background: -o-linear-gradient(top, #ffc126 0%, #f8b71b 50%, #e77f0e 100%);
  background: -ms-linear-gradient(top, #ffc126 0%, #f8b71b 50%, #e77f0e 100%);
  background: linear-gradient(to bottom, #ffc126 0%, #f8b71b 50%, #e77f0e 100%); }

.ui-slider-range-min {
  left: 0; }

.ui-slider-range-max {
  right: 0; }

#amount-min, #amount-max {
  background: rgba(255, 255, 255, 0);
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  color: #111111;
  margin: 0;
  padding: 0;
  height: auto;
  width: 90px;
  -webkit-text-fill-color: #111111;
  -webkit-opacity: 1;
  opacity: 1; }

#amount-min {
  float: left; }

#amount-max {
  float: right;
  text-align: right; }

/* UI Layout helpers */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  color: #AAAAAA; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-datepicker {
  width: 250px;
  padding: 2px 2px 0;
  display: none;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  border-radius: 3px; }
  .ui-datepicker a {
    color: #111111; }
    .ui-datepicker a:hover, .ui-datepicker a:focus {
      color: #FFBA07; }

.ui-datepicker-header {
  position: relative;
  padding: 2px 0;
  text-align: center;
  background: #FFBA07;
  font-weight: bold; }

.ui-datepicker-title {
  line-height: 25px; }

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.ui-datepicker-prev {
  left: 2px;
  background: url("/images/arrow-left.png") center no-repeat; }

.ui-datepicker-next {
  right: 2px;
  background: url("/images/arrow-right.png") center no-repeat; }

.ui-datepicker table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin: 0 0 2px;
  border: none; }
  .ui-datepicker table .ui-state-hover, .ui-datepicker table .ui-state-hover:hover {
    /* selected day */
    background: rgba(255, 186, 7, 0.2);
    color: #111111; }
  .ui-datepicker table .ui-state-active {
    font-weight: bold;
    border: 1px solid #FFBA07;
    background: rgba(255, 186, 7, 0.3); }
.ui-datepicker th {
  padding: 5px 2px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 13px; }
.ui-datepicker td {
  border: 0;
  padding: 1px; }
  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 2px;
    text-align: center;
    text-decoration: none; }
.ui-datepicker .ui-state-highlight {
  /* today */
  font-weight: bold;
  border: none;
  background: none; }

/* Property page */
.breadcrumbs {
  border-bottom: 1px solid #84716a;
  padding: 25px 0 10px 0;
  margin-bottom: 20px; }

.back {
  display: inline-block;
  padding-left: 50px;
  height: 36px;
  line-height: 36px;
  background: url("/images/icn-yellow-left.png") 0 center no-repeat;
  color: #111111;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 13px;
  font-weight: bold; }

.prop-intro {
  background: #504c4d; }
  .prop-intro {
    *zoom: 1; }
  .prop-intro:before, .prop-intro:after {
    content: "";
    display: table; }
  .prop-intro:after {
    clear: both; }

.prop-brief {
  float: left;
  width: 33%;
  padding: 25px;
  color: #fff; }
  .prop-brief h1, .prop-brief .prop-brief-location, .prop-brief .prop-brief-price {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', arial, sans-serif; }
  .prop-brief h1 {
    margin: 0 0 5px 0; }
  .prop-brief .prop-brief-location {
    margin-bottom: 21px; }
  .prop-brief .prop-brief-price {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 24px; }

.prop-brief-amenities {
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px; }
  .prop-brief-amenities:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #fff; }

.property-details {
  display: inline-block; }

.prop-person, .prop-bedrooms, .prop-bathrooms, .prop-parking, .prop-bedrooms-grey, .prop-bathrooms-grey, .prop-parking-grey {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 25px;
  text-align: left;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #333;
  font-size: 12px; }

.prop-person, .prop-bedrooms, .prop-bathrooms, .prop-parking {
  color: #fff; }

.seperator {
  width: 100%;
  background: #333;
  height: 1px;
  margin-bottom: 20px; }

.prop-bedrooms-grey, .prop-bathrooms-grey, .prop-parking-grey {
  width: 50px;
  text-align: center; }

.prop-person {
  padding-right: 30px;
  background-image: url("/images/icn-person.png"); }

.prop-bedrooms {
  padding-right: 40px;
  background-image: url("/images/icn-bedroom.png"); }

.prop-bedrooms-grey {
  padding-right: 40px;
  background-image: url("/images/icn-bedroom-grey.png"); }

.prop-bathrooms {
  padding-right: 30px;
  background-image: url("/images/icn-bathroom.png"); }

.prop-bathrooms-grey {
  padding-right: 30px;
  background-image: url("/images/icn-bathroom-grey.png"); }

.prop-parking {
  padding-right: 37px;
  background-image: url("/images/icn-parking.png"); }

.prop-parking-grey {
  padding-right: 37px;
  background-image: url("/images/icn-parking-grey.png"); }

.prop-brief-extra {
  margin-bottom: 25px;
  font-size: 13px; }
  .prop-brief-extra li {
    font-size: 13px; }
  .prop-brief-extra p:last-child {
    margin-bottom: 0; }

.prop-brief-contact {
  text-align: center; }
  .prop-brief-contact .button {
    margin-right: 5px;
    padding: 12px 25px; }
    .prop-brief-contact .button:last-child {
      margin-right: 0; }

.iosSlider.home-slider {
  width: 100%;
  height: 350px; }
  .iosSlider.home-slider .slider {
    width: 100%;
    height: 100%; }

.home-slide {
  float: left;
  position: relative;
  width: 50%; }
  .home-slide > img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto; }

.home-slide-caption {
  position: absolute;
  left: 0;
  top: 160px;
  width: 424px;
  padding: 30px 10px;
  background: #000;
  border-bottom: 3px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 10; }
  .home-slide-caption > img {
    display: block;
    margin: 10px auto 0; }

.slider-nav {
  position: relative;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  z-index: 5; }
  .slider-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: black; }
    .slider-nav li.current {
      background: grey; }

.prop-gallery {
  float: right;
  position: relative;
  width: 66%; }
  .prop-gallery .iosSlider {
    width: 100%;
    height: 420px; }
    .prop-gallery .iosSlider .slider {
      width: 100%;
      height: 100%; }
    .prop-gallery .iosSlider .slide {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }

.propslide-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(253, 195, 26, 0.7);
  padding: 12px 15px;
  color: #fff;
  line-height: 1.5; }
  .propslide-desc .button {
    margin-bottom: 3px;
    margin-top: 10px; }

.propslide-heading {
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 20px;
  font-weight: bold; }

.propslide-caption {
  font-size: 13px; }

.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  opacity: 0.8;
  height: 36px;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .slide-prev:hover, .slide-prev:focus, .slide-next:hover, .slide-next:focus {
    opacity: 1; }

.slide-prev {
  left: 0;
  background-image: url("/images/icn-yellow-left.png"); }

.slide-next {
  right: 0;
  background-image: url("/images/icn-yellow-right.png"); }

.prop-share {
  float: right;
  margin-top: 10px; }
  .prop-share li {
    display: inline-block;
    font-size: 11px;
    margin-left: 20px; }
  .prop-share .prop-share {
    display: inline-block;
    color: #111111;
    height: 22px;
    line-height: 22px;
    background-position: right center;
    background-repeat: no-repeat; }
    .prop-share .prop-share.fb {
      padding-right: 16px;
      background-image: url("/images/icn-facebook.png"); }
    .prop-share .prop-share.g {
      padding-right: 28px;
      background-image: url("/images/icn-googleplus.png"); }
    .prop-share .prop-share:hover, .prop-share .prop-share:focus {
      text-decoration: underline; }

.tabs {
  margin-top: 20px; }
  .tabs li {
    display: inline-block;
    width: 130px;
    margin-right: 3px;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 14px;
    text-align: center; }
    .tabs li a {
      background: #504C4D;
      background: rgba(80, 76, 77, 0.9);
      border: 1px solid #504C4D;
      border-radius: 3px 3px 0 0;
      padding: 7px 0;
      display: block;
      color: #fff;
      font-size: 15px; }
      .tabs li a.active {
        border-color: #b5aca5;
        border-bottom-color: #fff;
        background: #fff;
        color: #111111;
        font-weight: bold; }

.tab-container {
  margin: -1px auto 50px;
  border: 1px solid #b5aca5; }
  .tab-container h2 {
    font-size: 20px; }

.tab-content {
  padding: 25px; }
  .tab-content {
    *zoom: 1; }
  .tab-content:before, .tab-content:after {
    content: "";
    display: table; }
  .tab-content:after {
    clear: both; }
  .tab-content.active {
    display: block; }

.js .tab-content {
  display: none; }
  .js .tab-content.active {
    display: block; }

.property-feat-wrap {
  margin: 40px auto; }
  .property-feat-wrap h3 {
    color: #84716a;
    font-size: 16px; }

.prop-row {
  display: table-row;
  margin-bottom: 5px; }
  .prop-row {
    *zoom: 1; }
  .prop-row:before, .prop-row:after {
    content: "";
    display: table; }
  .prop-row:after {
    clear: both; }

.prop-feature {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px 0 50px;
  height: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 13px; }

#tab-desc {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 65%, #eae3dd 65%, #eae3dd 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(65%, #ffffff), color-stop(65%, #eae3dd), color-stop(100%, #eae3dd));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 65%, #eae3dd 65%, #eae3dd 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 66.3%, #eae3dd 66.3%, #eae3dd 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 66.3%, #eae3dd 66.3%, #eae3dd 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 66.3%, #eae3dd 66.3%, #eae3dd 100%); }

.tab-desc-content {
  float: left;
  width: 65%; }

.price-guide {
  float: right;
  width: 35%;
  background: #eae3dd;
  margin: -25px -25px 0 0;
  padding: 25px; }
  .price-guide h3 {
    font-size: 20px; }

.price-guide-table {
  width: 100%;
  border: none;
  background: none; }
  .price-guide-table th {
    color: #4f4e4c;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #fff;
    width: 60%; }
    .price-guide-table th.cost-description {
      border-right: none; }
  .price-guide-table td {
    width: 40%;
    color: #111111;
    font-weight: bold;
    text-align: right; }
  .price-guide-table tr:nth-child(even) {
    background: none; }
  .price-guide-table .subscript {
    display: block;
    font-size: 11px;
    margin-top: 2px; }

/* ******************
	FAQ
********************* */
#faq ul li h3 {
  background: none repeat scroll 0 0 #E4E4E4;
  padding: 14px 14px 14px 30px;
  background-size: auto;
  cursor: pointer;
  color: #555555;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
  position: relative;
  width: 100%; }

.faqArrow.opened {
  top: 22px; }

.faqContent {
  padding: 0 0 0 31px;
  display: none;
  width: 100%; }
  .faqContent div {
    font-size: 13px; }
    .faqContent div:first-child {
      margin-top: 17px; }
    .faqContent div:last-child {
      margin-bottom: 17px; }

.faqContent > ul {
  margin-left: 15px;
  margin-bottom: 17px; }

.faqContent li {
  padding-left: 20px;
  list-style: none !important; }

#faq h3.opened {
  background-color: #504C4D;
  background-color: rgba(80, 76, 77, 0.9) !important;
  color: #FFFFFF; }

#faq p {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 13px;
  margin-top: 17px; }

#faq ul {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 80px; }

.topic {
  list-style-type: none; }

.faqArrow {
  /*    margin-left: 5px;
      margin-right: 15px;
      vertical-align: -1px;*/
  position: absolute;
  left: 11px;
  top: 20px; }

.faqContent ol li {
  padding-left: 0px;
  list-style: decimal; }

/* ******************
	BLOG
********************* */
.blog-content, .blog-content.row {
  background: #fff;
  margin-top: 72px;
  margin-bottom: 80px; }

.blog-content-header {
  padding: 22px 0; }
  .blog-content-header h1 {
    text-align: center;
    text-transform: uppercase;
    color: #2abeda;
    font-size: 35px;
    font-weight: bold;
    margin: 0; }

.blog-content-filter {
  background: #f0f0f0;
  padding: 20px 0;
  margin: 0 -15px;
  z-index: 999; }
  .blog-content-filter {
    *zoom: 1; }
  .blog-content-filter:before, .blog-content-filter:after {
    content: "";
    display: table; }
  .blog-content-filter:after {
    clear: both; }
  .blog-content-filter > .columns {
    text-align: center; }
  .blog-content-filter select {
    display: inline-block;
    max-width: 250px;
    margin: 0 10px; }

.filter-title {
  font-family: "Montserrat", arial, sans-serif;
  color: #2abeda;
  font-weight: bold;
  font-size: 17px; }

.blog-column-one, .blog-column-two {
  float: left; }

.blog-column-one {
  width: 55%;
  border-right: 1px solid #d9d9d9; }

.blog-column-two {
  width: 45%; }

.testimonial-heading {
  border-bottom: 1px solid #d9d9d9; }

.testimonials {
  border: 1px solid #bea795;
  padding: 80px 10px 40px 10px;
  margin-top: 70px; }

.reviewer {
  color: #2abed8;
  text-align: right;
  margin-top: 40px; }

.blog-list-item, .testimony {
  position: relative;
  padding: 35px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #111111; }
  .blog-list-item p, .testimony p {
    color: #111111; }
  .blog-list-item .read-more, .testimony .read-more {
    position: absolute;
    right: -1px;
    bottom: -1px; }

.testimony {
  font-style: italic;
  padding: 30px 30px 30px 50px; }
  .testimony .testimony-content {
    position: relative;
    display: inline-block; }
    .testimony .testimony-content .testimony-content-review {
      margin-left: 40px;
      margin-right: 15px;
      max-width: 90%; }
    .testimony .testimony-content .icn-quote-open, .testimony .testimony-content .icn-quote-close {
      position: absolute;
      color: #2abeda;
      font-size: 100px;
      line-height: 1;
      font-family: "Montserrat", arial, sans-serif;
      font-style: normal; }
    .testimony .testimony-content .icn-quote-open {
      top: -25px;
      left: 0px; }
    .testimony .testimony-content .icn-quote-close {
      bottom: -55px;
      right: -25px; }
  .testimony .author {
    margin-top: 10px;
    font-style: normal;
    font-size: 11px;
    color: #2abeda; }

.icn-quote-open, .icn-quote-close {
  position: absolute;
  color: #2abeda;
  font-size: 100px;
  line-height: 1;
  font-family: "Montserrat", arial, sans-serif;
  font-style: normal; }

.icn-quote-open {
  top: 10px;
  left: 10px; }

.icn-quote-close {
  bottom: -40px;
  right: 10px; }

.article-date {
  float: left;
  padding: 10px 15px;
  margin: 0 15px 10px 0;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  color: #565656;
  font-size: 13px;
  text-align: center; }
  .article-date .date {
    display: block;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: bold; }

.article-title {
  margin: 13px 0 10px 0;
  color: #565656;
  font-size: 23px; }
  .article-title a {
    color: #565656; }
    .article-title a:hover, .article-title a:focus {
      color: #2abeda; }

.article-image-container {
  overflow: hidden;
  width: 100%;
  max-height: 310px; }

.article-img {
  display: block;
  margin: 0 auto 15px;
  width: 100%; }

.read-more {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-right: 50px;
  background: url("/images/icn-blue-right.png") right center no-repeat;
  color: #000;
  font-size: 11px; }
  .read-more:visited {
    color: #000; }
  .read-more:hover, .read-more:focus {
    color: #2abeda; }

.tag-cloud {
  padding: 0;
  margin: 0; }
  .tag-cloud li {
    display: inline;
    color: #838383;
    line-height: 22px;
    font-family: "Montserrat", arial, sans-serif; }
    .tag-cloud li a {
      color: #838383; }
      .tag-cloud li a:visited {
        color: #838383; }
      .tag-cloud li a:hover, .tag-cloud li a:focus {
        color: #2abeda; }
  .tag-cloud .tag-1 {
    font-size: 11px; }
  .tag-cloud .tag-2 {
    font-size: 15px; }
  .tag-cloud .tag-3 {
    font-size: 18px; }
  .tag-cloud .tag-4 {
    font-size: 22px; }

.blog-page-nav {
  padding: 20px; }
  .blog-page-nav {
    *zoom: 1; }
  .blog-page-nav:before, .blog-page-nav:after {
    content: "";
    display: table; }
  .blog-page-nav:after {
    clear: both; }

.text-button {
  display: block;
  width: 120px;
  border: 1px solid #2abeda;
  padding: 10px;
  text-align: center;
  color: #595959;
  background: #fff;
  font-size: 16px;
  font-family: "Montserrat", arial, sans-serif; }
  .text-button:visited {
    color: #595959; }
  .text-button:hover, .text-button:focus {
    background: #2abeda;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webktransition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blog-page {
  padding: 0 40px; }
  .blog-page .breadcrumbs {
    padding-top: 10px; }

.article-meta {
  font-size: 11px;
  font-weight: bold; }
  .article-meta > a {
    color: #84716a; }
    .article-meta > a:hover, .article-meta > a:focus {
      color: #2abeda; }
  .article-meta .article-sharing {
    float: right; }

.article-sharing {
  margin: 0;
  padding: 0; }
  .article-sharing li {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    display: inline-block;
    height: 14px;
    line-height: 14px; }
    .article-sharing li a {
      font-size: 11px;
      color: #757575;
      font-weight: normal; }
      .article-sharing li a:visited {
        color: #757575; }
      .article-sharing li a:hover, .article-sharing li a:focus {
        color: #2abeda; }
        .article-sharing li a:hover span, .article-sharing li a:focus span {
          opacity: 0.6; }
  .article-sharing .share-fb, .article-sharing .share-twit, .article-sharing .share-g {
    display: block;
    line-height: 14px; }
    .article-sharing .share-fb span, .article-sharing .share-twit span, .article-sharing .share-g span {
      display: inline-block;
      width: 17px;
      height: 14px;
      margin-right: 4px;
      background: url("/images/icn-social-blue.png") 0 center no-repeat;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .article-sharing .share-fb span {
    background-position: 8px center; }
  .article-sharing .share-twit span {
    background-position: -11px center; }
  .article-sharing .share-g span {
    background-position: -30px center; }

.blog-article-content {
  max-width: 650px;
  margin: 10px auto; }

.article-footer {
  margin: 40px 0 50px;
  border-bottom: 1px solid #d9d9d9; }
  .article-footer .article-sharing {
    float: left; }
    .article-footer .article-sharing li {
      margin: 0 30px 0 0; }
  .article-footer .article-tags {
    float: right; }

.article-tags {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
  color: #84716a;
  text-align: right; }
  .article-tags a {
    color: #84716a; }
    .article-tags a:visited {
      color: #84716a; }
    .article-tags a:hover, .article-tags a:focus {
      color: #2abeda; }
  .article-tags:hover {
    white-space: normal; }

.article-reply label {
  display: none;
  font-weight: bold; }
.article-reply textarea {
  width: 100%;
  height: 150px;
  resize: vertical; }
.article-reply .button {
  margin-top: 25px; }

.button-new {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  margin: 0;
  border: none;
  border-top: 1px solid #F1F0F0;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 20px;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  text-align: center;
  text-decoration: none;
  /* background-color: #e8f520; */
  background-image: -moz-linear-gradient(top, #f8b93a 0%, #f38b25 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8b93a), color-stop(100%, #f38b25));
  background-image: -o-linear-gradient(top, #f8b93a 0%, #f38b25 100%);
  background-image: -ms-linear-gradient(top, #f8b93a 0%, #f38b25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b93a', endColorstr='#f38b25', GradientType=0);
  background-repeat: repeat-x;
  background-position: 0;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease; }

.blue {
  background-image: -moz-linear-gradient(top, #6acbd1 0%, #24adc3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6acbd1), color-stop(100%, #24adc3));
  background-image: -o-linear-gradient(top, #6acbd1 0%, #24adc3 100%);
  background-image: -ms-linear-gradient(top, #6acbd1 0%, #24adc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6acbd1', endColorstr='#24adc3', GradientType=0);
  background-repeat: repeat-x;
  background-position: 0;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease; }

.lt-ie10 .article-reply label {
  display: block; }

.blog-header-search {
  padding-left: 27px; }
  .blog-header-search input[type="text"] {
    width: 200px;
    margin: 0;
    display: inline-block; }
  .blog-header-search .blog-search {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/images/icn-search-blue.png") center no-repeat;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.blog .main-header, .blog .main-footer {
  position: fixed;
  left: 0;
  right: 0; }
.blog .main-header {
  top: 0; }
.blog .nav-bar > li > a:first-child {
  padding-left: 27px;
  padding-right: 27px; }
.blog .main-footer {
  bottom: 0;
  background: #fff;
  padding-top: 0; }
.blog .sub-footer {
  padding-top: 15px;
  margin-top: 0;
  border-top: 1px solid #d9d9d9; }
.blog #supersized {
  position: fixed; }
.blog .site-nav {
  width: 565px; }

#blogForm h3 {
  margin-top: 50px; }

/* ******************
	Feedback forms
********************* */
.feedback-form sup {
  color: #FF0000; }
.feedback-form label {
  cursor: inherit; }

/* ******************
	SORTING
********************* */
.sorting {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  height: 55px; }
  .sorting {
    *zoom: 1; }
  .sorting:before, .sorting:after {
    content: "";
    display: table; }
  .sorting:after {
    clear: both; }
  .sorting .sort-title {
    font-weight: bold;
    float: left;
    display: block; }
  .sorting .dk_container {
    text-align: left;
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
    min-width: 160px; }
  .sorting.align-center .dk_container, .sorting.align-center > span {
    float: none;
    display: inline-block !important;
    text-align: left; }

/* One container to bind them... */
.dk_container {
  width: auto;
  min-width: 140px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

.dk_toggle {
  width: 100% !important;
  color: #111111; }
  .dk_toggle:hover {
    color: #111111; }

.dk_label {
  display: inline-block;
  padding-right: 12px;
  text-decoration: underline;
  background: url("/images/arrow-right.png") right center no-repeat; }

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #111111; }
.dk_focus .dk_toggle {
  box-shadow: 0 0 5px #111111;
  -moz-box-shadow: 0 0 5px #111111;
  -webkit-box-shadow: 0 0 5px #111111; }

.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    color: #111111; }
  .dk_open .dk_label {
    background-image: url("/images/arrow-down.png"); }

.dk_options {
  border-top: 2px solid #111111;
  border-bottom: 1px solid #111111;
  -moz-box-shadow: 2px 5px 4px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 5px 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 5px 4px 2px rgba(0, 0, 0, 0.4);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  text-align: left; }
  .dk_options li {
    font-size: 14px;
    line-height: 20px; }
  .dk_options a {
    padding: 2px 2px 2px 10px;
    color: #E6E6E6;
    background-color: rgba(255, 186, 7, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dk_options a:hover, .dk_options a:focus {
      background-color: #ffba07;
      color: #111111; }
  .dk_options li:last-child a {
    border-bottom: none; }

.dk_options_inner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #111111;
  max-height: 250px; }

.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px; }

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }

.dk_open .dk_options {
  display: block; }

.dk_open .dk_label {
  color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block; }

.dk_options_inner {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }

.dk_touch .dk_options {
  overflow: hidden; }

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible; }

.dk_fouc .sort-select select {
  position: relative;
  top: -99999em;
  visibility: hidden; }

.dk_container .sort-select select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }

.dk_mobile .sort-select select {
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/***** End Critical to the continued enjoyment of working dropdowns ******/
/* bValidator Form Messages */
.bvalidator_invalid {
  background-color: #FFFFAE; }

.bvalidator_errmsg {
  display: none;
  padding: 1px 10px 1px 5px;
  background-color: #333;
  border: 1px solid #999;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  white-space: nowrap;
  color: #FFF; }
  .bvalidator_errmsg div {
    font-size: 11px; }
  .bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFBA07;
    font-size: 12px;
    line-height: 1;
    cursor: pointer; }
  .bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0; }

/* OffCanvas mobile */
body.off-canvas {
  padding: 0;
  margin: 0; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-left-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  margin-right: 0;
  float: right;
  z-index: 1;
  position: relative; }

#mob-left-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px;
  background: #111111;
  padding: 20px; }
  #mob-left-nav li {
    margin-bottom: 10px; }
    #mob-left-nav li a:hover, #mob-left-nav li a:focus {
      color: #FFBA07; }
  #mob-left-nav li, #mob-left-nav li a {
    font-size: 16px;
    color: #dcdbdb;
    display: block;
    text-transform: uppercase; }
  #mob-left-nav .mob-search {
    display: none; }
  #mob-left-nav .btn-search {
    background-image: url("../images/icn-search-active.png"); }
  #mob-left-nav .has-flyout {
    position: relative; }
  #mob-left-nav .flyout-toggle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block; }
  #mob-left-nav .flyout {
    display: none;
    background: transparent;
    border: none; }
    #mob-left-nav .flyout li {
      margin-bottom: 0; }
      #mob-left-nav .flyout li a {
        padding: 7px 0 6px 15px;
        background: transparent;
        border: none;
        font-size: 14px;
        line-height: 1.5; }

.active-left #mob-left-nav {
  right: 0; }
.active-left #main {
  margin-right: 260px; }

.hide-extras {
  overflow: hidden; }

#sidebarButton {
  /*position: relative;*/
  display: none;
  margin: 0;
  padding: 0;
  /*margin-top: 8px;
  margin-right: 10px;*/
  width: 40px;
  height: 45px;
  cursor: pointer;
  /*float: right;*/
  position: absolute;
  right: 10px;
  top: 8px; }
  #sidebarButton > span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: #FFBA07;
    opacity: 1;
    left: 10%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #sidebarButton > span:nth-child(1) {
      top: 10px; }
    #sidebarButton > span:nth-child(2), #sidebarButton > span:nth-child(3) {
      top: 20px; }
    #sidebarButton > span:nth-child(4) {
      top: 30px; }
  #sidebarButton.active span:nth-child(1) {
    top: 20px;
    width: 0%;
    left: 50%; }
  #sidebarButton.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #sidebarButton.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #sidebarButton.active span:nth-child(4) {
    top: 20px;
    width: 0%;
    left: 50%; }

/* Maps */
.map-popup {
  border: 1px solid #555555;
  border-radius: 3px;
  padding: 4px;
  width: 200px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px #666666;
  font-family: "Montserrat", arial, sans-serif;
  display: block; }
  .map-popup .map-image {
    width: 100%;
    height: 90px;
    border-radius: 2px 2px 0 0;
    background-size: cover; }
  .map-popup .map-popup-content {
    display: block;
    color: #111111;
    height: 100%; }
    .map-popup .map-popup-content:hover, .map-popup .map-popup-content:focus {
      color: #111111; }
  .map-popup .map-price {
    font-size: 20px;
    color: #84716a;
    font-weight: bold;
    padding-bottom: 10px; }
  .map-popup .map-unit-name {
    font-size: 10px;
    padding-bottom: 4px; }
  .map-popup .map-landmark-name {
    text-align: center; }
  .map-popup .map-info {
    padding: 12px; }

/* Reviews */
.review-table {
  border: none;
  width: 60%;
  margin: auto; }
  .review-table tr {
    background: none !important; }
  .review-table th {
    text-align: right;
    vertical-align: top;
    padding-top: 18px; }

/* Feedback forms */
.field-title label {
  line-height: 17px; }
.field-title sup {
  color: #FF0000; }

.field-input select {
  margin-bottom: 12px; }
.field-input .radiobox-item {
  margin-top: 5px; }
.field-input .radiobox-wrap {
  margin-bottom: 15px; }

.booking-app-summary {
  max-width: 700px;
  margin: 0 auto; }
  .booking-app-summary h1 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px; }
    .booking-app-summary h1 + p {
      margin-bottom: 5px; }
  .booking-app-summary form {
    width: auto; }
  .booking-app-summary .info {
    color: red;
    text-transform: none; }

.feature-image-block {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.feature-text-block {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-family: 'montserrat';
  max-width: 230px;
  vertical-align: middle;
  line-height: 1.3; }

.booking-app-property {
  background: #504c4d;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif; }
  .booking-app-property .prop {
    font-size: 24px;
    margin-bottom: 10px; }
  .booking-app-property .type {
    font-size: 18px; }

.booking-application fieldset {
  border-color: #d9d9d9;
  border-radius: 0;
  padding: 15px 15px 5px 15px;
  margin-bottom: 15px; }
.booking-application legend {
  margin-left: 20px;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", arial, sans-serif; }
  .booking-application legend .info {
    color: red;
    text-transform: none; }
.booking-application label {
  font-size: 12px; }
.booking-application .radios {
  margin-bottom: 12px; }
  .booking-application .radios > label {
    display: inline-block;
    margin-right: 15px; }
.booking-application input.button {
  float: right;
  font-size: 16px;
  padding: 12px 40px; }
.booking-application select.booking-date {
  display: inline-block;
  width: 25%; }

.site-map {
  padding-left: 20px; }
  .site-map ul, .site-map ol {
    margin-top: 0;
    margin-bottom: 5px; }
  .site-map a {
    color: #111111; }
    .site-map a:visited {
      color: #111111; }
    .site-map a:hover, .site-map a:focus {
      color: #FFBA07; }

.date-select {
  text-align: center; }
  .date-select option {
    text-align: left; }

/* breadcrumb */
.breadcrumb {
  margin-bottom: 30px;
  font-size: 11px; }
  .breadcrumb p {
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 11px; }
  .breadcrumb span {
    margin: 0 5px; }

.introbox .breadcrumb span {
  color: #FFFFFF; }

.contentbox .breadcrumb p {
  color: #111111; }
.contentbox .breadcrumb span {
  color: #111111; }

/* Supersized Background Slider CSS */
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em; }

#supersized {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }
  #supersized img {
    width: auto;
    max-width: inherit;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none; }
  #supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges; }
  #supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality; }
  #supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
    #supersized li.prevslide {
      z-index: -20; }
    #supersized li.activeslide {
      z-index: -10; }
    #supersized li.prevslide img, #supersized li.activeslide img {
      display: inline; }
    #supersized li.image-loading {
      background: #fff;
      width: 100%;
      height: 100%; }
      #supersized li.image-loading img {
        visibility: hidden; }
  #supersized a {
    position: relative;
    display: block; }
  #supersized .grad-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0.95) 42%, white 60%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0.95) 42%, white 60%);
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0.95) 42%, white 60%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0.95) 42%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 9%, rgba(255, 255, 255, 0.95) 42%, white 60%); }

.error_list li {
  list-style-type: none;
  color: red;
  font-size: 12px; }

#employer-details-div {
  display: none; }

.map-marks {
  text-align: center;
  margin-top: 25px;
  padding: 0; }
  .map-marks ul {
    list-style: none;
    display: table;
    margin: 0 auto; }
    .map-marks ul li {
      float: left;
      padding: 0 15px;
      border-right: 1px solid #CCCCCC;
      font-family: 'Montserrat', arial, sans-serif; }
      .map-marks ul li img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle; }
      .map-marks ul li:last-child {
        border-right: none; }

#mapsection {
  margin-top: 50px; }
  #mapsection .heading span {
    background-image: url("/images/map_icon.png");
    background-repeat: no-repeat;
    background-position: 15px 1px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px; }

#reviewsection {
  margin-top: 50px; }
  #reviewsection .heading span {
    background-image: url("/images/reviews.png");
    background-repeat: no-repeat;
    background-position: 15px 1px;
    padding-left: 55px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px; }
  #reviewsection .icn-quote-open, #reviewsection .icn-quote-close {
    color: #bea795; }
  #reviewsection .testimony {
    border: none; }
    #reviewsection .testimony .author {
      color: #bea795; }

#roomtype {
  margin: 50px 0 20px 0; }
  #roomtype .heading span {
    background-image: url("/images/room_type.png");
    background-repeat: no-repeat;
    background-position: 15px 1px;
    padding-left: 55px;
    padding-right: 20px; }

.roomtype-tabs {
  text-align: center;
  margin: 0 0 10px 0; }

.roomtype-tab {
  display: inline-block;
  padding: 8px 5px;
  margin: 0 0.5%;
  width: 18%;
  background: #2cbdd8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .roomtype-tab.active {
    background: #FFBA07; }

.roomtype-slider-outter {
  position: relative; }
  .roomtype-slider-outter .slide-prev, .roomtype-slider-outter .slide-next {
    margin-top: -50px; }
  .roomtype-slider-outter .slide-prev {
    left: -32px;
    background: url("/images/arrow_left.png") center no-repeat; }
  .roomtype-slider-outter .slide-next {
    right: -32px;
    background: url("/images/arrow_right.png") center no-repeat; }
  .roomtype-slider-outter > .button {
    display: block;
    width: 150px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    font-size: 18px;
    padding: 10px 20px; }

.roomtype-slider {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 264px; }
  .roomtype-slider .slider {
    width: 100%;
    height: 100%; }
  .roomtype-slider .slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }

/* ***********************
	MYFP
*********************** */
.myfp .site-nav a {
  display: inline-block;
  color: #fab915;
  font-size: 18px;
  font-weight: bold;
  padding: 34px 10px; }
  .myfp .site-nav a:hover, .myfp .site-nav a:focus {
    color: #fff; }

.myfp-avatar {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px; }

.myfp-usernav {
  display: inline-block;
  text-align: left; }
  .myfp-usernav a {
    display: block;
    margin-bottom: 3px;
    color: #fff; }
    .myfp-usernav a:hover, .myfp-usernav a:focus {
      color: #FFBA07; }

.myfp-dashlinks {
  margin: 50px auto 0; }
  .myfp-dashlinks {
    *zoom: 1; }
  .myfp-dashlinks:before, .myfp-dashlinks:after {
    content: "";
    display: table; }
  .myfp-dashlinks:after {
    clear: both; }
  .myfp-dashlinks ul {
    margin: 0;
    padding: 0; }
  .myfp-dashlinks li {
    display: block;
    float: left;
    width: 19.6%;
    height: 190px;
    margin: 0 0.2%;
    padding: 0;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .myfp-dashlinks li a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      background-position: center 30px;
      background-repeat: no-repeat;
      padding-top: 135px;
      text-align: center;
      color: #625e5d; }
      .myfp-dashlinks li a span {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px; }
    .myfp-dashlinks li.dashlink-1 {
      background: #28bed9; }
      .myfp-dashlinks li.dashlink-1 a {
        background-image: url("/images/icndash-bookings.png"); }
    .myfp-dashlinks li.dashlink-2 {
      background: #615d5e; }
      .myfp-dashlinks li.dashlink-2 a {
        background-image: url("/images/icndash-payment.png");
        color: #fff; }
    .myfp-dashlinks li.dashlink-3 {
      background: #fcb913; }
      .myfp-dashlinks li.dashlink-3 a {
        background-image: url("/images/icndash-profile.png"); }
    .myfp-dashlinks li.dashlink-4 {
      background: #bea795; }
      .myfp-dashlinks li.dashlink-4 a {
        background-image: url("/images/icndash-rent.png"); }
    .myfp-dashlinks li.dashlink-5 {
      background: #5dc5c6; }
      .myfp-dashlinks li.dashlink-5 a {
        background-image: url("/images/icndash-history.png"); }
    .myfp-dashlinks li:hover {
      opacity: 0.9; }

#booking-list .heading span {
  background-image: url("/images/icn-tickbrown.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 15px center;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px; }

.myfp-bookinglist-header {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  border: 1px solid #ddd;
  overflow: hidden;
  padding-right: 17px; }
  .myfp-bookinglist-header .bookinglist-header {
    padding: 10px;
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px; }

.myfp-bookinglist-wrap {
  max-height: 150px;
  overflow: auto;
  overflow-x: hidden; }

.myfp-bookinglist-wrap.taller {
  max-height: 450px; }

.myfp-bookinglist {
  width: 100%;
  background: #ebebeb; }
  .myfp-bookinglist .tblrow {
    overflow: hidden; }
  .myfp-bookinglist .col-4, .myfp-bookinglist .col-3, .myfp-bookinglist .col-2 {
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #ddd; }
  .myfp-bookinglist .checked {
    background: url("/images/icn-tickgreen-sm.png") 15px center no-repeat; }
  .myfp-bookinglist .overdue {
    color: red; }

.col-4 {
  float: left;
  width: 25%; }
  .col-4.wide {
    width: 40%; }
  .col-4.narrow {
    width: 20%; }

.col-3 {
  float: left;
  width: 33.3%; }

.col-2 {
  float: left;
  width: 50%; }

.whitecontent {
  background: #fff;
  padding: 20px;
  min-height: 535px; }
  .whitecontent > h1 {
    margin-top: 0;
    text-align: center; }
  .whitecontent > .breadcrumbs {
    padding-top: 0;
    margin-bottom: 0;
    border: none; }

#lists-reports {
  margin: 20px 0; }
  #lists-reports .heading span {
    background-image: url("/images/icn-reports.png");
    background-repeat: no-repeat;
    background-position: 15px 1px;
    padding-left: 55px;
    padding-right: 20px; }

.reports-btns {
  text-align: center; }
  .reports-btns .button {
    width: 280px;
    font-size: 16px; }

#calendar, #checklists {
  margin: 20px 0; }
  #calendar .heading span, #checklists .heading span {
    background-image: url("/images/icn-calendarsection.png");
    background-repeat: no-repeat;
    background-position: 15px 1px;
    padding-left: 55px;
    padding-right: 20px; }

.dashcal-header {
  position: relative;
  text-align: center;
  margin-bottom: 10px; }
  .dashcal-header .dashcal-month {
    display: inline-block;
    color: #FFBA07;
    font-size: 28px;
    font-weight: bold; }
  .dashcal-header .dashcal-prev, .dashcal-header .dashcal-next {
    display: inline-block;
    width: 14px;
    height: 21px;
    cursor: pointer; }
  .dashcal-header .dashcal-prev {
    background: url("/images/arrow_left.png") center no-repeat;
    margin-right: 40px; }
  .dashcal-header .dashcal-next {
    background: url("/images/arrow_right.png") center no-repeat;
    margin-left: 40px; }

.addevents {
  position: absolute;
  bottom: 2px;
  right: 0;
  text-transform: uppercase;
  color: #737375;
  font-size: 16px;
  font-weight: bold; }
  .addevents.desktop {
    display: block; }
  .addevents.mobile {
    display: none; }

.dashcal {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0; }
  .dashcal thead {
    background: #737375; }
    .dashcal thead th {
      text-transform: uppercase;
      color: #fff;
      font-family: "Montserrat", arial, sans-serif;
      font-size: 16px;
      border: 1px solid #afafb1;
      text-align: center;
      width: 14.285%; }
  .dashcal tbody td {
    position: relative;
    border: 1px solid #afafb1;
    height: 96px;
    vertical-align: bottom;
    padding-top: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%); }
  .dashcal .day {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    font-family: "Montserrat", arial, sans-serif;
    color: #505050;
    font-weight: bold; }
  .dashcal .pay {
    background: #f27873;
    color: #fff; }
    .dashcal .pay .day {
      color: #fff; }
  .dashcal .departure {
    background: #f27873;
    color: #fff; }
    .dashcal .departure .day {
      color: #fff; }
  .dashcal .booking {
    background: #28bed9;
    color: #fff;
    border-left-color: #28bed9;
    border-right-color: #28bed9; }
    .dashcal .booking .day {
      color: #fff; }
  .dashcal .unavailable {
    background: #d3d3d3; }
  .dashcal .nodate {
    background: #afafb1; }
  .dashcal .caption {
    font-weight: bold;
    text-align: right; }
  .dashcal .icons {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 0;
    max-height: 48px;
    overflow: hidden;
    padding-left: 39px;
    text-align: right; }

.icn-movein, .icn-moveout, .icn-clean, .icn-general, .icn-event {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 55px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .icn-movein > span, .icn-moveout > span, .icn-clean > span, .icn-general > span, .icn-event > span {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: -3px;
    background: #ec931d;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold; }

.icn-movein {
  background-image: url("/images/icn-movein.png"); }
  .icn-movein > span {
    right: 0; }

.icn-moveout {
  background-image: url("/images/icn-moveout.png"); }
  .icn-moveout > span {
    left: 0; }

.icn-clean {
  width: 25px;
  background-position: 0 center;
  background-image: url("/images/icn-clean.png"); }
  .icn-clean > span {
    right: 0; }

.icn-general {
  width: 30px;
  background-position: 0 center;
  background-image: url("/images/icn-general.png"); }
  .icn-general > span {
    right: 0; }

.icn-event {
  width: 30px;
  background-position: 0 center;
  background-image: url("/images/icn-event-small.png"); }
  .icn-event > span {
    right: 0; }

.cal-key {
  text-align: center;
  margin: 10px auto; }
  .cal-key .key-item {
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold; }

.room-slide.checklist {
  background: #FFBA07 url("/images/bg-checklist-corner.jpg") right 0 no-repeat;
  color: #fff;
  padding: 8%; }

.checklist-title {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 27px;
  padding-left: 40px; }
  .checklist-title .tick {
    position: absolute;
    left: 0;
    top: 0; }

.checklist-item {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 27px;
  padding-left: 40px; }
  .checklist-item .box, .checklist-item .tick {
    position: absolute;
    left: 0;
    top: 0; }
  .checklist-item .box {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #fff; }
  .checklist-item:last-child {
    margin-bottom: 0; }
  .checklist-item a {
    color: #f27873; }
    .checklist-item a:hover, .checklist-item a:focus {
      color: #fff; }

.tick {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("/images/icn-tick.png") center no-repeat; }

.toggle-switch {
  display: inline-block;
  width: 230px;
  height: 40px;
  border: 2px solid #b3b3b3;
  background: #e6e6e6;
  border-radius: 5px;
  color: #fff;
  box-shadow: inset 0px 0px 8px 0px #b3b3b3; }
  .toggle-switch .slider {
    height: 100%;
    width: 145px;
    background: #48a9d3;
    background: -moz-linear-gradient(top, #48a9d3 0%, #2cbdd8 50%, #48a9d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48a9d3), color-stop(50%, #2cbdd8), color-stop(100%, #48a9d3));
    background: -webkit-linear-gradient(top, #48a9d3 0%, #2cbdd8 50%, #48a9d3 100%);
    background: -o-linear-gradient(top, #48a9d3 0%, #2cbdd8 50%, #48a9d3 100%);
    background: -ms-linear-gradient(top, #48a9d3 0%, #2cbdd8 50%, #48a9d3 100%);
    background: linear-gradient(to bottom, #48a9d3 0%, #2cbdd8 50%, #48a9d3 100%);
    border-radius: 4px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  .toggle-switch .off {
    display: block; }
  .toggle-switch .on {
    display: none; }
  .toggle-switch .checkbox {
    display: none; }
  .toggle-switch.on .off {
    display: none; }
  .toggle-switch.on .on {
    display: block; }
  .toggle-switch.on .slider {
    -webkit-transform: translateX(81px);
    -ms-transform: translateX(81px);
    transform: translateX(81px);
    background-image: -moz-linear-gradient(top, #1e6f09 0%, #43bd2a 50%, #1e6f09 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e6f09), color-stop(50%, #43bd2a), color-stop(100%, #1e6f09));
    background-image: -webkit-linear-gradient(top, #1e6f09 0%, #43bd2a 50%, #1e6f09 100%);
    background-image: -o-linear-gradient(top, #1e6f09 0%, #43bd2a 50%, #1e6f09 100%);
    background-image: -ms-linear-gradient(top, #1e6f09 0%, #43bd2a 50%, #1e6f09 100%);
    background-image: linear-gradient(to bottom, #1e6f09 0%, #43bd2a 50%, #1e6f09 100%); }

.myfp-report {
  max-width: 660px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9; }
  .myfp-report fieldset {
    margin: 20px 0;
    padding: 20px;
    padding-bottom: 5px; }
  .myfp-report legend {
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase; }
  .myfp-report .form-row, .myfp-report .form-row.row {
    margin-bottom: 10px; }
  .myfp-report .checkoption {
    position: relative;
    display: inline-block;
    margin: 0 30px 10px;
    padding-left: 20px;
    overflow: hidden; }
  .myfp-report .checkleft {
    position: absolute;
    left: 0;
    top: 1px; }
  .myfp-report .todaysdate, .myfp-report .currenttime {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    max-width: 200px;
    margin: 0 auto; }
  .myfp-report .todaysdate {
    background: #FFBA07; }
    .myfp-report .todaysdate.timesheet {
      background-color: #FFF; }
  .myfp-report .currenttime {
    background: #2abeda; }
  .myfp-report select.booking-date {
    display: inline-block;
    width: 25%; }

.inventory-list > .row.form-row {
  margin-bottom: 0; }
  .inventory-list > .row.form-row:first-of-type .inventory-item-wrap {
    border-top: none; }

.inventory-item-wrap {
  border-top: 1px solid #d9d9d9; }
  .inventory-item-wrap:first-child .inventory-item {
    border-right: 1px solid #d9d9d9; }
  .inventory-item-wrap:first-child .invent-comment-write {
    border-right: 1px solid #d9d9d9; }
  .inventory-item-wrap:last-child .invent-comment-write {
    border-left: 1px solid #d9d9d9;
    margin-left: -7px !important; }

.inventory-item {
  padding-top: 10px;
  padding-bottom: 3px; }
  .inventory-item .columns.four, .inventory-item .columns.eight {
    min-height: 110px; }

.invent-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px; }

.invent-count {
  font-size: 11px; }
  .invent-count > span {
    font-size: 14px;
    font-weight: bold; }

.invent-comment, .report-comment {
  position: absolute;
  bottom: 5px;
  left: 6px;
  font-size: 11px;
  line-height: 13px;
  padding-left: 20px;
  cursor: pointer;
  background: url("/images/icn-plus.jpg") 0 0 no-repeat; }
  .invent-comment.active, .report-comment.active {
    background-image: url("/images/icn-minus.jpg"); }

.report-comment {
  position: static; }

.invent-comment-write, .report-comment-write {
  display: none;
  padding: 5px 0; }
  .invent-comment-write textarea, .report-comment-write textarea {
    width: 100%;
    resize: vertical; }

.invent-checkboxes {
  float: right; }

.inventopt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  overflow: hidden; }

.property-callout {
  position: relative;
  background: #504C4D;
  color: #fff;
  padding: 15px 100px 15px 20px; }
  .property-callout .property-address {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold; }
  .property-callout .property-type {
    font-size: 16px;
    font-weight: bold; }
  .property-callout .property-roomnum {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 18px 15px 10px 15px;
    background: #2abeda;
    color: #111111;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    .property-callout .property-roomnum > span {
      display: block;
      margin-top: 3px;
      font-size: 28px; }

.myfp-report.condition .roomtype-tabs {
  margin-bottom: 0; }
.myfp-report.condition .roomtype-tab {
  width: auto;
  padding-left: 20px;
  padding-right: 20px; }
.myfp-report.condition .tab-content {
  padding-top: 0; }
  .myfp-report.condition .tab-content .form-row.row {
    border-bottom: 1px solid #D9D9D9; }
.myfp-report.condition .checkoption {
  margin: 0 10px 10px 0; }
.myfp-report.condition .inspect-secttitle {
  font-weight: bold; }
  .myfp-report.condition .inspect-secttitle .smallest {
    margin-top: 2px; }
.myfp-report.condition .checkstitle {
  font-weight: bold;
  font-size: 12px;
  color: #111111;
  margin-bottom: 10px; }
.myfp-report.condition .report-comment {
  margin: 10px 0; }

.myfp-report.inspection .tab-content,
.myfp-report.inspection-c .tab-content {
  padding: 25px;
  border: 1px solid #D9D9D9; }
.myfp-report.inspection .form-row.row,
.myfp-report.inspection-c .form-row.row {
  border-bottom: 1px solid #D9D9D9; }
.myfp-report.inspection .checkoption,
.myfp-report.inspection-c .checkoption {
  margin: 0 10px 10px 0; }
.myfp-report.inspection .report-comment,
.myfp-report.inspection-c .report-comment {
  margin: 10px 0; }

.inspection-tab {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  background: #e7e7e7;
  color: #999999;
  cursor: pointer; }
  .inspection-tab a {
    color: #999999; }
  .inspection-tab.active {
    background: #FFBA07;
    color: #111111; }
    .inspection-tab.active a {
      color: #111111; }

.myfp-report.inspection-c textarea {
  margin-bottom: 10px; }
.myfp-report.inspection-c .form-row.row {
  border-bottom: none; }
.myfp-report.inspection-c .action-wrap .checkoption {
  margin-bottom: 0; }
.myfp-report.inspection-c .action-wrap label {
  margin: 0; }
.myfp-report.inspection-c .action-title {
  font-size: 12px;
  line-height: 15px; }
.myfp-report.inspection-c .row-blue, .myfp-report.inspection-c .row-yellow {
  padding: 5px;
  margin-bottom: 2px; }
.myfp-report.inspection-c .row-blue {
  background: #e7f5f8; }
.myfp-report.inspection-c .row-yellow {
  background: #fef5e4; }

.ui-timepicker-table td a {
  width: 2.2em; }

.ui-timepicker-table .ui-timepicker-title {
  background-color: #FFBA07;
  font-weight: bold; }

.cleaningcharge_label {
  display: inline-block; }

.prompt-myfp {
  display: none;
  position: fixed;
  left: 0;
  top: 200px;
  padding: 22px 80px 22px 55px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("/images/logo-myfp.png");
  background-position: 91% center;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  .prompt-myfp:visited {
    color: #fff; }

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner.bg-dark {
    background-color: #504C4D; }
    .page-banner.bg-dark .banner-cell, .page-banner.bg-dark h1, .page-banner.bg-dark h2, .page-banner.bg-dark h3, .page-banner.bg-dark h4, .page-banner.bg-dark h5, .page-banner.bg-dark h6 {
      color: #fff; }
  .page-banner.bg-light {
    background-color: #fff; }
  .page-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .page-banner .overlay.light {
      background-color: rgba(255, 255, 255, 0.5); }
    .page-banner .overlay.dark {
      background-color: rgba(0, 0, 0, 0.5); }

.banner-bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover; }

.banner-wrap {
  display: table;
  width: 100%; }

.banner-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
  color: #111; }
  .banner-cell.w-40 {
    width: 40%; }
  .banner-cell.w-50 {
    width: 50%; }
  .banner-cell.w-60 {
    width: 60%; }

.tbl-prop-roomtype {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0; }
  .tbl-prop-roomtype thead {
    background: #737375; }
    .tbl-prop-roomtype thead th {
      text-transform: uppercase;
      color: #fff;
      font-family: "Montserrat", arial, sans-serif;
      font-size: 14px;
      border: 1px solid #afafb1; }
  .tbl-prop-roomtype tbody td {
    position: relative;
    vertical-align: middle;
    border: 1px solid #afafb1;
    font-size: 16px;
    background: #ffffff;
    /*background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);*/ }

.prop-roomtype-pricelink {
  font-weight: bold;
  color: #FFBA07; }
  .prop-roomtype-pricelink:hover, .prop-roomtype-pricelink:focus {
    color: #32aec8; }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 990px) {
  .feature-image-block {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-right: 0; }

  .feature-text-block {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .maintain {
    text-align: center; }

  .testimonials {
    max-width: 90%; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .feature-text-block {
    margin-bottom: 10px; }

  .quote {
    display: none; }

  .feature-item {
    display: inline-block;
    width: 33%;
    float: left;
    padding: 2px 15px;
    min-height: 110px; }

  .testimonials {
    margin: 45px auto; }

  .iosslider-listing, .iosslider-listing .slider .slide {
    height: 400px !important; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 646px) {
  .iosslider-listing, .iosslider-listing .slider .slide {
    height: 300px !important; }

  .feature-item {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 2px 10px;
    min-height: 110px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .banner-footer-overlay {
    width: 100%; }

  .iosslider-listing, .iosslider-listing .slider .slide {
    height: 250px !important; }

  .feature-item {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 2px 10px;
    min-height: 125px; } }
@media only screen and (max-width: 400px) {
  .feature-item {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 2px 10px;
    min-height: 145px; } }
@media only screen and (max-width: 375px) {
  .slideSelectors {
    margin: 0 auto 15px;
    bottom: 0; }

  .iosslider-listing {
    margin-top: 0; }

  .iosslider-listing, .iosslider-listing .slider .slide {
    height: 200px !important; }
    .iosslider-listing img, .iosslider-listing .slider .slide img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); } }
@media only screen and (max-width: 330px) {
  .iosslider-listing, .iosslider-listing .slider .slide {
    height: 200px !important; } }
@media only screen and (max-width: 1605px) {
  .header-wrap.row {
    max-width: 960px; }

  .site-nav {
    clear: both; }

  .blog-content, .blog-content.row {
    margin-top: 112px; }

  .blog-content-filter.is_stuck {
    top: 112px !important; } }
@media only screen and (max-width: 1024px) {
  .prompt-myfp {
    display: none; } }
@media only screen and (max-width: 1020px) {
  .map-search-results {
    position: absolute;
    bottom: 20px; }

  .map-search-wrap .map-marks {
    display: none; }

  #search-widget {
    position: static;
    left: auto;
    top: auto;
    margin: 20px 0 0 0;
    width: auto;
    height: 405px;
    overflow: hidden;
    padding: 0 20px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  #search-widget.off-screen {
    height: 42px;
    left: auto; }

  #search-widget .search-widget-form {
    background: #BEA795;
    padding: 20px; }

  #search-widget .form-row {
    margin-bottom: 15px; }

  #search-widget-toggle {
    position: relative;
    left: auto;
    top: 0;
    margin: 0 auto;
    width: auto;
    height: 40px;
    width: 310px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    background: #6F6B6A; }

  .search-widget-title {
    position: static;
    display: inline-block;
    left: auto;
    top: auto;
    margin: 0;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background: url("/images/icn-search-lge.png") 0 center no-repeat;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); }

  .site-nav {
    width: 815px; }

  .nav-bar > li.has-flyout > a:first-child, .nav-bar > li.is-touch > a:first-child, .nav-bar > li.has-flyout.is-touch > a:first-child, .nav-bar > li > a:first-child {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 1005px) {
  .prop-brief {
    width: 42%; }

  .prop-gallery {
    width: 58%; } }
@media only screen and (max-width: 1000px) {
  .map-search-results {
    left: 15px;
    right: 15px;
    margin-left: 0;
    max-width: none;
    width: auto; } }
@media only screen and (max-width: 990px) {
  #mainstreet .wrapper .row {
    width: 100%; }

  .blog .nav-bar > li > a:first-child {
    padding-left: 20px;
    padding-right: 20px; }

  .blog .site-nav {
    width: 510px; }

  .blog-header-search input[type="text"] {
    width: 150px; }

  .roomtype-slider-outter .slide-prev {
    left: -25px; }

  .roomtype-slider-outter .slide-next {
    right: -25px; } }
@media only screen and (max-width: 880px) {
  .site-nav {
    width: 745px; }

  .nav-bar > li.has-flyout > a:first-child,
  .nav-bar > li.is-touch > a:first-child,
  .nav-bar > li.has-flyout.is-touch > a:first-child,
  .nav-bar > li > a:first-child {
    /*font-size: 13px;*/ }

  .property-finder form select {
    width: 32%;
    margin: 0 0.5% 5px;
    display: block;
    float: left; }

  .property-finder form input {
    width: 25%; }

  .property-finder form .button {
    width: 150px;
    margin: 0 auto; }

  .prop-share {
    float: none;
    margin: 0 0 5px 0;
    text-align: right; }

  .whitecontent {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 830px) {
  .blog-content-filter select {
    max-width: 200px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 810px) {
  .prop-brief {
    width: 50%; }

  .prop-gallery {
    width: 50%; }

  .dashcal thead th {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px; }

  .dashcal .caption {
    font-size: 12px; }

  .myfp-dashlinks li {
    height: 170px; } }
@media only screen and (max-width: 767px) {
  .contentbox {
    padding-left: 20px;
    padding-right: 20px; }

  .nav-bar > li {
    text-align: left; }

  ul.flyout li a, .nav-bar li ul li a {
    padding-left: 35px;
    font-weight: normal; }

  div.flyout ul li a {
    padding: 0; }

  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent; }

  .site-nav, .site-contact {
    display: none; }

  .header-top {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease; }
    .header-top.active {
      background-color: rgba(0, 0, 0, 0.9); }

  .site-nav {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 60px);
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-overflow-scrolling: touch; }
    .site-nav .nav-bar {
      margin-top: 0; }

  .main-content {
    padding-top: 60px; }

  .mob-searchtags {
    display: block;
    overflow: hidden;
    padding: 15px 0; }

  .searchtag {
    width: 33.3%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 600; }
    .searchtag img {
      display: block;
      margin: 0 auto 10px; }
    .searchtag:visited {
      color: #fff; }

  .nav-bar > li > a:first-child,
  .nav-bar > li.has-flyout > a:first-child {
    height: auto;
    padding: 5px 15px;
    background-image: none; }

  .nav-bar > li.has-flyout > a.flyout-toggle {
    background: url("/images/nav-down.png") center no-repeat;
    transition: transform 0.4s ease; }
    .nav-bar > li.has-flyout > a.flyout-toggle.active {
      transform: rotate(-180deg); }

  .nav-bar > li .flyout {
    Background: transparent; }

  #sidebarButton {
    display: block; }

  .button {
    display: block;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto; }

  .payment-form .button {
    display: inline-block; }

  #guides .four.columns:last-child,
  #video .four.columns:last-child,
  #guides .four.columns:first-child,
  #video .four.columns:first-child {
    padding: 0; }

  .room-slide-wrap, .candy {
    width: 50%;
    margin: 0 auto 10px; }

  .room-slide-wrap:nth-child(2n), .candy:nth-child(2n) {
    padding-right: 0; }

  .sorting.showing {
    display: none; }

  .prop-brief, .prop-gallery {
    float: none;
    width: auto; }

  .prop-brief {
    text-align: center; }

  .prop-brief h1, .prop-brief .prop-brief-location, .prop-brief .prop-brief-price {
    font-size: 22px; }

  .prop-brief .prop-brief-location {
    margin-bottom: 15px; }

  .prop-brief-amenities {
    margin-bottom: 30px; }

  .breadcrumbs {
    margin-bottom: 15px; }

  .prop-brief-contact .button, .prop-bedrooms, .prop-bathrooms, .prop-parking, .prop-person {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .prop-parking {
    margin-right: 0; }

  .prop-brief-amenities:before {
    left: 50%;
    margin-left: -100px;
    width: 200px; }

  #tab-desc {
    background: #fff; }

  .tab-desc-content, .price-guide {
    float: none;
    width: auto; }

  .price-guide {
    max-width: 350px;
    margin: 20px auto 0; }

  .candy.inc-caption {
    height: 180px;
    height: auto;
    margin-top: 0;
    overflow: visible; }

  .candy-caption {
    padding-top: 190px;
    position: static;
    top: auto;
    background: none; }

  .candy:hover .candy-caption, .candy:focus .candy-caption {
    top: auto;
    background: none; }

  .blog-content, .blog-content.row {
    margin-top: 0; }

  /*.blog .main-header, .blog .main-footer {
      position: relative;
  }*/
  .filter-title {
    width: 95px;
    display: inline-block;
    text-align: right; }

  .blog-column-one, .blog-column-two {
    border-right: none;
    width: auto;
    float: none; }

  .blog-content, .blog-content.row {
    margin-bottom: 0; }

  .blog-content-filter {
    position: static !important;
    width: auto !important;
    top: 0 !important; }

  .blog-content-filter + div {
    height: auto !important; }

  .contentbox form {
    width: auto; }

  .blog-header-search {
    padding-left: 100px; }

  .blog-header-search input[type="text"] {
    width: 165px; }

  .main-footer .columns.four:first-child {
    display: inline-block;
    vertical-align: top;
    width: 49% !important; }

  .main-footer .columns.four.align-center {
    display: inline-block;
    vertical-align: top;
    width: 50% !important; }

  .main-footer .align-center {
    border: none; }

  .main-footer .columns.four {
    text-align: center; }

  .main-footer .tweets h4 {
    width: 200px;
    margin: 10px auto 0; }

  .main-footer .tweets p {
    text-align: left; }

  .main-footer .button {
    margin-bottom: 10px; }

  /*.main-footer .tel {margin-bottom: 15px;}
  .main-footer .tel a {
    padding-bottom: 12px;
  }*/
  .main-footer .tweets p a {
    word-wrap: break-word; }

  .main-footer .sub-footer {
    margin-top: 15px; }

  .main-footer .sub-footer .nav-footer > a {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 10px 0; }

  .property-finder {
    margin-bottom: 0; }

  .room-slide-wrap:last-child {
    margin-bottom: 0; }

  #mainstreet > .row {
    padding-bottom: 20px; }

  #video {
    padding: 0 15px;
    margin-top: 15px; }

  #guides {
    padding: 0 15px;
    text-align: center; }

  #guides .four.columns, #guides .four.columns:before, #guides .four.columns:after {
    display: inline;
    padding: 0; }

  #guides .candy {
    display: inline-block;
    width: 49%;
    margin-bottom: 2px; }

  #guides .row:before, #guides .row:after {
    content: normal; }

  #guides .row {
    display: inline; }

  .reports-btns .button {
    margin-bottom: 10px; }

  .inventory-item-wrap {
    float: left !important;
    width: 50% !important; }

  .inventory-item-wrap img {
    display: block;
    margin: 0 auto 10px; }

  .inventory-item .columns.four, .inventory-item .columns.eight {
    min-height: 70px; }

  .myfp-report.inspection .button,
  .myfp-report.inspection-c .button,
  .myfp-report.condition .button {
    margin-bottom: 10px; }

  .myfp-bookinglist .button {
    margin-left: 5px;
    margin-right: 5px; }

  .mob-8 {
    float: left !important;
    width: 66.667% !important; }

  .mob-4 {
    float: left !important;
    width: 33.333% !important; }

  .mob-6 {
    float: left !important;
    width: 50% !important; }

  .promo-banner-pos {
    width: 50%; } }
@media only screen and (max-width: 730px) {
  .dashcal-mobscroll {
    overflow: auto; }

  .dashcal {
    min-width: 750px;
    margin-bottom: 0; }

  .dashcal-inner {
    overflow-x: auto;
    margin-bottom: 10px; }

  .tabs li {
    display: block;
    width: auto;
    margin-right: 0; }

  .tabs li a {
    border-radius: 0; }

  .tab-container {
    margin-top: 0; }

  .review-table {
    width: 100%; }

  .tab-container {
    margin-bottom: 10px; } }
@media only screen and (max-width: 600px) {
  .prop-row {
    margin: 0;
    display: block; }

  .prop-feature {
    margin: 0 0 10px;
    padding-top: 3px;
    padding-right: 0;
    height: auto;
    min-height: 30px;
    display: block;
    width: auto; }

  .blog-content-header h1 {
    font-size: 25px; }

  .blog-list-item {
    padding: 20px 20px 35px 20px; }

  .blog-page {
    padding: 0 20px; }

  .article-footer .article-tags {
    max-width: inherit;
    float: none;
    text-align: center; }

  .article-meta .article-sharing, .article-footer .article-sharing {
    float: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px; }

  .article-sharing li {
    margin: 0 30px 0 -5px; }

  .blog-list-item .article-date {
    margin-bottom: 10px; }

  .article-date {
    margin-bottom: 55px; }

  .article-title {
    margin-top: 0; }

  .article-meta {
    line-height: 15px; }

  .map-marks {
    text-align: left; }

  .map-marks ul {
    display: block;
    padding: 0; }

  .map-marks ul li {
    float: none;
    border: none; }

  .myfp-dashlinks li {
    width: 32.93%; }

  .myfp-dashlinks .dashlink-4, .myfp-dashlinks .dashlink-5 {
    width: 49.6%;
    margin-top: 2px; }

  .roomtype-tab {
    width: auto;
    margin-bottom: 5px; } }
@media only screen and (max-width: 560px) {
  .whitecontent {
    padding-left: 0;
    padding-right: 0; }

  .addevents {
    display: none; }
    .addevents.desktop {
      display: none; }
    .addevents.mobile {
      display: block;
      line-height: 0.5;
      font-size: 24px;
      padding-right: 5px; } }
@media only screen and (max-width: 530px) {
  .sorting.location, .sorting.pagination {
    float: none;
    text-align: center; }

  .sorting.location {
    width: 160px;
    margin: 0 auto; }

  .sorting.location .sort-title {
    float: none; }

  .sorting.location .dk_toggle {
    text-align: center; }

  .prop-gallery .iosSlider {
    height: 280px; }

  .propslide-desc {
    padding: 7px 10px; }

  .propslide-heading {
    font-size: 16px; }

  .propslide-caption {
    font-size: 12px; }

  #map-search, #search_map, #search_map.full-size {
    height: 350px; }

  #map-search.largemap, #search_map.largemap {
    height: 450px;
    height: calc(100vh - 60px - 90px); }

  #search-widget {
    padding: 0 15px; }

  .sort-wrapper {
    margin: 10px 0; }

  .sorting {
    height: auto;
    padding: 5px 0; }

  .room-types li a {
    width: 205px; }

  .room-types p {
    font-size: 14px; }

  .room-slide-wrap, .candy {
    float: none;
    width: auto;
    /*max-width: 318px;*/
    margin: 0 auto 10px; }

  #property-banner .candy {
    height: 350px; }

  #guides .candy {
    width: 100%; }

  .sorting .sort-title {
    display: inline-block; }

  .sorting.location .sort-title {
    margin-left: 45px; }

  #dk_container_sort-location {
    display: inline-block !important;
    float: none; }

  .sorting.location {
    width: 100%; }

  #mainstreet .homepage h1 {
    font-size: 20px; }

  .roomtype-slider {
    height: 100%; }

  .promo-banner-wrap {
    max-width: 318px;
    margin: 0 auto; }

  .promo-banner-pos {
    padding: 0;
    float: none;
    min-height: inherit;
    width: auto; }

  .promo-banner-cont {
    min-height: inherit; } }
@media only screen and (max-width: 488px) {
  .block-links li {
    width: 100%; } }
@media only screen and (min-width: 466px) {
  .mobile-show {
    display: none !important; }

  .mobile-hide {
    display: block; } }
@media only screen and (max-width: 465px) {
  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none !important; }

  #video, .prop-share, .nav.tabs {
    display: none; }

  .js .tab-content {
    display: block;
    position: relative; }

  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    height: 46px;
    padding: 13px 15px;
    font-size: 16px; }

  .booking-application input[type="text"], .booking-application input[type="password"], .booking-application input[type="date"], .booking-application input[type="datetime"], .booking-application input[type="email"], .booking-application input[type="number"], .booking-application input[type="search"], .booking-application input[type="tel"], .booking-application input[type="time"], .booking-application input[type="url"], .booking-application textarea, .booking-application select, .feedback-form input[type="text"], .feedback-form input[type="password"], .feedback-form input[type="date"], .feedback-form input[type="datetime"], .feedback-form input[type="email"], .feedback-form input[type="number"], .feedback-form input[type="search"], .feedback-form input[type="tel"], .feedback-form input[type="time"], .feedback-form input[type="url"], .feedback-form textarea, .feedback-form select, #feedbackForm input[type="text"], #feedbackForm input[type="password"], #feedbackForm input[type="date"], #feedbackForm input[type="datetime"], #feedbackForm input[type="email"], #feedbackForm input[type="number"], #feedbackForm input[type="search"], #feedbackForm input[type="tel"], #feedbackForm input[type="time"], #feedbackForm input[type="url"], #feedbackForm textarea, #feedbackForm select {
    height: 51px;
    font-size: 20px; }

  .map-marks {
    margin: 15px 0; }

  .map-marks ul li {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: top; }

  .property-finder form select {
    padding: 13px 15px; }

  .button {
    max-width: 200px;
    padding: 12px 20px;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    background: #f6a226; }
    .button.blue {
      border: 0;
      background: #32aec8; }

  #search-widget {
    height: 465px; }

  .site-logo {
    float: none;
    margin: 19px auto;
    width: 200px; }
    .site-logo img {
      display: block;
      margin: 0 auto; }

  .nav-bar > li {
    text-align: center; }

  .nav-bar > li > a:first-child,
  .nav-bar > li.has-flyout > a:first-child {
    height: auto;
    padding: 5px 15px;
    background-image: none;
    font-size: 22px; }

  .nav-bar > li .flyout {
    border-bottom: 1px solid #000; }

  .nav-bar > li .flyout li a {
    padding: 12px 15px;
    border: 0; }

  .nav-bar > li.has-flyout > a.flyout-toggle {
    top: 2px; }

  .nav-bar > li.has-flyout > a.flyout-toggle {
    background-image: url("/images/nav-down-active.png"); }

  ul.flyout li a, .nav-bar li ul li a {
    font-size: 16px; }

  #mainstreet .homepage, .introbox {
    padding-left: 15px;
    padding-right: 15px; }

  .top-spacer, .contentbox.top-spacer {
    margin-top: 15px; }

  .contentbox h1:first-child {
    margin-top: 0; }

  .property-finder-title {
    font-size: 20px; }

  .property-finder form input {
    width: 105px;
    margin: 0 2px 0; }

  .property-finder form select {
    width: 218px;
    float: none;
    margin: 0 auto 10px; }

  .property-finder form .button {
    margin-top: 20px;
    margin-bottom: 10px; }

  h1 {
    font-size: 23px; }

  h2 {
    font-size: 21px; }

  .map-search-results .icn-search {
    display: none; }

  #search-widget-toggle {
    width: 100%; }

  .contentbox {
    /*padding-top: 0;*/ }

  .property-finder form select {
    width: 100%; }

  .property-finder form input {
    margin: 0;
    width: 49%; }

  .review-table th {
    float: left;
    padding-top: 0; }

  .review-table td {
    float: left;
    width: 100%;
    padding: 3px 0 10px; }

  .tab-container h2 {
    margin-top: 8px; }

  #tab-map .map-zoom {
    right: 10px;
    top: 15px;
    bottom: auto; }

  .main-footer .columns.four:first-child {
    display: block;
    width: 100% !important; }

  .main-footer .columns.four.align-center {
    display: block;
    width: 100% !important; }

  .map-search-results {
    position: static;
    font-size: 14px;
    line-height: 18px; }

  .map-search-results .count {
    font-size: 20px; }

  #supersized img {
    min-height: 310px;
    width: auto !important;
    margin-left: -10%; }

  .myfp-bookinglist-header .bookinglist-header {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px; }

  .myfp-bookinglist .col-4, .myfp-bookinglist .col-3 {
    font-size: 12px;
    line-height: 16px; }

  .myfp-bookinglist .button.small {
    display: block;
    padding-left: 0;
    padding-right: 0; }

  .myfp-dashlinks li {
    float: none;
    width: 100% !important;
    height: auto; }

  .myfp-dashlinks li a {
    padding: 10px 5px;
    font-size: 14px;
    background-image: none !important; }

  .myfp-dashlinks li a span {
    position: static; }

  .inventory-item-wrap {
    float: none !important;
    width: auto !important;
    border: none;
    border-bottom: 1px solid #D9D9D9; }

  .inventory-item-wrap .inventory-item,
  .inventory-item-wrap:first-child .inventory-item, .inventory-item-wrap:last-child .invent-comment-write {
    border: none; }

  .inventory-item-wrap:first-child .invent-comment-write {
    border: none; }

  .myfp-report fieldset {
    padding: 10px; }

  .prop-brief {
    padding: 0 0 15px 0; }

  .prop-brief + .breadcrumbs {
    padding-top: 0;
    margin-bottom: 30px; }

  .price-guide {
    padding: 5px 15px; }

  .tab-container {
    border: 0; }

  .tab-content {
    padding: 0px; }

  .room-slide-overlay {
    bottom: auto;
    top: 100%;
    background-color: #222; }

  .room-text {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 95px; }

  #related {
    margin-bottom: 15px;
    padding-bottom: 78px; }

  .testimony {
    padding: 20px 20px 15px 0px; }

  .room-slide-wrap {
    width: 100%;
    max-width: inherit;
    /*margin-bottom: 78px;*/
    margin-bottom: 100px; }

  .room-slide-wrap:last-child {
    /*margin-bottom: 78px;*/
    margin-bottom: 100px; }

  #search-results .room-slide-wrap {
    margin-bottom: 0; }

  .room-slide-overlay {
    min-height: 95px; }

  .promo-carousel-wrap .slide-prev, .promo-carousel-wrap .slide-next {
    display: none; }

  .property-finder {
    margin-top: 15px; }

  .price-guide {
    margin: 15px 0; }

  #supersized img {
    min-height: 492px;
    width: auto !important;
    margin-left: -50%; }
  #supersized .grad-overlay {
    height: 20%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%); }

  .main-footer {
    padding: 15px;
    margin-top: 15px; }
    .main-footer .nav-footer {
      display: none; }

  #guides .four.columns, #video .four.columns {
    padding: 0; }

  #guides {
    margin-bottom: -15px;
    overflow: hidden; }
    #guides .row {
      display: block; }
    #guides .four.columns {
      display: block;
      float: left;
      width: 50% !important; }
    #guides .candy {
      display: block;
      margin: 0;
      height: 150px; }
      #guides .candy .place {
        font-size: 18px;
        top: 54px; }

  .room-slide-wrap > a {
    padding: 0; }

  .room-slide-location {
    position: absolute;
    right: 15px;
    bottom: 14px; }

  .room-slide-type {
    margin-right: 100px; }

  .prop-intro {
    background: transparent; }

  .prop-gallery {
    background: #504c4d; }

  .prop-brief, .prop-brief h1, .prop-brief .prop-brief-location, .prop-brief .prop-brief-price, .prop-person, .prop-bedrooms, .prop-bathrooms, .prop-parking {
    color: #111; }

  .prop-brief .prop-brief-price, .prop-brief-extra {
    margin-bottom: 15px; }

  .prop-brief-amenities {
    padding: 0;
    margin-bottom: 15px; }

  .prop-person {
    background-image: url("/images/icn-person-grey.png"); }

  .prop-bathrooms {
    background-image: url("/images/icn-bathroom-grey.png"); }

  .prop-parking {
    background-image: url("/images/icn-parking-grey.png"); } }
@media only screen and (max-width: 350px) {
  .filter-title {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }

  .blog-content-filter select {
    margin: 0 0 10px;
    max-width: 236px; }

  .blog-header-search {
    padding-left: 0; }

  .blog-header-search input[type="text"] {
    width: 200px; }

  .prop-brief h1 {
    font-size: 16px !important; } }
@media only screen and (max-width: 335px) {
  .prop-brief {
    padding: 20px 15px; }

  .prop-brief-contact .button {
    margin: 0 auto 10px; }

  .prop-brief-contact .button:last-child {
    margin: 0 auto; } }
/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
