/*******************************

INDEX

01- CSS Reset
02- Basic Styles
03- Header
04- Slider
05- Properties Grid
06- Properties List
07- Properties Map
08- Facts Counter
09- Banners
10- Blog Posts
11- Blog Single
12- Reviews
13- Call 2 Action
14- Footer
15- Breadcrumbs
16- Typography
17- Team
18- Team Single
19- Pagination
20- Contact
21- Services
22- Services Single
23- Properties
24- Properties Single
25- Error Page
26- Offline
27- Coming Soon

*******************************/


/****************************************************************************
CSS RESET
****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
table {	border-collapse: collapse; border-spacing: 0; }


/****************************************************************************
BASIC STYLES
****************************************************************************/

body {  background-color: #fff; color: #727272; font: 15px "Times New Roman", Times, serif; }

.full-width { width: 100%; }
.feature-item { padding: 120px 0; }
.service-container { padding: 50px 0; }

a { color: rgb(37, 27, 6); text-decoration: none; }
/*a:visited,a:visited i { color: #727272; text-decoration: none; }*/
a:hover,a:hover i  { color: #bb894a; text-decoration: none; }
a:focus, a:hover, a:active { outline: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; font-family: "Times New Roman", Times, serif; color: rgb(37, 27, 6); text-transform: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #656567; }
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

p strong { font-weight: 600; }
p em { font-style: italic; }

::-moz-selection { background: #5e5e5f; color: #fff; text-shadow: none; }
::selection { background: #5e5e5f; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.left-side { float: left; }
.right-side { float: right; }

.btn { padding: 10px 15px; text-transform: none; font: 600 14px "Times New Roman", Times, serif; border: none; }
.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.make-an-offer {
    position: relative;
}
.actual-price-placeholder {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 10px;
    color: #666;
}
.btn{
    font-weight: 500 !important;
}
.btn:focus { outline: none; }
.btn-danger { 
    background: rgb(37, 27, 6);
    color: #e8ce60 !important;
    border: 1px solid rgb(37, 27, 6);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
.btn-alt {
    background: #FFF;
    color: rgb(37, 27, 6);
    border: 2px solid rgb(37, 27, 6);
    padding: 8px 15px;
}
.btn-alt:visited { color: #fdbc2f; }
.btn-alt:hover { color: #fdbc2f; opacity: 0.8; }

.btn i { margin-right: 10px; }
.btn-small { padding: 6px 11px; font-size: 13px; }
.btn-danger:hover { background: #e8ce60; color: rgb(37, 27, 6) !important; border:1px solid #e8ce60;}
.btn-danger.focus, .btn-danger:focus {
    color: rgb(37, 27, 6);
    background: rgb(37, 27, 6);
    border-color: rgb(37, 27, 6);
}
.btn-danger.active, .btn-danger:active {
    color: rgb(37, 27, 6);
    background: rgb(37, 27, 6);
    border-color: rgb(37, 27, 6);
}
.btn-danger:active:hover{
    color: rgb(37, 27, 6);
    background: rgb(37, 27, 6);
    border-color: rgb(37, 27, 6);
}
.btn-danger:visited { color: rgb(37, 27, 6); }
.btn-clear { background: #b6b6b6; color: #fff; }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.margin-left-2{margin-left:2px;}
.margin-left-15{margin-left:15px;}
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-5 { margin-bottom: 5px; }
.nopadding {padding: 0px;}
.font-weight-normal { font-weight: 400; }
.font-weight-light { font-weight: 300; }

/****************************************************************************
	Header
****************************************************************************/
.header-top-bar{
    /*background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(../images/bg.png);
    background-repeat: repeat;*/
    background: #ffffff;
}
header {
    z-index: 100;
    /*padding: 30px 25px 0;*/ padding: 30px 25px 3px; 
    /*background: #5e5e5f;*/ background: transparent; position: relative; padding-top:5px !important;
    -webkit-box-shadow: 0 10px 15px -10px #000;
    -moz-box-shadow: 0 10px 15px -10px #000;
    box-shadow: 0 10px 15px -10px #000;
}

header .logo { display: inline-block; margin-right: 0; margin-bottom: 2px; position: relative; float: left; font-weight: 900; font-size: 18px; }
header .logo a { display: block; color: #000000; /*margin-top: -4px; */}
header .logo img { 
    /*height:80px; 
    vertical-align: -16px; 
    margin-right: 12px; 
    margin-left: -6px;*/
  
    vertical-align: -16px;
    margin-top: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .navbar { float: right; display: inline-block; border: 0 !important; margin: 15px 0 0 0px !important; min-height: 0 !important; width: 100%; }
header .navbar-nav { float: right;}
header .navbar-nav > li { padding-bottom: 0px; /*margin-right: 20px;*/ }
header .navbar-nav > li:last-child { margin-right: 0; }
header .navbar-nav > li > a { font-size:14px; font-weight: 300; cursor: pointer; line-height: 12px; text-transform: capitalize !important; margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    color: #556a83 !important;
 }
header .nav > li.active > a:before { position: absolute; left: 0; top: -42px; width: 100%; content: ' '; height: 10px; background: #5e5e5f; display: block; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
header .nav > li > a:focus,
header .nav > li > a:hover {  color: #000 !important;      /*background-color: #5e5e5f;*/background-color: transparent;}

header .dropdown-menu { 
    /*background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(../images/bg.png);
    background-repeat: repeat; */
    background:#ffffff;
    float: none; margin: 0; display: none; top: 40px; left: -25px; overflow: hidden; border-radius: 0 0 5px 5px; /*box-shadow: none;*/ border: none; min-width: 245px; }
header .dropdown-menu li a { font-size: 14px; padding: 12px 25px; color: #bb894a !important; /*background: #5e5e5f;*/background: transparent; text-transform: capitalize !important; }
header .dropdown-menu li a:hover { background: transparent; color: #000 !important; }

header .navbar-toggle { margin: 5px 0 27px; }
header .navbar-toggle .icon-bar { background: #fdbc2f; }

header .user { padding-bottom: 35px; display: inline-block; position: relative; margin-top: 3px; float: right; }
header .user a:focus,
header .user a:hover { text-decoration: none; }
header .user img { margin-top: -3px; background: #5e5e5f; width: 30px; height: 30px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
header .user:hover img { opacity: 0.5; }
header .user .drop-arow { background: url(../images/drop-arrow.png) no-repeat top right; width: 12px; height: 7px; display: inline-block; }
header .user:hover .drop-arow { background: url(../images/drop-arrow.png) no-repeat bottom right; }

header .user-drop { right: -13px; left: inherit; top: 57px; }
header .user-drop li i { margin-right: 20px; }

header.clearfix.sticky.fixed {
    /*background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(../images/bg.png);
    background-repeat: repeat;*/
    background:#ffffff;
}

.header-top {
    border-color: #ededed;
    border-top: 1px solid;
}
.top-bar { background: transparent;
    padding: 0 25px;
    overflow: hidden;
    color: #bb894a;
    font-weight: 300;
 }
.top-bar .text { float: left; }
.top-bar p { line-height: 30px; text-transform: none; }
.top-bar i { margin-right: 10px; font-size: 14px; color: #bb894a; }
/*.top-bar a { margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}*/
.top-bar a:last-child { margin: 0; }
.top-bar .social { float: right; }
.top-bar .social a { /*margin: 0 0 0 20px; */ float: right; color: #bb894a;}
.top-bar .social a:hover,.top-bar .social a:hover i{ color: #000 }
/*.top-bar .social a:hover { background: none; }*/
.top-bar .social i { margin: 0; }
.top-bar .social i:hover{ color: #000 }

/****************************************************************************
	Slider
****************************************************************************/

#slider { width: 100% !important; margin-top: -5px !important; overflow: hidden;  z-index: 98;  }
#slider.flexslider { margin: 0 !important; border: 0 !important;  }
#slider .col-md-12 { position: relative; }

#slider .detail { position: absolute; bottom: 200px; left: 15px; z-index: 2; }
#slider .detail .white { min-height: 240px; float: left; padding: 30px; background: #FFF; width: 315px; padding-bottom: 20px; border-radius: 2px; z-index: 3; }
#slider .detail .white h2 { font-size: 15px; font-weight: 600; color: #000; text-transform: none; line-height: 30px; margin-bottom: 15px; }
#slider .detail .white .slide-location { text-transform: none; color: #727272; padding-left: 20px; background: url(../images/icon-address.png) no-repeat left; margin-bottom: 20px; display: block; }
#slider .detail .white .bar { width: 100px; height: 2px; display: block; background: #5e5e5f; margin-bottom: 20px; }
#slider .detail .white .slide-price { font-size: 30px; font-weight: 600; color: #5e5e5f; }

#slider .detail .red { width: 230px; min-height: 240px; padding: 40px; background: #5e5e5f url(../images/slider-detail.png) center center; color: #fff; float: left; border-radius: 2px; margin-left: -2px; }
#slider .detail .red span { font-weight: 300; font-size: 15px; padding-left: 30px; display: block; margin-bottom: 20px; text-transform: none; }
#slider .detail .red span.bath { background: url(../images/icon-bath-w.png) left center no-repeat; }
#slider .detail .red span.bed { background: url(../images/icon-bed-w.png) left center no-repeat; }
#slider .detail .red span.gym { background: url(../images/icon-gym-w.png) left center no-repeat; }
#slider .detail .red span.pool { background: url(../images/icon-pool.png) left center no-repeat; }

.header-media {
    position: relative;
}

.banner-single-item .banner-parallax {
    background-position: 50% 0;
}
.banner-inner {
    position: relative;
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.banner-single-item .banner-inner:before {
    opacity: 0.2;
}
.banner-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}*/

.banner-caption {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 100%;
}

.splash-search {
    position: relative;
    width: 100%;
}

.splash-search .search-table {
    display: table;
    width: 100%;
}

.splash-search .search-col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.banner-caption h1, .banner-caption h4 {
    color: #fff;
}
.splash-search h1, .splash-search h4 {
    padding: 0 15px;
}
.banner-caption h1, .banner-caption h4 {
    font-size: 43px;
    line-height: 43px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
        text-shadow: 0 0 9px rgba(0,0,0,1);
}
.splash-search h1, .splash-search h4 {
    color: #fff;
    font-size: 43px;
    line-height: 43px;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
}

/****************************************************************************
	Filter
****************************************************************************/

.filter { border-radius: 4px; padding: 10px; margin-top: 20px !important; z-index: 99; position: relative;
          padding-top: 20px !important;
          padding-bottom: 20px !important;
          display: inline-block;
        margin: 0 auto;
        background: rgba(256,256,256, 0.50);
        padding: 10px;
        padding: 40px 40px 0;
        }

/*.filter .selectBox { outline: none; background: #fff; width: 320px !important; cursor: pointer; margin-right: 10px; padding: 8px  10px 12px 20px; font: 14px 'Open Sans', Arial, Helvetica, sans-serif; color: #727272;  border: 0; }
.filter .selectBox.location { margin: 0; }
.filter .selectBox.type { width: 150px !important; }
.prop-types { min-width: 175px !important; }
.filter .selectBox.cata { width: 220px !important; }
.filter .selectBox-dropdown .selectBox-arrow { border: 0; right: 10px; background: url("../images/menu_dropdown.png") right center no-repeat; }
.filter .selectBox-dropdown .selectBox-label { padding: 0; vertical-align: middle; }*/

@media only screen and (min-width: 1200px) {

.filter .selectric-wrapper ,
.filter .price-range-holder { width: 192px; }
.properties-page .filter .selectric-wrapper ,
.properties-page .filter .price-range-holder  { width: 240px; }

}

.filter .btn { text-transform: none; padding: 11px 18px; /*background:#000000;*/ border-radius: 4px; /*color: #fff;*/ color: #e8ce60;
    background: rgb(37, 27, 6); font-size: 14px; font-weight: 600; }
.filter .btn:hover {
    color: #e8ce60;
    text-decoration: none;
}
.filter .btn i { margin-right: 10px; }

.filter .range { margin-top: 30px; }
.filter .range p { margin-bottom: 10px; font-size: 14px; color: #727272; margin-right: 5px;}
.filter .range p label { margin-right: 18px; }
.filter .range p input { background: none; border: 0; color: #5e5e5f; font: 14px; font-family:"Times New Roman", Times, serif;  font-weight: bold;  }

.filter .ui-widget-content { background: #c6c6c6; border: 0; height: 6px; }
.filter .ui-widget-header { background: #5e5e5f; height: 6px; }
.filter .ui-state-default,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-header .ui-state-default { height: 24px; width: 24px; border: 0; border-radius: 50%; background: #5e5e5f; }
.filter .ui-slider-horizontal .ui-slider-handle { top: -9px; }
.selectric-inputBeds, .selectric-inputBaths{
    width:147px !important;
}
.price-range-holder{
    width:228px !important;
}
.range-dropdown-menu{
    width:228px !important;
}

/*.prop-filter .price-range-holder{
    width:380px !important;
}*/

/****************************************************************************
	Properties Grid
****************************************************************************/

.item { background: #fff; border-radius: 3px; margin-bottom: 30px; border: 1px solid #ccc;  border-color: #dddddd !important; box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);}
.item-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.item .item-header { padding: 5px 0px; }
.item .item-header { font-weight: 600; float: left; font-size: 14px; color: #727272; text-transform: none; margin: 0; width: 100%;}
.item .item-header span { font-size: 12px; text-transform: none; color: #727272; display: inline-block; }
.item .item-header span i { margin-right: 10px; }
.item .item-header .favorite { float: right; }
.item .item-header .favorite:hover { color: #5e5e5f; }

.item .item-header2 { padding: 10px 12px; padding-top: 15px;}
.item .item-header2 h3 {color: #656567; text-transform: none; margin: 0; font-size: 17px !important;}
.item .item-header2 span { font-size: 12px; text-transform: none; color: #727272; display: inline-block; }
.item .item-header2 span i { margin-right: 10px; }
.item .item-header2 .favorite { float: right; }
.item .item-header2 .favorite:hover { color: #5e5e5f; }

.item figure { position: relative; overflow: hidden; }
.item figure img { width: auto; height: auto;
    -webkit-transition:-webkit-transform 0.5s ease-in;
	-moz-transition:-moz-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
}
.item figure:hover img {
    -webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.item figure .label { position: absolute; top: 5px; right: 5px; }
.item figure .price{ position: absolute; bottom: 5px; left: 15px; color: #fff; font-size: 16px; z-index:2;}
.item figure .overlay { opacity: 0; background: rgba(255,255,255,0.5); width: 100%; height: 100%; text-align: center; line-height: 270px; position: absolute; top: 0; left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 3;
}
.item figure .overlay .btn-detail {     
    /*background: #5e5e5f;
    color: #fdbc2f;*/
    color: #e8ce60;
    background: rgb(37, 27, 6);
    z-index: 3;
    border: 1px solid rgb(37, 27, 6); /*#000000;*/
}
.item figure:hover .overlay { opacity: 1; }

.label { font-size: 12px; color: #fff; border-radius: 0px; padding: 7px 10px; text-transform: none; font-weight: 400; }
.label.rent { background: rgb(37, 27, 6); color: #e8ce60;}
.label.sale { background: #e8ce60; color: rgb(37, 27, 6);}
.label.hot { background: #d32f2f; color: #fff; }

.item .item-detail { padding: 15px; overflow: hidden; }
.item .item-detail span { font-size: 12px; color: #727272; text-transform: none; padding-left: 25px; margin-right: 40px; }
.item .item-detail span i { margin-right: 10px; }
.item .item-detail .left { float: left; }
.item .item-detail .right { text-align: right; float: right; }
.item .item-detail .place { display: block; margin-bottom: 20px; padding: 0; font-size: 12px; }
.item .item-detail .bath { background: url(../images/icon-bath.png) no-repeat left; }
.item .item-detail .bed { background: url(../images/icon-bed.png) no-repeat left;}
.item .item-detail .garage { background: url(../images/icon-garage.png) no-repeat left; }
.item .item-detail .gym { background: url(../images/icon-gym.png) no-repeat left; }
.item .item-detail .area { background: url(../images/icon_floorplan_2x.png) no-repeat left; background-size: contain;}
.item .item-detail .price {
    font-size: 16px !important; padding-left: 0; font: 700 14px; font-family:"Times New Roman", Times, serif; color: #e8ce60; margin-right: 0;
    margin-bottom: 20px; position: absolute;
    bottom: 200px;
    z-index: 2;
}
.item .item-detail .open-house { color: #81D481;  margin-bottom: 10px; font-weight: bold; display: block; margin-right: 0; }
.item .item-detail .item-description { margin-top: 20px; min-height: 70px;}

.item .item-detail p{
            font-size: 12px;
            color: #727272;
            line-height: 20px;
            margin-bottom: 23px;
}
.item .item-detail p{
    position: absolute;
    top: 79%;
    padding: 10px 30px 10px 0px;
}
/****************************************************************************
	Properties List
****************************************************************************/

.properties-list .item { overflow: hidden; }

.properties-list .item figure { width: 355px; float: left; }

.properties-list .item .item-header { padding: 22px 25px 22px 30px; }
.properties-list .item .item-header h3 { margin-bottom: 5px; }
.properties-list .item .item-header .place { display: block; font-weight: 300; clear: both; }


.properties-list .item .item-detail { padding: 23px 25px 20px 30px; }
.properties-list .item .item-detail .price { clear: both; overflow: hidden; display: block; margin-bottom: 7px; }

.properties-list .item .item-data { float: left; width: 395px; }


/****************************************************************************
	Properties Map
****************************************************************************/

.map-properties { padding-bottom: 0; }
.map-properties .property-search { position: absolute; top: 30px; z-index: 99; width: 390px; }
.map-properties .contact-form-wrap,
.map-properties .contact-form-wrap aside { position: static; }
.map-properties .properties-list .item { margin-bottom: 0; }
.map-properties .properties-list .item .item-data { width: 299px; }
.map-properties .properties-list .item .item-detail,
.map-properties .properties-list .item .item-header { padding-right: 0; }


/****************************************************************************
	Facts Counter
****************************************************************************/

.facts_wrap { padding: 40px 0 70px 0; }
.facts_wrap ul li { text-align: center; }
.facts_wrap ul li > div { border-left: 1px solid #e3e3e3; }
.facts_wrap ul li:last-child > div { border-right: 1px solid #e3e3e3; }
.facts_wrap ul li figure { padding: 0 23px 20px; border-bottom: 2px solid #5e5e5f; display: inline-block; margin-bottom: 15px; }
.facts_wrap ul li small { font-size: 15px; font-weight: 300; color: #727272; display: block; text-transform: none; }
.facts_wrap ul li span { font-size: 30px; font-weight: 700; color: #656567; }


/****************************************************************************
	Banners
****************************************************************************/

.design { margin-top: 100px; background: #fff; }
.design article { padding: 85px 0; }
.design article h2 { font-size: 30px; font-weight: 600; color: #656567; margin-bottom: 25px; text-transform: none; }
.design article p { font-size: 16px; color: #727272; line-height: 28px; margin-bottom: 30px; }
.design figure { overflow: hidden; line-height: 0; }

.personal-agent { background: url(../images/banner-agent.png) no-repeat; background-size: cover; min-height: 415px; }
.personal-agent figure { text-align: center; line-height: 0; }
.personal-agent figure img { display: inline-block; }
.personal-agent article { padding-top: 100px; }
.personal-agent article span { font-size: 15px; color: #ffffff; text-transform: none; margin-bottom: 10px; display: block; }
.personal-agent article h2 { font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 15px; text-transform: none; }
.personal-agent article p { font-size: 16px; color: #ffffff; line-height: 28px; display: block; margin-bottom: 35px; }

.history { margin: 80px 0 120px; background: url(../images/banner-history.png) no-repeat -226px 10px; background-size: cover; padding: 85px 0; }
.history h3 { font-size: 30px; color: #656567; text-transform: none; margin-bottom: 25px; }
.history p { font-size: 16px; color: #727272; line-height: 28px; margin-bottom: 30px; }

.partners { margin: 80px 0 0; padding: 145px 0; background: url(../images/banner-partners.png) no-repeat; background-size: cover;  }
.partners li { text-align: center; }
.partners a { vertical-align: middle; display: inline-block; }


/****************************************************************************
	Blog Posts
****************************************************************************/

.home-posts { padding: 20px 0; }
.blog-posts .post { border-radius: 2px; background: #fff; margin-bottom: 30px; }
.blog-posts .post figure { width: 198px; height: 394px; float: left; overflow: hidden; }
.blog-posts .post figure img { width: 198px; height: 394px;
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.blog-posts .post figure:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.blog-posts .post article { float: left; padding: 53px 30px; width: 357px; }
.blog-posts .post article .date { font-weight: 300; color: #727272; text-transform: none; padding-left: 20px; background: url(../images/date-icon.png) no-repeat left; margin-bottom: 15px; display: block; }
.item .item-header2 span.date { font-weight: 300; color: #727272; text-transform: none; padding-left: 20px; background: url(../images/date-icon.png) no-repeat left; margin-bottom: 5px; display: block; }
.blog-posts .post article h3 { font-weight: 600; font-size: 30px; color: #656567; text-transform: none; line-height: 30px; margin-bottom: 15px; display:block ; }
.blog-posts .post article h3 a { color: #656567; }
.blog-posts .post article p { font-size: 16px; color: #727272; line-height: 28px; margin-bottom: 23px; }
.blog-posts .post article a.cmmt { font-weight: 300; color: #727272; padding-left: 20px; background: url(../images/comment-icon.png) no-repeat left; }


/****************************************************************************
	Blog Single
****************************************************************************/

.blog-single .page-header { color: #fff; padding: 75px 0 50px; }
.blog-single .page-header h2 { margin-bottom: 5px; }
.blog-single .page-wrap { background: #fff; }
.blog-single .single-post-meta { color: #727272; text-transform: none; }
.blog-single .single-post-meta span { margin-right: 15px; }
.blog-single .single-post-meta .sep { color: #d6d6d6; vertical-align: 1px; }
.blog-single .single-post-meta i { margin-right: 10px; color: #b6b6b6; }

.post-comments { padding: 60px 0 90px 0; }
.post-comments h3 { font-size: 20px; color: #656567; text-transform: none; margin-bottom: 15px; }
.post-comments h3 span { color: #b6b6b6; margin-right: 20px; }

.comment-box .comment-meta { overflow: hidden; margin-bottom: 15px; line-height: 30px; }
.comment-box .comment-meta span { color: #727272; margin-right: 15px; text-transform: none; float: left; }
.comment-box .comment-meta span.sep { color: #b6b6b6; }
.comment-box .comment-meta span i { color: #b6b6b6; margin-right: 10px; }
.comment-box .comment-meta .avatar { width: 30px; height: 30px; border: 1px solid #fff; border-radius: 50%; overflow: hidden; float: left; margin-right: 20px; }
.comment-box .comment-meta span.like { float: right; color: #727272; display: inline-block; margin: 0; }
.comment-box .comment-meta span.like:hover,
.comment-box .comment-meta span.like:hover i { color: #5e5e5f; }
.comment-box p { font-size: 16px; color: #727272; margin-left: 50px; margin-bottom: 20px; line-height: 28px; }
.comment-box .reply { color: #5e5e5f; margin-left: 50px; text-transform: none; }

.comment-box li { padding: 25px 30px 35px 40px; background: #fff; border-radius: 2px; margin-bottom: 30px; }
.comment-box .children { margin-left: 50px; margin-top: 25px; }
.comment-box .children li { padding: 0; }

.add-comment { padding: 40px 30px 30px; background: #ebebeb; margin-top: 42px; border-radius: 2px; }
.add-comment img { margin: 0 auto 30px; display: block; }
.add-comment form { position: relative; }
.add-comment form span { background: url(../images/corner.png) no-repeat; width: 8px; height: 6px; display: block; position: absolute; top: 20px; left: -7px; }
.add-comment form textarea { color: #727272; border-radius: 2px; padding: 15px; background: #fff; height: 300px; resize: none; width: 100%; border: none; margin-bottom: 20px; }
.add-comment form button { padding: 16px 0; background: #5e5e5f; border-radius: 2px; display: block; font-size: 14px; color: #fff; text-transform: none; border: none; width: 100%;  }

.blog-single .blog-posts { padding: 60px 0; background: #f0f0f0; }


/****************************************************************************
	Reviews
****************************************************************************/

.rewiews { padding: 115px 0; text-align: center; padding-top:0px !important;}
.page-wrap .rewiews { padding-bottom: 45px; }
.rewiews img { width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 10px; display: block; }
.rewiews h6 { font-size: 12px; color: #727272; padding-bottom: 30px; text-transform: none; border-bottom: 2px solid #5e5e5f; display: inline-block; margin-bottom: 40px;}
.rewiews p { font-size: 16px; color: #727272; line-height: 28px; font-style: italic; }


/****************************************************************************
	Call to Action
****************************************************************************/

.call-action { padding: 50px 0; border-top: 1px solid #b6b6b6; }
.call-action h4 { font-size: 20px; font-weight: 600; line-height: 40px; color: #656567; text-transform: none; margin-bottom: 0; }
.call-action .btn { float: right; }


/****************************************************************************
	Footer
****************************************************************************/

footer {
    width: 100%;
    padding: 40px 0px 60px 0px;
    text-transform: none;
    background:#ffffff;
    /*background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(../images/bg.png);
    background-repeat: repeat;*/

    border-top: 5px solid #bb894a;
    font-weight: 300;
    color: #000 !important;
}

footer .copy-right img { margin-right: 20px; display: inline-block; vertical-align: middle; width: 100px;}
footer .copy-right p { color: #000; }
footer .copy-right a { color: #000; }
footer ul { text-align: right; }
footer ul li { display: inline-block; margin: 0 30px; line-height: 36px; }
footer ul li:last-child { margin-right: 0; }
footer a { color: #000; }
footer a:visited { color: #000; text-decoration: none; }
footer a:hover { color: #000; }
footer .footer-content { border-top: 1px solid #b6b6b6; margin-top: 30px; font-size: 14px;padding-top: 30px; color: #000; line-height: 20px; font-weight: 300;}
footer .footer-content .section{ margin-bottom: 40px;}
footer .footer-content-title { font-size: 14px; color: #000; margin-bottom: 20px;}
footer .social-media {  margin-bottom: 60px; font-size: 20px;}
footer .social-media i{  margin-right: 10px;}


/****************************************************************************
	Page Header / Breadcrumbs
****************************************************************************/

.page-header { margin: 0; border: none; }

.page-wrap { padding: 70px 0; }
.page-wrap .page-title { font-size: 30px; color: #656567; text-transform: none; margin: 0 0 50px; }

.breadcrumbs { margin-bottom: 15px; }
.breadcrumbs a, .breadcrumbs span { line-height: 12px; color: #0290dc; display: inline-block; text-transform: none; margin: 0 8px 0 0; }
.breadcrumbs .current, .breadcrumbs a:hover { font-weight: bold; text-transform: none; }
.breadcrumbs a i { margin-right: 2px; color: #0290dc;}

/****************************************************************************
    Page Contents / Typography
****************************************************************************/

.page-contents .space { height: 50px; }
.page-contents p { font-size: 14px; color: #727272; line-height: 28px; margin-bottom: 20px; }
.page-contents img {
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.page-contents ol { list-style-type: decimal-leading-zero; color: #727272; margin-left: 20px; margin-bottom: 30px; }
.page-contents ul { list-style-type: disc; color: #727272; margin-left: 20px; margin-bottom: 30px; }
.page-contents li { color: #727272; font-size: 16px; font-style: italic; line-height: 28px; }
.page-contents p+p:last-child { margin: 0; }
.page-contents figure { margin: 0 0 40px; }
.page-contents figure a { overflow: hidden; position: relative; display: block; line-height: 0; }
.page-contents figure a .overlay { opacity: 0; position: absolute; left: 20px; top: 20px; width: calc(100% - 40px); height: calc(100% - 40px); background: rgba(255,235,59,0.5) url("../images/zoom.png") center center no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.page-contents figure a:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.page-contents figure a:hover .overlay { opacity: 1; }
.page-contents .row { margin-bottom: 25px; }
.page-contents .row p:last-child { margin-bottom: 0; }
.page-contents .row:last-child { margin-bottom: 0; }

.typography .row { margin-bottom: 55px; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 { margin-bottom: 22px; }

.typography img { margin-bottom: 0; }

.typography blockquote { margin-bottom: 40px; }
.typography blockquote p { color: #727272; position: relative; font-size: 16px; font-style: italic; line-height: 28px; padding: 0 48px; margin: 0; }
.typography blockquote p:before,
.typography blockquote p:after { display: inline-block; color: #b6b6b6; position: absolute; width: 20px; height: 18px; }
.typography blockquote p:before { content: ' '; top: 4px; left: 0; background: url("../images/qoute-arrow1.png") no-repeat; }
.typography blockquote p:after { content: ' '; bottom: 4px; right: 0; background: url("../images/qoute-arrow2.png") no-repeat; }
.typography blockquote.style2 { background: #000; padding: 25px 30px; }
.typography blockquote.style2 p { color: #b6b6b6; padding: 0; }
.typography blockquote.style2 p span { color: #d5da5a; }
.typography blockquote.style2 p:before,
.typography blockquote.style2 p:after { content: ' '; display: none; }

.typography .highlight span { color: #000000; background: #5e5e5f; padding: 10px 20px; }

.typography table { width: 100%; }
.typography table td { padding: 15px 20px; }
.typography thead { background: #000; color: #ffffff; font-size: 15px; font-weight: 600; border-bottom: 10px solid #f7f7f7; }
.typography tbody { background: #fff; color: #727272; font-size: 15px; font-weight: 300; }
.typography tbody tr { border-bottom: 1px solid #f7f7f7; }

.typography .btn { margin: 0 20px 30px 0 !important; }

.typography .accordion {}
.typography .accordion h3 { background: #000; color: #fff; font-size: 15px; padding: 15px 30px; border-radius: 0; border: none; margin: 0 0 20px; }
.typography .accordion h3 .ui-accordion-header-icon { left: auto; margin-top: -4px; right: 1em; width: 17px; height: 9px; background: url("../images/accordion-arrow.png") left top no-repeat; }
.typography .accordion h3.ui-state-active { color: #000000; background: #5e5e5f; }
.typography .accordion h3.ui-state-active .ui-accordion-header-icon { background-position: left bottom; }
.typography .accordion h3:focus { outline: none; }
.typography .accordion > div { border: none; margin-bottom: 20px; border-radius: 0; padding: 25px 30px; }
.typography .accordion > div p:last-child { margin: 0; }


/****************************************************************************
    Team
****************************************************************************/

.team-posts .post { padding-top: 10px;}
.team-posts .post figure { width: 198px; height: 200px; float: left; overflow: hidden; }
.team-posts .post img {
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.team-posts .post img:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
/*.team-posts .post { float: left; }*/
.team-posts .post b { color: black; font-weight: bolder; }
.team-posts .post span { color: #727272; font-size: 12px; text-transform: none; display: block; margin-bottom: 13px; }
.team-posts .post .name { font-weight: 600; font-size: 20px; color: #5e5e5f; text-transform: capitalize; line-height: 30px; margin-bottom: 25px; display:block ; }
.team-posts .post .name a { color: rgb(37, 27, 6); }
.team-posts .post p { font-size: 16px; color: #727272; line-height: 28px; margin-bottom: 35px; }

.team-page .facts_wrap { padding-bottom: 0; }


/****************************************************************************
    Team Single
****************************************************************************/

.team-single .page-title { font-size: 30px; line-height: 38px; margin-bottom: 5px; color: rgb(37, 27, 6); text-transform: capitalize;}
.team-single .about-single b { font-weight: bolder; color: #000 }
.team-single .header { margin-bottom: 20px; font-size: 20px; font-weight: 600; font-family: "Times New Roman", Times, serif; color: #fdbc2f; text-transform: capitalize;}
.team-single .section { margin-bottom: 25px;}
.team-single h5 { color: #727272; margin-bottom: 7px; font-size: 15px; font-weight: 400; }
.team-single span.role { text-transform: none; font-size: 15px; padding: 2px 8px; background: #5e5e5f; border-radius: 2px; display: inline-block; margin-bottom: 40px; }
.team-single p { white-space: pre-line; font-size: 14px; line-height: 28px; color: #727272; }
.team-single figure img {  }

.agent-social { margin: 0 0 35px; }
.agent-social a { text-align: center; line-height: 23px; width: 25px; height: 25px; border: 2px solid #b6b6b6; color: #b6b6b6; display: inline-block; border-radius: 50%; margin-right: 18px; }
.agent-social a:nth-child(1):hover { border-color: #3b5998; color: #3b5998; }
.agent-social a:nth-child(2):hover { border-color: #5ea9dd; color: #5ea9dd; }
.agent-social a:nth-child(3):hover { border-color: #d44132; color: #d44132; }
.agent-social a:nth-child(4):hover { border-color: #45bbff; color: #45bbff; }
.agent-social a:nth-child(5):hover { border-color: #bb0000; color: #bb0000; }

.team-single .agent-contact { margin-bottom: 40px; }
.team-single .agent-contact li { margin-bottom: 20px; }
.team-single .agent-contact li a { font-size: 14px; color: #727272; text-transform: none; }
.team-single .agent-contact li i { margin-right: 15px; color: #b6b6b6; font-size: 20px; vertical-align: middle; }

.team-single .skills { margin: 0 0 35px; }
.team-single .skills .progress-bar { float: none; width: 100%; height: 5px; background: #c6c6c6; border-radius: 2px; margin-bottom: 20px; }
.team-single .skills .progress-bar > div { height: 5px; background: #5e5e5f; border-radius: 2px;  }


/****************************************************************************
		Pagination
****************************************************************************/

.pagination { text-align: center; display: block; margin: 30px 0 60px; overflow: hidden; }
.pagination a, .pagination span { padding: 0 10px; line-height: 29px; height: 30px; min-width: 30px; text-align: center; background: #fff; border: 1px solid #ccc; display: inline-block; margin: 7px; font-size: 14px; text-transform: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*.pagination a.prev i { margin-right: 7px; }
.pagination a.next i { margin-left: 7px; }*/

.pagination a:hover, .pagination a.active, .pagination span { background:rgb(37, 27, 6);  color:#e8ce60; }


/****************************************************************************
    Contact
****************************************************************************/

.map-wrap { position: relative; }
.contact-form-wrap { position: absolute; top: 0px; width: 100%; }
.contact-form { background: #ffffff; border-radius: 2px; padding: 40px 30px; }
.contact-form h3 { color: #656567; font-weight: 600; font-size: 20px; margin-bottom: 25px; }
.mortgage-calculator input[type=text],
.contact-form input[type=text],
.contact-form input[type=text],
.mortgage-calculator input[type=email],
.contact-form textarea { font-size:14px; line-height: 20px; width: 100%; background: #fff; color: #727272; padding: 10px 20px; border: 1px solid #ccc; border-radius: 2px; margin-bottom: 20px; }
.contact-form textarea { height: 80px; }
.contact-form input[type=submit] { width: 100%; }

.address { text-align: center; margin-top: 60px; padding: 18px 0; border-left: 1px solid #e3e3e3; height: 180px;}
.address:last-child { border-right: 1px solid #e3e3e3; }
.address i { width: 66px; color: #5e5e5f; font-size: 30px; margin: 0 auto 15px; display: inline-block; border-bottom: 2px solid #5e5e5f; padding: 0 0 20px; }
.address span { text-transform: none; font-weight: 300; font-size: 15px; color: #727272; display: block; margin-bottom: 20px; }
.address span.margin-bottom-10 { margin-bottom: 10px; }.address span.margin-bottom-5 { margin-bottom: 5px; }

/****************************************************************************
	Services
****************************************************************************/

.services-page .facts_wrap { padding-bottom: 0; }
.services-wrap { margin-bottom: 80px; }

.service { width: 50%; float: left; }
.service figure { position: relative; overflow: hidden; }
.service figure img { margin: 0; width: 100%;
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.service figure:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.service .overlay { padding-left: 35px; line-height: 92px; background: rgba(255,255,255,0.8); position: absolute; bottom: 0; left: 0; width: 100%; }
.service .overlay a { padding: 0 4px; font-weight: 600; font-size: 20px; color: #656567; text-transform: none; }
.service .overlay a:hover { background: #5e5e5f; border-radius: 2px; }


/****************************************************************************
	Services Single
****************************************************************************/

.services-single { padding-bottom: 120px; }
.services-single .page-contents h4 { margin-bottom: 30px; }

.pricing-tables { background: url("../images/banner-pricing.png") center top no-repeat; padding: 320px 0 0; margin-bottom: 80px; }
.pricing-tables .price-col { padding: 42px 55px 60px; background: #fff; border-radius: 2px; min-height: 420px; }
.pricing-tables .price-col h2 { font-size: 30px; color: #656567; text-transform: none; display: block; margin-bottom: 10px; }
.pricing-tables .price-col h2 small { font-weight: 300; font-size: 20px; display: block; }
.pricing-tables .price-col .price { font-weight: 700; font-size: 40px; color: #5e5e5f; display: block; margin-bottom: 25px; }
.pricing-tables .price-col p { font-size: 14px; line-height: 14px; color: #727272; padding-left: 25px; background: url(../images/tick.png) no-repeat left top; margin-bottom: 13px; text-transform: none; }

.steps-sec { margin-bottom: 75px; }
.steps-sec .step { width: 20%; text-align: center; float: left; }
.steps-sec .step span { display: inline-block; font-size: 30px; font-weight: 300; color: #fff; width: 100px; height: 100px; line-height: 80px; text-align: center; background: #656567; border-radius: 50%; border: 10px solid #f7f7f7; margin: 0 auto 30px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.steps-sec .step:hover span { background: #5e5e5f; border-color: #5e5e5f; }
.steps-sec .step p { font-size: 14px; color: #727272; text-transform: none; margin: 0; }

.gallery { margin-bottom: 75px; }
.grid-sizer,
.grid-item { width: 20%; }
.grid-item-half a { width: 50%; }
.grid-item a { display: block; line-height: 0; overflow: hidden; float: left; position: relative; }
.grid-item img { width: 100%;
    -webkit-transition:-webkit-transform 0.5s ease-in;
    -moz-transition:-moz-transform 0.5s ease-in;
    -o-transition:-o-transform 0.5s ease-in;
}
.grid-item a:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.grid-item a .overlay { opacity: 0; position: absolute; left: 20px; top: 20px; width: calc(100% - 40px); height: calc(100% - 40px); background: rgba(255,235,59,0.5) url("../images/zoom.png") center center no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.grid-item a:hover .overlay { opacity: 1; }


/****************************************************************************
    Properties
****************************************************************************/

.properties-page .pagination { margin-bottom: 0px; margin-top: 0px;}
.properties-page .page-title { margin-bottom: 18px; }

.property-views { text-align: right; margin-bottom: 60px; }
.property-views a { font-size: 14px; background: #b6b6b6; display: inline-block; border-radius: 2px; color: #fff; text-transform: none; padding: 5px 10px; margin-left: 20px; }
.property-views a:hover { background: #5e5e5f; color: #000; }
.property-views a.active { background: #000; color: #fff; }
.property-views a i { margin-right: 10px; }

.property-filter { margin-bottom: 60px; }
.property-filter a { font-size: 14px; background: #b6b6b6; display: inline-block; border-radius: 2px; color: #fff; text-transform: none; padding: 5px 10px; margin-right: 20px; }
.property-filter a:hover { background: #5e5e5f; color: #000; }
.property-filter a.active { background: #000; color: #fff; }
.property-filter a:focus,
.property-filter a:visited { text-decoration: none; }

/*.popup .selectBox { margin-left:-1px; background: #fff; margin-bottom: 20px !important; border: 1px solid #ccc;}*/
/*.popup .selectBox span { width: 100% !important; }*/
.popup .selectric-wrapper { margin-left:-1px; background: #fff; margin-bottom: 20px !important; border: 1px solid #ccc; width: 100%; border-radius: 2px; }

.property-search { padding: 40px; background: #ededed; border-radius: 2px; }
.selectBox { outline: none; background: #fff; width: 100% !important; cursor: pointer; padding: 10px  10px 10px 20px; font: 14px "Times New Roman", Times, serif; color: #727272; border: 0; }
.selectBox-dropdown .selectBox-arrow { border: 0; right: 10px; background: url("../images/menu_dropdown.png") right center no-repeat; }
.selectBox-dropdown .selectBox-label { padding: 0; vertical-align: middle; }
.property-search hr { display: block; clear: both; height: 1px; width: 100%; background: #d1d1d1; margin: 10px 0 30px; }
.selectBox.half { min-width: inherit; width: 47.5% !important; float: left; margin-bottom: 30px; }
.selectBox.half.first { margin-right: 5%; }

.property-search .range { margin-top: 30px; }
.property-search .range p { margin-bottom: 15px; font-size: 14px; color: #727272; }
.property-search .range p span { float: right; }
.property-search .range p input { width: 159px; background: none; border: 0; color: #5e5e5f; font-size: 14px; font-weight: 700; text-align: right; }

.property-search .ui-widget-content { background: #c6c6c6; border: 0; height: 6px; }
.property-search .ui-widget-header { background: #5e5e5f; height: 6px; }
.property-search .ui-state-default,
.property-search .ui-widget-content .ui-state-default,
.property-search .ui-widget-header .ui-state-default { height: 24px; width: 24px; border: 0; border-radius: 50%; background: #5e5e5f; }
.property-search .ui-slider-horizontal .ui-slider-handle { top: -9px; }

.property-search .check-box label { text-transform: none; display: block; width: 100%; margin-bottom: 20px; }
.property-search .check-box label:last-child { margin-bottom: 30px; }
.property-search .check-box label > div { margin-right: 20px; }

.property-search .buttons { margin-top: 10px; }
.property-search .btn-clear { float: right; }


/****************************************************************************
    Properties Single
****************************************************************************/
.page-wrap.properties-page.property-single {
    padding-top: 40px;
}
.property-single .breadcrumbs { margin-bottom:  45px; }
.property-single .personal-agent { margin-bottom: 120px; }

.property-single .property-filter .view-map { float: right; margin: 0; }

.element { border-radius: 2px; background: #fff; padding: 30px; position: relative; margin-bottom: 20px; }
.element h6 { font-weight: 300; font-size: 18px; line-height: 18px; }
.element span { text-transform: none; padding-left: 20px; color: #727272; line-height: 12px; }
.element span.walk { background: url("../images/icon-walk.png") left center no-repeat; }
.element span.cycling { background: url("../images/icon-cycle.png") left center no-repeat; }
.element span.car { background: url("../images/icon-car.png") left center no-repeat; }
.element .loc-marker { position: absolute; top: 50%; right: 30px; margin-top: -5px; }

.infra-elements { margin-bottom: 120px; }
.infra-elements .element { padding: 30px; }
.infra-elements .element img { float: left; margin-right: 30px; display: inline-block; margin-top: 5px; }
.infra-elements .element h6 { margin-bottom: 5px; }

.nearby-places { margin-bottom: 120px; }
.nearby-places .element { overflow: hidden; padding: 0; }
.nearby-places .element figure { float: left; width: 300px; margin-right: 30px; }
.nearby-places .element h6 { margin-top: 30px; }
.nearby-places .element span { position: absolute; bottom: 30px; }

.infra-elements > h5,
.nearby-places > h5 { margin: 0 0 30px; }

.property-slider { margin-bottom: 70px; }
.property-slider figure { position: relative; border-radius: 5px; margin-bottom: 30px; }
.property-slider figure img { width: 100%; }
.property-slider figure .label { position: absolute; top: 30px; right: 30px; }
.property-slider .thumbnails span { display: inline-block; line-height: 0; margin-right: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.property-slider .thumbnails span:last-child { margin-right: 0; }
.property-slider .thumbnails span:hover { opacity: 0.8; }

.property-data { margin-bottom: 70px; font-size: 14px; }

.property-data .prop-price { overflow: hidden; margin-bottom: 22px; }
.property-data .prop-price .price { color: #000; font: 700 30px "Times New Roman", Times, serif; line-height: 39px; }
.property-data .prop-price .btn { float: right; margin-right: 85px; }

.property-data .prop-features { margin-bottom: 22px; overflow: hidden; line-height: 1; font-weight: 300; }
.property-data .prop-features span { display: block; font-size: 14px; color: #727272; text-transform: none; padding-left: 22px; margin-right: 30px; float: left; margin-bottom: 5px; }
.property-data .prop-features span:last-child { margin: 0; }
.property-data .prop-features span i { margin-right: 10px; }
.property-data .prop-features .bath { background: url(../images/icon-bath.png) no-repeat left; }
.property-data .prop-features .bed { background: url(../images/icon-bed.png) no-repeat left;}
.property-data .prop-features .garage { background: url(../images/icon-garage.png) no-repeat left; }
.property-data .prop-features .gym { background: url(../images/icon-gym.png) no-repeat left; }
.property-data .prop-features .kitchen { background: url(../images/icon-kitchen.png) no-repeat left; }
.property-data .prop-features .location { background: url(../images/icon-address.png) no-repeat left; }
.property-data .prop-features .area , .prop-images .area { background: url(../images/icon_floorplan_2x.png) no-repeat left; background-size: contain;}

.property-data .prop-features.prop-before span { float: none; width: 100%; font-size: 14px; margin-top: 7px;  margin-bottom: 15px; }

.property-data .amenities > div { font-weight: 300; color: #727272; margin-bottom: 15px; }
.property-data .amenities i { margin-right: 5px; color: rgb(37, 27, 6) !important;}

.prop-images { margin-bottom: 40px; }
.prop-images ul { list-style: none outside none; padding-left: 0; margin-bottom:0;}
.prop-images li { display: block; float: left; margin-right: 6px; cursor:pointer; }
.prop-images #prop_floorplans img {
    display: block;
    /*height: 400px;
    width: auto; */
    height: auto; max-height: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.prop-images  .lSSlideOuter .lSPager.lSGallery img {
    /*height: 80px; */
    max-height: 80px;
}

.prop-images li[role="presentation"] {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}
.prop-images li[role="presentation"] a { margin-right: 0px; padding-bottom: 15px; }

.prop-images .floorplan_tab a { padding-top: 16px; }
.prop-images .floorplan_tab.active a { padding-top: 19px !important; }
.prop-images li[role="presentation"].active {
    margin-top: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.prop-images li[role="presentation"].active + li {
    border-left: 0px;
}
.prop-images li[role="presentation"].active a {
    padding-bottom: 15px;
    padding-top: 13px;
}
@media (max-width: 768px) {
    .prop-images .tab-title-text {
        display: none;
    }
}
.prop-images li[role="presentation"] i {
    font-size: 22px;
    margin-right: 12px;
}
.prop-images li[role="presentation"].active a , .prop-images li[role="presentation"] a, .prop-images li[role="presentation"]:hover a {
    border: none;
}
.prop-images .area {
    padding-left: 30px;
}
.prop-images ul li:first-child:not(.active) {
    border-left: 1px solid #ccc;
}
.prop-images .tab-content .tab-pane{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.property-data .prop-desc { line-height: 1.8; font-weight: 300; margin-bottom: 60px;}
.agent-data { padding: 15px; padding-bottom: 40px; background-color: #fafafa; margin-bottom: 30px; }
.agent-data img.agent-image {
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 100px;
    width: 100px;
}
.agent-data .btn-danger { margin-top: 35px; }
.prop-images .nav>li:not(.active) { background-color: #fafafa; }
/****************************************************************************
    Error Page
****************************************************************************/

.error-page.page-wrap { background: url("../images/pattern2.jpg") repeat; text-align: center; min-height: 660px; padding-top: 140px; }

.error-page h4 { font-size: 100px; color: #656567; margin-bottom: 15px; }
.error-page h4:after { width: 40px; height: 2px; content: ' '; background: #5e5e5f; display: block; margin: 0 auto; }
.error-page h6 { color: #656567; font-size: 30px; font-weight: 600; margin-bottom: 7px; }
.error-page p { color: #727272; font-size: 16px; font-weight: 300; text-transform: none; margin-bottom: 35px; }


/****************************************************************************
    Offline
****************************************************************************/

.offline header .logo a:before { display: none; }
.offline header .right-side { margin-top: 5px; }
.offline header .adress { padding-bottom: 35px; position: relative; margin-right: 17px; text-transform: none; display: inline-block; }
.offline header .adress a { background: url(../images/icon-address.png) no-repeat left center; padding-left: 17px; color: #727272; line-height: 12px; margin-right: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.offline header .adress:after { content: " "; display: inline-block; width: 1px; height: 10px; position: absolute; top: 4px; right: 0; background: #e1e1e1; }
.offline header .adress a:hover { background-color: #5e5e5f; }

.offline header .phone { margin-right: 20px; display: inline-block; }
.offline header .phone a { background: url(../images/icon-phone.png) no-repeat left; padding-left: 20px; color: #727272; line-height: 12px; }
.offline header .phone a:hover { background-color: #5e5e5f; }

.offline .page-wrap { padding-top: 200px; }
.offline .error-page p { font-size: 30px; font-weight: 600; }
.offline .error-page h4:after { width: 65px; }

.offline footer { padding: 42px 0; background: #fff; }
.offline footer p { color: #727272; }


/****************************************************************************
    Coming Soon
****************************************************************************/

.coming-soon .error-page { padding-bottom: 120px; }

.coming-soon .error-page h4:after { display: none; }
.coming-soon .error-page p { line-height: 30px; margin-bottom: 0; text-align: center; }
.coming-soon .error-page p span { color: #000; background: #5e5e5f; display: inline-block; margin-right: 20px; }

.coming-soon .error-page .progress-bar { float: none; width: 100%; height: 5px; background: #c6c6c6; border-radius: 2px; margin-bottom: 50px; }
.coming-soon .error-page .progress-bar > div { height: 5px; background: #5e5e5f; border-radius: 2px;  }

.coming-soon .error-page .cycle-slide { width: 100%; }

.coming-soon .slider-control { margin-top: 200px; }
.coming-soon .slider-control a { text-transform: none; font-size: 15px; font-weight: 300; margin: 0 17px; display: inline-block; }
.coming-soon .slider-control .prev i { margin-right: 20px; }
.coming-soon .slider-control .next i { margin-left: 20px; }


.popup {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.popup > div {
  border-radius: 4px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #666666;
  /* Width of popup can be changed */
  width: 80%;
  max-width: 600px;
  z-index: 5001;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}

.title-slide{
    font-size: 50px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    margin-top: 230px;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-shadow: 0px 2px 4px #000000;
}


@media only screen and (max-width: 480px) {

.link{
    margin-bottom: 10px;
}
h3{
    font-size: 20px;
    padding-left: 20px;
}

.splash-search h1{
    font-size: 30px;
}

.office a{
    display: block;
    line-height: 20px;
    text-align: center;
    margin-right: 0px;
}
.top-bar p{
    line-height: 30px;
}
.top-bar p a{
    text-align: center;
}
.office_dropdown {
    width: 100% !important;
    padding: 10px !important;
}

.title-slide{
    font-size: 12px;
    display: none !important;

}

.filter {

             border-radius: 4px; background: url(../images/filter-pattren.png); background-size: cover; padding: 40px 40px 0; margin-bottom: 15px; margin-top: 10px !important; z-index: 99; position: relative;
                 margin-left: 0px !important;
    margin-right: 0px !important;
         }

#mls{
    width: 100% !important;
}



.map-canvas{
    position: absolute !important;
    width: 100% !important;
    height: 200px !important;
    top: 102% !important;
}
.contact-form-wrap{
    width: 100%;
    position: relative;
    top: 100%;
}
.adressInfo{
    margin-top: 200px;
}

}


.range {
    margin-top: 10px !important;
    width: 100% !important;
    display: block !important;
}

.item-header h3 a {
    font-size: 16px;
}

.read-more { color:#337ab7 ; }
.read-more:visited { color:#337ab7  !important; }

.office_dropdown{
    width: 200px;
    float: left;
    margin-right: 20px;
    padding: 10px;

}
@media only screen and (max-width: 1200px) {
    .filter .selectric-wrapper,
    .filter .filter-input,
    .filter .btn { width: 100% !important; margin-bottom: 10px;}
    .filter .dropdown-menu{
        width: 100% !important;
    }
}

.new_label{
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 10px;
}

.addInfo{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.add_key{
    font-weight: bold;
    font-size: 14px;
}
.val_add{
    font-weight:300;
    font-size: 14px;
    margin-left: 7px;
}
.video_tour{
    padding-top: 20px;
}
.videoTour{
    height:350px;
    margin-top: 20px;
    margin-bottom: 30px;
}


.quickSearch{
    margin-top: 20px;
}
.center{
    text-align: center;
}
.clearButtom{
    padding-top: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.quickSearch a{
    min-width: 150px;
}
.jobTitle{
    font-size: 16px;
    color: #ccc;
}
.map-canvas{
    z-index: 99;
}
.formContact{
    z-index: 99;/*994;*/
}

.img-blog{
    width: 100% !Important;
    height: 250px !Important;
}
.item-blog{
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    max-width: 500px;
}

.item-blog .label.date{
    background: #333;
}

.blog-text {
    height: 112px;
}

.info_detail{
    padding-left: 0 !important;
}

.clk{
    cursor: pointer !important;
}

.margin-right-10 {
    margin-right: 10px;
}

/*.nav>li>a:focus, .nav>li>a:hover{
    border-bottom: 2px solid #5e5e5f;
    background-color: transparent;
    text-decoration: underline;
}*/

.heading-description{
    padding: 0px 50px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.container-top-margin {
    margin-top: 50px;
}

.container-fluid.agents{
    background-color: #f9f9f9;
    padding-bottom: 50px;
}

.container-fluid.agents h3{
    margin-top: 30px;
    margin-bottom: 50px;
}

.agent-avatar {
    border-radius: 999px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 150px;
    width: 150px;
}

.agent-details .name{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
}

.agent-details .number{
    font-size: 11px;
}

.search-item {
    position: relative;
    overflow: hidden;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.search-item .gradient-overlay {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0px;
    height: 40%;
    background: url(../images/gradient.png);
    background-size: contain;
}
.search-item a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    filter: alpha(opacity=30);
}

.search-item a:hover:before {
    opacity: 0;
}

.search-item-description {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 3;
    text-shadow: 0 0 2px #000;
}

.search-item-count {
    margin-left: 3px;
    font-size: 11px;
}

.explore_home_image{
    width: 370px;
    height: 250px;
}

.inner_background.search_cover{
    background: url(../images/search_header.jpg) 0 center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.inner_background.search_cover.sale{
    background: url(../images/search_header.jpg) 0 center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.inner_background.search_cover.rent{
    background: url(../images/search_header.jpg) 0 center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.inner_background.blog_cover{
    background: url(../images/cover_blog.jpg) 0 center no-repeat;
    background-size: cover;
    background-position: 35% 50%;
}

.inner_background.team_cover{
    background: url(../images/team_header.jpg) 0 center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.inner_background {
    height: 325px;
    background-size: cover;
    /*float: left;*/
    width: 100%;
}

.inner_background h1{
    width: 100%;
    text-align: center;
    padding-top: 125px;
    color: #fff;
    text-shadow: 0 0 9px rgba(0,0,0,1);
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

 .properties-page .filter{
    margin-top: 0px !important;
    background: #f7f7f7;
    text-align: center;
 }

 .properties-grid {
    padding-top: 35px;
    border-top: 1px solid #ccc;
 }

 .properties-found-text {
    padding: 10px;
    font-size: 14px;
 }

 .page-wrap.properties-page {
    padding-top: 50px;
 }

/* .list-property{
    background: rgba(234, 233, 235, 1);
    color: #556a83 !important;
 }
.list-property:hover{
    background: #eee !important;
    color:#556a83 !important;
 }*/

 .margin-bottom-50{
    margin-bottom: 50px;
 }

.contact-form-wrap .contact-form{
    border: 1px solid #ccc;
}

.item-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

header .navbar-nav > li > a.site-phone {
    color: #666 !important;
}

.blog-post-page.page-wrap .page-title{
    margin-bottom: 10px;
}

.blog-post-page .single-post-meta{
    font-size: 16px;
    color: #ccc;
}

.page-wrap.contact-us{
    padding-top: 0px;
}

.banner-inner .filter{
    max-width: 940px;
}

.disclaimer-text {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 10px;
    max-height: 120px;
    overflow: auto;
    margin-top: 20px;
}

.mls-info {
    line-height: 1.8;
    font-weight: 300;
}
.mls-info:last-of-type {
    margin-bottom: 60px;
}

/****************************************************************************
    Login
****************************************************************************/
.login-form {margin: 20px 25px 70px 25px;}
.signup-form { margin: 20px 25px 10px 25px; }
.contact-form .sub-title {color: #9c9c9c;}
.login-form .sub-title { margin-bottom: 70px; }
.signup-form .sub-title { margin-bottom: 26px; }
.login-form .btn-danger , .signup-form .btn-danger { margin-top: 10px; margin-bottom: 15px; padding: 10px 35px; font-weight: 300;}
.contact-form .login-link {color: #5e5e5f; }
.login-form input[type='text'] , .signup-form input[type='text'] { margin-bottom: 15px; }
.signup-loading-icon{margin-right: 0px !important;}


.selectric-sort_by { width: 100%; }

.filter .price-range-holder { position: relative; margin-right: 10px; width: 227px; }
.filter .price-range-holder .btn {
    background-color: #fff;
    padding: 11px 10px 11px 21px;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    width: 100%;
}
.filter .dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
}
.filter .dropdown-menu .price-input-container {
    border-bottom: 1px solid #ccc;
    padding: 5px 12px 10px;
}
ul.price-range { max-height: 200px; overflow: auto; }
.price-range li {
    padding: 8px 10px;
    cursor: pointer;
}
.price-range li:hover {
    background: #eee;
}
.range-dropdown-menu { width: 250px; }
.range-dropdown-menu .dash{ margin-top: 8px; }

.property-single .image-holder .fa-expand { font-size: 20px; z-index: 1; }
.property-single .image-holder .listing-image-count { font-size: 18px; }


.property-single .image-holder:not(.no-images) { cursor: pointer; }
.property-single .image-holder.no-images { border: 1px solid #efefef; }
.property-single .image-holder #blueimp-gallery-carousel { height: 380px; box-shadow: none; margin: 0px; }
.property-single .image-holder #blueimp-gallery-carousel  img.slide-content { margin-top: auto; margin-bottom: auto; max-height: none; }
.property-single .image-holder #blueimp-gallery-carousel .slides { background-color: #f9fbfb; }
.property-single #blueimp-gallery img.slide-content { margin: auto; width: auto; }
.property-single .image-holder img { height: 100% !important; width: 100%; }

.gradient-overlay.gallery-image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background: url(../images/gallery_floorfade.png);
    background-size: contain;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.blueimp-gallery>.indicator {
    display: block!important;
    height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.blueimp-gallery>.indicator>li {
    width: 50px!important;
    height: 50px!important;
    border-radius: 0!important;
    background-size: cover !important;
}
.fixed-search-bar .search-filter-container{
  transition: all 50ms ease-out;
  background: #f7f7f7;
  text-align: center;
  position: fixed;
  left: 0px;
  top: 436px;
  right: 0px;
  width: 100%;
  padding: 0px;
  z-index: 10;
}
.fixed-search-bar .search-filter-container.fixed{
  top: 80px !important;
}

.properties-page .container .properties-grid .property{
    padding: 20px 0px 20px 20px; 
    width: 850px;
}


.property-single .tab-content #prop_images .image-holder .main-image{
    height: 480px;
    border: 1px solid #fff;
}

.property-single .tab-content #prop_images .image-holder .side-image{
    height: 240px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.property-single .tab-content #prop_images .image-holder .side-image:last-child{
    border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 1200px) {
  .fixed-search-bar .search-filter-container{
    position: relative;
    top:0px;
  }
  .fixed-search-bar .search-filter-container.fixed{
    position: relative;
    top:0px;
  }
  .page-wrap.properties-page{
    padding-top: 0px;
  }
  .properties-page .container .properties-grid .property{
        width: 100%;
  }
  .contact-form {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  .search-filter-container + .container{
    margin-top: 160px;
  }
  /*.search-filter-container .filter button.btn{
    position: relative;
    right:30px;
  }*/
}

.selectric-items ul, .selectric-items li,.selectric-items li.selected, .selectric-items li.highlighted{
    color: #444;
}

/********************PROPERTIES PAGE LIST VIEW*************************/
.properties-page .propertiesHeading{
    padding-right: 35px;
}

.properties-page .propertiesHeading .not-active {
    cursor: pointer;
    color: #5e5e5f;
}

.properties-page .propertiesHeading .currently-active {
    cursor: default;
    color: #fdbc2f;
}
.properties-page .properties-list {
    padding-top: 35px;
    border-top: 1px solid #ccc;
}
.properties-page .properties-list .latestListings-item {
    background-color: #ffffff;
    border-color: #dddddd !important;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
}

.properties-page .properties-list .latestListings-item {
    position: relative;
    margin: 0 0 41px;
    padding: 0;
    border: 1px solid;
}

.properties-list .latestListings-item { margin-bottom: 42px; }
.properties-list .latestListings-item figure:after { content: ''; display: table; clear: both; }

.properties-list .latestListings-item .listingImg { width: 25%; height: 198px; display: inline-block; border: 1px solid #dddddd; float: left; border-bottom: 0; border-left: 0; border-top: 0; }
.properties-list .latestListings-item > figure > figcaption { width: 75%; float: right; }

.properties-list .listingDetail { padding: 19px 15px 11px; position: relative; }
.properties-list .listingDetail h5 {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.properties-list .listingDetail h5 a{
    display: inline;
    color: inherit;
    display: table;
}

.properties-list .listingDetail h5 small{
    display: block;
    font-size: 14px;
    color: inherit;
    margin: 4px 1px 18px;
    letter-spacing: 0.2px;
}

.properties-list .listingDetail .price {
    padding: 6px 0;
    position: absolute;
    top: 8px;
    right: 12px;

}
.properties-list .listingDetail .price strong {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #000000;
}

.properties-list .listingDetail p {
    padding: 7px 0;
    line-height: 1.71428571;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin: 0;
    font-weight: 400;
}

.properties-list .houseInfo { margin: 9px 0 0; border-top: 1px solid; }
.properties-list .houseInfo li { display: inline-block; letter-spacing: 0.2px; margin-right: 21px; margin-bottom: 3px; padding: 0; color: #333333;}
.properties-list .houseInfo li { margin-right: 43px; width: auto; }
.properties-list .houseInfo li:last-of-type { margin-right: 0; }



.properties-list .houseInfo span {
    font-size: 12px;
    color: #727272;
    text-transform: none;
    padding-left: 25px;
}
.properties-list .houseInfo .bed {
    background: url(../images/icon-bed.png) no-repeat left;
}
.properties-list .houseInfo .bath {
    background: url(../images/icon-bath.png) no-repeat left;
}
.properties-list .houseInfo .area {
    background: url(../images/icon_floorplan_2x.png) no-repeat left;
    background-size: contain;
}

.properties-list .houseInfo { display: inline-block; border: 0; }
.properties-list .ownerInfo { 
    margin-left: 27px !important;
    display: inline-block;
}
.properties-list .ownerInfo img { width: 28px; height: 28px; border-radius: 50%; border: 1px solid; overflow: hidden; margin-right: 7px; vertical-align: middle;}
.properties-list .ownerInfo figcaption { font-size: 16px; font-weight: 700; color: #464646; display: inline-block; vertical-align: middle; letter-spacing: 0.6px; }


.properties-list .latestListings-item figure {
    margin: 0;
}

.properties-list .latestListings-item .moreInfo {
    position: absolute;
    right: 10px;
    bottom: 16px;
}

.properties-list .latestListings-item .price.priceTooltip .tooltiptext, .priceTooltip .tooltiptext{
    left: 38%;
    top: 115%;
}

.properties-list .latestListings-item figure .label {
    position: absolute;
    top: 5px;
    left: 5px;
}

    .properties-page .container .properties-found-text,
    .properties-page .container .propertiesHeading{
        margin-top: 40px;
    }

.properties-list .latestListings-item figure .item-img:after{
    width: 25%;
    top: 0%;
}

.properties-list .latestListings-item figure .overlay {
    opacity: 0;
    background: rgba(255,255,255,0.5);
    width: 25%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 3;
}

.properties-list .latestListings-item figure:hover .overlay {
    opacity: 1;
}

.properties-list .latestListings-item figure .overlay .btn-detail {
    background: #5e5e5f;
    color: #fdbc2f;
    z-index: 3;
    border: 1px solid #000000;
}

/********************PROPERTIES PAGE LIST VIEW*************************/

.property-single .share-property {
    background-color: #fafafa;
    padding: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.property-single .share-property i {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
    cursor: pointer;
}

.property-single .share-property i.fa-facebook {
    color: #3C599F;
}
.property-single .share-property i.fa-twitter {
    color: #32CCFE;
}
.property-single .share-property i.fa-google-plus {
    color: #CF3D2E;
}
.property-single .share-property i.fa-linkedin {
    color: #0085AE;
}
.property-single .share-property i.fa-pinterest {
    color: #CC2127;
}

header .navbar-nav > li > a.active {
    /*border-bottom: 1px solid #ffffff;*/border-bottom: 1px solid #666;
}

.item-blog figure{
    border-bottom: 1px solid #ccc;
}

.item-press-container{
    padding: 0px;
    margin: 0px;
}
.item-press{
    min-height: 0px;
    height: 253px;
    margin-bottom: 0px;
}
.contact-info-window strong{
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
}

.page-wrap.press .item-blog figure{
    height: 253px;
}

.page-wrap.press .item-blog figure img{
    width: 100%;
}
.theme-text-color-header{
    color: #555 !important;
}

