/* Imports */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, aside header .title, aside .social-favourite, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

/* 100% Height */
html, body, nav, #contain, #content, aside {
  height: 100%;
}

/* Contain all Columns */
#contain {
  width: 100%;
}

/* Nav Column */
nav {
  width: 5%;
  width: calc(0% + 65px);
  float: left;
  position: relative;
  z-index: 10000;
  /* Mobile Styles */
}
@media screen and (max-width: 640px) {
  nav {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 55px;
  }
}

/* Contain Sidebar & Content */
#main {
  float: right;
  width: 95%;
  width: calc(100% - 65px);
  height: 100%;
  /* Mobile Styles */
}
@media screen and (max-width: 640px) {
  #main {
    width: 100%;
    height: calc(100% - 55px);
  }
}

/* Sidebar */
aside {
  border: 0;
  width: 30%;
  width: calc(0% + 320px);
  overflow: hidden;
  overflow-y: auto;
  float: left;
  background: white;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Mobile Styles */
}
@media screen and (max-width: 640px) {
  aside {
    width: 100%;
    height: calc(100% - 55px);
  }
}

/* Content */
#content {
  width: 70%;
  width: calc(100% - 320px);
  float: right;
  z-index: 1;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Mobile Styles */
}
@media screen and (max-width: 640px) {
  #content {
    width: 100%;
    z-index: 110;
  }
}

/* Column Transition */
#content, aside, #map-content {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* Expand/Collapse */
.use-sidebar #content {
  width: 100%;
}

.use-sidebar aside {
  margin-left: -320px;
  overflow: hidden;
}

/* Mobile Styles */
@media screen and (max-width: 640px) {
  .use-sidebar aside {
    margin-left: -100%;
  }
}
#button-toggle {
  cursor: pointer;
}

/* Clear everything */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Nav Column */
  nav {
    width: 8%;
    width: calc(0% + 80px);
  }
  /* Contain Sidebar & Content */
  #main {
    width: 92%;
    width: calc(100% - 80px);
  }
  /* Sidebar */
  aside {
    width: 32%;
    width: calc(0% + 320px);
  }
  /* Content */
  #content {
    width: 68%;
    width: calc(100% - 320px);
  }
}
/* Tour Page - Mobile Styles */
body.tour #map-content {
  display: none;
}

@media screen and (max-width: 640px) {
  body.tour #content {
    display: none;
  }
  body.tour #map-content {
    display: block;
    height: 25em;
    width: 100%;
    clear: both;
  }
  /* Expand/Collapse */
  body.tour .use-sidebar #map-content {
    width: 100%;
    height: 0px;
  }
  .use-sidebar aside {
    margin-left: 0px;
    overflow: hidden;
  }
  body.tour .use-sidebar aside {
    margin-left: 0%;
  }
}
/* Mobile Styles */
@media screen and (max-width: 640px) {
  .use-sidebar aside {
    margin-left: -100%;
  }
}
/* Clear everything */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

/* Fonts */
/* $primary-color: #606060;
$secondary-color: #4aabd6;
$dark: #484848;
$light: #e8e8e8;
$border-color: #cccccc;
$highlight: #04ac74; */
/* Colours */
/* Border Radius */
/* Block Container */
.block, aside .price-range, aside .poweredby, aside .contact, .photos, .cart-cta, .btns {
  display: block;
  padding: 1em;
  clear: both;
}

.light {
  background: #e8e8e8;
}

.available {
  color: #04ac74;
  font-weight: 300;
  font-size: 110%;
}

/* HR Ruler */
hr {
  width: 100%;
  clear: both;
  border: 0;
  height: 1px;
  margin: 1em 0;
  background: #cccccc;
  border-bottom: 1px solid white;
}

/* Gallery Caption */
/*.mfp-title {color:$primary-color}*/
.mfp-title {
  color: #EEEEEE;
}

input, textarea {
  display: block;
  background: white;
  padding: 0.75em 2.5%;
  width: 95%;
  margin: 1em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  border-top: 1px solid #cccccc;
  font: 300 100% Roboto, Helvetica, Arial, sans-serif;
  color: #606060;
}

input:focus, textarea:focus {
  color: #484848;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #606060;
}

:-moz-placeholder {
  color: #606060;
}

