@charset "utf-8";
/*#region LESS Hat Mixin Library */
/*#endregion */
/*#region Variables */
/*#endregion */
/*#region Mixins */
/*#endregion */
/*#region Utilities */
@media only screen and (min-width: 1591px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1591px) {
  .u-xl {
    width: 100%;
    max-width: 1585px;
  }
}
@media only screen and (max-width: 1590px) {
  .u-xl {
    max-width: none;
  }
}
.u-testBlock {
  /*height: 38px;*/
  /*margin-bottom: 0.5em;*/
  padding: 1em 2em;
  border: 1px solid aqua;
  border-radius: 4px;
  background-color: aquamarine;
}
.u-testBlockAlt {
  /*height: 38px;*/
  /*margin-bottom: 0.5em;*/
  padding: 1em 2em;
  border: 1px solid aqua;
  border-radius: 4px;
  background-color: aquamarine;
  background-color: chocolate;
}
.u-bold {
  font-weight: bold;
}
/*#endregion */
/*#region Base */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2em;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: 0;
}
input:not([type="submit"]),
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus,
button:focus,
.slick-slide:focus {
  outline: 0;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
}
/*#endregion */
/*#region Common */
/*#region CMS Content */
.cmsContent {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.cmsContent h1,
.cmsContent h2,
.cmsContent h3,
.cmsContent h4,
.cmsContent h5,
.cmsContent h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cmsContent img {
  max-width: 100% !important;
  height: auto !important;
}
.cmsContent a {
  color: #7cd1d6;
}
.cmsContent a:hover,
.cmsContent a:focus {
  text-decoration: none;
  color: #7cd1d6;
}
.cmsContent a:hover {
  text-decoration: underline;
}
.cmsContent-videoWrapper {
  max-width: 100% !important;
}
/*#endregion */
/*#region Field */
.field {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  padding: 7px 36px 7px 25px;
  font-size: 24px;
  line-height: 1.2em;
  color: #333;
  background-color: #E6E6E6;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.field::-webkit-input-placeholder {
  color: #8e8d8d;
}
.field:-moz-placeholder {
  color: #8e8d8d;
}
.field::-moz-placeholder {
  color: #8e8d8d;
}
.field:-ms-input-placeholder {
  color: #8e8d8d;
}
.field:focus {
  background-color: #ebebeb;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .field {
    padding: 7px 36px 7px 20px;
    font-size: 18px;
  }
}
.field--bigger {
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .field--bigger {
    height: 60px;
  }
}
.field--textarea {
  padding-top: 12px;
  padding-bottom: 6px;
  resize: vertical;
  line-height: 1.4em;
  height: 208px;
}
/*#endregion */
/*#region Select */
.select .bootstrap-select {
  display: block !important;
}
.select .bootstrap-select.dropup.open .btn .bs-caret .caret:before {
  content: "\f0d8";
}
.select .bootstrap-select .btn {
  float: none;
  height: 60px;
  min-width: 210px;
  padding: 15px 33px 12px 13px;
  height: 50px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2em;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 70ms ease-in-out;
}
.select .bootstrap-select .btn:focus {
  outline: 0 !important;
}
.select .bootstrap-select .btn:hover,
.select .bootstrap-select .btn:focus,
.select .bootstrap-select .btn .focus {
  background-color: #fafafa;
  border-color: #D8D8D8;
}
.select .bootstrap-select .btn[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select .bootstrap-select .btn .filter-option {
  display: inline-block;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  float: none !important;
  color: #333;
}
.select .bootstrap-select .btn .bs-caret {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select .bootstrap-select .btn .bs-caret .caret {
  position: static;
  margin-top: 0;
  right: 0;
  width: auto;
  height: auto;
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999;
}
.select .bootstrap-select .btn .bs-caret .caret:before {
  content: "\f0d7";
}
.select .bootstrap-select > .dropdown-menu {
  padding: 2px 0 15px 0;
  margin: 0;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.select .bootstrap-select > .dropdown-menu .bs-searchbox {
  padding: 0 12px;
  margin-top: 9px;
  margin-bottom: 0;
}
.select .bootstrap-select > .dropdown-menu .bs-searchbox .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  color: black;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu {
  margin-top: 9px;
  font-size: 16px;
  background-color: transparent;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu .no-results {
  padding: 0 15px 0 14px;
  background: transparent;
  font-size: 14px;
  margin: 0;
  white-space: normal;
  color: #666666;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li:focus {
  outline: 0;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li.selected a,
.select .bootstrap-select > .dropdown-menu .dropdown-menu li.active a {
  background-color: #f2f2f2;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li.selected a:focus,
.select .bootstrap-select > .dropdown-menu .dropdown-menu li.active a:focus {
  outline: 0;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1em;
  font-size: 15px;
  color: black;
  white-space: nowrap;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li a:hover {
  background-color: #f2f2f2;
}
.select .bootstrap-select > .dropdown-menu .dropdown-menu li a:focus {
  background-color: #f2f2f2;
  outline: 0;
}
.select .bootstrap-select > .dropdown-menu .dropdown-header {
  font-size: 16px;
  color: black;
}
/*#endregion */
/*#region Grid */
.grid {
  text-align: right;
}
.grid-list {
  list-style: none;
  max-width: 1421px;
  padding: 0;
  margin: 0;
  padding-right: 22px;
  margin-bottom: 70px;
  width: 100%;
}
@media only screen and (max-width: 1916px) {
  .grid-list {
    max-width: 1095px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1480px) {
  .grid-list {
    max-width: 742px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.grid-gutter {
  width: 30px;
}
.grid-item {
  width: 324px;
}
@media only screen and (max-width: 767px) {
  .grid-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.grid-item--big {
  width: 681px;
}
@media only screen and (max-width: 767px) {
  .grid-item--big {
    width: 100%;
  }
}
.grid--inList .grid-list {
  max-width: none;
  padding-right: 0;
}
@media only screen and (max-width: 1916px) {
  .grid--inList .grid-list {
    padding: 0;
  }
}
/*#endregion */
/*#region Prop */
.prop {
  display: block;
  position: relative;
  font-size: 19px;
  color: white;
}
.prop:focus,
.prop:hover {
  color: white;
}
.prop:hover .prop-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.prop:hover .prop-stampWrap {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .prop:before {
    display: table;
    content: "";
  }
  .prop:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media only screen and (max-width: 610px) {
  .prop {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1434px) {
  .prop--big {
    max-width: 678px;
  }
}
@media only screen and (max-width: 767px) {
  .prop--big {
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  .prop--big {
    max-width: 324px;
  }
}
.prop--big .prop-imgArea:before {
  content: "";
  display: block;
  padding-top: 76.06461087%;
}
@media only screen and (max-width: 767px) {
  .prop--big .prop-img {
    height: 102%;
    max-height: none;
  }
}
.prop-imgArea {
  position: relative;
  overflow: hidden;
  /*background-color: red;*/
}
.prop-imgArea:before {
  content: "";
  display: block;
  padding-top: 75.30864198%;
}
@media only screen and (max-width: 767px) {
  .prop-imgArea {
    float: left;
    width: 43%;
    height: 244px;
  }
}
@media only screen and (max-width: 610px) {
  .prop-imgArea {
    float: none;
    width: 100%;
  }
}
.prop-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .prop-img {
    height: 100%;
    max-width: none;
  }
}
.prop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media only screen and (max-width: 767px) {
  .prop-overlay {
    position: static;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 244px;
  }
}
.prop-smallContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*@media @xs {
        position: static;
    }*/
}
.prop-smallFeats {
  list-style: none;
  padding: 0;
  margin: 0 25px;
}
.prop-smallFeats > li {
  display: block;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.prop-smallFeats > li > img {
  vertical-align: middle;
  margin-right: 20px;
}
.prop-smallFeats > li:last-child {
  border: none;
}
.prop-spec {
  position: relative;
  padding-left: 44px;
}
.prop-spec > img {
  position: absolute;
  left: 0;
}
.prop-specLabel {
  text-transform: uppercase;
  font-weight: bold;
}
.prop-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 110px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .prop-content {
    top: auto;
    padding: 0;
    bottom: 60px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.prop-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.prop-feats > li {
  padding: 15px 8px;
  margin-top: -1px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 767px) {
  .prop-feats {
    display: none;
  }
}
.prop-specs {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 17px;
}
@media only screen and (max-width: 767px) {
  .prop-specs {
    display: block;
    margin: 0 25px;
    width: auto;
    padding-top: 0;
  }
}
.prop-specs > li {
  display: table-cell;
  vertical-align: middle;
}
.prop-specs > li:first-child {
  text-align: left;
}
.prop-specs > li:nth-child(2) {
  text-align: center;
}
.prop-specs > li:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .prop-specs > li {
    display: block;
    text-align: left !important;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .prop-specs > li:not(:last-child) {
    border-bottom: 1px solid white;
  }
}
.prop-specs > li > img {
  position: relative;
  margin-right: 7px;
}
.prop-price {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 60px;
  white-space: nowrap;
  padding: 15px 53px 15px 20px;
  min-width: 227px;
  font-size: 22px;
  color: white;
  text-align: left;
  background-color: #7cd1d6;
  transition: background-color 100ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prop-price:hover,
.prop-price:focus {
  background-color: #55c3ca;
}
.prop-price i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .prop-price {
    bottom: 0;
    left: 0;
  }
}
.prop-price--long {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .prop-price--long {
    position: relative;
    display: block;
  }
}
.prop-stampWrap {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 1;
  transition: opacity 200ms ease;
}
.prop-stamp {
  float: left;
  font-size: 15px;
  line-height: 1.3em;
  padding: 4px 10px 5px 10px;
  background-color: #444;
  color: #fff;
}
.prop-stamp--primary {
  background-color: #7cd1d6;
}
/*#endregion */
/*#region fieldDivider */
.fieldDivider {
  position: relative;
  z-index: 1;
  margin: 0 20px -1px 20px;
  border-color: #999999;
}
/*#endregion */
/*#region Parsley Form Validation */
input.parsley-success + .parsley-errors-list,
select.parsley-success + .parsley-errors-list,
textarea.parsley-success + .parsley-errors-list {
  color: #88d388;
}
input.parsley-success + .parsley-errors-list:before,
select.parsley-success + .parsley-errors-list:before,
textarea.parsley-success + .parsley-errors-list:before {
  content: "\f058";
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  /*color: #B94A48;*/
  /*background-color: #F2DEDE;*/
  /*border: 2px solid #d38888;*/
}
.parsley-errors-list {
  position: absolute;
  top: 20px;
  right: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d38888;
}
.parsley-errors-list:before {
  content: "\f06a";
}
.parsley-errors-list > li {
  display: none;
}
.parsley-errors-list.filled {
  opacity: 1;
}
/*#endregion */
/*#endregion */
/*#region View - _Layout */
/*#region Search */
.search {
  position: fixed;
  z-index: 830;
  top: 0;
  bottom: 0;
  padding-bottom: 140px;
  width: 460px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1590px) {
  .search {
    width: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .search {
    z-index: 848;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    padding-top: 44px;
    width: 100%;
  }
}
.search-form {
  background-color: rgba(0, 0, 0, 0.5);
}
.search-button {
  position: relative;
  padding: 7px 22px 9px 22px;
  height: 40px;
  font-size: 17px;
  line-height: 1.3em;
  text-align: center;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  color: #808080;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-button + .search-button {
  margin-left: -5px;
}
.search-button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-button > input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: aqua;
  opacity: 0;
}
.search-button.is-active {
  background-color: #3F3F3F;
  color: white;
}
.search-section {
  padding: 10px 30px 10px 40px;
  background-color: #E8E8E8;
}
@media only screen and (max-width: 1590px) {
  .search-section {
    padding-left: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .search-section {
    text-align: center;
  }
}
.search-inputBar {
  width: 100%;
  display: block;
  height: 60px;
  border: none;
  font-family: 'PT Serif', serif;
  background: white url(../Assets/Images/icon-search.png) no-repeat left 40px center;
  background-size: 22px;
  padding-left: 78px;
  padding-right: 22px;
  transition: background-color 100ms ease;
}
.search-inputBar::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search-inputBar:-moz-placeholder {
  color: #a0a0a0;
}
.search-inputBar::-moz-placeholder {
  color: #a0a0a0;
}
.search-inputBar:-ms-input-placeholder {
  color: #a0a0a0;
}
@media only screen and (max-width: 1590px) {
  .search-inputBar {
    font-size: 17px;
    padding-left: 62px;
    background-position: left 23px center;
  }
}
.search-inputBar:focus {
  background-color: #fafafa;
}
.search-inputBar::-moz-placeholder {
  opacity: 1;
}
.search-select .bootstrap-select {
  display: block !important;
}
.search-select .bootstrap-select.dropup.open .btn .bs-caret .caret:before {
  content: "\f0d8";
}
.search-select .bootstrap-select .btn {
  float: none;
  padding: 10px 33px 7px 47px;
  height: 60px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 70ms ease-in-out;
}
@media only screen and (max-width: 1590px) {
  .search-select .bootstrap-select .btn {
    padding: 18px 33px 13px 25px;
    font-size: 17px;
  }
}
.search-select .bootstrap-select .btn:focus {
  outline: 0 !important;
}
.search-select .bootstrap-select .btn:hover,
.search-select .bootstrap-select .btn:focus,
.search-select .bootstrap-select .btn .focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #444;
}
.search-select .bootstrap-select .btn[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-select .bootstrap-select .btn .filter-option {
  display: inline-block;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  float: none !important;
  color: white;
}
.search-select .bootstrap-select .btn .bs-caret {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-select .bootstrap-select .btn .bs-caret .caret {
  position: static;
  margin-top: 0;
  right: 0;
  width: auto;
  height: auto;
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.search-select .bootstrap-select .btn .bs-caret .caret:before {
  content: "\f0d7";
}
.search-select .bootstrap-select > .dropdown-menu {
  padding: 2px 0 15px 0;
  margin: 0;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #1a1a1a;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-select .bootstrap-select > .dropdown-menu .bs-searchbox {
  padding: 0 46px;
  margin-top: 12px;
  margin-bottom: 0;
}
.search-select .bootstrap-select > .dropdown-menu .bs-searchbox .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu {
  margin-top: 9px;
  font-size: 16px;
  background-color: transparent;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu .no-results {
  padding: 0 17px 0 46px;
  background: transparent;
  font-size: 14px;
  margin: 0;
  white-space: normal;
  color: #cecece;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li:focus {
  outline: 0;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li.selected a,
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li.active a {
  background-color: #262626;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li.selected a:focus,
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li.active a:focus {
  outline: 0;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li a {
  display: block;
  padding: 10px 48px;
  clear: both;
  font-weight: normal;
  line-height: 1em;
  font-size: 17px;
  color: white;
  white-space: nowrap;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li a:hover {
  background-color: #262626;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li a:focus {
  background-color: #262626;
  outline: 0;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-menu li a.opt {
  padding: 8px 48px;
  font-size: 16px;
}
.search-select .bootstrap-select > .dropdown-menu .divider {
  background-color: #555555;
}
.search-select .bootstrap-select > .dropdown-menu .dropdown-header {
  padding: 6px 48px;
  font-size: 17px;
  color: #dcdcdc;
}
.search-rangeWrap {
  padding: 2px 40px 12px 40px;
}
.search-rangeWrap .irs-line {
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}
.search-rangeWrap .irs-from,
.search-rangeWrap .irs-to,
.search-rangeWrap .irs-single {
  display: none;
  border-radius: 0;
  background-color: #7cd1d6;
}
.search-rangeWrap .irs-bar {
  border-color: #7cd1d6;
  background: #7cd1d6;
}
.search-rangeWrap .irs-slider {
  width: 14px;
  border-radius: 0;
  border: none;
}
.search-rangeWrap .irs-grid-text {
  font-size: 12px;
}
.search-refWrap {
  padding: 10px 18px;
}
.search-refInput {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  padding: 0px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ccc;
  font-family: 'PT Serif', serif;
  transition: background-color 100ms ease;
}
.search-refInput::-webkit-input-placeholder {
  color: #ccc;
}
.search-refInput:-moz-placeholder {
  color: #ccc;
}
.search-refInput::-moz-placeholder {
  color: #ccc;
}
.search-refInput:-ms-input-placeholder {
  color: #ccc;
}
@media only screen and (max-width: 1590px) {
  .search-refInput {
    font-size: 16px;
  }
}
.search-refInput:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
.search-refInput::-moz-placeholder {
  opacity: 1;
}
.search-submit {
  position: relative;
  width: 100%;
  min-height: 60px;
  white-space: nowrap;
  padding: 15px 62px 17px 30px;
  font-size: 20px;
  color: white;
  text-align: left;
  background-color: #7cd1d6;
  transition: background-color 100ms ease-in-out;
}
.search-submit:hover,
.search-submit:focus {
  background-color: #55c3ca;
}
.search-submit i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search--collapsed {
  background-color: transparent;
  width: auto;
  bottom: auto;
  padding-bottom: 0;
  overflow: visible;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 340px;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .search--collapsed {
    width: 100%;
  }
}
.search--collapsed .search-form {
  position: relative;
}
.search--collapsed .search-table {
  display: table;
  background-color: #E8E8E8;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-table {
    display: block;
  }
}
.search--collapsed .search-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-cell {
    display: block;
  }
}
.search--collapsed .search-cell--100 {
  width: 100%;
}
.search--collapsed .search-inputBar {
  margin: 2px 0;
  width: 100%;
  height: 55px;
  padding-left: 56px;
  background-position: left 17px center;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-inputBar {
    margin: 0;
    width: 100%;
  }
}
.search--collapsed .search-select {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-select {
    width: 100%;
  }
}
.search--collapsed .search-select:nth-child(odd) {
  border-right: 1px solid #444;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-select:nth-child(odd) {
    border-right: none;
  }
}
.search--collapsed .search-refWrap {
  clear: both;
}
.search--collapsed .search-submit {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-submit {
    display: block;
  }
}
.search--collapsed .search-flatBtn {
  position: relative;
  width: 100%;
  min-height: 60px;
  white-space: nowrap;
  padding: 15px 62px 17px 17px;
  min-width: 150px;
  font-size: 20px;
  color: white;
  text-align: left;
  background-color: #7cd1d6;
  transition: background-color 100ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-flatBtn {
    display: none;
  }
}
.search--collapsed .search-flatBtn:hover,
.search--collapsed .search-flatBtn:focus {
  background-color: #55c3ca;
}
.search--collapsed .search-flatBtn i {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search--collapsed .search-flatBtn .fa-sliders {
  font-size: 30px;
}
.search--collapsed .search-flatBtn--filters {
  min-width: 140px;
  background-color: #4D4D4D;
}
.search--collapsed .search-flatBtn--filters:hover,
.search--collapsed .search-flatBtn--filters:focus {
  background-color: #676767;
}
.search--collapsed .search-flatBtn--filters span:last-child {
  display: none;
}
.search--collapsed .search-filtersPanel {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: visibility, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 1199px) {
  .search--collapsed .search-filtersPanel {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
.search--collapsed .search-filtersPanel.is-open {
  visibility: visible;
  opacity: 1;
}
.search.is-open {
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition-property: visibility, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.search.is-hiding {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-filtersOpen .search-flatBtn--filters span:first-of-type {
  display: none;
}
.is-filtersOpen .search-flatBtn--filters span:last-child {
  display: inline;
}
.is-filtersOpen .search-flatBtn--filters i {
  font-size: 25px;
}
.is-filtersOpen .search-flatBtn--filters i:before {
  content: "\f00d";
}
/*#endregion */
/*#region Overlay */
.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity, visibility;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay--menu {
  z-index: 800;
}
.overlay--search {
  z-index: 846;
}
.overlay.is-open {
  visibility: visible;
  opacity: 1;
}
/*#endregion */
/*#region Popup Menu */
.popupMenu {
  visibility: hidden;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  height: 100%;
  min-width: 360px;
  padding: 84px 0 35px 0;
  background-color: #0C0C0C;
  color: white;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform, visibility;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 479px) {
  .popupMenu {
    width: 100%;
    min-width: 0;
  }
}
.popupMenu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  border: none;
  font-size: 40px;
}
.popupMenu-close:before {
  content: "\f105";
}
.popupMenu-close:after {
  content: "\f104";
  display: inline-block;
  margin-left: -0.12em;
}
.popupMenu-container {
  padding: 0 48px 0 45px;
}
.popupMenu-langs {
  display: none;
  margin-top: 1em;
}
@media only screen and (max-width: 950px) {
  .popupMenu-langs {
    display: block;
  }
}
.popupMenu-langs > h2,
.popupMenu-langs h3,
.popupMenu-langs h4,
.popupMenu-langs h5,
.popupMenu-langs h6 {
  display: none;
}
.popupMenu-phone {
  margin-top: 1.4em;
  font-size: 19px;
  opacity: .7;
}
.popupMenu-icons {
  margin-top: 34px;
}
.popupMenu-icons > a,
.popupMenu-icons > span,
.popupMenu-icons > button {
  margin-right: 5px;
}
.popupMenu.is-open {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*#endregion */
/*#region Layout */
/*Requires body and html elements to be 100% in height */
.layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.layout-row {
  display: table-row;
}
.layout-fullRow {
  display: table-row;
  height: 100%;
}
.layout-body {
  height: 100%;
}
.is-index .layout-body {
  margin-left: 460px;
  padding-left: 30px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 1590px) {
  .is-index .layout-body {
    margin-left: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .is-index .layout-body {
    margin-left: 0;
    padding-left: 0;
  }
}
/*#endregion */
/*#region Header */
.header {
  position: fixed;
  z-index: 850;
  top: 0;
  left: 0;
  right: 0;
  color: #000000;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header {
    position: fixed;
    right: 0;
    left: 0;
  }
}
.header-inner {
  display: table;
  width: 100%;
  height: 106px;
  padding: 0 15px 0 30px;
}
@media only screen and (max-width: 1750px) {
  .header-inner {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-left {
  display: table-cell;
  vertical-align: middle;
}
.header-logoArea {
  min-width: 17vw;
}
@media only screen and (max-width: 767px) {
  .header-logoArea {
    display: inline-block;
  }
}
.header-logo {
  width: auto;
  max-width: 340px;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    max-width: 245px;
  }
}
.header-mid {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5.5%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-mid {
    display: none;
  }
}
.header-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.header-searchButton {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2em;
  padding: .3em 1.4em .3em 1em;
  border: 1px solid #000000;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .header-searchButton {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    color: white;
    padding: .5em 1.4em .5em 1em;
    background-color: #7cd1d6;
  }
}
.header-searchButton i {
  margin-right: 0.4em;
  font-size: 1.1em;
}
.header-searchButton span + span {
  display: none;
}
.header-phone {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 1420px) {
  .header-phone {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-phone {
    display: none;
  }
}
.header-tinyTitle {
  font-size: 16px;
  opacity: 0.8;
}
.header-phoneText {
  font-size: 19px;
  opacity: 0.8;
}
@media only screen and (max-width: 1750px) {
  .header-phoneText {
    font-size: 17px;
  }
}
.header-languages {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-align: left;
  padding-left: 3vw;
}
@media only screen and (max-width: 950px) {
  .header-languages {
    display: none;
  }
}
.header-dropdown {
  position: relative;
}
.header-dropdown:hover .header-drop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-dropdownToggle {
  font-size: 21px;
  opacity: 0.8;
}
@media only screen and (max-width: 1750px) {
  .header-dropdownToggle {
    font-size: 19px;
  }
}
.header-dropdownToggle i {
  font-size: 18px;
  margin-left: 7px;
}
.header-drop {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  margin-left: -30px;
  padding-top: 19px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: opacity, visibility, transform;
  transition-duration: 100ms;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1590px) {
  .header-drop {
    left: auto;
    right: 0;
    margin-left: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .header-drop {
    left: 0;
    right: auto;
    margin-left: -30px;
    text-align: left;
  }
}
@media only screen and (max-width: 950px) {
  .header-drop {
    display: inline-block;
    padding-top: 3px;
  }
}
.header-dropList {
  padding: 0.7em 0 1.1em 0;
  margin: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 950px) {
  .header-dropList {
    background-color: #212121;
  }
}
.header-dropList > li > a {
  display: block;
  padding: 0.2em 1.8em 0.2em 1.8em;
  font-size: 17px;
  color: inherit;
}
.header-dropList > li > a:hover {
  color: inherit;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 950px) {
  .header-dropList > li > a:hover {
    background-color: #383838;
  }
}
.header-social {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  padding-left: 3vw;
  font-size: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1750px) {
  .header-social {
    display: none;
  }
}
.header-menuBtn {
  display: none;
  vertical-align: top;
  margin-left: 2em;
  margin-top: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .header-menuBtn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}
@media only screen and (max-width: 950px) {
  .header-menuBtn {
    margin-left: 1em;
  }
}
.header-menuBtn > span {
  padding-right: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 420px) {
  .header-menuBtn > span {
    display: none;
  }
}
.header-menuBtn i {
  font-size: 31px;
  vertical-align: middle;
  margin-top: -3px;
}
.is-searchOpen .header-searchButton i:before {
  content: "\f00d";
}
.is-searchOpen .header-searchButton span:first-of-type {
  display: none;
}
.is-searchOpen .header-searchButton span + span {
  display: inline;
}
/*#endregion */
/*#region Menu */
.menu {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
}
.menu-item {
  display: inline-block;
  vertical-align: top;
}
.menu-item:not(:last-of-type) {
  margin-right: 6%;
}
.menu-link {
  font-size: 21px;
  color: inherit;
  transition: opacity 100ms ease-in-out;
}
.menu-link:hover,
.menu-link:focus {
  color: inherit;
  opacity: 0.8;
}
.menu-dropToggle {
  display: none;
}
.menu-drop {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  margin-left: -30px;
  padding-top: 24px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: opacity, visibility, transform;
  transition-duration: 100ms;
  transition-timing-function: ease;
}
.menu-dropList {
  padding: 0.7em 0 1.1em 0;
  margin: 0;
  text-align: left;
  background-color: #f2f2f2;
}
.menu-dropList > li > a {
  display: block;
  padding: 0.2em 1.8em 0.2em 1.8em;
  font-size: 17px;
  white-space: nowrap;
  color: inherit;
}
.menu-dropList > li > a:hover {
  color: inherit;
  background-color: #e6e6e6;
}
.menu-item.dropdown:hover .menu-drop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.menu-item.is-active .menu-link {
  color: #7cd1d6;
  font-weight: bold;
}
.menu.is-collapsed .menu-item {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.menu.is-collapsed .menu-item:hover .menu-drop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.menu.is-collapsed .menu-item.dropdown .menu-link {
  padding-right: 85px;
}
.menu.is-collapsed .menu-link {
  display: block;
  color: white;
  padding: 10px 48px 10px 45px;
  font-size: 20px;
  transition: background-color 100ms ease-in-out;
}
.menu.is-collapsed .menu-link:focus,
.menu.is-collapsed .menu-link:active {
  background-color: #1F1F1F;
}
.menu.is-collapsed .menu-dropToggle {
  display: block;
  position: absolute;
  top: 13px;
  color: white;
  background-color: transparent;
  right: 0;
  width: 85px;
  height: 24px;
}
.menu.is-collapsed .menu-drop {
  display: none;
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  padding-top: 0;
}
.menu.is-collapsed .menu-dropList {
  padding: .7em 0 0.1em 0;
  background-color: transparent;
}
.menu.is-collapsed .menu-dropList > li {
  margin-bottom: 0.5em;
}
.menu.is-collapsed .menu-dropList > li > a {
  padding: .2em 1.8em .2em 3.5em;
}
.menu.is-collapsed .menu-dropList > li > a:hover {
  background-color: #191919;
}
.menu.is-collapsed .menu-drop.is-open {
  display: block;
}
/*#endregion */
/*#region MediaIcon */
.mediaIcon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: white;
  transition: background-color 100ms ease-in-out;
  background-color: #848484;
}
.mediaIcon:hover,
.mediaIcon:focus {
  color: white;
  background-color: #9e9e9e;
}
.mediaIcon:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mediaIcon.fa-linkedin {
  background-color: #0077B5;
}
.mediaIcon.fa-linkedin:hover,
.mediaIcon.fa-linkedin:focus {
  background-color: #0099e8;
}
.mediaIcon.fa-facebook {
  background-color: #3B5999;
}
.mediaIcon.fa-facebook:hover,
.mediaIcon.fa-facebook:focus {
  background-color: #4d70ba;
}
.mediaIcon.fa-instagram {
  background-color: #833ab4;
}
.mediaIcon.fa-instagram:hover,
.mediaIcon.fa-instagram:focus {
  background-color: #9c58c9;
}
.mediaIcon.fa-google-plus {
  background-color: #FC6550;
}
.mediaIcon.fa-google-plus:hover,
.mediaIcon.fa-google-plus:focus {
  background-color: #fd9182;
}
.mediaIcon.fa-twitter {
  background-color: #2894C2;
}
.mediaIcon.fa-twitter:hover,
.mediaIcon.fa-twitter:focus {
  background-color: #44acd9;
}
/*#endregion */
/*#region Footer */
.footer {
  position: relative;
  /*height: 118px;*/
  z-index: 845;
  background-color: #7cd1d6;
  padding: 38px 0 34px 0;
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 1590px) {
  .footer {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 35px 0 32px 0;
  }
}
.footer-table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .footer-table {
    display: block;
  }
}
.footer-left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .footer-left {
    display: block;
    width: auto;
    margin-bottom: 1em;
  }
}
.footer-mid {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .footer-mid {
    display: block;
  }
}
.footer-icons {
  white-space: nowrap;
  padding: 0 20px;
  /*> a, > span, > button {
        margin: 0 5px;
    }*/
}
@media only screen and (max-width: 991px) {
  .footer-icons {
    margin: 1em 0;
    padding: 0;
    white-space: normal;
  }
}
.footer-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
  font-family: 'PT Serif', serif;
}
@media only screen and (max-width: 991px) {
  .footer-right {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-right {
    font-size: 16px;
  }
}
.footer-right a {
  transition: opacity 100ms ease-in-out;
  color: inherit;
}
.footer-right a:hover,
.footer-right a:focus {
  color: inherit;
  opacity: 0.8;
}
.footer-right img {
  position: relative;
  top: -3px;
  margin-left: 4px;
}
/*#endregion */
/*#endregion */
/*#region View - _Enquiry */
.enquiry {
  overflow: hidden;
  position: relative;
  padding: 3em 0 3.4em 0;
  background-color: #7cd1d6;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .enquiry {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .enquiry {
    padding: 3em 0 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry {
    padding: 2em 0 1em 0;
  }
}
.enquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.enquiry-container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1585px;
}
@media only screen and (max-width: 1590px) {
  .enquiry-container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .enquiry-container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  .enquiry-container {
    max-width: 750px;
  }
}
.enquiry-title {
  margin-bottom: 0.4em;
  text-align: left;
  font-size: 46px;
  font-weight: 900;
  color: white;
}
@media only screen and (max-width: 1590px) {
  .enquiry-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .enquiry-title {
    font-size: 30px;
  }
}
.enquiry-title:after {
  margin-left: 0;
  background-color: white;
}
@media only screen and (max-width: 479px) {
  .enquiry-title:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.enquiry-title > span {
  color: white;
}
.enquiry-form {
  margin-top: 18px;
}
@media only screen and (max-width: 1590px) {
  .enquiry-row {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1590px) {
  .enquiry-fieldCol {
    padding: 0 10px;
  }
}
.enquiry-fieldWrap {
  position: relative;
}
.enquiry-ref {
  float: right;
  padding: 22px 25px;
  height: 72px;
  font-size: 24px;
  color: #7cd1d6;
  background-color: white;
}
@media only screen and (max-width: 1590px) {
  .enquiry-ref {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-ref {
    height: 60px;
  }
}
.enquiry-field {
  margin-bottom: 40px;
  background-color: white;
}
.enquiry-field:focus {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1590px) {
  .enquiry-field {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-field {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.enquiry-submit {
  float: right;
  min-width: 287px;
  padding: .5em 2em .6em;
  font-size: 24px;
  color: white;
  background-color: #7cd1d6;
  transition: background-color 100ms ease;
}
.enquiry-submit:hover,
.enquiry-submit:focus {
  background-color: #55c3ca;
}
@media only screen and (max-width: 1590px) {
  .enquiry-submit {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-submit {
    float: left;
    width: 100%;
  }
}
.enquiry-sideInfoTitle {
  text-transform: none;
  font-size: 33px;
  color: white;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.enquiry-sideInfo {
  margin-bottom: 1.5em;
  font-size: 24px;
  line-height: 1.3em;
  max-width: 420px;
  color: white;
}
@media only screen and (max-width: 1590px) {
  .enquiry-sideInfo {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .enquiry-sideInfo {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-sideInfo {
    font-size: 19px;
    line-height: 1.6em;
  }
}
.enquiry-sideInfo h2,
.enquiry-sideInfo h3,
.enquiry-sideInfo h4,
.enquiry-sideInfo h5,
.enquiry-sideInfo h6 {
  margin-bottom: 0.2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .enquiry-sideInfo h2,
  .enquiry-sideInfo h3,
  .enquiry-sideInfo h4,
  .enquiry-sideInfo h5,
  .enquiry-sideInfo h6 {
    margin-bottom: 0.3em;
  }
}
.enquiry-sideInfo a {
  color: white;
}
.enquiry-sideInfo a:hover,
.enquiry-sideInfo a:focus {
  color: white;
}
.enquiry-sideInfo a:hover {
  text-decoration: underline;
}
.enquiry-sideInfo p {
  margin: 0;
}
.enquiry-aside {
  margin-top: 14px;
  margin-left: 8px;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1199px) {
  .enquiry-aside {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .enquiry-aside {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .enquiry-aside {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .enquiry-aside {
    text-align: center;
  }
}
body.is-index .enquiry {
  margin-left: -490px;
}
@media only screen and (max-width: 1199px) {
  body.is-index .enquiry {
    margin-left: 0;
  }
}
body.is-index .enquiry-container {
  margin-left: 475px;
  max-width: none;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  body.is-index .enquiry-container {
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  body.is-index .enquiry-container {
    max-width: 750px;
  }
}
/*#endregion */
/*#region View - Index */
/*#region Intro */
.intro {
  margin-left: -490px;
}
@media only screen and (max-width: 1590px) {
  .intro {
    margin-left: -370px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro {
    margin-left: 0;
  }
}
.intro-slider {
  list-style: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.intro-slider .slick-list,
.intro-slider .slick-track {
  height: 100%;
}
.intro-slider .slick-dots {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 0;
  padding: 0;
  margin-top: 23px;
  margin-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro-slider .slick-dots {
    left: 0;
    right: 0;
    margin-bottom: 5px;
  }
}
.intro-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .intro-slider .slick-dots li {
    padding: 0 3px;
  }
}
.intro-slider .slick-dots .slick-active button {
  background-color: white;
}
.intro-slider .slick-dots button {
  border: none;
  padding: 0;
  width: 43px;
  height: 8px;
  border: 2px solid white;
  background-color: transparent;
  color: transparent;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .intro-slider .slick-dots button {
    height: 6px;
    width: 33px;
  }
}
.intro-slider .slick-dots button:focus {
  outline: 0;
}
.intro-slideArea {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: col-resize;
  background-color: #ccc;
}
.intro-container {
  margin-left: 490px;
}
@media only screen and (max-width: 1590px) {
  .intro-container {
    margin-left: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-container {
    margin-left: 0;
  }
}
.intro-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
}
.intro-align {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.intro-caption {
  display: inline-table;
  vertical-align: bottom;
  padding: 20px 20px 20px 24px;
  margin-top: 40px;
  max-width: 940px;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 200ms ease;
}
@media only screen and (max-width: 991px) {
  .intro-caption {
    width: 100%;
    padding: 20px 18px 20px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-caption {
    text-align: center;
    padding-top: 30px;
  }
}
.intro-caption:focus,
.intro-caption:hover {
  color: white;
}
.intro-caption:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.intro-captionLeft {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .intro-captionLeft {
    display: block;
  }
}
.intro-captionContent {
  min-width: 651px;
  padding-right: 60px;
}
@media only screen and (max-width: 1590px) {
  .intro-captionContent {
    min-width: 0;
  }
}
@media only screen and (max-width: 991px) {
  .intro-captionContent {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-captionContent {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.intro-captionTitle {
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1em;
}
@media only screen and (max-width: 1590px) {
  .intro-captionTitle {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-captionTitle {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-captionTitle {
    font-size: 22px;
  }
}
.intro-captionDesc {
  margin: 0;
  font-size: 24px;
  line-height: 1.3em;
}
@media only screen and (max-width: 1199px) {
  .intro-captionDesc {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-captionDesc {
    display: none;
  }
}
.intro-specs {
  list-style: none;
  padding: 0;
  margin-top: 1.3em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  .intro-specs {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-specs {
    display: none;
  }
}
.intro-specs > li {
  display: inline-block;
  vertical-align: top;
}
.intro-specs > li:not(:last-of-type) {
  margin-right: 2em;
}
@media only screen and (max-width: 991px) {
  .intro-specs > li:not(:last-of-type) {
    margin-right: 1.3em;
  }
}
.intro-specs > li img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 6px;
}
@media only screen and (max-width: 991px) {
  .intro-specs > li img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.intro-specsLabel {
  text-transform: uppercase;
  font-weight: bold;
}
.intro-captionRight {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .intro-captionRight {
    display: block;
  }
}
.intro-price {
  display: block;
  font-size: 25px;
  margin-bottom: 1em;
  margin-right: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .intro-price {
    white-space: normal;
    margin-right: 0;
  }
}
.intro-go {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  white-space: nowrap;
  padding: 15px 60px 15px 20px;
  min-width: 205px;
  font-size: 20px;
  color: white;
  text-align: left;
  background-color: #7cd1d6;
  transition: background-color 100ms ease-in-out;
}
.intro-go:hover,
.intro-go:focus {
  background-color: #55c3ca;
}
.intro-go i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .intro-go {
    display: inline-block;
    /*float: left;*/
    width: auto;
    min-height: 0;
    padding: 10px 66px 11px 20px;
    min-width: 0;
    font-size: 19px;
  }
}
/*#endregion */
/*#region Feat Props */
.featProps {
  padding-top: 93px;
}
@media only screen and (max-width: 1480px) {
  .featProps {
    font-size: 34px;
    padding-top: 63px;
  }
}
.featProps-title {
  font-size: 45px;
  font-weight: 900;
}
@media only screen and (max-width: 1916px) {
  .featProps-title {
    margin-top: 3px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 1480px) {
  .featProps-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .featProps-title {
    margin-bottom: 0.9em;
  }
}
.featProps-header {
  display: table;
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1916px) {
  .featProps-header {
    max-width: 1035px;
  }
}
@media only screen and (max-width: 1480px) {
  .featProps-header {
    text-align: center;
  }
}
.featProps-left {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1480px) {
  .featProps-left {
    display: block;
  }
}
.featProps-right {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
@media only screen and (max-width: 1480px) {
  .featProps-right {
    display: block;
  }
}
/*#endregion */
/*#region Filter Bar */
.filterBar {
  float: right;
  padding: 0;
  list-style: none;
  margin-top: 14px;
  margin-right: 16px;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 1480px) {
  .filterBar {
    float: none;
    margin-top: 36px;
    text-align: center;
    margin-bottom: 1.3em;
    margin-right: 0;
  }
}
.filterBar > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  padding-right: 16px;
}
.filterBar > li:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  height: 60px;
  width: 1px;
  background-color: #949494;
}
@media only screen and (max-width: 1480px) {
  .filterBar > li:last-child:after {
    display: none;
  }
}
.filter-drop .dropdown-toggle {
  font-weight: bold;
  font-size: 17px;
}
.filter-drop .dropdown-toggle .caret {
  width: auto;
  height: auto;
  margin-left: 6px;
  border: none;
}
.filter-drop .dropdown-menu {
  margin-top: 12px;
  padding: 10px 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.filter-drop .dropdown-menu > li > a {
  font-size: 16px;
}
/*#endregion */
/*#region Info */
.info {
  padding: 100px 0 144px 0;
  margin-right: 10%;
}
@media only screen and (max-width: 1800px) {
  .info {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1590px) {
  .info {
    padding: 40px 0 90px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .info {
    padding: 40px 15px 90px 15px;
    max-width: 970px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .info {
    max-width: 750px;
    margin: 0 auto;
  }
}
.info-layout {
  display: table;
  width: 100%;
}
.info-left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 87px;
}
@media only screen and (max-width: 1800px) {
  .info-left {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1420px) {
  .info-left {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .info-left {
    padding: 0;
  }
}
.info-title {
  font-size: 44px;
  font-weight: 900;
}
@media only screen and (max-width: 1590px) {
  .info-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .info-title {
    font-size: 32px;
  }
}
.info-subTitle {
  font-size: 33px;
}
@media only screen and (max-width: 1590px) {
  .info-subTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .info-subTitle {
    font-size: 23px;
    margin-top: 11px;
  }
}
.info-content {
  margin-top: 3em;
  font-size: 24px !important;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 1590px) {
  .info-content {
    margin-top: 2em;
    font-size: 20px !important;
    line-height: 1.5em !important;
  }
}
@media only screen and (max-width: 767px) {
  .info-content {
    font-size: 18px !important;
  }
}
.info-right {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1420px) {
  .info-right {
    display: block;
  }
}
.info-sliderWrap {
  display: table;
  table-layout: fixed;
  width: 290px;
}
@media only screen and (max-width: 1420px) {
  .info-sliderWrap {
    width: 722px;
    margin: 0 auto;
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .info-sliderWrap {
    width: 100%;
    max-width: 368px;
  }
}
.info-slider {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1420px) {
  .info-slider {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .info-slider {
    padding: 0 40px;
  }
}
.info-slider .slick-slide {
  border: none;
}
.info-slider .slick-prev,
.info-slider .slick-next {
  display: block;
  width: 55px;
  height: 29px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1420px) {
  .info-slider .slick-prev,
  .info-slider .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -20px !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.info-slider .slick-prev {
  margin-bottom: 24px;
  background-image: url(../Assets/Images/icon-arrow-up.png);
}
@media only screen and (max-width: 1420px) {
  .info-slider .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-slider .slick-prev {
    left: -20px;
  }
}
.info-slider .slick-next {
  margin-top: 24px;
  background-image: url(../Assets/Images/icon-arrow-down.png);
}
@media only screen and (max-width: 1420px) {
  .info-slider .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-slider .slick-next {
    right: -20px;
  }
}
.info-img {
  opacity: 1;
  transition: opacity 100ms ease;
}
.info-img:hover {
  opacity: 0.8;
}
/*#endregion */
/*#region Location Map */
.locationMap {
  height: 507px;
  margin-left: -30px;
}
@media only screen and (max-width: 1199px) {
  .locationMap {
    margin-left: 0;
  }
}
/*#endregion */
/*#endregion */
/*#region View - Property Detail */
/*#region Slider */
.slider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .slider {
    margin-top: 43px;
  }
}
.slider-inner {
  position: relative;
}
.slider-sliderWrap {
  position: relative;
}
.slider-energy-certificate {
  position: absolute;
  z-index: 1;
  max-width: 100px;
  bottom: 75px;
  right: 19%;
}
@media only screen and (max-width: 1590px) {
  .slider-energy-certificate {
    bottom: 16px;
    max-width: 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-energy-certificate {
    right: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-energy-certificate {
    /*bottom: 365px;
        right: 10px;*/
    right: 15px;
    max-width: 55px;
  }
}
.slider-list {
  margin: 0;
  padding: 0;
}
.slider-imgArea {
  position: relative;
  overflow: hidden;
  max-width: 1240px;
  max-height: 698px;
  margin: 0 auto;
}
.slider-imgArea:before {
  content: "";
  display: block;
  padding-top: 56.29032258%;
}
@media only screen and (max-width: 470px) {
  .slider-imgArea:before {
    height: 264px;
  }
}
.slider-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100.3%;
  max-height: 100.3%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ccc;
}
@media only screen and (max-width: 470px) {
  .slider-img {
    max-width: none;
    max-height: 100%;
  }
}
.slider-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 17.71%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1199px) {
  .slider-arrow {
    width: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    top: 50%;
    width: 50px;
    height: 60px;
    margin-top: -30px;
  }
}
.slider-arrow:before,
.slider-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
}
.slider-arrow:before {
  height: 2px;
  width: 107px;
}
@media only screen and (max-width: 1199px) {
  .slider-arrow:before {
    width: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrow:before {
    width: 21px;
  }
}
.slider-arrow:after {
  height: 107px;
  width: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .slider-arrow:after {
    height: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrow:after {
    height: 21px;
  }
}
.slider-arrow--prev {
  left: 0;
}
.slider-arrow--next {
  right: 0;
}
.slider-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 64.6%;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1590px) {
  .slider-content {
    position: static;
    max-width: 100%;
    padding: 30px 0 15px 0;
    background-color: #7cd1d6;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content {
    text-align: left;
  }
}
@media only screen and (max-width: 1590px) {
  .slider-innerContainer {
    max-width: 64.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-innerContainer {
    max-width: 72%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-innerContainer {
    width: 750px;
    padding: 0 15px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-innerContainer {
    width: 100%;
  }
}
.slider-caption {
  display: inline-block;
  padding: 20px 45px 22px 45px;
  margin-right: 145px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1590px) {
  .slider-caption {
    padding: 0;
    margin-right: 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-caption {
    padding-right: 0;
  }
}
.slider-title {
  margin-bottom: 0.2em;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 1590px) {
  .slider-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-title {
    font-size: 22px;
  }
}
.slider-subTitle {
  font-size: 25px;
}
@media only screen and (max-width: 1199px) {
  .slider-subTitle {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-subTitle {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-subTitle {
    margin-top: 10px;
    font-size: 20px;
  }
}
.slider-priceAlt {
  font-size: 25px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  display: none;
}
@media only screen and (max-width: 1590px) {
  .slider-priceAlt {
    display: block;
  }
}
.slider-details {
  color: white;
  background-color: black;
}
@media only screen and (max-width: 1590px) {
  .slider-details {
    background-color: transparent;
  }
}
.slider-specs {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .slider-specs {
    float: none;
  }
}
.slider-specs > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 148px;
  text-align: center;
}
@media only screen and (max-width: 1590px) {
  .slider-specs > li {
    min-width: 0;
    padding-right: 30px;
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-specs > li {
    display: block;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }
}
.slider-specs > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 0;
  height: 46px;
  width: 1px;
  background-color: #666666;
}
@media only screen and (max-width: 1590px) {
  .slider-specs > li:not(:last-child):after {
    background-color: white;
  }
}
@media only screen and (max-width: 767px) {
  .slider-specs > li:not(:last-child):after {
    display: none;
  }
}
.slider-spec {
  position: relative;
  padding: 16px 18px;
}
.slider-spec > img {
  position: relative;
  vertical-align: baseline;
  margin-right: 7px;
}
@media only screen and (max-width: 1590px) {
  .slider-spec {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-spec {
    float: none;
    padding: 7px 0;
  }
}
.slider-price {
  float: right;
  margin-top: 18px;
  margin-right: 28px;
  font-size: 24px;
}
@media only screen and (max-width: 1590px) {
  .slider-price {
    display: none;
  }
}
.slider-thumbsSection {
  padding: 27px 0 30px 0;
  background-color: #E8E8E8;
}
@media only screen and (max-width: 1590px) {
  .slider-thumbsSection {
    display: none;
  }
}
.slider-thumbs {
  position: relative;
  padding: 0;
  margin: 0;
}
.slider-thumbs .slick-track {
  margin: 0 auto;
}
.slider-thumbs .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  font-size: 60px;
  width: 78px;
  background-color: #808080;
  transition: background-color 100ms ease-in-out;
  color: #D5D5D5;
}
.slider-thumbs .slick-arrow:hover {
  background-color: #676767;
}
.slider-thumbs .slick-prev {
  left: 0;
}
.slider-thumbs .slick-next {
  right: 0;
}
.slider-thumb {
  position: relative;
  transition: opacity 100ms ease-in-out;
  cursor: pointer;
  opacity: 1;
  max-width: 151px;
}
.slider-thumb:before {
  content: "";
  display: block;
  padding-top: 55.62913907%;
}
.slider-thumb:hover {
  opacity: 0.7;
}
.slider.is-oneSlide .slider-list {
  margin: 0;
  padding: 0;
}
.slider.is-oneSlide .slider-list .slick-track {
  width: 100% !important;
  transform: none !important;
}
.slider.is-oneSlide .slider-arrow {
  display: none;
}
.slider.is-oneSlide .slider-sliderWrap {
  background-color: #666666;
}
.slider.is-oneSlide .slider-thumbsSection {
  display: none;
}
/*#endregion */
#detailLayout {
  margin-top: 0;
  color: black;
  overflow: hidden;
}
/*#region Side Details */
@media only screen and (max-width: 1590px) {
  .sideDetails {
    display: none;
  }
}
.sideDetails-title {
  margin-top: 1em;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3em;
}
.sideDetails-subTitle {
  font-size: 25px;
}
.sideDetails-price {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-top: 0.7em;
}
.sideDetails-ref {
  font-size: 16px;
}
/*#endregion */
/*#region Side Features */
.sideFeatures {
  list-style: none;
  padding: 0;
  margin-top: 3em;
  margin-bottom: 6em;
  font-size: 17px;
}
@media only screen and (max-width: 1590px) {
  .sideFeatures {
    margin-top: 3.7em;
  }
}
@media only screen and (max-width: 991px) {
  .sideFeatures {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.sideFeatures > li {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 7px;
}
.sideFeatures > li:not(:last-child) {
  border-bottom: 1px solid black;
}
/*#endregion */
#detailContent {
  padding-left: 78px;
}
@media only screen and (max-width: 1590px) {
  #detailContent {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #detailContent {
    padding-left: 0;
  }
}
.contentTitle {
  font-size: 32px;
  font-weight: 900;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1590px) {
  .contentTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contentTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .contentTitle {
    font-size: 26px;
  }
}
.contentTitle--black {
  color: black;
}
.contentText {
  font-size: 18px !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contentText {
    font-size: 17px !important;
  }
}
/*#region Features */
.features {
  margin-bottom: 3em;
}
@media only screen and (max-width: 991px) {
  .features {
    margin-bottom: 2em;
  }
}
.features-list {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .features-list {
    margin-top: 26px;
  }
}
.features-list > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .features-list > li {
    display: block;
    font-size: 19px;
    margin-bottom: 0.6em;
  }
}
.features-list > li:before {
  content: "•";
  display: inline;
}
/*#endregion */
/*#region Btns Bar */
.btnsBar {
  position: relative;
  max-width: 918px;
}
@media only screen and (max-width: 1590px) {
  .btnsBar {
    max-width: none;
    margin-top: 1em;
  }
}
.btnsBar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 600px;
  margin-left: -1px;
  background-color: #E8E8E8;
}
@media only screen and (max-width: 1590px) {
  .btnsBar:after {
    display: none;
  }
}
.btnsBar-list {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .btnsBar-list {
    display: block;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
}
.btnsBar-list > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btnsBar-list > li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .btnsBar-list > li + li {
    margin-top: 5px;
  }
}
.btnsBar-list > li + li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  background-color: #999999;
}
@media only screen and (max-width: 767px) {
  .btnsBar-list > li + li:before {
    display: none;
  }
}
.btnsBar-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7em .5em;
  text-align: center;
  background-color: #E8E8E8;
  color: #656565;
  transition: background-color 100ms ease-in-out;
}
@media only screen and (max-width: 991px) {
  .btnsBar-btn {
    padding: 0.8em 0.8em;
  }
}
.btnsBar-btn:hover,
.btnsBar-btn:focus {
  color: #656565;
  background-color: #dbdbdb;
}
.btnsBar-btnIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 11px;
}
@media only screen and (max-width: 1199px) {
  .btnsBar-btnIcon {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .btnsBar-btnIcon {
    font-size: 23px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .btnsBar-btnIcon {
    display: block;
    margin-right: 0;
    font-size: 27px;
  }
}
.btnsBar-btnIcon.fa-envelope {
  position: relative;
  top: -1px;
}
.btnsBar-btnText {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .btnsBar-btnText {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .btnsBar-btnText {
    font-size: 18px;
  }
}
.btnsBar-drop {
  right: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #F2F2F2;
  text-align: center;
  padding: 12px;
}
.btnsBar-drop > a,
.btnsBar-drop > span,
.btnsBar-drop > button {
  margin: 0 5px;
}
/*--- Modifiers ---*/
.btnsBar-btn--highlighted {
  background-color: #7cd1d6;
  color: white;
}
.btnsBar-btn--highlighted:hover,
.btnsBar-btn--highlighted:focus {
  color: white;
  background-color: #55c3ca;
}
.btnsBar-btnIcon--iconSizeFix {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/*#endregion */
/*#region Prop Map */
.propMap-title {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .propMap-title {
    padding-top: 1em;
  }
}
.propMap-map {
  width: 100%;
  height: 506px;
}
@media only screen and (max-width: 767px) {
  .propMap-map {
    height: 400px;
  }
}
/*#endregion */
/*#region Table */
.table {
  margin-bottom: 0;
}
.table-wrap {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .table-wrap {
    margin-top: 0.7em;
  }
}
.table-wrap .fixed-table-container {
  border-color: transparent;
}
.table-wrap .fixed-table-container thead {
  background-color: #7cd1d6;
  border: 1px solid #7cd1d6;
}
.table-wrap .fixed-table-container thead th {
  border-color: transparent;
  border-radius: 0 !important;
}
.table-wrap .fixed-table-container thead th .th-inner {
  padding: 14px 18px 13px 18px;
  font-size: 22px;
  font-weight: normal;
  color: white;
}
@media only screen and (max-width: 991px) {
  .table-wrap .fixed-table-container thead th .th-inner {
    font-size: 19px;
  }
}
.table-wrap .fixed-table-container tbody tr:hover {
  background-color: #EDEDED;
}
.table-wrap .fixed-table-container tbody tr:not(:last-child) {
  border-bottom: 1px solid #9A9A9A;
}
.table-wrap .fixed-table-container tbody td {
  padding: 14px 18px 13px 18px;
  font-size: 19px;
  border-color: transparent;
  font-weight: normal;
  color: #1A1A1A;
}
@media only screen and (max-width: 991px) {
  .table-wrap .fixed-table-container tbody td {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .table-wrap .fixed-table-container tbody td {
    padding: 20px 10px;
  }
}
.table-wrap .card-view .title {
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: normal;
}
.table-wrap .card-view .value {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
/*#endregion */
/*#region Calendar */
.calendar {
  margin-bottom: 1.7em;
}
.calendar-header {
  display: table;
  width: 100%;
  margin-bottom: 4em;
}
@media only screen and (max-width: 991px) {
  .calendar-header {
    margin-bottom: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-header {
    display: block;
  }
}
.calendar-headerLeft {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .calendar-headerLeft {
    display: block;
  }
}
.calendar-headerRight {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .calendar-headerRight {
    display: block;
    text-align: left;
    margin-top: 1.2em;
  }
}
.calendar-phone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 84px;
  font-size: 20px;
  font-weight: bold;
  color: #7cd1d6;
}
.calendar-phoneNum {
  display: block;
  font-size: 33px;
  margin-top: 0.2em;
}
@media only screen and (max-width: 1590px) {
  .calendar-phoneNum {
    font-size: 27px;
  }
}
.calendar-phoneIcon {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  text-align: center;
  border: 6px solid #7cd1d6;
  border-radius: 50%;
  font-size: 46px;
  color: #7cd1d6;
}
.calendar-phoneIcon:before {
  position: absolute;
  top: 50%;
  margin-top: 2px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calendar-headerBtn {
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .calendar-headerBtn {
    font-size: 14px;
  }
}
.calendar-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.3em;
}
@media only screen and (max-width: 1199px) {
  .calendar-label {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .calendar-label {
    margin-top: 0.4em;
  }
}
.calendar-label > i {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #7cd1d6;
}
.calendar-label > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 0.3em;
}
@media only screen and (max-width: 1199px) {
  .calendar-label > span {
    font-size: 22px;
  }
}
.calendar-months {
  margin-left: -35px;
  margin-right: -35px;
  font-size: 0;
  /*.day_normal, .day_busy, .half_day_start_busy, .half_day_end_busy, .day_old, .day_changeover {
        outline: 1px solid #fff;
    }*/
}
@media only screen and (max-width: 767px) {
  .calendar-months {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.calendar-months .MonthObject {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 50px;
  padding: 0 35px;
}
@media only screen and (max-width: 1590px) {
  .calendar-months .MonthObject {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-months .MonthObject {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 590px) {
  .calendar-months .MonthObject {
    width: 100%;
  }
}
.calendar-months .MonthObject .clear {
  clear: both;
}
.calendar-months .Month_name {
  padding: 3px 15px 15px 15px;
  text-align: left;
  font-size: 24px;
  color: #333;
  background-color: transparent;
}
.calendar-months .Month_weekdays {
  float: left;
  width: 100%;
  line-height: 16px;
  font-weight: bold;
}
.calendar-months .Month_weekdays span {
  float: left;
  padding: 8px 0 15px 0;
  width: 14.28%;
  text-align: center;
  color: #333;
  font-size: 15px;
}
.calendar-months .days {
  float: left;
  width: 100%;
  clear: both;
}
.calendar-months .days div {
  margin-bottom: 11px;
  padding: 2px 0;
  float: left;
  width: 14.28%;
  font-size: 15px;
  text-align: center;
}
.calendar-months .day_normal {
  background: transparent;
  color: #191919;
}
.calendar-months .day_busy {
  color: #fff;
  background-color: #7cd1d6;
}
.calendar-months .half_day_start_busy {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWFhIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZDFkNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #aaa 50%, #7cd1d6 50%);
  background-image: -moz-linear-gradient(left, #aaa 50%, #7cd1d6 50%);
  background-image: -o-linear-gradient(left, #aaa 50%, #7cd1d6 50%);
  background-image: linear-gradient(to right, #aaa 50%, #7cd1d6 50%);
  color: #fff;
  font-weight: bold;
}
.calendar-months .half_day_end_busy {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2NkMWQ2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FhYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #7cd1d6 50%, #aaa 50%);
  background-image: -moz-linear-gradient(left, #7cd1d6 50%, #aaa 50%);
  background-image: -o-linear-gradient(left, #7cd1d6 50%, #aaa 50%);
  background-image: linear-gradient(to right, #7cd1d6 50%, #aaa 50%);
  color: #fff;
  font-weight: bold;
}
.calendar-months .day_old {
  background-color: #aaa;
  color: #ccc;
}
.calendar-months .day_changeover {
  background-color: #ccc;
  font-weight: bold;
  color: #7cd1d6;
}
/*#endregion */
/*#endregion */
/*#region View - Property List */
/*#region Title Header */
.titleHeader {
  margin-top: 4.3em;
  margin-bottom: 2.3em;
}
@media only screen and (max-width: 1199px) {
  .titleHeader {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .titleHeader {
    margin-top: 3.5em;
  }
}
.titleHeader-title {
  font-size: 46px;
  font-weight: 900;
  padding: 0 15px;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 1199px) {
  .titleHeader-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .titleHeader-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .titleHeader-title {
    font-size: 30px;
  }
}
.titleHeader-sub {
  padding: 0 15px;
  font-size: 35px;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 1199px) {
  .titleHeader-sub {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .titleHeader-sub {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .titleHeader-sub {
    font-size: 21px;
  }
}
/*#endregion */
.propsListContainer {
  width: 100%;
  max-width: 1772px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1916px) {
  .propsListContainer {
    max-width: 1419px;
  }
}
@media only screen and (max-width: 1434px) {
  .propsListContainer {
    max-width: 1064px;
  }
}
@media only screen and (max-width: 1080px) {
  .propsListContainer {
    max-width: 708px;
  }
}
/*#region List Bar */
.listBar {
  display: table;
  width: 100%;
  max-width: 1773px;
  margin-top: 2.3em;
  margin-bottom: 33px;
  /*padding: 0 15px;*/
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1590px) {
  .listBar {
    /*max-width: 1449px;*/
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .listBar {
    /*max-width: 970px;*/
    font-size: 19px;
  }
}
@media only screen and (max-width: 1080px) {
  .listBar {
    display: block;
    text-align: center;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .listBar {
    display: block;
    margin-top: 2em;
    text-align: center;
  }
}
.listBar-left {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .listBar-left {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .listBar-left {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .listBar-left {
    padding-top: 0;
  }
}
.listBar-right {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 1080px) {
  .listBar-right {
    display: block;
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .listBar-right {
    display: block;
    white-space: normal;
  }
}
.listBar-right .bootstrap-select > .dropdown-menu {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 991px) {
  .listBar-right .bootstrap-select > .dropdown-menu {
    left: 0;
    right: auto;
  }
}
.listBar-label {
  position: relative;
  top: 1px;
  margin: 0 0.4em 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .listBar-label {
    display: block;
    top: 0;
    margin: 0 0 0.2em 0;
  }
}
.listBar-select {
  display: inline-block;
  vertical-align: middle;
}
.listBar-nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listBar-nav > li {
  display: inline-block;
  vertical-align: middle;
}
.listBar-nav > li:not(:first-child) {
  margin-left: -1px;
}
.listBar-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  /*width: 80px;*/
  font-size: 18px;
  padding: 9px 16px;
  line-height: 1.1em;
  text-align: center;
  background-color: white;
  border: 1px solid #D5D5D5;
  margin: 0;
  cursor: pointer;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 100ms ease-in-out;
}
.listBar-button:hover,
.listBar-button:focus {
  color: #333;
}
.listBar-button:hover {
  background-color: #F3F3F3;
}
.listBar-button + .listBar-button {
  margin-left: -1px;
}
.listBar-button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.listBar-button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.listBar-button.is-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.listBar-button.is-disabled:hover,
.listBar-button.is-disabled:focus {
  color: #ccc;
}
.listBar-results {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 1080px) {
  .listBar-results {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .listBar-results {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }
}
.listBar--footer {
  margin-top: 2.8em;
  margin-bottom: 7.4em;
}
@media only screen and (max-width: 1080px) {
  .listBar--footer {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .listBar--footer {
    margin-bottom: 3em;
  }
}
.listBar--footer .listBar-left {
  padding-top: 3px;
}
/*#endregion */
/*#endregion */
/*#region View - Property Detail */
/*#region Page Header */
.pageHeader {
  color: white;
}
.pageHeader--margintop {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pageHeader-container {
    width: 100%;
    padding: 0;
  }
}
.pageHeader-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pageHeader-content {
  display: table;
  height: 379px;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 500px;
}
@media only screen and (max-width: 1590px) {
  .pageHeader-content {
    height: 342px;
  }
}
@media only screen and (max-width: 1199px) {
  .pageHeader-content {
    padding-top: 0;
    height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .pageHeader-content {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeader-content {
    padding-top: 44px;
  }
}
.pageHeader-aligner {
  display: table-cell;
  vertical-align: middle;
  padding: 1.3em 56px 2em 56px;
}
@media only screen and (max-width: 767px) {
  .pageHeader-aligner {
    padding: 1.6em 25px 2em 25px;
    text-align: center;
  }
}
.pageHeader-title {
  font-weight: 900;
  font-size: 42px;
}
@media only screen and (max-width: 1590px) {
  .pageHeader-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .pageHeader-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeader-title {
    font-size: 30px;
  }
}
.pageHeader-subTitle {
  margin-top: 0.2em;
  font-size: 30px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1590px) {
  .pageHeader-subTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeader-subTitle {
    font-size: 20px;
  }
}
/*#endregion */
/*#region Side Menu */
.sideMenu {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 54px;
  padding-left: 0;
  border-left: 0;
  border-right: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .sideMenu {
    padding-bottom: ;
  }
}
.sideMenu > li {
  position: relative;
}
.sideMenu > li:not(:last-of-type) {
  border-bottom: 1px solid black;
}
.sideMenu > li > a {
  display: block;
  position: relative;
  color: black;
  font-size: 24px;
  padding: 1em 0;
  transition: padding-left 300ms ease, color 300ms ease;
}
@media only screen and (max-width: 1590px) {
  .sideMenu > li > a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .sideMenu > li > a {
    font-size: 19px;
  }
}
.sideMenu > li > a:hover {
  color: #6d6d6d;
}
.sideMenu > li > a > i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  transform: translateX(-10px);
}
.sideMenu > li.is-active > a {
  font-weight: bold;
  color: #7cd1d6;
}
.sideMenu > li.is-active > a > i {
  opacity: 1;
  transform: translateX(0);
}
.sideMenu > li.is-active > a:hover {
  color: #6d6d6d;
}
/*#endregion */
#contentCol {
  margin-top: 37px;
  padding-left: 66px;
}
@media only screen and (max-width: 1590px) {
  #contentCol {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #contentCol {
    padding-left: 0;
  }
}
.contentDetailTitle {
  font-size: 32px;
  font-weight: 900;
  color: black;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1590px) {
  .contentDetailTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .contentDetailTitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contentDetailTitle {
    font-size: 26px;
  }
}
.contentDetailText {
  margin-bottom: 2.9em;
  font-size: 18px !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contentDetailText {
    font-size: 17px !important;
  }
}
/*#region Downloads */
.downloads {
  margin-bottom: 2.4em;
}
.downloads-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.downloads-list > li {
  display: inline-block;
  margin: 0.7em 0;
}
@media only screen and (max-width: 767px) {
  .downloads-list > li {
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .downloads-list > li {
    display: block;
    margin-bottom: 10px;
  }
}
.downloads-list > li:not(:last-child) {
  margin-right: 2.2em;
}
.downloads-list > li > a {
  position: relative;
  display: block;
  padding-left: 38px;
  color: black;
  opacity: 1;
  transition: opacity 100ms ease;
}
.downloads-list > li > a:hover {
  opacity: 0.7;
}
.downloads-list > li > a > i {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 23px;
  color: #7cd1d6;
}
/*#endregion */
/*#region Grid Gallery */
.gridGallery {
  margin-bottom: 3em;
  max-width: 584px;
}
@media only screen and (max-width: 1199px) {
  .gridGallery {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .gridGallery {
    margin-bottom: 1em;
  }
}
.gridGallery-list {
  list-style: none;
  padding: 0;
  margin: 1.7em -15px 0 -15px;
}
@media only screen and (max-width: 1590px) {
  .gridGallery-list {
    margin: 1.7em -15px 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .gridGallery-list {
    margin: 1.3em -5px 0 -5px;
  }
}
.gridGallery-list > li {
  margin-bottom: 30px;
  padding: 0 15px;
}
@media only screen and (max-width: 1590px) {
  .gridGallery-list > li {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gridGallery-list > li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .gridGallery-list > li {
    width: 50%;
  }
}
@media only screen and (max-width: 384px) {
  .gridGallery-list > li {
    width: 100%;
  }
}
.gridGallery-list > li img {
  opacity: 1;
  transition: opacity 100ms ease;
  -webkit-backface-visibility: hidden;
}
.gridGallery-list > li img:hover {
  opacity: 0.7;
}
/*#endregion */
/*#endregion */
.checkboxRGPD {
  -webkit-appearance: checkbox !important;
  width: 15px;
}
.checkboxRGPD_description {
  color: white;
}
