.site-menu li {
  position: relative;
}

.site-menu .sub-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.link-menu{
  color: #fff;
  text-decoration: none;
}
.link-menu:hover{
  text-decoration: none;
  color: #aa9d69;
}
a{
  text-decoration: none;
}
.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.site-menu .sub-menu a {
  color: #fff;
  display: block;
  padding: 10px;
  background: #1d1d1d;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu li:nth-child(1) > a {
  border-top: 1px solid #272727;
}

.site-menu .sub-menu li:nth-child(1) > a:hover,
.site-menu .sub-menu li:nth-child(1) > a:focus {
  border-top-color: #272727;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu a:focus {
  background: #aa9d69;
  text-decoration: none !important;
}


.site-menu .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}


._range {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}

.our-properties-form-left ._range {
  padding: 10px 0;
  top: -13px;
}

._range-label {
  display: block;
  font-weight: 300;
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
}

.site-menu .sub-menu li {
  position: relative;
}

/* Global */

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
  font-size: 14px;
  background: #fff;
  color: #000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-section-number {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 17.65px;
  font-weight: 700;
  line-height: 17.65px;
  color: #1b1b1b;
  letter-spacing: 0.1765px;
}

.site-section-number:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 5px;
  background: #aa9d69;
  margin-left: 11px;
  margin-top: -1px;
}

.site-section-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: -2.25px;
  display: block;
}

.site-section-title span {
  display: inline-block;
  text-align: right;
  position: relative;
}

.site-section-title span b {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.8px;
  color: #aa9d69;
  position: relative;
}

.site-section-title span i.title-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #d7d7d7;
}

.site-button {
  display: block;
  margin: 0 auto;
  width: 214px;
  height: 53px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  color: #fff;
  border: 1px solid #b3b3b3;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-button:hover {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff !important;
}

/*
.site-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.site-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -23px;
  width: 46px;
  height: 1px !important;
  transform: scaleY(1.1);
  background: #b3b3b3;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
*/
.site-button.dark-text {
  color: #1b1b1b;
}

.site-button.no-line:after {
  display: none;
}

.site-button.reversed {
  background: #ffffff;
  border-color: #1d1d1d;
  color: #1d1d1d !important;
}

.site-button.reversed:hover {
  border-color: #b3b3b3;
  background: #1b1b1b;
  color: #ffffff !important;
}

.site-container {
  display: block;
  width: 1411px;
  max-width: 100%;
  margin: 0 auto;
}


/* Main Wrapper */

.home #main-wrapper {
  overflow: hidden;
}


/* Header */

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.header:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  background: transparent url("images/header-shadow-bg-a.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  pointer-events: none;
  opacity: 0.7;
}

.header .header-wrap .header-left .header-navigation {
  margin-top: 37px;
}

.header .header-wrap .header-left .header-navigation .site-menu {
  margin: 0 -25px;
}