::-moz-placeholder {
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

label {
  font-weight: 400;
  display: block;
  padding: 0.5em 0;
}

select {
  margin: 0;
  font: 300 100% Roboto, Helvetica, Arial, sans-serif;
  color: #606060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0 !important;
  border-bottom: 1px solid #cccccc !important;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: white url("../img/asc.png") no-repeat 96% center;
  padding: 0.5em 2.5%;
  width: 100%;
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/
}

.sort {
  border: 1px solid #cccccc !important;
  margin-left: 4px;
  margin-right: 6px;
  padding: 0;
  width: 40%;
  text-indent: 6px;
}

.checkbox {
  clear: both;
  display: block;
  padding: 1em 0;
}
.checkbox input {
  display: inline-block;
  background: white;
  padding: 0;
  width: auto;
  margin: 0 0.5em 0 0;
  border: auto;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #cccccc;
}
.checkbox label {
  font-weight: 300;
  width: auto;
  padding: 0;
  width: 90%;
  float: left;
}

/* Range Sliders */
.noUi-horizontal {
  margin: 25px 0;
  clear: both;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 90%;
  height: 100%;
  position: relative;
  left: 5%;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -12px;
  top: -6px;
}

.noUi-horizontal.noUi-extended {
  padding: 0 12px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -12px;
}

/* Styling */
.noUi-background {
  background: #fff;
}

.noUi-connect {
  background: #4aabd6;
}

.noUi-origin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.noUi-target {
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #cccccc;
}

/* Handles and cursors */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-handle {
  border: 6px solid white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #4aabd6;
  cursor: default;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.noUi-active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Disabled state */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #cccccc;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Blocked state */
.noUi-state-blocked.noUi-connect, .noUi-state-blocked .noUi-connect {
  background: #4aabd6;
}

/* Display Range Numbers */
.MinPrice {
  float: left;
}

.MaxPrice {
  float: right;
}

.min, .max {
  float: left;
  font-size: 110%;
}

.max {
  float: right;
}

/* Common Button Elements */
.btn, aside .contact .socialise, .large-btn, .balloon-btn, .leaflet-container .balloon-btn, .small-btn {
  color: white;
  background: #4aabd6;
  font-weight: 400;
  padding: 0.6em 1em;
  margin: 0.5em 0;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover, aside .contact .socialise:hover, .large-btn:hover, .balloon-btn:hover, .small-btn:hover {
  text-decoration: underline;
}

/* Small Buttons */
.btns .small-btn:last-child {
  float: right;
}

.balloon-btn, .leaflet-container .balloon-btn {
  margin: 0.1em 0.1em;
}

.grey, .leaflet-container .grey {
  background: #606060;
}

/* Large Button */
.large-btn {
  margin: 0.75em 0 1.25em;
  font-size: 125%;
  display: block;
}
.large-btn .fa {
  color: rgb(39.0608108108, 131.472972973, 172.4391891892);
}

/* Table (Sort) */
.data table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #cccccc;
}
.data table th[data-sort] {
  cursor: pointer;
}
.data table th {
  font-weight: 700;
  text-transform: uppercase;
}
.data table td {
  background: #e8e8e8;
}
.data table th, .data table td {
  border-right: 1px solid #cccccc;
  padding: 0.5em 0.5em;
}
.data table th.sorting-desc {
  background: url(../img/desc.png) 90% center no-repeat;
}
.data table th.sorting-asc {
  background: url(../img/asc.png) 90% center no-repeat;
}

.data2 table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #cccccc;
}
.data2 table th[data-sort] {
  cursor: pointer;
}
.data2 table th {
  font-weight: 700;
  text-transform: uppercase;
}
.data2 table td {
  background: #e8e8e8;
}
.data2 table th, .data2 table td {
  border-right: 1px solid #cccccc;
  padding: 0.5em 0.5em;
}
.data2 table th.sorting-desc {
  background: url(../img/desc.png) 90% center no-repeat;
}
.data2 table th.sorting-asc {
  background: url(../img/asc.png) 90% center no-repeat;
}

/* Summary Property Features with Icons */
table.summary {
  width: 100%;
  border: 0;
  margin: 0 0 0.5em;
  border-collapse: collapse;
  text-align: center;
  font-size: 125%;
  color: #4aabd6;
}
table.summary td {
  padding: 0;
}
table.summary td img {
  margin: 0;
}
table.summary td span {
  padding: 0 0.25em;
}

/* List of Property Features */
table.features {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  text-align: left;
  font-weight: 400;
  font-size: 125%;
}
table.features td {
  padding: 0.25em 0;
}
table.features tr td:last-child {
  text-align: right;
  font-weight: 300;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* jQuery FlexSlider v2.0 http://www.woothemes.com/flexslider/ */
.slider {
  clear: both;
  display: block;
  position: relative;
  z-index: 1;
}

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme */
.flexslider {
  padding: 0;
  background: white;
  position: relative;
  z-index: 1;
  zoom: 1;
  min-height: 200px;
}

.flex-viewport {
  max-height: 200px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: 1em;
  left: 0px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 2px solid #CFCFCF;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.5;
}

.flex-control-paging li a:hover {
  background: white;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background: #4aabd6;
  border-color: #4aabd6;
  cursor: default;
  opacity: 1;
}

/* Slide Elements */
.slides li {
  position: relative;
  z-index: 2;
}

.slides li img {
  position: relative;
  z-index: 2;
}

@font-face {
  font-family: "realestate-font-1";
  src: url("../fonts/realestate-font-1.eot");
  src: url("../fonts/realestate-font-1.eot?#iefix") format("embedded-opentype"), url("../fonts/realestate-font-1.woff") format("woff"), url("../fonts/realestate-font-1.ttf") format("truetype"), url("../fonts/realestate-font-1.svg#realestate-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "realestate-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "realestate-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-baths:before {
  content: "s";
}

.icon-garages:before {
  content: "g";
}

.icon-beds:before {
  content: "b";
}

/* Real Estate Font Icon specific styles */
.glyphs.character-mapping {
  display: inline-block;
  font-size: 25px;
}

.glyphs.character-mapping li {
  pointer-events: none;
}

.facilities {
  border-bottom: 1pt solid #4aabd6;
  height: 100%;
}

.buyNowLink a {
  background: rgb(51, 138, 14);
  display: block;
  font-size: 17px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #FFF;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #FFF;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: center;
  line-height: 150%;
  font-weight: 400;
  word-break: break-word;
  padding: 1em 5%;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-bg {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #000000;
  }
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: 976px;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .mfp-close {
    outline: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
  }
  .mfp-close:active {
    top: 1px;
  }
  .mfp-close-btn-in .mfp-close {
    color: #333333;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    text-align: right;
    width: 98%;
    padding-right: 2%;
  }
  .mfp-counter {
    position: absolute;
    top: -25px;
    right: 10px;
    color: white;
    font-size: 12px;
    line-height: 18px;
  }
  .mfp-arrow {
    outline: none;
    position: absolute;
    top: 0;
    opacity: 0.3;
    margin: 0;
    top: 100px;
    margin-top: -35px;
    padding: 0;
    width: 70px;
    height: 70px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mfp-arrow:active {
    margin-top: -34px;
  }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
  }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    cursor: pointer;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 25px;
    margin-left: 25px;
    border: solid transparent;
  }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
  }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 12px solid #FFF;
    left: 5px;
  }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 20px solid #3F3F3F;
  }
  .mfp-arrow-right {
    right: 0;
  }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 12px solid #FFF;
    left: 3px;
  }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 20px solid #3F3F3F;
  }
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
  }
  .mfp-iframe-holder .mfp-close {
    top: -43px;
  }
}
/* IE7 */
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@media all and (min-width: 640px) {
  .mfp-bg, .mfp-wrap {
    top: 0px;
    left: auto;
    right: 0px;
    width: 65%;
    width: calc(100% - 385px);
  }
  .mfp-wrap {
    /*	width: 75%;*/
  }
  .mfp-bg {
    z-index: 52;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .mfp-wrap {
    z-index: 53;
  }
  .mfp-content {
    z-index: 55;
  }
  .mfp-preloader {
    z-index: 54;
  }
  button.mfp-close, button.mfp-arrow {
    z-index: 506;
  }
  .mfp-sidebar-closed {
    width: 90%;
    width: calc(100% - 65px);
  }
  .maximize {
    width: 100%;
    height: 100%;
  }
}
.tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs li {
  background-color: #888888;
  display: inline-flex;
  cursor: default;
  height: 35px;
  width: 33%;
  margin: 0;
  margin-right: -3px;
  border-right: #FFFFFF;
  border-right-style: solid;
  border-right-width: 1px;
  z-index: 99;
  position: relative;
}

.tabs li a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 100%;
  padding-top: 10px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.tabs li a:hover {
  color: #FFFFFF;
  /*background-color: #797979;*/
  background-color: #4aabd6;
}

.tabs .active {
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 9%, #e8e8e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 9%, #e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 9%, #e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 6px 0px 5px -5px rgba(43, 43, 43, 0.75);
  -moz-box-shadow: 6px 0px 5px -5px rgba(43, 43, 43, 0.75);
  box-shadow: 6px 0px 5px -5px rgba(43, 43, 43, 0.75);
  z-index: 200;
}

.tabs .active a {
  color: #484848;
  font-weight: 700;
}

.tabs .active a:hover {
  background-color: #e8e8e8;
  color: #4aabd6;
}

.predictive {
  background-color: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  display: block;
}

.showBorder {
  border: 1px solid black;
}

.showTopBorder {
  border-top: 1px solid black;
}

.predictive > .header {
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 142%;
}

.predictive .input {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: top;
}

.predictive .inputfield {
  border: 0;
  clear: right;
  display: block;
  height: 20px;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 5px;
  resize: none;
  white-space: nowrap;
}

.predictive .inputfield:focus {
  border-bottom: 1px solid #4aabd6;
}

.predictive .list {
  max-height: 300px;
  line-height: 142%;
  overflow: auto;
  width: 99%;
  z-index: 10000;
}

.predictive .list ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.predictive .list li {
  cursor: pointer;
  height: 44px;
  width: 100%;
}

.predictive .list table {
  table-layout: fixed;
  width: 100%;
}

.predictive .list tr {
  display: table-row;
  vertical-align: inherit;
}

.predictive .list tr:focus {
  background-color: pink;
}

.predictive .list .image-cell {
  height: 44px;
  width: 44px;
}

.predictive .list .image-tile {
  height: calc(44px - 10px);
  overflow: hidden;
  padding: 5px;
  width: calc(44px - 10px);
}

.predictive .list .image-logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: calc(44px - 10px);
  max-width: calc(44px - 10px);
}

