@charset "utf-8";
/*@import "transformicon.less";*/
/*#region Transformicon*/
.burger,
.burger:before,
.burger:after {
  position: absolute;
  top: 28px;
  left: 18px;
  width: 25px;
  height: 3px;
  background: #005a8b;
  transition: background 0.3s, transform 0.3s, top 0.3s;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
  -moz-transition: background 0.3s, -moz-transform 0.3s, top 0.3s;
  -ms-transition: background 0.3s, -ms-transform 0.3s, top 0.3s;
}
.burger:before {
  top: -8px;
  left: 0;
  content: "";
}
.burger:after {
  top: 8px;
  left: 0;
  content: "";
}
.open .burger {
  background: transparent;
}
.open .burger:after,
.open .burger:before {
  background: #00a0c6;
}
.open .burger:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.open .burger:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.no-csstransforms3d .open .burger:before {
  transform: rotate(-45deg);
}
.no-csstransforms3d .open .burger:after {
  transform: rotate(45deg);
}
/*#endregion*/
/*#region LESS Mixins */
html {
  height: 100%;
}
body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page-wrapper {
  display: table-row;
  height: 100%;
  background: #ffffff;
}
.page-row {
  display: table-row;
  width: 100%;
  height: 1px;
}
.search-form-panel select {
  width: 100%;
  /*-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.search-form-panel li {
  padding: 0 5px;
}
.search-form-panel ul {
  padding: 0 10px;
}
.search-form-container .secondary-drop {
  display: none;
}
.property-container {
  padding-bottom: 40px;
}
/*#endregion */
/*#region Media Queries */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Geral */
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
body:before {
  content: '';
  opacity: 0;
}
.site-row-full {
  display: table-row;
  height: 100%;
}
.site-row {
  display: table-row;
}
.full-overlay:before {
  content: '';
  position: absolute;
  z-index: 880;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
a,
a:link,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: 0px;
}
input,
textarea {
  outline: 0;
}
label {
  font-weight: normal;
  margin-bottom: 0px;
}
.center-block-outer {
  overflow: hidden;
}
.center-block-middle {
  float: left;
  position: relative;
  left: 50%;
}
.center-block-inner {
  position: relative;
  left: -50%;
}
.bold {
  font-weight: bold;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.cms-content {
  font-family: 'Lato', sans-serif !important;
  line-height: 20px;
}
/*#endregion */
/*#region Common Modules - Reusable parts */
/*#region Shared - Search Bar */
.search-bar {
  padding-top: 28px;
  padding-bottom: 33px;
  background: #005a8b;
}
.search-bar .filters a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  padding: 5px 12px;
}
.search-bar .filters a.active {
  background: #00a0c6;
  color: #ffffff;
}
.search-bar .filters a:hover {
  background: #00a0c6;
  color: #ffffff;
}
.search-bar .selectpicker + .bootstrap-select button,
.search-bar input {
  margin-bottom: 6px;
}
.search-bar .selectpicker + .bootstrap-select button {
  padding: 4px 10px 4px 10px;
  border: 1px solid #a9a9a9;
  background: #fff;
}
.search-bar .selectpicker + .bootstrap-select button .caret {
  right: 10px;
  margin-top: -3px;
  width: 12px;
  height: 7px;
  background: url(../img/layout/arrow_sml_down.png);
  border: none;
}
.search-bar .selectpicker + .bootstrap-select .dropdown-menu {
  top: 30px;
}
.search-bar ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}
.search-bar :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
.search-bar ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
.search-bar :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}
.search-bar input:not([type="submit"]) {
  width: 100%;
  height: 30px;
  padding: 4px 10px 4px 10px;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 1.42857143;
}
.search-bar .search-btn {
  padding: 7px 15px 7px 15px;
  border: none;
  border-radius: 4px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #00a0c6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  color: #ffffff;
}
.search-bar .search-btn:hover {
  background: #ffffff;
  color: #005a8b;
}
/*#endregion */
.common-prop-detail-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 22px;
  width: 100%;
}
.common-prop-detail-item:hover .img-container:before {
  opacity: 0.2;
}
.common-prop-detail-item .img-container {
  position: relative;
  display: table-cell;
  width: 170px;
}
.common-prop-detail-item .img-container .button {
  position: absolute;
  background-color: #005a8b;
  top: 12px;
  left: 0;
  padding: 0 10px;
  color: contrsat(#005a8b);
  height: 22px;
  line-height: 22px;
  z-index: 801;
  font-size: 14px;
  font-weight: 600;
}
.common-prop-detail-item .img-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  background: black;
}
.common-prop-detail-item .info {
  display: table-cell;
  vertical-align: top;
  padding: 12px 10px 10px 15px;
  height: 128px;
  background: #f4f4f4;
}
.common-prop-detail-item .featuredSalesArrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 117px;
  color: #005a8b;
}
@media (max-width: 767px) {
  .common-prop-detail-item .featuredSalesArrow {
    right: 50%;
    margin-right: -140px;
    top: 319px;
  }
}
.common-prop-detail-item .title {
  overflow: hidden;
  height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #005a8b;
}
.common-prop-detail-item .location {
  margin-top: 4px;
  color: #a9a9a9;
  height: 32px;
  overflow: hidden;
}
.common-prop-detail-item .price {
  margin-top: 8px;
  color: #3c3c3c;
}
.common-prop-detail-item .state {
  display: inline-block;
  /*margin-top: 23px;*/
  margin-top: 9px;
  padding: 2px 10px 2px 10px;
  font-weight: 600;
  font-size: 14px;
  background: #005a8b;
  color: #ffffff;
}
.common-prop-detail-item .state.second-color {
  background: #00a0c6;
}
.common-side-info {
  margin-bottom: 70px;
}
.common-side-info h1,
.common-side-info h2 {
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #005a8b;
}
.common-side-info h1 > a,
.common-side-info h2 > a {
  color: #005a8b;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
}
.common-side-info h1 > a:hover,
.common-side-info h2 > a:hover {
  color: #001825;
}
.common-side-info .short-desc-wrapper {
  padding: 30px;
  overflow: hidden;
  background-color: #005a8b;
}
.common-side-info .short-desc {
  max-height: 90px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.common-pagination {
  margin-top: 15px;
  margin-bottom: 24px;
  text-align: center;
}
.common-pagination .pagination {
  margin: 0;
}
.common-pagination .pagination .pg-btn {
  padding-left: 25px;
  padding-right: 25px;
}
.common-pagination .pagination > li {
  display: inline-block;
}
.common-pagination .pagination > li > a {
  display: block;
  margin-right: 13px;
  padding: 7px 14px;
  color: #3c3c3c;
}
.common-pagination .pagination > li > a:hover,
.common-pagination .pagination > li > a.current {
  color: #ffffff;
  background-color: #3c3c3c;
}
.common-detail-heading {
  font-size: 26px;
  line-height: 26px;
  color: #005a8b;
  font-family: 'Lato', sans-serif;
}
.common-detail-heading span {
  color: #00a0c6;
}
.common-related-links {
  font-family: 'Lato', sans-serif;
}
.common-related-links li {
  display: block;
  margin-bottom: 5px;
}
.common-related-links li a {
  display: block;
  padding: 14px 15px 15px 15px;
  font-size: 19px;
  line-height: 22px;
  background: #a9a9a9;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  color: #ffffff;
}
.common-related-links li a:hover,
.common-related-links li a.active {
  background: #005a8b;
}
.common-related-links li.active a {
  background: #005a8b;
}
/*#endregion */
/*#region Shared - Header */
.shared-header {
  padding-bottom: 9px;
  background: #ffffff;
}
.main-logo {
  display: inline-block;
  margin-top: 12px;
  width: 263px;
  /*background: url(../img/layout/main_logo.png) no-repeat;
        background-size: 100%;*/
}
.main-logo > img {
  margin-top: 15px;
}
.AMI {
  float: right;
  height: 20px;
  line-height: 20px;
  padding-top: 12px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .AMI {
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .AMI {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .AMI {
    font-size: 11px;
    margin-right: -5px;
  }
}
.social-fb {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/img/fb_22x22.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-left: 10px;
}
.flags-container {
  float: right;
  margin-top: 12px;
  margin-bottom: 44px;
}
.flags-container a {
  color: #5c5c5c;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  padding: 3px;
}
.flags-container a:hover,
.flags-container a.active {
  background: #005a8b;
  color: #ffffff;
}
.flags-container .social a {
  color: #5c5c5c;
}
.flags-container .social a:hover,
.flags-container .social a.active {
  color: #005a8b;
  background: #ffffff;
}
.flag {
  margin-left: 2px;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
}
.flag-pt {
  background-image: url(../img/layout/flag_pt.jpg);
}
.flag-en {
  background-image: url(../img/layout/flag_en.jpg);
}
.flag-de {
  background-image: url(../img/layout/flag_de.jpg);
}
.social-share {
  margin-left: 20px;
  font-size: 21px;
  color: #00a0c6;
}
.social-share:hover {
  color: #00a0c6;
}
.flags-mobile-container {
  float: none;
  margin-top: 0px;
  margin-bottom: 33px;
}
.flags-mobile-container .flag {
  margin-left: 0px;
  margin-right: 10px;
}
.menu-button {
  position: relative;
  display: none;
  z-index: 890;
  float: right;
  clear: right;
  width: 25px;
  height: 19px;
  cursor: pointer;
}
.menu-button .burger {
  position: relative;
  top: 8px;
  left: 0;
}
.main-menu {
  float: right;
  clear: right;
}
.main-menu > li {
  display: inline-block;
  margin-left: 5px;
}
.main-menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  padding: 4px 8px;
  color: #5c5c5c;
}
.main-menu > li > a:hover {
  background: #005a8b;
  color: #ffffff !important;
}
.main-menu > li .dropdown-menu {
  display: none;
  float: left;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-menu > li .dropdown-menu .inner-wrap {
  padding: 20px 0 0;
}
.main-menu > li .dropdown-menu li {
  margin-bottom: 3px;
}
.main-menu > li .dropdown-menu a {
  padding: 8px 15px;
  font-size: 18px;
  color: #5c5c5c;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  display: block;
}
.main-menu > li .dropdown-menu a:hover {
  background: #005a8b;
  color: #ffffff;
}
.main-menu > li.dropdown:hover .dropdown-menu {
  display: block;
}
.main-menu > li.active > a {
  background: #005a8b;
  color: #ffffff !important;
}
.main-menu.mobile {
  position: absolute;
  z-index: 900;
  top: 125px;
  right: 0;
  padding: 35px 41px 24px 41px;
  background: #ffffff;
}
.main-menu.mobile > li {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
}
.main-menu.mobile > li:hover {
  color: #ffffff;
}
.main-menu.mobile > li:hover > a {
  color: #ffffff !important;
}
.main-menu.mobile > li > a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #5c5c5c;
}
.main-menu.mobile > li i {
  position: absolute;
  top: 9px;
  right: -20px;
  font-size: 10px;
}
.main-menu.mobile > li i.down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.main-menu.mobile > li .dropdown-menu {
  position: relative;
  float: none;
  background: transparent;
}
.main-menu.mobile > li .dropdown-menu .inner-wrap {
  padding-top: 14px;
  padding-left: 10px;
  background: transparent;
}
.main-menu.mobile > li .dropdown-menu li {
  margin-bottom: 8px;
}
.main-menu.mobile > li .dropdown-menu a {
  font-size: 17px;
  color: #5c5c5c;
}
.main-menu.mobile > li.active > a {
  color: #ffffff !important;
}
/*#endregion */
/*#region Shared - Footer */
.shared-footer {
  padding-top: 20px;
  padding-bottom: 12px;
  background: #3c3c3c;
}
.shared-footer .contact-item {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #ffffff;
}
.shared-footer .contact-item label {
  font-weight: 600;
  color: #ffffff;
}
.shared-footer .contact-item a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
}
.shared-footer .contact-item a:hover {
  opacity: 0.7;
}
.shared-footer .divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  height: 4px;
  width: 4px;
  background: #ffffff;
}
.shared-footer .brands-info {
  display: inline-block;
  vertical-align: baseline;
  float: right;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
.shared-footer .brands-info span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
}
.shared-footer a.company-link {
  display: inline-block;
  vertical-align: baseline;
  padding: 13px 50px 12px 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  background: url(../img/layout/proppy_logo.png) no-repeat right center;
  color: #ffffff;
}
.shared-footer a.company-link:hover {
  opacity: 0.8;
}
/*#endregion */
/*#region Page - Home */
/*#region Featured Properties Slider */
.featured-properties-section {
  padding-top: 37px;
  padding-bottom: 41px;
  background: #00a0c6;
  /*background-image: url(/img/layout/BK_slider1.jpg);
    background-position: center top;
    background-repeat: no-repeat;*/
}
.featured-properties-section .lSPager.lSpg {
  display: none;
  /*Desktop and SM*/
}
.featured-properties-section .lSPager.lSpg > li {
  padding: 0 5px;
}
.featured-properties-section .lSPager.lSpg > li a {
  border-radius: 30px;
  height: 17px;
  width: 17px;
  background: #fff;
  opacity: 0.6;
}
.featured-properties-section .lSPager.lSpg > li:hover a {
  opacity: 1;
  background: #a9a9a9;
}
.featured-properties-section .lSPager.lSpg > li.active a {
  background: #a9a9a9;
  opacity: 1;
}
.property-item {
  display: block;
  margin: 0 auto;
  max-width: 270px;
  background: #ffffff;
}
.property-item:hover .img-container:before {
  opacity: 0.2;
}
.property-item .img-container {
  position: relative;
}
.property-item .img-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  background: black;
}
.property-item .state {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 16px 5px 16px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.property-item .for-sale {
  background: #005a8b;
}
.property-item .for-rent {
  background: #00a0c6;
}
.property-item .info {
  padding: 12px 10px 0 12px;
}
.property-item .title {
  font-size: 21px;
  font-weight: 600;
  color: #005a8b;
  line-height: 22px;
  height: 47px;
  overflow: hidden;
}
.property-item .location {
  margin-top: 7px;
  color: #a9a9a9;
}
.property-item .price {
  margin-top: 14px;
  font-size: 22px;
  color: #3c3c3c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .property-item .price {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .property-item .price {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .property-item .price {
    font-size: 21px;
  }
}
.property-item .short-desc {
  margin-top: 15px;
  padding: 11px 0 12px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 18px;
  font-weight: bold;
  color: #005a8b;
  height: 40px;
}
.property-item .short-desc > .short-desc-label {
  float: left;
  width: 90%;
}
.property-item .short-desc > .short-desc-icon {
  float: right;
  width: 10%;
  text-align: right;
  font-size: 22px;
}
/*#endregion */
/*#region Featured Properties */
.feat-content-section {
  margin-top: 67px;
}
.feat-props-panel-heading {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #a9a9a9;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #005a8b;
}
.feat-props-panel-heading span {
  font-size: 18px;
  font-weight: 600;
  color: #a9a9a9;
}
/*#endregion */
/*#region Related Info Section */
.related-info-section {
  position: relative;
  margin-top: 25px;
  padding-top: 26px;
  padding-bottom: 32px;
  background: #a9a9a9;
}
.related-info-section h3 {
  max-width: 224px;
  min-height: 84px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 26px;
  font-weight: bold;
  color: #005a8b;
  overflow: hidden;
}
.related-info-section p {
  margin-top: 42px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.related-info-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 117px;
  background: #a9a9a9;
}
a.more-about-link {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  color: #005a8b;
}
a.more-about-link:hover {
  opacity: 0.6;
}
/*#endregion */
/*#endregion */
/*#region Page - PropertyList */
.prop-list-container {
  margin-top: 28px;
}
.prop-list-heading {
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #005a8b;
  font-size: 18px;
  font-weight: bold;
  color: #005a8b;
}
/*#endregion */
/*#region Page - PropertyDetail */
.property-detail-heading {
  margin-top: 24px;
  margin-bottom: 27px;
  font-size: 25px;
  color: #005a8b;
}
/*#region Property Gallery */
.property-slider-wrapper {
  position: relative;
}
.property-slider-wrapper .dtl_button {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #005a8b;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  z-index: 801;
}
.property-slider-wrapper > img.energy {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.overlay-btn {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 17px;
  height: 26px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
}
.overlay-btn.left-btn {
  left: 9px;
  background-image: url(../img/layout/slider_btn_left.png);
}
.overlay-btn.right-btn {
  right: 9px;
  background-image: url(../img/layout/slider_btn_right.png);
}
.thumbs-gallery-container {
  margin: 0 auto;
  max-width: 165px;
}
.slider-btn {
  padding-top: 4px;
  border: 1px solid #a9a9a9;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -ms-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.slider-btn:hover {
  background: #3c3c3c;
}
.slider-btn:hover i {
  color: #fff;
}
.slider-btn i {
  font-size: 26px;
  line-height: 0px;
  color: #a9a9a9;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
}
.slider-btn.up-btn {
  margin-bottom: 10px;
}
.slider-btn.down-btn {
  margin-top: 10px;
}
#thumbs-slider > div img {
  cursor: pointer;
}
/*#endregion */
.property-form {
  font-family: 'Lato', sans-serif;
}
.property-form h3 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c;
}
.property-form input:not([type="submit"]) {
  margin-bottom: 10px;
  height: 30px;
}
.property-form input:not([type="submit"]),
.property-form textarea {
  padding-left: 8px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
}
.property-form input.second-input {
  margin-right: 5px;
}
.property-form input.second-input,
.property-form input.third-input {
  width: 48.8%;
}
.property-form textarea {
  margin-bottom: 8px;
  padding-top: 8px;
  height: 150px;
  width: 100%;
  resize: none;
}
.property-form input[type="submit"] {
  text-transform: uppercase;
  padding: 12px 16px 12px 16px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  background: #005a8b;
  color: #ffffff;
}
.property-form input[type="submit"]:hover {
  opacity: 0.8;
}
.property-form .hidden-element {
  display: none;
}
.horizontal-rule {
  margin-top: 44px;
  height: 2px;
  width: 100%;
  background: #a9a9a9;
}
.property-price {
  display: inline-block;
  margin-bottom: 36px;
  padding: 9px 16px 11px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  background: #005a8b;
  color: #ffffff;
}
.property-detail-content {
  color: #3c3c3c;
}
.description-box {
  padding: 15px 30px 20px 30px;
  background: #005a8b;
  font-family: 'Lato', sans-serif;
}
.description-box h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.description-box h6 {
  margin-top: 12px;
  font-size: 17px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .description-box {
    margin-top: 45px !important;
  }
}
@media (max-width: 767px) {
  .description-box {
    width: 100%;
  }
}
/*#region Agent */
.agent {
  margin-top: 30px;
  margin-bottom: 45px;
  margin-bottom: 1em;
  text-align: center;
  padding: 1.4em 1em;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .agent {
    padding: 1.4em 1em 1.4em 1em;
  }
}
@media only screen and (max-width: 479px) {
  .agent {
    margin: 30px -15px 0 -15px;
  }
}
.agent-img {
  max-width: 120px;
}
.agent-title {
  margin-top: 22px;
  margin-bottom: 24px;
  font-size: 22px;
}
@media only screen and (max-width: 1199px) {
  .agent-title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .agent-title {
    font-size: 23px;
  }
}
.agent-item {
  margin: 0 0 15px 0;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .agent-item {
    margin-bottom: 10px;
  }
}
.agent-label {
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .agent-label {
    display: block;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .agent-label {
    display: inline-block;
    font-size: 17px;
  }
}
@media only screen and (max-width: 479px) {
  .agent-label {
    display: block;
  }
}
.agent-text {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .agent-text {
    display: block;
    margin-top: 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .agent-text {
    display: inline-block;
    font-size: 17px;
  }
}
@media only screen and (max-width: 479px) {
  .agent-text {
    display: block;
  }
}
a.agent-text {
  transition: color 200ms ease;
  color: #005a8b;
}
a.agent-text:hover,
a.agent-text:focus {
  color: #003958;
}
.agent-go {
  position: relative;
  display: inline-block;
  padding: .6em 3.5em .8em 2em;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4em;
  text-align: center;
  transition: background-color 300ms ease;
  background-color: #005a8b;
  border-radius: 4px;
  color: white;
}
.agent-go:hover,
.agent-go:focus {
  color: white;
  background-color: #003958;
}
@media only screen and (max-width: 991px) {
  .agent-go {
    display: inline-block;
    vertical-align: middle;
    padding: .6em 3.3em .7em 1.6em;
    font-size: 17px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .agent-go {
    font-size: 16px;
  }
}
.agent-go > i {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 21px;
  transform: translateY(-50%);
  /*@media @md {
                display: none;
            }*/
}
@media only screen and (max-width: 991px) {
  .agent-go > i {
    display: block;
  }
}
/*#endregion */
.description-list {
  margin-top: 26px;
}
.description-list li {
  margin-bottom: 6px;
  color: #ffffff;
}
.property-map-heading {
  margin-top: 67px;
  margin-bottom: 22px;
  font-size: 26px;
  color: #005a8b;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 991px) {
  .property-map-heading {
    margin-top: 43px;
  }
}
#property-location-map {
  margin-bottom: 58px;
  height: 329px;
  width: 100%;
}
/*#endregion */
/*#region Page - InformationList */
.info-list-container {
  margin-bottom: 58px;
}
.info-list-related-links {
  margin-top: 66px;
}
.info-list-heading {
  margin-top: 22px;
  margin-bottom: 28px;
}
.info-detail-item {
  position: relative;
  display: block;
  height: 180px;
  margin-bottom: 14px;
}
.info-detail-item:hover .img-container:before {
  opacity: 0.5;
}
.info-detail-item .img-container {
  position: relative;
}
.info-detail-item .img-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  background: #005a8b;
}
.info-detail-item .title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 18px 15px 19px 15px;
  text-align: center;
  font-size: 22px;
  background: rgba(0, 90, 139, 0.9);
  color: #ffffff;
}
.info-detail-item.no-img {
  background: #005a8b;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
}
.info-detail-item.no-img:hover {
  background: #00070b;
}
.info-detail-item.no-img .title {
  position: static;
  padding-top: 45px;
  background: transparent;
}
.info-detail-item.no-img .short-desc {
  text-align: center;
  padding: 0 20px;
  /*height: 50px;*/
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 430px) {
  .info-detail-item.no-img .short-desc {
    height: 110px !important;
    line-height: 18px !important;
  }
}
/*#endregion */
/*#region Page - InformationDetail */
.info-detail-heading {
  margin-top: 22px;
  margin-bottom: 28px;
}
.info-back-to-list {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 22px;
  font-size: 18px;
  font-weight: 600;
  color: #005a8b;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  font-family: 'Lato', sans-serif;
}
.info-back-to-list:hover {
  color: #001825;
}
.info-back-to-list i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 24px;
}
.common-related-links.info-related-links {
  float: left;
  clear: both;
  /*clears back-to-list*/
  margin-top: 30px;
  width: 100%;
}
.info-short-desc {
  margin-top: 28px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #005a8b;
  font-family: 'Lato', sans-serif;
}
.cms-content.info-detail-content {
  color: #3c3c3c;
  padding-bottom: 45px;
}
.info-gallery-heading {
  margin-top: 41px;
  margin-bottom: 41px;
  font-size: 25px;
  color: #005a8b;
  font-family: 'Lato', sans-serif;
}
.info-gallery-container {
  margin-bottom: 37px;
  float: left;
  width: 100%;
}
.info-gallery-container .lSPager.lSpg > li {
  padding: 0 5px;
}
.info-gallery-container .lSPager.lSpg > li a {
  border-radius: 30px;
  height: 17px;
  width: 17px;
  background: #005a8b;
  opacity: 0.4;
}
.info-gallery-container .lSPager.lSpg > li:hover a {
  opacity: 1;
  background: #005a8b;
}
.info-gallery-container .lSPager.lSpg > li.active a {
  background: #005a8b;
  opacity: 1;
}
.info-gallery-item {
  margin-bottom: 20px;
  float: left;
  width: 31.6%;
  /*Desktop margin*/
}
@media (max-width: 767px) {
  .info-gallery-item img {
    width: 100%;
    height: auto;
  }
}
.info-gallery-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
/*#endregion */
/*#region Page - Contacts */
#contacts-map {
  width: 100%;
  height: 329px;
}
.contacts-container {
  margin-top: 35px;
  margin-bottom: 48px;
  font-family: 'Lato', sans-serif;
}
.contacts-heading {
  font-weight: 600;
  font-size: 22px;
  color: #005a8b;
}
.contact-items-heading {
  margin-bottom: 20px;
}
.contact-item {
  margin-bottom: 5px;
  color: #001825;
}
.contact-item a {
  color: #005a8b;
}
.contact-mapLink {
  color: #ffffff !important;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s;
  background-color: #005A8B;
  padding: 10px;
}
.contact-mapLink:hover,
.contact-mapLink:focus {
  background-color: #199ed7;
}
#contacts-form,
.property-contacts-form {
  margin-top: 22px;
}
#contacts-form input:first-of-type,
.property-contacts-form input:first-of-type {
  margin-right: 30px;
}
#contacts-form input:not([type="submit"]),
.property-contacts-form input:not([type="submit"]) {
  margin-bottom: 10px;
  height: 30px;
  width: 47.85%;
}
#contacts-form input:not([type="submit"]),
.property-contacts-form input:not([type="submit"]),
#contacts-form textarea,
.property-contacts-form textarea {
  padding-left: 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
}
#contacts-form textarea,
.property-contacts-form textarea {
  margin-bottom: 8px;
  padding-top: 8px;
  height: 150px;
  width: 100%;
  resize: none;
}
#contacts-form input[type="submit"],
.property-contacts-form input[type="submit"] {
  text-transform: uppercase;
  padding: 12px 16px 12px 16px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  background: #005a8b;
  color: #ffffff;
}
#contacts-form input[type="submit"]:hover,
.property-contacts-form input[type="submit"]:hover {
  opacity: 0.8;
  background: #00a0c6;
  color: #ffffff;
}
/*#endregion */
/*#region Media queries */
@media (max-width: 767px) {
  .no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  /*#region Common Modules - Reusable parts */
  .common-side-info {
    margin: 30px auto 0 auto;
    max-width: 289px;
  }
  .common-prop-detail-item {
    margin: 0 auto 15px auto;
    max-width: 290px;
    height: auto;
  }
  .common-prop-detail-item .img-container {
    display: block;
    width: auto;
  }
  .common-prop-detail-item .img-container img {
    width: 100%;
    height: auto;
  }
  .common-prop-detail-item .info {
    display: block;
    padding-top: 14px;
    height: auto;
  }
  .common-prop-detail-item .info .state {
    margin-top: 9px;
  }
  .common-pagination {
    margin: 0 auto 0 auto;
    max-width: 290px;
  }
  .common-pagination .pagination .pg-btn {
    padding: 7px 14px;
  }
  .common-pagination .pagination > li > a {
    margin-top: 10px;
  }
  .common-related-links li a {
    padding: 11px 15px 12px 15px;
    font-size: 18px;
  }
  /*#endregion */
  /*#region Shared - Search Bar */
  .search-bar {
    padding-bottom: 21px;
  }
  /*#endregion */
  /*#region Shared - Header */
  /*.shared-header {
        position: fixed;
        z-index: 880;
        top: 0;
        left: 0;
        right: 0;
    }*/
  .shared-header {
    padding-bottom: 12px;
  }
  .main-logo {
    margin-top: 16px;
    width: 215px;
    height: 81px;
  }
  .menu-button {
    display: block;
    margin-top: 57px;
  }
  .main-menu.mobile {
    display: none;
    top: 111px;
  }
  .main-menu.mobile > li.dropdown:hover .dropdown-menu {
    display: none;
  }
  .main-menu.mobile > li.dropdown .dropdown-menu.open {
    display: block;
  }
  /*#endregion */
  /*#region Shared - Footer */
  .shared-footer .contact-item {
    display: block;
  }
  .shared-footer .brands-info {
    margin-top: 30px;
    float: left;
  }
  /*#endregion */
  /*#region Page - Home */
  .featured-properties-section {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .featured-properties-section .lSPager.lSpg {
    display: block;
  }
  #feat-props-slider {
    margin-bottom: 8px;
  }
  .property-item {
    max-width: 290px;
  }
  .feat-content-section {
    margin-top: 42px;
  }
  .feat-props-panel-heading {
    margin: 0 auto 18px auto;
    max-width: 290px;
    font-size: 20px;
  }
  .feat-props-panel-heading span {
    font-size: 18px;
  }
  .related-info-section {
    margin-top: 34px;
    padding-top: 40px;
  }
  .related-info-section:before {
    display: none;
  }
  .related-info-section h3 {
    color: #a9a9a9;
  }
  .related-info-section p {
    max-width: 290px;
    margin-top: 25px;
  }
  .related-info-item {
    margin: 0 auto;
    max-width: 290px;
  }
  a.more-about-link {
    margin-top: 22px;
    margin-bottom: 60px;
  }
  /*#endregion */
  /*#region Page - PropertyList  */
  .prop-list-container {
    margin-bottom: 45px;
  }
  /*#endregion */
  /*#region Page - PropertyDetail */
  .property-detail-heading {
    margin: 18px auto 10px auto;
    max-width: 470px;
    font-size: 20px;
    line-height: 24px;
  }
  .property-slider-wrapper {
    margin: 0 auto;
    max-width: 470px;
  }
  .property-form {
    margin: 30px auto 0 auto;
    max-width: 470px;
  }
  .property-form input.second-input,
  .property-form input.third-input {
    margin-right: 0;
    width: 100%;
  }
  .description-box {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 50px 20px 50px;
  }
  .property-map-heading {
    margin-top: 35px;
  }
  #property-location-map {
    margin-bottom: 20px;
  }
  /*#endregion */
  /*#region Page - InformationList */
  .info-list-container {
    margin-bottom: 30px;
  }
  .info-list-related-links {
    margin-top: 12px;
  }
  .info-list-related-links li a {
    text-align: center;
    font-size: 19px;
  }
  .info-list-heading {
    margin: 24px auto 16px auto;
    max-width: 400px;
    font-size: 24px;
  }
  .info-list-heading span {
    display: block;
  }
  .info-detail-item {
    margin: 0 auto 10px auto;
    height: auto;
    max-width: 400px;
  }
  .info-detail-item .title {
    position: relative;
    padding: 12px 15px 14px 15px;
    font-size: 18px;
  }
  .info-detail-item.no-img {
    height: 237px;
  }
  .info-detail-item.no-img .title {
    padding-top: 36px;
  }
  .info-detail-item.no-img .short-desc {
    height: auto;
  }
  /*#endregion */
  /*#region Page - InformationDetail */
  .common-related-links.info-related-links {
    margin-bottom: 35px;
    text-align: center;
  }
  .info-detail-heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .info-gallery-heading {
    margin: 48px auto 20px auto;
    max-width: 290px;
  }
  #gallery-slider {
    margin-bottom: 6px;
  }
  .info-gallery-container {
    text-align: center;
  }
  .info-gallery-item a {
    display: inline-block;
  }
  /*#endregion */
  /*#region Page - Contacts */
  .contacts-container {
    margin-bottom: 26px;
  }
  .contacts-form-heading {
    margin-top: 36px;
  }
  #contacts-form input:first-of-type {
    margin-right: 0px;
  }
  #contacts-form input:not([type="submit"]) {
    width: 100%;
  }
  #contacts-form input[type="submit"] {
    width: 100%;
  }
  /*#endregion */
}
@media (max-width: 767px) and (max-width: 767px) {
  .info-detail-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  /*#region Common Modules - Reusable parts */
  .common-side-info {
    margin-top: 20px;
  }
  .common-side-info .img-col {
    padding-right: 0px;
  }
  .common-side-info .short-desc-wrapper {
    padding-left: 10px;
    padding-right: 20px;
    height: 290px;
  }
  .common-side-info .short-desc {
    margin-top: 0;
    max-height: 235px;
  }
  .common-related-links li a {
    font-size: 18px;
  }
  /*#endregion */
  /*#region Shared - Header */
  .menu-button {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .main-menu > li.dropdown:hover .dropdown-menu {
    display: none;
  }
  .main-menu > li.dropdown .dropdown-menu.open {
    display: block;
  }
  /*#endregion */
  /*#region Shared - Footer */
  .shared-footer .brands-info {
    margin-top: 10px;
    float: left;
  }
  /*#endregion */
  /*#region Page - Home */
  .featured-properties-section {
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .feat-content-section {
    margin-top: 36px;
  }
  .related-info-section {
    margin-top: 37px;
  }
  .related-info-section h3 {
    font-size: 21px;
  }
  /*#endregion */
  /*#region Page - PropertyList */
  .prop-list-container {
    margin-bottom: 37px;
  }
  /*#endregion */
  /*#region Page - PropertyDetail */
  .property-detail-heading {
    margin-top: 13px;
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 20px;
    max-width: 470px;
  }
  .property-form h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .property-form input.second-input,
  .property-form input.third-input {
    margin-right: 0;
    width: 100%;
  }
  .property-form textarea {
    height: 118px;
  }
  .description-box {
    padding: 15px 20px 24px 15px;
  }
  #property-location-map {
    height: 207px;
    margin-bottom: 28px;
  }
  /*#endregion */
  /*#region Page - InformationList */
  .info-list-container {
    margin-bottom: 81px;
  }
  .info-detail-item {
    height: 138px;
  }
  .info-detail-item .title {
    position: relative;
    padding: 6px 15px 9px 15px;
    font-size: 18px;
  }
  .info-detail-item.no-img .title {
    padding-top: 25px;
  }
  .info-detail-item.no-img .short-desc {
    height: 66px;
    line-height: 1.2em;
    font-size: 14px;
    padding: 0 15px;
  }
  /*#endregion */
  /*#region Page - InformationDetail */
  .info-gallery-heading {
    margin-top: 56px;
  }
  .info-gallery-container {
    margin-bottom: 35px;
  }
  .info-gallery-item {
    margin-bottom: 12px;
    width: 31.63%;
  }
  .info-gallery-item:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  /*#endregion */
  /*#region Page - Contacts */
  #contacts-form input:not([type="submit"]) {
    width: 46.45%;
  }
  /*#endregion */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*#region Common Modules - Reusable parts */
  .common-prop-detail-item .info {
    background-position: right 10px bottom 12px;
  }
  .common-prop-detail-item .state {
    margin-top: 10px;
  }
  .common-prop-detail-item .location {
    height: 32px;
  }
  .common-prop-detail-item .price {
    margin-top: 6px;
  }
  /*#endregion */
  /*#region Shared - Header */
  .main-menu > li {
    margin-left: 9px;
  }
  .main-menu > li > a {
    font-size: 16px;
  }
  /*#endregion */
  /*#region Page - PropertyDetail */
  .thumbs-gallery-container {
    max-width: 115px;
  }
  .slider-btn.up-btn {
    margin-bottom: 13px;
  }
  .property-form input.second-input,
  .property-form input.third-input {
    margin-right: 0;
    width: 100%;
  }
  .property-form textarea {
    height: 126px;
  }
  /*#endregion */
  /*#region Page - InformationList */
  .info-detail-item {
    height: 148px;
  }
  .info-detail-item.no-img .title {
    padding-top: 32px;
  }
  /*#endregion */
  /*#region Page - InformationDetail */
  .info-gallery-item {
    width: 31.23%;
  }
  /*#endregion */
  /*#region Page - Contacts */
  #contacts-form input:not([type="submit"]) {
    width: 47.4%;
  }
  /*#endregion */
}
/*#endregion */
/*#region search bar override*/
section.search-bar .btn-group.bootstrap-select {
  width: 100% !important;
}
section.search-bar .forcingsize {
  /*height:36px;
        overflow:hidden;*/
}
/*#endregion*/
/*#region availability*/
.rates.mb0 {
  margin-bottom: 0 !important;
}
.rates.mb0 .row.ratesTitle {
  padding: 0 13px;
  background-color: #00a0c6;
  color: #fff;
  height: 40px;
}
.rates {
  margin-bottom: 45px;
  color: #a9a9a9;
  background-color: #9a9a9a;
  line-height: 1.9em;
  /*padding-left:10px;*/
  padding: 0 15px;
}
.rates h4 {
  margin: 0;
  width: 100%;
  line-height: 40px;
}
.rates .price {
  padding-right: 10px;
}
.rates .row.darker,
.rates .row.lighter {
  padding-top: 4px;
  padding-bottom: 4px;
}
.rates .row.darker {
  background-color: #a1a1a1;
  color: #fff;
}
.rates .row.darker h4.price {
  color: #fff;
}
.rates .row.lighter {
  background-color: #cfcfcf;
  color: #505050;
}
.rates .row.lighter h4.price {
  color: #505050;
}
/*#endregion*/
/*#region CALENDAR */
.calendarinfo {
  padding-left: 0px;
  display: block !important;
  height: 22px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.calendarinfo li {
  float: left;
  list-style: none;
  line-height: 22px;
  height: 22px;
}
.calendarinfo .redbox {
  background-color: #DC3900;
  width: 20px;
  margin-right: 6px;
}
.calendarinfo .changebox {
  text-align: center;
  color: #00a0c6;
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
  border: 1px #00a0c6 solid;
}
.Availability {
  padding-top: 60px;
}
.MonthObject {
  margin-bottom: 25px;
  height: 180px;
}
.Month_name {
  height: 26px;
  line-height: 26px;
  padding: 0px 0px 0px 12px;
  background-color: #00a0c6;
  color: white;
  font-weight: bold;
}
.Month_weekdays {
  line-height: 16px;
  padding-top: 6px;
  margin: 1px 0px 0px 0px;
  background-image: url(images/pixel_weekdays.png);
  background-position: left top;
  background-repeat: repeat-x;
}
.Month_weekdays span {
  display: block;
  float: left;
  width: 14.28%;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #585858;
  font-weight: bold;
  font-size: 13px;
}
.days {
  height: 138px;
  /*padding:0px 7px 0px 8px;*/
}
.days div {
  float: left;
  width: 14.28%;
  /*width:21px;*/
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #585858;
  font-size: 13px;
  /*margin:0px 0px 2px 3px;*/
}
.day_busy {
  color: #fff !important;
  background-color: #DC3900;
}
.day_old {
  background-color: #a9a9a9;
}
.day_changeover {
  font-weight: bold;
  color: #00a0c6 !important;
}
/*#endregion */
/*#region downloads */
.downloads {
  width: 100%;
}
.downloads > h4 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 67px;
  margin-bottom: 22px;
  font-size: 26px;
  color: #005a8b;
  font-family: "Lato", sans-serif;
}
.downloads > ul {
  margin: 0;
}
.downloads > ul > li {
  height: 22px;
  line-height: 22px;
}
.downloads > ul > li > a {
  height: 22px;
  line-height: 22px;
  color: #00a0c6;
}
.downloads > ul > li > a:hover {
  color: #005a8b;
}
.downloads.pull-left {
  padding-bottom: 45px;
}
.downloads.pull-left > h4 {
  margin-top: 20px !important;
}
/*#endregion*/
/*#region property print*/
.print {
  width: 100%;
  height: 45px;
  margin-top: 45px;
}
.print > a {
  background-color: #005a8b;
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.print > a:hover {
  background-color: #00a0c6;
}
.print > a > i {
  color: #fff;
  font-size: 26px;
  margin-right: 15px;
}
.print .printLink {
  display: none;
}
/*#endregion*/
/*#region google captcha*/
.contactsCaptcha {
  width: 100%;
}
.contactsCaptcha .g-recaptcha > div > div > iframe {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  margin-left: -30px;
  /*@media (min-width: 768px) and (max-width:991px) {
            transform: scale(0.60); -webkit-transform: scale(0.60); -moz-transform: scale(0.60); -ms-transform: scale(0.60); -o-transform: scale(0.60);
        }*/
}
.pagination > li > a {
  border: 1px solid #005a8b !important;
  color: #005a8b !important;
  cursor: pointer;
}
.pagination > li:not(.active) > a:hover {
  background-color: #d3d3d3 !important;
}
.pagination > .active > a {
  color: #FFF !important;
  background-color: #005a8b !important;
  border-color: #005a8b !important;
  cursor: default;
}
.dtlCaptchaPropInfo {
  width: 100%;
  margin: 8px 0 15px;
}
.dtlCaptchaPropInfo .g-recaptcha > div > div > iframe {
  /*@media (min-width: 768px) and (max-width:991px) {
            transform: scale(0.60); -webkit-transform: scale(0.60); -moz-transform: scale(0.60); -ms-transform: scale(0.60); -o-transform: scale(0.60);
        }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .dtlCaptchaPropInfo .g-recaptcha > div > div > iframe {
    transform: scale(0.75);
    -webkit-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -ms-transform: scale(0.72);
    -o-transform: scale(0.72);
    margin-left: -41px;
  }
}
@media (max-width: 767px) {
  .dtlCaptchaPropInfo .g-recaptcha > div > div > iframe {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    margin-left: -15px;
  }
}
/*#endregion*/
.featuredPropertiesContainer {
  padding-top: 10px;
  background: #ffffff;
}
/* #region bootstrap css override */
.bootstrap-select.btn,
.bootstrap-select.btn:focus {
  outline: none !important;
}
/*#endregion*/
.broker-box {
  padding: 15px 30px 20px 30px;
  background: #FFFFFF;
  font-family: 'Lato', sans-serif;
}
.broker-box .broker-img {
  float: right;
}
.broker-box img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: none;
}
.broker-box h3 {
  margin: 73px 0 35px 0;
  font-size: 20px;
  color: #0f7abe;
}
.broker-box p {
  font-size: 15px;
  font-weight: 600;
}
.broker-box button {
  background: #00a0c6;
  color: #fff;
  border: none;
  margin-top: 25px;
  padding: 12px 0;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  border-radius: 4px;
}
.broker-box .pink-clr {
  color: #00a0c6;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .broker-box {
    margin-top: 45px !important;
  }
}
@media (max-width: 767px) {
  .broker-box {
    width: 100%;
  }
}