.header .header-wrap .header-left .header-navigation .site-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header .header-wrap .header-left .header-navigation .site-menu > li:nth-child(1) {
  border-left: none;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.header .header-wrap .header-left .header-navigation .site-menu > li:hover > a,
.header .header-wrap .header-left .header-navigation .site-menu > li:focus-within > a {
  color: #aa9d69;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li:nth-child(1) > a {
  border-top: none;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  border-top: 1px solid #272727;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a:hover,
.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a:focus {
  border-top-color: #aa9d69;
}

.header .header-wrap .header-left .header-navigation .site-menu > li:hover > .sub-menu,
.header .header-wrap .header-left .header-navigation .site-menu > li:focus-within > .sub-menu {
  padding-top: 15px;
}

.header .header-wrap .header-center .header-logo {
  display: block;
  width: 100%;
  text-align: center;
}

.header .header-wrap .header-center .header-logo a {
  display: inline-block;
  text-decoration: none;
}

.header .header-wrap .header-center .header-logo a img {
  display: block;
  width: 350px;
  max-width: 100%;
}

.header .header-wrap .header-right .header-contact {
  display: inline-block;
  vertical-align: top;
  margin: 38px 35px 0 0;
}

.header .header-wrap .header-right .header-contact ul {
  text-align: left;
}

.header .header-wrap .header-right .header-contact ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.8px;
  color: #fff;
}

.header .header-wrap .header-right .header-contact ul li a,
.header .header-wrap .header-right .header-contact ul li em,
.header .header-wrap .header-right .header-contact ul li img {
  display: inline-block;
  vertical-align: middle;
}

.header .header-wrap .header-right .header-contact ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-contact ul li a:hover {
  color: #aa9d69;
}

.header .header-wrap .header-right .header-menu {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-top: 34px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-menu:hover {
  color: #aa9d69;
}

.header .header-wrap .header-right .header-menu img {
  display: block;
  margin-bottom: 3px;
}

.header li.dashed-menu:before {
  content: '';
  width: 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 2px;
  background: #eae7e7;
  vertical-align: middle;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.header li.dashed-menu a {
  padding: 10px 10px 10px 20px;
}


/* Fixed Header */

.fixed-header {
  position: fixed;
  z-index: 1001;
  top: -100%;
  left: 0;
  width: 100%;
  background: #1d1d1d;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.fixed-header.active {
  pointer-events: all;
  top: 0;
}

.fixed-header:after {
  display: none;
}

.fixed-header .fixed-header-wrap {
  position: relative;
  z-index: 1;
  padding: 0 0 0 60px;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left {
  width: 89%;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo {
  float: left;
  margin: 8px 79px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo img {
  display: block;
  max-width: 300px;
  width: 100%;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo img.hdr-logo-v2 {
  max-width: 300px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation {
  float: left;
  margin-top: 26px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: -3px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:nth-child(1) {
  border-left: none;
  margin-left: 0;
}


.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #fffdfd;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-align: center;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:hover > a {
  color: #aa9d69;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  padding-top: 15px;
}

.name-Firefox .fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu {
  margin-top: -1px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu > li:nth-child(1) > a {
  border-top: none;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu > li > a {
  border-top: 1px solid #272727;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:hover > .sub-menu {
  padding-top: 30px !important;
}

.fixed-header .fixed-header-wrap .fixed-header-right {
  /*float: right;*/
  width: 11%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact {
  float: left;
  margin: 16px 30px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact.alt {
  margin: 11px 30px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul {
  display: flex;
  align-items: center;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li {
  display: inline-block;
  margin-left: 11px;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact.alt ul li:last-child {
  display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact:not(.alt) ul li:first-child {
  display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li:nth-child(1) {
  margin-left: 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em,
.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em:hover,
.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > a:hover {
  border-color: #aa9d69;
  background: #aa9d69;
}


.fixed-header.alt .fixed-header-wrap .fixed-header-right .fixed-header-menu {
  display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu:hover {
  color: #aa9d69;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu img {
  display: block;
  margin: 0 auto 3px;
  position: relative;
  left: -1px;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu span {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.fixed-header li.dashed-menu:before {
  content: '';
  width: 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 2px;
  background: #eae7e7;
  vertical-align: middle;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.our-properties-single-cta-wrap::before{
  content: '';
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  z-index: 100000;
}


input[type="range"] {
  background: #aa9d69;
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  
}


/* Sub Menu */

.site-menu li {
  position: relative;
}

.site-menu .sub-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.site-menu .sub-menu a {
  color: #fff;
  display: block;
  padding: 10px;
  background: #1d1d1d;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu li:nth-child(1) > a {
  border-top: 1px solid #272727;
}

.site-menu .sub-menu li:nth-child(1) > a:hover,
.site-menu .sub-menu li:nth-child(1) > a:focus {
  border-top-color: #272727;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu a:focus {
  background: #aa9d69;
  text-decoration: none !important;
}

.irs-bar,
.irs-slider {
  background-color: #aa9d69 !important;
}

.site-menu .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}

.selected-min-price {
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.selected-max-price {
  position: absolute;
  top: 2px;
  left: 272px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

._range {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}

.our-properties-form-left ._range {
  padding: 10px 0;
  top: -13px;
}

.our-properties-form-left .selected-min-price {
  top: 25px;
  left: 0;
}

.our-properties-form-left .selected-max-price {
  top: 25px;
  left: unset;
  right: 0;
}

._range-label {
  display: block;
  font-weight: 300;
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
}


.fixed-header li.dashed-menu a {
  padding: 10px 10px 10px 20px;
}
.request-more-info-close{
  position: absolute;
  top:30px;
  right: 50px;
  font-size: 50px;
  color:#B0B0B0;
}
.schedule-showing-close{
  position: absolute;
  top:30px;
  right: 50px;
  font-size: 50px;
  color:#B0B0B0;
}
.close-info{
  font-size: 50px !important;
}

/* Offcanvas */
.carousel-inner{
  height: 100vh;
}

@media (max-width:768px){
  .carousel-inner{
    height: 50vh;
  }
}
.btn-close {
 background:#B0B0B0 ;
 z-index: 1000;
}

.btn-close.active {
  display: block;
}

.btn-close:hover {
  color: #aa9d69;
}


.offcanvas{
  position: relative;
}
 .offcanvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 69.18%;
  height: 100%;
  background: #171717;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.offcanvas-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-container {
  padding: 74px 62px;
  height: 100%;
}

.offcanvas-wrap .offcanvas-container .offcanvas-logo {
  display: block;
  margin: 0 0 69px 18px;
}

 .offcanvas-wrap .offcanvas-container .offcanvas-logo a {
  display: inline-block;
  margin-bottom: -4px;
}

 .offcanvas-wrap .offcanvas-container .offcanvas-logo a img {
  display: block;
  max-width: 100%;
  width: 343px;
}

.offcanvas-container .offcanvas-navigation {
  width: 855px;
  max-width: 100%;
  padding: 0 18px 5px;
  border-bottom: 1px solid #343434;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li {
  float: left;
  margin-bottom: 39px;
}

 .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(7) {
  margin-right: 10.6%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(1) {
  margin-right: 13%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(2) {
  margin-right: 4.6%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(3) {
  margin-right: 12.25%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(5) {
  clear: left;
  margin-right: 10.6%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(6) {
  margin-right: 2.4%;
}

.offcanvas-container .offcanvas-navigation .offcanvas-menu > li > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:hover > a {
  color: #aa9d69;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu {
  margin-top: 11px;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu .sub-menu {
  display: none;
}


/*Our Team DD*/

 .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu {
  display: block;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li {
  display: block;
  margin-top: 6px;
  position: relative;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li::before {
  content: '';
  width: 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 2px;
  background: #8c8c8c;
  vertical-align: middle;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 10px 10px 20px;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li a:hover {
  color: #aa9d69;
}


/*Our Team DD*/

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li {
  display: block;
  margin-bottom: 6px;
  position: relative;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li:nth-last-child(1) {
  margin-bottom: 0;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

 .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li > a:hover {
  color: #aa9d69;
}

 .offcanvas-container .offcanvas-contact {
  display: inline-block;
  vertical-align: top;
  margin: 31px 78px 0 0;
}

 .offcanvas-container .offcanvas-contact li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  line-height: 22.16px;
  color: #8c8c8c;
  letter-spacing: 0.3px;
  padding-left: 71px;
  width: 50%;
  margin-bottom: 20px;
}

 .offcanvas-container .offcanvas-contact li:nth-child(1) {
  padding-left: 0;
}

 .offcanvas-container .offcanvas-contact li img {
  display: block;
  margin: 0 auto 15px;
}

 .offcanvas-container .offcanvas-contact li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

 .offcanvas-container .offcanvas-contact li a:hover {
  color: #aa9d69;
}

 .offcanvas-container .offcanvas-smi {
  display: inline-block;
  vertical-align: top;
  margin: 52px 0;
  width: 100%;
  text-align: center;
}

 .offcanvas-container .offcanvas-smi ul {
  display: block;
}

 .offcanvas-container .offcanvas-smi ul li {
  display: inline-block;
  margin-left: -4px;
  padding-left: 14px;
}

 .offcanvas-container .offcanvas-smi ul li:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}

 .offcanvas-container .offcanvas-smi ul li a {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/*Join Our*/

.hp-contact {
  position: relative;
  z-index: 2;
}

.hp-contact .contact-wrap {
  position: relative;
  z-index: 1;
  padding: 88px 0 116px;
}

.hp-contact .contact-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: transparent url("../img/contact-bg-a.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.hp-contact .contact-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.85);
}

.hp-contact .contact-wrap .contact-section-number {
  display: block;
  color: #fff;
  text-align: left;
  margin-bottom: -8px;
  margin-left: 1px;
}

.hp-contact .contact-wrap .contact-title {
  color: #fff;
  text-align: center;
  margin-top: -6px;
  margin: -6px 0 23px;
}

.hp-contact .contact-wrap .contact-title span b {
  margin-top: -3px;
  margin-right: 2px;
}

.hp-contact .contact-wrap .contact-title span .title-line {
  width: calc(55% - 15px);
  bottom: 15px;
  left: 2px;
  background: #818181;
}

.hp-contact .contact-wrap .contact-subtitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  line-height: 26px;
  color: #bdbdbd;
  text-align: center;
  margin-bottom: 75px;
}

.hp-contact .contact-wrap .contact-form label {
  display: block;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0.77px;
  color: #fff;
}

input:hover, textarea{
  outline:none !important;
}

.hp-contact .contact-wrap .contact-form input[type="text"],
.hp-contact .contact-wrap .contact-form input[type="email"],
.hp-contact .contact-wrap .contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  height: 32px;
}

.hp-contact .contact-wrap .contact-form textarea {
  resize: none;
  height: 82px;
}

.hp-contact .contact-wrap .contact-form input[type="submit"] {
  background: transparent;
  width: 100%;
}

.hp-contact .contact-wrap .contact-form input[type="submit"]:hover {
  background: #fff !important;
  color: #1b1b1b !important;
  border-color: #fff !important;
}

.hp-contact .contact-wrap .contact-form .contact-submit {
  margin: 44px auto 0;
  width: 159px;
  position: relative;
}

.hp-contact .contact-wrap .contact-form .contact-submit:after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5px);
  left: -23px;
  width: 46px;
  height: 1px;
  background: #b3b3b3;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-contact .contact-wrap .contact-form .form-group:before,
.hp-contact .contact-wrap .contact-form .form-group:after {
  content: '';
  display: table;
}

.hp-contact .contact-wrap .contact-form .form-group:after {
  clear: both;
}

.hp-contact .contact-wrap .contact-form .form-group.col-2 {
  margin: 0 -12px 38px;
}

.hp-contact .contact-wrap .contact-form .form-group.col-2 .form-col {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.hp-contact .contact-wrap .contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hp-contact .contact-wrap .contact-form span.wpcf7-not-valid-tip {
  left: auto;
  top: 0;
  right: 0;
  color: #fff !important;
  border-color: #aa9d69 !important;
  background: #aa9d69 !important;
  text-transform: uppercase;
}

.hp-contact .contact-wrap .contact-form .ajax-loader {
  position: absolute;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output {
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-validation-errors,
.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-acceptance-missing {
  background: #b18e12 !important;
  border-color: #b18e12 !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-mail-sent-ng,
.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-aborted {
  background: #aa9d69 !important;
  border-color: #aa9d69 !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16af5a !important;
  border-color: #16af5a !important;
}


/* Footer */

.footer {
  position: relative;
  z-index: 2;
}


.footer .footer-wrap:after {
  content: '';
  position: absolute;
  
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
}

.footer .footer-wrap {
  background: transparent url(../img/footer-bg-a.jpg) no-repeat;
  background-position: center 68px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.footer .footer-wrap .footer-top {
  border-bottom: 4px solid #c0c0c0;
  padding: 0 18px 40px;
}

.footer .footer-wrap .footer-top .footer-logo {
  display: block;
  text-align: left;
  margin-top: 50px;
}

.footer-badge img {
  margin: 0 10px;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  max-width: 16%;
}

.footer .footer-wrap .footer-top .footer-logo a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-top .footer-logo a:hover {
  opacity: 0.75;
}

.footer .footer-wrap .footer-top .footer-logo a img {
  display: block;
  max-width: 100%;
  width: 418px;
}

.footer-badge {
  display: inline-block;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  width: 94%;
}

.footer .footer-wrap .footer-top .footer-contact {
  display: block;
  margin-top: 76px;
}

.footer .footer-wrap .footer-top .footer-contact ul {
  display: block;
  margin: 20px -17px 0;
}

.footer .footer-wrap .footer-top .footer-contact ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #1f1f1f;
  position: relative;
  padding: 0 17px;
}

.footer .footer-wrap .footer-top .footer-contact ul li:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #a8a8a8;
}

.footer .footer-wrap .footer-top .footer-contact ul li:nth-child(1) {
  margin-left: 0;
}

.footer .footer-wrap .footer-top .footer-contact ul li:nth-child(1):after {
  display: none;
}

.footer .footer-wrap .footer-top .footer-contact ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
}

.footer .footer-wrap .footer-top .footer-contact ul li a:hover {
  color: #aa9d69;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg {
  margin: 0 -32px;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg li {
  font-size: 20px;
  letter-spacing: 4px;
  padding: 0 32px;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg li:after {
  top: 3px;
  height: 17px;
}

.footer .footer-wrap .footer-top .footer-site-description {
  font-size: 11px;
  line-height: 20px;
  color: #494949;
  margin-top: 23px;
}

.footer .footer-wrap .footer-top .footer-smi {
  display: block;
  margin-top: 17px;
}

.footer .footer-wrap .footer-top .footer-smi ul {
  display: block;
  margin: 0 -7px;
}

.footer .footer-wrap .footer-top .footer-smi ul li {
  display: inline-block;
  margin-left: -4px;
  padding: 0 7px;
}

.footer .footer-wrap .footer-top .footer-smi ul li:nth-child(1) {
  margin-left: 0;
}

.footer .footer-wrap .footer-top .footer-smi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #151515;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-top .footer-smi ul li a:hover {
  background: #aa9d69;
  border-color: #aa9d69;
}

.footer .footer-wrap .footer-center {
  padding: 40px 0 31px;
  border-bottom: 1px solid #a0a0a0;
}

.footer .footer-wrap .footer-center .footer-logos-a {
  text-align: center;
}

.footer .footer-wrap .footer-center .footer-logos-a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  position: relative;
}

.footer .footer-wrap .footer-center .footer-logos-a img:nth-child(2) {
  top: 2px;
}

.footer .footer-wrap .footer-center .footer-logos-a img:nth-last-child(1) {
  margin-right: 0;
}

.footer .footer-wrap .footer-bottom {
  margin-top: 56px;
  padding-bottom: 55px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  padding-left: 1% !important;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu li.hide-main-tab {
  display: none !important;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li:nth-child(1) {
  margin-left: 0;
  padding-left: 0 !important;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
  color: #1f1f1f;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > a:hover {
  color: #aa9d69;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu {
  display: block;
  margin-top: 13px;
  max-width: 200px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4798 > .sub-menu {
  max-width: 95px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4813 > .sub-menu {
  max-width: 115px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li {
  display: block;
  margin-bottom: 8px;
  position: relative;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li:nth-last-child(1) {
  margin-bottom: 0;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #3a3a3a;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li a:hover {
  color: #aa9d69;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search {
  text-align: right;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  /*padding-left: 66px;*/
  padding-left: 37.5px;
  width: 24%;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div {
  display: inline-block;
  text-align: left;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div span strong {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #1f1f1f;
  margin-bottom: 21px;
  display: block;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div img {
  display: inline-block;
  vertical-align: middle;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div img:nth-child(1) {
  margin-right: 3px;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search a:hover {
  opacity: 0.75;
}

.footer .footer-wrap .footer-bottom .footer-copyright {
  font-size: 12px;
  line-height: 12px;
  color: #1f1f1f;
  text-align: center;
  margin: 30px 0 24px;
}

.footer .footer-wrap .footer-bottom .footer-copyright a {
  color: inherit;
  text-decoration: none;
}

.footer .footer-wrap .footer-bottom .footer-copyright a:hover {
  color: #aa9d69;
}

.footer .footer-wrap .footer-bottom .footer-copyright a.footer-agentimage {
  font-weight: 700;
  text-decoration: underline;
}

.footer .footer-wrap .footer-bottom .footer-logos-b {
  /*text-align: center;*/
}

.footer .footer-wrap .footer-bottom .footer-logos-b .textwidget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-wrap .footer-bottom .footer-logos-b img {
  margin: 6px !important;
}

.footer .footer-wrap .footer-bottom .footer-logos-b a:last-child {
  flex-grow: 1;
  text-align: right;
}

nav.footer-navigation {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li,
.footer .footer-wrap .footer-bottom .footer-advanced-mls-search {
  padding-left: 18px;
}

.footer li.dashed-menu:before {
  content: '';
  width: 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 5px;
  background: url(https://ogroup.com/wp-content/themes/ogroup.com/images/footer-dash.png);
  background-repeat: repeat-x;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 7px;
  top: 3px;
}

.footer li.dashed-menu a {
  padding-left: 20px;
  display: block;
}

.footer .menu-item-89878 > .sub-menu {
  max-width: 115px !important;
}

.footer .menu-item-159721 > .sub-menu {
  max-width: 125px !important;
}

.footer ul#menu-primary-menu {
  width: 100%;
  padding: 0;
  margin: 0;
}

li.dashed-menu:before {
  content: '';
  width: 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 2px;
}


/* Floating backgrounds */

.floating-bg-a,
.floating-bg-b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.floating-bg-a {
  background-image: url("images/floating-bg-a.png");
  background-position: top right;
  opacity: 0.3;
  z-index: 1;
  opacity: 0;
}

.floating-bg-b {
  background-image: url("images/floating-bg-b.png");
  background-position: top left;
}

.ip-container .floating-bg-a,
.ip-container .floating-bg-b {
  display: none;
}


/*******************************************************
*
* 3. IP Styles
*
*******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
  min-height: 500px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
  width: 20.83%;
}

.page-id-4772 .sidebar-logo {
  display: none;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  line-height: 1.7;
}


.fixed-header .fixed-header-wrap .fixed-header-left li.hide-main-tab,
.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.hide-main-tab,
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li.hide-main-tab,
.header li.hide-main-tab {
  display: none !important;
}


/* Removes dotted outline border on both Firefox and IE Browsers */

a:focus,
a:active {
  outline: none !important;
}


/* Custom Mobile Header */

.custom-mobile-header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-mobile-header .mobile-header-wrap {
  width: 100%;
  height: 64px;
  background: #181819 url('images/custom-mobile-header-bg-a.jpg') no-repeat;
  background-size: 100% 100%;
  background-position: center left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo {
  display: block;
  padding-left: 20px;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a:hover {
  opacity: 0.75;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a img {
  display: block;
  width: 216px;
  max-width: 100%;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu {
  margin-left: auto;
  position: relative;
  background: transparent url("images/fixed-header-bg-b.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 8px;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: uppercase;
  width: 64px;
  height: 64px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu:hover {
  color: #aa9d69;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu img {
  display: block;
  margin: 0 auto 3px;
  position: relative;
  left: -1px;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu span {
  text-align: right;
}

#breadcrumbs {
  display: none;
}

.inner-page-breadcrumbs {
  background: #a0a0a0;
  height: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-top: 11px;
}

.inner-page-breadcrumbs #breadcrumbs {
  display: block;
  color: #373737;
}

.inner-page-breadcrumbs #breadcrumbs > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-page-breadcrumbs a {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-page-breadcrumbs #breadcrumbs > span > span > {
  margin-right: 3px;
}

.inner-page-breadcrumbs a:hover {
  color: #1b1b1b;
}




/* Inner Page Our Properties Single */

.page-template-template-our-properties-single .floating-smi {
  display: none;
}

.our-properties-single .our-properties-floating-link a:before,
.our-properties-single .our-properties-floating-link a:after {
  display: none;
}

.page-template-template-our-properties-single .inner-page-banner {
  display: none;
}

.our-properties-single-slideshow-logo {
  position: absolute;
  z-index: 3;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-logo:hover {
  opacity: 0.75;
}

.our-properties-single-slideshow-logo img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.our-properties-floating-link {
  position: fixed;
  z-index: 50;
  bottom: 187px;
  left: -82px;
  /* (width - height) / 2 */
  transform: rotate(-90deg);
  width: 207px;
  height: 43px;
}

.our-properties-floating-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  /*color: #5e5e5e;*/
  color: #fff;
  background: #1b1b1b;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-floating-link a:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 27px;
  height: 1px;
  left: 0;
  background: #1b1b1b;
}

.our-properties-floating-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  left: -40px;
  background: #fff;
}

.our-properties-floating-link a:hover {
  color: #5e5e5e;
  background: rgba(255, 255, 255, 0.8);
}

.our-properties-single-slideshow-wrap,
.our-properties-single-slideshow {
  position: relative;
}

.our-properties-single-slideshow-wrap {
  overflow: hidden;
}

.our-properties-single-slideshow-slide {
  display: block;
}

.our-properties-single-slideshow-slide canvas {
  display: block;
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.our-properties-single-slideshow-controls {
  position: absolute;
  z-index: 10;
  right: 29px;
  transform: translateY(-100%);
  margin-top: -36px;
}

.simplebar-content{
  overflow: hidden;
}

.our-properties-single-slideshow-controls span {
  width: 24px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-controls span:hover {
  opacity: 0.5;
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-prev {
  background-image: url('images/properties-single-prev-b.png');
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-next {
  background-image: url('images/properties-single-next-b.png');
}

.request-modal.active{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.properties-single-slideshow-info.active{
   margin-right: 350px;
}


.properties-single-slideshow-info {
  position: absolute;
  z-index: 4;
  bottom: 144px;
  right: -100%;
  background: #fff;
  width: 390px;
  padding: 0 15px 0 65px;
  overflow-y: hidden;
  transform: .5s;
}

.properties-single-slideshow-info span.show-hide-btn {
  display: block;
  position: absolute;
  width: 100%;
  /* background: #aa9d69; */
  transform: translateY(-50%) rotate(-90deg);
  left: -44%;
  top: 50%;
  right: 0;
  padding: 10px;
  font-size: 15px;
  transform-origin: center;
  text-align: center;
  cursor: pointer;
  background-color: rgba(27, 27, 27, 1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
}

.single-listing .properties-single-slideshow-info span.show-hide-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(27, 27, 27, 1);
}

.properties-single-slideshow-info-address {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -1.025px;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-top: 1px;
  margin-left: -1px;
}

.properties-single-slideshow-info-address span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0;
  color: #666666;
  margin-top: 3px;
  margin-left: 1px;
}

.properties-single-slideshow-info-price {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2.2px;
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aa9d69;
  margin-top: 12px;
}

.properties-single-slideshow-info-price.dual {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aa9d69;
  margin-top: 12px;
}

.properties-single-slideshow-info-extras {
  display: block;
  margin: 24px 0 40px !important;
}

.properties-single-slideshow-info-extras li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  color: #292929;
  margin-bottom: 11px;
}

.properties-single-slideshow-info-extras li:nth-last-child(1) {
  margin-bottom: 0;
}

.properties-single-slideshow-info-extras li [class^="icon-"] {
  display: inline-block;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 2px 0 4px;
}


.properties-single-slideshow-info-extras li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
  line-height: 12px;
}

.page-template-template-our-properties-single #inner-page-wrapper {
  margin-bottom: 0 !important;
}

.page-template-template-our-properties-single .inner-page-breadcrumbs {
  position: relative;
  z-index: 0;
  background: transparent;
  padding: 0;
  height: auto;
  margin-top: -105px;
}

.page-template-template-our-properties-single .inner-page-breadcrumbs #breadcrumbs {
  width: 65.8%;
  background: rgba(160, 160, 160, 0.66);
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  margin: 0 !important;
}

.our-properties-single-info {
  position: relative;
  z-index: 2;
}

.our-properties-single-content-wrap {
  background: #fff;
}

.our-properties-single-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 60px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  line-height: 70px !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 !important;
  padding: 28px 70px 0;
}

.our-properties-single-content {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #666666;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  padding: 0 70px;
  margin-top: 43px;
  min-height: 225px;
}

.our-properties-single-content::first-letter {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 105px;
  font-weight: 600;
  line-height: 87px;
  float: left;
  color: #1b1b1b;
  text-transform: uppercase;
  padding-right: 8px;
  /*padding-bottom: 26px;*/
}

.our-properties-single-thumbnail-list {
  margin-top: 20px;
  margin-left: -30px;
  padding-right: 3px;
  background: #fff;
}

.our-properties-single-thumbnail {
  float: left;
  display: block;
  width: calc(50% - 1.5px);
  margin-top: 3px;
  cursor: pointer;
}

.our-properties-single-thumbnail:nth-child(even) {
  float: right;
}

.our-properties-single-thumbnail img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}

.our-properties-single-thumbnail.active img,
.our-properties-single-thumbnail:hover img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.our-properties-single-add-thumbnail {
  float: right;
  display: block;
  width: calc(50% - 1.5px);
  margin-top: 3px;
  cursor: pointer;
  height: 130px;
  background: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-add-thumbnail.active,
.our-properties-single-add-thumbnail:hover {
  background: #aa9d69;
}

.our-properties-single-add-thumbnail img {
  width: auto;
  height: auto;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.our-properties-single-smi-wrap {
  margin-top: 64px;
  margin-left: -30px;
}

.our-properties-single-smi-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #aa9d69;
  position: relative;
}

.our-properties-single-smi-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 4px;
  background: #cbcbcb;
  margin-left: 11px;
}

.our-properties-single-smi ul {
  margin: 21px 0 0 !important;
}

.our-properties-single-smi ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.our-properties-single-smi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #1b1b1b;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  background: #f2f2f2;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-smi ul li a:hover {
  background-color: #aa9d69;
  background: #aa9d69;
}

.our-properties-single-cta {
  margin-top: 41px;
  margin-left: -30px;
  padding-right: 3px;
}

.safari-true .our-properties-single-cta {
  margin-top: 40px;
}

.our-properties-single-cta-link {
  width: 100%;
  background: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  margin-bottom: 9px;
}

.our-properties-single-cta-link:visited,
.our-properties-single-cta-link:focus {
  color: #fff;
}

.our-properties-single-cta-link:hover {
  background: #fff;
  color: #1b1b1b !important;
}

.our-properties-single-cta-link:after {
  background: #3e3e3e;
}

.our-properties-single-divider {
  display: block;
  position: relative;
  margin-top: -108px;
  margin-bottom: 88px;
  z-index: -1;
  display: none;
}

.our-properties-single-divider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.9);
}

.our-properties-single-divider canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  max-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.our-properties-single-container-guide-wrap {
  position: absolute;
  z-index: -10;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.our-properties-single-agent {
  margin-left: auto;
  position: relative;
  z-index: 1;
  background: transparent url('images/our-properties-single-bg-a.jpg') no-repeat;
  background-position: center left;
  background-size: cover;
}

.our-properties-single-agent:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.our-properties-single-agent-left {
  width: 35%;
}

.our-properties-single-agent-number {
  margin-top: 82px;
}

.our-properties-single-agent-number:after {
  margin-left: 1px;
}

.our-properties-single-agent-title {
  color: #1b1b1b;
  margin-top: -6px;
  margin-bottom: 79px;
}

.our-properties-single-agent-title span b {
  font-weight: 400 !important;
  margin-top: 2px;
}

.our-properties-single-agent-title span i.title-line {
  width: 100%;
  left: auto !important;
  right: -109%;
  bottom: 77px !important;
  background: #e0e0e0;
}

.our-properties-single-agent-photo,
.our-properties-single-agent-info {
  float: left;
  margin-bottom: 109px;
}

.our-properties-single-agent-photo img {
  width: 164px;
  height: 177px;
  object-fit: cover;
  object-position: top center;
}

.our-properties-single-agent-name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #aa9d69;
  text-transform: uppercase;
  margin-top: 7px;
}

.our-properties-single-agent-info {
  padding: 0 15px 0 31px;
}

.our-properties-single-agent-info ul {
  margin: 19px 0 0 !important;
  display: block;
}

.our-properties-single-agent-info ul li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2.4px;
  color: #1f1f1f;
  position: relative;
  margin-top: 11px;
}

.our-properties-single-agent-info ul li:nth-child(1) {
  margin-top: 0;
}

.our-properties-single-agent-info ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
}

.our-properties-single-agent-info ul li a,
.our-properties-single-agent-info ul li em,
.our-properties-single-agent-info ul li img {
  display: inline-block;
  vertical-align: middle;
}

.our-properties-single-agent-info ul li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-agent-info ul li a:hover {
  color: #aa9d69;
}

.our-properties-single-agent-info ul li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.our-properties-single-agent-right {
  width: 65%;
}

.our-properties-single-map {
  position: relative;
  /*margin-top: -48px;*/
  width: calc(100% - 70px);
  height: 482px;
  margin-top: 88px;
}

.our-properties-single-map canvas {
  display: block;
  width: 100%;
}

.our-properties-single-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.our-properties-single-form-wrap {
  position: relative;
  z-index: 1;
  /* margin-top: -115px; */
  /* top: -115px; */
  top: 50px;
  /* margin-bottom: -115px; */
}

.our-properties-single-form {
  background: transparent url('../img/our-properties-single-form-bg-a.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 190px 0 90px;
}

.our-properties-single-form:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.9);
}

.our-properties-single-form-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 58px;
  width: 980px;
  max-width: 100%;
}

.our-properties-single-form form {
  margin: 0 auto !important;
  width: 980px;
  max-width: 100%;
  position: relative;
}

.our-properties-single-form form .wpcf7-form-control-wrap {
  display: block;
}

.our-properties-single-form form span.wpcf7-not-valid-tip {
  top: -17px;
  left: auto;
  right: 0;
}

.our-properties-single-form .form-group {
  display: block;
  margin: 0 -10px;
  position: relative;
}

.our-properties-single-form .form-group.no-mlr {
  margin: 0;
}

.our-properties-single-form .form-group:before,
.our-properties-single-form .form-group:after {
  content: '';
  display: table;
  clear: both;
}

.our-properties-single-form .form-input {
  width: calc(100% / 3);
  padding: 0 10px;
  float: left;
  margin-bottom: 60px;
}

.our-properties-single-form .form-input.no-mb {
  margin-bottom: 0;
}

.our-properties-single-form .form-input.lg {
  width: calc((100% / 3) + (100% / 3));
}

.our-properties-single-form label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  color: #fff;
}

.our-properties-single-form input[type="text"],
.our-properties-single-form input[type="email"],
.our-properties-single-form input[type="tel"],
.our-properties-single-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  color: #fff;
}

.our-properties-single-form textarea {
  height: 20px;
  resize: none;
}

.our-properties-single-form input[type="submit"] {
  display: block;
  width: 159px;
  height: 53px;
  margin-top: 39px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-form input[type="submit"]:hover {
  border-color: #fff;
  background: #fff;
  color: #1b1b1b;
}

.our-properties-single-form .ajax-loader {
  position: absolute;
  top: 50%;
  right: 185px;
  transform: translateY(-50%);
  margin: 0;
}

.our-properties-single-form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  bottom: -43px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  color: #fff !important;
  text-align: center;
}

.our-properties-single-links {
  margin: 100px 0 60px 0;
}

.our-properties-single-links a {
  width: 100%;
  background: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 3.2px;
}

.our-properties-single-links a:hover {
  background: #fff !important;
  color: #1b1b1b !important;
}

.our-properties-single-links a:after {
  width: 118px;
  background: #494949;
  left: -80px;
}

.our-properties-single-links a.right:after {
  right: -80px;
  left: auto;
}

.our-properties-single-floating-thumbnail-wrap {
  position: absolute;
  z-index: 10;
  background: #1b1b1b;
  width: 554px;
  max-width: 100%;
  height: 679px;
  right: 0;
  transform: translateY(-100%);
  margin-top: 63px;
  padding: 49px 0 45px 25px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 17px;
  width: 16px;
  height: 16px;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 17px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before {
  transform: rotate(45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
  transform: rotate(-45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:after {
  background: #aa9d69;
}

.our-properties-single-floating-thumbnail-list {
  padding-right: 35px;
  width: 100%;
  height: 100%;
}

.our-properties-single-floating-thumbnail-mobile-wrap {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  margin-top: 20px;
  padding: 30px 0 0;
  background: #1b1b1b;
}

.our-properties-single-floating-thumbnail-mobile-list {
  padding: 0 15px;
}

.our-properties-single-floating-thumbnail-mobile {
  float: left;
  display: block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.our-properties-single-floating-thumbnail-mobile img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 250px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.our-properties-single-floating-thumbnail-mobile canvas {
  display: block;
  width: 100%;
  object-fit: cover;
  /*height: 250px;*/
  height: auto;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-properties-single-floating-thumbnail-list .simplebar-scroll-content {
  padding-right: 60px !important;
}

.our-properties-single-floating-thumbnail-list .simplebar-track {
  right: 18px;
  width: 2px;
  background: #262626;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar {
  border-radius: 0 !important;
  width: 4px;
  right: -1px;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar:before {
  top: 0;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: #aa9d69;
}

.our-properties-single-floating-thumbnail-list .simplebar-track.horizontal {
  display: none !important;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail {
  display: block;
  float: left;
  padding: 2px;
  width: calc(100% / 3);
  cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail canvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 128px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active canvas,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover canvas {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.bh-home-prices-stats-wrap {
  padding-top: 285px;
  font-size: 0;
}

.bh-home-prices-stats-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.bh-home-prices-stats-title strong {
  font-weight: 900 !important;
}

.bh-home-prices-stats-branch {
  border-top: 1px solid #000;
  margin-top: 40px;
}

.bh-home-prices-stats-branch-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
}

.bh-home-prices-stats-branch-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  background: #000;
}

.bh-home-prices-stats-branch-item:nth-child(odd)::after {
  height: 30px;
}

.bh-home-prices-stats-branch-item:nth-child(even)::after {
  height: 90px;
}

.bh-home-prices-stats-branch-item:nth-child(odd) {
  padding-top: 50px;
}

.bh-home-prices-stats-branch-item:nth-child(even) {
  padding-top: 120px;
}

.bh-home-prices-stats-branch-item-value {
  font-size: 30px;
  font-weight: 700 !important;
  color: #000;
}

.bh-home-prices-stats-branch-item-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.bh-avg-stats-wrapper {
  padding: 40px 0;
  font-size: 0;
}

.bh-avg-stats-title {
  font-size: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.bh-avg-stats {
  max-width: 900px;
  margin: 30px auto 0;
}

.bh-avg-stats-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  padding: 50px 0;
}

.bh-avg-stats-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: .2;
  pointer-events: none;
}

.bh-avg-stats-item:last-child:after {
  opacity: 0;
}

.bh-avg-stats-item-value {
  font-size: 40px;
  color: #000;
  font-weight: 700 !important;
}

.bh-avg-stats-item-label {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-top: 8px;
}

.ip-container .footer {
  z-index: 0;
}


/*footer v2*/

.sub-menu{
  padding-left: 0;
}

.footer-address-list {
  margin: 65px -8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-address-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-address {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address img {
  width: 133px;
  height: 133px;
  object-fit: cover;
}

.footer-address-info {
  width: calc(100% - 143px);
  position: relative;
  min-height: 117px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0 10px;
}

.footer-address-info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -15px;
  border: 2px solid #999999;
  pointer-events: none;
}

.footer-address-info strong {
  display: block;
/*    font-size: 17px;*/
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-address-info p {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 15px;
  color: #3a3a3a;
}

.footer-badge-wrap {
  margin-top: 30px;
}


/* Inner Page Contact Us */

.page-template-template-contact-us #inner-page-wrapper {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

.page-template-template-contact-us .inner-page-breadcrumbs {
  position: relative;
  z-index: 2;
  background: rgba(160, 160, 160, 0.66);
}

.contact-us {
  position: relative;
  margin: 0 auto;
}

.contact-us-top {
  margin-top: -32px;
  padding-top: 32px;
  position: relative;
  z-index: 1;
  background: transparent url('../img/contact-us-bg-a.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us-top:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 32px;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
  background: rgba(242, 242, 242, 0.85);
}

.contact-us-top:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 32px;
  right: 0;
  width: 50%;
  height: calc(100% - 32px);
  background: rgba(86, 86, 86, 0.37);
}

.contact-us-top-content {
  display: block;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-us-content {
  background: #fff;
  margin-right: -35px;
  padding: 68px 130px 71px 45px;
}

.contact-us-title {
  font-size: 110px !important;
  line-height: 110px !important;
  font-weight: 600 !important;
  letter-spacing: -2.75px !important;
  color: #1b1b1b !important;
  margin: 0 !important;
}

.contact-us-title span b {
  font-size: 85px;
  font-weight: 400 !important;
  line-height: 85px;
  letter-spacing: 0.85px;
  margin-top: -9px;
}

.translated-ltr .contact-us-title {
  font-size: 90px !important;
  line-height: 90px !important;
}

.translated-ltr .contact-us-title span b {
  font-size: 75px;
  line-height: 75px;
}

.contact-us-title span i.title-line {
  width: 200%;
  left: -207% !important;
  bottom: auto;
  top: 51px;
  background: #b0b0b0 !important;
}

.contact-us-subtext {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #1b1b1b;
  margin-top: 13px;
}

.contact-us-form {
  position: relative;
  margin-top: 42px;
}

.contact-us-form form {
  margin: 0 !important;
  position: relative;
}

.contact-us-form form .wpcf7-form-control-wrap {
  display: block;
}

.contact-us-form .form-group {
  display: block;
  margin: 0 -11px;
}

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

.contact-us-form .form-group:after {
  clear: both;
}

.contact-us-form .form-input {
  float: left;
  width: 50%;
  padding: 0 11px;
  position: relative;
  margin-bottom: 23px;
}

.contact-us-form .form-input.lg {
  width: 100%;
}

.contact-us-form label {
  display: block;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(102, 102, 102, 0.3);
  margin: 0;
  padding: 0;
  height: 37px;
}

.contact-us-form textarea {
  resize: none;
}

.contact-us-form .form-submit:before {
  display: none;
}

.contact-us-form .form-submit {
  border-color: #666666;
  margin: 27px 0 0 11px;
}

.contact-us-form .form-submit input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-us-form .form-submit:hover input[type="submit"] {
  color: #fff;
}

.contact-us-form .form-submit .ajax-loader {
  position: absolute;
  top: calc(50% - 10px);
  margin: 0;
  right: -25px;
}

.contact-us-form form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  bottom: -54px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.contact-us-form form span.wpcf7-not-valid-tip {
  top: -3px;
  left: auto;
  right: 0;
}

.contact-us-group-photo-bg {
  position: absolute;
  background: transparent url('images/contact-us-group-photo-overlay-a.png') no-repeat;
  background-position: center;
  background-size: 100% 100%;
  bottom: 160px;
  right: 45px;
  width: 53.3%;
  opacity: 0.25;
}

.contact-us-group-photo-bg canvas {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.contact-us-group-photo {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 160px;
  right: 45px;
  width: 53.3%;
}

.contact-us-group-photo canvas {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.contact-us-bottom {
  position: relative;
  z-index: 2;
}

.contact-us-info {
  position: relative;
  z-index: 0;
  background: #1b1b1b;
  margin: -42% 0 0 -20px;
  padding: 53px 0 49px;
}

.page-id-4742 .contact-us-info {
  margin: -110% 0 0 -20px;
}

.page-id-4742 .contact-us-bottom {
  display: none;
}

.contact-us-info .contact-us-logo {
  display: block;
  margin: 0 auto;
  width: 482px;
  max-width: 100%;
}

.contact-us-info .info-company {
  text-align: center;
  margin: 32px -15px 0 !important;
}

.contact-us-info .info-company li {
  display: inline-block;
  margin: 0 0 16px -4px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #8c8c8c;
  padding: 0 15px;
}

.contact-us-info .info-company li a,
.contact-us-info .info-company li em,
.contact-us-info .info-company li img {
  display: inline-block;
  vertical-align: middle;
}

.contact-us-info .info-company li img {
  margin-right: 5px;
}

.contact-us-info .info-company li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-us-info .info-company li a:hover {
  color: #aa9d69;
}

.contact-us-info .info-company li:nth-child(1) {
  margin-left: 0;
}

.contact-us-info .info-company li.lg {
  display: block;
  margin-left: 0;
  width: 100%;
}

.contact-us-info .info-company li.location img {
  position: relative;
  top: -2px;
}

.contact-us-info .info-smi {
  margin: 33px 0 0 !important;
  text-align: center;
}

.contact-us-info .info-smi li {
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  padding: 0 6px;
}

.contact-us-info .info-smi li:nth-child(1) {
  margin-left: 0;
}

.contact-us-info .info-smi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.contact-us-info .info-smi li a:hover {
  background: #aa9d69;
  border-color: #aa9d69;
}

.contact-us-info-map {
  display: block;
  height: 533px;
}

.our-properties-single-smi .addtoany_shortcode {
  display: none !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
  height: 40px;
  line-height: 32px;
  width: 40px;
}

span.a2a_svg.a2a_s__default {
  font-size: 23px;
  color: #1b1b1b !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 2px;
  background: #f2f2f2 !important;
  fill: #000;
}


/* Inner Page Oppenheim Group */

.page-template-template-oppenheim-group #inner-page-wrapper {
  margin-bottom: 0 !important;
}

.page-template-template-oppenheim-group .inner-page-banner canvas {
  background-image: url(../img/oppenheim-group-banner.jpg);
}

.page-template-template-oppenheim-group .inner-page-breadcrumbs {
  background: rgba(160, 160, 160, 0.66);
  margin-top: -32px;
}

.oppenheim-group {
  /*width: 1600px;*/
  max-width: 100%;
  margin: 0 auto;
}

.oppenheim-group-section-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -72px;
  padding: 72px 0 70px;
  pointer-events: none;
}

.oppenheim-group-title {
  font-size: 120px !important;
  line-height: 120px !important;
  letter-spacing: -3px !important;
  font-weight: 600 !important;
  color: #1b1b1b;
  width: 520px;
  max-width: 100%;
  margin: 0 0 100px -21px !important;
  position: relative;
}

.oppenheim-group-title span {
  display: block;
  text-align: left;
}

.oppenheim-group-title span em {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.6px;
  color: #949494;
  display: block;
  margin: 73px 0 -5px 5px;
  position: relative;
  top: 16px;
}

.oppenheim-group-title span b {
  font-size: 75px !important;
  line-height: 75px !important;
  font-weight: 400 !important;
  text-align: right;
  margin-top: -15px;
  position: relative;
  right: -6px;
}

.oppenheim-group-title span .title-line {
  width: 400%;
  left: calc(-399% - 15px) !important;
  top: 50%;
  bottom: auto !important;
  background: #b0b0b0;
}

.oppenheim-group-photo {
  position: absolute;
  top: 0;
  right: 72px;
  width: 46%;
  max-width: 100%;
}

.oppenheim-group-photo canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-id-4778 .oppenheim-group-photo canvas {
  background-position: top center;
}

.oppenheim-group-content,
.oppenheim-group-history-content {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
}

.oppenheim-group-content p,
.oppenheim-group-history-content p {
  margin: 0 !important;
}

.oppenheim-group-history-section-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.oppenheim-group-history-section-wrap:before {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 169px);
  background: transparent url('../img/oppenheim-group-history-bg-a.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.oppenheim-group-history-section-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 169px);
  background: rgba(240, 240, 240, 0.85);
}

.oppenheim-group-history-section {
  background: #fff;
  padding: 0 25px 0 57px;
}

.oppenheim-group-history-img {
  width: 673px;
  max-width: 100%;
  margin: 0 55px 20px -57px;
}

.oppenheim-group-history-img img {
  display: block;
  width: 100%;
}

.oppenheim-group-history-img figcaption {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  color: #414141;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 57px;
  position: relative;
  top: 32px;
}

.oppenheim-group-history-title {
  font-size: 90px !important;
  line-height: 90px !important;
  letter-spacing: -2.25px !important;
  font-weight: 600 !important;
  color: #1b1b1b;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  margin: 41px 0 37px -4px;
  position: relative;
}

.oppenheim-group-history-title:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  ;
  width: 38px;
  height: 4px;
  background: #aa9d69;
}

.oppenheim-group-history-title span {
  display: block;
  text-align: left;
}

.oppenheim-group-history-title span b {
  text-align: right;
  font-weight: 400 !important;
  margin-top: -3px;
}

.oppenheim-group-history-title span .title-line {
  width: 400%;
  left: auto !important;
  right: calc(-378% - 15px);
  top: 45px;
  bottom: auto !important;
  background: #b0b0b0;
}

.oppenheim-group-history-content {
  padding-bottom: 67px;
}

.oppenheim-group-quote {
  background: #fff;
  padding: 0 47px 83px 56px;
  margin-bottom: 44px;
}

.oppenheim-group-quote-list {
  margin: 0 !important;
  padding-top: 34px;
  border-top: 1px solid #e3e3e3;
}

.oppenheim-group-quote-list li {
  float: left;
  margin-left: 50px;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #666666;
  width: 303px;
  max-width: 100%;
}

.oppenheim-group-quote-list li:nth-child(1) {
  margin-left: 0;
}

.oppenheim-group-quote-list li:nth-last-of-type(1) {
  width: 330px;
}

.oppenheim-group-quote-list li span {
  display: block;
  color: #aa9d69;
  margin-top: 15px;
}

.oppenheim-group-brokerage-section-wrap {
  background: url(../img/oppenheim-group-brokerage-bg.jpg);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 72px 0 82px;
  font-size: 0;
  margin: 18px 0 78px;
}

.oppenheim-group-brokerage-section-wrap::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(28, 28, 28, 0.85);
}

#content .oppenheim-group-brokerage-title {
  display: inline-block;
  font-size: 90px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 52px;
}

#content .oppenheim-group-brokerage-title::before {
  content: '';
  display: block;
  width: 38px;
  height: 5px;
  background: #aa9d69;
  margin-left: 23px;
  position: relative;
  top: 5px;
}

#content .oppenheim-group-brokerage-title span {
  display: block;
  text-align: center;
}

#content .oppenheim-group-brokerage-title b {
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-top: -3px;
}

.oppenheim-group-brokerage-content {}

.oppenheim-group-brokerage-content-inner {}

.ogb-row {
  margin-bottom: 6px;
}

.ogb-item {
  margin-right: 0.375%;
  display: inline-block;
  vertical-align: top;
}

.ogb-item:last-child {
  margin-right: 0;
}

.ogb-row:first-of-type .ogb-item:first-child {
  width: 27.31%
}

.ogb-row:first-of-type .ogb-item:nth-child(2) {
  width: 44.69%;
}

.ogb-row:first-of-type .ogb-item:last-child {
  width: 27.25%;
}

.ogb-row:last-of-type .ogb-item:first-child {
  width: 27.31%
}

.ogb-row:last-of-type .ogb-item:nth-child(2) {
  width: 30.31%;
}

.ogb-row:last-of-type .ogb-item:last-child {
  width: 41.63%;
}

.ogb-item canvas {
  display: block;
  width: 100%;
  display: block;
  background: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Inner Page New Development */


/* Floating Social Media Icons */

.floating-smi {
  position: fixed;
  z-index: 1003;
  bottom: 218px;
  right: 15px;
}

.floating-smi .floating-smi-wrap .floating-smi-list {
  display: block;
}

.floating-smi .floating-smi-wrap .floating-smi-list li {
  display: block;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  /* overflow:hidden; */
}

.floating-smi .floating-smi-wrap .floating-smi-list li:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 11px;
  background: rgba(178, 178, 178, 0.43);
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1) {
  display: block;
  margin-bottom: 75px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):after {
  height: 41px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-last-child(1):after {
  display: none;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em,
.floating-smi .floating-smi-wrap .floating-smi-list li > a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid rgba(129, 129, 129, 0.5);
  background: #d5d5d5;
  color: #000000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.safari .floating-smi .floating-smi-wrap .floating-smi-list li > em,
.safari .floating-smi .floating-smi-wrap .floating-smi-list li > a {
  border-color: #818181;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em:hover,
.floating-smi .floating-smi-wrap .floating-smi-list li > a:hover {
  background: #aa9d69;
  border-color: #aa9d69;
}



/* Inner Page Our Properties */

.page-template-template-our-properties #inner-page-wrapper {
  /*    background: transparent url('images/our-properties-bg-a.jpg') no-repeat;*/
  background-position: top left;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  padding-bottom: 78px;
}

.page-template-template-our-properties #inner-page-wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.85);
}

.inner-page-banner.banner-our-properties canvas {
  background-image: url('images/active-listing-banner.jpg');
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.breadcrumbs-our-properties {
  background: rgba(160, 160, 160, .66);
}

.our-properties {
  transform: translateZ(0);
}

.our-properties-wrap {
  display: block;
  margin: 0 auto;
  padding: 0 94px;
  width: 1600px;
  max-width: 100%;
}

.our-properties-wrap .container {
  max-width: 100%;
}

.our-properties-wrap .our-properties-title {
  float: left;
  font-size: 55px !important;
  line-height: 90px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  position: relative;
  top: 112px;
}

.our-properties-wrap .our-properties-title span b {
  font-weight: 400 !important;
  margin-top: -3px;
}

.our-properties-wrap .our-properties-title span .title-line {
  width: calc(219.5% - 15px);
  bottom: 15px;
  left: -210%;
}

.our-properties-wrap .our-properties-form {
  float: right;
  width: 66.3%;
  max-width: 100%;
  background: transparent url('../img/listings-form-bg-a.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: -191px 0 25px !important;
  overflow: hidden;
}

.our-properties-wrap .our-properties-form:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.9);
}

.our-properties-wrap .our-properties-form .our-properties-form-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  margin: 43px 0 59px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title span {
  padding-left: 48px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #5f5f5f;
  margin-top: 11px;
  margin-left: 45px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title b {
  font-weight: 700 !important;
}

.our-properties-wrap .our-properties-form .our-properties-form-content {
  padding: 0 56px 54px 47px;
}

.our-properties-wrap .our-properties-form .our-properties-form-left {
  width: 76.7%;
}

.our-properties-wrap .our-properties-form .our-properties-form-right {
  width: 23.3%;
}

.our-properties-wrap .our-properties-form .form-group {
  margin: 0 -4.5px 28px;
}

.our-properties-wrap .our-properties-form .form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.our-properties-wrap .our-properties-form .form-group:before,
.our-properties-wrap .our-properties-form .form-group:after {
  content: '';
  display: table;
}

.our-properties-wrap .our-properties-form .form-group:after {
  clear: both;
}

.our-properties-wrap .our-properties-form .form-group .form-input {
  float: left;
  width: calc(100% / 4);
  padding: 0 4.5px;
}

.our-properties-wrap .our-properties-form .form-group .form-input.lg {
  width: 50%;
  position: relative;
}

.our-properties-wrap .our-properties-form .form-group .form-input.lg.form-full-width {
  width: 100%;
}

.our-properties-wrap .our-properties-form input[type="text"],
.our-properties-wrap .our-properties-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 26px;
  background: transparent;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-bottom: 1px solid #696969;
  padding: 0 4px;
}

.our-properties-wrap .our-properties-form select {
  background: transparent url('images/listings-form-select-arrow-bg-a.png') no-repeat;
  background-position: center right 4px;
}

.our-properties-wrap .our-properties-form select option {
  color: #1b1b1b;
}

.our-properties-wrap .our-properties-form .form-submit {
  margin: 28px 0 0 47px;
  width: 143px;
  max-width: 100%;
  position: relative;
}

.our-properties-wrap .our-properties-form input[type="checkbox"] {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  background: transparent;
  color: #555;
  clear: none;
  cursor: pointer;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  min-width: 16px;
  transition: .05s border-color ease-in-out;
  width: 20px;
  height: 20px;
  border: solid 1px #777;
  overflow: hidden;
  border-radius: 3px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 6px;
  height: 11px;
  border: solid #aa9d69;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 2px 0 0 7px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked:before {
  content: '';
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked {
  border: solid 1px #aa9d69
}

.our-properties-wrap .our-properties-form .checkbox-label {
  font-family: inherit;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.our-properties-wrap .our-properties-form .form-checkboxes-bigger-text .checkbox-label {
  font-size: 12px;
  font-weight: 800;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label:first-child {
  padding-left: 0;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label {
  padding-left: 32px;
}

.our-properties-wrap .our-properties-form input[type="submit"] {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 12px;
  text-transform: uppercase;
}

.our-properties-wrap .our-properties-listings {
  margin: 0 -1px;
  padding-top: 134px;
  padding: 134px 0 107px;
  transform: translateZ(0);
}

.our-properties-wrap .our-properties-listings .listings-col {
  float: left;
  /*float: right;*/
  display: block;
  width: 50%;
  padding: 2px 2px;
  /*    margin-bottom: 2px;*/
  margin-bottom: 0;
  position: relative;
  transform: translateZ(0);
  /*    background: #fff;*/
}




/*.our-properties-wrap .our-properties-listings .listings-col:nth-child(even) {
  top: -60px;
}*/

.our-properties-wrap .our-properties-listings .listings-col:nth-child(even) {
  top: -60px;
}


/*.page-template-template-our-properties .our-properties-wrap .our-properties-listings .listings-col,
.page-template-template-recent-sales .our-properties-wrap .our-properties-listings .listings-col{
  float: left;
}*/

.page-template-template-our-properties .our-properties-wrap .our-properties-listings .listings-col:nth-child(odd),
.page-template-template-recent-sales .our-properties-wrap .our-properties-listings .listings-col:nth-child(odd) {
  top: -120px;
  float: left;
}

.our-properties-wrap .our-properties-listings .listings-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img {
  position: relative;
  z-index: 1;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent url('images/fl-info-bg-a.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  pointer-events: none;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-img canvas {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 37px;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 100%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover {
  opacity: 0;
  pointer-events: none;
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-info-hover {
  opacity: 1;
  pointer-events: auto;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 73%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-left > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 100%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-address {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover .listings-price,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover .listings-address {
  color: #1b1b1b;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
  display: block;
  width: 100%;
  height: 90px;
  background: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}

.our-properties-wrap .our-properties-listings-pagination {
  display: block;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.our-properties-wrap .our-properties-listings-pagination:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  z-index: -1;
}

.our-properties-wrap .our-properties-listings-pagination li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  margin-left: -4px;
  position: relative;
  background: #f4f4f4;
}

.page-template-template-recent-sales .our-properties-wrap .our-properties-listings-pagination li {
  background: #ffffff;
}

.our-properties-wrap .our-properties-listings-pagination li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 12px);
  height: 2px;
  background: #aa9d69;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings-pagination li:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.our-properties-wrap .our-properties-listings-pagination li:nth-child(1) {
  border-left: none;
  padding-left: 0;
  padding-left: 19px;
}

.our-properties-wrap .our-properties-listings-pagination li:nth-last-child(1) {
  padding-right: 19px;
}

.our-properties-wrap .our-properties-listings-pagination li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings-pagination li a.active,
.our-properties-wrap .our-properties-listings-pagination li a.active-pager,
.our-properties-wrap .our-properties-listings-pagination li a:hover {
  /*color: #aa9d69;*/
  color: #e20000
}




#pojo-a11y-toolbar {
    position: fixed;
    font-size: 16px !important;
    line-height: 1.4;
    z-index: 9999
}


.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
	.irs-line {
		position: relative; display: block;
		overflow: hidden;
		outline: none !important;
	}
		.irs-line-left, .irs-line-mid, .irs-line-right {
			position: absolute; display: block;
			top: 0;
		}
		.irs-line-left {
			left: 0; width: 11%;
		}
		.irs-line-mid {
			left: 9%; width: 82%;
		}
		.irs-line-right {
			right: 0; width: 11%;
		}

	.irs-bar {
		position: absolute; display: block;
		left: 0; width: 0;
	}
		.irs-bar-edge {
			position: absolute; display: block;
			top: 0; left: 0;
		}

	.irs-shadow {
		position: absolute; display: none;
		left: 0; width: 0;
	}

	.irs-slider {
		position: absolute; display: block;
		cursor: default;
		z-index: 1;
	}
		.irs-slider.single {

		}
		.irs-slider.from {

		}
		.irs-slider.to {

		}
		.irs-slider.type_last {
			z-index: 2;
		}

	.irs-min {
		position: absolute; display: block;
		left: 0;
		cursor: default;
	}
	.irs-max {
		position: absolute; display: block;
		right: 0;
		cursor: default;
	}

	.irs-from, .irs-to, .irs-single {
		position: absolute; display: block;
		top: 0; left: 0;
		cursor: default;
		white-space: nowrap;
	}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
	.irs-grid-pol {
		position: absolute;
		top: 0; left: 0;
		width: 1px; height: 8px;
		background: #000;
	}
	.irs-grid-pol.small {
		height: 4px;
	}
	.irs-grid-text {
		position: absolute;
		bottom: 0; left: 0;
		white-space: nowrap;
		text-align: center;
		font-size: 9px; line-height: 9px;
		padding: 0 3px;
		color: #000;
	}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}
.irs-disabled {
	opacity: 0.4;
}
.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}


.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}


/** Skin Styles **/

.irs {
	height: 3px;
	top: 4px;
}
.irs-with-grid {
	height: 75px;
}
.irs-line {
	height: 3px; 
	top: 0;
	background-color: #9d9d9d;	
}
	.irs-line-left {
		height: 8px;
	}
	.irs-line-mid {
		height: 8px;
	}
	.irs-line-right {
		height: 8px;
	}

.irs-bar {
	height: 3px; 
	top: 4px;
	background-color: #907851;
}
	.irs-bar-edge {
		height: 10px; top: 33px;
		width: 14px;
		border: 1px solid #428bca;
		border-right: 0;
		background: #428bca;
		background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
		border-radius: 16px 0 0 16px;
		-moz-border-radius: 16px 0 0 16px;
	}

.irs-shadow {
	height: 2px; 
	top: 0;
	background: #000;
	opacity: 0.3;
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: -2px;
	width: 13px; 
	height: 13px;
	background: #907851;
	border-radius: 50%;
	cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
	background: #FFF;
}

.irs-min, .irs-max {
	color: #333;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 14px; line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}
.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}
.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}

.properties-single-slideshow-info {
  position: absolute;
  z-index: 4;
  bottom: 144px;
  right: -100%;
  background: #fff;
  width: 390px;
  padding: 0 15px 0 65px;
  overflow-y: hidden;
}

.single-listing .properties-single-slideshow-info span.show-hide-btn {
  display: block;
  position: absolute;
  width: 100%;
  /* background: #aa9d69; */
  transform: translateY(-50%) rotate(-90deg);
  left: -44%;
  top: 50%;
  right: 0;
  padding: 10px;
  font-size: 15px;
  transform-origin: center;
  text-align: center;
  cursor: pointer;
  background-color: rgba(27, 27, 27, 1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
}

.single-listing .properties-single-slideshow-info span.show-hide-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(27, 27, 27, 1);
}

.properties-single-slideshow-info-address {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -1.025px;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-top: 1px;
  margin-left: -1px;
}

.properties-single-slideshow-info-address span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0;
  color: #666666;
  margin-top: 3px;
  margin-left: 1px;
}

.properties-single-slideshow-info-price {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2.2px;
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aa9d69;
  margin-top: 12px;
}

.properties-single-slideshow-info-price.dual {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aa9d69;
  margin-top: 12px;
}

.properties-single-slideshow-info-extras {
  display: block;
  margin: 24px 0 40px !important;
}

.properties-single-slideshow-info-extras li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  color: #292929;
  margin-bottom: 11px;
}

.properties-single-slideshow-info-extras li:nth-last-child(1) {
  margin-bottom: 0;
}

.properties-single-slideshow-info-extras li [class^="icon-"] {
  display: inline-block;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 2px 0 4px;
}

.properties-single-slideshow-info-extras li .icon-beds {
  width: 19px;
  height: 13px;
  background-image: url('../img/properties-single-beds.png');
}

.properties-single-slideshow-info-extras li .icon-baths {
  width: 16px;
  height: 16px;
  background-image: url('../img/properties-single-baths.png');
}

.properties-single-slideshow-info-extras li .icon-sqft {
  width: 15px;
  height: 15px;
  background-image: url('../img/properties-single-sqft.png');
}

.properties-single-slideshow-info-extras li .icon-lots {
  width: 16px;
  height: 16px;
  background-image: url('../img/properties-single-lots.png');
}

.properties-single-slideshow-info-extras li .icon-mls {
  width: 16px;
  height: 16px;
  background-image: url('../img/properties-single-mls.png');
}

.properties-single-slideshow-info-extras li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
  line-height: 12px;
}



/*listings pop ups request details and shcedule showing*/

h4.sched-showing-header,
h4.req-details-header {
    font-family: 'Didot', serif;
    font-weight: 300 !important;
    font-size: 30px !important;
    text-align: center !important;
    text-transform: uppercase;
}

.popup-form label {
    display: block;
    text-transform: uppercase !important;
    margin-top: 5px;
    font-size: 13px;
}

.popup-form input[type=text],
.popup-form input[type=tel],
.popup-form input[type=email],
.popup-form select,
.popup-form textarea {
    border: none;
    border-bottom: solid 2px #c7c7c7;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    outline: none !important;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-form input[type=submit] {
    border: none;
    background-image: none;
    background-color: transparent;
    border: solid 1px #c3c3c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    width: 200px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    letter-spacing: 0.15em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-form input[type=submit]:hover {
    /* background-color: #c7c7c7 !important; */
    background: #000 !important;
    color: #fff;
}

.popup-form textarea {
    height: 55px;
    padding-bottom: 5px;
    resize: none;
}

.single-listing .close:before {
    transform: rotate(45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close:after {
    transform: rotate(-45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close span {
    font-size: 0;
}

.textalignCenter {
    text-align: center;
    padding: 15px 0 0;
}
#requesteDetail:checked ~ .request-more-info{
  display: block;
}
#request-more-info{
  display: none;
} 

.our-properties-single-cta-wrap{
  position: fixed;
  top: 50%;
  bottom: 50%;
 
  left: 50%;
  right: 50%;
  transform: translate(50%,50%);
  background-color: rgba(0, 0, 0, 0.5);

}

.schedule-showing{
  display: none;
}

.request-more-info{
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10;

}

.request-more-info .scroll-wrap,
.schedule-showing .scroll-wrap {
    padding: 40px 18px;
    overflow-y: auto;
    webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.pop-outside:before{
  content: '';
   position: fixed;
   top: 0;
  width: 100%;
  height: 100%;

}
.request-more-info,
.schedule-showing {
    height: auto;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    max-height: 683px;
    z-index: 200;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.popup-wrap-request .request-more-info p,
.popup-wrap-schedule .schedule-showing p {
    color: #797979;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 !important;
}

.request-more-info .close,
.schedule-showing .close {
    right: 35px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}


/* Inner Page Contact Us */

.page-template-template-contact-us #inner-page-wrapper {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

.page-template-template-contact-us .inner-page-breadcrumbs {
    position: relative;
    z-index: 2;
    background: rgba(160, 160, 160, 0.66);
}

.contact-us {
    position: relative;
    margin: 0 auto;
}

.contact-us-top {
    margin-top: -32px;
    padding-top: 32px;
    position: relative;
    z-index: 1;
    background: transparent url('../img/contact-us-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-us-top:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 32px;
    left: 0;
    width: 100%;
    height: calc(100% - 32px);
    background: rgba(242, 242, 242, 0.85);
}

.contact-us-top:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 32px;
    right: 0;
    width: 50%;
    height: calc(100% - 32px);
    background: rgba(86, 86, 86, 0.37);
}

.contact-us-top-content {
    display: block;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact-us-content {
    background: #fff;
    margin-right: -35px;
    padding: 68px 130px 71px 45px;
}

.contact-us-title {
    font-size: 110px !important;
    line-height: 110px !important;
    font-weight: 600 !important;
    letter-spacing: -2.75px !important;
    color: #1b1b1b !important;
    margin: 0 !important;
}

.contact-us-title span b {
    font-size: 85px;
    font-weight: 400 !important;
    line-height: 85px;
    letter-spacing: 0.85px;
    margin-top: -9px;
}

.translated-ltr .contact-us-title {
    font-size: 90px !important;
    line-height: 90px !important;
}

.translated-ltr .contact-us-title span b {
    font-size: 75px;
    line-height: 75px;
}

.contact-us-title span i.title-line {
    width: 200%;
    left: -207% !important;
    bottom: auto;
    top: 51px;
    background: #b0b0b0 !important;
}

.contact-us-subtext {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1b1b1b;
    margin-top: 13px;
}

.contact-us-form {
    position: relative;
    margin-top: 42px;
}

.contact-us-form form {
    margin: 0 !important;
    position: relative;
}

.contact-us-form form .wpcf7-form-control-wrap {
    display: block;
}

.contact-us-form .form-group {
    display: block;
    margin: 0 -11px;
}

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

.contact-us-form .form-group:after {
    clear: both;
}

.contact-us-form .form-input {
    float: left;
    width: 50%;
    padding: 0 11px;
    position: relative;
    margin-bottom: 23px;
}

.contact-us-form .form-input.lg {
    width: 100%;
}

.contact-us-form label {
    display: block;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(102, 102, 102, 0.3);
    margin: 0;
    padding: 0;
    height: 37px;
}

.contact-us-form textarea {
    resize: none;
}

.contact-us-form .form-submit:before {
    display: none;
}

.contact-us-form .form-submit {
    border-color: #666666;
    margin: 27px 0 0 11px;
}

.contact-us-form .form-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2.4px;
    color: #1b1b1b;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-us-form .form-submit:hover input[type="submit"] {
    color: #fff;
}

.contact-us-form .form-submit .ajax-loader {
    position: absolute;
    top: calc(50% - 10px);
    margin: 0;
    right: -25px;
}

.contact-us-form form .wpcf7-response-output {
    position: absolute;
    margin: 0;
    bottom: -54px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

.contact-us-form form span.wpcf7-not-valid-tip {
    top: -3px;
    left: auto;
    right: 0;
}

.contact-us-group-photo-bg {
    position: absolute;
    background: transparent url('images/contact-us-group-photo-overlay-a.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    bottom: 160px;
    right: 45px;
    width: 53.3%;
    opacity: 0.25;
}

.contact-us-group-photo-bg canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.contact-us-group-photo {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 160px;
    right: 45px;
    width: 53.3%;
}

.contact-us-group-photo canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.contact-us-bottom {
    position: relative;
    z-index: 2;
}

.contact-us-info {
    position: relative;
    z-index: 0;
    background: #1b1b1b;
    margin: -42% 0 0 -20px;
    padding: 53px 0 49px;
}

.page-id-4742 .contact-us-info {
    margin: -110% 0 0 -20px;
}

.page-id-4742 .contact-us-bottom {
    display: none;
}

.contact-us-info .contact-us-logo {
    display: block;
    margin: 0 auto;
    width: 482px;
    max-width: 100%;
}

.contact-us-info .info-company {
    text-align: center;
    margin: 32px -15px 0 !important;
}

.contact-us-info .info-company li {
    display: inline-block;
    margin: 0 0 16px -4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #8c8c8c;
    padding: 0 15px;
}

.contact-us-info .info-company li a,
.contact-us-info .info-company li em,
.contact-us-info .info-company li img {
    display: inline-block;
    vertical-align: middle;
}

.contact-us-info .info-company li img {
    margin-right: 5px;
}

.contact-us-info .info-company li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-us-info .info-company li a:hover {
    color: #aa9d69;
}

.contact-us-info .info-company li:nth-child(1) {
    margin-left: 0;
}

.contact-us-info .info-company li.lg {
    display: block;
    margin-left: 0;
    width: 100%;
}

.contact-us-info .info-company li.location img {
    position: relative;
    top: -2px;
}

.contact-us-info .info-smi {
    margin: 33px 0 0 !important;
    text-align: center;
}

.contact-us-info .info-smi li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding: 0 6px;
}

.contact-us-info .info-smi li:nth-child(1) {
    margin-left: 0;
}

.contact-us-info .info-smi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.contact-us-info .info-smi li a:hover {
    background: #aa9d69;
    border-color: #aa9d69;
}

.contact-us-info-map {
    display: block;
    height: 533px;
}

.our-properties-single-smi .addtoany_shortcode {
    display: none !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 40px;
    line-height: 32px;
    width: 40px;
}

span.a2a_svg.a2a_s__default {
    font-size: 23px;
    color: #1b1b1b !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    background: #f2f2f2 !important;
    fill: #000;
}

#breadcrumbs {
  display: none;
}

.inner-page-breadcrumbs {
  background: #a0a0a0;
  height: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-top: 11px;
}

.inner-page-breadcrumbs #breadcrumbs {
  display: block;
  color: #373737;
}

.inner-page-breadcrumbs #breadcrumbs > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-page-breadcrumbs a {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-page-breadcrumbs #breadcrumbs > span > span > {
  margin-right: 3px;
}

.inner-page-breadcrumbs a:hover {
  color: #1b1b1b;
}
.carousel-control-next-icon{
  height: 150px;
}
.carousel-control-nex{
  position: absolute;
  width: 100px;
  height: 100px;
  right: -30px;
  font: 30px !important;
  bottom: 0px;
  background: url(../img/properties-single-next-b.png) no-repeat;
  z-index: 10000;
  border: none;
}

.carousel-control-pre{
  position: absolute;
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 0px;
  z-index: 10000;
  background: url(../img/properties-single-prev-b.png) no-repeat;
  border: none;
}

@media (max-width:760px){
  .d-nome-700px{
    display: none !important;
  }

}

 span.show-hide-btn {
  display: block;
  position: absolute;
  width: 100%;
  transform: translateY(-50%) rotate(-90deg);
  left: -20%;
 width: 300px;
  top: 50%;
  right: 0;
  padding: 10px;
  font-size: 15px;
  transform-origin: center;
  text-align: center;
  cursor: pointer;
  background-color: rgba(27, 27, 27, 1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
}

 span.show-hide-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(27, 27, 27, 1);
}



#breadcrumbs {
  display: none;
}

.inner-page-breadcrumbs {
  background: #a0a0a0;
  height: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-top: 11px;
}

.inner-page-breadcrumbs #breadcrumbs {
  display: block;
  color: #373737;
}

.inner-page-breadcrumbs #breadcrumbs > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-page-breadcrumbs a {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-page-breadcrumbs #breadcrumbs > span > span > {
  margin-right: 3px;
}

.inner-page-breadcrumbs a:hover {
  color: #1b1b1b;
}



 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#aa9d69 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 48%;
  right: 50%;
  top: 45%;
  bottom: 50%;
}
@media (max-width:760px) {
  .play-btn {
    left: 40%;
    right: 50%;
    top: 30%;
    bottom: 50%;
  }
}
 .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

 .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

 .play-btn:hover::after {
  border-left: 15px solid #aa9d69;
  transform: scale(20);
}

 .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