.predictive .tag {
  background-color: #f3f3f3;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  max-width: 90%;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}

.predictive .arrow {
  color: #777;
  float: right;
  padding: 10px;
}

.tag .tag-left {
  max-height: 30px;
  cursor: pointer;
}

.tag a {
  color: #000000;
  display: inline-block;
  max-width: 100%;
  outline: 0;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.tag a:hover {
  background-color: #777777;
  text-decoration: none;
}

.tag .tag-name {
  cursor: default;
  padding-right: 5px;
  vertical-align: -1px;
}

.predictive-border {
  border: 2px solid #4aabd6;
}

.predictive-list-border {
  border-left: 1px solid #4aabd6;
  border-right: 1px solid #4aabd6;
  border-bottom: 1px solid #4aabd6;
}

/* vertical align mixin */
#map_canvas img {
  max-width: none;
}

#map_mobile_canvas img {
  max-width: none;
}

.fa-star.golden {
  color: gold;
}

#infobox {
  border: none;
  margin-top: 8px;
  background: #FFF;
  color: #666666;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px #444444;
  box-shadow: 0 0 8px #444444;
}

#markerNumber {
  padding: 0.5em 1em;
  align: left;
  display: inline-block;
  background: #4aabd6;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px 0px 0px 2px;
}

#markerLabel {
  padding: 0.5em 1em;
  align: right;
  display: inline-block;
  background: #FFF;
}

