 .property-box {
     width: 33%;
     float: left;
 }
 
 .property-listing {
     background: #fafafa;
     padding: 20px 0 30px
 }
 
 .property-listing .property-box {
     padding: 0;
     margin-bottom: 45px
 }
 
 .property-listing .property-box .img-container {
     display: block;
     position: relative;
     overflow: hidden;
     height: 210px;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease
 }
 /*.property-listing .property-box .img-container:after{content:"/f085";display:block;position:absolute;z-index:1;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease;font-family:FontAwesome;left:50%;top:50%;-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#ffcd32;font-size:2.7em}
.property-listing .property-box .img-container:before{display:block;position:absolute;z-index:1;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease;content:"";left:0;bottom:0;width:100%;height:100%;-webkit-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);background:rgba(255,255,255,.6)}*/
 
 .property-listing .property-box .img-container:before {
     display: block;
     position: absolute;
     z-index: 1;
     opacity: 0;
     filter: alpha(opacity=0);
     -webkit-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease;
     content: "";
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     -webkit-transform: scale(.6);
     -ms-transform: scale(.6);
     -o-transform: scale(.6);
     transform: scale(.6);
     background: rgba(0, 0, 0, .2);
 }
 
 .property-listing .property-box .img-container img {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease;
     -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%)
 }
 
 .property-listing .property-box .img-container .price {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: rgba(0, 0, 0, .4);
     color: #FFF;
     line-height: 2em;
     font-size: 1.1em;
     z-index: 1;
     text-align: center;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     padding-left: 10px
 }
 
 #map .cluster>div,
 .property-listing .property-box .title {
     -webkit-transition: all .3s ease;
     -o-transition: all .3s ease
 }
 
 .property-listing .property-box .img-container .tag-label {
     position: absolute;
     left: 0;
     top: 0;
     display: inline-block;
     padding: 0 20px;
     line-height: 30px;
     z-index: 1;
     color: #000
 }
 
 .property-listing .property-box .img-container .tag-label.featured {
     background-color: #446bbb
 }
 
 .property-listing .property-box .img-container .tag-label.hot-offer {
     background-color: #fcc900
 }
 
 .property-listing .property-box .img-container .tag-label.open-house {
     background-color: #679026
 }
 
 .property-listing .property-box .img-container .tag-label.foreclosure {
     background-color: #d49917
 }
 
 .property-listing .property-box .inner-box {
     background: #FFF;
     margin: 0 20px;
     -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
     box-shadow: 0 0 2px rgba(0, 0, 0, .1)
 }
 
 .property-listing .property-box .bottom-sec {
     padding: 0px 13px 25px 13px;
     position: relative;
     z-index: 1
 }
 
 .property-listing .property-box .more-link {
     position: absolute;
     left: 50%;
     bottom: -15px;
     z-index: 1;
     padding: 0 30px;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%)
 }
 
 .property-listing .property-box .title {
     font-size: 20px;
     display: block;
     line-height: 30px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-family: crh-bold, Arial, Helvetica, sans-serif;
     transition: all .3s ease;
     background: #3a6ec4;
     padding: 5px;
     color: #FFF;
     text-align: center;
 }
 
 .property-listing .property-box .title:hover {
     color: #BFA249
 }
 
 .property-listing .property-box .title .phase {
     float: right;
     font-size: 12px;
     color: #b22942
 }
 
 .property-listing .property-box .location {
     font-size: .9em;
     text-transform: capitalize;
     opacity: .7;
     line-height: 1;
     color: #006993
 }
 
 .property-listing .property-box .desc {
     line-height: 25px;
     margin: 15px 0 20px;
     height: 125px;
     font-size: 15px;
     overflow: hidden
 }
 
 .property-listing .property-box.col-md-4:nth-child(3n) .inner-box,
 .property-listing .property-box.col-md-6:nth-child(2n) .inner-box {
     margin-right: 0
 }
 
 .property-listing .property-box .extra-info {
     font-family: crh-bold, Arial, Helvetica, sans-serif
 }
 
 .property-listing .property-box .extra-info>div {
     padding: 0
 }
 
 .property-listing .property-box .extra-info .value {
     color: #BFA249;
     font-size: 2em;
     display: inline-block;
     margin-right: 0
 }
 
 .property-listing .property-box .extra-info .area {
     font-size: 13px;
     margin-top: 6px
 }
 
 .property-listing .property-box .extra-info .area .value {
     font-size: 1.5em;
     margin-left: -2px
 }
 
 .property-listing .property-box .extra-info .available-unit {
     font-size: 13px;
     margin-top: -6px;
     text-align: center;
     border: 1px solid silver;
     border-radius: 5px;
     padding: 9px 3px 5px
 }
 
 .property-listing .property-box .extra-info .available-unit span {
     font-size: 16px;
     margin-left: 3px;
     color: #006993
 }
 
 .property-listing .property-box .extra-info .starting-price {
     text-align: right
 }
 
 .property-listing .property-box .extra-info .starting-price span {
     font-size: .6em;
     margin-left: -5px;
     color: #006993
 }
 
 .featured-projects h3,
 .property-listing .sidebar-box h3 {
     font-size: 1.5em;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden
 }
 
 .property-listing .property-box.col-md-4:first-child .inner-box,
 .property-listing .property-box.col-md-4:nth-child(4n) .inner-box,
 .property-listing .property-box.col-md-6:first-child .inner-box,
 .property-listing .property-box.col-md-6:nth-child(2n.property-listing .property-box.col-md-6+1) .inner-box {
     margin-left: 0
 }
 
 .property-listing .property-box:hover {
     color: #fff!important;
 }
 
 .property-listing .property-box:hover .inner-box .bottom-sec .title,
 .property-listing .property-box:hover .location,
 .property-listing .property-box:hover .phase {
     color: #FFF
 }
 
 .property-listing .property-box:hover .inner-box {
     background: #3a6ec4!important;
     -webkit-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease
 }
 
 .property-listing .property-box:hover .img-container:before {
     opacity: 1;
     filter: alpha(opacity=100);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1)
 }
 
 .property-listing .property-box:hover .img-container:after {
     opacity: 1;
     filter: alpha(opacity=100)
 }
 
 .property-listing .property-box:hover .img-container img {
     -moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
     -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
     -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
     transform: translateX(-50%) translateY(-50%) scale(1.05)
 }
 
 .property-listing .property-box:hover .img-container .price {
     bottom: -50px
 }
 
 .property-listing .property-box:hover .more-link,
 .property-listing .property-box:hover .more-link:after {
     background: #133978;
     color: #FFF;
 }
 
 .property-listing .property-box:hover .available-unit span {
     color: #aeaeae
 }
 
 .property-listing .property-box:hover .starting-price span {
     color: #FFF;
     opacity: .7
 }
 
 .property-listing .hsq-heading,
 .property-listing .service-box-container .service-box .title {
     margin-bottom: 50px
 }
 
 .property-listing img {
     max-width: 100%
 }
 
 .property-listing .pagination-box {
     margin-top: 30px
 }
 
 .property-listing .sidebar-box {
     background: #fafafa;
     padding: 10px 30px 30px;
     margin-bottom: 40px
 }
 
 .property-listing .sidebar-box h3 {
     display: block;
     position: relative;
     line-height: 2.5em;
     margin: 0
 }
 
 .property-listing .sidebar-box h3:after,
 .property-listing .sidebar-box h3:before {
     position: absolute;
     left: 0;
     content: "";
     bottom: 0;
     height: 1px;
     display: block
 }
 
 .property-listing .sidebar-box h3:before {
     width: 100%;
     background: #d4d4d4
 }
 
 .property-listing .sidebar-box h3:after {
     width: 100px;
     background: #BFA249
 }
 
 .property-listing .sidebar-box .box-content.text-widget {
     margin-top: 20px;
     color: #aeaeae;
     line-height: 25px
 }
 
 .featured-projects h3 {
     margin: 30px 5px;
     display: block;
     position: relative;
     line-height: 2.5em
 }
 
 .featured-projects h3:after,
 .featured-projects h3:before {
     display: block;
     position: absolute;
     left: 0;
     content: "";
     height: 1px;
     bottom: 0
 }
 
 .featured-projects h3:before {
     width: 100%;
     background: #d4d4d4
 }
 
 .featured-projects h3:after {
     width: 100px;
     background: #BFA249
 }
 
 .featured-projects .property-box .img-container {
     height: 148px
 }
 
 .featured-projects .property-box .img-container .price {
     font-size: .9em
 }
 
 .featured-projects .property-box .inner-box {
     margin: 0 5px
 }
 
 .featured-projects .property-box .bottom-sec {
     padding: 30px 20px 25px
 }
 
 .featured-projects .property-box .bottom-sec .extra-info {
     margin-top: 20px
 }
 
 .featured-projects .property-box .bottom-sec .extra-info .area .value {
     font-size: 1.2em
 }
 
 .propertybox-featured {
     width: 100%;
     margin-bottom: 30px;
     display: table
 }
 
 .propertybox-featured .img-container {
     padding: 0;
     position: relative;
     float: none;
     display: table-cell;
     vertical-align: top;
     overflow: hidden;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease
 }
 
 .propertybox-featured .img-container:after,
 .propertybox-featured .img-container:before {
     display: block;
     filter: alpha(opacity=0);
     -webkit-transition: all .7s ease;
     -o-transition: all .7s ease;
     position: absolute;
     opacity: 0;
     z-index: 1
 }
 
 .propertybox-featured .img-container:after {
     content: "ïƒ";
     transition: all .7s ease;
     font-family: FontAwesome;
     left: 50%;
     top: 50%;
     -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     color: #1E4464;
     font-size: 2.7em
 }
 
 .propertybox-featured .main-info .location,
 .propertybox-featured .main-info .title {
     font-family: crh-bold, Arial, Helvetica, sans-serif;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }
 
 .propertybox-featured .img-container:before {
     transition: all .7s ease;
     content: "";
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     -webkit-transform: scale(.6);
     -ms-transform: scale(.6);
     -o-transform: scale(.6);
     transform: scale(.6);
     background: rgba(255, 255, 255, .6)
 }
 
 .propertybox-featured .img-container img {
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     height: 100%;
     max-width: none
 }
 
 .propertybox-featured .img-container .price-box {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     background: rgba(0, 0, 0, .3);
     color: #FFF;
     text-align: center;
     font-size: 1.5em;
     line-height: 2em;
     z-index: 1;
     -webkit-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease
 }
 
 .propertybox-featured .img-container .price-box span.price {
     zoom: 1.8;
     filter: drop-shadow(1px 1px 1px #000)
 }
 
 .propertybox-featured .img-container .price-box span:last-child {
     font-size: .8em;
     opacity: .8
 }
 
 .propertybox-featured:nth-child(2n) {
     padding-left: 0
 }
 
 .propertybox-featured:nth-child(3n) {
     padding-right: 0
 }
 
 .propertybox-featured .inner-container {
     background: #fafafa;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease
 }
 
 .propertybox-featured .main-info {
     padding: 20px 10px 20px 20px;
     float: none;
     display: table-cell
 }
 
 .propertybox-featured .main-info .title {
     color: #333;
     font-size: 1.7em;
     line-height: 1.5em
 }
 
 .propertybox-featured .main-info .title:hover {
     color: #BFA249
 }
 
 .propertybox-featured .main-info .location {
     font-size: .9em;
     text-transform: capitalize;
     opacity: .7;
     line-height: 1;
     color: #006993
 }
 
 .propertybox-featured .main-info .desc {
     color: #aeaeae;
     line-height: 20px;
     margin: 10px 0;
     height: 90px;
     overflow: hidden;
     font-family: crh-regular
 }
 
 .propertybox-featured .main-info .desc span {
     font-family: cursive;
     font-size: .9em;
     display: inline-block;
     padding: 0 3px;
     margin-bottom: 5px;
     color: #b22942;
     width: 100%;
     border: 1px solid #2c95b7;
     border-left: none;
     border-right: none
 }
 
 .propertybox-featured .main-info .bottom-sec .extra-info {
     font-family: crh-bold, Arial, Helvetica, sans-serif;
     color: #aeaeae;
     float: left
 }
 
 .propertybox-featured .main-info .bottom-sec .extra-info .value {
     color: #BFA249;
     font-size: 1.3em;
     display: inline-block;
     margin-right: 5px;
     margin-left: -1px
 }
 
 .propertybox-featured .main-info .bottom-sec .more-link {
     margin-top: 15px;
     float: right
 }
 
 .propertybox-featured:hover .inner-container {
     background: #ededed
 }
 
 .propertybox-featured:hover .img-container {
     border-color: #1E4464
 }
 
 .propertybox-featured:hover .img-container:before {
     opacity: 1;
     filter: alpha(opacity=100);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1)
 }
 
 .propertybox-featured:hover .img-container:after {
     opacity: 1;
     filter: alpha(opacity=100)
 }
 
 .propertybox-featured:hover .price-box {
     bottom: -50px
 }
 
 .propertybox-featured:hover .more-link,
 .propertybox-featured:hover .more-link:after {
     background: #1E4464
 }
 
 .img-container {
     border-bottom: 2px solid #3a6ec4;
 }