@charset 'UTF-8';

/************************************************************************************/

/*  WARNING!!!
/*  
/*  Do not edit this file! This file is machine-generated and constantly overwritten.
/*  
/*  Any changes you make will be overwritten the next time the Sass is compiled.
/*  
/*  Edit the .scss files to make edits and updates.
/*
/************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield');

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

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

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

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

@viewport {
  width: device-width;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 6, 2016 */

@font-face {
  font-family: 'alana_proregular';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/media/fonts/alanapro/alanapro-webfont.eot");
  src: url("/assets/media/fonts/alanapro/alanapro-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/media/fonts/alanapro/alanapro-webfont.woff2") format('woff2'), url("/assets/media/fonts/alanapro/alanapro-webfont.woff") format('woff'), url("/assets/media/fonts/alanapro/alanapro-webfont.ttf") format('truetype'), url("/assets/media/fonts/alanapro/alanapro-webfont.svg#alana_proregular") format('svg');
}

@font-face {
  font-family: 'brandon_grotesquebold';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.eot");
  src: url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.woff2") format('woff2'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.woff") format('woff'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.ttf") format('truetype'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-bold-webfont.svg#brandon_grotesquebold") format('svg');
}

@font-face {
  font-family: 'brandon_grotesquelight';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/media/fonts/brandon-grotesque/brandongrotesque-light-webfont.eot");
  src: url("/assets/media/fonts/brandon-grotesque/brandongrotesque-light-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-light-webfont.woff") format('woff'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-light-webfont.ttf") format('truetype'), url("/assets/media/fonts/brandon-grotesque/brandongrotesque-light-webfont.svg#brandon_grotesquelight") format('svg');
}

@font-face {
  font-family: 'iconfont-destination';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/media/fonts/iconfont-destination/iconfont-destination.eot");
  src: url("/assets/media/fonts/iconfont-destination/iconfont-destination.eot?#iefix") format('embedded-opentype'), url("/assets/media/fonts/iconfont-destination/iconfont-destination.woff") format('woff'), url("/assets/media/fonts/iconfont-destination/iconfont-destination.ttf") format('truetype'), url("/assets/media/fonts/iconfont-destination/iconfont-destination.svg#iconfont-destination") format('svg');
}

/* Z-Index Management -- utilizes Sass Maps */

/* This is for the text-transform value of the headline of a .room-listing--title, .blog-listing--title, etc, for each property. */

/* This is for the text color value of the headline of component headline h2 for each property. */

/* This is for the text color value of the sub headline for each property. */

/* This is for the text color value of the sub headline for each property. */

/* This is for the color value of the .featured--type for each property. */

/* This is for the color value of the .featured--headline for each property, IF IT IS A LINK. Otherwise, it's $gray-darker */

/* This is for the text color value of the headline of component headline h2 for each property. */

/* This is for the color value of the .content-listing--logo for each property. */

/* This is for the color value of the .footer--blog for each property. */

/* This is for the color value of the share icons for each property */

/* This is for the text-transform value of the headline of a media block quote for each property. */

/* This is for the color of the stars on a review. */

/* This is for the text-transform value of the headline of a .room-listing--title for each property. */

/* This is for the background color value of the .social--item__static for each property. */

/*********/

/* Mixins
/*********/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
.hero h1,
.hero .hero--title {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .btn--primary > .caret,
  .btn--brand-primary > .caret,
  .featured--cta .btn > .caret,
  .featured--cta .btn--brand-primary > .caret,
  .btn--secondary > .caret,
  .btn--book > .caret,
  .btn--social-login > .caret,
  .btn--rss > .caret,
  .property-popup--cta > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn--primary > .caret,
  .dropup > .btn--brand-primary > .caret,
  .featured--cta .dropup > .btn > .caret,
  .featured--cta .dropup > .btn--brand-primary > .caret,
  .dropup > .btn--secondary > .caret,
  .dropup > .btn--book > .caret,
  .dropup > .btn--social-login > .caret,
  .dropup > .btn--rss > .caret,
  .dropup > .property-popup--cta > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
}

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

a {
  text-decoration: none;
  color: #0079c2;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #29aeff;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  line-height: 1.42857;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  transition: all .2s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

h1,
.hero h1,
.hero .hero--title,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
.hero h1 small,
.hero .hero--title small,
h1 .small,
.hero .hero--title .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b9babb;
}

h1,
.hero h1,
.hero .hero--title,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.hero h1 small,
.hero .hero--title small,
h1 .small,
.hero .hero--title .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.hero h1,
.hero .hero--title,
.h1 {
  font-size: 48px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #b9babb;
}

.text-primary {
  color: #000;
}

a.text-primary:hover {
  color: black;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #000;
}

a.bg-primary:hover {
  background-color: black;
}

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

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

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

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

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

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

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

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

.page-header {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

blockquote {
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  font-size: 80%;
  line-height: 1.42857;
  display: block;
  color: #b9babb;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  font-style: normal;
  line-height: 1.42857;
  margin-bottom: 20px;
}

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

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

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

kbd kbd {
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  box-shadow: none;
}

pre {
  font-size: 13px;
  line-height: 1.42857;
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #f5f5f5;
}

pre code {
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ' ';
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 1440px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: #b9babb;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

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

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

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

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

legend {
  font-size: 21px;
  line-height: inherit;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type='search'] {
  box-sizing: border-box;
}

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

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

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

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

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

output {
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  padding-top: 7px;
  color: #626363;
}

.form-control {
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #626363;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: 34px;
  }

  input[type='date'].input-sm,
  .input-group-sm > input.form-control[type='date'],
  .input-group-sm > input.input-group-addon[type='date'],
  .input-group-sm > .input-group-btn > input.btn[type='date'],
  .input-group-sm > .input-group-btn > input.btn--primary[type='date'],
  .input-group-sm > .input-group-btn > input.btn--brand-primary[type='date'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn[type='date'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn--brand-primary[type='date'],
  .input-group-sm > .input-group-btn > input.btn--secondary[type='date'],
  .input-group-sm > .input-group-btn > input.btn--book[type='date'],
  .input-group-sm > .input-group-btn > input.btn--social-login[type='date'],
  .input-group-sm > .input-group-btn > input.btn--rss[type='date'],
  .input-group-sm > .input-group-btn > input.property-popup--cta[type='date'],
  input[type='time'].input-sm,
  .input-group-sm > input.form-control[type='time'],
  .input-group-sm > input.input-group-addon[type='time'],
  .input-group-sm > .input-group-btn > input.btn[type='time'],
  .input-group-sm > .input-group-btn > input.btn--primary[type='time'],
  .input-group-sm > .input-group-btn > input.btn--brand-primary[type='time'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn[type='time'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn--brand-primary[type='time'],
  .input-group-sm > .input-group-btn > input.btn--secondary[type='time'],
  .input-group-sm > .input-group-btn > input.btn--book[type='time'],
  .input-group-sm > .input-group-btn > input.btn--social-login[type='time'],
  .input-group-sm > .input-group-btn > input.btn--rss[type='time'],
  .input-group-sm > .input-group-btn > input.property-popup--cta[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm > input.form-control[type='datetime-local'],
  .input-group-sm > input.input-group-addon[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--primary[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--brand-primary[type='datetime-local'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn[type='datetime-local'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn--brand-primary[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--secondary[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--book[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--social-login[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn--rss[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.property-popup--cta[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm > input.form-control[type='month'],
  .input-group-sm > input.input-group-addon[type='month'],
  .input-group-sm > .input-group-btn > input.btn[type='month'],
  .input-group-sm > .input-group-btn > input.btn--primary[type='month'],
  .input-group-sm > .input-group-btn > input.btn--brand-primary[type='month'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn[type='month'],
  .featured--cta .input-group-sm > .input-group-btn > input.btn--brand-primary[type='month'],
  .input-group-sm > .input-group-btn > input.btn--secondary[type='month'],
  .input-group-sm > .input-group-btn > input.btn--book[type='month'],
  .input-group-sm > .input-group-btn > input.btn--social-login[type='month'],
  .input-group-sm > .input-group-btn > input.btn--rss[type='month'],
  .input-group-sm > .input-group-btn > input.property-popup--cta[type='month'] {
    line-height: 30px;
  }

  input[type='date'].input-lg,
  .input-group-lg > input.form-control[type='date'],
  .input-group-lg > input.input-group-addon[type='date'],
  .input-group-lg > .input-group-btn > input.btn[type='date'],
  .input-group-lg > .input-group-btn > input.btn--primary[type='date'],
  .input-group-lg > .input-group-btn > input.btn--brand-primary[type='date'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn[type='date'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn--brand-primary[type='date'],
  .input-group-lg > .input-group-btn > input.btn--secondary[type='date'],
  .input-group-lg > .input-group-btn > input.btn--book[type='date'],
  .input-group-lg > .input-group-btn > input.btn--social-login[type='date'],
  .input-group-lg > .input-group-btn > input.btn--rss[type='date'],
  .input-group-lg > .input-group-btn > input.property-popup--cta[type='date'],
  input[type='time'].input-lg,
  .input-group-lg > input.form-control[type='time'],
  .input-group-lg > input.input-group-addon[type='time'],
  .input-group-lg > .input-group-btn > input.btn[type='time'],
  .input-group-lg > .input-group-btn > input.btn--primary[type='time'],
  .input-group-lg > .input-group-btn > input.btn--brand-primary[type='time'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn[type='time'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn--brand-primary[type='time'],
  .input-group-lg > .input-group-btn > input.btn--secondary[type='time'],
  .input-group-lg > .input-group-btn > input.btn--book[type='time'],
  .input-group-lg > .input-group-btn > input.btn--social-login[type='time'],
  .input-group-lg > .input-group-btn > input.btn--rss[type='time'],
  .input-group-lg > .input-group-btn > input.property-popup--cta[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg > input.form-control[type='datetime-local'],
  .input-group-lg > input.input-group-addon[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--primary[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--brand-primary[type='datetime-local'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn[type='datetime-local'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn--brand-primary[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--secondary[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--book[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--social-login[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn--rss[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.property-popup--cta[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg > input.form-control[type='month'],
  .input-group-lg > input.input-group-addon[type='month'],
  .input-group-lg > .input-group-btn > input.btn[type='month'],
  .input-group-lg > .input-group-btn > input.btn--primary[type='month'],
  .input-group-lg > .input-group-btn > input.btn--brand-primary[type='month'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn[type='month'],
  .featured--cta .input-group-lg > .input-group-btn > input.btn--brand-primary[type='month'],
  .input-group-lg > .input-group-btn > input.btn--secondary[type='month'],
  .input-group-lg > .input-group-btn > input.btn--book[type='month'],
  .input-group-lg > .input-group-btn > input.btn--social-login[type='month'],
  .input-group-lg > .input-group-btn > input.btn--rss[type='month'],
  .input-group-lg > .input-group-btn > input.property-popup--cta[type='month'] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  font-weight: normal;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.btn--primary,
.input-group-lg > .input-group-btn > .form-control-static.btn--brand-primary,
.featured--cta .input-group-lg > .input-group-btn > .form-control-static.btn,
.featured--cta .input-group-lg > .input-group-btn > .form-control-static.btn--brand-primary,
.input-group-lg > .input-group-btn > .form-control-static.btn--secondary,
.input-group-lg > .input-group-btn > .form-control-static.btn--book,
.input-group-lg > .input-group-btn > .form-control-static.btn--social-login,
.input-group-lg > .input-group-btn > .form-control-static.btn--rss,
.input-group-lg > .input-group-btn > .form-control-static.property-popup--cta,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.btn--primary,
.input-group-sm > .input-group-btn > .form-control-static.btn--brand-primary,
.featured--cta .input-group-sm > .input-group-btn > .form-control-static.btn,
.featured--cta .input-group-sm > .input-group-btn > .form-control-static.btn--brand-primary,
.input-group-sm > .input-group-btn > .form-control-static.btn--secondary,
.input-group-sm > .input-group-btn > .form-control-static.btn--book,
.input-group-sm > .input-group-btn > .form-control-static.btn--social-login,
.input-group-sm > .input-group-btn > .form-control-static.btn--rss,
.input-group-sm > .input-group-btn > .form-control-static.property-popup--cta {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn--primary,
.input-group-sm > .input-group-btn > .btn--brand-primary,
.featured--cta .input-group-sm > .input-group-btn > .btn,
.featured--cta .input-group-sm > .input-group-btn > .btn--brand-primary,
.input-group-sm > .input-group-btn > .btn--secondary,
.input-group-sm > .input-group-btn > .btn--book,
.input-group-sm > .input-group-btn > .btn--social-login,
.input-group-sm > .input-group-btn > .btn--rss,
.input-group-sm > .input-group-btn > .property-popup--cta,
.form-group-sm .form-control {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  padding: 5px 10px;
  border-radius: 0;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn--primary,
.input-group-sm > .input-group-btn > select.btn--brand-primary,
.featured--cta .input-group-sm > .input-group-btn > select.btn,
.featured--cta .input-group-sm > .input-group-btn > select.btn--brand-primary,
.input-group-sm > .input-group-btn > select.btn--secondary,
.input-group-sm > .input-group-btn > select.btn--book,
.input-group-sm > .input-group-btn > select.btn--social-login,
.input-group-sm > .input-group-btn > select.btn--rss,
.input-group-sm > .input-group-btn > select.property-popup--cta,
.form-group-sm .form-control {
  line-height: 30px;
  height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn--primary,
.input-group-sm > .input-group-btn > textarea.btn--brand-primary,
.featured--cta .input-group-sm > .input-group-btn > textarea.btn,
.featured--cta .input-group-sm > .input-group-btn > textarea.btn--brand-primary,
.input-group-sm > .input-group-btn > textarea.btn--secondary,
.input-group-sm > .input-group-btn > textarea.btn--book,
.input-group-sm > .input-group-btn > textarea.btn--social-login,
.input-group-sm > .input-group-btn > textarea.btn--rss,
.input-group-sm > .input-group-btn > textarea.property-popup--cta,
.form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.btn--primary[multiple],
.input-group-sm > .input-group-btn > select.btn--brand-primary[multiple],
.featured--cta .input-group-sm > .input-group-btn > select.btn[multiple],
.featured--cta .input-group-sm > .input-group-btn > select.btn--brand-primary[multiple],
.input-group-sm > .input-group-btn > select.btn--secondary[multiple],
.input-group-sm > .input-group-btn > select.btn--book[multiple],
.input-group-sm > .input-group-btn > select.btn--social-login[multiple],
.input-group-sm > .input-group-btn > select.btn--rss[multiple],
.input-group-sm > .input-group-btn > select.property-popup--cta[multiple],
.form-group-sm .form-control {
  height: auto;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn--primary,
.input-group-lg > .input-group-btn > .btn--brand-primary,
.featured--cta .input-group-lg > .input-group-btn > .btn,
.featured--cta .input-group-lg > .input-group-btn > .btn--brand-primary,
.input-group-lg > .input-group-btn > .btn--secondary,
.input-group-lg > .input-group-btn > .btn--book,
.input-group-lg > .input-group-btn > .btn--social-login,
.input-group-lg > .input-group-btn > .btn--rss,
.input-group-lg > .input-group-btn > .property-popup--cta,
.form-group-lg .form-control {
  font-size: 18px;
  line-height: 1.33;
  height: 46px;
  padding: 10px 16px;
  border-radius: 0;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn--primary,
.input-group-lg > .input-group-btn > select.btn--brand-primary,
.featured--cta .input-group-lg > .input-group-btn > select.btn,
.featured--cta .input-group-lg > .input-group-btn > select.btn--brand-primary,
.input-group-lg > .input-group-btn > select.btn--secondary,
.input-group-lg > .input-group-btn > select.btn--book,
.input-group-lg > .input-group-btn > select.btn--social-login,
.input-group-lg > .input-group-btn > select.btn--rss,
.input-group-lg > .input-group-btn > select.property-popup--cta,
.form-group-lg .form-control {
  line-height: 46px;
  height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn--primary,
.input-group-lg > .input-group-btn > textarea.btn--brand-primary,
.featured--cta .input-group-lg > .input-group-btn > textarea.btn,
.featured--cta .input-group-lg > .input-group-btn > textarea.btn--brand-primary,
.input-group-lg > .input-group-btn > textarea.btn--secondary,
.input-group-lg > .input-group-btn > textarea.btn--book,
.input-group-lg > .input-group-btn > textarea.btn--social-login,
.input-group-lg > .input-group-btn > textarea.btn--rss,
.input-group-lg > .input-group-btn > textarea.property-popup--cta,
.form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.btn--primary[multiple],
.input-group-lg > .input-group-btn > select.btn--brand-primary[multiple],
.featured--cta .input-group-lg > .input-group-btn > select.btn[multiple],
.featured--cta .input-group-lg > .input-group-btn > select.btn--brand-primary[multiple],
.input-group-lg > .input-group-btn > select.btn--secondary[multiple],
.input-group-lg > .input-group-btn > select.btn--book[multiple],
.input-group-lg > .input-group-btn > select.btn--social-login[multiple],
.input-group-lg > .input-group-btn > select.btn--rss[multiple],
.input-group-lg > .input-group-btn > select.property-popup--cta[multiple],
.form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--primary + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--brand-primary + .form-control-feedback,
.featured--cta .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.featured--cta .input-group-lg > .input-group-btn > .btn--brand-primary + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--secondary + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--book + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--social-login + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn--rss + .form-control-feedback,
.input-group-lg > .input-group-btn > .property-popup--cta + .form-control-feedback {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--primary + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--brand-primary + .form-control-feedback,
.featured--cta .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.featured--cta .input-group-sm > .input-group-btn > .btn--brand-primary + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--secondary + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--book + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--social-login + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn--rss + .form-control-feedback,
.input-group-sm > .input-group-btn > .property-popup--cta + .form-control-feedback {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

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

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

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

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

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: ' ';
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

.btn,
.btn--primary,
.btn--brand-primary,
.featured--cta .btn,
.featured--cta .btn--brand-primary,
.btn--secondary,
.btn--book,
.btn--social-login,
.btn--rss,
.property-popup--cta {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 0;
  background-image: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn:focus,
.btn--primary:focus,
.btn--brand-primary:focus,
.btn--secondary:focus,
.btn--book:focus,
.btn--social-login:focus,
.btn--rss:focus,
.property-popup--cta:focus,
.btn.focus,
.focus.btn--primary,
.focus.btn--brand-primary,
.focus.btn--secondary,
.focus.btn--book,
.focus.btn--social-login,
.focus.btn--rss,
.focus.property-popup--cta,
.btn:active:focus,
.btn--primary:active:focus,
.btn--brand-primary:active:focus,
.btn--secondary:active:focus,
.btn--book:active:focus,
.btn--social-login:active:focus,
.btn--rss:active:focus,
.property-popup--cta:active:focus,
.btn:active.focus,
.btn--primary:active.focus,
.btn--brand-primary:active.focus,
.btn--secondary:active.focus,
.btn--book:active.focus,
.btn--social-login:active.focus,
.btn--rss:active.focus,
.property-popup--cta:active.focus,
.btn.active:focus,
.active.btn--primary:focus,
.active.btn--brand-primary:focus,
.active.btn--secondary:focus,
.active.btn--book:focus,
.active.btn--social-login:focus,
.active.btn--rss:focus,
.active.property-popup--cta:focus,
.btn.active.focus,
.active.focus.btn--primary,
.active.focus.btn--brand-primary,
.active.focus.btn--secondary,
.active.focus.btn--book,
.active.focus.btn--social-login,
.active.focus.btn--rss,
.active.focus.property-popup--cta {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn--primary:hover,
.btn--brand-primary:hover,
.btn--secondary:hover,
.btn--book:hover,
.btn--social-login:hover,
.btn--rss:hover,
.property-popup--cta:hover,
.btn:focus,
.btn--primary:focus,
.btn--brand-primary:focus,
.btn--secondary:focus,
.btn--book:focus,
.btn--social-login:focus,
.btn--rss:focus,
.property-popup--cta:focus,
.btn.focus,
.focus.btn--primary,
.focus.btn--brand-primary,
.focus.btn--secondary,
.focus.btn--book,
.focus.btn--social-login,
.focus.btn--rss,
.focus.property-popup--cta {
  text-decoration: none;
  color: #fff;
}

.btn:active,
.btn--primary:active,
.btn--brand-primary:active,
.btn--secondary:active,
.btn--book:active,
.btn--social-login:active,
.btn--rss:active,
.property-popup--cta:active,
.btn.active,
.active.btn--primary,
.active.btn--brand-primary,
.active.btn--secondary,
.active.btn--book,
.active.btn--social-login,
.active.btn--rss,
.active.property-popup--cta {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.disabled.btn--primary,
.disabled.btn--brand-primary,
.disabled.btn--secondary,
.disabled.btn--book,
.disabled.btn--social-login,
.disabled.btn--rss,
.disabled.property-popup--cta,
.btn[disabled],
.btn--primary[disabled],
.btn--brand-primary[disabled],
.btn--secondary[disabled],
.btn--book[disabled],
.btn--social-login[disabled],
.btn--rss[disabled],
.property-popup--cta[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn--primary,
fieldset[disabled] .btn--brand-primary,
fieldset[disabled] .btn--secondary,
fieldset[disabled] .btn--book,
fieldset[disabled] .btn--social-login,
fieldset[disabled] .btn--rss,
fieldset[disabled] .property-popup--cta {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none;
  filter: alpha(opacity=65);
}

.btn-default {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  border-color: #000;
  background-color: #000;
}

.btn-default .badge {
  color: #000;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

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

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  border-color: #000;
  background-color: #000;
}

.btn-primary .badge {
  color: #000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #398439;
  background-color: #449d44;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  border-color: #4cae4c;
  background-color: #5cb85c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  border-color: #46b8da;
  background-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #269abc;
  background-color: #31b0d5;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  border-color: #46b8da;
  background-color: #5bc0de;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #d58512;
  background-color: #ec971f;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  border-color: #eea236;
  background-color: #f0ad4e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #ac2925;
  background-color: #c9302c;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  border-color: #d43f3a;
  background-color: #d9534f;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #0079c2;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  color: #29aeff;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  text-decoration: none;
  color: #b9babb;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn--primary,
.btn-group-lg > .btn--brand-primary,
.featured--cta .btn-group-lg > .btn,
.featured--cta .btn-group-lg > .btn--brand-primary,
.btn-group-lg > .btn--secondary,
.btn-group-lg > .btn--book,
.btn-group-lg > .btn--social-login,
.btn-group-lg > .btn--rss,
.btn-group-lg > .property-popup--cta {
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn--primary,
.btn-group-sm > .btn--brand-primary,
.featured--cta .btn-group-sm > .btn,
.featured--cta .btn-group-sm > .btn--brand-primary,
.btn-group-sm > .btn--secondary,
.btn-group-sm > .btn--book,
.btn-group-sm > .btn--social-login,
.btn-group-sm > .btn--rss,
.btn-group-sm > .property-popup--cta {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn--primary,
.btn-group-xs > .btn--brand-primary,
.featured--cta .btn-group-xs > .btn,
.featured--cta .btn-group-xs > .btn--brand-primary,
.btn-group-xs > .btn--secondary,
.btn-group-xs > .btn--book,
.btn-group-xs > .btn--social-login,
.btn-group-xs > .btn--rss,
.btn-group-xs > .property-popup--cta {
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  transition: opacity .15s linear;
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

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

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  font-size: 14px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

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

.dropdown-menu .divider {
  overflow: hidden;
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  font-weight: normal;
  line-height: 1.42857;
  display: block;
  clear: both;
  padding: 3px 20px;
  white-space: nowrap;
  color: #555;
}

.dropdown-menu--column-ul > li > a {
  font-weight: normal;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  font-size: 12px;
  line-height: 1.42857;
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
  color: #b9babb;
}

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group > .btn--primary,
.btn-group > .btn--brand-primary,
.featured--cta .btn-group > .btn,
.featured--cta .btn-group > .btn--brand-primary,
.btn-group > .btn--secondary,
.btn-group > .btn--book,
.btn-group > .btn--social-login,
.btn-group > .btn--rss,
.btn-group > .property-popup--cta,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn--primary,
.btn-group-vertical > .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn,
.featured--cta .btn-group-vertical > .btn--brand-primary,
.btn-group-vertical > .btn--secondary,
.btn-group-vertical > .btn--book,
.btn-group-vertical > .btn--social-login,
.btn-group-vertical > .btn--rss,
.btn-group-vertical > .property-popup--cta {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn--primary:hover,
.btn-group > .btn--brand-primary:hover,
.featured--cta .btn-group > .btn:hover,
.btn-group > .btn--secondary:hover,
.btn-group > .btn--book:hover,
.btn-group > .btn--social-login:hover,
.btn-group > .btn--rss:hover,
.btn-group > .property-popup--cta:hover,
.btn-group > .btn:focus,
.btn-group > .btn--primary:focus,
.btn-group > .btn--brand-primary:focus,
.featured--cta .btn-group > .btn:focus,
.btn-group > .btn--secondary:focus,
.btn-group > .btn--book:focus,
.btn-group > .btn--social-login:focus,
.btn-group > .btn--rss:focus,
.btn-group > .property-popup--cta:focus,
.btn-group > .btn:active,
.btn-group > .btn--primary:active,
.btn-group > .btn--brand-primary:active,
.featured--cta .btn-group > .btn:active,
.btn-group > .btn--secondary:active,
.btn-group > .btn--book:active,
.btn-group > .btn--social-login:active,
.btn-group > .btn--rss:active,
.btn-group > .property-popup--cta:active,
.btn-group > .btn.active,
.btn-group > .active.btn--primary,
.btn-group > .active.btn--brand-primary,
.featured--cta .btn-group > .active.btn,
.btn-group > .active.btn--secondary,
.btn-group > .active.btn--book,
.btn-group > .active.btn--social-login,
.btn-group > .active.btn--rss,
.btn-group > .active.property-popup--cta,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn--primary:hover,
.btn-group-vertical > .btn--brand-primary:hover,
.featured--cta .btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn--secondary:hover,
.btn-group-vertical > .btn--book:hover,
.btn-group-vertical > .btn--social-login:hover,
.btn-group-vertical > .btn--rss:hover,
.btn-group-vertical > .property-popup--cta:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn--primary:focus,
.btn-group-vertical > .btn--brand-primary:focus,
.featured--cta .btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn--secondary:focus,
.btn-group-vertical > .btn--book:focus,
.btn-group-vertical > .btn--social-login:focus,
.btn-group-vertical > .btn--rss:focus,
.btn-group-vertical > .property-popup--cta:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn--primary:active,
.btn-group-vertical > .btn--brand-primary:active,
.featured--cta .btn-group-vertical > .btn:active,
.btn-group-vertical > .btn--secondary:active,
.btn-group-vertical > .btn--book:active,
.btn-group-vertical > .btn--social-login:active,
.btn-group-vertical > .btn--rss:active,
.btn-group-vertical > .property-popup--cta:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn--primary,
.btn-group-vertical > .active.btn--brand-primary,
.featured--cta .btn-group-vertical > .active.btn,
.btn-group-vertical > .active.btn--secondary,
.btn-group-vertical > .active.btn--book,
.btn-group-vertical > .active.btn--social-login,
.btn-group-vertical > .active.btn--rss,
.btn-group-vertical > .active.property-popup--cta {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn--primary + .btn,
.btn-group .btn--brand-primary + .btn,
.btn-group .btn--secondary + .btn,
.btn-group .btn--book + .btn,
.btn-group .btn--social-login + .btn,
.btn-group .btn--rss + .btn,
.btn-group .property-popup--cta + .btn,
.btn-group .btn + .btn--primary,
.btn-group .btn--primary + .btn--primary,
.btn-group .btn--brand-primary + .btn--primary,
.btn-group .featured--cta .btn + .btn--primary,
.btn-group .featured--cta .btn--brand-primary + .btn--primary,
.btn-group .btn--secondary + .btn--primary,
.btn-group .btn--book + .btn--primary,
.btn-group .btn--social-login + .btn--primary,
.btn-group .btn--rss + .btn--primary,
.btn-group .property-popup--cta + .btn--primary,
.btn-group .btn + .btn--brand-primary,
.btn-group .btn--primary + .btn--brand-primary,
.btn-group .btn--brand-primary + .btn--brand-primary,
.btn-group .btn--secondary + .btn--brand-primary,
.btn-group .btn--book + .btn--brand-primary,
.btn-group .btn--social-login + .btn--brand-primary,
.btn-group .btn--rss + .btn--brand-primary,
.btn-group .property-popup--cta + .btn--brand-primary,
.btn-group .featured--cta .btn--primary + .btn,
.btn-group .featured--cta .btn + .btn,
.btn-group .featured--cta .btn--brand-primary + .btn,
.btn-group .featured--cta .btn--secondary + .btn,
.btn-group .featured--cta .btn--book + .btn,
.btn-group .featured--cta .btn--social-login + .btn,
.btn-group .featured--cta .btn--rss + .btn,
.btn-group .featured--cta .property-popup--cta + .btn,
.btn-group .featured--cta .btn--primary + .btn--brand-primary,
.btn-group .featured--cta .btn + .btn--brand-primary,
.btn-group .featured--cta .btn--brand-primary + .btn--brand-primary,
.btn-group .featured--cta .btn--secondary + .btn--brand-primary,
.btn-group .featured--cta .btn--book + .btn--brand-primary,
.btn-group .featured--cta .btn--social-login + .btn--brand-primary,
.btn-group .featured--cta .btn--rss + .btn--brand-primary,
.btn-group .featured--cta .property-popup--cta + .btn--brand-primary,
.btn-group .btn + .btn--secondary,
.btn-group .btn--primary + .btn--secondary,
.btn-group .btn--brand-primary + .btn--secondary,
.btn-group .featured--cta .btn + .btn--secondary,
.btn-group .featured--cta .btn--brand-primary + .btn--secondary,
.btn-group .btn--secondary + .btn--secondary,
.btn-group .btn--book + .btn--secondary,
.btn-group .btn--social-login + .btn--secondary,
.btn-group .btn--rss + .btn--secondary,
.btn-group .property-popup--cta + .btn--secondary,
.btn-group .btn + .btn--book,
.btn-group .btn--primary + .btn--book,
.btn-group .btn--brand-primary + .btn--book,
.btn-group .featured--cta .btn + .btn--book,
.btn-group .featured--cta .btn--brand-primary + .btn--book,
.btn-group .btn--secondary + .btn--book,
.btn-group .btn--book + .btn--book,
.btn-group .btn--social-login + .btn--book,
.btn-group .btn--rss + .btn--book,
.btn-group .property-popup--cta + .btn--book,
.btn-group .btn + .btn--social-login,
.btn-group .btn--primary + .btn--social-login,
.btn-group .btn--brand-primary + .btn--social-login,
.btn-group .featured--cta .btn + .btn--social-login,
.btn-group .featured--cta .btn--brand-primary + .btn--social-login,
.btn-group .btn--secondary + .btn--social-login,
.btn-group .btn--book + .btn--social-login,
.btn-group .btn--social-login + .btn--social-login,
.btn-group .btn--rss + .btn--social-login,
.btn-group .property-popup--cta + .btn--social-login,
.btn-group .btn + .btn--rss,
.btn-group .btn--primary + .btn--rss,
.btn-group .btn--brand-primary + .btn--rss,
.btn-group .featured--cta .btn + .btn--rss,
.btn-group .featured--cta .btn--brand-primary + .btn--rss,
.btn-group .btn--secondary + .btn--rss,
.btn-group .btn--book + .btn--rss,
.btn-group .btn--social-login + .btn--rss,
.btn-group .btn--rss + .btn--rss,
.btn-group .property-popup--cta + .btn--rss,
.btn-group .btn + .property-popup--cta,
.btn-group .btn--primary + .property-popup--cta,
.btn-group .btn--brand-primary + .property-popup--cta,
.btn-group .featured--cta .btn + .property-popup--cta,
.btn-group .featured--cta .btn--brand-primary + .property-popup--cta,
.btn-group .btn--secondary + .property-popup--cta,
.btn-group .btn--book + .property-popup--cta,
.btn-group .btn--social-login + .property-popup--cta,
.btn-group .btn--rss + .property-popup--cta,
.btn-group .property-popup--cta + .property-popup--cta,
.btn-group .btn + .btn-group,
.btn-group .btn--primary + .btn-group,
.btn-group .btn--brand-primary + .btn-group,
.btn-group .featured--cta .btn + .btn-group,
.btn-group .featured--cta .btn--brand-primary + .btn-group,
.btn-group .btn--secondary + .btn-group,
.btn-group .btn--book + .btn-group,
.btn-group .btn--social-login + .btn-group,
.btn-group .btn--rss + .btn-group,
.btn-group .property-popup--cta + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn--primary,
.btn-group .btn-group + .btn--brand-primary,
.btn-group .featured--cta .btn-group + .btn,
.btn-group .featured--cta .btn-group + .btn--brand-primary,
.btn-group .btn-group + .btn--secondary,
.btn-group .btn-group + .btn--book,
.btn-group .btn-group + .btn--social-login,
.btn-group .btn-group + .btn--rss,
.btn-group .btn-group + .property-popup--cta,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: ' ';
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn--primary,
.btn-toolbar > .btn--brand-primary,
.featured--cta .btn-toolbar > .btn,
.featured--cta .btn-toolbar > .btn--brand-primary,
.btn-toolbar > .btn--secondary,
.btn-toolbar > .btn--book,
.btn-toolbar > .btn--social-login,
.btn-toolbar > .btn--rss,
.btn-toolbar > .property-popup--cta,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--brand-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.featured--cta .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--secondary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--book:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--social-login:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--rss:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .property-popup--cta:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > .btn--primary:first-child,
.btn-group > .btn--brand-primary:first-child,
.featured--cta .btn-group > .btn:first-child,
.btn-group > .btn--secondary:first-child,
.btn-group > .btn--book:first-child,
.btn-group > .btn--social-login:first-child,
.btn-group > .btn--rss:first-child,
.btn-group > .property-popup--cta:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--primary:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--brand-primary:first-child:not(:last-child):not(.dropdown-toggle),
.featured--cta .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--secondary:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--book:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--social-login:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn--rss:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .property-popup--cta:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .btn--primary:last-child:not(:first-child),
.btn-group > .btn--brand-primary:last-child:not(:first-child),
.featured--cta .btn-group > .btn:last-child:not(:first-child),
.btn-group > .btn--secondary:last-child:not(:first-child),
.btn-group > .btn--book:last-child:not(:first-child),
.btn-group > .btn--social-login:last-child:not(:first-child),
.btn-group > .btn--rss:last-child:not(:first-child),
.btn-group > .property-popup--cta:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--primary,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--brand-primary,
.featured--cta .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.featured--cta .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--brand-primary,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--secondary,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--book,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--social-login,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn--rss,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .property-popup--cta {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .btn--primary:last-child,
.btn-group > .btn-group:first-child > .btn--brand-primary:last-child,
.featured--cta .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .btn--secondary:last-child,
.btn-group > .btn-group:first-child > .btn--book:last-child,
.btn-group > .btn-group:first-child > .btn--social-login:last-child,
.btn-group > .btn-group:first-child > .btn--rss:last-child,
.btn-group > .btn-group:first-child > .property-popup--cta:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .btn--primary:first-child,
.btn-group > .btn-group:last-child > .btn--brand-primary:first-child,
.featured--cta .btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .btn--secondary:first-child,
.btn-group > .btn-group:last-child > .btn--book:first-child,
.btn-group > .btn-group:last-child > .btn--social-login:first-child,
.btn-group > .btn-group:last-child > .btn--rss:first-child,
.btn-group > .btn-group:last-child > .property-popup--cta:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn--primary + .dropdown-toggle,
.btn-group > .btn--brand-primary + .dropdown-toggle,
.featured--cta .btn-group > .btn + .dropdown-toggle,
.featured--cta .btn-group > .btn--brand-primary + .dropdown-toggle,
.btn-group > .btn--secondary + .dropdown-toggle,
.btn-group > .btn--book + .dropdown-toggle,
.btn-group > .btn--social-login + .dropdown-toggle,
.btn-group > .btn--rss + .dropdown-toggle,
.btn-group > .property-popup--cta + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--primary + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--brand-primary + .dropdown-toggle,
.featured--cta .btn-group-lg.btn-group > .btn + .dropdown-toggle,
.featured--cta .btn-group-lg.btn-group > .btn--brand-primary + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--secondary + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--book + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--social-login + .dropdown-toggle,
.btn-group-lg.btn-group > .btn--rss + .dropdown-toggle,
.btn-group-lg.btn-group > .property-popup--cta + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret,
.btn--primary .caret,
.btn--brand-primary .caret,
.btn--secondary .caret,
.btn--book .caret,
.btn--social-login .caret,
.btn--rss .caret,
.property-popup--cta .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > .btn--primary .caret,
.btn-group-lg > .btn--brand-primary .caret,
.featured--cta .btn-group-lg > .btn .caret,
.featured--cta .btn-group-lg > .btn--brand-primary .caret,
.btn-group-lg > .btn--secondary .caret,
.btn-group-lg > .btn--book .caret,
.btn-group-lg > .btn--social-login .caret,
.btn-group-lg > .btn--rss .caret,
.btn-group-lg > .property-popup--cta .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .btn--primary .caret,
.dropup .btn-group-lg > .btn--brand-primary .caret,
.dropup .featured--cta .btn-group-lg > .btn .caret,
.dropup .featured--cta .btn-group-lg > .btn--brand-primary .caret,
.dropup .btn-group-lg > .btn--secondary .caret,
.dropup .btn-group-lg > .btn--book .caret,
.dropup .btn-group-lg > .btn--social-login .caret,
.dropup .btn-group-lg > .btn--rss .caret,
.dropup .btn-group-lg > .property-popup--cta .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn--primary,
.btn-group-vertical > .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn,
.featured--cta .btn-group-vertical > .btn--brand-primary,
.btn-group-vertical > .btn--secondary,
.btn-group-vertical > .btn--book,
.btn-group-vertical > .btn--social-login,
.btn-group-vertical > .btn--rss,
.btn-group-vertical > .property-popup--cta,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn--primary,
.btn-group-vertical > .btn-group > .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn-group > .btn,
.featured--cta .btn-group-vertical > .btn-group > .btn--brand-primary,
.btn-group-vertical > .btn-group > .btn--secondary,
.btn-group-vertical > .btn-group > .btn--book,
.btn-group-vertical > .btn-group > .btn--social-login,
.btn-group-vertical > .btn-group > .btn--rss,
.btn-group-vertical > .btn-group > .property-popup--cta {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn--primary,
.btn-group-vertical > .btn-group > .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn-group > .btn,
.featured--cta .btn-group-vertical > .btn-group > .btn--brand-primary,
.btn-group-vertical > .btn-group > .btn--secondary,
.btn-group-vertical > .btn-group > .btn--book,
.btn-group-vertical > .btn-group > .btn--social-login,
.btn-group-vertical > .btn-group > .btn--rss,
.btn-group-vertical > .btn-group > .property-popup--cta {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn--primary + .btn,
.btn-group-vertical > .btn--brand-primary + .btn,
.btn-group-vertical > .btn--secondary + .btn,
.btn-group-vertical > .btn--book + .btn,
.btn-group-vertical > .btn--social-login + .btn,
.btn-group-vertical > .btn--rss + .btn,
.btn-group-vertical > .property-popup--cta + .btn,
.btn-group-vertical > .btn + .btn--primary,
.btn-group-vertical > .btn--primary + .btn--primary,
.btn-group-vertical > .btn--brand-primary + .btn--primary,
.featured--cta .btn-group-vertical > .btn + .btn--primary,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--primary,
.btn-group-vertical > .btn--secondary + .btn--primary,
.btn-group-vertical > .btn--book + .btn--primary,
.btn-group-vertical > .btn--social-login + .btn--primary,
.btn-group-vertical > .btn--rss + .btn--primary,
.btn-group-vertical > .property-popup--cta + .btn--primary,
.btn-group-vertical > .btn + .btn--brand-primary,
.btn-group-vertical > .btn--primary + .btn--brand-primary,
.btn-group-vertical > .btn--brand-primary + .btn--brand-primary,
.btn-group-vertical > .btn--secondary + .btn--brand-primary,
.btn-group-vertical > .btn--book + .btn--brand-primary,
.btn-group-vertical > .btn--social-login + .btn--brand-primary,
.btn-group-vertical > .btn--rss + .btn--brand-primary,
.btn-group-vertical > .property-popup--cta + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--primary + .btn,
.featured--cta .btn-group-vertical > .btn + .btn,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn,
.featured--cta .btn-group-vertical > .btn--secondary + .btn,
.featured--cta .btn-group-vertical > .btn--book + .btn,
.featured--cta .btn-group-vertical > .btn--social-login + .btn,
.featured--cta .btn-group-vertical > .btn--rss + .btn,
.featured--cta .btn-group-vertical > .property-popup--cta + .btn,
.featured--cta .btn-group-vertical > .btn--primary + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--secondary + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--book + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--social-login + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn--rss + .btn--brand-primary,
.featured--cta .btn-group-vertical > .property-popup--cta + .btn--brand-primary,
.btn-group-vertical > .btn + .btn--secondary,
.btn-group-vertical > .btn--primary + .btn--secondary,
.btn-group-vertical > .btn--brand-primary + .btn--secondary,
.featured--cta .btn-group-vertical > .btn + .btn--secondary,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--secondary,
.btn-group-vertical > .btn--secondary + .btn--secondary,
.btn-group-vertical > .btn--book + .btn--secondary,
.btn-group-vertical > .btn--social-login + .btn--secondary,
.btn-group-vertical > .btn--rss + .btn--secondary,
.btn-group-vertical > .property-popup--cta + .btn--secondary,
.btn-group-vertical > .btn + .btn--book,
.btn-group-vertical > .btn--primary + .btn--book,
.btn-group-vertical > .btn--brand-primary + .btn--book,
.featured--cta .btn-group-vertical > .btn + .btn--book,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--book,
.btn-group-vertical > .btn--secondary + .btn--book,
.btn-group-vertical > .btn--book + .btn--book,
.btn-group-vertical > .btn--social-login + .btn--book,
.btn-group-vertical > .btn--rss + .btn--book,
.btn-group-vertical > .property-popup--cta + .btn--book,
.btn-group-vertical > .btn + .btn--social-login,
.btn-group-vertical > .btn--primary + .btn--social-login,
.btn-group-vertical > .btn--brand-primary + .btn--social-login,
.featured--cta .btn-group-vertical > .btn + .btn--social-login,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--social-login,
.btn-group-vertical > .btn--secondary + .btn--social-login,
.btn-group-vertical > .btn--book + .btn--social-login,
.btn-group-vertical > .btn--social-login + .btn--social-login,
.btn-group-vertical > .btn--rss + .btn--social-login,
.btn-group-vertical > .property-popup--cta + .btn--social-login,
.btn-group-vertical > .btn + .btn--rss,
.btn-group-vertical > .btn--primary + .btn--rss,
.btn-group-vertical > .btn--brand-primary + .btn--rss,
.featured--cta .btn-group-vertical > .btn + .btn--rss,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn--rss,
.btn-group-vertical > .btn--secondary + .btn--rss,
.btn-group-vertical > .btn--book + .btn--rss,
.btn-group-vertical > .btn--social-login + .btn--rss,
.btn-group-vertical > .btn--rss + .btn--rss,
.btn-group-vertical > .property-popup--cta + .btn--rss,
.btn-group-vertical > .btn + .property-popup--cta,
.btn-group-vertical > .btn--primary + .property-popup--cta,
.btn-group-vertical > .btn--brand-primary + .property-popup--cta,
.featured--cta .btn-group-vertical > .btn + .property-popup--cta,
.featured--cta .btn-group-vertical > .btn--brand-primary + .property-popup--cta,
.btn-group-vertical > .btn--secondary + .property-popup--cta,
.btn-group-vertical > .btn--book + .property-popup--cta,
.btn-group-vertical > .btn--social-login + .property-popup--cta,
.btn-group-vertical > .btn--rss + .property-popup--cta,
.btn-group-vertical > .property-popup--cta + .property-popup--cta,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn--primary + .btn-group,
.btn-group-vertical > .btn--brand-primary + .btn-group,
.featured--cta .btn-group-vertical > .btn + .btn-group,
.featured--cta .btn-group-vertical > .btn--brand-primary + .btn-group,
.btn-group-vertical > .btn--secondary + .btn-group,
.btn-group-vertical > .btn--book + .btn-group,
.btn-group-vertical > .btn--social-login + .btn-group,
.btn-group-vertical > .btn--rss + .btn-group,
.btn-group-vertical > .property-popup--cta + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn--primary,
.btn-group-vertical > .btn-group + .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn-group + .btn,
.featured--cta .btn-group-vertical > .btn-group + .btn--brand-primary,
.btn-group-vertical > .btn-group + .btn--secondary,
.btn-group-vertical > .btn-group + .btn--book,
.btn-group-vertical > .btn-group + .btn--social-login,
.btn-group-vertical > .btn-group + .btn--rss,
.btn-group-vertical > .btn-group + .property-popup--cta,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--primary:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--brand-primary:not(:first-child):not(:last-child),
.featured--cta .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--secondary:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--book:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--social-login:not(:first-child):not(:last-child),
.btn-group-vertical > .btn--rss:not(:first-child):not(:last-child),
.btn-group-vertical > .property-popup--cta:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn--primary:first-child:not(:last-child),
.btn-group-vertical > .btn--brand-primary:first-child:not(:last-child),
.featured--cta .btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn--secondary:first-child:not(:last-child),
.btn-group-vertical > .btn--book:first-child:not(:last-child),
.btn-group-vertical > .btn--social-login:first-child:not(:last-child),
.btn-group-vertical > .btn--rss:first-child:not(:last-child),
.btn-group-vertical > .property-popup--cta:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn--primary:last-child:not(:first-child),
.btn-group-vertical > .btn--brand-primary:last-child:not(:first-child),
.featured--cta .btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn--secondary:last-child:not(:first-child),
.btn-group-vertical > .btn--book:last-child:not(:first-child),
.btn-group-vertical > .btn--social-login:last-child:not(:first-child),
.btn-group-vertical > .btn--rss:last-child:not(:first-child),
.btn-group-vertical > .property-popup--cta:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--primary,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--brand-primary,
.featured--cta .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.featured--cta .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--brand-primary,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--secondary,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--book,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--social-login,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn--rss,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .property-popup--cta {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--primary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--brand-primary:last-child,
.featured--cta .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--secondary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--book:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--social-login:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn--rss:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .property-popup--cta:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--primary:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--brand-primary:first-child,
.featured--cta .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--secondary:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--book:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--social-login:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn--rss:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .property-popup--cta:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn--primary,
.btn-group-justified > .btn--brand-primary,
.featured--cta .btn-group-justified > .btn,
.featured--cta .btn-group-justified > .btn--brand-primary,
.btn-group-justified > .btn--secondary,
.btn-group-justified > .btn--book,
.btn-group-justified > .btn--social-login,
.btn-group-justified > .btn--rss,
.btn-group-justified > .property-popup--cta,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .btn--primary,
.btn-group-justified > .btn-group .btn--brand-primary,
.featured--cta .btn-group-justified > .btn-group .btn,
.featured--cta .btn-group-justified > .btn-group .btn--brand-primary,
.btn-group-justified > .btn-group .btn--secondary,
.btn-group-justified > .btn-group .btn--book,
.btn-group-justified > .btn-group .btn--social-login,
.btn-group-justified > .btn-group .btn--rss,
.btn-group-justified > .btn-group .property-popup--cta {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn--primary input[type='radio'],
[data-toggle='buttons'] > .btn--brand-primary input[type='radio'],
.featured--cta [data-toggle='buttons'] > .btn input[type='radio'],
.featured--cta [data-toggle='buttons'] > .btn--brand-primary input[type='radio'],
[data-toggle='buttons'] > .btn--secondary input[type='radio'],
[data-toggle='buttons'] > .btn--book input[type='radio'],
[data-toggle='buttons'] > .btn--social-login input[type='radio'],
[data-toggle='buttons'] > .btn--rss input[type='radio'],
[data-toggle='buttons'] > .property-popup--cta input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn--primary input[type='checkbox'],
[data-toggle='buttons'] > .btn--brand-primary input[type='checkbox'],
.featured--cta [data-toggle='buttons'] > .btn input[type='checkbox'],
.featured--cta [data-toggle='buttons'] > .btn--brand-primary input[type='checkbox'],
[data-toggle='buttons'] > .btn--secondary input[type='checkbox'],
[data-toggle='buttons'] > .btn--book input[type='checkbox'],
[data-toggle='buttons'] > .btn--social-login input[type='checkbox'],
[data-toggle='buttons'] > .btn--rss input[type='checkbox'],
[data-toggle='buttons'] > .property-popup--cta input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--primary input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--brand-primary input[type='radio'],
.featured--cta [data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
.featured--cta [data-toggle='buttons'] > .btn-group > .btn--brand-primary input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--secondary input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--book input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--social-login input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn--rss input[type='radio'],
[data-toggle='buttons'] > .btn-group > .property-popup--cta input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--primary input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--brand-primary input[type='checkbox'],
.featured--cta [data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
.featured--cta [data-toggle='buttons'] > .btn-group > .btn--brand-primary input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--secondary input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--book input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--social-login input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn--rss input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .property-popup--cta input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  color: #626363;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #eee;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn--primary,
.input-group-sm > .input-group-btn > .input-group-addon.btn--brand-primary,
.featured--cta .input-group-sm > .input-group-btn > .input-group-addon.btn,
.featured--cta .input-group-sm > .input-group-btn > .input-group-addon.btn--brand-primary,
.input-group-sm > .input-group-btn > .input-group-addon.btn--secondary,
.input-group-sm > .input-group-btn > .input-group-addon.btn--book,
.input-group-sm > .input-group-btn > .input-group-addon.btn--social-login,
.input-group-sm > .input-group-btn > .input-group-addon.btn--rss,
.input-group-sm > .input-group-btn > .input-group-addon.property-popup--cta {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn--primary,
.input-group-lg > .input-group-btn > .input-group-addon.btn--brand-primary,
.featured--cta .input-group-lg > .input-group-btn > .input-group-addon.btn,
.featured--cta .input-group-lg > .input-group-btn > .input-group-addon.btn--brand-primary,
.input-group-lg > .input-group-btn > .input-group-addon.btn--secondary,
.input-group-lg > .input-group-btn > .input-group-addon.btn--book,
.input-group-lg > .input-group-btn > .input-group-addon.btn--social-login,
.input-group-lg > .input-group-btn > .input-group-addon.btn--rss,
.input-group-lg > .input-group-btn > .input-group-addon.property-popup--cta {
  font-size: 18px;
  padding: 10px 16px;
  border-radius: 0;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn--primary,
.input-group-btn:first-child > .btn--brand-primary,
.featured--cta .input-group-btn:first-child > .btn,
.featured--cta .input-group-btn:first-child > .btn--brand-primary,
.input-group-btn:first-child > .btn--secondary,
.input-group-btn:first-child > .btn--book,
.input-group-btn:first-child > .btn--social-login,
.input-group-btn:first-child > .btn--rss,
.input-group-btn:first-child > .property-popup--cta,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn--primary,
.input-group-btn:first-child > .btn-group > .btn--brand-primary,
.featured--cta .input-group-btn:first-child > .btn-group > .btn,
.featured--cta .input-group-btn:first-child > .btn-group > .btn--brand-primary,
.input-group-btn:first-child > .btn-group > .btn--secondary,
.input-group-btn:first-child > .btn-group > .btn--book,
.input-group-btn:first-child > .btn-group > .btn--social-login,
.input-group-btn:first-child > .btn-group > .btn--rss,
.input-group-btn:first-child > .btn-group > .property-popup--cta,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--brand-primary:not(:last-child):not(.dropdown-toggle),
.featured--cta .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--book:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--social-login:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--rss:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .property-popup--cta:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--primary,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--brand-primary,
.featured--cta .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.featured--cta .input-group-btn:last-child > .btn-group:not(:last-child) > .btn--brand-primary,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--secondary,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--book,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--social-login,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--rss,
.input-group-btn:last-child > .btn-group:not(:last-child) > .property-popup--cta {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn--primary,
.input-group-btn:last-child > .btn--brand-primary,
.featured--cta .input-group-btn:last-child > .btn,
.featured--cta .input-group-btn:last-child > .btn--brand-primary,
.input-group-btn:last-child > .btn--secondary,
.input-group-btn:last-child > .btn--book,
.input-group-btn:last-child > .btn--social-login,
.input-group-btn:last-child > .btn--rss,
.input-group-btn:last-child > .property-popup--cta,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn--primary,
.input-group-btn:last-child > .btn-group > .btn--brand-primary,
.featured--cta .input-group-btn:last-child > .btn-group > .btn,
.featured--cta .input-group-btn:last-child > .btn-group > .btn--brand-primary,
.input-group-btn:last-child > .btn-group > .btn--secondary,
.input-group-btn:last-child > .btn-group > .btn--book,
.input-group-btn:last-child > .btn-group > .btn--social-login,
.input-group-btn:last-child > .btn-group > .btn--rss,
.input-group-btn:last-child > .btn-group > .property-popup--cta,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn--primary:not(:first-child),
.input-group-btn:first-child > .btn--brand-primary:not(:first-child),
.featured--cta .input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn--secondary:not(:first-child),
.input-group-btn:first-child > .btn--book:not(:first-child),
.input-group-btn:first-child > .btn--social-login:not(:first-child),
.input-group-btn:first-child > .btn--rss:not(:first-child),
.input-group-btn:first-child > .property-popup--cta:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--primary,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--brand-primary,
.featured--cta .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.featured--cta .input-group-btn:first-child > .btn-group:not(:first-child) > .btn--brand-primary,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--secondary,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--book,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--social-login,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--rss,
.input-group-btn:first-child > .btn-group:not(:first-child) > .property-popup--cta {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn,
.input-group-btn > .btn--primary,
.input-group-btn > .btn--brand-primary,
.featured--cta .input-group-btn > .btn,
.featured--cta .input-group-btn > .btn--brand-primary,
.input-group-btn > .btn--secondary,
.input-group-btn > .btn--book,
.input-group-btn > .btn--social-login,
.input-group-btn > .btn--rss,
.input-group-btn > .property-popup--cta {
  position: relative;
}

.input-group-btn > .btn + .btn,
.input-group-btn > .btn--primary + .btn,
.input-group-btn > .btn--brand-primary + .btn,
.input-group-btn > .btn--secondary + .btn,
.input-group-btn > .btn--book + .btn,
.input-group-btn > .btn--social-login + .btn,
.input-group-btn > .btn--rss + .btn,
.input-group-btn > .property-popup--cta + .btn,
.input-group-btn > .btn + .btn--primary,
.input-group-btn > .btn--primary + .btn--primary,
.input-group-btn > .btn--brand-primary + .btn--primary,
.featured--cta .input-group-btn > .btn + .btn--primary,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--primary,
.input-group-btn > .btn--secondary + .btn--primary,
.input-group-btn > .btn--book + .btn--primary,
.input-group-btn > .btn--social-login + .btn--primary,
.input-group-btn > .btn--rss + .btn--primary,
.input-group-btn > .property-popup--cta + .btn--primary,
.input-group-btn > .btn + .btn--brand-primary,
.input-group-btn > .btn--primary + .btn--brand-primary,
.input-group-btn > .btn--brand-primary + .btn--brand-primary,
.input-group-btn > .btn--secondary + .btn--brand-primary,
.input-group-btn > .btn--book + .btn--brand-primary,
.input-group-btn > .btn--social-login + .btn--brand-primary,
.input-group-btn > .btn--rss + .btn--brand-primary,
.input-group-btn > .property-popup--cta + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--primary + .btn,
.featured--cta .input-group-btn > .btn + .btn,
.featured--cta .input-group-btn > .btn--brand-primary + .btn,
.featured--cta .input-group-btn > .btn--secondary + .btn,
.featured--cta .input-group-btn > .btn--book + .btn,
.featured--cta .input-group-btn > .btn--social-login + .btn,
.featured--cta .input-group-btn > .btn--rss + .btn,
.featured--cta .input-group-btn > .property-popup--cta + .btn,
.featured--cta .input-group-btn > .btn--primary + .btn--brand-primary,
.featured--cta .input-group-btn > .btn + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--secondary + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--book + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--social-login + .btn--brand-primary,
.featured--cta .input-group-btn > .btn--rss + .btn--brand-primary,
.featured--cta .input-group-btn > .property-popup--cta + .btn--brand-primary,
.input-group-btn > .btn + .btn--secondary,
.input-group-btn > .btn--primary + .btn--secondary,
.input-group-btn > .btn--brand-primary + .btn--secondary,
.featured--cta .input-group-btn > .btn + .btn--secondary,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--secondary,
.input-group-btn > .btn--secondary + .btn--secondary,
.input-group-btn > .btn--book + .btn--secondary,
.input-group-btn > .btn--social-login + .btn--secondary,
.input-group-btn > .btn--rss + .btn--secondary,
.input-group-btn > .property-popup--cta + .btn--secondary,
.input-group-btn > .btn + .btn--book,
.input-group-btn > .btn--primary + .btn--book,
.input-group-btn > .btn--brand-primary + .btn--book,
.featured--cta .input-group-btn > .btn + .btn--book,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--book,
.input-group-btn > .btn--secondary + .btn--book,
.input-group-btn > .btn--book + .btn--book,
.input-group-btn > .btn--social-login + .btn--book,
.input-group-btn > .btn--rss + .btn--book,
.input-group-btn > .property-popup--cta + .btn--book,
.input-group-btn > .btn + .btn--social-login,
.input-group-btn > .btn--primary + .btn--social-login,
.input-group-btn > .btn--brand-primary + .btn--social-login,
.featured--cta .input-group-btn > .btn + .btn--social-login,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--social-login,
.input-group-btn > .btn--secondary + .btn--social-login,
.input-group-btn > .btn--book + .btn--social-login,
.input-group-btn > .btn--social-login + .btn--social-login,
.input-group-btn > .btn--rss + .btn--social-login,
.input-group-btn > .property-popup--cta + .btn--social-login,
.input-group-btn > .btn + .btn--rss,
.input-group-btn > .btn--primary + .btn--rss,
.input-group-btn > .btn--brand-primary + .btn--rss,
.featured--cta .input-group-btn > .btn + .btn--rss,
.featured--cta .input-group-btn > .btn--brand-primary + .btn--rss,
.input-group-btn > .btn--secondary + .btn--rss,
.input-group-btn > .btn--book + .btn--rss,
.input-group-btn > .btn--social-login + .btn--rss,
.input-group-btn > .btn--rss + .btn--rss,
.input-group-btn > .property-popup--cta + .btn--rss,
.input-group-btn > .btn + .property-popup--cta,
.input-group-btn > .btn--primary + .property-popup--cta,
.input-group-btn > .btn--brand-primary + .property-popup--cta,
.featured--cta .input-group-btn > .btn + .property-popup--cta,
.featured--cta .input-group-btn > .btn--brand-primary + .property-popup--cta,
.input-group-btn > .btn--secondary + .property-popup--cta,
.input-group-btn > .btn--book + .property-popup--cta,
.input-group-btn > .btn--social-login + .property-popup--cta,
.input-group-btn > .btn--rss + .property-popup--cta,
.input-group-btn > .property-popup--cta + .property-popup--cta {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn--primary:hover,
.input-group-btn > .btn--brand-primary:hover,
.featured--cta .input-group-btn > .btn:hover,
.input-group-btn > .btn--secondary:hover,
.input-group-btn > .btn--book:hover,
.input-group-btn > .btn--social-login:hover,
.input-group-btn > .btn--rss:hover,
.input-group-btn > .property-popup--cta:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn--primary:focus,
.input-group-btn > .btn--brand-primary:focus,
.featured--cta .input-group-btn > .btn:focus,
.input-group-btn > .btn--secondary:focus,
.input-group-btn > .btn--book:focus,
.input-group-btn > .btn--social-login:focus,
.input-group-btn > .btn--rss:focus,
.input-group-btn > .property-popup--cta:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn--primary:active,
.input-group-btn > .btn--brand-primary:active,
.featured--cta .input-group-btn > .btn:active,
.input-group-btn > .btn--secondary:active,
.input-group-btn > .btn--book:active,
.input-group-btn > .btn--social-login:active,
.input-group-btn > .btn--rss:active,
.input-group-btn > .property-popup--cta:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn--primary,
.input-group-btn:first-child > .btn--brand-primary,
.featured--cta .input-group-btn:first-child > .btn,
.featured--cta .input-group-btn:first-child > .btn--brand-primary,
.input-group-btn:first-child > .btn--secondary,
.input-group-btn:first-child > .btn--book,
.input-group-btn:first-child > .btn--social-login,
.input-group-btn:first-child > .btn--rss,
.input-group-btn:first-child > .property-popup--cta,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn--primary,
.input-group-btn:last-child > .btn--brand-primary,
.featured--cta .input-group-btn:last-child > .btn,
.featured--cta .input-group-btn:last-child > .btn--brand-primary,
.input-group-btn:last-child > .btn--secondary,
.input-group-btn:last-child > .btn--book,
.input-group-btn:last-child > .btn--social-login,
.input-group-btn:last-child > .btn--rss,
.input-group-btn:last-child > .property-popup--cta,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav,
.pagination,
.tabber-filter .tabber-filter--nav,
.pagination--wrapper.condo-title .pagination {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.pagination:before,
.tabber-filter .tabber-filter--nav:before,
.pagination--wrapper.condo-title .pagination:before,
.nav:after,
.pagination:after,
.tabber-filter .tabber-filter--nav:after,
.pagination--wrapper.condo-title .pagination:after {
  display: table;
  content: ' ';
}

.nav:after,
.pagination:after,
.tabber-filter .tabber-filter--nav:after,
.pagination--wrapper.condo-title .pagination:after {
  clear: both;
}

.nav > li,
.pagination > li,
.tabber-filter .tabber-filter--nav > li,
.pagination--wrapper.condo-title .pagination > li {
  position: relative;
  display: block;
}

.nav > li > a,
.pagination > li > a,
.tabber-filter .tabber-filter--nav > li > a,
.pagination--wrapper.condo-title .pagination > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.pagination > li > a:hover,
.tabber-filter .tabber-filter--nav > li > a:hover,
.pagination--wrapper.condo-title .pagination > li > a:hover,
.nav > li > a:focus,
.pagination > li > a:focus,
.tabber-filter .tabber-filter--nav > li > a:focus,
.pagination--wrapper.condo-title .pagination > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a,
.pagination > li.disabled > a,
.tabber-filter .tabber-filter--nav > li.disabled > a,
.pagination--wrapper.condo-title .pagination > li.disabled > a {
  color: #b9babb;
}

.nav > li.disabled > a:hover,
.pagination > li.disabled > a:hover,
.tabber-filter .tabber-filter--nav > li.disabled > a:hover,
.pagination--wrapper.condo-title .pagination > li.disabled > a:hover,
.nav > li.disabled > a:focus,
.pagination > li.disabled > a:focus,
.tabber-filter .tabber-filter--nav > li.disabled > a:focus,
.pagination--wrapper.condo-title .pagination > li.disabled > a:focus {
  cursor: not-allowed;
  text-decoration: none;
  color: #b9babb;
  background-color: transparent;
}

.nav .open > a,
.pagination .open > a,
.tabber-filter .tabber-filter--nav .open > a,
.pagination--wrapper.condo-title .pagination .open > a,
.nav .open > a:hover,
.pagination .open > a:hover,
.tabber-filter .tabber-filter--nav .open > a:hover,
.nav .open > a:focus,
.pagination .open > a:focus,
.tabber-filter .tabber-filter--nav .open > a:focus {
  border-color: #0079c2;
  background-color: #eee;
}

.nav .nav-divider,
.pagination .nav-divider,
.tabber-filter .tabber-filter--nav .nav-divider,
.pagination--wrapper.condo-title .pagination .nav-divider {
  overflow: hidden;
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
}

.nav > li > a > img,
.pagination > li > a > img,
.tabber-filter .tabber-filter--nav > li > a > img,
.pagination--wrapper.condo-title .pagination > li > a > img {
  max-width: none;
}

.nav-tabs,
.tabber-filter .tabber-filter--nav {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li,
.tabber-filter .tabber-filter--nav > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a,
.tabber-filter .tabber-filter--nav > li > a {
  line-height: 1.42857;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover,
.tabber-filter .tabber-filter--nav > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.tabber-filter .tabber-filter--nav > li.active > a,
.nav-tabs > li.active > a:hover,
.tabber-filter .tabber-filter--nav > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.tabber-filter .tabber-filter--nav > li.active > a:focus {
  cursor: default;
  color: #626363;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff;
}

.nav-pills > li,
.pagination > li,
.pagination--wrapper.condo-title .pagination > li {
  float: left;
}

.nav-pills > li > a,
.pagination > li > a,
.pagination--wrapper.condo-title .pagination > li > a {
  border-radius: 0;
}

.nav-pills > li + li,
.pagination > li + li,
.pagination--wrapper.condo-title .pagination > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.pagination > li.active > a,
.pagination--wrapper.condo-title .pagination > li.active > a,
.nav-pills > li.active > a:hover,
.pagination > li.active > a:hover,
.pagination--wrapper.condo-title .pagination > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > li.active > a:focus,
.pagination--wrapper.condo-title .pagination > li.active > a:focus {
  color: #fff;
  background-color: #000;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified,
.tabber-filter .tabber-filter--nav,
.pagination,
.pagination--wrapper.condo-title .pagination {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li,
.tabber-filter .tabber-filter--nav > li,
.pagination > li,
.pagination--wrapper.condo-title .pagination > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a,
.tabber-filter .tabber-filter--nav > li > a,
.pagination > li > a,
.pagination--wrapper.condo-title .pagination > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu,
.tabber-filter .tabber-filter--nav > .dropdown .dropdown-menu,
.pagination > .dropdown .dropdown-menu,
.pagination--wrapper.condo-title .pagination > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li,
  .tabber-filter .tabber-filter--nav > li,
  .pagination > li,
  .pagination--wrapper.condo-title .pagination > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a,
  .tabber-filter .tabber-filter--nav > li > a,
  .pagination > li > a,
  .pagination--wrapper.condo-title .pagination > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified,
.tabber-filter .tabber-filter--nav {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a,
.tabber-filter .tabber-filter--nav > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.tabber-filter .tabber-filter--nav > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.tabber-filter .tabber-filter--nav > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.tabber-filter .tabber-filter--nav > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a,
  .tabber-filter .tabber-filter--nav > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .tabber-filter .tabber-filter--nav > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .tabber-filter .tabber-filter--nav > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .tabber-filter .tabber-filter--nav > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: ' ';
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: ' ';
}

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    padding-bottom: 0;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  font-size: 18px;
  line-height: 20px;
  float: left;
  height: 50px;
  padding: 15px 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.btn--primary,
.btn-group-sm > .navbar-btn.btn--brand-primary,
.featured--cta .btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.btn--secondary,
.btn-group-sm > .navbar-btn.btn--book,
.btn-group-sm > .navbar-btn.btn--social-login,
.btn-group-sm > .navbar-btn.btn--rss,
.btn-group-sm > .navbar-btn.property-popup--cta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.btn--primary,
.btn-group-xs > .navbar-btn.btn--brand-primary,
.featured--cta .btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.btn--secondary,
.btn-group-xs > .navbar-btn.btn--book,
.btn-group-xs > .navbar-btn.btn--social-login,
.btn-group-xs > .navbar-btn.btn--rss,
.btn-group-xs > .navbar-btn.property-popup--cta {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  border-color: #e7e7e7;
  background-color: #f8f8f8;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  border-color: #090909;
  background-color: #222;
}

.navbar-inverse .navbar-brand {
  color: #e0e0e1;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #e0e0e1;
}

.navbar-inverse .navbar-nav > li > a {
  color: #e0e0e1;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e0e0e1;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #e0e0e1;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #e0e0e1;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  margin-bottom: 20px;
  padding: 8px 15px;
  list-style: none;
  border-radius: 0;
  background-color: #f5f5f5;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: '/ ';
  color: #ccc;
}

.breadcrumb > .active {
  color: #b9babb;
}

.pager {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  display: table;
  content: ' ';
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  cursor: not-allowed;
  color: #b9babb;
  background-color: #fff;
}

.label {
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline;
  padding: .2em .6em .3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label,
.btn--primary .label,
.btn--brand-primary .label,
.btn--secondary .label,
.btn--book .label,
.btn--social-login .label,
.btn--rss .label,
.property-popup--cta .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #b9babb;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #9fa1a2;
}

.label-primary {
  background-color: #000;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: black;
}

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
  background-color: #b9babb;
}

.badge:empty {
  display: none;
}

.btn .badge,
.btn--primary .badge,
.btn--brand-primary .badge,
.btn--secondary .badge,
.btn--book .badge,
.btn--social-login .badge,
.btn--rss .badge,
.property-popup--cta .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn--primary .badge,
.btn-group-xs > .btn--brand-primary .badge,
.featured--cta .btn-group-xs > .btn .badge,
.featured--cta .btn-group-xs > .btn--brand-primary .badge,
.btn-group-xs > .btn--secondary .badge,
.btn-group-xs > .btn--book .badge,
.btn-group-xs > .btn--social-login .badge,
.btn-group-xs > .btn--rss .badge,
.btn-group-xs > .property-popup--cta .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.pagination > .active > a > .badge,
.pagination--wrapper.condo-title .pagination > .active > a > .badge {
  color: #0079c2;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge,
.pagination > li > a > .badge,
.pagination--wrapper.condo-title .pagination > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  margin-bottom: 30px;
  padding: 30px 15px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .hero .hero--title,
.hero .jumbotron .hero--title,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 15px;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .hero .hero--title,
  .hero .jumbotron .hero--title,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  line-height: 1.42857;
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  transition: border .2s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

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

.alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

  to {
    background-position: 0 0;
  }
}

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

.progress-bar {
  font-size: 12px;
  line-height: 20px;
  float: left;
  width: 0;
  height: 100%;
  transition: width .6s ease;
  text-align: center;
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

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

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  cursor: not-allowed;
  color: #b9babb;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b9babb;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #666;
}

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

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

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

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

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

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

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: ' ';
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

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

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

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

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

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

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

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

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

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #555;
  border-color: #ddd;
  background-color: #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #555;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #000;
}

.panel-primary > .panel-heading {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000;
}

.panel-primary > .panel-heading .badge {
  color: #000;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

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

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

.close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  float: right;
  opacity: .2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  cursor: pointer;
  text-decoration: none;
  opacity: .5;
  color: #000;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.42857px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .btn--primary + .btn,
.modal-footer .btn--brand-primary + .btn,
.modal-footer .btn--secondary + .btn,
.modal-footer .btn--book + .btn,
.modal-footer .btn--social-login + .btn,
.modal-footer .btn--rss + .btn,
.modal-footer .property-popup--cta + .btn,
.modal-footer .btn + .btn--primary,
.modal-footer .btn--primary + .btn--primary,
.modal-footer .btn--brand-primary + .btn--primary,
.modal-footer .featured--cta .btn + .btn--primary,
.modal-footer .featured--cta .btn--brand-primary + .btn--primary,
.modal-footer .btn--secondary + .btn--primary,
.modal-footer .btn--book + .btn--primary,
.modal-footer .btn--social-login + .btn--primary,
.modal-footer .btn--rss + .btn--primary,
.modal-footer .property-popup--cta + .btn--primary,
.modal-footer .btn + .btn--brand-primary,
.modal-footer .btn--primary + .btn--brand-primary,
.modal-footer .btn--brand-primary + .btn--brand-primary,
.modal-footer .btn--secondary + .btn--brand-primary,
.modal-footer .btn--book + .btn--brand-primary,
.modal-footer .btn--social-login + .btn--brand-primary,
.modal-footer .btn--rss + .btn--brand-primary,
.modal-footer .property-popup--cta + .btn--brand-primary,
.modal-footer .featured--cta .btn--primary + .btn,
.modal-footer .featured--cta .btn + .btn,
.modal-footer .featured--cta .btn--brand-primary + .btn,
.modal-footer .featured--cta .btn--secondary + .btn,
.modal-footer .featured--cta .btn--book + .btn,
.modal-footer .featured--cta .btn--social-login + .btn,
.modal-footer .featured--cta .btn--rss + .btn,
.modal-footer .featured--cta .property-popup--cta + .btn,
.modal-footer .featured--cta .btn--primary + .btn--brand-primary,
.modal-footer .featured--cta .btn + .btn--brand-primary,
.modal-footer .featured--cta .btn--brand-primary + .btn--brand-primary,
.modal-footer .featured--cta .btn--secondary + .btn--brand-primary,
.modal-footer .featured--cta .btn--book + .btn--brand-primary,
.modal-footer .featured--cta .btn--social-login + .btn--brand-primary,
.modal-footer .featured--cta .btn--rss + .btn--brand-primary,
.modal-footer .featured--cta .property-popup--cta + .btn--brand-primary,
.modal-footer .btn + .btn--secondary,
.modal-footer .btn--primary + .btn--secondary,
.modal-footer .btn--brand-primary + .btn--secondary,
.modal-footer .featured--cta .btn + .btn--secondary,
.modal-footer .featured--cta .btn--brand-primary + .btn--secondary,
.modal-footer .btn--secondary + .btn--secondary,
.modal-footer .btn--book + .btn--secondary,
.modal-footer .btn--social-login + .btn--secondary,
.modal-footer .btn--rss + .btn--secondary,
.modal-footer .property-popup--cta + .btn--secondary,
.modal-footer .btn + .btn--book,
.modal-footer .btn--primary + .btn--book,
.modal-footer .btn--brand-primary + .btn--book,
.modal-footer .featured--cta .btn + .btn--book,
.modal-footer .featured--cta .btn--brand-primary + .btn--book,
.modal-footer .btn--secondary + .btn--book,
.modal-footer .btn--book + .btn--book,
.modal-footer .btn--social-login + .btn--book,
.modal-footer .btn--rss + .btn--book,
.modal-footer .property-popup--cta + .btn--book,
.modal-footer .btn + .btn--social-login,
.modal-footer .btn--primary + .btn--social-login,
.modal-footer .btn--brand-primary + .btn--social-login,
.modal-footer .featured--cta .btn + .btn--social-login,
.modal-footer .featured--cta .btn--brand-primary + .btn--social-login,
.modal-footer .btn--secondary + .btn--social-login,
.modal-footer .btn--book + .btn--social-login,
.modal-footer .btn--social-login + .btn--social-login,
.modal-footer .btn--rss + .btn--social-login,
.modal-footer .property-popup--cta + .btn--social-login,
.modal-footer .btn + .btn--rss,
.modal-footer .btn--primary + .btn--rss,
.modal-footer .btn--brand-primary + .btn--rss,
.modal-footer .featured--cta .btn + .btn--rss,
.modal-footer .featured--cta .btn--brand-primary + .btn--rss,
.modal-footer .btn--secondary + .btn--rss,
.modal-footer .btn--book + .btn--rss,
.modal-footer .btn--social-login + .btn--rss,
.modal-footer .btn--rss + .btn--rss,
.modal-footer .property-popup--cta + .btn--rss,
.modal-footer .btn + .property-popup--cta,
.modal-footer .btn--primary + .property-popup--cta,
.modal-footer .btn--brand-primary + .property-popup--cta,
.modal-footer .featured--cta .btn + .property-popup--cta,
.modal-footer .featured--cta .btn--brand-primary + .property-popup--cta,
.modal-footer .btn--secondary + .property-popup--cta,
.modal-footer .btn--book + .property-popup--cta,
.modal-footer .btn--social-login + .property-popup--cta,
.modal-footer .btn--rss + .property-popup--cta,
.modal-footer .property-popup--cta + .property-popup--cta {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn--primary + .btn,
.modal-footer .btn-group .btn--brand-primary + .btn,
.modal-footer .btn-group .btn--secondary + .btn,
.modal-footer .btn-group .btn--book + .btn,
.modal-footer .btn-group .btn--social-login + .btn,
.modal-footer .btn-group .btn--rss + .btn,
.modal-footer .btn-group .property-popup--cta + .btn,
.modal-footer .btn-group .btn + .btn--primary,
.modal-footer .btn-group .btn--primary + .btn--primary,
.modal-footer .btn-group .btn--brand-primary + .btn--primary,
.modal-footer .btn-group .featured--cta .btn + .btn--primary,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--primary,
.modal-footer .btn-group .btn--secondary + .btn--primary,
.modal-footer .btn-group .btn--book + .btn--primary,
.modal-footer .btn-group .btn--social-login + .btn--primary,
.modal-footer .btn-group .btn--rss + .btn--primary,
.modal-footer .btn-group .property-popup--cta + .btn--primary,
.modal-footer .btn-group .btn + .btn--brand-primary,
.modal-footer .btn-group .btn--primary + .btn--brand-primary,
.modal-footer .btn-group .btn--brand-primary + .btn--brand-primary,
.modal-footer .btn-group .btn--secondary + .btn--brand-primary,
.modal-footer .btn-group .btn--book + .btn--brand-primary,
.modal-footer .btn-group .btn--social-login + .btn--brand-primary,
.modal-footer .btn-group .btn--rss + .btn--brand-primary,
.modal-footer .btn-group .property-popup--cta + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--primary + .btn,
.modal-footer .btn-group .featured--cta .btn + .btn,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn,
.modal-footer .btn-group .featured--cta .btn--secondary + .btn,
.modal-footer .btn-group .featured--cta .btn--book + .btn,
.modal-footer .btn-group .featured--cta .btn--social-login + .btn,
.modal-footer .btn-group .featured--cta .btn--rss + .btn,
.modal-footer .btn-group .featured--cta .property-popup--cta + .btn,
.modal-footer .btn-group .featured--cta .btn--primary + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--secondary + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--book + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--social-login + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .btn--rss + .btn--brand-primary,
.modal-footer .btn-group .featured--cta .property-popup--cta + .btn--brand-primary,
.modal-footer .btn-group .btn + .btn--secondary,
.modal-footer .btn-group .btn--primary + .btn--secondary,
.modal-footer .btn-group .btn--brand-primary + .btn--secondary,
.modal-footer .btn-group .featured--cta .btn + .btn--secondary,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--secondary,
.modal-footer .btn-group .btn--secondary + .btn--secondary,
.modal-footer .btn-group .btn--book + .btn--secondary,
.modal-footer .btn-group .btn--social-login + .btn--secondary,
.modal-footer .btn-group .btn--rss + .btn--secondary,
.modal-footer .btn-group .property-popup--cta + .btn--secondary,
.modal-footer .btn-group .btn + .btn--book,
.modal-footer .btn-group .btn--primary + .btn--book,
.modal-footer .btn-group .btn--brand-primary + .btn--book,
.modal-footer .btn-group .featured--cta .btn + .btn--book,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--book,
.modal-footer .btn-group .btn--secondary + .btn--book,
.modal-footer .btn-group .btn--book + .btn--book,
.modal-footer .btn-group .btn--social-login + .btn--book,
.modal-footer .btn-group .btn--rss + .btn--book,
.modal-footer .btn-group .property-popup--cta + .btn--book,
.modal-footer .btn-group .btn + .btn--social-login,
.modal-footer .btn-group .btn--primary + .btn--social-login,
.modal-footer .btn-group .btn--brand-primary + .btn--social-login,
.modal-footer .btn-group .featured--cta .btn + .btn--social-login,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--social-login,
.modal-footer .btn-group .btn--secondary + .btn--social-login,
.modal-footer .btn-group .btn--book + .btn--social-login,
.modal-footer .btn-group .btn--social-login + .btn--social-login,
.modal-footer .btn-group .btn--rss + .btn--social-login,
.modal-footer .btn-group .property-popup--cta + .btn--social-login,
.modal-footer .btn-group .btn + .btn--rss,
.modal-footer .btn-group .btn--primary + .btn--rss,
.modal-footer .btn-group .btn--brand-primary + .btn--rss,
.modal-footer .btn-group .featured--cta .btn + .btn--rss,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .btn--rss,
.modal-footer .btn-group .btn--secondary + .btn--rss,
.modal-footer .btn-group .btn--book + .btn--rss,
.modal-footer .btn-group .btn--social-login + .btn--rss,
.modal-footer .btn-group .btn--rss + .btn--rss,
.modal-footer .btn-group .property-popup--cta + .btn--rss,
.modal-footer .btn-group .btn + .property-popup--cta,
.modal-footer .btn-group .btn--primary + .property-popup--cta,
.modal-footer .btn-group .btn--brand-primary + .property-popup--cta,
.modal-footer .btn-group .featured--cta .btn + .property-popup--cta,
.modal-footer .btn-group .featured--cta .btn--brand-primary + .property-popup--cta,
.modal-footer .btn-group .btn--secondary + .property-popup--cta,
.modal-footer .btn-group .btn--book + .property-popup--cta,
.modal-footer .btn-group .btn--social-login + .property-popup--cta,
.modal-footer .btn-group .btn--rss + .property-popup--cta,
.modal-footer .btn-group .property-popup--cta + .property-popup--cta {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

.popover {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  font-size: 14px;
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
  background-color: #f7f7f7;
}

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

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

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

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

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  text-align: center;
  opacity: .5;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-family: serif;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  z-index: 15;
  bottom: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  cursor: pointer;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn,
.carousel-caption .btn--primary,
.carousel-caption .btn--brand-primary,
.carousel-caption .btn--secondary,
.carousel-caption .btn--book,
.carousel-caption .btn--social-login,
.carousel-caption .btn--rss,
.carousel-caption .property-popup--cta {
  text-shadow: none;
}

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

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

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

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

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

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/************/

/* html/body
/************/

html {
  font-size: 62.5% !important;
  position: relative;
  min-height: 100%;
}

body {
  line-height: 1;
  background: #626363;
}

section,
.section {
  margin-right: -15px;
  margin-left: -15px;
}

section:before,
section:after,
.section:before,
.section:after {
  display: table;
  content: ' ';
}

section:after,
.section:after {
  clear: both;
}

.container,
.container-fluid {
  position: relative;
  max-width: 1440px;
}

.container.container-condo,
.container-fluid.container-condo {
  background-color: #fff;
}

/* TR Custom grid */

.fe-row {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.fe-row.fe-expanded {
  max-width: none;
}

.fe-row:after {
  display: table;
  clear: both;
  content: '';
}

.fe-cols {
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .fe-cols {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fe-cols .fe-row {
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .fe-cols .fe-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.fe-sm-1 {
  width: 8.33333%;
}

.fe-sm-2 {
  width: 16.66667%;
}

.fe-sm-3 {
  width: 25%;
}

.fe-sm-4 {
  width: 33.33333%;
}

.fe-sm-5 {
  width: 41.66667%;
}

.fe-sm-6 {
  width: 50%;
}

.fe-sm-7 {
  width: 58.33333%;
}

.fe-sm-8 {
  width: 66.66667%;
}

.fe-sm-9 {
  width: 75%;
}

.fe-sm-10 {
  width: 83.33333%;
}

.fe-sm-11 {
  width: 91.66667%;
}

.fe-sm-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fe-md-1 {
    width: 8.33333%;
  }

  .fe-md-2 {
    width: 16.66667%;
  }

  .fe-md-3 {
    width: 25%;
  }

  .fe-md-4 {
    width: 33.33333%;
  }

  .fe-md-5 {
    width: 41.66667%;
  }

  .fe-md-6 {
    width: 50%;
  }

  .fe-md-7 {
    width: 58.33333%;
  }

  .fe-md-8 {
    width: 66.66667%;
  }

  .fe-md-9 {
    width: 75%;
  }

  .fe-md-10 {
    width: 83.33333%;
  }

  .fe-md-11 {
    width: 91.66667%;
  }

  .fe-md-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .fe-lg-1 {
    width: 8.33333%;
  }

  .fe-lg-2 {
    width: 16.66667%;
  }

  .fe-lg-3 {
    width: 25%;
  }

  .fe-lg-4 {
    width: 33.33333%;
  }

  .fe-lg-5 {
    width: 41.66667%;
  }

  .fe-lg-6 {
    width: 50%;
  }

  .fe-lg-7 {
    width: 58.33333%;
  }

  .fe-lg-8 {
    width: 66.66667%;
  }

  .fe-lg-9 {
    width: 75%;
  }

  .fe-lg-10 {
    width: 83.33333%;
  }

  .fe-lg-11 {
    width: 91.66667%;
  }

  .fe-lg-12 {
    width: 100%;
  }
}

/*--------------------------*/

/* IconFont
/*--------------------------*/

/*--------------------------*/

/* Browser Update
/*--------------------------*/

.buorg {
  background: #fff !important;
}

/*--------------------------*/

/* Attractions Toggle
/*--------------------------*/

#back-to-top {
  position: absolute;
  top: 0;
}

.back-to-top {
  position: fixed;
  z-index: 100;
  right: 45px;
  bottom: 45px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  cursor: default;
  transition: all ease-in-out .4s;
  opacity: 0;
  border: 1px solid #333;
  border-radius: 999px;
  background-color: black;
}

.back-to-top.active {
  z-index: 100;
  cursor: pointer;
  transition: all ease-in-out .4s;
  opacity: 1;
}

.back-to-top:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 50%;
  content: '';
  transition: all ease-in-out .4s;
  transform: translateX(-50%);
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.back-to-top:after {
  font-size: 11px;
  position: absolute;
  top: 10px;
  left: 50%;
  content: 'TOP';
  transition: all ease-in-out .4s;
  transform: translateX(-50%);
  color: #fff;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, .4);
}

.back-to-top:hover:before {
  top: 8px;
  transition: all ease-in-out .4s;
}

.back-to-top:hover:after {
  top: 28px;
  transition: all ease-in-out .4s;
}

/*--------------------------*/

/* Carousel
/*--------------------------*/

section.carousel {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.carousel-video {
  position: absolute !important;
  top: 0;
  /* I'm more clever */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.carousel-video iframe {
  border: 0 none;
}

.carousel-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-video-placeholder {
  width: 100%;
}

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

.carousel-wrapper .heading {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  color: #000;
}

@media screen and (min-width: 821px) and (max-width: 1399px) {
  .carousel-wrapper .heading {
    font-size: 75px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 820px) {
  .carousel-wrapper .heading {
    font-size: 40px;
    font-size: 4rem;
    padding-top: .3em;
  }
}

.carousel-wrapper .copy {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  overflow: hidden;
  max-height: 6.2em;
  color: #000;
}

@media screen and (min-width: 821px) and (max-width: 1399px) {
  .carousel-wrapper .copy {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 820px) {
  .carousel-wrapper .copy {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
  }
}

.carousel-wrapper .action {
  margin-top: 20px;
}

@media screen and (min-width: 1400px) {
  .carousel-wrapper .action {
    margin-top: 30px;
  }
}

.carousel-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-wrapper ul li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-wrapper img {
  width: 100%;
}

.carousel-wrapper .button {
  font-weight: 300;
  display: inline-block;
  padding: 6px 12px 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  background-color: #0079c2;
}

.carousel-wrapper .carousel-next-control,
.carousel-wrapper .carousel-prev-control {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
}

@media only screen and (max-width: 767px) {
  .carousel-wrapper .carousel-next-control,
  .carousel-wrapper .carousel-prev-control {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .carousel-next-control,
  .carousel-wrapper .carousel-prev-control {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-wrapper .carousel-next-control,
  .carousel-wrapper .carousel-prev-control {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1440px) {
  .carousel-wrapper .carousel-next-control,
  .carousel-wrapper .carousel-prev-control {
    width: 70px;
    height: 70px;
  }
}

.carousel-wrapper .carousel-next-control:before,
.carousel-wrapper .carousel-prev-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-wrapper .carousel-next-control:hover,
.carousel-wrapper .carousel-prev-control:hover {
  cursor: pointer;
}

.carousel-wrapper .carousel-prev-control {
  left: initial;
}

.carousel-wrapper .carousel-prev-control:before {
  font-family: 'iconfont-destination';
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .carousel-wrapper .carousel-prev-control:before {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .carousel-prev-control:before {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-wrapper .carousel-prev-control:before {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .carousel-wrapper .carousel-prev-control:before {
    font-size: 40px;
  }
}

.carousel-wrapper .carousel-next-control {
  right: 0;
}

.carousel-wrapper .carousel-next-control:before {
  font-family: 'iconfont-destination';
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .carousel-wrapper .carousel-next-control:before {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .carousel-next-control:before {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-wrapper .carousel-next-control:before {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .carousel-wrapper .carousel-next-control:before {
    font-size: 40px;
  }
}

@media screen and (max-width: 820px) {
  .carousel-wrapper {
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    background-color: #fff;
  }
}

@media screen and (min-width: 821px) {
  .carousel-wrapper li {
    position: relative;
    max-height: 70vh;
  }

  .carousel-wrapper li .carousel-video-placeholder {
    height: 70vh;
  }

  .carousel-wrapper .carousel-content {
    /* Flex vertical align */
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .carousel-wrapper .carousel-left .carousel-content {
    left: 8%;
    width: 42%;
  }

  .carousel-wrapper .carousel-center .carousel-content {
    left: 10%;
    width: 80%;
  }

  .carousel-wrapper .carousel-right .carousel-content {
    left: 50%;
    width: 42%;
  }
}

@media screen and (max-width: 820px) {
  .carousel-content {
    padding: 20px;
  }

  .carousel-wrapper li .carousel-video-placeholder {
    height: 33vh;
  }
}

/* Special themes (desktop only) */

@media screen and (min-width: 821px) {
  .carousel-wrapper .theme-carousel-white .heading {
    color: #fff !important;
    /* text-shadow: 0px 0px 8px rgba(0,0,0, 0.5); */
  }

  .carousel-wrapper .theme-carousel-white .copy {
    color: #fff !important;
    /* text-shadow: 0px 0px 4px rgba(0,0,0, 0.5); */
  }

  .carousel-wrapper .theme-carousel-white .button {
    color: #000 !important;
    background-color: #fff !important;
  }

  .carousel-wrapper .theme-carousel-black .heading {
    color: #000 !important;
    /* text-shadow: 0px 0px 8px rgba(255,255,255, 0.5); */
  }

  .carousel-wrapper .theme-carousel-black .copy {
    color: #000 !important;
    /* text-shadow: 0px 0px 4px rgba(255,255,255, 0.5); */
  }

  .carousel-wrapper .theme-carousel-black .button {
    color: #fff !important;
    background-color: #000 !important;
  }
}

/******************/

/* Angular ngCloak
/******************/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*--------------------------*/

/* Typography
/*--------------------------*/

html,
body,
p,
h1,
.hero h1,
.hero .hero--title,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'brandon_grotesquelight', serif;
}

html,
body,
p,
h1,
.hero h1,
.hero .hero--title,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

html,
body,
p,
h1,
.hero h1,
.hero .hero--title,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

html,
body,
p {
  color: #626363;
}

h1,
.hero h1,
.hero .hero--title,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  margin: 0;
  padding: 0;
}

h1,
.hero h1,
.hero .hero--title {
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (min-width: 768px) {
  h1,
  .hero h1,
  .hero .hero--title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 22px;
  padding: 0;
}

ul,
ol,
li {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #0079c2;
}

a:hover,
a:active {
  text-decoration: #29aeff;
  color: #29aeff;
  outline: none;
}

a:focus {
  outline: none;
}

/**********/

/* Buttons
/**********/

.btn,
.btn--primary,
.btn--brand-primary,
.featured--cta .btn,
.featured--cta .btn--brand-primary,
.btn--secondary,
.btn--book,
.btn--social-login,
.btn--rss,
.property-popup--cta,
.form-all button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  padding: 13px 25px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #626363;
  background-color: #000;
}

.btn:hover,
.btn--primary:hover,
.btn--brand-primary:hover,
.btn--secondary:hover,
.btn--book:hover,
.btn--social-login:hover,
.btn--rss:hover,
.property-popup--cta:hover,
.form-all button:hover {
  background-color: #f66;
}

.btn:active,
.btn--primary:active,
.btn--brand-primary:active,
.btn--secondary:active,
.btn--book:active,
.btn--social-login:active,
.btn--rss:active,
.property-popup--cta:active,
.form-all button:active {
  box-shadow: none;
}

.btn:empty,
.btn--primary:empty,
.btn--brand-primary:empty,
.btn--secondary:empty,
.btn--book:empty,
.btn--social-login:empty,
.btn--rss:empty,
.property-popup--cta:empty,
.form-all button:empty {
  display: none;
}

.btn--primary,
.btn--brand-primary,
.featured--cta .btn,
.featured--cta .btn--brand-primary {
  color: #fff;
  border-color: #626363;
  background-color: #000;
}

.btn--primary:hover,
.btn--brand-primary:hover,
.featured--cta .btn:hover,
.btn--primary:focus,
.btn--brand-primary:focus,
.featured--cta .btn:focus,
.btn--primary.focus,
.focus.btn--brand-primary,
.featured--cta .focus.btn,
.btn--primary:active,
.btn--brand-primary:active,
.featured--cta .btn:active,
.btn--primary.active,
.active.btn--brand-primary,
.featured--cta .active.btn,
.open > .btn--primary.dropdown-toggle,
.open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn,
.featured--cta .open > .dropdown-toggle.btn--primary,
.featured--cta .open > .dropdown-toggle.btn--secondary,
.featured--cta .open > .dropdown-toggle.btn--book,
.featured--cta .open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn--social-login,
.featured--cta .open > .dropdown-toggle.btn--rss,
.featured--cta .open > .dropdown-toggle.property-popup--cta {
  color: #fff;
  border-color: #6c6d6d;
  background-color: #0a0a0a;
}

.btn--primary:active,
.btn--brand-primary:active,
.featured--cta .btn:active,
.btn--primary.active,
.active.btn--brand-primary,
.featured--cta .active.btn,
.open > .btn--primary.dropdown-toggle,
.open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn,
.featured--cta .open > .dropdown-toggle.btn--primary,
.featured--cta .open > .dropdown-toggle.btn--secondary,
.featured--cta .open > .dropdown-toggle.btn--book,
.featured--cta .open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn--social-login,
.featured--cta .open > .dropdown-toggle.btn--rss,
.featured--cta .open > .dropdown-toggle.property-popup--cta {
  background-image: none;
}

.btn--primary.disabled,
.disabled.btn--brand-primary,
.featured--cta .disabled.btn,
.btn--primary.disabled:hover,
.disabled.btn--brand-primary:hover,
.featured--cta .disabled.btn:hover,
.featured--cta .disabled.btn--secondary:hover,
.featured--cta .disabled.btn--book:hover,
.featured--cta .disabled.btn--social-login:hover,
.featured--cta .disabled.btn--rss:hover,
.featured--cta .disabled.property-popup--cta:hover,
.btn--primary.disabled:focus,
.disabled.btn--brand-primary:focus,
.featured--cta .disabled.btn:focus,
.featured--cta .disabled.btn--secondary:focus,
.featured--cta .disabled.btn--book:focus,
.featured--cta .disabled.btn--social-login:focus,
.featured--cta .disabled.btn--rss:focus,
.featured--cta .disabled.property-popup--cta:focus,
.btn--primary.disabled.focus,
.disabled.focus.btn--brand-primary,
.featured--cta .disabled.focus.btn,
.featured--cta .disabled.focus.btn--secondary,
.featured--cta .disabled.focus.btn--book,
.featured--cta .disabled.focus.btn--social-login,
.featured--cta .disabled.focus.btn--rss,
.featured--cta .disabled.focus.property-popup--cta,
.btn--primary.disabled:active,
.disabled.btn--brand-primary:active,
.featured--cta .disabled.btn:active,
.featured--cta .disabled.btn--secondary:active,
.featured--cta .disabled.btn--book:active,
.featured--cta .disabled.btn--social-login:active,
.featured--cta .disabled.btn--rss:active,
.featured--cta .disabled.property-popup--cta:active,
.btn--primary.disabled.active,
.disabled.active.btn--brand-primary,
.featured--cta .disabled.active.btn,
.featured--cta .disabled.active.btn--secondary,
.featured--cta .disabled.active.btn--book,
.featured--cta .disabled.active.btn--social-login,
.featured--cta .disabled.active.btn--rss,
.featured--cta .disabled.active.property-popup--cta,
.btn--primary[disabled],
.btn--brand-primary[disabled],
.featured--cta .btn[disabled],
.btn--primary[disabled]:hover,
.btn--brand-primary[disabled]:hover,
.featured--cta .btn[disabled]:hover,
.featured--cta .btn--secondary[disabled]:hover,
.featured--cta .btn--book[disabled]:hover,
.featured--cta .btn--social-login[disabled]:hover,
.featured--cta .btn--rss[disabled]:hover,
.featured--cta .property-popup--cta[disabled]:hover,
.btn--primary[disabled]:focus,
.btn--brand-primary[disabled]:focus,
.featured--cta .btn[disabled]:focus,
.featured--cta .btn--secondary[disabled]:focus,
.featured--cta .btn--book[disabled]:focus,
.featured--cta .btn--social-login[disabled]:focus,
.featured--cta .btn--rss[disabled]:focus,
.featured--cta .property-popup--cta[disabled]:focus,
.btn--primary[disabled].focus,
.btn--brand-primary[disabled].focus,
.featured--cta .btn[disabled].focus,
.featured--cta .btn--secondary[disabled].focus,
.featured--cta .btn--book[disabled].focus,
.featured--cta .btn--social-login[disabled].focus,
.featured--cta .btn--rss[disabled].focus,
.featured--cta .property-popup--cta[disabled].focus,
.btn--primary[disabled]:active,
.btn--brand-primary[disabled]:active,
.featured--cta .btn[disabled]:active,
.featured--cta .btn--secondary[disabled]:active,
.featured--cta .btn--book[disabled]:active,
.featured--cta .btn--social-login[disabled]:active,
.featured--cta .btn--rss[disabled]:active,
.featured--cta .property-popup--cta[disabled]:active,
.btn--primary[disabled].active,
.btn--brand-primary[disabled].active,
.featured--cta .btn[disabled].active,
.featured--cta .btn--secondary[disabled].active,
.featured--cta .btn--book[disabled].active,
.featured--cta .btn--social-login[disabled].active,
.featured--cta .btn--rss[disabled].active,
.featured--cta .property-popup--cta[disabled].active,
fieldset[disabled] .btn--primary,
fieldset[disabled] .btn--brand-primary,
fieldset[disabled] .featured--cta .btn,
.featured--cta fieldset[disabled] .btn,
fieldset[disabled] .btn--primary:hover,
fieldset[disabled] .btn--brand-primary:hover,
fieldset[disabled] .featured--cta .btn:hover,
.featured--cta fieldset[disabled] .btn:hover,
fieldset[disabled] .btn--primary:focus,
fieldset[disabled] .btn--brand-primary:focus,
fieldset[disabled] .featured--cta .btn:focus,
.featured--cta fieldset[disabled] .btn:focus,
fieldset[disabled] .btn--primary.focus,
fieldset[disabled] .focus.btn--brand-primary,
fieldset[disabled] .featured--cta .focus.btn,
.featured--cta fieldset[disabled] .focus.btn,
fieldset[disabled] .btn--primary:active,
fieldset[disabled] .btn--brand-primary:active,
fieldset[disabled] .featured--cta .btn:active,
.featured--cta fieldset[disabled] .btn:active,
fieldset[disabled] .btn--primary.active,
fieldset[disabled] .active.btn--brand-primary,
fieldset[disabled] .featured--cta .active.btn,
.featured--cta fieldset[disabled] .active.btn {
  border-color: #626363;
  background-color: #000;
}

.btn--primary .badge,
.btn--brand-primary .badge,
.featured--cta .btn .badge {
  color: #000;
  background-color: #fff;
}

.btn--secondary {
  color: #555;
  border-color: #000;
  background-color: #000;
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary.focus,
.btn--secondary:active,
.btn--secondary.active,
.open > .btn--secondary.dropdown-toggle {
  color: #555;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}

.btn--secondary:active,
.btn--secondary.active,
.open > .btn--secondary.dropdown-toggle {
  background-image: none;
}

.btn--secondary.disabled,
.btn--secondary.disabled:hover,
.btn--secondary.disabled:focus,
.btn--secondary.disabled.focus,
.btn--secondary.disabled:active,
.btn--secondary.disabled.active,
.btn--secondary[disabled],
.btn--secondary[disabled]:hover,
.btn--secondary[disabled]:focus,
.btn--secondary[disabled].focus,
.btn--secondary[disabled]:active,
.btn--secondary[disabled].active,
fieldset[disabled] .btn--secondary,
fieldset[disabled] .btn--secondary:hover,
fieldset[disabled] .btn--secondary:focus,
fieldset[disabled] .btn--secondary.focus,
fieldset[disabled] .btn--secondary:active,
fieldset[disabled] .btn--secondary.active {
  border-color: #000;
  background-color: #000;
}

.btn--secondary .badge {
  color: #000;
  background-color: #555;
}

.btn--book {
  color: #fff;
  border-color: #0079c2;
  background-color: #0079c2;
}

.btn--book:hover,
.btn--book:focus,
.btn--book.focus,
.btn--book:active,
.btn--book.active,
.open > .btn--book.dropdown-toggle {
  color: #fff;
  border-color: #0086d6;
  background-color: #0086d6;
}

.btn--book:active,
.btn--book.active,
.open > .btn--book.dropdown-toggle {
  background-image: none;
}

.btn--book.disabled,
.btn--book.disabled:hover,
.btn--book.disabled:focus,
.btn--book.disabled.focus,
.btn--book.disabled:active,
.btn--book.disabled.active,
.btn--book[disabled],
.btn--book[disabled]:hover,
.btn--book[disabled]:focus,
.btn--book[disabled].focus,
.btn--book[disabled]:active,
.btn--book[disabled].active,
fieldset[disabled] .btn--book,
fieldset[disabled] .btn--book:hover,
fieldset[disabled] .btn--book:focus,
fieldset[disabled] .btn--book.focus,
fieldset[disabled] .btn--book:active,
fieldset[disabled] .btn--book.active {
  border-color: #0079c2;
  background-color: #0079c2;
}

.btn--book .badge {
  color: #0079c2;
  background-color: #fff;
}

.btn--brand-primary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

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

.btn--brand-primary:active,
.btn--brand-primary.active,
.open > .btn--brand-primary.dropdown-toggle {
  background-image: none;
}

.btn--brand-primary.disabled,
.btn--brand-primary.disabled:hover,
.btn--brand-primary.disabled:focus,
.btn--brand-primary.disabled.focus,
.btn--brand-primary.disabled:active,
.btn--brand-primary.disabled.active,
.btn--brand-primary[disabled],
.btn--brand-primary[disabled]:hover,
.btn--brand-primary[disabled]:focus,
.btn--brand-primary[disabled].focus,
.btn--brand-primary[disabled]:active,
.btn--brand-primary[disabled].active,
fieldset[disabled] .btn--brand-primary,
fieldset[disabled] .btn--brand-primary:hover,
fieldset[disabled] .btn--brand-primary:focus,
fieldset[disabled] .btn--brand-primary.focus,
fieldset[disabled] .btn--brand-primary:active,
fieldset[disabled] .btn--brand-primary.active {
  border-color: #000;
  background-color: #000;
}

.btn--brand-primary .badge {
  color: #000;
  background-color: #fff;
}

.btn--block {
  width: 100%;
}

.btn--social-login {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-indent: 20px;
}

.btn--social-login:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  text-indent: 0;
  color: #fff;
}

.btn--facebook {
  color: #fff;
  border-color: #3c5a99;
  background-color: #3c5a99;
}

.btn--facebook:hover,
.btn--facebook:focus,
.btn--facebook.focus,
.btn--facebook:active,
.btn--facebook.active,
.open > .btn--facebook.dropdown-toggle {
  color: #fff;
  border-color: #4263a8;
  background-color: #4263a8;
}

.btn--facebook:active,
.btn--facebook.active,
.open > .btn--facebook.dropdown-toggle {
  background-image: none;
}

.btn--facebook.disabled,
.btn--facebook.disabled:hover,
.btn--facebook.disabled:focus,
.btn--facebook.disabled.focus,
.btn--facebook.disabled:active,
.btn--facebook.disabled.active,
.btn--facebook[disabled],
.btn--facebook[disabled]:hover,
.btn--facebook[disabled]:focus,
.btn--facebook[disabled].focus,
.btn--facebook[disabled]:active,
.btn--facebook[disabled].active,
fieldset[disabled] .btn--facebook,
fieldset[disabled] .btn--facebook:hover,
fieldset[disabled] .btn--facebook:focus,
fieldset[disabled] .btn--facebook.focus,
fieldset[disabled] .btn--facebook:active,
fieldset[disabled] .btn--facebook.active {
  border-color: #3c5a99;
  background-color: #3c5a99;
}

.btn--facebook .badge {
  color: #3c5a99;
  background-color: #fff;
}

.btn--facebook:before {
  font-family: 'iconfont-destination';
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--twitter {
  color: #fff;
  border-color: #55acee;
  background-color: #55acee;
}

.btn--twitter:hover,
.btn--twitter:focus,
.btn--twitter.focus,
.btn--twitter:active,
.btn--twitter.active,
.open > .btn--twitter.dropdown-toggle {
  color: #fff;
  border-color: #68b5f0;
  background-color: #68b5f0;
}

.btn--twitter:active,
.btn--twitter.active,
.open > .btn--twitter.dropdown-toggle {
  background-image: none;
}

.btn--twitter.disabled,
.btn--twitter.disabled:hover,
.btn--twitter.disabled:focus,
.btn--twitter.disabled.focus,
.btn--twitter.disabled:active,
.btn--twitter.disabled.active,
.btn--twitter[disabled],
.btn--twitter[disabled]:hover,
.btn--twitter[disabled]:focus,
.btn--twitter[disabled].focus,
.btn--twitter[disabled]:active,
.btn--twitter[disabled].active,
fieldset[disabled] .btn--twitter,
fieldset[disabled] .btn--twitter:hover,
fieldset[disabled] .btn--twitter:focus,
fieldset[disabled] .btn--twitter.focus,
fieldset[disabled] .btn--twitter:active,
fieldset[disabled] .btn--twitter.active {
  border-color: #55acee;
  background-color: #55acee;
}

.btn--twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn--twitter:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--twitter:hover,
.btn--twitter:active,
.btn--twitter:focus {
  background-color: #83c3f3;
}

.btn--google {
  color: #fff;
  border-color: #c23321;
  background-color: #c23321;
}

.btn--google:hover,
.btn--google:focus,
.btn--google.focus,
.btn--google:active,
.btn--google.active,
.open > .btn--google.dropdown-toggle {
  color: #fff;
  border-color: #d33824;
  background-color: #d33824;
}

.btn--google:active,
.btn--google.active,
.open > .btn--google.dropdown-toggle {
  background-image: none;
}

.btn--google.disabled,
.btn--google.disabled:hover,
.btn--google.disabled:focus,
.btn--google.disabled.focus,
.btn--google.disabled:active,
.btn--google.disabled.active,
.btn--google[disabled],
.btn--google[disabled]:hover,
.btn--google[disabled]:focus,
.btn--google[disabled].focus,
.btn--google[disabled]:active,
.btn--google[disabled].active,
fieldset[disabled] .btn--google,
fieldset[disabled] .btn--google:hover,
fieldset[disabled] .btn--google:focus,
fieldset[disabled] .btn--google.focus,
fieldset[disabled] .btn--google:active,
fieldset[disabled] .btn--google.active {
  border-color: #c23321;
  background-color: #c23321;
}

.btn--google .badge {
  color: #c23321;
  background-color: #fff;
}

.btn--google:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--google:hover,
.btn--google:active,
.btn--google:focus {
  background-color: #dd4b39;
}

.btn--rss {
  position: relative;
  margin-bottom: 30px;
  text-indent: 20px;
  color: #fff;
  border-color: black;
  background-color: #000;
}

.btn--rss:hover,
.btn--rss:focus,
.btn--rss.focus,
.btn--rss:active,
.btn--rss.active,
.open > .btn--rss.dropdown-toggle {
  color: #fff;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}

.btn--rss:active,
.btn--rss.active,
.open > .btn--rss.dropdown-toggle {
  background-image: none;
}

.btn--rss.disabled,
.btn--rss.disabled:hover,
.btn--rss.disabled:focus,
.btn--rss.disabled.focus,
.btn--rss.disabled:active,
.btn--rss.disabled.active,
.btn--rss[disabled],
.btn--rss[disabled]:hover,
.btn--rss[disabled]:focus,
.btn--rss[disabled].focus,
.btn--rss[disabled]:active,
.btn--rss[disabled].active,
fieldset[disabled] .btn--rss,
fieldset[disabled] .btn--rss:hover,
fieldset[disabled] .btn--rss:focus,
fieldset[disabled] .btn--rss.focus,
fieldset[disabled] .btn--rss:active,
fieldset[disabled] .btn--rss.active {
  border-color: black;
  background-color: #000;
}

.btn--rss .badge {
  color: #000;
  background-color: #fff;
}

.btn--rss:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  content: '';
  transform: translateY(-50%);
  text-indent: 0;
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.dropdown-toggle,
.dropdown-toggle.btn--primary,
.dropdown-toggle.btn--secondary,
.dropdown-toggle.btn--book,
.dropdown-toggle.btn--brand-primary,
.dropdown-toggle.btn--social-login,
.dropdown-toggle.btn--rss,
.dropdown-toggle.property-popup--cta {
  font-weight: 100;
  text-transform: none;
}

.btn.dropdown-toggle:hover,
.dropdown-toggle.btn--primary:hover,
.dropdown-toggle.btn--brand-primary:hover,
.dropdown-toggle.btn--secondary:hover,
.dropdown-toggle.btn--book:hover,
.dropdown-toggle.btn--social-login:hover,
.dropdown-toggle.btn--rss:hover,
.dropdown-toggle.property-popup--cta:hover {
  background: transparent;
}

button[type='submit'] {
  color: #fff;
  border-color: #626363;
  background-color: #000;
}

button[type='submit']:hover,
button[type='submit']:focus,
button[type='submit'].focus,
button[type='submit']:active,
button[type='submit'].active,
.open > button[type='submit'].dropdown-toggle {
  color: #fff;
  border-color: #6c6d6d;
  background-color: #0a0a0a;
}

button[type='submit']:active,
button[type='submit'].active,
.open > button[type='submit'].dropdown-toggle {
  background-image: none;
}

button[type='submit'].disabled,
button[type='submit'].disabled:hover,
button[type='submit'].disabled:focus,
button[type='submit'].disabled.focus,
button[type='submit'].disabled:active,
button[type='submit'].disabled.active,
button[type='submit'][disabled],
button[type='submit'][disabled]:hover,
button[type='submit'][disabled]:focus,
button[type='submit'][disabled].focus,
button[type='submit'][disabled]:active,
button[type='submit'][disabled].active,
fieldset[disabled] button[type='submit'],
fieldset[disabled] button[type='submit']:hover,
fieldset[disabled] button[type='submit']:focus,
fieldset[disabled] button[type='submit'].focus,
fieldset[disabled] button[type='submit']:active,
fieldset[disabled] button[type='submit'].active {
  border-color: #626363;
  background-color: #000;
}

button[type='submit'] .badge {
  color: #000;
  background-color: #fff;
}

.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e625';
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  border-top: none;
  background: #eee;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-right: 10px;
  padding-right: 5px;
  text-transform: none;
  color: #000;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: '\e624';
}

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e005';
}

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: '\e004';
}

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e003';
}

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: '\e002';
}

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e007';
}

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: '\e006';
}

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e009';
}

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: '\e008';
}

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e00f';
}

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: '\e011';
}

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e013';
}

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: '\e015';
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e01b';
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: '\e01d';
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e00b';
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: '\e00d';
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e01f';
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: '\e021';
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: '\e017';
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: '\e019';
}

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}

.footable > thead > tr > th {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: '\e013';
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: '\e012';
}

.footable > thead > tr > th > span.footable-sort-indicator {
  font-family: 'iconfont-destination';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  padding-left: 5px;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: '\e022';
}

.footable > tfoot .pagination {
  margin: 0;
}

.footable.no-paging .hide-if-no-paging {
  display: none;
}

.footable-row-detail-inner {
  display: table;
}

.footable-row-detail-row {
  line-height: 1.5em;
  display: table-row;
}

.footable-row-detail-group {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  display: block;
}

.footable-row-detail-name {
  font-weight: 300;
  display: table-cell;
  padding-right: .5em;
}

.footable-row-detail-value {
  display: table-cell;
}

.footable-odd {
  background-color: #f7f7f7;
}

tr.footable--location {
  font-weight: 500;
  cursor: default;
  background: #eee;
}

tr.footable--location:hover {
  background: #eee;
}

tr.footable--location td {
  cursor: default;
}

tr.footable--location .footable-first-column {
  color: #222;
}

tr.footable--location .footable-toggle {
  opacity: 0;
}

/*--------------------------*/

/* Forms
/*--------------------------*/

label,
label + span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
}

.form-group {
  position: relative;
}

.form-group--join {
  display: inline-block;
  width: 50%;
}

.form-group--join + .form-group--join {
  margin-left: -9px;
}

.form-group--inline.icon-calendar:after {
  right: 25px;
}

.form-group--inline.icon-calendar input {
  padding-right: 35px;
}

.form-group--inline {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

input,
input[readonly],
select,
.form-control,
.form-control[readonly] {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid;
  background-color: transparent;
}

.form-light input,
.form-light
  input[readonly],
.form-light
  select,
.form-light
  .form-control,
.form-light
  .form-control[readonly] {
  color: #222;
  border-color: #eee;
}

.form-light input .btn,
.form-light input .btn--primary,
.form-light input .btn--brand-primary,
.form-light input .btn--secondary,
.form-light input .btn--book,
.form-light input .btn--social-login,
.form-light input .btn--rss,
.form-light input .property-popup--cta,
.form-light input[readonly] .btn,
.form-light input[readonly] .btn--primary,
.form-light input[readonly] .btn--brand-primary,
.form-light input[readonly] .btn--secondary,
.form-light input[readonly] .btn--book,
.form-light input[readonly] .btn--social-login,
.form-light input[readonly] .btn--rss,
.form-light input[readonly] .property-popup--cta,
.form-light select .btn,
.form-light select .btn--primary,
.form-light select .btn--brand-primary,
.form-light select .btn--secondary,
.form-light select .btn--book,
.form-light select .btn--social-login,
.form-light select .btn--rss,
.form-light select .property-popup--cta,
.form-light .form-control .btn,
.form-light .form-control .btn--primary,
.form-light .form-control .btn--brand-primary,
.form-light .form-control .btn--secondary,
.form-light .form-control .btn--book,
.form-light .form-control .btn--social-login,
.form-light .form-control .btn--rss,
.form-light .form-control .property-popup--cta,
.form-light .form-control[readonly] .btn,
.form-light .form-control[readonly] .btn--primary,
.form-light .form-control[readonly] .btn--brand-primary,
.form-light .form-control[readonly] .btn--secondary,
.form-light .form-control[readonly] .btn--book,
.form-light .form-control[readonly] .btn--social-login,
.form-light .form-control[readonly] .btn--rss,
.form-light .form-control[readonly] .property-popup--cta {
  border-collapse: #fff;
  color: #fff;
}

input.input-validation-error,
input[readonly].input-validation-error,
select.input-validation-error,
.form-control.input-validation-error,
.form-control[readonly].input-validation-error {
  border-color: red;
}

.form-dark input,
.form-dark
  input[readonly],
.form-dark
  select,
.form-dark
  .form-control,
.form-dark
  .form-control[readonly] {
  color: #fff;
  border-color: #fff;
}

input:focus,
input:active,
input[readonly]:focus,
input[readonly]:active,
select:focus,
select:active,
.form-control:focus,
.form-control:active,
.form-control[readonly]:focus,
.form-control[readonly]:active {
  border-color: #000;
}

input.error,
input[readonly].error,
select.error,
.form-control.error,
.form-control[readonly].error {
  border-color: red;
}

input::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder,
input[readonly]:-moz-placeholder,
select:-moz-placeholder,
.form-control:-moz-placeholder,
.form-control[readonly]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

input::-moz-placeholder,
input[readonly]::-moz-placeholder,
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-control[readonly]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder {
  color: #fff;
}

.datepicker--checkin-date:after,
.datepicker--checkout-date:after {
  font-family: 'iconfont-destination';
  font-size: 60px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 15px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #222;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
  width: 100%;
}

.booking-form--expand {
  position: absolute;
  z-index: -9000;
  display: none;
  clear: both;
  transition: .3s ease-in-out;
  opacity: 0;
}

.booking-form--expand.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.booking-form--expand.active {
  z-index: 1;
}

.content-form {
  margin-top: -60px;
}

.content-form:before,
.content-form:after {
  display: table;
  content: ' ';
}

.content-form:after {
  clear: both;
}

.content-form form {
  position: relative;
}

.content-form--row {
  margin: 0 -15px;
}

.content-form--row:before,
.content-form--row:after {
  display: table;
  content: ' ';
}

.content-form--row:after {
  clear: both;
}

@media only screen and (max-width: 424px) {
  .content-form--row.captcha {
    position: relative;
    height: 78px;
    margin-bottom: 30px;
  }

  .content-form--row.captcha .g-recaptcha {
    position: absolute;
    left: 50%;
    margin-left: -152px;
  }
}

.content-form--block {
  position: relative;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-form--block {
    float: left;
    width: 50%;
  }
}

.content-form--block input {
  display: block;
}

.content-form--block label + span {
  color: red;
}

.content-form--block .checkbox label {
  font-weight: 100;
}

.content-form--block button.btn.form-control,
.content-form--block button.form-control.btn--primary,
.content-form--block button.form-control.btn--brand-primary,
.content-form--block button.form-control.btn--secondary,
.content-form--block button.form-control.btn--book,
.content-form--block button.form-control.btn--social-login,
.content-form--block button.form-control.btn--rss,
.content-form--block button.form-control.property-popup--cta {
  padding: 0 25px;
}

.ajax-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #fff;
}

.ajax-form-loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  content: '';
  background: url("/assets/media/images/property/ajax-loader.gif") 0 0 no-repeat;
}

#thank-you-container,
#form-error-container {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.num-characters {
  font-size: 12px;
  float: right;
  color: #999;
}

span.field-validation-error {
  color: red;
}

span.field-validation-error span {
  color: red;
}

.content-form--double .content-form--block {
  display: inline-block;
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .content-form--double .content-form--block {
    display: block;
    width: 25%;
  }
}

.content-form--double .content-form--block + .content-form--double .content-form--block {
  float: right;
}

@media only screen and (min-width: 768px) {
  .content-form--double .content-form--block + .content-form--double .content-form--block {
    float: none;
  }
}

.content-form--field-required:after {
  content: '*';
}

.checkbox-list input {
  z-index: 1;
}

.form--ms {
  cursor: pointer;
  border: none !important;
}

.form--ms .form-control {
  position: relative;
}

.form--ms .form-control .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.form--ms .panel-body {
  border: 1px solid #ddd;
}

hr.form-divider {
  width: 80%;
  padding-bottom: 30px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/**** Web Forms ****/

.wffm-forms .content-form--block {
  float: none;
  width: 100%;
  padding: 0;
}

.wffm-forms .content-form--block .submit {
  padding: 0 15px;
}

.wffm-forms .form-group {
  float: left;
  clear: inherit;
  width: 50%;
  padding: 0 15px;
}

.wffm-forms .required-field .control-label:before,
.wffm-forms .required-field .checkbox:after {
  margin-right: 5px;
  color: #000;
}

.wffm-forms .has-error .control-label {
  color: #7a7a7a;
}

.wffm-forms .help-block {
  display: inline;
  margin-left: 5px;
}

.wffm-forms legend {
  margin: 0 15px 20px 15px;
}

.wffm-forms .radio-list {
  padding-left: 20px;
}

.wffm-forms .dropdown-toggle:active {
  background: transparent;
}

.wffm-forms .dropdown-toggle:focus {
  background: transparent;
}

.wffm-forms .dropdown-toggle:hover {
  background: transparent;
}

/*--------------------------*/

/* Forms All
/*--------------------------*/

.form-all {
  margin: 0 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.form-all input::-webkit-input-placeholder,
.form-all textarea::-webkit-input-placeholder {
  color: inherit;
}

.form-all input::-moz-placeholder,
.form-all textarea::-moz-placeholder {
  color: inherit;
}

.form-all input:-ms-input-placeholder,
.form-all textarea:-ms-input-placeholder {
  color: inherit;
}

.form-all input {
  line-height: 24px;
  padding: 4px 8px;
}

.form-all .custom-select {
  width: 100%;
  max-width: 100%;
  padding: 4px 8px;
}

.form-all .fe-row {
  max-width: 1024px;
}

.form-all .fe-row label {
  display: block;
}

.form-all .fe-row label span:not(.checkbox) {
  display: block;
  padding-bottom: .25em;
}

.form-all .fe-row label input:not(.checkbox) {
  width: 100%;
}

.form-all .fe-row label span.checkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.form-all .fe-row label input.checkbox {
  display: inline-block;
  margin: 0 .25em 0 0;
  vertical-align: middle;
}

.form-all .fe-row button {
  text-align: center;
  text-decoration: none;
  border: none;
}

.form-all .heading {
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .form-all .heading {
    font-size: 2rem;
  }
}

.form-all .copy {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-all .copy {
    font-size: 1.6rem;
  }
}

.form-all legend {
  font-size: 1.6rem;
  padding-bottom: .25em;
}

.form-all form {
  margin-top: 40px;
}

.form-all .copy,
.form-all .done,
.form-all .fe-row + .fe-row,
.form-all button,
.form-all .agree-caption {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .form-all .fe-sm-12 + .fe-sm-12 {
    margin-top: 20px;
  }
}

.form-all #formAllIframe,
.form-all .done {
  display: none;
}

/*--------------------------*/

/* Forms - Checkbox
// Sourced from https://github.com/flatlogic/awesome-bootstrap-checkbox
/*--------------------------*/

.checkbox,
.checkbox-list > div {
  padding-left: 20px;
}

.checkbox label,
.checkbox-list > div label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.checkbox label::before,
.checkbox-list > div label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -20px;
  content: '';
  transition: border .15s ease-in-out, color .15s ease-in-out;
  border: 1px solid;
  border-color: #222;
  background-color: transparent;
}

.checkbox label::after,
.checkbox-list > div label::after {
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -20px;
  padding-top: 1px;
  padding-left: 3px;
  color: #222;
}

.form-dark .checkbox label::before,
.form-dark
  .checkbox-list > div label::before {
  border-color: #fff;
}

.form-dark .checkbox label::after,
.form-dark
  .checkbox-list > div label::after {
  color: #fff;
}

.checkbox input[type='checkbox'],
.checkbox-list > div input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.checkbox input[type='checkbox']:checked ~ label::after,
.checkbox-list > div input[type='checkbox']:checked ~ label::after {
  font-family: 'iconfont-destination';
  content: '\e608';
}

.checkbox input[type='checkbox']:disabled ~ label,
.checkbox-list > div input[type='checkbox']:disabled ~ label {
  opacity: .65;
}

.checkbox input[type='checkbox']:disabled ~ label::before,
.checkbox-list > div input[type='checkbox']:disabled ~ label::before {
  cursor: not-allowed;
  background-color: #eee;
}

.checkbox.checkbox-circle label::before,
.checkbox-list > div.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline,
.checkbox-list > div.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type='checkbox']:checked + label::before {
  border-color: #000;
  background-color: transparent;
}

.checkbox-primary input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type='checkbox']:checked + label::before {
  border-color: #d9534f;
  background-color: transparent;
}

.checkbox-danger input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-info input[type='checkbox']:checked + label::before {
  border-color: #5bc0de;
  background-color: transparent;
}

.checkbox-info input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type='checkbox']:checked + label::before {
  border-color: #f0ad4e;
  background-color: transparent;
}

.checkbox-warning input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-success input[type='checkbox']:checked + label::before {
  border-color: #5cb85c;
  background-color: transparent;
}

.checkbox-success input[type='checkbox']:checked + label::after {
  color: #fff;
}

/*--------------------------*/

/* Forms - Radio Control
// Sourced from https://github.com/flatlogic/awesome-bootstrap-checkbox
/*--------------------------*/

.radio {
  padding-left: 20px;
}

.radio label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.radio label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -20px;
  content: '';
  transition: border .15s ease-in-out;
  border: 1px solid;
  border-color: #222;
  border-radius: 50%;
  background-color: transparent;
}

.radio label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: -20px;
  content: ' ';
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transform: scale(0, 0);
  border-radius: 50%;
  background-color: #222;
}

.form-dark .radio label::before {
  border-color: #fff;
}

.form-dark .radio label::after {
  background-color: #fff;
}

.radio input[type='radio'] {
  opacity: 0;
}

.radio input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type='radio']:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type='radio']:disabled + label {
  opacity: .65;
}

.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type='radio'] + label::after {
  background-color: #000;
}

.radio-primary input[type='radio']:checked + label::before {
  border-color: #000;
}

.radio-primary input[type='radio']:checked + label::after {
  background-color: #000;
}

.radio-danger input[type='radio'] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type='radio']:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type='radio']:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type='radio'] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type='radio']:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type='radio']:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type='radio'] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type='radio']:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type='radio']:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type='radio'] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type='radio']:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type='radio']:checked + label::after {
  background-color: #5cb85c;
}

/*--------------------------*/

/* Forms - Selectpicker
// Sourced from https://github.com/paulrose/bootstrap-select-sass
/*--------------------------*/

.bootstrap-select > .btn,
.bootstrap-select > .btn--primary,
.bootstrap-select > .btn--brand-primary,
.featured--cta .bootstrap-select > .btn,
.featured--cta .bootstrap-select > .btn--brand-primary,
.bootstrap-select > .btn--secondary,
.bootstrap-select > .btn--book,
.bootstrap-select > .btn--social-login,
.bootstrap-select > .btn--rss,
.bootstrap-select > .property-popup--cta {
  width: 100%;
  padding: 6px 25px 6px 10px !important;
}

.error .bootstrap-select .btn,
.error .bootstrap-select .btn--primary,
.error .bootstrap-select .btn--brand-primary,
.error .bootstrap-select .btn--secondary,
.error .bootstrap-select .btn--book,
.error .bootstrap-select .btn--social-login,
.error .bootstrap-select .btn--rss,
.error .bootstrap-select .property-popup--cta {
  border: 1px solid #f00;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #f00;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .btn:focus,
.bootstrap-select .btn--primary:focus,
.bootstrap-select .btn--brand-primary:focus,
.bootstrap-select .btn--secondary:focus,
.bootstrap-select .btn--book:focus,
.bootstrap-select .btn--social-login:focus,
.bootstrap-select .btn--rss:focus,
.bootstrap-select .property-popup--cta:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option,
.bootstrap-select.btn-group .btn--primary .filter-option,
.bootstrap-select.btn-group .btn--brand-primary .filter-option,
.bootstrap-select.btn-group .btn--secondary .filter-option,
.bootstrap-select.btn-group .btn--book .filter-option,
.bootstrap-select.btn-group .btn--social-login .filter-option,
.bootstrap-select.btn-group .btn--rss .filter-option,
.bootstrap-select.btn-group .property-popup--cta .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret,
.bootstrap-select.btn-group .btn--primary .caret,
.bootstrap-select.btn-group .btn--brand-primary .caret,
.bootstrap-select.btn-group .btn--secondary .caret,
.bootstrap-select.btn-group .btn--book .caret,
.bootstrap-select.btn-group .btn--social-login .caret,
.bootstrap-select.btn-group .btn--rss .caret,
.bootstrap-select.btn-group .property-popup--cta .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .btn,
.bootstrap-select.btn-group[class*='col-'] .btn--primary,
.bootstrap-select.btn-group[class*='col-'] .btn--brand-primary,
.bootstrap-select.btn-group[class*='col-'] .btn--secondary,
.bootstrap-select.btn-group[class*='col-'] .btn--book,
.bootstrap-select.btn-group[class*='col-'] .btn--social-login,
.bootstrap-select.btn-group[class*='col-'] .btn--rss,
.bootstrap-select.btn-group[class*='col-'] .property-popup--cta {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 1035;
  box-sizing: border-box;
  min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #000;
  color: fade(#000, 40%);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  box-sizing: border-box;
  width: 96%;
  min-height: 26px;
  margin: 0 2%;
  padding: 3px 5px;
  pointer-events: none;
  opacity: .9;
  border: 1px solid #e3e3e3;
  background: whitesmoke;
  box-shadow: inset 0 1px 1px fade(black, 5%);
}

.bootstrap-select.btn-group .no-results {
  margin: 0 5px;
  padding: 3px;
  background: #f5f5f5;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option,
.bootstrap-select.btn-group.fit-width .btn--primary .filter-option,
.bootstrap-select.btn-group.fit-width .btn--brand-primary .filter-option,
.bootstrap-select.btn-group.fit-width .btn--secondary .filter-option,
.bootstrap-select.btn-group.fit-width .btn--book .filter-option,
.bootstrap-select.btn-group.fit-width .btn--social-login .filter-option,
.bootstrap-select.btn-group.fit-width .btn--rss .filter-option,
.bootstrap-select.btn-group.fit-width .property-popup--cta .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret,
.bootstrap-select.btn-group.fit-width .btn--primary .caret,
.bootstrap-select.btn-group.fit-width .btn--brand-primary .caret,
.bootstrap-select.btn-group.fit-width .btn--secondary .caret,
.bootstrap-select.btn-group.fit-width .btn--book .caret,
.bootstrap-select.btn-group.fit-width .btn--social-login .caret,
.bootstrap-select.btn-group.fit-width .btn--rss .caret,
.bootstrap-select.btn-group.fit-width .property-popup--cta .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  right: 15px;
  display: inline-block;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn,
.bootstrap-select.show-menu-arrow.open > .btn--primary,
.bootstrap-select.show-menu-arrow.open > .btn--brand-primary,
.featured--cta .bootstrap-select.show-menu-arrow.open > .btn,
.featured--cta .bootstrap-select.show-menu-arrow.open > .btn--brand-primary,
.bootstrap-select.show-menu-arrow.open > .btn--secondary,
.bootstrap-select.show-menu-arrow.open > .btn--book,
.bootstrap-select.show-menu-arrow.open > .btn--social-login,
.bootstrap-select.show-menu-arrow.open > .btn--rss,
.bootstrap-select.show-menu-arrow.open > .property-popup--cta {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
  content: '';
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #222;
  border-bottom-color: fade(#222, 20%);
  border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  top: -3px;
  bottom: auto;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #222;
  border-top-color: fade(#222, 20%);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  top: -3px;
  bottom: auto;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
  width: 100%;
  margin-bottom: 0;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.btn-group .dropdown-menu > li > a {
  font-weight: 100;
}

.bootstrap-select.btn-group .dropdown-menu > li > a:hover,
.bootstrap-select.btn-group .dropdown-menu > li > a:focus {
  font-weight: 100;
  text-transform: none;
  color: #fff;
  background-color: #000;
}

/******************/

/* Skip to content
/******************/

.standard-skip-nav {
  position: fixed;
  top: -100px;
  left: 50%;
  padding: .5em 1em !important;
  transition-property: top;
  transform: translateX(-50%);
  text-decoration: none !important;
  color: #fff !important;
  outline: 2px dotted !important;
  outline-offset: -5px !important;
  background: #000 !important;
}

.standard-skip-nav:focus {
  top: 0;
}

.standard-skip-nav:hover {
  opacity: 1;
}

.standard-skip-nav {
  z-index: 550;
}

#standard-skip-to-content {
  overflow: hidden;
  height: 1px;
  margin-top: -1px;
  outline-width: 0 !important;
  background-color: transparent;
}

/*****************************/

/* Utility and Helper Classes
/*****************************/

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

.center {
  text-align: center;
}

/*--------------------------*/

/* Tables
/*--------------------------*/

table {
  border-spacing: 0;
  border-collapse: separate;
  border-bottom: 2px solid #b9babb;
}

table > thead > tr > th {
  font-weight: 300;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #b9babb;
}

table > thead > tr > th.footable-first-column,
table > thead > tr > td.footable-first-column {
  border-left: none;
}

table.breakpoint > tbody > tr.footable-row-detail {
  background: none;
}

table.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}

table > tbody img {
  vertical-align: middle;
}

table > tbody > tr:hover {
  background: #fbf8e9;
}

table > tbody > tr > td {
  padding: 10px;
  text-align: left;
  border-top: 1px solid #b9babb;
}

table > tbody > tr > td.footable-first-column {
  border-left: none;
}

table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 10px;
  border-top: 1px solid #b9babb;
}

table .pagination {
  margin: 20px 0;
}

table .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

table .pagination > ul > li {
  display: inline;
}

table .pagination > ul > li > a,
table .pagination > ul > li > span {
  line-height: 20px;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  border: 1px solid #b9babb;
  border-left-width: 0;
}

table .pagination > ul > li:first-child > a,
table .pagination > ul > li:first-child > span {
  border-left-width: 1px;
}

table .pagination > ul > li > a:hover,
table .pagination > ul > li > a:focus,
table .pagination > ul > .active > a,
table .pagination > ul > .active > span {
  background-color: #eee;
}

table .pagination > ul > .active > a,
table .pagination > ul > .active > span {
  cursor: default;
  color: #444;
}

table .pagination > ul > .disabled > span,
table .pagination > ul > .disabled > a,
table .pagination > ul > .disabled > a:hover,
table .pagination > ul > .disabled > a:focus {
  cursor: default;
  color: #b9babb;
  background-color: #ebf3fc;
}

table .pagination.pagination-centered {
  text-align: center;
}

table .pagination.pagination-right {
  text-align: center;
}

.footable-odd {
  background-color: #f7f7f7;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

/* Dots */

.slick-dots {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 15px;
  left: 0;
  display: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  background-color: transparent;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  background-color: #fff;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font: inherit;
  padding: 0 !important;
  color: inherit;
  border: none;
  background: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */

.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
  opacity: 0;
}

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  transition: transform 100ms ease;
  background: url("owl.video.play.png") no-repeat;
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  height: 100%;
  transition: opacity 400ms ease;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  background: #d6d6d6;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  text-decoration: none;
  color: #fff;
  background: #869791;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: .5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  will-change: transform;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  position: absolute;
  top: 6px;
  left: 14px;
  display: block;
  width: 1px;
  height: 14px;
  content: '';
  background: #e8e7e6;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  top: 14px;
  left: 6px;
  width: 14px;
  height: 1px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}

.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%, 0);
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

/*-----------------------------------------*/

/* jQuery UI CSS Framework 1.11.3 - Theme
/*-----------------------------------------*/

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 1em;
}

.ui-widget-content {
  color: #333;
  border: 1px solid #ddd;
  background: #eee;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  font-weight: bold;
  color: #fff;
  border: none;
  background: #000;
}

.ui-widget-header a {
  color: #fff;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  color: #000;
  border: 1px solid #ccc;
  background: #f6f6f6;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none;
  color: #000;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #fff;
  border: none;
  background: #000;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  text-decoration: none;
  color: #c77405;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #fff;
  border: none;
  background: #000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  color: #eb8f00;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #fff;
  border: none;
  background: #000;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #222;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #fff;
  border: none;
  background: #f00;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  /* support: IE8 */
  font-weight: normal;
  opacity: .7;
  filter: Alpha(Opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  /* support: IE8 */
  background-image: none;
  filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

/* Overlays */

.ui-widget-overlay {
  opacity: .5;
  background: #666;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  /* support: IE8 */
  border-radius: 0;
  background: #000;
  filter: Alpha(Opacity=20);
}

/* jQuery UI Datepicker Overwrites */

.ui-icon-circle-triangle-e {
  position: relative;
  width: 20px;
  height: 20px;
}

.ui-icon-circle-triangle-e:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  text-indent: 0;
  text-transform: none;
  color: white;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-icon-circle-triangle-w {
  position: relative;
  width: 20px;
  height: 20px;
}

.ui-icon-circle-triangle-w:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-indent: 0;
  text-transform: none;
  color: white;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/

/* jQuery UI CSS Framework 1.11.3 - UI Structure
/*----------------------------------------------*/

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: '';
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  font-size: .9em;
  width: 100%;
  margin: 0 0 .4em;
  border-collapse: collapse;
}

.ui-datepicker th {
  font-weight: bold;
  padding: .7em .3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  overflow: visible;
  width: auto;
  margin: .5em .2em .4em;
  padding: .2em .6em .3em .6em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  font-size: 0;
  clear: both;
  width: 100%;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Default styling for jQuery Calendars Picker v2.0.0. */

.calendars {
  font-family: Arial, Helvetica, Sans-serif;
}

.calendars-rtl {
  direction: rtl;
}

.calendars-popup {
  z-index: 1000;
  box-shadow: 1px 1px 4px 0 rgba(150, 150, 150, .6);
}

.calendars-disable {
  position: absolute;
  z-index: 100;
  opacity: .5;
  filter: alpha(opacity=50);
}

.calendars a {
  text-decoration: none;
}

.calendars a.calendars-disabled {
  cursor: auto;
}

.calendars button {
  font-weight: bold;
  margin: .25em;
  padding: .125em 0;
}

.calendars-nav,
.calendars-ctrl {
  font-size: 90%;
  font-weight: bold;
  width: 100%;
}

.calendars-ctrl {
  float: left;
}

.calendars-cmd.calendars-disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

button.calendars-cmd {
  text-align: center;
}

.calendars-cmd-prev,
.calendars-cmd-prevJump,
.calendars-cmd-clear {
  float: left;
  padding-left: 2%;
}

.calendars-cmd-current,
.calendars-cmd-today {
  float: left;
  text-align: center;
}

.calendars-cmd-next,
.calendars-cmd-nextJump,
.calendars-cmd-close {
  float: right;
  text-align: right;
}

.calendars-rtl .calendars-cmd-prev,
.calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
  float: right;
  text-align: right;
}

.calendars-rtl .calendars-cmd-current,
.calendars-rtl .calendars-cmd-today {
  float: right;
}

.calendars-rtl .calendars-cmd-next,
.calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
  float: left;
  text-align: left;
}

.calendars-month-nav {
  float: left;
  text-align: center;
}

.calendars-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}

.calendars-month-row {
  clear: left;
}

.calendars-month {
  float: left;
  width: auto;
  text-align: center;
}

.calendars-month-header,
.calendars-month-header select,
.calendars-month-header input {
  font-weight: bold;
  line-height: 1;
  height: 1.5em;
  color: #fff;
}

.calendars-month-header select,
.calendars-month-header input {
  width: auto;
  height: 1.4em;
}

.calendars-month-header select option {
  color: #555;
  background-color: #fff;
}

.calendars-month-header input {
  position: absolute;
  display: none;
}

.calendars-month table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 0;
}

.calendars-month tr {
  border: 0;
}

.calendars-month th,
.calendars-month td {
  font-weight: normal;
  margin: 0;
  padding: 3px 6px;
  text-align: center;
}

.calendars-month td {
  line-height: 24px;
  width: 40px;
  height: 24px;
}

.calendars-month a {
  font-size: .875em;
  display: block;
  width: 100%;
  text-decoration: none;
}

.calendars-month span {
  font-size: .875em;
  display: block;
  width: 100%;
}

.calendars-status {
  clear: both;
  text-align: center;
}

.calendars-clear-fix {
  clear: both;
}

/* DATE PICKER OVERRIDE */

.calendars-popup {
  z-index: 2005;
  padding: 10px;
  background-color: #fff;
}

.calendars {
  font-size: 1em;
  margin: 0 auto;
  background-color: #fff;
}

.calendars-month td a {
  color: #555;
  border: 1px solid #b9babb;
  background-color: #fff;
}

.calendars-month td span {
  color: #b9babb;
  border: 1px solid #b9babb;
  background-color: #eee;
}

.calendars-month td,
.calendars-month th {
  padding: 5px;
  border: 0;
}

.calendars-ctrl,
.calendars-cmd-today {
  display: none;
}

.calendars-nav {
  position: absolute;
  top: 10px;
  left: 0;
}

.calendars-cmd {
  position: relative;
  z-index: 15;
  display: block;
  width: 40px;
  height: 20px;
  margin-top: 10px;
  padding-top: 0;
  text-indent: -9999px;
  color: #fff;
}

.calendars-cmd:after {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 0;
}

.calendars-cmd:hover {
  color: #fff;
}

.calendars-cmd-prev:after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  left: 10px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.calendars-cmd-next {
  right: 10px;
}

.calendars-cmd-next:after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.calendars-month-header {
  font-size: 1em;
  line-height: 40px;
  position: relative;
  z-index: 10;
  height: 40px;
  background-color: #000;
}

.calendars-month td span.calendars-other-month {
  background-color: transparent;
}

.calendars-month td span.calendars-other-month.test_day {
  color: #b9babb;
  border: 1px solid #b9babb;
  background-color: #eee;
}

.calendars-month td a.blocked-check-in {
  border: 1px solid #b9babb;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%);
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
}

.calendars-month td a.blocked-check-in.calendars-selected.check-out {
  background: linear-gradient(135deg, #000 0%, #000 50%, #eee 51%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-primary', endColorstr='#eeeeee',GradientType=1 );
}

.calendars-month td a.blocked-check-out {
  border: 1px solid #b9babb;
  background: linear-gradient(135deg, #eee 0%, #eee 50%, #fff 51%, #fff 100%);
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
}

.calendars-month td a.blocked-check-out.calendars-selected.check-in {
  background: linear-gradient(135deg, #eee 0%, #eee 50%, #000 51%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='$brand-primary',GradientType=1 );
}

.calendars-month td a.calendars-highlight,
.calendars-month td a.calendars-today,
.calendars-month td a.calendars-weekend,
.calendars-month td a.calendars-today {
  color: #555;
  background-color: #fff;
}

.calendars-month td a.calendars-selected,
.calendars-month td a.calendars-selected:hover,
.calendars-month td a.calendars-selected.today,
.calendars-month td a.calendars-selected.today:hover {
  color: #fff;
  background-color: #000;
}

/*--------------------------*/

/* Accommodations Listing
/*--------------------------*/

.accommodations-menu {
  min-height: 100px;
  background: #fff;
}

.accommodations-listing-menu {
  position: relative;
  padding: 10px;
  text-align: center;
  background-color: #005f85;
}

.accommodations-listing-menu li {
  display: inline-block;
  margin: 0 50px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .accommodations-listing-menu li.accommodations-mainmenu {
    display: block;
    margin: 0 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .accommodations-listing-menu .accommodations-listing-menu--heading {
    display: block;
    text-align: left;
  }
}

.accommodations-listing-menu .arrow-active:after {
  position: absolute;
  top: 43px;
  bottom: 0;
  margin-left: -15px;
  content: '';
  border-top: 15px solid #005f85;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media (max-width: 768px) {
  .accommodations-listing-menu .arrow-active:after {
    display: none;
  }
}

.accommodations-listing-menu-expanded {
  display: none;
  overflow: hidden;
  padding: 10px;
}

.accommodations-listing-menu-expanded li.accommodations-submenu {
  font-family: 'Cardo', serif;
  padding: 10px;
  color: #123d63;
}

.accommodations-listing-menu-expanded li.accommodations-submenu:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .accommodations-listing-menu-expanded li.accommodations-submenu {
    margin: 10px;
    padding: 0 10px;
  }
}

.accommodations-listing-menu-expanded.open {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
}

.accommodations-container {
  margin-bottom: 50px;
}

.accommodations-container.accommodations-container--odd .accommodations-overview--content {
  -ms-flex-order: 2;
  order: 2;
}

.accommodations-container.accommodations-container--odd .accommodations-overview--img {
  -ms-flex-order: 1;
  order: 1;
}

.accommodations-overview {
  display: -ms-flexbox;
  display: flex;
  background: #c5d1cf;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accommodations-overview {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.accommodations-overview .accommodations-overview--content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .accommodations-overview .accommodations-overview--content {
    width: 20%;
  }
}

.accommodations-overview .accommodations-overview--count {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 22px;
  color: #555;
}

.accommodations-overview .accommodations-overview--count:before,
.accommodations-overview .accommodations-overview--count:after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.accommodations-overview .accommodations-overview--count:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.accommodations-overview .accommodations-overview--count:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

.accommodations-overview .accommodations-overview--title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #123d63;
}

.accommodations-overview .accommodations-overview--description {
  width: 100%;
  text-align: center;
  color: #123d63;
}

.accommodations-overview .accommodations-overview--list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.accommodations-overview .accommodations-overview--list li {
  margin: 0 0 5px;
}

.accommodations-overview .accommodations-overview--list li:last-child {
  margin: 0;
}

.accommodations-overview .accommodations-overview--list li a {
  text-transform: uppercase;
}

.accommodations-overview .accommodations-overview--img {
  width: 100%;
  height: 200px;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .accommodations-overview .accommodations-overview--img {
    width: 80%;
    height: 460px;
  }
}

.accommodations-overview .accommodations-overview--img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.accommodations-overview .accommodations-overview--button {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #555;
}

.accommodations-overview .accommodations-overview--button:before {
  content: 'learn more \A';
  white-space: pre;
}

.accommodations-overview .accommodations-overview--button:after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-top: 15px;
  margin-left: 25px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accommodations-overview .accommodations-overview--button.accommodations-overview--button-close {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #555;
}

.accommodations-overview .accommodations-overview--button.accommodations-overview--button-close:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 2;
  margin-left: 5px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accommodations-overview .accommodations-overview--button.accommodations-overview--button-close:after {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  content: '\A close';
  white-space: pre;
}

.accommodations-listing-overview {
  display: none;
  padding: 50px;
  background: #c5d1cf;
  /* Styles for every separate accommodations */
}

.accommodations-listing-overview.open {
  display: block;
}

.accommodations-listing-overview .accommodations-listing-overview--heading {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .accommodations-listing-overview {
    padding: 20px;
  }
}

.accommodations-listing-overview .accommodations {
  margin: 20px 0;
  background: #fff;
}

.accommodations-listing-overview .accommodations .accommodations-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  background: #fff;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--content {
    width: 20%;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--count {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 22px;
  color: #555;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--count:before,
.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--count:after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--count:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--count:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--title {
  font-size: 22px;
  font-size: 2.2rem;
  max-width: 200px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #123d63;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--description {
  width: 100%;
  text-align: center;
  color: #123d63;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--img {
  width: 100%;
  height: 200px;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--img {
    width: 80%;
    height: 460px;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #555;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button:before {
  content: 'learn more \A';
  white-space: pre;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button:after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-top: 15px;
  margin-left: 25px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button.accommodations-listing--button-close {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #555;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button.accommodations-listing--button-close:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 2;
  margin-left: 5px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accommodations-listing-overview .accommodations .accommodations-listing .accommodations-listing--button.accommodations-listing--button-close:after {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  content: '\A close';
  white-space: pre;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details {
  display: none;
  padding: 50px;
}

@media (max-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing-details {
    padding: 20px;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open {
  display: block;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content {
  display: -ms-flexbox;
  display: flex;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--first-column {
  width: 75%;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--first-column .accommodations-listing-details--description {
  width: 90%;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--booknow {
  float: left;
  overflow: hidden;
  width: 30%;
  padding: 15px 50px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #555;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--booknow:hover {
  background-color: #888;
}

@media (max-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--booknow {
    width: 80%;
    padding: 15px 10px;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons {
  width: 35%;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons .accommodations-listing-details--icons-amenity {
  float: left;
  width: 140px;
  margin-left: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons .accommodations-listing-details--icons-amenity {
    width: 50px;
    margin-left: 0;
  }

  .accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons .accommodations-listing-details--icons-amenity p {
    font-size: 10px;
  }
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons .accommodations-listing-details--icons-amenity img {
  width: 50px;
  height: 50px;
}

.accommodations-listing-overview .accommodations .accommodations-listing-details.open .accommodations-listing-details--content .accommodations-listing-details--icons .accommodations-listing-details--icons-amenity p {
  max-width: 135px;
  text-align: center;
  text-transform: uppercase;
  color: #123d63;
}

.accommodations-listing-overview .accommodations.accommodations--odd .accommodations-listing--content {
  -ms-flex-order: 2;
  order: 2;
}

.accommodations-listing-overview .accommodations.accommodations--odd .accommodations-listing--img {
  -ms-flex-order: 1;
  order: 1;
}

.fancybox-nav span {
  visibility: visible !important;
}

.more-icon {
  position: relative;
  bottom: 65px;
  left: 25px;
  width: 45px;
  height: 45px;
  background: url("/assets/media/images/property/accommodations/accommodations_phototour_icon.png");
}

/*--------------------------*/

/* Attractions Toggle
/*--------------------------*/

.attractions-toggle {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #eae3db;
}

.attractions-toggle:before,
.attractions-toggle:after {
  display: table;
  content: ' ';
}

.attractions-toggle:after {
  clear: both;
}

.attractions-toggle--map {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 50px;
  padding: 15px;
  border: 1px solid #eee;
  border-right-width: 0;
  background: #fff;
}

.attractions-toggle--map:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.attractions-toggle--map:after {
  position: absolute;
  top: 50%;
  left: 50px;
  content: 'MAP';
  transform: translateY(-50%);
}

.attractions-toggle--map.active {
  color: #fff;
  background: #000;
}

.attractions-toggle--list {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 50px;
  margin-left: -5px;
  padding: 15px;
  border: 1px solid #eee;
  border-left-width: 0;
  background: #fff;
}

.attractions-toggle--list:before {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.attractions-toggle--list:after {
  position: absolute;
  top: 50%;
  left: 50px;
  content: 'LIST';
  transform: translateY(-50%);
}

.attractions-toggle--list.active {
  color: #fff;
  background: #000;
}

.attractions {
  overflow: hidden;
}

.attractions--type {
  position: relative;
  width: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #555;
}

.attractions--type:before,
.attractions--type:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #000;
}

.attractions--type:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.attractions--type:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

/*--------------------------*/

/* Attractions List
/*--------------------------*/

.attractions-list {
  position: relative;
  position: absolute;
  z-index: -9000;
  display: none;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  transition: .3s ease-in-out;
  opacity: 0;
  background: #eae3db;
}

.attractions-list.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.attractions-list.active {
  z-index: 15;
}

.attractions-list > .component-headline {
  float: none;
  width: auto;
  margin: 0 30px;
  padding: 70px 30px;
}

.attractions-list--item {
  margin-top: 15px;
  background-color: #fff;
}

.attractions-list--item:before,
.attractions-list--item:after {
  display: table;
  content: ' ';
}

.attractions-list--item:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .attractions-list--item {
    overflow: hidden;
    height: 270px;
    margin-right: 30px;
    margin-left: 30px;
  }
}

.attractions-list--content {
  padding: 30px;
}

.attractions-item--title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #222;
}

.attractions-item--cta {
  font-size: 13px;
  font-size: 1.3rem;
}

.attractions-list--img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .attractions-list--img {
    float: left;
    margin-right: 30px;
  }
}

/*--------------------------*/

/* Attractions Map
/*--------------------------*/

.attractions-map {
  position: absolute;
  z-index: -9000;
  display: none;
  width: 100%;
  padding-bottom: 60px;
  transition: .3s ease-in-out;
  opacity: 0;
  background: #fff;
}

.attractions-map.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.attractions-map.active {
  z-index: 15;
}

.attractions-map .attractions-map--map {
  height: 400px;
}

@media only screen and (min-width: 768px) {
  .attractions-map .attractions-map--map {
    height: 512px;
  }
}

.attractions-map--text {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  -ms-flex-direction: column;
  -ms-flex-order: 2;
  order: 2;
}

.attractions-map--content {
  padding: 30px 0;
}

.attractions-map--column-left {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

.attractions-map--column-left:before,
.attractions-map--column-left:after {
  display: table;
  content: ' ';
}

.attractions-map--column-left:after {
  clear: both;
}

@media (min-width: 768px) {
  .attractions-map--column-left {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .attractions-map--column-left {
    padding-right: 14px;
    border-right: 1px solid #eee;
  }
}

.attractions-map--column-right {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

.attractions-map--column-right:before,
.attractions-map--column-right:after {
  display: table;
  content: ' ';
}

.attractions-map--column-right:after {
  clear: both;
}

@media (min-width: 768px) {
  .attractions-map--column-right {
    float: left;
    width: 50%;
  }
}

.attractions-map--item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: left;
}

.attractions-map--item:before,
.attractions-map--item:after {
  display: table;
  content: ' ';
}

.attractions-map--item:after {
  clear: both;
}

.attractions-map--item span {
  color: #222;
}

.attractions-map--number {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #eee !important;
}

.attractions-map--title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.attractions-map--copy {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.attractions-map--cta {
  font-size: 13px;
  font-size: 1.3rem;
}

/*--------------------------*/

/* Autograph Bar
/*--------------------------*/

.autograph-bar {
  position: fixed;
  z-index: 102;
  top: 0;
  display: block;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #626363;
  background: #000;
}

.autograph-collection--logo {
  position: relative;
  display: inline-block;
  float: right;
  width: 186px;
  height: 30px;
  margin-right: 15px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .autograph-collection--logo {
    margin-right: 45px;
  }
}

.autograph-collection--logo:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  transform: translate(-50%, -50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.autograph-collection--logo:hover,
.autograph-collection--logo:active,
.autograph-collection--logo:focus {
  color: #ccc;
}

/*------------------------------*/

/* Blog Listing
/*------------------------------*/

.blog-listing {
  padding-right: 45px;
  padding-left: 45px;
  background: #fff;
}

.blog-listing:before,
.blog-listing:after {
  display: table;
  content: ' ';
}

.blog-listing:after {
  clear: both;
}

.blog-listing--item {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .blog-listing--item {
    float: left;
    width: 33.33333%;
  }
}

.blog-listing--item:before,
.blog-listing--item:after {
  display: table;
  content: ' ';
}

.blog-listing--item:after {
  clear: both;
}

.blog-listing--item:nth-child(3n+1) {
  clear: left;
}

.blog-listing--img {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.blog-listing--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-listing--content {
  width: 100%;
}

.blog-listing--content .share:after {
  display: none;
}

.blog-listing--title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}

.blog-listing--author {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #eee;
}

.blog-listing--description {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 20px;
}

.blog-listing--category {
  margin-bottom: 20px;
}

.blog-listing--category a {
  font-size: 13px;
  font-size: 1.3rem;
}

/*--------------------------*/

/* Booking Widget
/*--------------------------*/

@keyframes bw-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.booking-widget {
  position: relative;
  position: relative;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  animation-name: bw-opacity;
  animation-duration: .9s;
}

@media (min-width: 992px) {
  .booking-widget {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .booking-widget {
    margin-left: 25%;
  }
}

@media (min-width: 1440px) {
  .booking-widget {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1440px) {
  .booking-widget {
    margin-left: 33.33333%;
  }
}

.modal-content .booking-widget {
  margin-top: 45px;
}

.modal-content .booking-widget p.unit-search {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.modal-content .booking-widget p.unit-search a {
  color: #fff;
}

.modal-content .booking-widget p.unit-search span.or {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.modal-content .booking-widget p.unit-search span.or span {
  position: relative;
}

.modal-content .booking-widget p.unit-search span.or span:before {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  content: ' ';
  transform: translateX(-125%) translateY(-50%);
  border-bottom: 1px solid #fff;
}

.modal-content .booking-widget p.unit-search span.or span:after {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  content: ' ';
  transform: translateX(25%) translateY(-50%);
  border-bottom: 1px solid #fff;
}

.booking-widget .booknow-title {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.booking-widget .booknow-title span {
  position: relative;
}

.booking-widget .booknow-title span:before {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  content: ' ';
  transform: translateX(-125%) translateY(-50%);
  border-bottom: 1px solid #fff;
}

.booking-widget .booknow-title span:after {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  content: ' ';
  transform: translateX(25%) translateY(-50%);
  border-bottom: 1px solid #fff;
}

.booking-widget h2 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .booking-widget h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .booking-widget h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.booking-widget span.unavailable {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.booking-widget .nav-tabs,
.booking-widget .tabber-filter .tabber-filter--nav,
.tabber-filter .booking-widget .tabber-filter--nav {
  margin-bottom: 30px;
  border: none;
}

.booking-widget .nav-tabs > li,
.booking-widget .tabber-filter .tabber-filter--nav > li,
.tabber-filter .booking-widget .tabber-filter--nav > li {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .booking-widget .nav-tabs > li,
  .booking-widget .tabber-filter .tabber-filter--nav > li,
  .tabber-filter .booking-widget .tabber-filter--nav > li {
    width: 50%;
  }
}

.booking-widget .nav-tabs > li.active,
.booking-widget .tabber-filter .tabber-filter--nav > li.active,
.tabber-filter .booking-widget .tabber-filter--nav > li.active {
  border-bottom: 1px solid #fff;
}

.booking-widget .nav-tabs > li.active > a,
.booking-widget .tabber-filter .tabber-filter--nav > li.active > a,
.tabber-filter .booking-widget .tabber-filter--nav > li.active > a {
  color: #fff;
  border: none;
  background-color: transparent;
}

.booking-widget .nav-tabs > li > a,
.booking-widget .tabber-filter .tabber-filter--nav > li > a,
.tabber-filter .booking-widget .tabber-filter--nav > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border: none;
}

.booking-widget .nav-tabs > li > a:hover,
.booking-widget .tabber-filter .tabber-filter--nav > li > a:hover,
.tabber-filter .booking-widget .tabber-filter--nav > li > a:hover {
  color: #fff;
  border: none;
  background-color: transparent;
}

.booking-widget .nav-tabs,
.booking-widget .tabber-filter .tabber-filter--nav,
.tabber-filter .booking-widget .tabber-filter--nav {
  display: table;
  width: 100%;
}

.booking-widget .nav-tabs li,
.booking-widget .tabber-filter .tabber-filter--nav li,
.tabber-filter .booking-widget .tabber-filter--nav li {
  display: table-cell;
  float: none;
  width: 100%;
}

.booking-widget .nav-tabs.count-1 li,
.booking-widget .tabber-filter .count-1.tabber-filter--nav li,
.tabber-filter .booking-widget .count-1.tabber-filter--nav li {
  width: 100%;
}

.booking-widget .nav-tabs.count-2 li,
.booking-widget .tabber-filter .count-2.tabber-filter--nav li,
.tabber-filter .booking-widget .count-2.tabber-filter--nav li {
  width: 50%;
}

.booking-widget .nav-tabs.count-3 li,
.booking-widget .tabber-filter .count-3.tabber-filter--nav li,
.tabber-filter .booking-widget .count-3.tabber-filter--nav li {
  width: 33.33333%;
}

.booking-widget .nav-tabs.count-4 li,
.booking-widget .tabber-filter .count-4.tabber-filter--nav li,
.tabber-filter .booking-widget .count-4.tabber-filter--nav li {
  width: 25%;
}

.booking-widget .nav-tabs.count-5 li,
.booking-widget .tabber-filter .count-5.tabber-filter--nav li,
.tabber-filter .booking-widget .count-5.tabber-filter--nav li {
  width: 20%;
}

.booking-widget .nav-tabs li,
.booking-widget .tabber-filter .tabber-filter--nav li,
.tabber-filter .booking-widget .tabber-filter--nav li {
  width: 25%;
}

.booking-widget button[type='submit'] {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 9px 20px;
}

.booking-widget .btn-default.disabled {
  background: transparent;
}

.booking-widget input,
.booking-widget select,
.booking-widget .form-control {
  height: 50px;
  padding: 6px 25px 6px 10px;
}

@media only screen and (max-width: 767px) {
  .booking-widget.booking-widget__mini {
    width: 100vw;
  }
}

.booking-widget.booking-widget__mini input,
.booking-widget.booking-widget__mini select,
.booking-widget.booking-widget__mini .form-control {
  height: 30px;
}

.booking-widget .form-group .bootstrap-select button.form-control {
  padding-left: 10px !important;
}

.booking-widget.booking-widget__mini {
  width: 100%;
  margin: 0;
  background: rgba(34, 34, 34, .9);
}

.booking-widget.booking-widget__mini .form-control {
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 1px solid #eee;
}

.booking-widget.booking-widget__mini h2 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  margin-bottom: 15px !important;
  color: #fff;
}

.booking-widget.booking-widget__mini.booking-widget .nav-tabs > li > a,
.booking-widget.booking-widget__mini.booking-widget .tabber-filter .tabber-filter--nav > li > a,
.tabber-filter .booking-widget.booking-widget__mini.booking-widget .tabber-filter--nav > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #000;
}

.booking-widget.booking-widget__mini.booking-widget .nav-tabs > li.active,
.booking-widget.booking-widget__mini.booking-widget .tabber-filter .tabber-filter--nav > li.active,
.tabber-filter .booking-widget.booking-widget__mini.booking-widget .tabber-filter--nav > li.active {
  border-bottom: 5px solid #000;
}

.booking-widget.booking-widget__mini.booking-widget .nav-tabs > li.active > a,
.booking-widget.booking-widget__mini.booking-widget .tabber-filter .tabber-filter--nav > li.active > a,
.tabber-filter .booking-widget.booking-widget__mini.booking-widget .tabber-filter--nav > li.active > a {
  color: #000;
}

.booking-widget.booking-widget__mini .nav-tabs li,
.booking-widget.booking-widget__mini .tabber-filter .tabber-filter--nav li,
.tabber-filter .booking-widget.booking-widget__mini .tabber-filter--nav li {
  width: 30%;
}

.booking-widget.booking-widget__mini .nav-tabs li + li,
.booking-widget.booking-widget__mini .tabber-filter .tabber-filter--nav li + li,
.tabber-filter .booking-widget.booking-widget__mini .tabber-filter--nav li + li {
  width: 70%;
}

.booking-widget.booking-widget__mini .form-group--join + .form-group--join {
  margin-left: -5px;
}

.booking-widget.booking-widget__mini .form-group--inline:nth-child(odd) {
  padding-right: 5px;
}

.booking-widget.booking-widget__mini .form-group--inline:nth-child(even) {
  padding-left: 5px;
}

.booking-widget.booking-widget__mini input,
.booking-widget.booking-widget__mini select,
.booking-widget.booking-widget__mini .form-control {
  background: #fff;
}

.booking-widget.booking-widget__mini .btn.dropdown-toggle:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--primary:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--brand-primary:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--secondary:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--book:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--social-login:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.btn--rss:hover,
.booking-widget.booking-widget__mini .dropdown-toggle.property-popup--cta:hover {
  background: #fff;
}

.booking-widget.booking-widget__mini .icon-calendar {
  z-index: 1;
  background-color: #fff;
}

.booking-widget.booking-widget__mini .icon-calendar:after {
  color: #222;
}

.booking-widget.booking-widget__mini .form-group--help {
  font-size: 13px;
}

.booking-widget.booking-widget__mini .form-group--help a {
  display: block;
  color: #0079c2;
}

.booking-widget.booking-widget__mini .form-group--help a:hover {
  color: #29aeff;
}

.rate-lead {
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .9);
}

.rate-lead h3 {
  font-size: 1.0em;
  text-transform: uppercase;
}

.rate-lead a {
  font-size: .85em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.datepicker--checkin-date,
.datepicker--checkout-date {
  position: relative;
  z-index: 2;
}

.datepicker--checkin-date.form-control[readonly],
.datepicker--checkout-date.form-control[readonly] {
  cursor: context-menu;
}

.datepicker--checkin-date .icon-datepicker:after,
.datepicker--checkout-date .icon-datepicker:after {
  z-index: 1;
}

.icon-calendar {
  z-index: 1;
}

.icon-calendar:after {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 10px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  opacity: .7;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.booking-widget__mini .icon-calendar > input.form-control {
  background-color: transparent;
}

.datepicker--checkout-date {
  border-left: 0;
}

.booking-widget .modify-reservation,
.booking-widget .bestrate {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin: 15px auto;
  text-align: center;
  color: #fff;
}

.booking-widget.booking-widget__mini {
  /*.modify-reservation {
		display: none;
	}*/
}

.booking-widget.booking-widget__mini .modify-reservation,
.booking-widget.booking-widget__mini .bestrate {
  color: #000;
}

.booking-widget.booking-widget__mini .tab-pane .unit-search {
  margin: 0 -20px;
  margin-top: 15px;
  padding: 15px 0 0 0;
  text-align: center;
  color: #000;
  border-top: 1px solid #eee;
}

.booking-widget.booking-widget__mini .tab-pane .unit-search a {
  color: #000;
}

div.booking-form--expand.active + div.booking-widget--search-links p.unit-search + a.modify-reservation {
  margin-top: 7px;
  margin-bottom: 7px;
}

div.booking-form--expand.active + div.booking-widget--search-links a.modify-reservation {
  display: block;
}

.tab-pane--content .btn,
.tab-pane--content .btn--primary,
.tab-pane--content .btn--brand-primary,
.tab-pane--content .btn--secondary,
.tab-pane--content .btn--book,
.tab-pane--content .btn--social-login,
.tab-pane--content .btn--rss,
.tab-pane--content .property-popup--cta {
  margin-bottom: 30px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: inherit;
  opacity: 1;
  background-color: inherit;
}

.condo .booking-widget {
  /*.form-group--join {
			&:before {
				@include iconfont('\e661', 14px);
				position: absolute;
				top: 50%;
				margin-top: -7px;
				right: 20px;
				opacity: 0.7;
				color: $gray;
			}
		}*/
}

.condo .booking-widget .nav-tabs > li > a,
.condo .booking-widget .tabber-filter .tabber-filter--nav > li > a,
.tabber-filter .condo .booking-widget .tabber-filter--nav > li > a {
  text-transform: uppercase;
}

.condo .booking-widget .form-group--help {
  width: 90%;
  margin: 10px auto 22px;
}

.condo .booking-widget .form-group--help > a {
  font-weight: 300;
  margin-left: 8px;
}

.condo .booking-widget button[type='submit'] {
  border: 0;
}

/*--------------------------*/

/* Breadcrumb
/*--------------------------*/

.breadcrumb {
  font-size: 10px;
  font-size: 1rem;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  text-transform: uppercase;
  background: none;
}

.breadcrumb li {
  color: #fff;
}

.breadcrumb li > a {
  color: #fff;
}

.breadcrumb li > a:hover {
  color: #ccc;
}

.breadcrumb li.active {
  text-transform: none;
}

.breadcrumb > li + li:before {
  font-family: 'iconfont-destination';
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Capacity Chart
/*--------------------------*/

.capacity-chart {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-top: -30px;
  padding: 0 30px 60px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #eee;
  background-color: #fff;
}

.capacity-chart th {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #eee;
}

.capacity-chart th.footable-first-column {
  color: #eee;
}

.capacity-chart .footable-first-column {
  color: #222;
}

.component-headline + .capacity-chart {
  padding: 30px 30px 60px;
}

/*--------------------------*/

/* Component Headline
/*--------------------------*/

.component-headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  text-align: center;
  background: #fff;
}

.component-headline h2 {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  color: #555;
}

.component-headline h2:before,
.component-headline h2:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #bfbfbf;
}

.component-headline h2:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.component-headline h2:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

/*--------------------------*/

/* Content Block
/*--------------------------*/

.content-block {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.content-block:before,
.content-block:after {
  display: table;
  content: ' ';
}

.content-block:after {
  clear: both;
}

.content-block h1:empty,
.content-block .hero .hero--title:empty,
.hero .content-block .hero--title:empty,
.content-block h2:empty,
.content-block h3:empty,
.content-block h4:empty,
.content-block h5:empty,
.content-block h6:empty,
.content-block p:empty {
  display: none;
}

.content-block h1,
.content-block .hero .hero--title,
.hero .content-block .hero--title,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  margin-bottom: 30px;
  color: #222;
}

.content-block h1,
.content-block .hero .hero--title,
.hero .content-block .hero--title {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .content-block h1,
  .content-block .hero .hero--title,
  .hero .content-block .hero--title {
    font-size: 40px;
    font-size: 4rem;
  }
}

.content-block h2 {
  font-size: 40px;
  font-size: 4rem;
}

.content-block h3 {
  font-size: 36px;
  font-size: 3.6rem;
}

.content-block h4 {
  font-size: 28px;
  font-size: 2.8rem;
}

.content-block h5 {
  font-size: 22px;
  font-size: 2.2rem;
}

.content-block h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

.content-block p {
  font-size: 16px;
  font-size: 1.6rem;
}

.content-block img {
  max-width: 100%;
}

.content-block .content-block--headline {
  font-family: 'brandon_grotesquelight', serif;
  text-transform: uppercase;
  color: #000;
}

.content-block .content-block--sub-headline {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #eee;
}

.content-block .content-block--headline + .content-block--sub-headline {
  margin-top: -30px;
}

.content-block--rss {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: -30px;
}

.content-block--rss:before,
.content-block--rss:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.content-block--rss:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.content-block--rss:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

.content-block--rss:before,
.content-block--rss:after {
  top: 25px;
}

.content-block--content {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-block--content {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .content-block--content {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .content-block--content {
    margin-left: 8.33333%;
  }
}

.content-block__1-col .content-block--content {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-block__1-col .content-block--content {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .content-block__1-col .content-block--content {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .content-block__1-col .content-block--content {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .content-block__1-col .content-block--content {
    margin-left: 16.66667%;
  }
}

.content-block__1-col .content-block--content h1,
.content-block__1-col .content-block--content .hero .hero--title,
.hero .content-block__1-col .content-block--content .hero--title,
.content-block__1-col .content-block--content h2,
.content-block__1-col .content-block--content h3,
.content-block__1-col .content-block--content h4,
.content-block__1-col .content-block--content h5,
.content-block__1-col .content-block--content h6 {
  font-family: 'brandon_grotesquelight', serif;
  letter-spacing: inherit;
  text-transform: uppercase;
  color: #222;
}

.content-block__1-col .content-block--content p {
  margin: 0;
}

.content-block__1-col .content-block--content p + p {
  margin-top: 30px;
}

.content-block--sidebar {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  max-width: 440px;
  min-height: 1px;
  min-height: 1px;
  margin: 0 auto;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-block--sidebar {
    float: left;
    width: 33.33333%;
  }
}

.content-block--sidebar .content-block--media--item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-block--sidebar .content-block--media--item:before,
.content-block--sidebar .content-block--media--item:after {
  display: table;
  content: ' ';
}

.content-block--sidebar .content-block--media--item:after {
  clear: both;
}

.content-block--sidebar .content-block--media--item .caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  color: #eee;
}

.content-block--sidebar .content-block--media--item .caption:before,
.content-block--sidebar .content-block--media--item .caption:after {
  display: table;
  content: ' ';
}

.content-block--sidebar .content-block--media--item .caption:after {
  clear: both;
}

.content-block--sidebar--tools {
  width: 100%;
}

.content-block--sidebar--tools:after {
  display: block;
  width: 75px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.content-block--sidebar--pdf {
  width: 100%;
  margin-top: 30px;
}

.content-block--sidebar--pdf a {
  display: block;
  margin-top: 15px;
}

.content-block--cta--rfp {
  display: block;
}

.content-block--cta--rfp:before {
  display: inline-block;
  width: 182px;
  height: 29px;
  content: ' ';
  background-image: url("/assets/media/images/corporate/rfp-button.png");
}

.content-block--sidebar .btn--book {
  margin-bottom: 30px;
}

.content-block--drawer {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  max-width: none;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  margin-top: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-block--drawer {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .content-block--drawer {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .content-block--drawer {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .content-block--drawer {
    margin-left: 16.66667%;
  }
}

.content-block--drawer .btn--primary,
.content-block--drawer .btn--brand-primary,
.content-block--drawer .featured--cta .btn,
.featured--cta .content-block--drawer .btn {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}

.content-block--drawer .content-block--cta--rfp {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.content-block--phone {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.content-block--phone:empty,
.content-block--drawer .content-block--phone:empty {
  display: none;
}

.content-block--sidebar--categories {
  margin-bottom: 30px;
}

.share + .content-block--sidebar--categories {
  margin-top: 30px;
}

.content-block--sidebar--categories:before {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px;
  content: 'Category';
  text-transform: uppercase;
  color: #555;
}

.content-block--sidebar--categories:after {
  display: block;
  width: 75px;
  height: 1px;
  margin-top: 30px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.content-block--sidebar--categories a {
  display: block;
}

.content-block--sidebar--tags {
  margin-bottom: 30px;
}

.content-block--sidebar--tags:before {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px;
  content: 'Tags';
  text-transform: uppercase;
  color: #555;
}

.content-block--sidebar--tags:after {
  display: block;
  width: 75px;
  height: 1px;
  margin-top: 30px;
  content: ' ';
  border-bottom: 1px solid #626363;
}

.content-block--sidebar--tags a {
  display: block;
}

.content-block--form {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-block--form {
    margin-left: 8.33333%;
  }
}

.content-block--social-login .btn--social-login {
  display: block;
  max-width: 300px;
  margin-bottom: 15px;
}

/*--------------------------*/

/* Content Column
/*--------------------------*/

.content-column {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 45px;
  background-color: #eae3db;
}

.content-column:before,
.content-column:after {
  display: table;
  content: ' ';
}

.content-column:after {
  clear: both;
}

.content-column--item {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-column--item {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .content-column--item {
    padding-right: 25px;
    padding-left: 25px;
  }

  .content-column--item:first-child {
    margin-left: -10px;
  }
}

.content-column--item + .content-column--item {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .content-column--item + .content-column--item {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #eee;
  }
}

.content-column--item p,
.content-column--item .content-column--description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 15px;
}

.content-column--social--facebook,
.content-column--social--twitter,
.content-column--social--google-plus,
.content-column--social--pinterest,
.content-column--social--youtube,
.content-column--social--instagram,
.content-column--social--tripadvisor,
.content-column--social--yelp,
.content-column--social--blog {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 5px;
  color: #b9babb;
}

.content-column--social--facebook:hover,
.content-column--social--twitter:hover,
.content-column--social--google-plus:hover,
.content-column--social--pinterest:hover,
.content-column--social--youtube:hover,
.content-column--social--instagram:hover,
.content-column--social--tripadvisor:hover,
.content-column--social--yelp:hover,
.content-column--social--blog:hover,
.content-column--social--facebook:active,
.content-column--social--twitter:active,
.content-column--social--google-plus:active,
.content-column--social--pinterest:active,
.content-column--social--youtube:active,
.content-column--social--instagram:active,
.content-column--social--tripadvisor:active,
.content-column--social--yelp:active,
.content-column--social--blog:active,
.content-column--social--facebook:focus,
.content-column--social--twitter:focus,
.content-column--social--google-plus:focus,
.content-column--social--pinterest:focus,
.content-column--social--youtube:focus,
.content-column--social--instagram:focus,
.content-column--social--tripadvisor:focus,
.content-column--social--yelp:focus,
.content-column--social--blog:focus {
  text-decoration: none;
  color: #858789;
}

.content-column--social--facebook:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--twitter:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--google-plus:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--pinterest:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--youtube:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--instagram:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--tripadvisor:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--yelp:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--social--blog:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-column--title {
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
}

.content-column--disclaimer {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  color: #eee;
}

/*--------------------------*/

/* Content Listing
/*--------------------------*/

.content-listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 45px;
  padding-left: 15px;
  padding-left: 45px;
  background: #eae3db;
}

.content-listing--item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-listing--item:first-child {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .content-listing--item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.content-listing--content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .content-listing--content {
    width: 50%;
  }
}

.content-listing--content p {
  width: 100%;
}

.content-listing--logo {
  margin-bottom: 15px;
  color: #626363;
}

.content-listing--logo.taste:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-listing--logo.suitcase:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-listing--logo.earth:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-listing--logo.direction:before {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-listing--title {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

span.content-listing--title {
  display: block;
  color: #222;
}

.content-listing--description {
  width: 100%;
  text-align: center;
}

.content-listing--cta {
  flex-direction: column;
  -ms-flex-direction: column;
}

.content-listing--cta--book {
  margin: 0 5px;
  text-transform: uppercase;
}

.content-listing--cta--phone {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 5px;
  color: #eee;
}

.content-listing--img {
  width: 100%;
  height: 200px;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .content-listing--img {
    width: 50%;
    height: 350px;
  }
}

.content-listing--img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .content-listing--item__odd .content-listing--content {
    -ms-flex-order: 1;
    order: 1;
  }

  .content-listing--item__odd .content-listing--img {
    -ms-flex-order: 2;
    order: 2;
  }
}

/*--------------------------*/

/* Content Overview
/*--------------------------*/

.content-overview {
  padding-top: 66px;
  padding-bottom: 0;
  border: 15px solid #000;
  background-color: #000;
}

.content-overview:before,
.content-overview:after {
  display: table;
  content: ' ';
}

.content-overview:after {
  clear: both;
}

.content-overview--content {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-overview--content {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .content-overview--content {
    margin-left: 8.33333%;
  }
}

.content-overview--content p,
.content-overview--content .content-overview--description {
  color: #555;
}

.content-overview--content > p:nth-of-type(1),
.content-overview--content .content-overview--description {
  margin-top: 45px;
}

.content-overview--title {
  font-family: 'Mrs Saint Delafield', cursive;
  text-transform: uppercase;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .content-overview--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .content-overview--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .content-overview--title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .content-overview--title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.content-overview--sub-title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  text-transform: uppercase;
  color: #222;
}

.content-overview--copy p {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #222;
}

.content-overview--copy p + p {
  margin-top: 45px;
}

.content-overview--title + .content-overview--sub-title:before {
  display: block;
  width: 90%;
  height: 1px;
  margin: 15px auto;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.content-overview--cta {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}

.content-overview--drawer {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  margin-top: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .content-overview--drawer {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .content-overview--drawer {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .content-overview--drawer {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .content-overview--drawer {
    margin-left: 16.66667%;
  }
}

.content-overview--drawer .content-overview--rfp {
  display: block;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
}

.content-overview--drawer .content-overview--rfp:before {
  display: inline-block;
  width: 182px;
  height: 29px;
  content: ' ';
  background-image: url("/assets/media/images/corporate/rfp-button.png");
}

.content-overview--drawer .content-overview--phone {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  color: #eee;
}

.content-overview--drawer .content-overview--phone:empty {
  display: none;
}

.content-overview--drawer .btn--primary,
.content-overview--drawer .btn--brand-primary,
.content-overview--drawer .featured--cta .btn,
.featured--cta .content-overview--drawer .btn {
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}

/*--------------------------*/

/* Corporate Nav
/*--------------------------*/

.corporate-nav {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.corporate-nav--header {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-top: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .corporate-nav--header {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .corporate-nav--header {
    margin-left: 8.33333%;
  }
}

.corporate-nav--description {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  display: inline-block;
  display: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .corporate-nav--description {
    display: inline-block;
  }

  .corporate-nav--description strong {
    font-weight: 700;
  }
}

.corporate-nav--link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .corporate-nav--link {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 100;
  }

  .corporate-nav--link strong {
    font-weight: 700;
  }

  .corporate-nav--link:before {
    margin-right: 15px;
    margin-left: 15px;
    content: '|';
  }
}

.corporate-nav--link a {
  color: #fff;
}

.corporate-nav--map {
  margin-top: 19px;
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #555;
}

.corporate-nav--map a {
  color: #fff;
}

.corporate-nav--map:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 10px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--list {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: inherit;
  margin-top: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 30px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 30px;
  list-style: none;
  -moz-columns: 1;
  columns: 1;
}

@media (min-width: 992px) {
  .corporate-nav--list {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .corporate-nav--list {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-nav--list {
    -moz-columns: 3;
    columns: 3;
  }
}

@media only screen and (min-width: 992px) {
  .corporate-nav--list {
    -moz-columns: 4;
    columns: 4;
  }
}

.corporate-nav--destination {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 30px;
  text-transform: uppercase;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (max-width: 991px) {
  .corporate-nav--destination {
    padding-left: 30px;
    text-align: left;
  }
}

.corporate-nav--destination:first-child {
  margin-top: 0;
}

.corporate-nav--locations {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  list-style: none;
  text-transform: none;
  background: transparent !important;
}

.corporate-nav--locations li {
  margin-top: 5px;
}

.corporate-nav--locations a {
  font-weight: 300;
  color: #fff;
}

.corporate-nav--social {
  float: right;
  margin-right: 30px;
  margin-bottom: 30px;
}

.corporate-nav--social.navbar-nav > li > a {
  padding: 10px 0;
}

.corporate-nav--social--blog,
.corporate-nav--social--linkedin,
.corporate-nav--social--facebook,
.corporate-nav--social--twitter,
.corporate-nav--social--google-plus,
.corporate-nav--social--pinterest,
.corporate-nav--social--youtube {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 5px;
  color: #fff !important;
}

.corporate-nav--social--blog:hover,
.corporate-nav--social--linkedin:hover,
.corporate-nav--social--facebook:hover,
.corporate-nav--social--twitter:hover,
.corporate-nav--social--google-plus:hover,
.corporate-nav--social--pinterest:hover,
.corporate-nav--social--youtube:hover,
.corporate-nav--social--blog:active,
.corporate-nav--social--linkedin:active,
.corporate-nav--social--facebook:active,
.corporate-nav--social--twitter:active,
.corporate-nav--social--google-plus:active,
.corporate-nav--social--pinterest:active,
.corporate-nav--social--youtube:active,
.corporate-nav--social--blog:focus,
.corporate-nav--social--linkedin:focus,
.corporate-nav--social--facebook:focus,
.corporate-nav--social--twitter:focus,
.corporate-nav--social--google-plus:focus,
.corporate-nav--social--pinterest:focus,
.corporate-nav--social--youtube:focus {
  text-decoration: none;
  color: #333 !important;
}

.corporate-nav--social--blog:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--linkedin:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--facebook:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--twitter:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--google-plus:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--pinterest:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--social--youtube:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Destination Delivers
/*--------------------------*/

.destination-delivers {
  display: -ms-flexbox;
  display: flex;
  background: #eae3db;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .destination-delivers {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.destination-delivers--img {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .destination-delivers--img {
    width: 50%;
    height: 515px;
  }
}

.destination-delivers--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.destination-delivers--content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px;
  text-align: center;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .destination-delivers--content {
    width: 50%;
  }
}

.destination-delivers--content h3 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #222;
}

.destination-delivers--content p {
  width: 100%;
  margin-bottom: 30px;
}

.destination-delivers--cta-block {
  width: 100%;
  margin-bottom: 15px;
}

.destination-delivers--cta-block .btn--social-login,
.destination-delivers--cta-block .btn--brand-primary {
  width: 200px;
  margin-bottom: 5px;
}

.destination-delivers--cta-block + a {
  font-size: 14px;
  font-size: 1.4rem;
}

/*------------------------------*/

/* Dining Navigation
/*------------------------------*/

.dining-navigation {
  padding-top: 90px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  background: #fff;
}

.dining-navigation:before,
.dining-navigation:after {
  display: table;
  content: ' ';
}

.dining-navigation:after {
  clear: both;
}

.dining-navigation--item {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .dining-navigation--item {
    float: left;
    width: 33.33333%;
  }
}

.dining-navigation--img {
  display: block;
  width: 100%;
  text-align: center;
}

.dining-navigation--img img {
  max-width: 100%;
}

.dining-navigation--content {
  width: 100%;
}

.dining-navigation--title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.dining-navigation--description {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}

.dining-navigation--description:before {
  display: block;
  width: 60px;
  height: 1px;
  margin: 15px auto;
  content: ' ';
  background: #eee;
}

/*--------------------------*/

/* Featured Content
/*--------------------------*/

.featured--wrapper {
  padding: 75px 60px;
  background: #b9babb;
}

.featured--wrapper:empty {
  display: none;
}

.featured {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  width: 100%;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .featured {
    height: 350px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.featured + .featured .featured--copy {
  -ms-flex-order: 2;
  order: 2;
}

.featured + .featured .featured--img {
  -ms-flex-order: 1;
  order: 1;
}

.featured--img {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .featured--img {
    width: 66.6666%;
    height: 350px;
    -ms-flex-order: 2;
    order: 2;
  }
}

.featured--img img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .featured--img img {
    max-height: none;
  }
}

.featured--copy {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
  -ms-flex-direction: column;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .featured--copy {
    width: 33.3333%;
    -ms-flex-order: 1;
    order: 1;
  }
}

.featured--type {
  position: relative;
  width: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #555;
}

.featured--type:before,
.featured--type:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.featured--type:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.featured--type:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

body.ie .featured--type:before,
body.ie .featured--type:after {
  content: none;
}

.featured--headline {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #222;
}

a.featured--headline {
  color: #000;
}

a.featured--headline:hover,
a.featured--headline:active,
a.featured--headline:focus {
  color: black;
}

.featured--cta .btn--primary,
.featured--cta .btn,
.featured--cta .btn--brand-primary,
.featured--cta .btn--secondary,
.featured--cta .btn--book,
.featured--cta .btn--social-login,
.featured--cta .btn--rss,
.featured--cta .property-popup--cta {
  clear: both;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .featured--cta .btn--primary + .btn--primary,
  .featured--cta .btn + .btn--primary,
  .featured--cta .btn--brand-primary + .btn--primary,
  .featured--cta .btn--secondary + .btn--primary,
  .featured--cta .btn--book + .btn--primary,
  .featured--cta .btn--social-login + .btn--primary,
  .featured--cta .btn--rss + .btn--primary,
  .featured--cta .property-popup--cta + .btn--primary,
  .featured--cta .btn--primary + .btn,
  .featured--cta .btn + .btn,
  .featured--cta .btn--brand-primary + .btn,
  .featured--cta .btn--secondary + .btn,
  .featured--cta .btn--book + .btn,
  .featured--cta .btn--social-login + .btn,
  .featured--cta .btn--rss + .btn,
  .featured--cta .property-popup--cta + .btn,
  .featured--cta .btn--primary + .btn--brand-primary,
  .featured--cta .btn + .btn--brand-primary,
  .featured--cta .btn--brand-primary + .btn--brand-primary,
  .featured--cta .btn--secondary + .btn--brand-primary,
  .featured--cta .btn--book + .btn--brand-primary,
  .featured--cta .btn--social-login + .btn--brand-primary,
  .featured--cta .btn--rss + .btn--brand-primary,
  .featured--cta .property-popup--cta + .btn--brand-primary,
  .featured--cta .btn--primary + .btn--secondary,
  .featured--cta .btn + .btn--secondary,
  .featured--cta .btn--brand-primary + .btn--secondary,
  .featured--cta .btn--secondary + .btn--secondary,
  .featured--cta .btn--book + .btn--secondary,
  .featured--cta .btn--social-login + .btn--secondary,
  .featured--cta .btn--rss + .btn--secondary,
  .featured--cta .property-popup--cta + .btn--secondary,
  .featured--cta .btn--primary + .btn--book,
  .featured--cta .btn + .btn--book,
  .featured--cta .btn--brand-primary + .btn--book,
  .featured--cta .btn--secondary + .btn--book,
  .featured--cta .btn--book + .btn--book,
  .featured--cta .btn--social-login + .btn--book,
  .featured--cta .btn--rss + .btn--book,
  .featured--cta .property-popup--cta + .btn--book,
  .featured--cta .btn--primary + .btn--social-login,
  .featured--cta .btn + .btn--social-login,
  .featured--cta .btn--brand-primary + .btn--social-login,
  .featured--cta .btn--secondary + .btn--social-login,
  .featured--cta .btn--book + .btn--social-login,
  .featured--cta .btn--social-login + .btn--social-login,
  .featured--cta .btn--rss + .btn--social-login,
  .featured--cta .property-popup--cta + .btn--social-login,
  .featured--cta .btn--primary + .btn--rss,
  .featured--cta .btn + .btn--rss,
  .featured--cta .btn--brand-primary + .btn--rss,
  .featured--cta .btn--secondary + .btn--rss,
  .featured--cta .btn--book + .btn--rss,
  .featured--cta .btn--social-login + .btn--rss,
  .featured--cta .btn--rss + .btn--rss,
  .featured--cta .property-popup--cta + .btn--rss,
  .featured--cta .btn--primary + .property-popup--cta,
  .featured--cta .btn + .property-popup--cta,
  .featured--cta .btn--brand-primary + .property-popup--cta,
  .featured--cta .btn--secondary + .property-popup--cta,
  .featured--cta .btn--book + .property-popup--cta,
  .featured--cta .btn--social-login + .property-popup--cta,
  .featured--cta .btn--rss + .property-popup--cta,
  .featured--cta .property-popup--cta + .property-popup--cta {
    margin-left: -6px;
  }
}

.featured__content .featured--headline {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.featured__content div.featured--headline {
  color: #222;
}

.featured__content p {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .featured__offer .featured--img {
    width: 33.3333%;
  }

  .featured__offer .featured--copy {
    width: 66.6666%;
  }
}

@media only screen and (min-width: 768px) {
  .featured__large {
    height: 500px;
  }

  .featured__large .featured--img {
    width: 50%;
    height: 500px;
  }

  .featured__large .featured--copy {
    width: 50%;
  }
}

/*--------------------------*/

/* Footer
/*--------------------------*/

.footer {
  color: #b9babb;
  border-top: 15px solid #555;
  background-color: #000;
}

.footer:before,
.footer:after {
  display: table;
  content: ' ';
}

.footer:after {
  clear: both;
}

.footer p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #b9babb;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #29aeff;
}

.footer section {
  text-align: center;
}

.footer section:before,
.footer section:after {
  display: table;
  content: ' ';
}

.footer section:after {
  clear: both;
}

@media only screen and (min-width: 992px) {
  .footer section {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.footer section p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #b9babb;
}

.footer section a {
  color: #fff;
}

.footer section a:hover {
  color: #29aeff;
}

.footer--content {
  width: 100%;
  padding: 30px;
}

@media only screen and (min-width: 992px) {
  .footer--content {
    width: 50%;
    border-left: 1px solid #555;
  }
}

.footer--logo {
  display: inline-block;
  width: 175px;
  height: 175px;
  margin-bottom: 30px;
  background: url("/assets/media/images/property/property-logo-hotel-derek-tall.svg") no-repeat center center;
  background-size: contain;
  /*
	width: 350px;
	height: 350px;
	background-size: cover;
	background: url('/assets/media/images/property/property-logo-hotel-derek-tall.svg') no-repeat center;
	*/
}

.footer--logo--autograph {
  display: inline-block;
  margin-bottom: 30px;
}

.footer--navigation {
  font-size: 13px;
  font-size: 1.3rem;
  float: none;
  margin-bottom: 30px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .footer--navigation {
    -moz-columns: 2;
    columns: 2;
  }
}

.footer--navigation > li {
  display: block !important;
  margin-top: 10px;
  margin-left: 15px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .footer--navigation > li {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer--navigation > li {
    display: inline-block !important;
    margin: 5px 10px;
    text-align: center;
  }
}

.footer--navigation > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}

.footer--navigation > li > a:hover {
  color: #29aeff;
}

@media only screen and (min-width: 992px) {
  .footer--navigation > li > a {
    margin: 0 10px;
  }
}

.footer--social {
  float: none;
  margin-bottom: 15px;
}

.footer--social.navbar-nav > li > a {
  padding: 10px 0;
}

.footer-social--blog,
.footer-social--instagram,
.footer-social--linkedin,
.footer-social--facebook,
.footer-social--twitter,
.footer-social--google-plus,
.footer-social--pinterest,
.footer-social--trip-advisor,
.footer-social--yelp,
.footer-social--youtube {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 5px;
  color: #fff !important;
}

.footer-social--blog:hover,
.footer-social--instagram:hover,
.footer-social--linkedin:hover,
.footer-social--facebook:hover,
.footer-social--twitter:hover,
.footer-social--google-plus:hover,
.footer-social--pinterest:hover,
.footer-social--trip-advisor:hover,
.footer-social--yelp:hover,
.footer-social--youtube:hover,
.footer-social--blog:active,
.footer-social--instagram:active,
.footer-social--linkedin:active,
.footer-social--facebook:active,
.footer-social--twitter:active,
.footer-social--google-plus:active,
.footer-social--pinterest:active,
.footer-social--trip-advisor:active,
.footer-social--yelp:active,
.footer-social--youtube:active,
.footer-social--blog:focus,
.footer-social--instagram:focus,
.footer-social--linkedin:focus,
.footer-social--facebook:focus,
.footer-social--twitter:focus,
.footer-social--google-plus:focus,
.footer-social--pinterest:focus,
.footer-social--trip-advisor:focus,
.footer-social--yelp:focus,
.footer-social--youtube:focus {
  color: #29aeff !important;
}

.footer-social--blog:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--instagram:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--linkedin:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--facebook:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--twitter:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--google-plus:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--pinterest:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--trip-advisor:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--yelp:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-social--youtube:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer section a.footer--blog {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0079c2;
}

.nav--footer {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .nav--footer {
    margin-bottom: 0;
  }
}

.nav--footer .navbar-nav {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  float: none;
}

.nav--footer .navbar-nav a {
  color: #fff;
}

.nav--footer .navbar-nav a:hover {
  color: #29aeff;
}

.footer--navigation--sub.navbar-nav > li > a {
  color: #fff;
}

.footer--navigation--sub.navbar-nav > li > a:hover {
  color: #29aeff;
}

.footer--navigation--sub {
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  margin-top: 15px;
  text-transform: uppercase;
}

/*--------------------------*/

/* Gallery
/*--------------------------*/

@media only screen and (max-width: 767px) {
  .property-gallery--xs-padding,
  .property-popup--nav,
  .property-popup--footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .property-gallery--xs-padding,
  .property-popup--nav,
  .property-popup--footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.property-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property-gallery .property-gallery--item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 350px;
}

.property-gallery .property-gallery--item[data-href]:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .property-gallery .property-gallery--item {
    max-height: 400px;
  }

  .property-gallery .property-gallery--item:nth-child(1),
  .property-gallery .property-gallery--item:nth-child(4),
  .property-gallery .property-gallery--item:nth-child(5),
  .property-gallery .property-gallery--item:nth-child(8),
  .property-gallery .property-gallery--item:nth-child(9),
  .property-gallery .property-gallery--item:nth-child(12),
  .property-gallery .property-gallery--item:nth-child(13) {
    width: 60%;
    padding-right: 0;
    padding-left: 0;
  }

  .property-gallery .property-gallery--item:nth-child(2),
  .property-gallery .property-gallery--item:nth-child(3),
  .property-gallery .property-gallery--item:nth-child(6),
  .property-gallery .property-gallery--item:nth-child(7),
  .property-gallery .property-gallery--item:nth-child(10),
  .property-gallery .property-gallery--item:nth-child(11),
  .property-gallery .property-gallery--item:nth-child(14),
  .property-gallery .property-gallery--item:nth-child(15) {
    width: 40%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .property-gallery .property-gallery--item {
    max-height: 500px;
  }
}

.property-gallery .property-gallery--item img {
  padding-right: 0;
  padding-left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.property-gallery .property-gallery--item .title {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 30px 30px 15px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  color: #fff;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(3, 3, 3, .75) 1%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.property-gallery .property-gallery--item .title[data-href]:hover {
  cursor: pointer;
}

.property-gallery .property-gallery--item.property-gallery--item--video {
  width: 100%;
}

.property-gallery .property-gallery--item[data-youtube] > a,
.property-gallery .property-gallery--item.property-gallery--item--video > a {
  display: block;
  width: 100%;
  height: 100%;
}

.property-gallery .property-gallery--item[data-youtube] > a:after,
.property-gallery .property-gallery--item.property-gallery--item--video > a:after {
  font-family: 'iconfont-destination';
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  text-transform: none;
  opacity: 1;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Gallery Popup
/*--------------------------*/

.property-popup--modal {
  position: absolute;
  position: fixed;
  z-index: -9000;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, .85);
}

.property-popup--modal.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.property-popup--modal.active {
  position: fixed;
}

.property-popup {
  position: relative;
  position: relative;
  position: absolute;
  left: 0;
  float: left;
  float: none !important;
  width: 100%;
  height: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-left: 0;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .property-popup {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .property-popup {
    margin-left: 8.33333%;
  }
}

.property-popup--interior {
  position: absolute;
  top: 10%;
  bottom: 15%;
  width: 100%;
}

.property-popup--close {
  position: absolute;
  z-index: 400;
  top: -30px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
}

.property-popup--close:hover {
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .property-popup--close:before {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    position: absolute;
    right: 25px;
    content: 'Close';
    text-transform: uppercase;
    opacity: .5;
    color: #fff;
    filter: alpha(opacity=50);
  }
}

.property-popup--close:after {
  font-family: 'iconfont-destination';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.property-popup--cta-wrapper {
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
}

.property-popup--interior > .property-popup--cta-wrapper {
  top: -43px;
}

@media only screen and (min-width: 768px) {
  .property-popup--interior > .property-popup--cta-wrapper {
    display: none;
  }
}

.property-popup--gallery > .property-popup--cta-wrapper {
  bottom: 10px;
  left: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .property-popup--gallery > .property-popup--cta-wrapper {
    display: block;
  }
}

.property-popup--cta {
  font-size: .75em;
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.property-popup--cta:hover,
.property-popup--cta:focus,
.property-popup--cta.focus,
.property-popup--cta:active,
.property-popup--cta.active,
.open > .property-popup--cta.dropdown-toggle {
  color: #fff;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}

.property-popup--cta:active,
.property-popup--cta.active,
.open > .property-popup--cta.dropdown-toggle {
  background-image: none;
}

.property-popup--cta.disabled,
.property-popup--cta.disabled:hover,
.property-popup--cta.disabled:focus,
.property-popup--cta.disabled.focus,
.property-popup--cta.disabled:active,
.property-popup--cta.disabled.active,
.property-popup--cta[disabled],
.property-popup--cta[disabled]:hover,
.property-popup--cta[disabled]:focus,
.property-popup--cta[disabled].focus,
.property-popup--cta[disabled]:active,
.property-popup--cta[disabled].active,
fieldset[disabled] .property-popup--cta,
fieldset[disabled] .property-popup--cta:hover,
fieldset[disabled] .property-popup--cta:focus,
fieldset[disabled] .property-popup--cta.focus,
fieldset[disabled] .property-popup--cta:active,
fieldset[disabled] .property-popup--cta.active {
  border-color: #000;
  background-color: #000;
}

.property-popup--cta .badge {
  color: #000;
  background-color: #fff;
}

.property-popup--prev,
.property-popup--next {
  position: absolute;
  z-index: 200;
  top: 50%;
  display: none;
  width: 44px;
  height: 44px;
  margin-top: -22px;
}

.property-popup--prev:hover,
.property-popup--next:hover {
  cursor: pointer;
  text-decoration: none;
}

.property-popup--prev {
  left: 20px;
}

.property-popup--prev:before {
  font-family: 'iconfont-destination';
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.property-popup--next {
  right: 20px;
}

.property-popup--next:before {
  font-family: 'iconfont-destination';
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.property-popup--nav {
  position: absolute;
  top: 0;
  left: 0;
}

.property-popup--nav:before,
.property-popup--nav:after {
  display: table;
  content: ' ';
}

.property-popup--nav:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .property-popup--nav {
    display: none;
  }
}

.property-popup--nav a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b9babb;
}

.property-popup--nav a.active {
  text-decoration: none;
  color: #fff;
}

.property-popup--nav a:hover {
  text-decoration: none;
  color: #fff;
}

.property-popup--galleries {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
}

.property-popup--gallery {
  position: absolute;
  z-index: -9000;
  display: none;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
  opacity: 0;
}

.property-popup--gallery.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.property-popup--gallery.active {
  z-index: 12;
}

.property-popup--slide {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.property-popup--slide .caption,
.property-popup--slide img {
  display: none;
}

.property-popup--footer {
  position: absolute;
  z-index: 50;
  bottom: -67px;
  overflow: visible;
  overflow: hidden;
  width: 100%;
  margin-top: 67px;
  transition: .3s ease-out;
}

.property-popup--footer:hover,
.property-popup--footer.active {
  bottom: 0;
  margin-top: 0;
  transition: .3s ease-in;
}

.property-popup--footer.mobile .property-popup--description {
  margin-bottom: 40px;
}

.property-popup--footer.inactive {
  bottom: -67px;
  margin-top: 67px;
  transition: .3s ease-out;
}

.property-popup--description {
  position: absolute;
  position: relative;
  z-index: -9000;
  display: none;
  min-height: 20px;
  margin-bottom: 20px;
  padding-right: 140px;
  transition: .3s ease-in-out;
  opacity: 0;
  color: #fff;
  background: url("/assets/media/images/property/gallery-footer_nav.png") right 4px no-repeat;
}

.property-popup--description.active {
  position: relative;
  display: block;
  transition: .3s ease-in-out;
  opacity: 1;
}

.property-popup--pager {
  height: 67px;
}

.property-popup--pager img {
  display: block;
  float: left;
  width: 122px;
  height: 67px;
  margin-right: 10px;
  transition: opacity .3s ease-in;
  opacity: .4;
  filter: alpha(opacity=40);
}

.property-popup--pager img.cycle-pager-active,
.property-popup--pager img.active {
  transition: opacity .3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}

.property-popup--pager img:first-child {
  margin-left: 0;
}

.property-popup--pager img:hover {
  cursor: pointer;
}

.property-popup--pager-cycle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 67px;
  transition: left .3s ease-out;
}

.property-popup--pager-cycle:before,
.property-popup--pager-cycle:after {
  display: table;
  content: ' ';
}

.property-popup--pager-cycle:after {
  clear: both;
}

.property-popup--col-galleries {
  position: relative;
  display: none;
  float: left;
  width: 58.33333%;
  height: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 0;
}

.property-popup--col-galleries .property-popup--description {
  position: absolute;
  bottom: -35px;
  overflow: visible;
  height: 10px;
  padding-right: 0;
  background: none;
}

.property-popup--col-galleries.active {
  display: block;
}

.property-popup--col-cta {
  position: relative;
  display: none;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-popup--col-cta .cta {
  margin-bottom: 45px;
}

.property-popup--col-cta.active {
  display: block;
}

.property-popup--col-cta p,
.property-popup--col-cta h5 {
  color: #fff;
}

.property-popup--col-cta p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.property-popup--col-cta h5 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

/* STYLES FOR CONDO GALLERIES */

.condo .property-popup--footer {
  bottom: -120px;
  margin-top: 10px;
}

.condo .property-popup--footer .property-popup--description {
  width: 95%;
  margin: 0 auto 90px;
  padding-right: 0;
  cursor: pointer;
}

.condo .property-popup--footer .property-popup--description span {
  opacity: 1;
}

.condo .property-popup--footer:hover {
  bottom: 0;
  margin-top: 0;
  transition: .3s ease-in;
}

.condo .property-popup--footer:hover .property-popup--description {
  margin-bottom: 50px;
  transition: .3s ease-in;
}

.condo .property-popup--footer:hover .property-popup--description span {
  transition: .6s ease-in-out;
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .condo .property-popup--footer {
    bottom: -70px;
  }

  .condo .property-popup--footer .property-popup--description {
    padding-right: 140px;
  }
}

/*--------------------------*/

/* Header
/*--------------------------*/

.header {
  position: fixed;
  z-index: 150;
  top: 0;
  display: block;
  width: 100vw;
  background: #000;
}

.sc-editor .header {
  position: initial;
}

.header--content-wrapper {
  position: relative;
  height: 100px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .header--content-wrapper {
    margin: 0 30px;
  }
}

.header--toolbox {
  position: absolute;
  z-index: 1000;
  top: 70px;
  right: 0;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .header--toolbox {
    top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header--toolbox {
    top: auto;
    bottom: -51px;
    height: 50px;
  }
}

.header--toolbox .btn--book {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .header--toolbox .btn--book {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    height: 100%;
    margin-left: 10px;
    transform: none;
    vertical-align: middle;
    border: none;
    border-left: 1px solid #626363;
  }
}

.header--toolbox .btn--book-placeholder {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header--toolbox .btn--book-placeholder {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: 10px;
    transform: none;
    vertical-align: middle;
    border: none;
    background: transparent;
  }
}

.header--toolbox .search--trigger,
.header--toolbox .call--trigger {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .header--toolbox .search--trigger,
  .header--toolbox .call--trigger {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    transform: none;
    vertical-align: middle;
  }
}

.header--toolbox .search--trigger {
  right: 170px;
}

.header--toolbox .search--trigger:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 991px) {
  .header--toolbox .search--trigger {
    right: auto;
  }
}

.header--toolbox .call--trigger {
  display: none;
  color: inherit;
}

.header--toolbox .call--trigger:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 991px) {
  .header--toolbox .call--trigger {
    display: inline-block;
  }
}

.header--toolbox .header--questions {
  position: absolute;
  top: 50%;
  right: 208px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .header--toolbox .header--questions {
    display: none;
  }
}

.header--toolbox .header--questions a {
  display: inline-block;
  padding: 5px 0 0 0;
  border: none;
  background: transparent;
}

.header--toolbox .header--questions .questions--chat:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 5px;
  content: '';
  text-transform: none;
  color: #fff;
  border: 0;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header--toolbox .header--questions .questions--call:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  border: 0;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header--gallery-trigger {
  position: absolute;
  top: 50%;
  left: 15px;
  display: none;
  margin: 0 30px;
  cursor: pointer;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #0079c2;
  border-color: #555;
}

@media only screen and (min-width: 992px) {
  .header--gallery-trigger {
    display: block;
  }
}

.header--gallery-trigger:hover {
  color: #29aeff;
  border-color: #f66;
}

.header--gallery-trigger:before,
.header--gallery-trigger:after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  content: ' ';
  border-bottom: 1px solid #626363;
}

.header--gallery-trigger:before {
  left: -30px;
}

.header--gallery-trigger:after {
  right: -30px;
}

.header--brand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url("/assets/media/images/property/property-logo-hotel-derek.svg") no-repeat center center;
  background-size: contain;
}

/*--------------------------*/

/* Global Header
/*--------------------------*/

.global-header {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif;
  position: fixed;
  z-index: 500;
  top: 0;
  display: block;
  display: none;
  width: 100%;
  border-bottom: 1px solid #626363;
  background: #000;
}

@media only screen and (min-width: 992px) {
  .global-header {
    display: block;
  }
}

.sc-editor .global-header {
  display: none;
}

.global-header--content-wrapper {
  position: relative;
  display: none;
  height: 40px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .global-header--content-wrapper {
    display: block;
    margin: 0 30px;
  }
}

.modal .global-header--content-wrapper {
  border-bottom: none;
}

.global-header--dropdown {
  width: 166px;
  height: 40px;
  cursor: pointer;
}

.global-header--dropdown:before {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.global-header--dropdown:after {
  font-family: 'iconfont-destination';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 45px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corporate-nav--open .global-header--dropdown:before {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal .global-header--dropdown {
  color: #fff;
}

.global-header--nav {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  right: 15px;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

body.signedin .global-header--nav .signin {
  display: none;
}

.global-header--nav li {
  display: inline-block;
  padding-left: 15px;
}

.global-header--nav li a {
  color: #fff;
}

.global-header--nav li a:hover {
  color: #b9babb;
}

.modal .global-header--nav li a {
  color: #fff;
}

.modal .global-header--nav li a:hover {
  color: #ccc;
}

/*--------------------------*/

/* Global Header Message
/*--------------------------*/

.global-message {
  font-weight: bold;
  line-height: 35px;
  position: fixed;
  z-index: 600;
  top: 0;
  width: 100%;
  min-height: 35px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.global-message a {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}

.global-property-message {
  font-weight: bold;
  line-height: 35px;
  position: fixed;
  z-index: 600;
  top: 0;
  width: 100%;
  min-height: 35px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.global-property-message a {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}

/*--------------------------*/

/* Hero
/*--------------------------*/

.hero {
  position: relative;
  height: 260px;
  color: #222;
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 350px;
  }
}

.hero h1,
.hero .hero--title,
.hero .hero--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 100;
  line-height: .75;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  margin: 0;
  margin-top: 30px;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hero h1,
  .hero .hero--title,
  .hero .hero--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero h1,
  .hero .hero--title,
  .hero .hero--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero h1,
  .hero .hero--title,
  .hero .hero--title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .hero h1,
  .hero .hero--title,
  .hero .hero--title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.hero .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px 60px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(3, 3, 3, .6) 1%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
}

.hero.no-shadow .breadcrumb {
  background: none;
  filter: inherit;
}

.hero--img {
  width: 100%;
  height: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .hero--img {
    height: 350px;
  }
}

.hero--img.object-fit {
  z-index: -1;
}

.hero--gallery-trigger {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  width: 210px;
  height: 42px;
  cursor: pointer;
  border-radius: 2px;
  background: #fff;
}

.hero--gallery-trigger:before {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 10%;
  content: 'PHOTO GALLERY';
  transform: translateY(-50%);
  color: #000;
}

.hero--gallery-trigger:after {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 78%;
  content: '';
  transform: translateY(-60%);
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero.hero__large {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .hero.hero__large {
    height: 460px;
  }
}

.hero.hero__large .hero--img {
  width: 100%;
  height: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .hero.hero__large .hero--img {
    height: 460px;
  }
}

.hero__blog h1,
.hero__blog .hero .hero--title,
.hero .hero__blog .hero--title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  margin: 0;
  padding: 30px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .hero__blog h1,
  .hero__blog .hero .hero--title,
  .hero .hero__blog .hero--title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/*--------------------------*/

/* Hero
/*--------------------------*/

.hero__home {
  padding-top: 130px;
}

.hero__home .hero--img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__home h1,
.hero__home .hero .hero--title,
.hero .hero__home .hero--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 100;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hero__home h1,
  .hero__home .hero .hero--title,
  .hero .hero__home .hero--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero__home h1,
  .hero__home .hero .hero--title,
  .hero .hero__home .hero--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero__home h1,
  .hero__home .hero .hero--title,
  .hero .hero__home .hero--title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .hero__home h1,
  .hero__home .hero .hero--title,
  .hero .hero__home .hero--title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.hero__home--content {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .hero__home--content {
    top: 130px;
    left: 45px;
  }
}

.hero__home--content--row1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .hero__home--content--row1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.hero__home--content--row2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .hero__home--content--row2 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.hero__home--content--row3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 100;
}

@media only screen and (min-width: 768px) {
  .hero__home--content--row3 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.hero-slider--overlay {
  width: 100%;
}

.hero__home--booking {
  z-index: 50;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #fff;
}

@media only screen and (min-width: 992px) {
  .hero__home--booking {
    position: absolute;
    top: 80px;
    right: 45px;
    width: 290px;
    margin: 0;
    padding: 0;
    background: none;
  }
}

.hero__home--booking .booking-widget {
  float: none;
}

.hero__home--booking .booking-widget__mini {
  padding: 20px;
  background: rgba(255, 255, 255, .9);
}

@media only screen and (max-width: 767px) {
  .hero__home--booking .booking-widget__mini {
    padding: 10px;
  }
}

.hero__home--booking .booking-widget__mini h2 {
  color: #000;
}

.hero__home--booking .booking-widget__mini .icon-datepicker {
  color: #000;
}

.hero__home--booking .booking-widget__mini .icon-datepicker:after {
  z-index: 0;
  color: #000;
}

.hero__home--booking .booking-widget__mini input::-webkit-input-placeholder {
  color: #000;
}

.hero__home--booking .booking-widget__mini input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.hero__home--booking .booking-widget__mini input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.hero__home--booking .booking-widget__mini input:-ms-input-placeholder {
  color: #000;
}

.hero__slider {
  position: relative;
  height: auto;
  margin-bottom: 0;
}

/* Fix for mobile version and hero slider height */

@media (max-width: 768px) {
  .hero__slider {
    height: auto !important;
    max-height: 500px;
  }
}

.hero__video {
  height: calc(100vh - 140px);
}

@media only screen and (max-width: 991px) {
  .hero__video {
    height: auto;
  }

  .hero__video .breadcrumb {
    display: none;
  }
}

.hero__video--wrapper {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .hero__video--wrapper {
    position: relative;
    height: auto;
  }
}

.hero__video--container {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .hero__video--container {
    height: auto;
  }

  .hero__video--container:before {
    /* 16:9 */
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ' ';
  }
}

/* Invisible div that prevents clicking on the video embed */

.hero__video--glass {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero__slider h1,
.hero__slider .hero .hero--title,
.hero .hero__slider .hero--title,
.hero__slider .hero--title,
.hero__video h1,
.hero__video .hero .hero--title,
.hero .hero__video .hero--title,
.hero__video .hero--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 100;
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 90%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    top: auto;
    bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__slider h1,
  .hero__slider .hero .hero--title,
  .hero .hero__slider .hero--title,
  .hero__slider .hero--title,
  .hero__video h1,
  .hero__video .hero .hero--title,
  .hero .hero__video .hero--title,
  .hero__video .hero--title {
    top: auto;
    bottom: 40px;
  }
}

.hero--slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.hero--slide:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 350px;
  content: ' ';
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(3, 3, 3, .6) 1%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
}

.hero--slide.no-shadow:after {
  content: none;
}

.hero--slide--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.condo-hero--slide img {
  width: auto;
  height: 350px;
  margin: 0 1px;
}

.condo-hero__slider {
  height: 350px;
}

.condo-hero__slider .slick-prev,
.condo-hero__slider .slick-next {
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .7);
}

.condo-hero__slider .slick-prev {
  left: 25px;
}

.condo-hero__slider .slick-prev:before {
  font-family: 'iconfont-destination';
  content: '';
}

.condo-hero__slider .slick-next {
  right: 25px;
}

.condo-hero__slider .slick-next:before {
  font-family: 'iconfont-destination';
  content: '';
}

/*------------------------------*/

/* Property Interior-Navigation
/*------------------------------*/

.interior-nav {
  background: #b9babb;
}

.interior-nav:before,
.interior-nav:after {
  display: table;
  content: ' ';
}

.interior-nav:after {
  clear: both;
}

.interior-nav--item {
  position: relative;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .interior-nav--item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .interior-nav--item {
    width: 33.333333%;
  }
}

.interior-nav--item img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.interior-nav--item--content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
  transition: all .2s ease-out;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .9);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

.interior-nav--item--content:hover,
.interior-nav--item--content:active,
.interior-nav--item--content:focus {
  text-decoration: none;
  color: #fff;
}

.interior-nav--item:hover > .interior-nav--item--content {
  transition: all .2s ease-in;
  background: rgba(0, 0, 0, .9);
}

.interior-nav--item--count {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 15px;
}

.interior-nav--item--count:before,
.interior-nav--item--count:after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #fff;
}

.interior-nav--item--count:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.interior-nav--item--count:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

.interior-nav--item--title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .interior-nav--item--title {
    max-width: 160px;
  }
}

/*--------------------------*/

/* Listing
/*--------------------------*/

.listing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  background: #eae3db;
}

.listing--item {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
}

.listing--item:before,
.listing--item:after {
  display: table;
  content: ' ';
}

.listing--item:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .listing--item {
    overflow: hidden;
    height: 270px;
    margin-right: 30px;
    margin-left: 30px;
  }
}

.listing--content {
  padding: 30px;
}

.listing--title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.listing--sub-title {
  font-size: 11.5px;
  font-size: 1.15rem;
  margin-top: -15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #eee;
}

.listing--copy {
  font-size: 15px;
  font-size: 1.5rem;
}

.listing--cta {
  /* no more one-by-one button adjustments :)
	.btn--primary + .btn--primary {
		margin-left: -6px;
	}
	*/
}

@media only screen and (min-width: 768px) {
  .listing--cta {
    position: absolute;
    bottom: 30px;
  }
}

.listing--content .share {
  margin-top: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .listing--content .share {
    position: absolute;
    right: 100px;
    bottom: 30px;
  }
}

.listing--content .share:after {
  content: none;
}

.listing--content .share a {
  color: #555;
}

.listing--content .share a:hover,
.listing--content .share a:active,
.listing--content .share a:focus {
  color: #f66;
}

.listing--img + .listing--content > .listing--cta {
  left: 300px;
}

.listing--img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .listing--img {
    float: left;
    margin-right: 30px;
  }
}

/*--------------------------*/

/* Listing Filter
/*--------------------------*/

.listing-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
}

.listing-filter:before,
.listing-filter:after {
  display: table;
  content: ' ';
}

.listing-filter:after {
  clear: both;
}

.listing-filter--group {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .listing-filter--group {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .listing-filter--group {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .listing-filter--group {
    display: -ms-flexbox;
    display: flex;
  }
}

.listing-filter--group:before {
  display: block;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-right: 50px;
  content: 'Filter: ';
  text-transform: uppercase;
  color: #fff;
}

.listing-filter--group .selectpicker {
  background-color: #fff;
}

.listing-filter--group .bootstrap-select.btn-group {
  border: 1px solid #eee;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .listing-filter--group .bootstrap-select.btn-group {
    border-left: none;
  }
}

.listing-filter--group .bootstrap-select.btn-group:nth-of-type(1) {
  border-left: 1px solid #eee;
}

.listing-filter--group .btn.dropdown-toggle,
.listing-filter--group .dropdown-toggle.btn--primary,
.listing-filter--group .dropdown-toggle.btn--secondary,
.listing-filter--group .dropdown-toggle.btn--book,
.listing-filter--group .dropdown-toggle.btn--brand-primary,
.listing-filter--group .dropdown-toggle.btn--social-login,
.listing-filter--group .dropdown-toggle.btn--rss,
.listing-filter--group .dropdown-toggle.property-popup--cta {
  height: 48px;
  color: #b9babb;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 0;
}

.listing-filter--group .btn.dropdown-toggle:hover,
.listing-filter--group .dropdown-toggle.btn--primary:hover,
.listing-filter--group .dropdown-toggle.btn--brand-primary:hover,
.listing-filter--group .dropdown-toggle.btn--secondary:hover,
.listing-filter--group .dropdown-toggle.btn--book:hover,
.listing-filter--group .dropdown-toggle.btn--social-login:hover,
.listing-filter--group .dropdown-toggle.btn--rss:hover,
.listing-filter--group .dropdown-toggle.property-popup--cta:hover,
.listing-filter--group .btn.dropdown-toggle:active,
.listing-filter--group .dropdown-toggle.btn--primary:active,
.listing-filter--group .dropdown-toggle.btn--brand-primary:active,
.listing-filter--group .dropdown-toggle.btn--secondary:active,
.listing-filter--group .dropdown-toggle.btn--book:active,
.listing-filter--group .dropdown-toggle.btn--social-login:active,
.listing-filter--group .dropdown-toggle.btn--rss:active,
.listing-filter--group .dropdown-toggle.property-popup--cta:active,
.listing-filter--group .btn.dropdown-toggle:focus,
.listing-filter--group .dropdown-toggle.btn--primary:focus,
.listing-filter--group .dropdown-toggle.btn--brand-primary:focus,
.listing-filter--group .dropdown-toggle.btn--secondary:focus,
.listing-filter--group .dropdown-toggle.btn--book:focus,
.listing-filter--group .dropdown-toggle.btn--social-login:focus,
.listing-filter--group .dropdown-toggle.btn--rss:focus,
.listing-filter--group .dropdown-toggle.property-popup--cta:focus {
  border: none;
  outline: none;
  background: #e6e6e6;
  box-shadow: 0 0 0 0;
}

.listing-filter--group .btn.dropdown-toggle .caret,
.listing-filter--group .dropdown-toggle.btn--primary .caret,
.listing-filter--group .dropdown-toggle.btn--secondary .caret,
.listing-filter--group .dropdown-toggle.btn--book .caret,
.listing-filter--group .dropdown-toggle.btn--brand-primary .caret,
.listing-filter--group .dropdown-toggle.btn--social-login .caret,
.listing-filter--group .dropdown-toggle.btn--rss .caret,
.listing-filter--group .dropdown-toggle.property-popup--cta .caret {
  border: none;
}

.listing-filter--group .btn.dropdown-toggle .caret:before,
.listing-filter--group .dropdown-toggle.btn--primary .caret:before,
.listing-filter--group .dropdown-toggle.btn--secondary .caret:before,
.listing-filter--group .dropdown-toggle.btn--book .caret:before,
.listing-filter--group .dropdown-toggle.btn--brand-primary .caret:before,
.listing-filter--group .dropdown-toggle.btn--social-login .caret:before,
.listing-filter--group .dropdown-toggle.btn--rss .caret:before,
.listing-filter--group .dropdown-toggle.property-popup--cta .caret:before {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: -2px;
  right: 10px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ie .listing-filter--group .filter-option {
  line-height: 2em;
  margin-top: 1px;
  margin-left: 25px;
}

/*--------------------------*/

/* Logo Block
/*--------------------------*/

.logo-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  text-align: center;
  background: #fff;
}

.logo-block img {
  opacity: .5;
  filter: grayscale(100%);
}

.logo-block--item {
  display: block;
  margin: 0 auto;
  padding: 10px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .logo-block--item {
    display: inline-block;
  }
}

/*--------------------------*/

/* Maps
/*--------------------------*/

.infobox-wrapper {
  display: none;
}

.infoBox > img {
  z-index: 100;
}

.infoBox #infobox {
  font-size: 1.63em;
  position: relative;
  text-align: left;
  color: #000;
  border: 1px solid #abaaa8;
  border-radius: 3px 3px 3px 3px;
  background: #fff;
  /*&:after {
	    	content: "";
	    	display: block;
	    	background: url('/assets/media/images/property/map_attractions-infobox-arrow.gif') right 0 no-repeat;
	    	width: 20px;
	    	height: 23px;
	    	position: absolute;
	    	bottom: -22px;
	    	left: 50%;
	    	margin-left: -10px;
	    } */
}

.infoBox #infobox p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.infoBox #infobox p strong {
  font-weight: 700;
}

/*--------------------------*/

/* Media Block
/*--------------------------*/

.media-block--item {
  position: relative;
  height: 300px;
  text-align: center;
  color: #fff;
  background: #555;
}

body.ie .media-block--item {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .media-block--item {
    height: 530px;
  }
}

.media-block--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.media-block--item .media-block--quote {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.media-block--item .media-block--quote h6 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.media-block--item .media-block--quote h6 strong {
  font-weight: 600;
  display: block;
}

.media-block--item .media-block--quote p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .media-block--item .media-block--quote {
    padding: 30px;
  }

  .media-block--item .media-block--quote h6 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-block--item .media-block--quote {
    padding: 60px;
  }
}

.media-block--item:nth-of-type(1) {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .media-block--item:nth-of-type(1) {
    float: left;
    width: 58.33333%;
  }
}

.media-block--item:nth-of-type(2) {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .media-block--item:nth-of-type(2) {
    float: left;
    width: 41.66667%;
  }
}

.media-block--item:nth-of-type(3) {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .media-block--item:nth-of-type(3) {
    float: left;
    width: 41.66667%;
  }
}

.media-block--item:nth-of-type(4) {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .media-block--item:nth-of-type(4) {
    float: left;
    width: 58.33333%;
  }
}

.media-block--item.wistia_embed:before {
  background: rgba(0, 0, 0, .7);
}

div[id$='.big_play_button_background'] {
  top: 50% !important;
  left: 50% !important;
  width: 45px !important;
  height: 45px !important;
  margin-top: -30px !important;
  margin-left: -10px !important;
  border: 1px solid white;
  background: transparent !important;
}

div[id$='.big_play_button_graphic'] {
  top: 50% !important;
  left: 50% !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  margin-left: -7px !important;
  background-size: 100% !important;
}

.media-block--home [data-youtube]:before,
.media-block--home .media-block--video-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
}

.media-block--home [data-youtube]:after,
.media-block--home .media-block--video-item:after {
  font-family: 'iconfont-destination';
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  cursor: pointer;
  transform: translate(-50%, -50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.media-block--home .wistia_embed:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background: rgba(0, 0, 0, .7) !important;
}

.media-block--home a.media-block--quote--wrapper {
  cursor: pointer;
}

.media-block--home .media-block--quote--wrapper {
  position: absolute;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, .7);
}

.media-block--home .media-block--quote--wrapper:hover {
  transition: opacity .3s ease-in-out;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .media-block--home .media-block--quote--wrapper {
    transition: opacity 0s;
    opacity: 1;
    background: transparent;
  }
}

.media-block--home .media-block--quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .media-block--home .media-block--quote {
    padding: 0 30px;
  }

  .media-block--home .media-block--quote .media-block--quote--inner-wrapper {
    background: rgba(0, 0, 0, .7);
  }
}

.media-block--home .media-block--quote h6 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  top: initial;
  left: initial;
  margin: 0;
  transform: initial;
  text-transform: uppercase;
  color: #fff;
}

.media-block--home .media-block--quote p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .media-block--home .media-block--quote p {
    padding: 0 15px 15px 15px;
  }
}

/*--------------------------*/

/* Modal
/*--------------------------*/

.modal-close {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .modal-close:before {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 35px;
    right: 65px;
    content: 'Close';
    text-transform: uppercase;
    color: #fff;
  }
}

.modal-close:after {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  z-index: 1000;
  top: 30px;
  right: 30px;
  content: '';
  cursor: pointer;
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-group--help {
  margin-top: 15px;
}

.form-group--help a {
  font-weight: 700;
  color: #fff;
}

.form-group--help a:hover {
  text-decoration: underline;
}

.modal .modal-header {
  border-bottom: none;
}

.modal--booking,
.modal--search,
.modal--signin,
.modal--videoplayer,
.modal--corporate-nav {
  font-size: 30px;
  color: white;
  background-color: rgba(34, 34, 34, .95);
}

.modal--booking .modal-backdrop,
.modal--search .modal-backdrop,
.modal--signin .modal-backdrop,
.modal--videoplayer .modal-backdrop,
.modal--corporate-nav .modal-backdrop {
  display: none;
}

.modal--booking .modal-dialog,
.modal--search .modal-dialog,
.modal--signin .modal-dialog,
.modal--videoplayer .modal-dialog,
.modal--corporate-nav .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
}

.modal--booking .modal-dialog .modal-content,
.modal--search .modal-dialog .modal-content,
.modal--signin .modal-dialog .modal-content,
.modal--videoplayer .modal-dialog .modal-content,
.modal--corporate-nav .modal-dialog .modal-content {
  margin: 0;
  padding-top: 30px;
  color: #fff;
  border: none;
  background-color: transparent;
  box-shadow: 0 0 0 0;
}

.modal--booking .modal-dialog .modal-content p,
.modal--search .modal-dialog .modal-content p,
.modal--signin .modal-dialog .modal-content p,
.modal--videoplayer .modal-dialog .modal-content p,
.modal--corporate-nav .modal-dialog .modal-content p {
  color: #fff;
}

.modal--booking .modal-dialog .modal-content .modal-header,
.modal--search .modal-dialog .modal-content .modal-header,
.modal--signin .modal-dialog .modal-content .modal-header,
.modal--videoplayer .modal-dialog .modal-content .modal-header,
.modal--corporate-nav .modal-dialog .modal-content .modal-header {
  padding: 0;
}

.modal--booking .modal-dialog .modal-content .modal-body,
.modal--search .modal-dialog .modal-content .modal-body,
.modal--signin .modal-dialog .modal-content .modal-body,
.modal--videoplayer .modal-dialog .modal-content .modal-body,
.modal--corporate-nav .modal-dialog .modal-content .modal-body {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.modal--booking .modal-dialog .modal-content .modal-body:before,
.modal--booking .modal-dialog .modal-content .modal-body:after,
.modal--search .modal-dialog .modal-content .modal-body:before,
.modal--search .modal-dialog .modal-content .modal-body:after,
.modal--signin .modal-dialog .modal-content .modal-body:before,
.modal--signin .modal-dialog .modal-content .modal-body:after,
.modal--videoplayer .modal-dialog .modal-content .modal-body:before,
.modal--videoplayer .modal-dialog .modal-content .modal-body:after,
.modal--corporate-nav .modal-dialog .modal-content .modal-body:before,
.modal--corporate-nav .modal-dialog .modal-content .modal-body:after {
  display: table;
  content: ' ';
}

.modal--booking .modal-dialog .modal-content .modal-body:after,
.modal--search .modal-dialog .modal-content .modal-body:after,
.modal--signin .modal-dialog .modal-content .modal-body:after,
.modal--videoplayer .modal-dialog .modal-content .modal-body:after,
.modal--corporate-nav .modal-dialog .modal-content .modal-body:after {
  clear: both;
}

.modal--search .modal-content {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.modal--corporate-nav {
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  .modal--corporate-nav {
    top: 140px;
  }
}

.modal--corporate-nav .modal-dialog .modal-close {
  position: absolute;
  top: 30px;
  right: 0;
}

.modal--corporate-nav .modal-dialog .modal-content {
  padding-top: 0;
}

.modal--signin .modal-content {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 100%;
  margin-bottom: 60px;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .modal--signin .modal-content {
    top: 25%;
  }
}

.modal--videoplayer .modal-content {
  top: 50%;
  transform: translateY(-50%);
}

#modal--booking-message .msg,
.modal--no-availability .msg {
  display: none;
}

#modal--booking-message .msg.active,
.modal--no-availability .msg.active {
  display: block;
}

#modal--booking-message .modal-dialog .modal-close,
.modal--no-availability .modal-dialog .modal-close {
  display: none;
}

#modal--booking-message .modal-dialog .modal-content,
.modal--no-availability .modal-dialog .modal-content {
  margin: 0;
  padding: 30px;
  padding-top: 30px;
}

#modal--booking-message .modal-dialog .modal-content p,
.modal--no-availability .modal-dialog .modal-content p {
  margin: 30px 0 0;
}

#modal--booking-message .modal-dialog .modal-content .btn,
#modal--booking-message .modal-dialog .modal-content .btn--primary,
#modal--booking-message .modal-dialog .modal-content .btn--brand-primary,
#modal--booking-message .modal-dialog .modal-content .btn--secondary,
#modal--booking-message .modal-dialog .modal-content .btn--book,
#modal--booking-message .modal-dialog .modal-content .btn--social-login,
#modal--booking-message .modal-dialog .modal-content .btn--rss,
#modal--booking-message .modal-dialog .modal-content .property-popup--cta,
.modal--no-availability .modal-dialog .modal-content .btn,
.modal--no-availability .modal-dialog .modal-content .btn--primary,
.modal--no-availability .modal-dialog .modal-content .btn--brand-primary,
.modal--no-availability .modal-dialog .modal-content .btn--secondary,
.modal--no-availability .modal-dialog .modal-content .btn--book,
.modal--no-availability .modal-dialog .modal-content .btn--social-login,
.modal--no-availability .modal-dialog .modal-content .btn--rss,
.modal--no-availability .modal-dialog .modal-content .property-popup--cta {
  margin-top: 15px;
}

/*--------------------------*/

/* Navigation
/*--------------------------*/

.navigation {
  font-family: 'brandon_grotesquebold', serif;
  font-size: 11.5px;
  font-size: 1.15rem;
  position: fixed;
  z-index: 140;
  display: block;
  width: 100%;
  border-top: 1px solid #626363;
  border-bottom: 1px solid #626363;
  background: #000;
}

.navigation .container,
.navigation .container-fluid {
  position: relative;
}

.sc-editor .navigation {
  position: initial;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-nav > li > a {
  padding: 10px 8px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ebe4d9;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #6c6e6f;
  background-color: transparent;
}

.navbar-nav > li > a.booknow {
  font-weight: 300;
  text-transform: uppercase;
  border-left: 1px solid #222;
}

@media only screen and (min-width: 992px) {
  .navbar-nav > li > a.booknow {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-nav > li.nav-photo-gallery {
    display: none;
  }
}

.nav .open > a,
.pagination .open > a,
.tabber-filter .tabber-filter--nav .open > a,
.pagination--wrapper.condo-title .pagination .open > a {
  color: #6c6e6f;
  background-color: transparent;
}

.nav .open > a:hover,
.pagination .open > a:hover,
.tabber-filter .tabber-filter--nav .open > a:hover,
.nav .open > a:focus,
.pagination .open > a:focus,
.tabber-filter .tabber-filter--nav .open > a:focus,
.nav .open > a:active,
.pagination .open > a:active,
.tabber-filter .tabber-filter--nav .open > a:active {
  background-color: transparent;
}

.navbar-nav .dropdown-menu {
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #626363;
  border-bottom: 1px solid #626363;
  border-left: 1px solid #626363;
  background-color: #000;
  box-shadow: 0 0 0 0;
}

.navbar-nav .dropdown-menu > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 30px;
  color: #ebe4d9;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:active {
  color: #6c6e6f;
  background-color: transparent;
}

#navbar-nav > li[data-toggle='dropdown-hover'] {
  padding-bottom: 5px;
}

#navbar-nav > li[data-toggle='dropdown-hover'].open > a,
#navbar-nav > li[data-toggle='dropdown-hover']:hover > a {
  color: #6c6e6f;
  background-color: transparent;
}

#navbar-nav > li[data-toggle='dropdown-hover'] .nav-dropdown {
  margin-top: 0;
}

#navbar-nav > li[data-toggle='dropdown-hover']:hover .nav-dropdown {
  display: block;
}

#navbar-nav > li[data-toggle='dropdown-hover'] .nav-dropdown:hover {
  display: block;
}

.nav-primary {
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .nav-primary {
    min-height: 39px;
  }
}

.nav-primary > .navbar-nav {
  float: none;
}

.nav-primary > .navbar-nav > li {
  margin-top: 8px;
}

.nav-primary > .navbar-nav > li.dropdown.open > a {
  color: #6c6e6f;
  border-bottom-color: #000;
}

.nav-primary > .navbar-nav > li > a {
  margin-bottom: -5px;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
}

.nav-primary > .navbar-nav > li > a.active,
.nav-primary > .navbar-nav > li > a:hover {
  color: #6c6e6f;
  border-bottom-color: #000;
}

.dropdown-menu.column-2 {
  width: 502px;
}

.dropdown-menu .dropdown-menu--column {
  float: left;
  width: 250px;
}

.dropdown-menu .dropdown-menu--column .dropdown-menu--column-ul > li.dropdown-menu--column--header {
  text-transform: uppercase;
}

.dropdown-menu .dropdown-menu--column .dropdown-menu--column-ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  padding: 10px 30px;
  color: #ebe4d9;
}

.dropdown-menu .dropdown-menu--column .dropdown-menu--column-ul > li > a:hover {
  color: #6c6e6f;
}

.dropdown-menu .dropdown-menu--column-ul {
  padding: 0;
  list-style: none;
}

.dropdown-menu--column + .dropdown-menu--column {
  padding-bottom: 60px;
}

.dropdown-toggle--2-column {
  cursor: default;
}

@media only screen and (min-width: 992px) {
  .nav-secondary {
    display: inline-block;
    float: none;
  }

  .nav-secondary:before {
    display: inline-block;
    content: '|';
    color: #626363;
  }
}

@media only screen and (min-width: 992px) {
  .nav-secondary .nav-photo-gallery {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .nav-secondary > li > a,
  .dl-menuwrapper .nav-secondary li a {
    font-family: 'brandon_grotesquebold', serif;
    font-size: 11.5px;
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #0079c2;
  }

  .nav-secondary > li > a:hover,
  .nav-secondary > li > a:active,
  .nav-secondary > li > a:focus,
  .dl-menuwrapper .nav-secondary li a:hover,
  .dl-menuwrapper .nav-secondary li a:active,
  .dl-menuwrapper .nav-secondary li a:focus {
    color: #29aeff;
  }
}

body.signedin .nav-secondary .sign-in {
  display: none;
}

.dl-menuwrapper li a.nav-secondary--search,
.nav-secondary--search {
  display: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .dl-menuwrapper li a.nav-secondary--search,
  .nav-secondary--search {
    display: block;
  }
}

.dl-menuwrapper li a.nav-secondary--search:before,
.nav-secondary--search:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common styles of menus */

.dl-menu {
  top: 100px;
}

@media only screen and (max-width: 767px) {
  .dl-menu {
    overflow-y: scroll;
  }
}

.dl-menu.dl-menuopen {
  padding-top: 15px;
}

.dl-menu.dl-menuopen.dl-subview {
  padding-top: 0;
}

.dl-menuwrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  perspective: 1000px;
  perspective-origin: 50% 100%;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  overflow: hidden;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-indent: -900em;
  border: none;
  border-right: 1px solid #626363;
  outline: none;
  background: #000;
}

.dl-menuwrapper .dl-trigger:hover,
.dl-menuwrapper .dl-trigger.dl-active,
.dl-menuwrapper ul {
  background: #000;
}

.dl-trigger {
  position: relative;
  display: block;
}

@media only screen and (min-width: 992px) {
  .dl-trigger {
    display: none;
  }
}

.dl-trigger:after {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  text-indent: 0;
  text-transform: none;
  color: #ebe4d9;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-active:after {
  font-family: 'iconfont-destination';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li:first-child {
  border-top: none;
}

.dl-menuwrapper li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  text-align: left;
  color: #fff;
  outline: none;
}

.dl-menuwrapper li a:hover,
.dl-menuwrapper li a:focus,
.dl-menuwrapper li a:active {
  text-decoration: none;
  color: #626363;
}

.dl-menuwrapper li.dl-back > a {
  line-height: 2;
  padding-right: 25px;
  padding-left: 40px;
  color: #fff;
  background: #000;
}

.dl-menuwrapper li > a:not(:only-child):after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 2;
  position: absolute;
  top: 0;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li.dl-back:after {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 10px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, .15);
}

.dl-menuwrapper .dl-menu {
  width: 100%;
  margin: 0;
  margin-top: 1px;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all .3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  overflow: auto;
  max-height: calc(100vh - 50px);
  transform: translateY(0px);
  pointer-events: auto;
  opacity: 1;
}

/* Hide the inner submenus */

.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview .corporate-nav--locations > li {
  display: block;
}

.dl-menu.dl-subview .dropdown-menu--column li {
  display: block;
}

.dl-menu.dl-subview .dropdown-menu--column li.dropdown-menu--column--header a {
  font-weight: 700;
  border-top: 1px solid #626363;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */

.dl-menuwrapper > .dl-submenu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 .3s ease-in-out;
}

@keyframes MenuAnimOut2 {
  0% {

  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 .3s ease-in-out;
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 .3s ease-in-out;
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 .3s ease-in-out;
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}

/* No JS Fallback */

.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  transform: none;
  opacity: 1;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, .1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

.navigation .subnav-xs {
  position: absolute;
  top: 15px;
  right: 0;
  transition: all .3s ease;
  opacity: 1;
}

body.modal-open .navigation .subnav-xs {
  transition: opacity .3s ease, transform 1.3s ease;
  transform: translateX(250px);
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .navigation .subnav-xs {
    display: none;
  }
}

.navigation .subnav-xs a {
  color: #ebe4d9;
}

.navigation .subnav-xs a:hover {
  text-decoration: none;
  color: #6c6e6f;
}

.navigation .subnav-xs .navigation--phone {
  display: inline;
  padding: 10px;
}

.navigation .subnav-xs .navigation--phone:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation .subnav-xs .navigation--search {
  display: inline;
  padding: 10px;
  cursor: pointer;
}

.navigation .subnav-xs .navigation--search:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation .subnav-xs .navigation--booknow {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  color: #ebe4d9;
}

.nav-tertiary {
  overflow: scroll;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #626363;
  border-bottom: 1px solid #626363;
}

@media only screen and (min-width: 992px) {
  .nav-tertiary {
    display: none;
  }
}

.dl-menu.dl-menuopen.dl-subview .nav-tertiary {
  margin-top: 0;
  padding-top: 0;
}

.dl-menuwrapper .nav-tertiary li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #d9d9d9 !important;
}

.dl-menuwrapper .nav-tertiary li a:hover,
.dl-menuwrapper .nav-tertiary li a:active,
.dl-menuwrapper .nav-tertiary li a:focus {
  color: #fff !important;
}

.corporate-nav-mobile {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif !important;
  background: #000 !important;
}

.corporate-nav-mobile li.dl-back {
  margin-bottom: 30px;
}

.corporate-nav-mobile li.dl-back:after {
  font-size: 12px;
  left: 25px;
  color: #fff !important;
}

.corporate-nav-mobile li.dl-back a {
  font-size: 11.5px;
  font-size: 1.15rem;
  color: #fff !important;
  border-bottom: 1px solid #555;
  background: #000;
}

.corporate-nav-mobile li.dl-back a:hover,
.corporate-nav-mobile li.dl-back a:active,
.corporate-nav-mobile li.dl-back a:focus {
  color: #ccc !important;
}

.corporate-nav-mobile li.corporate-nav--corporatelink > a {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 0 15px 0 30px;
  padding: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #fff !important;
  border-bottom: 1px solid #555;
}

.corporate-nav-mobile li.corporate-nav--corporatelink > a:hover,
.corporate-nav-mobile li.corporate-nav--corporatelink > a:active,
.corporate-nav-mobile li.corporate-nav--corporatelink > a:focus {
  text-decoration: underline;
  color: #fff !important;
}

.corporate-nav-mobile .corporate-nav--destination {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 15px 0 30px;
  color: #fff !important;
}

.corporate-nav-mobile .corporate-nav--destination:last-child {
  padding-bottom: 30px;
}

.corporate-nav-mobile ul.corporate-nav--locations li a {
  font-family: 'Gloriola', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  padding: 0;
  color: #fff !important;
}

.corporate-nav-mobile ul.corporate-nav--locations li a:hover,
.corporate-nav-mobile ul.corporate-nav--locations li a:active,
.corporate-nav-mobile ul.corporate-nav--locations li a:focus {
  text-decoration: underline;
  color: #fff !important;
}

.nav-tertiary--corporate-nav {
  position: relative;
  height: 30px;
  margin: 15px 0;
  cursor: pointer;
  color: #0079c2 !important;
}

.nav-tertiary--corporate-nav:hover,
.nav-tertiary--corporate-nav:active,
.nav-tertiary--corporate-nav:focus {
  color: #29aeff !important;
}

.nav-tertiary--corporate-nav:before {
  font-family: 'iconfont-destination';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 40px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #fff !important;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-tertiary--corporate-nav:after {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-size: 10px !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50% !important;
  left: 200px !important;
  content: '';
  transform: translateY(-50%) !important;
  text-transform: none;
  color: #fff !important;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-tertiary--social {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
}

.nav-tertiary--social.navbar-nav > li > a {
  padding: 10px 0;
}

.dl-menuwrapper li a.nav-tertiary--social--blog,
.dl-menuwrapper li a.nav-tertiary--social--linkedin,
.dl-menuwrapper li a.nav-tertiary--social--facebook,
.dl-menuwrapper li a.nav-tertiary--social--twitter,
.dl-menuwrapper li a.nav-tertiary--social--google-plus,
.dl-menuwrapper li a.nav-tertiary--social--pinterest,
.dl-menuwrapper li a.nav-tertiary--social--youtube {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 5px;
  color: #d9d9d9 !important;
}

.dl-menuwrapper li a.nav-tertiary--social--blog:hover,
.dl-menuwrapper li a.nav-tertiary--social--linkedin:hover,
.dl-menuwrapper li a.nav-tertiary--social--facebook:hover,
.dl-menuwrapper li a.nav-tertiary--social--twitter:hover,
.dl-menuwrapper li a.nav-tertiary--social--google-plus:hover,
.dl-menuwrapper li a.nav-tertiary--social--pinterest:hover,
.dl-menuwrapper li a.nav-tertiary--social--youtube:hover,
.dl-menuwrapper li a.nav-tertiary--social--blog:active,
.dl-menuwrapper li a.nav-tertiary--social--linkedin:active,
.dl-menuwrapper li a.nav-tertiary--social--facebook:active,
.dl-menuwrapper li a.nav-tertiary--social--twitter:active,
.dl-menuwrapper li a.nav-tertiary--social--google-plus:active,
.dl-menuwrapper li a.nav-tertiary--social--pinterest:active,
.dl-menuwrapper li a.nav-tertiary--social--youtube:active,
.dl-menuwrapper li a.nav-tertiary--social--blog:focus,
.dl-menuwrapper li a.nav-tertiary--social--linkedin:focus,
.dl-menuwrapper li a.nav-tertiary--social--facebook:focus,
.dl-menuwrapper li a.nav-tertiary--social--twitter:focus,
.dl-menuwrapper li a.nav-tertiary--social--google-plus:focus,
.dl-menuwrapper li a.nav-tertiary--social--pinterest:focus,
.dl-menuwrapper li a.nav-tertiary--social--youtube:focus {
  text-decoration: none;
  color: #fff !important;
}

.dl-menuwrapper li a.nav-tertiary--social--blog:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--linkedin:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--facebook:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--twitter:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--google-plus:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--pinterest:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-menuwrapper li a.nav-tertiary--social--youtube:before {
  font-family: 'iconfont-destination';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .nav-dropdown li.dl-back {
    display: none;
  }
}

/*--------------------------*/

/* Pagination
/*--------------------------*/

.pagination--wrapper {
  background: #fff;
}

.pagination--wrapper:before,
.pagination--wrapper:after {
  display: table;
  content: ' ';
}

.pagination--wrapper:after {
  clear: both;
}

.pagination--wrapper.condo-list {
  background: #eae3db;
}

.pagination {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .pagination {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .pagination {
    margin-left: 8.33333%;
  }
}

@media (max-width: 767px) {
  .pagination {
    display: inline-table;
  }
}

.pagination.condo-list {
  float: none;
  width: 100%;
  max-width: 680px;
  margin: 30px auto;
  padding: 0;
  background-color: #fff;
}

.pagination li {
  display: table-cell;
  margin: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

@media (max-width: 767px) {
  .pagination li {
    width: 33.33333%;
  }
}

.pagination li a {
  margin-bottom: 0;
  padding: 30px 0;
}

.pagination li a:hover {
  color: #fff;
  background: #000;
}

.pagination .pagination--current {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .pagination .pagination--current:before {
    content: 'Page ';
  }
}

.pagination .pagination--first.disabled a,
.pagination .pagination--first.disabled a:hover,
.pagination .pagination--first.disabled a:active,
.pagination .pagination--first.disabled a:focus,
.pagination .pagination--previous.disabled a,
.pagination .pagination--previous.disabled a:hover,
.pagination .pagination--previous.disabled a:active,
.pagination .pagination--previous.disabled a:focus,
.pagination .pagination--next.disabled a,
.pagination .pagination--next.disabled a:hover,
.pagination .pagination--next.disabled a:active,
.pagination .pagination--next.disabled a:focus,
.pagination .pagination--last.disabled a,
.pagination .pagination--last.disabled a:hover,
.pagination .pagination--last.disabled a:active,
.pagination .pagination--last.disabled a:focus {
  cursor: not-allowed;
  color: #eee;
}

.pagination .pagination--first a,
.pagination .pagination--previous a,
.pagination .pagination--next a,
.pagination .pagination--last a {
  color: #eee;
  color: #000;
}

.pagination .pagination--first a:after,
.pagination .pagination--previous a:after,
.pagination .pagination--next a:after,
.pagination .pagination--last a:after {
  text-transform: uppercase;
}

.pagination .pagination--first {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .pagination--first {
    display: table-cell;
    border-left: 1px solid #eee;
  }
}

.pagination .pagination--first a:after {
  content: 'First';
}

.pagination .pagination--previous {
  border-left: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .pagination .pagination--previous {
    border-left: 1px solid #eee;
  }
}

.pagination .pagination--previous a:after {
  content: 'Previous';
}

.pagination .pagination--next {
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .pagination .pagination--next {
    border-right: none;
  }
}

.pagination .pagination--next a:after {
  content: 'Next';
}

.pagination .pagination--last {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .pagination--last {
    display: table-cell;
    border-right: 1px solid #eee;
  }
}

.pagination .pagination--last a:after {
  content: 'Last';
}

.pagination__mini {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  list-style: none;
}

@media (min-width: 768px) {
  .pagination__mini {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .pagination__mini {
    margin-left: 8.33333%;
  }
}

.pagination__mini li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}

.pagination__mini li + li:before {
  content: ' | ';
}

/*--------------------------*/

/* Press Release
/*--------------------------*/

.press-release {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #fff;
}

.press-release:before,
.press-release:after {
  display: table;
  content: ' ';
}

.press-release:after {
  clear: both;
}

.press-release h2 {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #222;
}

@media (min-width: 768px) {
  .press-release h2 {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .press-release h2 {
    margin-left: 8.33333%;
  }
}

.press-release h2:before,
.press-release h2:after {
  display: table;
  content: ' ';
}

.press-release h2:after {
  clear: both;
}

.press-release--item {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 22px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .press-release--item {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .press-release--item {
    margin-left: 8.33333%;
  }
}

.press-release--item:before,
.press-release--item:after {
  display: table;
  content: ' ';
}

.press-release--item:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .press-release--item {
    display: table;
  }
}

.press-release--item--date {
  font-size: 13px;
  font-size: 1.3rem;
  width: 175px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .press-release--item--date {
    display: table-cell;
  }
}

.press-release--item--title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .press-release--item--title {
    display: table-cell;
  }
}

/*--------------------------*/

/* Promo Pod
/*--------------------------*/

.promo-pod {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #555;
}

.promo-pod:before,
.promo-pod:after {
  display: table;
  content: ' ';
}

.promo-pod:after {
  clear: both;
}

@media only screen and (min-width: 992px) {
  .promo-pod {
    width: 50%;
    border-bottom: none;
  }
}

.promo-pod--item {
  position: relative;
  width: 100%;
  padding: 30px;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .promo-pod--item:first-child:after {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 2px;
    content: ' ';
    border-bottom: 1px solid #555;
  }
}

@media only screen and (min-width: 768px) {
  .promo-pod--item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .promo-pod--item {
    width: 100%;
  }
}

.promo-pod--item + .promo-pod--item {
  border-top: 1px solid #555;
}

@media only screen and (min-width: 768px) {
  .promo-pod--item + .promo-pod--item {
    border-top: none;
    border-left: 1px solid #555;
  }
}

@media only screen and (min-width: 992px) {
  .promo-pod--item + .promo-pod--item {
    border-left: none;
  }
}

.promo-pod--item h2 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 100;
  text-transform: uppercase;
}

.promo-pod--item p {
  margin-top: 9px;
}

.promo-pod--item .cta {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .promo-pod--item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .promo-pod--item {
    width: 100%;
  }
}

/*-------------------------------*/

/* Pull tab
/*-------------------------------*/

/* coment this rule to show on mobile */

@media screen and (max-width: 820px) {
  .artsy-pull-tab {
    display: none !important;
  }
}

.artsy-pull-tab-button:before,
.artsy-pull-tab-button:after {
  /* Down arrow */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDQwIDIwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zOCAyTDIwIDE4IDIgMiIvPjwvc3ZnPg==");
}

.artsy-pull-tab.background-primary,
.artsy-pull-tab .background-primary {
  background-color: #555;
}

.artsy-pull-tab .border-primary {
  border-color: #555;
}

.artsy-pull-tab .color-primary {
  color: #555;
}

.artsy-pull-tab {
  position: fixed;
  z-index: 501;
  top: 20px;
  left: -381px;
  box-sizing: content-box;
  width: 380px;
  margin-right: 0;
  margin-left: 0;
  transition: left 300ms ease-out;
  /* plus border */
  border: 1px solid #fff;
  border-left-width: 0;
  /* just over the menu */
}

.artsy-pull-tab *,
.artsy-pull-tab :after,
.artsy-pull-tab :before {
  box-sizing: content-box;
}

@media screen and (max-width: 480px) {
  .artsy-pull-tab {
    left: -281px;
    width: 280px;
    /* plus border */
  }
}

.artsy-pull-tab .artsy-image {
  width: 320px;
  height: 180px;
}

@media screen and (max-width: 480px) {
  .artsy-pull-tab .artsy-image {
    width: 240px;
    height: 135px;
  }
}

.artsy-pull-tab.artsy-pull-tab-open {
  left: 0;
}

.artsy-pull-tab .artsy-heading {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

.artsy-pull-tab .artsy-title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .artsy-pull-tab .artsy-title {
    font-size: 1.5rem;
  }
}

.artsy-pull-tab .artsy-copy {
  line-height: 1.3;
}

.artsy-pull-tab .artsy-pull-tab-wrapper {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .artsy-pull-tab .artsy-pull-tab-wrapper {
    padding: 20px;
  }
}

.artsy-pull-tab .line + .line {
  margin-top: 20px;
}

.artsy-pull-tab .artsy-content-container {
  overflow: auto;
  min-height: 110px;
  max-height: calc(100vh - 282px);
  padding: 0 20px;
  background-color: white;
}

@media screen and (max-width: 480px) {
  .artsy-pull-tab .artsy-content-container {
    min-height: 100px;
    max-height: calc(100vh - 237px);
  }
}

.artsy-pull-tab .artsy-content {
  padding: 20px 0;
}

.artsy-pull-tab a.button {
  display: block;
  padding: .5em;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.artsy-pull-tab a.button:hover {
  opacity: .75;
  color: white;
}

/* Toggle button ------------------------------------------------------------ */

.artsy-pull-tab-button-wrapper {
  position: absolute;
  top: 50%;
  right: -2px;
  /* border and border */
  width: 1px;
  height: 1px;
}

.artsy-pull-tab-button {
  font-family: 'brandon_grotesquebold', serif;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -1px;
  display: inline-block;
  height: 30px;
  padding: 0 7px;
  cursor: pointer;
  transform: rotate(270deg) translateX(-50%);
  transform-origin: 0 0;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 1px solid white;
}

.artsy-pull-tab-open .artsy-pull-tab-button {
  left: 30px;
  transform: rotate(90deg) translateX(-50%);
  border-top: 1px solid white;
  border-bottom: 0;
}

.artsy-pull-tab-button:hover {
  opacity: 1;
}

.artsy-pull-tab-button .text-to-open,
.artsy-pull-tab-button .text-to-close {
  line-height: 26px;
  display: inline-block;
  min-width: 60px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.artsy-pull-tab-button:before {
  margin-right: 10px;
}

.artsy-pull-tab-button:after {
  margin-left: 10px;
}

.artsy-pull-tab-button:before,
.artsy-pull-tab-button:after {
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: ' ';
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 14px 8px;
}

.artsy-pull-tab .artsy-pull-tab-button .text-to-close {
  display: none;
}

.artsy-pull-tab-open .artsy-pull-tab-button .text-to-open {
  display: none;
}

.artsy-pull-tab-open .artsy-pull-tab-button .text-to-close {
  display: inline-block;
}

/*--------------------------*/

/* Quote
/*--------------------------*/

.quote {
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  background: #fff;
}

.quote:before,
.quote:after {
  display: table;
  content: ' ';
}

.quote:after {
  clear: both;
}

.quote--controls {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .quote--controls {
    float: left;
    width: 16.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .quote--controls {
    width: 20%;
    height: 125px;
    border-right: 1px solid #eee;
  }
}

.quote--rotator {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .quote--rotator {
    float: left;
    width: 58.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .quote--rotator {
    padding-left: 45px;
  }
}

.quote--reviews {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-width: 131px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .quote--reviews {
    float: left;
    width: 16.66667%;
  }
}

.quote--reviews .btn--primary,
.quote--reviews .btn--brand-primary,
.quote--reviews .featured--cta .btn,
.featured--cta .quote--reviews .btn {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .quote--reviews .btn--primary,
  .quote--reviews .btn--brand-primary,
  .quote--reviews .featured--cta .btn,
  .featured--cta .quote--reviews .btn {
    float: right;
  }
}

.quote--title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
}

.quote--prev:before {
  font-family: 'iconfont-destination';
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  display: none;
  content: '';
  cursor: pointer;
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .quote--prev:before {
    display: block;
  }
}

.quote--next:before {
  font-family: 'iconfont-destination';
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  left: 59px;
  display: none;
  content: '';
  cursor: pointer;
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .quote--next:before {
    display: block;
  }
}

.quote--content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.quote--author {
  font-size: 11.5px;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #eee;
}

.quote--author:before {
  content: '-';
}

/*------------------------------*/

/* Related Content
/*------------------------------*/

.related-content {
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  background: #fff;
}

.related-content:before,
.related-content:after {
  display: table;
  content: ' ';
}

.related-content:after {
  clear: both;
}

.related-content--item {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .related-content--item {
    float: left;
    width: 33.33333%;
  }
}

body.ie .related-content--item {
  overflow: hidden;
}

.related-content--item:before {
  position: absolute;
  right: 15px;
  left: 15px;
  display: block;
  width: initial;
  height: 100%;
  content: ' ';
  background: #222;
}

.related-content--item .related-content--content {
  position: absolute;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  transform: translate(-50%, -50%);
}

.related-content--item .related-content--title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .related-content--item .related-content--title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.related-content--item .related-content--subtitle {
  font-size: 11.5px;
  font-size: 1.15rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.related-content--item .related-content--subtitle:before {
  display: block;
  width: 60px;
  height: 2px;
  margin: 15px auto;
  content: ' ';
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.related-content--item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  opacity: .3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  backface-visibility: hidden;
}

.related-content--item img:hover {
  transition: all .3s ease-in-out;
  opacity: .8;
}

/* 1 */

.rental-booking-engine {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  /* global ----------------------------------------------------------------- */
  /* search box ------------------------------------------------------------- */
  /* search results --------------------------------------------------------- */
  /* search filter modal ---------------------------------------------------- */
  /* no results ------------------------------------------------------------- */
  /* calendar --------------------------------------------------------------- */
}

.rental-booking-engine section,
.rental-booking-engine .section {
  margin-right: 0;
  margin-left: 0;
}

.rental-booking-engine .loading {
  padding: 5em 10px;
}

.rental-booking-engine .bt-search__header {
  padding: 1rem 1rem .5rem 1rem;
}

.rental-booking-engine .bt-toggle-ui {
  font-size: 1.25rem;
}

.rental-booking-engine .bt-toggle-ui label {
  font-size: 1.25rem;
  margin-right: .5rem;
}

.rental-booking-engine .bt-teaser {
  background-color: #fff;
}

.rental-booking-engine .bt-teaser__heading {
  font-size: 1.5rem;
  margin-bottom: .75rem;
}

.rental-booking-engine .bt-teaser__info {
  font-size: 1.25rem;
}

.rental-booking-engine .bqLVM,
.rental-booking-engine .ftjpCV {
  padding: 1.5rem;
}

.rental-booking-engine .ftjpCV {
  padding-top: 0;
  padding-bottom: 3rem;
}

.rental-booking-engine .bt-category {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.rental-booking-engine .bt-range-filter {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.rental-booking-engine .bt-category__heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.rental-booking-engine .bt-category-filter__label {
  font-size: 1.25rem;
}

.rental-booking-engine .bt-category-filter__checkbox {
  margin-top: 0;
  margin-right: 1rem;
}

.rental-booking-engine .bt-sorts .sort span {
  margin-right: .5rem;
}

.rental-booking-engine .bt-sorts .sort select {
  width: auto;
}

.rental-booking-engine .bt-range-filter__input-wrapper {
  display: inline-block;
}

.rental-booking-engine .bt-range-filter__input-wrapper .bt-range-filter__label {
  margin-right: 1rem;
}

.rental-booking-engine .bt-range-filter__input-wrapper .bt-range-filter__button--reset {
  margin-left: 1rem;
}

.rental-booking-engine .bt-no-results {
  padding: 2rem 1rem;
}

.rental-booking-engine .hcpXQG,
.rental-booking-engine .drjAyT {
  font-size: 1.4rem;
}

.rental-booking-engine .bEydwW {
  font-size: 1rem;
}

/* 2 */

.rental-booking-engine .jnIKWZ {
  z-index: 150;
  /* mobile popup over the sticky header */
}

@media (min-width: 1400px) {
  .rental-booking-engine .bt-details__content-left,
  .rental-booking-engine .bt-details__content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 999px) {
  .rental-booking-engine .bt-details__content-left {
    padding: 2rem;
  }
}

.rental-booking-engine .bt-details__heading {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2rem 0;
}

.rental-booking-engine .bt-details__amenities h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}

.rental-booking-engine .bt-details__amenities h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.rental-booking-engine .bt-amenity-category {
  padding-bottom: 1rem;
}

.rental-booking-engine .bt-amenity-category__list-item {
  font-size: 1.4rem;
}

.rental-booking-engine .bt-details__description,
.rental-booking-engine .bt-details__amenities,
.rental-booking-engine .bt-details__avail-calendar {
  padding: 1.5rem 0;
}

.rental-booking-engine .bt-avail-filter__dates {
  padding: 2rem 0;
  background-color: #fff;
}

.rental-booking-engine .bt-details__avail-calendar .controls {
  padding: 1rem;
}

.rental-booking-engine .bt-info-item label {
  margin-bottom: 0;
}

/*--------------------------*/

/* Resort Map
/*--------------------------*/

@media only screen and (min-width: 768px) {
  .resort-map {
    display: block;
  }
}

.resort-map img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .resort-map img.resort-map--img--mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .resort-map img.resort-map--img--desktop {
    display: none;
  }
}

/*--------------------------*/

/* Reviews
/*--------------------------*/

.review--0,
.review--1,
.review--2,
.review--3,
.review--4,
.review--5 {
  margin-bottom: 19px;
}

.review--0:before,
.review--1:before,
.review--2:before,
.review--3:before,
.review--4:before,
.review--5:before {
  color: #000;
}

.review--0:after,
.review--1:after,
.review--2:after,
.review--3:after,
.review--4:after,
.review--5:after {
  color: #333;
}

.review--0:after {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--1:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--1:after {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--2:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--2:after {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--3:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--3:after {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--4:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--4:after {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review--5:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Room Listing
/*--------------------------*/

.room-listing {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .room-listing {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.room-listing--content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .room-listing--content {
    width: 50%;
  }
}

.room-listing--count {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 22px;
  color: #555;
}

.room-listing--count:before,
.room-listing--count:after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

.room-listing--count:before {
  left: 0;
  transform: translateX(-125%) translateY(-50%);
}

.room-listing--count:after {
  right: 0;
  transform: translateX(125%) translateY(-50%);
}

.room-listing--title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #222;
}

.room-listing--description {
  width: 100%;
  text-align: center;
}

.room-listing--list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.room-listing--list li {
  margin: 0 0 5px;
}

.room-listing--list li:last-child {
  margin: 0;
}

.room-listing--list li a {
  text-transform: uppercase;
}

.room-listing--img {
  width: 100%;
  height: 200px;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .room-listing--img {
    width: 50%;
    height: 350px;
  }
}

.room-listing--img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .room-listing--odd .room-listing--content {
    -ms-flex-order: 1;
    order: 1;
  }

  .room-listing--odd .room-listing--img {
    -ms-flex-order: 2;
    order: 2;
  }
}

/*--------------------------*/

/* Search Widget
/*--------------------------*/

.search-widget {
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .search-widget {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .search-widget {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1440px) {
  .search-widget {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1440px) {
  .search-widget {
    margin-left: 33.33333%;
  }
}

.search-widget .search-field {
  font-size: 18px;
  font-size: 1.8rem;
  height: 60px;
}

.btn--search {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  border: none;
  background-color: transparent !important;
}

.btn--search:after {
  font-family: 'iconfont-destination';
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Search Results
/*--------------------------*/

.search-result {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #fff;
}

.search-result:before,
.search-result:after {
  display: table;
  content: ' ';
}

.search-result:after {
  clear: both;
}

.search-result--header {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .search-result--header {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .search-result--header {
    margin-left: 8.33333%;
  }
}

.search-result--header h1,
.search-result--header .hero .hero--title,
.hero .search-result--header .hero--title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 90px;
  text-transform: uppercase;
  color: #000;
}

.search-result--header h1:after,
.search-result--header .hero .hero--title:after,
.hero .search-result--header .hero--title:after {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 75px;
  height: 1px;
  content: ' ';
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .search-result--header h1,
  .search-result--header .hero .hero--title,
  .hero .search-result--header .hero--title {
    font-size: 40px;
    font-size: 4rem;
  }
}

.search-result--header h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
}

.search-result--header h2 strong {
  color: #000;
}

.search-result--header .search-result--count {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #b9babb;
}

.search-result--item {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-top: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .search-result--item {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .search-result--item {
    margin-left: 8.33333%;
  }
}

.search-result--item--title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}

.search-result--item--description {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 0;
}

.search-result--item--url {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: none;
  margin-top: 15px;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .search-result--item--url {
    display: block;
  }
}

.search-result--item--url:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Share
/*--------------------------*/

.share {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style: none;
  transform: translateX(65px);
}

.share:before {
  font-size: 11.5px;
  font-size: 1.15rem;
  position: absolute;
  top: 50%;
  padding-right: 15px;
  content: 'Share';
  transform: translateX(-125%) translateY(-50%);
  text-transform: uppercase;
  color: #222;
}

.share:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 2px;
  content: ' ';
  transform: translateX(110%) translateY(-50%);
  border-bottom: 1px solid #eee;
}

.share li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.share li a {
  color: #b9babb;
}

.share li a:hover,
.share li a:active,
.share li a:focus {
  text-decoration: none;
  color: #858789;
}

.share li:first-child:before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  content: ' ';
  transform: translateX(-200%) translateY(-50%);
  border-bottom: 1px solid #eee;
}

.share--facebook:before,
.share--twitter:before,
.share--email:before,
.share--googleplus:before,
.share--pinterest:before {
  color: #b9babb;
}

.share--facebook:hover:before,
.share--twitter:hover:before,
.share--email:hover:before,
.share--googleplus:hover:before,
.share--pinterest:hover:before,
.share--facebook:active:before,
.share--twitter:active:before,
.share--email:active:before,
.share--googleplus:active:before,
.share--pinterest:active:before,
.share--facebook:focus:before,
.share--twitter:focus:before,
.share--email:focus:before,
.share--googleplus:focus:before,
.share--pinterest:focus:before {
  text-decoration: none;
  color: #858789;
}

.share--facebook:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share--twitter:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share--email:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share--googleplus:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share--pinterest:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/

/* Signature
/*--------------------------*/

.signature {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 170px;
  height: 50px;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(85, 85, 85, .85);
}

.signature:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 13px;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.signature:after {
  font-size: 11.5px;
  font-size: 1.15rem;
  position: absolute;
  top: 50%;
  right: 18px;
  content: 'Signature Event';
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
}

/*--------------------------*/

/* Signin Widget - Modal
/*--------------------------*/

.signin-widget--email {
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .signin-widget--email {
    float: left;
    width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .signin-widget--email {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .signin-widget--email {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1440px) {
  .signin-widget--email {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .signin-widget--email {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .signin-widget--email {
    padding-right: 30px;
    padding-bottom: 0;
  }
}

.signin-widget--email .forgot-password {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin: 15px auto 0;
  text-align: center;
}

.signin-widget--social {
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .signin-widget--social {
    float: left;
    width: 41.66667%;
  }
}

@media (min-width: 992px) {
  .signin-widget--social {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1440px) {
  .signin-widget--social {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .signin-widget--social {
    padding-left: 30px;
    border-left: 1px solid #000;
  }
}

.signin-widget--social p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

.signin-widget--social .btn--social-login {
  margin-bottom: 15px;
}

.signin-widget--social .btn--social-login:last-child {
  margin-bottom: 0;
}

.smartling-notranslate-div {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .smartling-notranslate-div {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .smartling-notranslate-div {
    margin-left: 8.33333%;
  }
}

/*--------------------------*/

/* Social Block
/*--------------------------*/

.social {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #eae3db;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .social {
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

body.ie .social {
  overflow: hidden;
}

.social--item__static,
.social--item__twitter,
.social--item__blog,
.social--item__instagram {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #eae3db;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .social--item__static,
  .social--item__twitter,
  .social--item__blog,
  .social--item__instagram {
    width: 33.333333%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.social--item__static img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (max-width: 767px) {
  .social--item__static img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

.social--item__static .social--item__static--item {
  position: relative;
  width: 100%;
  min-height: 200px;
  background: #000;
}

@media only screen and (min-width: 768px) {
  .social--item__static .social--item__static--item {
    position: absolute;
    height: 50%;
    min-height: 0;
  }
}

.social--item__static .social--item__static--item a {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.social--item__static .social--item__static--item a:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-200%);
}

.social--item__static .social--item__static--item a:before:hover {
  text-decoration: none;
}

.social--item__static .social--item__static--item a.twitter:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.instagram:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.blog:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.linkedin:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.facebook:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.google-plus:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.pinterest:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.trip-advisor:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.yelp:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item a.youtube:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__static .social--item__static--item + .social--item__static--item {
  top: 50%;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.social--item__twitter {
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .social--item__twitter {
    min-height: 0;
  }
}

.social--item__twitter .social--item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}

.social--item__twitter .social--item__content:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: block;
  margin-bottom: 19px;
  content: '';
  text-transform: none;
  color: #0099c6;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__twitter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.social--item__twitter-link {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #eee;
}

.social--item__blog {
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .social--item__blog {
    min-height: 0;
  }
}

.social--item__blog .social--item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.social--item__blog .social--item__content:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: block;
  margin-bottom: 19px;
  content: '';
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.social--item__title {
  display: block;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: #222;
}

.social--item__copy {
  line-height: 1.5;
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 19px;
}

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

.social--item__instagram:before {
  font-family: 'iconfont-destination';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: 45px;
  content: '';
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--item__instagram img {
  width: 100%;
  max-width: 480px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/*--------------------------*/

/* Tabber Filter
/*--------------------------*/

.tabber-filter {
  position: relative;
  position: relative;
  position: relative;
  z-index: 15;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .tabber-filter {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .tabber-filter {
    margin-left: 8.33333%;
  }
}

.tabber-filter .tabber-filter--nav .dropdown {
  position: inherit;
  color: #626363;
  border: none;
  background-color: #fff;
}

.tabber-filter .tabber-filter--nav .dropdown:after {
  font-family: 'iconfont-destination';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  float: right;
  margin-top: -25px;
  margin-right: 15px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tabber-filter .tabber-filter--nav .dropdown.open,
.tabber-filter .tabber-filter--nav .dropdown:hover {
  border: none;
  background-color: #e6e6e6;
}

.tabber-filter .tabber-filter--nav .dropdown.open:after {
  content: '\e608';
}

.tabber-filter .tabber-filter--nav .dropdown .dropdown-toggle {
  position: inherit;
  display: block;
  text-align: left;
  color: #555;
  border: none;
}

.tabber-filter .dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #222;
  background-color: #fff;
}

.tabber-filter .dropdown-menu:before,
.tabber-filter .dropdown-menu:after {
  display: table;
  content: ' ';
}

.tabber-filter .dropdown-menu:after {
  clear: both;
}

.tabber-filter .dropdown-menu > li {
  padding: 10px 15px;
}

.tabber-filter .dropdown-menu > li a {
  font-weight: 400;
  color: #222;
}

.tabber-filter .dropdown-menu > li .location-title,
.tabber-filter .dropdown-menu > li .interest-title,
.tabber-filter .dropdown-menu > li .category-title {
  font-weight: 600;
  text-transform: uppercase;
}

.tabber-filter .dropdown-menu > li .location-list {
  padding: 0;
  list-style: none;
}

.tabber-filter .dropdown-menu > li .location-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabber-filter .tabber-filter--nav .open > a {
  border: none;
  background-color: transparent;
}

.tabber-filter .tabber-filter--nav > li > a:hover {
  border: none;
}

.hotel-listing--tabber .tabber--nav > li > a:hover,
.tabber-filter .tabber-filter--nav > li > a:hover,
.hotel-listing--hero .hotel-listing--tabber .tabber--nav > li > a:focus,
.tabber-filter .tabber-filter--nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.tabber-filter .tabber-filter--nav > .dropdown .dropdown-menu {
  left: 15px;
}

.cz2 {
  color: blue;
}

/*-------------------------------*/

/* Video Carousel With Thumbs
/*-------------------------------*/

.wvwt-wrapper {
  padding: 0 15px;
}

.wvwt-wrapper .slick-prev:before {
  content: '\0025C0';
}

.wvwt-wrapper .slick-next:before {
  content: '\0025B6';
}

@media screen and (max-width: 1124px) {
  .wvwt-wrapper .slick-prev,
  .wvwt-wrapper .slick-next {
    display: none !important;
  }
}

#wvwt-video,
#wvwt-gallery {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#wvwt-video:before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: '';
}

#wvwt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

.wvwt-nav {
  margin: 0;
  padding: 0 15px;
  padding-bottom: 3em !important;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.wvwt-nav li {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .wvwt-nav li {
    width: 100%;
  }
}

.wistia-video-with-thumb,
#wvwt-video {
  background-position: center top;
  background-size: cover;
}

.wistia-video-with-thumb {
  margin-right: 0;
  margin-left: 0;
  padding: 3em 0 6em 0;
}

.wistia-video-with-thumb img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .wistia-video-with-thumb {
    padding-bottom: 3em;
  }
}

.wvwt-gallery-button {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #eee;
}

.wvwt-gallery-button.active {
  color: #fff;
  background-color: #000;
}

.wvwt-gallery-button h2 {
  font-size: 1em;
  cursor: pointer;
  text-align: center;
}

.wvwt-gallery-button img {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
}

#wvwt-gallery ul {
  padding: 10px;
  list-style: none;
  text-align: center;
  background-color: rgba(0, 0, 0, .33);
}

@media screen and (max-width: 820px) {
  #wvwt-gallery ul {
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  #wvwt-gallery ul {
    padding: 3px;
  }
}

#wvwt-gallery li {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  padding: 10px;
}

@media screen and (max-width: 820px) {
  #wvwt-gallery li {
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  #wvwt-gallery li {
    padding: 3px;
  }
}

#wvwt-gallery img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .66);
}

#wvwt-gallery li.active img {
  border: 1px solid rgba(255, 255, 255, .66);
}

/*------------------------------*/

/* Video Gallery
/*------------------------------*/

.video-gallery {
  padding: 45px;
  background: #fff;
}

.video-gallery:before,
.video-gallery:after {
  display: table;
  content: ' ';
}

.video-gallery:after {
  clear: both;
}

.video-gallery--item {
  position: relative;
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  min-height: 1px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .video-gallery--item {
    float: left;
    width: 33.33333%;
  }
}

.video-gallery--item:before,
.video-gallery--item:after {
  display: table;
  content: ' ';
}

.video-gallery--item:after {
  clear: both;
}

.video-gallery--item:nth-child(3n+1) {
  clear: left;
}

.video-gallery--img {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.video-gallery--img:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  background: #222;
}

.video-gallery--img:after {
  font-family: 'iconfont-destination';
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  text-transform: none;
  opacity: 1;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-gallery--img img {
  max-width: 100%;
  transition: opacity .3s ease-out;
  opacity: .4;
}

.video-gallery--img img:hover {
  transition: opacity .3s ease-in;
  opacity: .99;
}

.video-gallery--content {
  width: 100%;
}

.video-gallery--title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.video-gallery--description {
  display: block;
  text-align: center;
}

.video-gallery--description:before {
  display: block;
  width: 60px;
  height: 1px;
  margin: 15px auto;
  content: ' ';
  background: #eee;
}

.cz1 {
  color: red;
}

/*--------------------------*/

/* Pagination
/*--------------------------*/

.pagination--wrapper.condo-title {
  max-width: 960px;
  margin: 0 auto 100px;
  background: #fff;
}

.pagination--wrapper.condo-title:before,
.pagination--wrapper.condo-title:after {
  display: table;
  content: ' ';
}

.pagination--wrapper.condo-title:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title {
    margin: 0 auto;
  }
}

.pagination--wrapper.condo-title .pagination {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 90px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination {
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
  }
}

.pagination--wrapper.condo-title .pagination li {
  position: absolute;
  display: inline-block;
  margin: 30px;
  margin: 0;
  text-align: center;
  border: 0;
}

@media (max-width: 767px) {
  .pagination--wrapper.condo-title .pagination li {
    width: 33.33333%;
  }
}

.pagination--wrapper.condo-title .pagination li a {
  font-size: 11.5px;
  font-size: 1.15rem;
  line-height: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pagination--wrapper.condo-title .pagination li a:hover {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
  }
}

.pagination--wrapper.condo-title .pagination .pagination--current {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 40px;
  line-height: 44px;
  top: 40px;
  left: 15%;
  width: 70%;
  padding: 0;
  text-transform: uppercase;
}

.pagination--wrapper.condo-title .pagination .pagination--current:before {
  content: '';
}

.pagination--wrapper.condo-title .pagination .pagination--current .building-list {
  font-size: 11.5px;
  font-size: 1.15rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
  color: #1a1a1a;
  border: 0;
  outline: none;
}

.pagination--wrapper.condo-title .pagination .pagination--current .building-list:before {
  font-family: 'iconfont-destination';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 14px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination .pagination--current {
    top: auto;
    left: auto;
    min-width: 65.625%;
    max-width: 65.625%;
  }
}

.pagination--wrapper.condo-title .pagination .pagination--previous,
.pagination--wrapper.condo-title .pagination .pagination--next {
  width: auto;
}

.pagination--wrapper.condo-title .pagination .pagination--previous.disabled a,
.pagination--wrapper.condo-title .pagination .pagination--previous.disabled a:hover,
.pagination--wrapper.condo-title .pagination .pagination--previous.disabled a:active,
.pagination--wrapper.condo-title .pagination .pagination--previous.disabled a:focus,
.pagination--wrapper.condo-title .pagination .pagination--next.disabled a,
.pagination--wrapper.condo-title .pagination .pagination--next.disabled a:hover,
.pagination--wrapper.condo-title .pagination .pagination--next.disabled a:active,
.pagination--wrapper.condo-title .pagination .pagination--next.disabled a:focus {
  cursor: not-allowed;
  pointer-events: none;
  color: #eee;
}

.pagination--wrapper.condo-title .pagination .pagination--previous a,
.pagination--wrapper.condo-title .pagination .pagination--next a {
  text-transform: uppercase;
  color: #1a1a1a;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination .pagination--previous,
  .pagination--wrapper.condo-title .pagination .pagination--next {
    max-width: 17.1875%;
  }
}

.pagination--wrapper.condo-title .pagination .pagination--previous {
  left: 0;
}

.pagination--wrapper.condo-title .pagination .pagination--previous a {
  padding-left: 12px;
  text-align: left;
}

.pagination--wrapper.condo-title .pagination .pagination--previous a:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 10px;
  content: '';
  vertical-align: bottom;
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination--wrapper.condo-title .pagination .pagination--previous a:after {
  content: '';
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination .pagination--previous {
    left: auto;
  }
}

.pagination--wrapper.condo-title .pagination .pagination--next {
  right: 0;
}

.pagination--wrapper.condo-title .pagination .pagination--next a {
  padding-right: 12px;
  text-align: right;
}

.pagination--wrapper.condo-title .pagination .pagination--next a:after {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-left: 10px;
  content: '';
  vertical-align: bottom;
  text-transform: none;
  color: #000;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .pagination--wrapper.condo-title .pagination .pagination--next {
    right: auto;
  }
}

/*--------------------------*/

/* CONDO TABBED NAVIGATION
/*--------------------------*/

.condo-body {
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.content__tab-content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .content__tab-content {
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.tabbed-content {
  position: relative;
  width: 100%;
  padding: 0 30px;
}

.tabbed-content .content__panels {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tabbed-content {
    padding: 0 10px;
  }

  .tabbed-content .content__panels {
    max-width: 74.0625%;
  }
}

.content__tabs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -ms-flex-direction: column;
}

.content__tabs .tabs__select {
  width: 100%;
  height: 50px;
  padding: 16px;
  cursor: pointer;
  color: #000;
  border: 1px solid #c0c0c0;
  background-color: #eae3db;
}

.content__tabs .tabs__select span {
  display: inline-block;
  width: 100%;
  background: url("/src/Website/DHR/assets/media/images/property/arrow.svg") center right no-repeat;
  background-size: 9px 5px;
}

.content__tabs .tabs__options {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-top: 0;
  background-color: #fff;
}

.content__tabs .tabs__options.show {
  display: block;
}

.content__tabs .tab {
  width: 100%;
  height: 50px;
  padding: 16px;
  cursor: pointer;
  text-transform: uppercase;
  color: #a3a3a3;
}

.content__tabs .tab.selected {
  color: #000;
}

.content__tabs .tab:hover {
  color: #000;
  background-color: #eae3db;
}

@media only screen and (min-width: 768px) {
  .content__tabs {
    flex-direction: row;
    height: 50px;
    -ms-flex-direction: row;
  }

  .content__tabs:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #bebebe;
  }

  .content__tabs .tabs__select {
    display: none;
  }

  .content__tabs .tabs__options {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 60px;
    border: 0;
  }

  .content__tabs .tab {
    width: auto;
    padding: 20px 25px 20px 0;
  }

  .content__tabs .tab:hover {
    background-color: #fff;
  }
}

.tab-panel {
  position: relative;
  display: none;
  margin-bottom: 45px;
  padding-top: 25px;
}

.tab-panel.show {
  display: block;
}

@media only screen and (min-width: 992px) {
  .tab-panel .property-gallery .property-gallery--item {
    max-height: 300px;
  }
}

/*--------------------------*/

/* CONDO CONTACT SIDEBAR
/*--------------------------*/

.contact-sidebar {
  position: relative;
  width: 100%;
  padding: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .contact-sidebar {
    max-width: 22.8125%;
    padding: 25px 10px 0;
  }
}

.sidebar__title {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #1a1a1a;
}

.sidebar__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__info li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 15px 0;
  color: #626363;
}

.sidebar__info li span {
  display: inline-block;
  width: 100%;
}

.sidebar__info li a {
  text-decoration: none;
  border: 0;
  outline: none;
}

.sidebar__info li a.tel {
  color: #626363;
}

a.mail {
  word-break: break-all;
  color: #000;
}

/*--------------------------*/

/* CONDO HERO
/*--------------------------*/

.hero.condo-hero {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .hero.condo-hero {
    height: 450px;
  }
}

.hero.condo-hero .hero--img {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .hero.condo-hero .hero--img {
    height: 450px;
  }
}

.hero--btn-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.gallery--btn {
  position: absolute;
  right: 30px;
  bottom: 19px;
  overflow: hidden;
  width: 44px;
  height: 45px;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.gallery--btn .btn__span {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery--btn span {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 212px;
  height: 100%;
  padding: 14px 45px 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.gallery--btn span:after {
  font-family: 'iconfont-destination';
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  right: 6px;
  bottom: 12px;
  content: '';
  text-transform: none;
  color: #555;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .gallery--btn {
    right: 30px;
    width: 212px;
  }

  .gallery--btn span:after {
    right: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery--btn {
    right: 0;
  }
}

/*--------------------------*/

/* CONDO UNIT SEARCH BAR
/*--------------------------*/

.section--search {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .section--search {
    padding: 0 21px;
  }
}

@media only screen and (min-width: 992px) {
  .section--search {
    padding: 0;
  }
}

.search__container {
  position: relative;
  width: 100%;
  max-width: 879px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

@media only screen and (min-width: 768px) {
  .search__container {
    flex-direction: row;
    margin-bottom: 60px;
    padding: 14px 15px;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search__bar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .search__bar {
    flex-direction: row;
    height: 48px;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search__section {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
}

.search__section.section--title span {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .search__section.section--title span {
    text-align: left;
  }
}

.search__section.section--cta {
  cursor: pointer;
  background-color: #000;
}

.search__section.section--cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .search__section {
    margin-bottom: 0;
  }

  .search__section.section--title {
    max-width: 110px;
  }

  .search__section.section--filters {
    max-width: 53%;
  }

  .search__section.section--cta {
    max-width: 23%;
    margin-left: 6%;
  }
}

@media only screen and (min-width: 992px) {
  .search__section.section--cta {
    margin-left: 9%;
  }
}

.section--filters {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .section--filters {
    flex-direction: row;
    height: 48px;
    -ms-flex-direction: row;
  }
}

.section--filters .dates--checkin.datepicker--checkin-date,
.section--filters .dates--checkout.datepicker--checkout-date {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px 10px 16px 14px;
  cursor: pointer;
  border: 0;
  outline: none;
}

.section--filters .dates--checkin.datepicker--checkin-date::-webkit-input-placeholder,
.section--filters .dates--checkout.datepicker--checkout-date::-webkit-input-placeholder {
  transform: translateY(-2px);
  color: #626363;
}

.section--filters .dates--checkin.datepicker--checkin-date:-moz-placeholder,
.section--filters .dates--checkout.datepicker--checkout-date:-moz-placeholder {
  transform: translateY(-2px);
  /* Firefox 18- */
  color: #626363;
}

.section--filters .dates--checkin.datepicker--checkin-date::-moz-placeholder,
.section--filters .dates--checkout.datepicker--checkout-date::-moz-placeholder {
  transform: translateY(-2px);
  /* Firefox 19+ */
  color: #626363;
}

.section--filters .dates--checkin.datepicker--checkin-date:-ms-input-placeholder,
.section--filters .dates--checkout.datepicker--checkout-date:-ms-input-placeholder {
  transform: translateY(-2px);
  color: #626363;
}

.filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #bebebe;
}

.filter.filter--dates {
  display: block;
  border: 0;
}

.filter.filter--dates div {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #bebebe;
  /*height: 100%;*/
  background-color: #fff;
}

.filter.filter--dates div:after {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  content: '';
  text-transform: none;
  opacity: .7;
  color: #626363;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter.filter--dd {
  margin-bottom: 0;
  padding: 16px 10px 16px 14px;
  cursor: pointer;
  border: 1px solid #bebebe;
  background-color: #fff;
}

.filter span {
  width: 100%;
  text-align: center;
}

.filter .building__select span {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .filter {
    height: 100%;
    margin-bottom: 0;
  }

  .filter.filter--dates {
    display: -ms-flexbox;
    display: flex;
    min-width: 66.6666%;
    max-width: 66.6666%;
  }

  .filter.filter--dates div {
    margin-bottom: 0;
  }

  .filter.filter--building {
    min-width: 33.3333%;
    max-width: 33.3333%;
    border-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .filter.filter--dates {
    border: 1px solid #bebebe;
  }

  .filter.filter--dates div {
    border: 0;
  }

  .filter.filter--dates div:first-of-type {
    border-right: 1px solid #bebebe;
  }
}

.filter__select {
  width: 100%;
  background: url("/assets/media/images/property/arrow.svg") center right no-repeat;
  background-size: 9px 5px;
}

.filter__select span {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter__options {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -1px;
  display: none;
  width: auto;
  min-width: 101%;
  cursor: pointer;
  border: 1px solid #bebebe;
  background-color: #fff;
}

.filter__options.show {
  display: block;
}

.search__option {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 48px;
  padding: 16px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  color: #666;
}

.search__option.selected {
  color: #000;
  background-color: #eae3db;
}

.search__option:hover {
  color: #000;
  background-color: #eae3db;
}

.search__subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .search__subtitle {
    position: absolute;
    top: 100%;
    left: 18.125%;
    width: auto;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .search__subtitle {
    left: 15.125%;
  }
}

/*--------------------------*/

/* CONDO BASIC MAP
/*--------------------------*/

.condo-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  height: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .condo-map {
    height: 500px;
  }
}

/*--------------------------*/

/* CONDO LISTING MAP
/*--------------------------*/

#condo-map--searchmap {
  z-index: -9000;
  display: none;
  /*position: absolute;
    top: 100%;
    left: 0;*/
  width: 100%;
  transition: opacity .6s ease-in-out;
  opacity: 0;
}

#condo-map--searchmap.show-map {
  z-index: 20;
  display: block;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #condo-map--searchmap {
    height: 700px;
    margin-top: 20px;
  }
}

.infoBox {
  position: absolute;
  visibility: hidden;
  transform: translateY(-15px);
  /*&.search-map {
        width: 445px;

        .infoBox__content {
            width: 100%;
            height: 100%;
            padding: 20px;
        }

        .infoBox__triangle {
            left: 30%;
        }
    }*/
}

.infoBox .infoBox {
  visibility: visible;
  border: 1px solid #b6b6b6;
  background: #fff;
}

.infoBox .infoBox__triangle {
  position: absolute;
  top: 100%;
  left: 34.7%;
  width: 0;
  height: 0;
  border-width: 18px 9px 0 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.infoBox .infoBox__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  -ms-flex-direction: column;
}

.infoBox__row {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.infoBox__title {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #000;
}

.infoBox__title span {
  color: #b9babb;
}

.infoBox__details {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #222;
}

.infoBox__details li {
  float: left;
  width: 33.3333%;
}

.infoBox__cta {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 152px;
  height: 50px;
  margin-right: 19px;
  padding-top: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #eee;
  background-color: #000;
}

.infoBox__cta:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.infoBox__price {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 50px;
  display: inline-block;
  color: #222;
}

#condo-map--searchmap .infoBox {
  width: 445px;
  transform: translateY(-15px);
  /*height: 178px;*/
}

#condo-map--searchmap .infoBox .infoBox__content {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
}

#condo-map--searchmap .infoBox .infoBox__triangle {
  left: 32.5%;
}

/*-------------------------------*/

/* CONDO BUILDING LIST BODY COPY
/*-------------------------------*/

.condo--body-copy {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border: 15px solid #626363;
  border-top-width: 16px;
  border-bottom-width: 16px;
  background-color: #eae3db;
}

.condo--body-copy .search__container {
  border: 0;
}

@media only screen and (min-width: 768px) {
  .condo--body-copy .search__container {
    background-color: #fff;
  }
}

.body-copy__container {
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  padding: 40px 30px 0;
}

.body-copy__container h1,
.body-copy__container .hero .hero--title,
.hero .body-copy__container .hero--title,
.body-copy__container h2,
.body-copy__container p {
  position: relative;
  width: 100%;
  text-align: center;
}

.body-copy__container h1,
.body-copy__container .hero .hero--title,
.hero .body-copy__container .hero--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 63px;
  font-size: 6.3rem;
  line-height: 1;
  z-index: 50;
  margin-bottom: .33em;
  color: #555;
}

.body-copy__container h2 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 28px;
  font-size: 2.8rem;
  display: none;
  margin-top: -12px;
  padding-top: 15px;
  text-transform: uppercase;
  color: #222;
}

.body-copy__container h2:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  content: '';
  transform: translateX(-50%);
  border-bottom: 1px solid #eee;
}

.body-copy__container p {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  padding-top: 15px;
  color: #626363;
}

.body-copy__container p:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  content: '';
  transform: translateX(-50%);
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .body-copy__container p:after {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .body-copy__container {
    padding: 60px 21px 35px;
  }

  .body-copy__container h2 {
    display: block;
  }

  .body-copy__container h2:after {
    width: 39.766%;
  }

  .body-copy__container p {
    margin-top: 20px;
  }
}

/*--------------------------*/

/* CONDO BUILDING-LIST LIST
/*--------------------------*/

.list--building,
.building__item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .list--building,
  .building__item {
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list--building {
  max-width: 1440px;
  margin: 0 auto;
  counter-reset: pod-counter;
}

@media only screen and (min-width: 768px) {
  .building__item:nth-child(even) {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}

.building__image,
.building__info {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .building__image,
  .building__info {
    width: 50%;
    height: 342px;
    -ms-flex: 1;
    flex: 1;
  }
}

.building__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.building__info {
  padding: 30px 30px 45px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .building__info {
    height: 342px;
    padding: 0;
  }
}

.info__container {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .info__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 87.4263%;
    transform: translate(-50%, -50%);
  }
}

.info__container h3,
.info__container p {
  font-family: 'brandon_grotesquelight', serif;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.info__container h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #222;
}

.info__container p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #626363;
}

.building-number {
  position: relative;
  z-index: 10;
  text-align: center;
}

.building-number span {
  padding: 0 5px;
  background-color: #fff;
}

.building-number span:before {
  content: counter(pod-counter, decimal-leading-zero);
  counter-increment: pod-counter;
  color: #555;
}

.building-number span:after {
  position: absolute;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 50px;
  content: '';
  transform: translate(-50%, -50%);
  border-top: 1px solid #eee;
}

.info__cta {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .info__cta {
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.info__cta .cta--search,
.info__cta .cta--details {
  display: block;
  width: 100%;
  padding: 16px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
  outline: none;
}

@media only screen and (min-width: 992px) {
  .info__cta .cta--search,
  .info__cta .cta--details {
    width: auto;
    transform: translateX(.5px) translateY(.5px);
  }
}

.info__cta .cta--search {
  z-index: 10;
  color: #fff;
  border-color: #555;
  background-color: #000;
}

.info__cta .cta--search:hover,
.info__cta .cta--search:focus,
.info__cta .cta--search.focus,
.info__cta .cta--search:active,
.info__cta .cta--search.active,
.open > .info__cta .cta--search.dropdown-toggle {
  color: #fff;
  border-color: #5f5f5f;
  background-color: #0a0a0a;
}

.info__cta .cta--search:active,
.info__cta .cta--search.active,
.open > .info__cta .cta--search.dropdown-toggle {
  background-image: none;
}

.info__cta .cta--search.disabled,
.info__cta .cta--search.disabled:hover,
.info__cta .cta--search.disabled:focus,
.info__cta .cta--search.disabled.focus,
.info__cta .cta--search.disabled:active,
.info__cta .cta--search.disabled.active,
.info__cta .cta--search[disabled],
.info__cta .cta--search[disabled]:hover,
.info__cta .cta--search[disabled]:focus,
.info__cta .cta--search[disabled].focus,
.info__cta .cta--search[disabled]:active,
.info__cta .cta--search[disabled].active,
fieldset[disabled] .info__cta .cta--search,
fieldset[disabled] .info__cta .cta--search:hover,
fieldset[disabled] .info__cta .cta--search:focus,
fieldset[disabled] .info__cta .cta--search.focus,
fieldset[disabled] .info__cta .cta--search:active,
fieldset[disabled] .info__cta .cta--search.active {
  border-color: #555;
  background-color: #000;
}

.info__cta .cta--search .badge {
  color: #000;
  background-color: #fff;
}

.info__cta .cta--details {
  margin-left: 0;
  color: #000;
  border-color: #555;
  background-color: #eae3db;
}

.info__cta .cta--details:hover,
.info__cta .cta--details:focus,
.info__cta .cta--details.focus,
.info__cta .cta--details:active,
.info__cta .cta--details.active,
.open > .info__cta .cta--details.dropdown-toggle {
  color: #000;
  border-color: #5f5f5f;
  background-color: #f2ede8;
}

.info__cta .cta--details:active,
.info__cta .cta--details.active,
.open > .info__cta .cta--details.dropdown-toggle {
  background-image: none;
}

.info__cta .cta--details.disabled,
.info__cta .cta--details.disabled:hover,
.info__cta .cta--details.disabled:focus,
.info__cta .cta--details.disabled.focus,
.info__cta .cta--details.disabled:active,
.info__cta .cta--details.disabled.active,
.info__cta .cta--details[disabled],
.info__cta .cta--details[disabled]:hover,
.info__cta .cta--details[disabled]:focus,
.info__cta .cta--details[disabled].focus,
.info__cta .cta--details[disabled]:active,
.info__cta .cta--details[disabled].active,
fieldset[disabled] .info__cta .cta--details,
fieldset[disabled] .info__cta .cta--details:hover,
fieldset[disabled] .info__cta .cta--details:focus,
fieldset[disabled] .info__cta .cta--details.focus,
fieldset[disabled] .info__cta .cta--details:active,
fieldset[disabled] .info__cta .cta--details.active {
  border-color: #555;
  background-color: #eae3db;
}

.info__cta .cta--details .badge {
  color: #eae3db;
  background-color: #000;
}

@media only screen and (min-width: 992px) {
  .info__cta .cta--details {
    margin-left: -1px;
    border-left: 0;
  }
}

/*-------------------------------*/

/* CONDO SEARCH RESULTS HEADER
/*-------------------------------*/

.search-header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 60px;
  border: 15px solid #626363;
  border-top-width: 16px;
  border-bottom-width: 16px;
  background-color: #eae3db;
}

.search-header h1,
.search-header .hero .hero--title,
.hero .search-header .hero--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 73px;
  font-size: 7.3rem;
  line-height: 41px;
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  color: #555;
}

@media only screen and (min-width: 768px) {
  .search-header h1,
  .search-header .hero .hero--title,
  .hero .search-header .hero--title {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 75px;
  }
}

.edit-dates {
  position: absolute;
  bottom: 10px;
  left: 4.882%;
  padding-left: 25px;
}

@media only screen and (min-width: 992px) {
  .edit-dates {
    bottom: 20px;
  }
}

.edit-dates:before {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  content: '';
  text-transform: none;
  opacity: .7;
  color: #626363;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.edit-dates .edit-btn {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  color: #000;
}

.edit-dates .dates--checkinout {
  cursor: pointer;
  color: #222;
  border: 0;
  outline: none;
}

.edit-dates .dates--checkinout::-webkit-input-placeholder {
  color: #222;
}

.edit-dates .dates--checkinout:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}

.edit-dates .dates--checkinout::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}

.edit-dates .dates--checkinout:-ms-input-placeholder {
  color: #222;
}

.calendars-month td a.calendars-selected.clicked,
.calendars-month td a.calendars-selected.check-in {
  color: #626363;
  background: #000;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #000 51%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
}

.calendars-month td a.calendars-selected.endClick,
.calendars-month td a.calendars-selected.check-out {
  color: #626363;
  background: #000;
  background: linear-gradient(135deg, #000 0%, #000 50%, #fff 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
}

.calendars-month td a.calendar-range {
  color: #fff;
  background-color: #000;
}

.calendars-month td span.startDate {
  color: #626363;
  background: #000;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #000 51%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
}

/*-----------------------*/

/* CONDO LISTING FILTER
/*-----------------------*/

.filters__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0 0;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .filters__container {
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.filters__container .search-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .filters__container .search-bar {
    flex-direction: row;
    width: auto;
    margin-bottom: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
  }
}

.filters__container .search-bar label {
  display: block;
  width: 100%;
  padding: 16px 10px;
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .filters__container .search-bar label {
    width: auto;
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.filters__container .search-bar input {
  width: calc(100% - 50px);
  padding: 16px 10px;
  border: none;
}

@media only screen and (min-width: 768px) {
  .filters__container .search-bar input {
    width: 180px;
    padding: 0 10px;
  }
}

.filters__container .search-bar input::-webkit-input-placeholder {
  color: #777;
}

.filters__container .search-bar input::-moz-placeholder {
  color: #777;
}

.filters__container .search-bar input:-ms-input-placeholder {
  color: #777;
}

.filters__container .search-bar input:-moz-placeholder {
  color: #777;
}

.filters__container .search-bar__field {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .filters__container .search-bar__field {
    margin-right: 10px;
  }
}

.filters__container .search-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  cursor: pointer;
}

.filters__container .search-btn:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.listing-filters {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #000;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .listing-filters {
    padding: 28px 0;
  }

  .listing-filters .filters__container {
    padding: 0 10px;
  }
}

.listing-filters .filters__container {
  margin: 0;
}

.condo-filter-section {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .condo-filter-section {
    max-width: 50%;
    margin-bottom: 0;
  }
}

.condo-filter-section .filter--dd {
  width: 100%;
}

.condo-filter-section .filter--dd .search__option {
  padding: 0 16px;
}

.condo-filter-section .filter--dd .search__option:not(:last-of-type):after {
  position: absolute;
  bottom: 1px;
  left: 10%;
  width: 80%;
  content: '';
  border-bottom: 1px solid #bebebe;
}

.condo-filter-section input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.condo-filter-section label {
  line-height: 48px;
  position: relative;
  display: block;
  padding: 0 16px 0 0;
  cursor: pointer;
  text-transform: none;
  color: #000;
}

.condo-filter-section input + label {
  color: #222;
}

.condo-filter-section input + label:after {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 96%;
  display: inline-block;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #333;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.condo-filter-section input:checked + label {
  color: #222;
}

.condo-filter-section input:checked + label:after {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 96%;
  display: inline-block;
  content: '';
  transform: translateY(-50%);
  text-transform: none;
  color: #333;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter-title,
.filter-clear {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .filter-title,
  .filter-clear {
    max-width: 75px;
  }
}

.filter-title {
  padding: 18px 10px 16px 0;
  text-transform: uppercase;
}

.filter-clear {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 18px 0 16px 30px;
  cursor: pointer;
  text-align: left;
}

.filter-clear:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  background: url("/assets/media/images/property/filter-clear.svg") center left no-repeat;
  background-size: 22px 22px;
}

@media only screen and (min-width: 768px) {
  .filter-clear {
    padding: 18px 0 16px 10px;
    text-align: right;
  }

  .filter-clear:before {
    left: 15px;
  }
}

.additional-filters {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #eae3db;
  -ms-flex-direction: column;
}

.additional-filters.fixed-height {
  /*height: 154px;*/
  /*padding: 22px 30px 0;*/
  position: relative;
}

@media only screen and (min-width: 768px) {
  .additional-filters {
    display: block;
  }

  .additional-filters.fixed-height {
    /*height: 72px;*/
    padding: 0;
  }

  .additional-filters.fixed-height .filters__container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.more-filters__checklist {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px 20px 15px;
  opacity: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
}

.more-filters__checklist.open {
  display: block;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .more-filters__checklist {
    flex-direction: row;
    padding: 0 20px 30px 20px;
    -ms-flex-direction: row;
  }
}

.more-filters {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 50px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}

.more-filters.open {
  max-height: 600px;
}

@media only screen and (min-width: 768px) {
  .more-filters {
    width: 142px;
  }

  .more-filters.open {
    position: absolute;
    top: 20px;
    /*
			width: 100%;
			height: auto;
			min-height: 50px;
			max-height: 800px;*/
    display: inline-block;
    width: auto;
  }
}

.more-filters__cta {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 16px 0;
  cursor: pointer;
  text-align: center;
  color: #000;
}

.more-filters__cta.active:after {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-left: 12px;
  content: '';
  text-transform: none;
  color: #7a7a7a;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .more-filters__cta {
    width: 170px;
    padding: 16px 0 16px 24px;
    text-align: left;
  }
}

.checklist__item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 0;
  -ms-flex-align: center;
  align-items: center;
}

.checklist__item input[type=checkbox] {
  margin: 0;
}

.checklist__item label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 90%;
  margin-bottom: 0;
  margin-left: 10px;
}

.checklist__item:last-of-type {
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .checklist__item {
    display: -ms-flexbox;
    display: flex;
  }
}

.view-toggle {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  /*position: absolute;
	top: 60px;
	right: 0;*/
  width: 100%;
  height: 50px;
  border: 1px solid #c0c0c0;
  /*
	&.open {
		position: absolute;
		top: 20px;
	}
	*/
}

@media only screen and (min-width: 768px) {
  .view-toggle {
    top: 0;
    width: 193px;
  }
}

.view__btn {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
  height: 100%;
  padding-top: 14px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #7f7f7f;
  background-color: #fff;
  -ms-flex: 1;
  flex: 1;
}

.view__btn:before {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}

.view__btn.active {
  color: #fff;
  background-color: #000;
}

#view--map {
  border-right: 1px solid #c0c0c0;
}

#view--map:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  width: 12px;
  height: 17px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#view--list:before {
  font-family: 'iconfont-destination';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  width: 14px;
  height: 10px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.listings--total,
.listings--sort {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding: 22px 0;
  color: #626363;
  -ms-flex: 1;
  flex: 1;
}

.listings--sort {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listings--sort.hide {
  z-index: -9000;
}

.listings--sort .sort__label {
  max-width: 26%;
}

.listings--sort .filter__select {
  max-width: 74%;
  cursor: pointer;
  color: #000;
}

.listings--sort .filter__select span {
  text-align: center;
}

.listings--sort .filter__options {
  top: 6px;
  right: 0;
  left: auto;
  min-width: 74%;
  max-width: 74%;
  color: #000;
  border-top: 1px solid #bebebe;
}

.listings--sort .filter__options input[type=radio] {
  display: none;
}

.listings--sort .search__option {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 16px;
  text-transform: none;
}

.listings--sort .search__option:hover {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .listings--sort {
    max-width: 234px;
    padding-right: 20px;
  }
}

/*-----------------------*/

/* CONDO LISTING ITEM
/*-----------------------*/

.resultsArea {
  display: block;
  visibility: visible;
}

.resultsArea.hidden {
  display: none;
  visibility: hidden;
}

.condo-listings {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #eae3db;
}

.listings--container {
  /*display: flex;
	flex-direction: column;*/
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .listings--container {
    padding: 0;
  }
}

.condo--list-item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .condo--list-item {
    flex-direction: row;
    height: 271px;
    margin-bottom: 11px;
    -ms-flex-direction: row;
  }
}

.condo--list-item:last-child {
  margin-bottom: 0;
}

.condo--list-item__image {
  overflow: hidden;
  width: 100%;
  height: 256px;
  border: 16px solid #000;
}

.condo--list-item__image img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 768px) {
  .condo--list-item__image {
    width: 31.1828%;
    max-width: 290px;
    height: 100%;
  }

  .condo--list-item__image img {
    width: 100%;
    height: 271px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

.condo--list-item__info {
  font-family: 'brandon_grotesquelight', serif;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 20px 14px;
  -ms-flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info {
    height: 100%;
    padding: 45px 40px 32px 25px;
  }
}

.condo--list-item__info .info__title,
.condo--list-item__info .info__details-list,
.condo--list-item__info .info__details-cta,
.condo--list-item__info .info__booking {
  width: 100%;
}

.condo--list-item__info .info__title {
  margin-bottom: 20px;
}

.condo--list-item__info .info__title h2,
.condo--list-item__info .info__title h3 {
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  text-transform: uppercase;
}

.condo--list-item__info .info__title h2 {
  color: #222;
}

.condo--list-item__info .info__title h3 {
  color: #b9babb;
}

.condo--list-item__info .info__details-cta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #000;
}

.condo--list-item__info .info__details-list {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #222;
}

.condo--list-item__info .info__details-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.condo--list-item__info .info__details-list .details-list__item {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info .info__details-list .details-list__item {
    width: 33%;
  }
}

.condo--list-item__info .info__booking {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info .info__booking {
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking {
    margin-top: auto;
  }
}

.condo--list-item__info .info__booking .cta__container {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.condo--list-item__info .info__booking .booking__cta,
.condo--list-item__info .info__booking .detail__cta {
  display: block;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding-top: 16px;
  text-align: center;
  text-transform: uppercase;
  border-right: 2px solid;
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking .booking__cta,
  .condo--list-item__info .info__booking .detail__cta {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info .info__booking .booking__cta,
  .condo--list-item__info .info__booking .detail__cta {
    width: 152px;
  }
}

.condo--list-item__info .info__booking .booking__cta {
  color: #fff;
  border-color: #fff;
  background-color: #000;
}

.condo--list-item__info .info__booking .booking__cta:hover,
.condo--list-item__info .info__booking .booking__cta:focus,
.condo--list-item__info .info__booking .booking__cta.focus,
.condo--list-item__info .info__booking .booking__cta:active,
.condo--list-item__info .info__booking .booking__cta.active,
.open > .condo--list-item__info .info__booking .booking__cta.dropdown-toggle {
  color: #fff;
  border-color: white;
  background-color: #0a0a0a;
}

.condo--list-item__info .info__booking .booking__cta:active,
.condo--list-item__info .info__booking .booking__cta.active,
.open > .condo--list-item__info .info__booking .booking__cta.dropdown-toggle {
  background-image: none;
}

.condo--list-item__info .info__booking .booking__cta.disabled,
.condo--list-item__info .info__booking .booking__cta.disabled:hover,
.condo--list-item__info .info__booking .booking__cta.disabled:focus,
.condo--list-item__info .info__booking .booking__cta.disabled.focus,
.condo--list-item__info .info__booking .booking__cta.disabled:active,
.condo--list-item__info .info__booking .booking__cta.disabled.active,
.condo--list-item__info .info__booking .booking__cta[disabled],
.condo--list-item__info .info__booking .booking__cta[disabled]:hover,
.condo--list-item__info .info__booking .booking__cta[disabled]:focus,
.condo--list-item__info .info__booking .booking__cta[disabled].focus,
.condo--list-item__info .info__booking .booking__cta[disabled]:active,
.condo--list-item__info .info__booking .booking__cta[disabled].active,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta:hover,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta:focus,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta.focus,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta:active,
fieldset[disabled] .condo--list-item__info .info__booking .booking__cta.active {
  border-color: #fff;
  background-color: #000;
}

.condo--list-item__info .info__booking .booking__cta .badge {
  color: #000;
  background-color: #fff;
}

.condo--list-item__info .info__booking .detail__cta {
  color: #fff;
  border-color: #fff;
  background-color: #000;
}

.condo--list-item__info .info__booking .detail__cta:hover,
.condo--list-item__info .info__booking .detail__cta:focus,
.condo--list-item__info .info__booking .detail__cta.focus,
.condo--list-item__info .info__booking .detail__cta:active,
.condo--list-item__info .info__booking .detail__cta.active,
.open > .condo--list-item__info .info__booking .detail__cta.dropdown-toggle {
  color: #fff;
  border-color: white;
  background-color: #0a0a0a;
}

.condo--list-item__info .info__booking .detail__cta:active,
.condo--list-item__info .info__booking .detail__cta.active,
.open > .condo--list-item__info .info__booking .detail__cta.dropdown-toggle {
  background-image: none;
}

.condo--list-item__info .info__booking .detail__cta.disabled,
.condo--list-item__info .info__booking .detail__cta.disabled:hover,
.condo--list-item__info .info__booking .detail__cta.disabled:focus,
.condo--list-item__info .info__booking .detail__cta.disabled.focus,
.condo--list-item__info .info__booking .detail__cta.disabled:active,
.condo--list-item__info .info__booking .detail__cta.disabled.active,
.condo--list-item__info .info__booking .detail__cta[disabled],
.condo--list-item__info .info__booking .detail__cta[disabled]:hover,
.condo--list-item__info .info__booking .detail__cta[disabled]:focus,
.condo--list-item__info .info__booking .detail__cta[disabled].focus,
.condo--list-item__info .info__booking .detail__cta[disabled]:active,
.condo--list-item__info .info__booking .detail__cta[disabled].active,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta:hover,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta:focus,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta.focus,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta:active,
fieldset[disabled] .condo--list-item__info .info__booking .detail__cta.active {
  border-color: #fff;
  background-color: #000;
}

.condo--list-item__info .info__booking .detail__cta .badge {
  color: #000;
  background-color: #fff;
}

.condo--list-item__info .info__booking .booking__rate {
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  color: #b9babb;
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking .booking__rate {
    flex-direction: row;
    margin-top: 15px;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info .info__booking .booking__rate {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.condo--list-item__info .info__booking .booking__rate .rate__amount,
.condo--list-item__info .info__booking .booking__rate .rate__message {
  font-size: 26px;
  font-size: 2.6rem;
  margin-left: 15px;
  color: #222;
}

.condo--list-item__info .info__booking .booking__rate .rate__message {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100px;
  text-align: right;
  text-transform: uppercase;
}

.condo--list-item__info .info__booking .booking_availability_calendar_button {
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  color: #b9babb;
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking .booking_availability_calendar_button {
    flex-direction: row;
    margin-top: 15px;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .condo--list-item__info .info__booking .booking_availability_calendar_button {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta {
  display: none;
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta {
    display: block;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-color: #fff;
    border-right: 2px solid;
    background-color: #000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
  }

  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:hover,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:active,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.active,
  .open > .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.dropdown-toggle {
    color: #fff;
    border-color: white;
    background-color: #0a0a0a;
  }

  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:active,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.active,
  .open > .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.dropdown-toggle {
    background-image: none;
  }

  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled:hover,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled:focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled.focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled:active,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.disabled.active,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled],
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled]:hover,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled]:focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled].focus,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled]:active,
  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta[disabled].active,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:hover,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:focus,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.focus,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta:active,
  fieldset[disabled] .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta.active {
    border-color: #fff;
    background-color: #000;
  }

  .condo--list-item__info .info__booking .booking_availability_calendar_button a.rates_and_availability__cta .badge {
    color: #000;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .condo--list-item__info .info__booking .booking_availability_calendar_button div.rates_and_availability__cta {
    display: none;
  }
}

.condo--list-item__info .info__booking .booking_availability_calendar_button div.rates_and_availability__cta p {
  margin-bottom: 0;
}

/* Fix for condo pages images (stretched in IE) */

body.ie {
  /* 	.condo--list-item__image {
		background-size: 400px;
		background-position: top 0px left -74px;

		@include screen-xs {
			background-size: cover;
			background-position: 50% 50%;
		}

		img{
			visibility: hidden;
		}
	} */
}

.condo-search--container {
  padding: 0 10px;
}

.condo-search--header h1,
.condo-search--header .hero .hero--title,
.hero .condo-search--header .hero--title {
  font-size: 28px;
  max-width: 1200px;
  margin: 50px auto 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

.condo-search--columns {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .condo-search--columns {
    flex-direction: row;
    width: auto;
    -ms-flex-direction: row;
  }
}

.condo-search--filters-col {
  margin-bottom: 40px;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .condo-search--filters-col {
    width: 230px;
    margin: 0;
    padding: 0;
  }
}

.condo-search {
  margin-bottom: 80px;
}

.condo-search .pagination--wrapper.condo-list {
  background-color: transparent;
}

.condo-search .pagination--first,
.condo-search .pagination--previous,
.condo-search .pagination--current,
.condo-search .pagination--next,
.condo-search .pagination--last {
  display: block;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0;
  border: 0;
  -ms-flex-align: center;
  align-items: center;
}

.condo-search .pagination--first a,
.condo-search .pagination--previous a,
.condo-search .pagination--current a,
.condo-search .pagination--next a,
.condo-search .pagination--last a {
  margin: 5px;
  padding: 10px;
}

.condo-search .pagination--first a:after,
.condo-search .pagination--previous a:after,
.condo-search .pagination--current a:after,
.condo-search .pagination--next a:after,
.condo-search .pagination--last a:after {
  content: '';
}

.condo-search .pagination--first a:hover,
.condo-search .pagination--previous a:hover,
.condo-search .pagination--current a:hover,
.condo-search .pagination--next a:hover,
.condo-search .pagination--last a:hover {
  opacity: .7;
}

.condo-search .pagination.condo-list {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: unset;
  -ms-flex-pack: center;
  justify-content: center;
}

.condo-search .pagination.condo-list li,
.condo-search .pagination.condo-list > li {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0;
  margin-right: 5px;
  border: 0;
  -ms-flex-align: center;
  align-items: center;
}

.condo-search .pagination.condo-list li a,
.condo-search .pagination.condo-list > li a {
  display: inline-block;
  min-width: 30px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  color: #626363;
  background-color: #eee;
}

.condo-search .pagination.condo-list li a:hover,
.condo-search .pagination.condo-list > li a:hover {
  opacity: .7;
}

.condo-search .pagination.condo-list li.disabled a:hover,
.condo-search .pagination.condo-list > li.disabled a:hover {
  opacity: 1.0;
}

.condo-search .pagination.condo-list li.active a,
.condo-search .pagination.condo-list > li.active a {
  color: #fff;
  background-color: #000;
}

.condo-search .pagination.condo-list li:last-child,
.condo-search .pagination.condo-list > li:last-child {
  margin-right: 0;
}

.condo-search .pagination.condo-list .pagination--previous a {
  background-color: transparent;
}

.condo-search .pagination.condo-list .pagination--previous a:before {
  font-family: 'iconfont-destination';
  content: '';
}

.condo-search .pagination.condo-list .pagination--previous.disabled a {
  color: #eee;
}

.condo-search .pagination.condo-list .pagination--first a {
  background-color: transparent;
}

.condo-search .pagination.condo-list .pagination--first a:before {
  font-family: 'iconfont-destination';
  margin-right: -10px;
  content: '';
}

.condo-search .pagination.condo-list .pagination--first a:after {
  font-family: 'iconfont-destination';
  content: '';
}

.condo-search .pagination.condo-list .pagination--first.disabled a {
  color: #eee;
}

.condo-search .pagination.condo-list .pagination--next a {
  background-color: transparent;
}

.condo-search .pagination.condo-list .pagination--next a:before {
  font-family: 'iconfont-destination';
  content: '';
}

.condo-search .pagination.condo-list .pagination--next.disabled a {
  color: #eee;
}

.condo-search .pagination.condo-list .pagination--last a {
  background-color: transparent;
}

.condo-search .pagination.condo-list .pagination--last a:before {
  font-family: 'iconfont-destination';
  margin-right: -10px;
  content: '';
}

.condo-search .pagination.condo-list .pagination--last a:after {
  font-family: 'iconfont-destination';
  content: '';
}

.condo-search .pagination.condo-list .pagination--last.disabled a {
  color: #eee;
}

.condo-search .date-search {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.condo-search .date-search > span {
  font-size: 12px;
  margin: 2px;
  text-transform: uppercase;
  color: #626363;
}

.condo-search .date-search-box {
  position: relative;
  width: 105px;
  padding: 10px;
  color: white;
  background-color: #000;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.condo-search .date-search-box > span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  color: rgba(255, 255, 255, .8);
}

.condo-search .date-search-box input {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
}

.condo-search .date-search-box #checkout-day-label,
.condo-search .date-search-box #checkin-day-label {
  font-size: 13px;
  height: 13px;
  margin: 1em 0 2px;
  color: white;
}

.condo-search .date-search-box #checkout-date-label,
.condo-search .date-search-box #checkin-date-label {
  font-size: 20px;
  height: 20px;
}

.condo-search .additional-filters {
  margin: 0 0 10px 0;
  padding: 0 30px;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .condo-search .additional-filters {
    padding: 0;
  }
}

.condo-search .filters__columns {
  display: block;
}

.condo-search .filters__columns:after {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .condo-search .filters__columns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
  }
}

.condo-search .filters__left {
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .condo-search .filters__left {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.condo-search .filters__left:after {
  display: table;
  clear: both;
  content: '';
}

.condo-search .filters__right {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .condo-search .filters__right {
    width: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.condo-search .view-toggle {
  width: 100%;
  height: 50px;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .condo-search .view-toggle {
    width: 160px;
    height: 30px;
  }
}

.condo-search .view__btn {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.condo-search .view__btn:before {
  transform: none;
}

.condo-search #view--list:before {
  width: auto;
  height: auto;
}

.condo-search label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  color: #626363;
}

.condo-search .search-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .condo-search .search-bar {
    width: auto;
  }
}

.condo-search .search-bar input {
  width: calc(100% - 50px);
  padding: 16px 10px;
  border: none;
}

@media only screen and (min-width: 768px) {
  .condo-search .search-bar input {
    width: 180px;
    padding: 0 10px;
  }
}

.condo-search .search-bar input::-webkit-input-placeholder {
  color: #777;
}

.condo-search .search-bar input::-moz-placeholder {
  color: #777;
}

.condo-search .search-bar input:-ms-input-placeholder {
  color: #777;
}

.condo-search .search-bar input:-moz-placeholder {
  color: #777;
}

.condo-search .search-bar__field {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.condo-search .search-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  cursor: pointer;
}

.condo-search .search-btn:before {
  font-family: 'iconfont-destination';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.condo-search .listings--total,
.condo-search .listings--sort {
  position: relative;
  margin-right: 1em;
  padding: 0;
  color: #626363;
  -ms-flex: none;
  flex: none;
}

.condo-search .listings--total {
  float: left;
}

@media only screen and (min-width: 768px) {
  .condo-search .listings--total {
    float: none;
  }
}

.condo-search .listings--sort {
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: auto;
  -ms-flex-pack: unset;
  justify-content: unset;
}

@media only screen and (min-width: 768px) {
  .condo-search .listings--sort {
    float: none;
  }
}

.condo-search .listings--sort.hide {
  z-index: -9000;
}

.condo-search .listings--sort .sort__label {
  max-width: none;
  margin-right: .5em;
  white-space: nowrap;
}

.condo-search .listings--sort .filter__select {
  max-width: none;
  padding-right: 20px;
}

.condo-search .listings--sort .filter__select span {
  width: auto;
  text-align: left;
}

.condo-search .listings--sort .filter__options {
  top: 100%;
  min-width: none;
  max-width: none;
}

.condo-search .listings--sort .search__option {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 16px;
  text-transform: none;
}

.condo-search .listings--sort .search__option:hover {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .condo-search .listings--sort {
    max-width: none;
    padding-right: 0;
  }
}

.condo-search--filters {
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.condo-search--filters-header {
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.condo-search--filters-header span {
  display: block;
  background: url("/assets/media/images/property/arrow.svg") center right no-repeat;
  background-size: 9px 5px;
}

.condo-search--filter-group {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.condo-search--filter-group:last-child {
  border-bottom: 0;
}

.condo-search--filter-group > label {
  font-weight: bold;
  text-transform: uppercase;
  color: #626363;
}

.condo-search--filter-group .more-filters__checklist,
.condo-search--filter-group .filter__options {
  position: relative;
  z-index: 100;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  min-width: auto;
  padding: 0;
  cursor: unset;
  opacity: 1;
  border: 0;
  background-color: transparent;
}

.condo-search--filter-group .more-filters__checklist .collapsable,
.condo-search--filter-group .filter__options .collapsable {
  display: none;
}

.condo-search--filter-group .more-filters__checklist .view-less,
.condo-search--filter-group .more-filters__checklist .view-more,
.condo-search--filter-group .filter__options .view-less,
.condo-search--filter-group .filter__options .view-more {
  font-size: 13px;
  font-weight: 600;
  display: none;
  margin-top: .5em;
  cursor: pointer;
  color: #000;
}

.condo-search--filter-group .more-filters__checklist .view-less:hover,
.condo-search--filter-group .more-filters__checklist .view-more:hover,
.condo-search--filter-group .filter__options .view-less:hover,
.condo-search--filter-group .filter__options .view-more:hover {
  color: #333;
}

.condo-search--filter-group .more-filters__checklist .view-more,
.condo-search--filter-group .filter__options .view-more {
  display: inline-block;
}

.condo-search--filter-group .more-filters__checklist .collapsable-group.open .view-more,
.condo-search--filter-group .filter__options .collapsable-group.open .view-more {
  display: none;
}

.condo-search--filter-group .more-filters__checklist .collapsable-group.open .view-less,
.condo-search--filter-group .filter__options .collapsable-group.open .view-less {
  display: inline-block;
}

.condo-search--filter-group .filter__slider.noUi-target {
  height: 12px;
  margin: 15px 10px 20px;
  box-shadow: unset;
}

.condo-search--filter-group .filter__slider .noUi-connect {
  background-color: #000;
}

.condo-search--filter-group .filter__slider .noUi-handle {
  top: -5px !important;
  right: -10px !important;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 10px;
  background-color: #000;
  box-shadow: unset;
}

.condo-search--filter-group .filter__slider .noUi-handle:after,
.condo-search--filter-group .filter__slider .noUi-handle:before {
  display: none;
}

.condo-search--filter-group .filter__slider--option {
  display: none;
}

.condo-search--filter-group .filter__slider--labels {
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}

.condo-search--filter-group .filter__slider--min-label,
.condo-search--filter-group .filter__slider--max-label {
  position: absolute;
}

.condo-search--filter-group .filter__slider--min-label {
  left: 0;
  transform: translateX(-50%);
}

.condo-search--filter-group .filter__slider--max-label {
  right: 0;
  transform: translateX(50%);
}

.condo-search--filter-group .filter__slider--values {
  position: absolute;
  top: -10px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-100%);
}

.condo-search--filter-group .filter__slider--values * {
  display: block;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  -ms-flex-align: center;
  align-items: center;
}

.condo-search--filter-group .filter__slider--start-value,
.condo-search--filter-group .filter__slider--end-value {
  font-size: 12px;
  text-align: center;
  border: 1px solid #eee;
}

.condo-search--filter-group .checklist__item,
.condo-search--filter-group .search__option {
  height: auto;
  padding: 5px 0;
}

.condo-search--filter-group .checklist__item label,
.condo-search--filter-group .search__option label {
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 22px;
  cursor: pointer;
  text-transform: none;
  color: #555;
  -ms-flex-align: center;
  align-items: center;
}

.condo-search--filter-group .checklist__item label:before,
.condo-search--filter-group .checklist__item label:after,
.condo-search--filter-group .search__option label:before,
.condo-search--filter-group .search__option label:after {
  position: absolute;
  display: inline-block;
  content: '';
}

.condo-search--filter-group .checklist__item label:before,
.condo-search--filter-group .search__option label:before {
  top: 50%;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  transform: translateY(-50%);
  border: 1px solid #eee;
}

.condo-search--filter-group .checklist__item label:after,
.condo-search--filter-group .search__option label:after {
  top: 6px;
  left: 4px;
  display: inline-block;
  width: 9px;
  height: 6px;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 2px solid #626363;
  border-left: 2px solid #626363;
}

.condo-search--filter-group .checklist__item input[type=checkbox],
.condo-search--filter-group .search__option input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
}

.condo-search--filter-group .checklist__item input[type=checkbox] + label:after,
.condo-search--filter-group .search__option input[type=checkbox] + label:after {
  content: none;
}

.condo-search--filter-group .checklist__item input[type=checkbox]:checked + label:after,
.condo-search--filter-group .search__option input[type=checkbox]:checked + label:after {
  content: '';
}

.condo-search--filter-group .checklist__item input[type='checkbox']:focus + label::before,
.condo-search--filter-group .search__option input[type='checkbox']:focus + label::before {
  outline: #3b99fc auto 5px;
}

.condo-search--results-col {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .condo-search--results-col {
    width: calc(100% - 230px);
    padding-left: 30px;
  }
}

.condo-search--results-col .listings--container {
  max-width: unset;
}

.condo-search--results-col .condo-listings {
  background-color: transparent;
}

.condo-search--results-col .condo--list-item {
  height: auto;
  border: 1px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

@media only screen and (min-width: 992px) {
  .condo-search--results-col .condo--list-item {
    flex-direction: row;
    height: 300px;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.condo-search--results-col .condo--list-item__images {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .condo-search--results-col .condo--list-item__images {
    width: 300px;
  }
}

.condo-search--results-col .condo--list-item__images .slick-prev,
.condo-search--results-col .condo--list-item__images .slick-next {
  z-index: 1;
  top: auto;
  bottom: 6px;
  width: auto;
  height: auto;
  margin: 0;
}

.condo-search--results-col .condo--list-item__images .slick-prev {
  left: 0;
}

.condo-search--results-col .condo--list-item__images .slick-prev:before {
  font-family: 'iconfont-destination';
  font-size: 28px;
  content: '';
}

.condo-search--results-col .condo--list-item__images .slick-next {
  right: 0;
}

.condo-search--results-col .condo--list-item__images .slick-next:before {
  font-family: 'iconfont-destination';
  font-size: 28px;
  content: '';
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-prev,
.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  color: white;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-prev span,
.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-next span {
  display: none;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-prev:hover,
.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-next:hover {
  background: transparent;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-prev:before {
  font-family: 'iconfont-destination';
  font-size: 28px;
  content: '';
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-next {
  right: 0;
}

.condo-search--results-col .condo--list-item__images.owl-theme .owl-nav .owl-next:before {
  font-family: 'iconfont-destination';
  font-size: 28px;
  content: '';
}

.condo-search--results-col .condo--list-item__image {
  width: 100%;
  max-width: none;
  border: 0;
}

@media only screen and (min-width: 992px) {
  .condo-search--results-col .condo--list-item__image {
    width: 300px;
    max-width: none;
  }
}

.condo-search--results-col .condo--list-item__image img {
  height: 300px;
}

.condo-search--results-col .condo--list-item__image a {
  display: block;
}

.condo-search--results-col .condo--list-item__info {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 30px;
  -ms-flex-direction: column;
}

.condo-search--results-col .info__title h2 {
  font-size: 32px;
  display: block;
}

.condo-search--results-col .info__title h3 {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.condo-search--results-col .info__details-list {
  margin: 0 0 1em 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 992px) {
  .condo-search--results-col .info__details-list {
    width: 300px;
    width: auto;
    margin: 0;
  }
}

.condo-search--results-col .info__booking {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.condo-search--results-col .info__booking .cta__container {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

@media only screen and (min-width: 768px) {
  .condo-search--results-col .info__booking .cta__container {
    flex-direction: column;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-direction: column;
  }
}

.condo-search--results-col .info__booking .booking__cta,
.condo-search--results-col .info__booking .detail__cta {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: unset;
  max-height: unset;
  margin-top: 5px;
  padding: 0 10px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.condo-search--results-col .info__booking .booking__cta {
  border: 1px solid #000;
  -ms-flex-order: 2;
  order: 2;
}

.condo-search--results-col .info__booking .detail__cta {
  color: #000;
  border: 1px solid #000;
  background: white;
  -ms-flex-order: 1;
  order: 1;
}

.condo-search--results-col .info__booking .detail__cta:hover {
  opacity: .7;
  color: #000;
  border: 1px solid #000;
  background: white;
}

.condo-search--results-col .info__booking .booking__rate {
  margin: 5px 0 0 0;
  padding: 10px;
  border: 1px solid #eee;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .condo-search--results-col .info__booking .booking__rate {
    margin: 5px 20px 0 0;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.condo-search--results-col .info__booking .booking__rate .rate__label {
  text-align: right;
  text-transform: uppercase;
}

.condo-search--results-col .info__booking .booking__rate .rate__message {
  font-style: italic;
  width: auto;
  padding-top: 4px;
  text-transform: none;
}

.condo-search--results-col .rate__label {
  font-size: 13px;
}

/*--------------------------*/

/* CONDO UNIT BODY
/*--------------------------*/

.unit-body {
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .unit-body {
    padding: 60px 10px;
  }
}

@media only screen and (min-width: 992px) {
  .unit-body {
    padding: 60px 0;
  }
}

.unit__overview {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  padding: 0 30px;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .unit__overview {
    flex-direction: row;
    padding: 0;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.overview__copy {
  width: 100%;
  margin-bottom: 25px;
}

.overview__copy h1,
.overview__copy .hero .hero--title,
.hero .overview__copy .hero--title {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
}

.overview__copy h2 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #b9babb;
}

.overview__copy p {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #626363;
}

@media only screen and (min-width: 768px) {
  .overview__copy {
    width: 67.3684%;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .overview__copy h1,
  .overview__copy .hero .hero--title,
  .hero .overview__copy .hero--title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 5px;
  }

  .overview__copy h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.overview__sidebar {
  width: 250px;
}

.overview__sidebar .sidebar__social {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  /*&:after {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			border-bottom: 1px solid $gray-lighter;
		}*/
}

.overview__sidebar .sidebar__social .share:after {
  width: 64px;
}

.overview__sidebar .sidebar__social .social--pod {
  z-index: 10;
  width: auto;
  background-color: #fff;
}

.overview__sidebar .sidebar__social .social--pod.share-label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 9px;
  padding: 2px 9px 0 0;
  text-transform: uppercase;
  color: #222;
}

.overview__sidebar .sidebar__social .social--pod.links {
  /*padding: 0 12px 0 7px;*/
}

.overview__sidebar .sidebar__social .pod__icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 28px;
  height: 14px;
}

.overview__sidebar .sidebar__social .pod__icon span {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 1px;
  height: 1px;
}

.overview__sidebar .sidebar__social .pod__icon.facebook:before {
  font-family: 'iconfont-destination';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overview__sidebar .sidebar__social .pod__icon.twitter:before {
  font-family: 'iconfont-destination';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overview__sidebar .sidebar__social .pod__icon.email:before {
  font-family: 'iconfont-destination';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overview__sidebar .sidebar__social .pod__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #555;
}

.overview__sidebar .sidebar__social .pod__icon:hover:before {
  color: #f66;
}

.overview__sidebar .sidebar__booking {
  width: 100%;
  margin-bottom: 30px;
}

.overview__sidebar .sidebar__booking h3 {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #222;
}

.overview__sidebar .sidebar__booking .calendar-container {
  width: 250px;
  margin: 0 auto;
  padding: 24px 0 12px;
  border: 1px solid #b7b7b7;
  background-color: #f2f2f2;
}

.overview__sidebar .sidebar__booking .calendars {
  position: relative;
  width: 250px !important;
  background: transparent;
}

.overview__sidebar .sidebar__booking .calendars-nav {
  top: 0;
}

.overview__sidebar .sidebar__booking .calendars-cmd {
  color: #000;
}

.overview__sidebar .sidebar__booking .calendars-month {
  float: none;
}

.overview__sidebar .sidebar__booking .calendars-month table {
  width: 230px;
  margin: 0 auto;
}

.overview__sidebar .sidebar__booking .calendars-month tbody {
  background: #fff;
}

.overview__sidebar .sidebar__booking .calendars-month th {
  padding-bottom: 10px !important;
}

.overview__sidebar .sidebar__booking .calendars-month td {
  padding: 0;
}

.overview__sidebar .sidebar__booking .calendars-month-header {
  color: #222;
  background-color: transparent;
}

.overview__sidebar .sidebar__booking .calendar--legend {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 12px;
  margin: 0 auto;
  padding: 12px 0;
}

.overview__sidebar .sidebar__booking .calendar--legend div {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  width: 50%;
  height: 100%;
  padding-left: 18px;
  text-transform: uppercase;
  color: #222;
  -ms-flex: 1;
  flex: 1;
}

.overview__sidebar .sidebar__booking .calendar--legend div:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  border: 1px solid #b7b7b7;
  background-color: #fff;
}

.overview__sidebar .sidebar__booking .calendar--legend div.unavailable:before {
  font-family: 'iconfont-destination';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  color: #b7b7b7;
  background-color: #e1e0e0;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overview__sidebar .sidebar__booking .sidebar__cta {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 250px;
  height: 48px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: #000;
}

.overview__sidebar .sidebar__booking .booking__rate {
  margin-top: 30px;
  text-align: right;
}

.overview__sidebar .sidebar__booking .booking__rate .rate__amount,
.overview__sidebar .sidebar__booking .condo--list-item__info .info__booking .booking__rate .rate__message,
.condo--list-item__info .info__booking .overview__sidebar .sidebar__booking .booking__rate .rate__message {
  font-size: 26px;
  margin-top: 5px;
  color: #333;
}

.overview__sidebar .sidebar__title,
.overview__sidebar .sidebar__info li {
  margin: 0 0 10px 0;
}

.overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta {
  display: none;
}

@media only screen and (max-width: 767px) {
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta {
    display: block;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-color: #fff;
    border-right: 2px solid;
    background-color: #000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
  }

  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:hover,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:active,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.active,
  .open > .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.dropdown-toggle {
    color: #fff;
    border-color: white;
    background-color: #0a0a0a;
  }

  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:active,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.active,
  .open > .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.dropdown-toggle {
    background-image: none;
  }

  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled:hover,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled:focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled.focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled:active,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.disabled.active,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled],
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled]:hover,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled]:focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled].focus,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled]:active,
  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta[disabled].active,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:hover,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:focus,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.focus,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta:active,
  fieldset[disabled] .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta.active {
    border-color: #fff;
    background-color: #000;
  }

  .overview__sidebar .sitebar_rates_and_availability_cta a.rates_and_availability__cta .badge {
    color: #000;
    background-color: #fff;
  }
}

.overview__sidebar .sitebar_rates_and_availability_cta div.rates_and_availability__cta {
  margin: 20px auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .overview__sidebar .sitebar_rates_and_availability_cta div.rates_and_availability__cta {
    display: none;
  }
}

.overview__sidebar .sitebar_rates_and_availability_cta div.rates_and_availability__cta p {
  margin-bottom: 0;
}

/*--------------------------*/

/* CONDO UNIT DETAIL PODS
/*--------------------------*/

.unit-details {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px 25px;
  background-color: #eae3db;
}

@media only screen and (min-width: 768px) {
  .unit-details {
    padding: 60px 0;
  }
}

.details__pods-container {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .details__pods-container {
    flex-direction: row;
    padding: 0 10px;
    -ms-flex-direction: row;
  }
}

@media only screen and (min-width: 992px) {
  .details__pods-container {
    padding: 0;
  }
}

.detail__pod {
  font-family: 'brandon_grotesquelight', serif;
  width: 100%;
  padding: 30px 0;
}

.detail__pod:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.detail__pod .pod__title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.detail__pod .pod__list {
  font-size: 13px;
  font-size: 1.3rem;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
  -ms-flex-direction: column;
}

.detail__pod .pod__list li:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .detail__pod {
    width: 25%;
    padding: 0 30px;
  }

  .detail__pod:first-child {
    padding: 0 30px 0 0;
  }

  .detail__pod:last-child {
    padding: 0 0 0 30px;
  }

  .detail__pod:not(:last-child) {
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
}

/*--------------------------*/

/* CONDO BASIC MAP
/*--------------------------*/

.condo-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  height: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .condo-map {
    height: 500px;
  }
}

/*--------------------------*/

/* CONDO LISTING MAP
/*--------------------------*/

#condo-map--searchmap {
  z-index: -9000;
  display: none;
  /*position: absolute;
    top: 100%;
    left: 0;*/
  width: 100%;
  transition: opacity .6s ease-in-out;
  opacity: 0;
}

#condo-map--searchmap.show-map {
  z-index: 20;
  display: block;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #condo-map--searchmap {
    height: 700px;
    margin-top: 20px;
  }
}

.infoBox {
  position: absolute;
  visibility: hidden;
  transform: translateY(-15px);
  /*&.search-map {
        width: 445px;

        .infoBox__content {
            width: 100%;
            height: 100%;
            padding: 20px;
        }

        .infoBox__triangle {
            left: 30%;
        }
    }*/
}

.infoBox .infoBox {
  visibility: visible;
  border: 1px solid #b6b6b6;
  background: #fff;
}

.infoBox .infoBox__triangle {
  position: absolute;
  top: 100%;
  left: 34.7%;
  width: 0;
  height: 0;
  border-width: 18px 9px 0 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.infoBox .infoBox__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  -ms-flex-direction: column;
}

.infoBox__row {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.infoBox__title {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #000;
}

.infoBox__title span {
  color: #b9babb;
}

.infoBox__details {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #222;
}

.infoBox__details li {
  float: left;
  width: 33.3333%;
}

.infoBox__cta {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 152px;
  height: 50px;
  margin-right: 19px;
  padding-top: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #eee;
  background-color: #000;
}

.infoBox__cta:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.infoBox__price {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 50px;
  display: inline-block;
  color: #222;
}

#condo-map--searchmap .infoBox {
  width: 445px;
  transform: translateY(-15px);
  /*height: 178px;*/
}

#condo-map--searchmap .infoBox .infoBox__content {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
}

#condo-map--searchmap .infoBox .infoBox__triangle {
  left: 32.5%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: none;
}

.fancybox-wrap {
  position: absolute;
  z-index: 8020;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.fancybox-skin {
  position: relative;
  color: #444;
  border-radius: 4px;
  background: #f9f9f9;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
  color: #444;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/assets/media/images/property/accommodations/accommodations-fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  z-index: 8060;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  opacity: .8;
  background-position: 0 -108px;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/media/images/property/accommodations/accommodations-fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.fancybox-nav {
  position: absolute;
  z-index: 8040;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/media/images/property/accommodations/accommodations-fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  z-index: 8040;
  top: 50%;
  visibility: hidden;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  z-index: 8010;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: url("/assets/media/images/property/accommodations/accommodations-fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  font: normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 8050;
  visibility: hidden;
  text-shadow: none;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  z-index: 8050;
  right: 50%;
  bottom: 0;
  margin-bottom: -35px;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  white-space: nowrap;
  color: #fff;
  border-radius: 15px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, .8);
  text-shadow: 0 1px 2px #222;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/assets/media/images/property/accommodations/accommodations-fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/assets/media/images/property/accommodations/accommodations-fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.events-calendar {
  font-family: 'brandon_grotesquelight', serif;
  font-size: 12.5px;
  padding: 50px 0;
  background: white;
}

.events-calendar .events-calendar-header {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

.events-calendar .events-calendar-header .events-calendar-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

.events-calendar .events-calendar-header .events-calendar-description {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.events-calendar .left-container {
  float: left;
  width: 22%;
  min-width: 315px;
  min-height: 100px;
  margin: 20px;
  padding: 0 0 20px 65px;
}

.events-calendar .left-container .calendar-container {
  padding: 0 0 10px 0;
  background: #ebebeb;
}

.events-calendar .left-container .calendar-container .calendar-week {
  width: 250px;
  height: 95px;
  padding: 20px;
}

.events-calendar .left-container .calendar-container .calendar-week .current-week {
  font-size: 2rem;
  float: left;
  margin-left: 30px;
  text-align: center;
}

.events-calendar .left-container .calendar-container .calendar-week .left-arrow {
  float: left;
  width: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.events-calendar .left-container .calendar-container .calendar-week .left-arrow:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-calendar .left-container .calendar-container .calendar-week .right-arrow {
  float: right;
  width: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.events-calendar .left-container .calendar-container .calendar-week .right-arrow:before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-calendar .left-container #calendar {
  width: 240px;
  margin-left: 9px;
}

.events-calendar .left-container #calendar .ui-datepicker-calendar {
  background: white;
}

.events-calendar .left-container #calendar .ui-icon {
  background-image: none !important;
}

.events-calendar .left-container #calendar .ui-state-highlight {
  color: #4c592f !important;
  border: 1px solid #ccc !important;
  background: #f6f6f6 !important;
}

.events-calendar .left-container #calendar td a.ui-state-active {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

.events-calendar .left-container .categories {
  margin-top: 50px;
}

.events-calendar .left-container .categories .categories-header {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #000;
}

.events-calendar .left-container .categories ul {
  padding-left: 0;
}

.events-calendar .left-container .categories ul li {
  font-size: 1.4rem;
  padding: 5px 0;
  list-style: none;
  color: #000;
}

.events-calendar .left-container .categories ul li:before {
  font-family: 'iconfont-destination';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 5px;
  content: '';
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-calendar .left-container .categories ul li:hover {
  cursor: pointer;
  color: #626363;
}

.events-calendar .left-container .categories .categoriesId.active {
  font-weight: bold;
  color: #626363;
}

.events-calendar .right-container {
  float: left;
  width: 70%;
  padding: 0 40px 0 20px;
  background: white;
}

.events-calendar .right-container .event-day {
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  color: white;
  background-color: #000;
}

.events-calendar .right-container .event-day .date {
  font-size: 2rem;
  float: left;
}

.events-calendar .right-container .event-day .date .event-day-of-week {
  margin-right: 10px;
  text-transform: uppercase;
}

.events-calendar .right-container .event-day .date .event-date-string {
  font-size: 1.4rem;
}

.events-calendar .right-container .event-day .icon {
  position: relative;
  float: right;
  width: 30px;
  margin-top: 3px;
  margin-right: -13px;
}

.events-calendar .right-container .event-day .icon::before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  left: 50%;
  display: block;
  content: '';
  cursor: pointer;
  transform: translateX(-50%);
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-calendar .right-container .event-day .icon:after {
  position: absolute;
  z-index: 2;
  top: -13px;
  left: -13px;
  /* make this easy to click/touch */
  display: block;
  width: 40px;
  height: 40px;
  content: ' ';
  cursor: pointer;
}

.events-calendar .right-container .event-day .icon-up::before {
  font-family: 'iconfont-destination';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  left: 50%;
  display: block;
  content: '';
  cursor: pointer;
  transform: translateX(-50%);
  text-transform: none;
  color: #fff;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-calendar .right-container .eventsOfWeek {
  min-height: 100px;
  color: black;
}

.events-calendar .right-container ul.events {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.events-calendar .right-container ul.events li {
  position: relative;
  display: table;
  width: 100%;
  min-height: 87px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid #ddd;
  border-top: 0 none;
}

.events-calendar .right-container ul.events li:hover {
  z-index: 2;
  cursor: pointer;
  border: 0 none;
  box-shadow: 0 0 1px #999;
}

.events-calendar .right-container ul.events li:hover .event-description {
  display: block !important;
  margin-right: 20px;
}

.events-calendar .right-container ul.events li .event-hours {
  display: table-cell;
  width: 8%;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background: #ebebeb;
}

.events-calendar .right-container ul.events li .event-hours .event-end-time:before {
  display: block;
  width: .6rem;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 27px;
  content: '';
  text-align: center;
  border-top: .1rem solid black;
}

.events-calendar .right-container ul.events li .event-hours .event-end-time:empty:before {
  display: none;
}

.events-calendar .right-container ul.events li .event-detail {
  display: table-cell;
  float: left;
  margin-left: 20px;
}

.events-calendar .right-container ul.events li .event-detail h3 {
  padding-top: 15px;
  color: #000;
}

.events-calendar .right-container ul.events li .event-detail p,
.events-calendar .right-container ul.events li .event-detail .event-location,
.events-calendar .right-container ul.events li .event-detail .event-description {
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-bottom: 10px;
  color: #000;
}

.events-calendar .right-container ul.events li .event-detail .event-location {
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .events-calendar #calendar {
    display: none;
  }

  .events-calendar .left-container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .events-calendar .left-container .calendar-week {
    width: 350px !important;
    height: 55px !important;
    margin: 0 auto;
    padding: 20px !important;
  }

  .events-calendar .left-container .calendar-week br {
    display: none;
  }

  .events-calendar .left-container .calendar-week .current-week {
    font-size: 2rem;
    float: left;
    margin-left: 44px;
    text-align: center;
  }

  .events-calendar .left-container .calendar-week .left-arrow,
  .events-calendar .left-container .calendar-week .right-arrow {
    margin-top: 5px !important;
  }

  .events-calendar .left-container .categories {
    margin-top: 20px;
  }

  .events-calendar .left-container .categories .categories-header {
    margin-bottom: 10px;
  }

  .events-calendar .left-container .categories ul {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .events-calendar .right-container {
    width: 100%;
    padding: 0 20px 0 20px;
  }

  .events-calendar .event-day {
    margin-top: 0 !important;
  }

  .events-calendar ul.events {
    line-height: 1 !important;
  }

  .events-calendar ul.events li {
    line-height: 1 !important;
    display: inline-block !important;
  }

  .events-calendar ul.events li br {
    display: none;
  }

  .events-calendar ul.events li .event-hours {
    padding: 10px 16px !important;
    text-align: left !important;
    background: #fff !important;
  }

  .events-calendar ul.events li .event-detail {
    margin-left: 15px !important;
  }

  .events-calendar ul.events li .event-detail h3 {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .events-calendar .left-container {
    min-width: 250px;
    padding: 0;
  }

  .events-calendar .right-container {
    padding: 0;
  }
}

@media (width: 800px) {
  .events-calendar .right-container {
    width: 60%;
    padding: 0;
  }
}

.touch .events-calendar .event-description {
  display: block !important;
  margin-right: 20px;
}

.navigation {
  text-transform: uppercase;
}

.header--gallery-trigger {
  font-weight: bold;
}

.header--gallery-trigger:before,
.header--gallery-trigger:after {
  border-color: transparent;
}

.content-overview--title {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 5em;
  text-transform: none;
  color: #fff;
}

.content-overview--sub-title {
  font-family: 'brandon_grotesquelight', serif;
  color: #0079c2;
}

.content-overview--title + .content-overview--sub-title:before {
  border: none;
}

.content-overview--content p {
  color: #fff;
}

.btn--primary,
.btn--brand-primary,
.featured--cta .btn,
.featured--cta .btn--brand-primary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn--primary:hover,
.btn--brand-primary:hover,
.featured--cta .btn:hover,
.btn--primary:focus,
.btn--brand-primary:focus,
.featured--cta .btn:focus,
.btn--primary.focus,
.focus.btn--brand-primary,
.featured--cta .focus.btn,
.btn--primary:active,
.btn--brand-primary:active,
.featured--cta .btn:active,
.btn--primary.active,
.active.btn--brand-primary,
.featured--cta .active.btn,
.open > .btn--primary.dropdown-toggle,
.open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn,
.featured--cta .open > .dropdown-toggle.btn--primary,
.featured--cta .open > .dropdown-toggle.btn--secondary,
.featured--cta .open > .dropdown-toggle.btn--book,
.featured--cta .open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn--social-login,
.featured--cta .open > .dropdown-toggle.btn--rss,
.featured--cta .open > .dropdown-toggle.property-popup--cta {
  color: #fff;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}

.btn--primary:active,
.btn--brand-primary:active,
.featured--cta .btn:active,
.btn--primary.active,
.active.btn--brand-primary,
.featured--cta .active.btn,
.open > .btn--primary.dropdown-toggle,
.open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn,
.featured--cta .open > .dropdown-toggle.btn--primary,
.featured--cta .open > .dropdown-toggle.btn--secondary,
.featured--cta .open > .dropdown-toggle.btn--book,
.featured--cta .open > .dropdown-toggle.btn--brand-primary,
.featured--cta .open > .dropdown-toggle.btn--social-login,
.featured--cta .open > .dropdown-toggle.btn--rss,
.featured--cta .open > .dropdown-toggle.property-popup--cta {
  background-image: none;
}

.btn--primary.disabled,
.disabled.btn--brand-primary,
.featured--cta .disabled.btn,
.btn--primary.disabled:hover,
.disabled.btn--brand-primary:hover,
.featured--cta .disabled.btn:hover,
.featured--cta .disabled.btn--secondary:hover,
.featured--cta .disabled.btn--book:hover,
.featured--cta .disabled.btn--social-login:hover,
.featured--cta .disabled.btn--rss:hover,
.featured--cta .disabled.property-popup--cta:hover,
.btn--primary.disabled:focus,
.disabled.btn--brand-primary:focus,
.featured--cta .disabled.btn:focus,
.featured--cta .disabled.btn--secondary:focus,
.featured--cta .disabled.btn--book:focus,
.featured--cta .disabled.btn--social-login:focus,
.featured--cta .disabled.btn--rss:focus,
.featured--cta .disabled.property-popup--cta:focus,
.btn--primary.disabled.focus,
.disabled.focus.btn--brand-primary,
.featured--cta .disabled.focus.btn,
.featured--cta .disabled.focus.btn--secondary,
.featured--cta .disabled.focus.btn--book,
.featured--cta .disabled.focus.btn--social-login,
.featured--cta .disabled.focus.btn--rss,
.featured--cta .disabled.focus.property-popup--cta,
.btn--primary.disabled:active,
.disabled.btn--brand-primary:active,
.featured--cta .disabled.btn:active,
.featured--cta .disabled.btn--secondary:active,
.featured--cta .disabled.btn--book:active,
.featured--cta .disabled.btn--social-login:active,
.featured--cta .disabled.btn--rss:active,
.featured--cta .disabled.property-popup--cta:active,
.btn--primary.disabled.active,
.disabled.active.btn--brand-primary,
.featured--cta .disabled.active.btn,
.featured--cta .disabled.active.btn--secondary,
.featured--cta .disabled.active.btn--book,
.featured--cta .disabled.active.btn--social-login,
.featured--cta .disabled.active.btn--rss,
.featured--cta .disabled.active.property-popup--cta,
.btn--primary[disabled],
.btn--brand-primary[disabled],
.featured--cta .btn[disabled],
.btn--primary[disabled]:hover,
.btn--brand-primary[disabled]:hover,
.featured--cta .btn[disabled]:hover,
.featured--cta .btn--secondary[disabled]:hover,
.featured--cta .btn--book[disabled]:hover,
.featured--cta .btn--social-login[disabled]:hover,
.featured--cta .btn--rss[disabled]:hover,
.featured--cta .property-popup--cta[disabled]:hover,
.btn--primary[disabled]:focus,
.btn--brand-primary[disabled]:focus,
.featured--cta .btn[disabled]:focus,
.featured--cta .btn--secondary[disabled]:focus,
.featured--cta .btn--book[disabled]:focus,
.featured--cta .btn--social-login[disabled]:focus,
.featured--cta .btn--rss[disabled]:focus,
.featured--cta .property-popup--cta[disabled]:focus,
.btn--primary[disabled].focus,
.btn--brand-primary[disabled].focus,
.featured--cta .btn[disabled].focus,
.featured--cta .btn--secondary[disabled].focus,
.featured--cta .btn--book[disabled].focus,
.featured--cta .btn--social-login[disabled].focus,
.featured--cta .btn--rss[disabled].focus,
.featured--cta .property-popup--cta[disabled].focus,
.btn--primary[disabled]:active,
.btn--brand-primary[disabled]:active,
.featured--cta .btn[disabled]:active,
.featured--cta .btn--secondary[disabled]:active,
.featured--cta .btn--book[disabled]:active,
.featured--cta .btn--social-login[disabled]:active,
.featured--cta .btn--rss[disabled]:active,
.featured--cta .property-popup--cta[disabled]:active,
.btn--primary[disabled].active,
.btn--brand-primary[disabled].active,
.featured--cta .btn[disabled].active,
.featured--cta .btn--secondary[disabled].active,
.featured--cta .btn--book[disabled].active,
.featured--cta .btn--social-login[disabled].active,
.featured--cta .btn--rss[disabled].active,
.featured--cta .property-popup--cta[disabled].active,
fieldset[disabled] .btn--primary,
fieldset[disabled] .btn--brand-primary,
fieldset[disabled] .featured--cta .btn,
.featured--cta fieldset[disabled] .btn,
fieldset[disabled] .btn--primary:hover,
fieldset[disabled] .btn--brand-primary:hover,
fieldset[disabled] .featured--cta .btn:hover,
.featured--cta fieldset[disabled] .btn:hover,
fieldset[disabled] .btn--primary:focus,
fieldset[disabled] .btn--brand-primary:focus,
fieldset[disabled] .featured--cta .btn:focus,
.featured--cta fieldset[disabled] .btn:focus,
fieldset[disabled] .btn--primary.focus,
fieldset[disabled] .focus.btn--brand-primary,
fieldset[disabled] .featured--cta .focus.btn,
.featured--cta fieldset[disabled] .focus.btn,
fieldset[disabled] .btn--primary:active,
fieldset[disabled] .btn--brand-primary:active,
fieldset[disabled] .featured--cta .btn:active,
.featured--cta fieldset[disabled] .btn:active,
fieldset[disabled] .btn--primary.active,
fieldset[disabled] .active.btn--brand-primary,
fieldset[disabled] .featured--cta .active.btn,
.featured--cta fieldset[disabled] .active.btn {
  border-color: #000;
  background-color: #000;
}

.btn--primary .badge,
.btn--brand-primary .badge,
.featured--cta .btn .badge {
  color: #000;
  background-color: #fff;
}

.featured--type:before,
.featured--type:after {
  border-color: #626363;
}

.media-block--item {
  background-color: #000;
}

.media-block--item .media-block--quote h6 {
  font-family: 'brandon_grotesquelight', serif;
}

.featured--headline {
  font-family: 'brandon_grotesquebold', serif;
}

.hero--gallery-trigger {
  background-color: rgba(0, 0, 0, .5);
}

.hero--gallery-trigger:before,
.hero--gallery-trigger:after {
  color: #fff;
}

.hero--gallery-trigger:hover:before,
.hero--gallery-trigger:hover:after {
  color: #b3b3b3;
}

.promo-pod--item h2 {
  color: #fff;
}

.promo-pod--item .cta {
  color: #0079c2;
}

.promo-pod--item .cta:hover {
  color: #29aeff;
}

span.gc-cs-link {
  text-decoration: none;
  color: #0079c2;
}

span.gc-cs-link:hover {
  color: #29aeff;
}

.component-headline h2:before,
.component-headline h2:after {
  border-color: #b9babb;
}

.content-block--sidebar .content-block--media--item .caption,
.quote--author,
.blog-listing--author,
.content-block .content-block--sub-headline,
.content-block--sidebar .content-block--media--item .caption {
  color: #b9babb;
}

.pagination li a:hover {
  background-color: #b9babb;
}

.share:before {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

footer section a.footer--blog {
  font-weight: bold;
}

.interior-nav--item--content {
  background: rgba(0, 0, 0, .7);
}

.interior-nav--item:hover > .interior-nav--item--content {
  transition: all .2s ease-in;
  background: rgba(0, 0, 0, .9);
}

.capacity-chart th,
.capacity-chart th.footable-first-column {
  color: #b9babb;
}

footer section a.footer--blog {
  font-weight: bold;
}