#markerNumber .fa-lg {
  font-size: 1.2em;
  color: #387b98;
}

body {
  font: 300 85% Roboto, Helvetica, Arial, sans-serif;
  color: #606060;
  background: #e8e8e8;
}

/* Fonts */
h3, aside .social-favourite, aside header .title {
  font-size: 150%;
  padding: 0.5em 0;
}

h6 {
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  padding: 0.5em 0;
}

p {
  line-height: 140%;
  padding: 0.5em 0;
}

strong {
  font-weight: 400;
}

a {
  color: #4aabd6;
  text-decoration: none;
  outline: 0;
}

a.favourites {
  color: #606060;
  text-decoration: underline;
  outline: 0;
}

a.shopping-cart {
  color: #04ac74;
  text-decoration: underline;
  outline: 0;
  display: inline-block;
  padding-top: 6px;
}

/* Ensure images fit */
img {
  max-width: 100%;
}

/* Navbar */
nav {
  text-align: center;
  background: #484848;
  z-index: 1000;
  /* Mobile Styles */
}
nav a {
  width: 100%;
  height: 55px;
  display: block;
  color: white;
  position: relative;
}
nav a.current, nav a:hover {
  color: #4aabd6;
}
nav a .fa {
  line-height: 55px;
}
nav a span {
  display: none;
}
nav a.current span {
  display: block;
  width: 5px;
  height: 9px;
  background: url(../img/nav-current.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -4px;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  nav a {
    float: left;
    width: 20%;
    height: 55px;
  }
}

.devComp {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.devComp .header {
  color: #ffffff;
  font-weight: bold;
  background-color: #4aabd6;
  padding: 0.5em;
}
.devComp .header a {
  color: #ffffff;
}
.devComp .body {
  background-color: #ffffff;
  padding: 0.5em;
}

.fadein {
  opacity: 1 !important;
  transition: opacity 1s ease-out 0s !important;
  -moz-transition: opacity 1s ease-out 0s !important;
  -webkit-transition: opacity 1s ease-out 0s !important;
  -o-transition: opacity 1s ease-out 0s !important;
}

/* Sidebar (Expand/Collapse) */
.use-sidebar a#button-toggle {
  color: white;
}

aside {
  /* Gallery Thumbnails */
  /* Thumbnails */
  /* Zoom image */
  /* Tour Buttons */
  /* Tour Markers */
  /* Price Range */
  /* Social Favourite */
  /* FITTEXT TITLE*/
  /* Powered by REDi */
  /* Contact Person */
  /* Details/Summary Elements */
}
aside a#button-toggle {
  color: #4aabd6;
}
aside header {
  width: 100%;
}
aside header .title {
  background: white;
  padding: 0.75em 0.25em;
  color: #484848;
}
aside header .title .fa {
  color: #aaa;
}
aside header .title .fa-share-square-o, aside header .title .fa-star {
  float: right;
  padding-top: 0.1em;
}
aside header .title .fa-level-up {
  float: left;
  padding-top: 0.1em;
}
aside header .title .fa-star.golden {
  color: gold;
}
aside header .ListTitle {
  border-top: 1px solid #cccccc;
  display: block;
  text-decoration: none;
  color: #4aabd6;
  padding: 0.5em 0.75em;
  font-size: 150%;
  background: #F5F5F5;
}
aside header .logo {
  width: 100%;
  text-align: center;
  padding: 0.2em 0;
  background: #606060;
  line-height: 0;
}
aside .gallery-thumbs {
  padding: 0.5em 0;
  margin: 0 0 1em;
  float: left;
  width: 100%;
}
aside .gallery-thumbs div {
  display: inline-block;
  width: 33.3%;
  padding: 0 0 0.5em;
  float: left;
  line-height: 0;
}
aside .gallery-thumbs div img {
  max-width: 94%;
}
aside .thumbs {
  padding: 0.5em 0;
}
aside .thumbs img {
  width: 32%;
  padding: 0.25em;
}
aside .zoom-image {
  position: relative;
  z-index: 1;
  padding-bottom: 2em;
}
aside .zoom-image a {
  z-index: 2;
  bottom: 0em;
  right: 0em;
  color: #606060;
}
aside .zoom-image a:hover {
  color: #4aabd6;
}
aside .zoom-image i {
  position: absolute;
  left: 10px;
  top: 10px;
}
aside .tour-btns {
  padding: 1.5em 1em;
}
aside .tour-btns a {
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 18%;
  margin: 0 0.5%;
  padding: 0.9em 0;
  display: inline-block;
  color: #606060;
  text-align: center;
}
aside .tour-btns a:hover {
  color: #4aabd6;
}
aside .infobox-wrapper {
  display: none;
}
aside #infobox {
  border: none;
  margin-top: 8px;
  background: #FFF;
  color: #666666;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px #444444;
  box-shadow: 0 0 8px #444444;
}
aside #markerNumber {
  padding: 0.5em 1em;
  align: left;
  display: inline-block;
  background: #4aabd6;
  color: #FFF;
}
aside #markerLabel {
  padding: 0.5em 1em;
  align: right;
  display: inline-block;
  background: #FFF;
}
aside #markerNumber .fa-lg {
  font-size: 1.2em;
  color: rgb(39.0608108108, 131.472972973, 172.4391891892);
}
aside .price-range {
  display: block;
  padding: 1em;
}
aside .price-range .range {
  float: left;
  font-weight: 400;
}
aside .price-range .price {
  float: right;
}
aside .social-favourite {
  padding-top: -0.5em;
  margin-top: -0.5em;
  padding-left: 0.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #484848;
}
aside .social-favourite .fa {
  color: #aaa;
}
aside .social-favourite .fa-share-square-o, aside .social-favourite .fa-star {
  float: left;
}
aside .fittextContainer {
  width: 85%;
  display: inline-block;
}
aside .poweredby {
  text-align: center;
  position: relative;
  margin: 1em 0 0;
  z-index: 10;
}
aside .poweredby a {
  color: #d71920;
  font-weight: normal;
}
aside .poweredby a:hover {
  weight: bold;
  text-decoration: underline;
}
aside .contact {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  text-align: center;
  position: relative;
  margin: 1em 0 0;
  z-index: 10;
}
aside .contact .headshot {
  margin: -3.5em 0 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
aside .contact .headshot img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  max-width: 125px;
}
aside .contact .add-contact {
  position: absolute;
  top: -2.25em;
  right: 0px;
  z-index: 50;
  font-size: 120%;
  color: #606060;
}
aside .contact .add-contact .fa {
  color: #4aabd6;
}
aside .contact .add-contact:hover {
  text-decoration: underline;
}
aside .contact .socialise {
  padding: 0;
  width: 100%;
}
aside .contact .socialise span {
  width: 33%;
  width: calc(33% - 2px);
  padding: 0.75em 0;
  text-align: center;
  float: left;
  display: inline-block;
  border-right: 1px solid rgb(39.0608108108, 131.472972973, 172.4391891892);
  border-left: 1px solid rgb(136.3716216216, 199.9459459459, 228.1283783784);
}
aside .contact .socialise span .fa {
  color: white;
}
aside .contact .socialise span:first-child {
  border-left: 0;
}
aside .contact .socialise span:last-child {
  border-right: 0;
}
aside h2 {
  font-size: 160%;
  padding: 0.5em 5% 0.25em;
  clear: both;
}
aside small {
  font-size: 85%;
  padding: 0 5% 1em;
  display: block;
}
aside details {
  display: block;
  clear: both;
  border-top: 1px solid #cccccc;
}
aside details summary {
  float: right;
  margin: -45px 0 0;
  width: 50px;
  height: 60px;
  display: block;
  cursor: pointer;
  outline: 0;
  font-size: 150%;
  text-align: center;
}
aside details summary::-webkit-details-marker {
  float: right;
  padding: 17px 8px 0 0;
}
aside details.closed > * {
  display: none;
}
aside details.closed > summary {
  display: block;
}
aside details.open > summary {
  display: block;
}
aside details.closed > summary:before {
  display: inline-block;
  content: "+";
  padding: 0 0.1em;
  margin-top: 0.4em;
  font-size: 0.9em;
  font-weight: 400;
}
aside details.open > summary:before {
  display: inline-block;
  content: "-";
  padding: 0;
  margin-top: 0.4em;
  font-weight: 400;
}

/* Gallery Details/Summary Elements */
aside.gallery h2 {
  padding: 0.75em 5%;
}
aside.gallery summary {
  margin: -55px 0 0;
  width: 50px;
  height: 50px;
}
aside.gallery .photos {
  border-bottom: 1px solid #cccccc;
}

/* Photo Gallery Thumbnails */
.photos img {
  padding: 0.2em;
  max-width: 30%;
  vertical-align: bottom;
}

/* Accordion */
.accordion {
  width: 100%;
  display: block;
  min-height: 100px;
  border-bottom: 1px solid #cccccc;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #cccccc;
  display: block;
  text-decoration: none;
  color: #4aabd6;
  padding: 0.5em 0.75em;
  font-size: 150%;
}

.accordion-item .arrow {
  color: #606060;
  float: right;
  height: 13px;
  margin: 0em 0.25em;
  position: relative;
  width: 13px;
}

.accordion-item .arrow:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.accordion-item.open .arrow:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.accordion .data {
  display: none;
}

aside .accordion small {
  padding: 0.25em 0;
  color: #606060;
  font-size: 65%;
  display: block;
}

/* Full Screen Map */
.map {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#content > select {
  height: 35px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* infoWindow / Unit ballon styles */
.balloon-txt-title {
  font-weight: 400;
  font-size: 110%;
}

.balloon-txt {
  font-size: 100%;
}

.balloon-spacer {
  font-size: 100%;
  line-height: 0.5em;
}

/* Map Label styles */
.borderedLabelStreet, .developmentLabelStreetHover, .developmentLabelStreet {
  background-color: white;
  box-shadow: 0 0 5px #999999;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
}

.shadowedLabelStreet, .labelStreet, .shapeLabelStreetHover, .shapeLabelStreet, .compLabelStreetHover, .compLabelStreet {
  color: #186099;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

.shadowedLabelSatellite, .labelSatellite, .shapeLabelSatelliteHover, .shapeLabelSatellite, .compLabelSatelliteHover, .compLabelSatellite, .developmentLabelSatelliteHover, .developmentLabelSatellite {
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  white-space: nowrap;
}

.developmentLabelStreet {
  font-size: 18px;
}

.developmentLabelStreetHover {
  font-size: 19px;
}

.developmentLabelSatellite {
  font-size: 16px;
}

.developmentLabelSatelliteHover {
  font-size: 18px;
}

.compLabelStreet {
  font-size: 14px;
}

.compLabelStreetHover {
  font-size: 16px;
}

.compLabelSatellite {
  font-size: 14px;
}

.compLabelSatelliteHover {
  font-size: 16px;
}

.shapeLabelStreet {
  font-size: 13px;
}

.shapeLabelStreetHover {
  font-size: 15px;
}

.shapeLabelSatellite {
  font-size: 13px;
}

.shapeLabelSatelliteHover {
  font-size: 15px;
}

/* Cluster style */
.cluster {
  width: 40px;
  height: 40px;
  color: #484848;
  background-image: url("../img/cluster.png");
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}

/* Leaflet layers control - undo changes from _forms.scss */
.leaflet-control-layers-list input {
  display: inline-block;
  background: white;
  padding: 0;
  width: auto;
  margin: 0 0.5em 0 0;
  border: auto;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #cccccc;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.dlabel {
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 0.6em 2.5%;
  border-radius: 3px;
  font: 300 100% Roboto, Helvetica, Arial, sans-serif;
}

.dlabel:hover {
  border: 1px solid black;
}

.dspan {
  padding: 2px;
  display: none;
  z-index: 60;
}

li:hover {
  background-color: highlight;
  color: highlighttext;
}

ul {
  list-style-type: none;
}

.floor-selector {
  height: 20px;
  position: absolute;
  z-index: 9999999;
  margin-top: 10px;
  left: 10px;
  right: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.floor-label {
  float: left;
  color: #ffffff;
  background-color: #4aabd6;
  border: 1px solid #4aabd6;
  padding: 0.6em 2.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font: 300 100% Roboto, Helvetica, Arial, sans-serif;
}

.agent-list {
  padding-right: 30px !important;
}

.contact {
  padding-top: 20px;
}

.contact-details {
  text-align: left;
  margin-bottom: 8px;
}

.contact-details div {
  display: inline-flex;
}

.contact-details span {
  cursor: pointer;
}

.contact-details span:hover {
  color: #4aabd6;
}

.contact-details i {
  padding-right: 8px;
}

.contact-details a {
  line-height: 200%;
}

.contact-details a:hover {
  text-decoration: underline;
}

.photo-padding {
  padding-bottom: 40px;
}

.contact-company-logo {
  max-width: 125px;
  padding-bottom: 10px;
}

.contact-company-name {
  font-size: smaller;
  margin-top: -8px;
}

.custom-search-dropdown {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  padding: 2px 8px;
  width: 93%;
}

.custom-search-dropdown h6 {
  width: 80%;
}

.custom-search-dropdown i {
  padding-left: 30px;
  padding-top: 8px;
  text-align: right;
}

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

.accordion-item i {
  color: #606060;
  width: 13px;
  height: 13px;
  float: right;
  margin: 0.25em;
}

.accordion-item .child {
  font-size: 100%;
  padding: 0.3em 0em 0.5em 0.8em;
}

.full-width {
  margin-bottom: -11px;
  margin-left: -25px;
  margin-right: -17px;
}

.child-data table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #CCCCCC;
}

.child-data table th {
  border-right: 1px solid #CCCCCC;
  color: #606060;
  font-weight: 700;
  font-size: 65%;
  padding: 0.5em 0.5em;
  text-transform: uppercase;
}

.child-data table th[data-sort] {
  cursor: pointer;
}

.child-data table td {
  background-color: #e8e8e8;
  border-right: 1px solid #CCCCCC;
  color: #606060;
  font-size: 75%;
  padding: 0.5em 0.5em;
}

.panel-fixed {
  position: fixed;
  top: 60px;
  z-index: 1020;
  width: 100%;
}

.panel-separator {
  height: 90px;
}

/* video icon overlay on thumbnails */
.videoThumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.videoThumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 300%;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.glyphs.character-mapping li {
  pointer-events: none;
}

.buyNowLink a {
  background: rgb(51, 138, 14);
  display: block;
  font-size: 17px;
  outline: none;
  border: none;
}

.buyNowLink button.btn, .buyNowLink aside .contact button.socialise, aside .contact .buyNowLink button.socialise {
  background: rgb(51, 138, 14);
  display: block;
  font-size: 17px;
  outline: none;
  border: none;
  width: 100%;
}

.map-unit-label {
  color: #000000 !important;
  min-width: 35px;
  margin-left: -15px !important;
  font-size: 12px;
}

.propertyActionsBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: inherit;
  height: 50px;
}

.loadingBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCCCCC;
  opacity: 0.5;
}

.loadingContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.cart-item {
  border-top: 1px solid #cccccc;
  display: block;
  text-decoration: none;
  color: #4aabd6;
  padding: 0.5em 0.75em;
  font-size: 150%;
}

.cart small {
  padding: 0.25em 0;
  color: #606060;
  font-size: 65%;
  display: block;
}

.cart-delete i {
  color: #606060;
}

.cart-delete:hover i {
  color: #ff0000;
}

.cart-cta {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgb(51, 138, 14);
  background: none;
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  height: 45px;
  max-height: 45px;
  align-items: stretch;
  overflow: clip;
}

.cart-cta .buyNowLink {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}

.cart-cta .buyNowLink a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0.7em 1em 0.6em 0.6em;
}

.cart-cta .buyNowLink span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 0;
  background: rgb(255, 255, 255);
  color: #606060;
  display: block;
  font-size: 17px;
  outline: none;
  border: none;
  padding: 0.7em 1em 0.6em 0.6em;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

.cart-cta .buyNowLink span a {
  background: none;
  color: rgb(51, 138, 14);
  display: inline;
  padding: 0;
}

.cart-cta .buyNowLink span a:hover {
  text-decoration: underline;
}

.cart-cta .cart-badge {
  background: rgb(51, 138, 14);
  color: #fff;
  position: relative;
  height: 100%;
}

.cart-cta .cart-badge a {
  color: #fff;
  display: block;
  padding: 0.5em;
  font-size: 20px;
  border-right: #FFFFFF 1px solid;
  width: 25px;
}

.cart-cta .cart-badge .badge {
  font-size: 11px;
  color: #fff;
  background: #4aabd6;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.9;
  width: 10px;
  height: 10px;
  text-align: center;
}

.cart-badge {
  position: relative;
}

.cart-badge .badge {
  font-size: 12px;
  color: #fff;
  background: #04ac74;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  left: 25px;
  top: 0px;
  opacity: 0.9;
  width: 12px;
  height: 12px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
