@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
	color:#000000; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
a, a:hover a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1, h2, h3, h4, h5, h6, .futura {
	font-family: 'Open Sans';
	font-weight:300;
}
#header .top-bar {
    background-color: #020202;
    padding: 12px 0;
}
#header a, #header ul, #header li {
    display: inline-block;
}
#header .top-bar a {
    color: #fff;
    vertical-align: top;
}
#header a img {
    float: left;
}
#header .top-bar a.face {
    margin: 0 30px;
}
#header .top-bar a.call {
    background-color: #f46d0c;
    margin: -12px 0 -25px 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 35px 10px 35px;
    position: relative;
    z-index: 999;
}
#header .top-bar a.call strong {
    padding: 0 0 0 10px;
}
#header .top-bar a.call img {
    margin: -7px 20px 0 0;
}
#header .top-bar a.call:hover {
    background-color: #505050;
}
#header .top-bar a.mail:hover, .main-menu li a:hover, #footer .foo-sec1 a:hover, #footer .foo-sec2 a:hover {
    color: #f76d00;
}
.logo-sec {
    padding: 35px 0 25px 0;
}
.main-menu {
    padding: 40px 0;
}
.main-menu li {
    margin: 0 0 0 25px;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
    color: #010101;
    font-weight: 600;
    text-transform: uppercase;
}
.foo-sec1 {
    background-color: #e9e9e9;
    padding: 50px 0;
}
.foo-sec2 {
    background-color: #464646;
    padding: 35px 0;
}
.foo-sec1 .box {
    float: left;
    width: 33.33%;
}
#footer .foo-sec1 a {
    color: #000;
}
.foo-sec1 .box.box2 li {
    display: inline-block;
    padding: 0 0 5px 0;
    width: 100%;
}
.foo-sec1 .add {
    background-image: url(../images/location-icon.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding: 0 0 8px 40px;
}
.foo-sec1 .phone {
    background-image: url(../images/phone-icon2.png);
    background-repeat: no-repeat;
    background-position: 3px 0;
    padding: 7px 0 25px 40px;
}
.foo-sec1 .mail {
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 0 8px 40px;
}
.listing-phone {
    background-image: url(../images/phone-icon2.png);
    background-repeat: no-repeat;
    background-position: 3px 0;
    padding: 7px 0 25px 40px;
}
.listing-mail {
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 0 8px 40px;
}
.foo-sec1 .box.box1 {
    padding: 70px 0 0 0;
}
.foo-sec1 .box.box2 {
    padding: 0 0 0 90px;
}
.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
}
.page-banner .head {
    color: #fff;
    margin: 188px 0 200px 0;
    font-weight: bold;
    display: inline-block;
    background-color: rgba(249, 109, 9, .80);
    padding: 55px 55px 55px 5px;
    position: relative;    
    min-width: 45%;
}
.page-banner .head:before {
    content: '';
    background-color: rgba(249, 109, 9, .80);
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.p-bread {
    font-weight: bold;
    padding: 22px 0;
}
.page-banner .head span {
    font-weight: 100;
    font-style: italic;
    margin: -10px 0 0 0;
    display: inline-block;
    float: left;
}
.p-bread .divider {
    display: inline-block;
    padding: 0 5px;
}
.p-bread a {
    color: #f66d00;
}
.p-bread a:hover {
    color: #000000;
}
.adv-opt-div{display:none;}

.h-search-form {
    margin-top: -140px;
    position: relative;
    z-index: 999;
    border: 10px solid #fff;
    border-bottom: 0;
    padding: 45px 30px 40px 30px;
    background: linear-gradient(#fff, #e6e6e6);
}
.h-search-form-subpage{ 
	margin-top:0px;
	border:none;
	background:none;
	padding:0px;
}
.h-search-form .row1 select{ 
    width:150px;
}
.h-search-form input[type="text"], .h-search-form select {
    font-size: 16px;
    border: 1px solid #959595;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    height: 50px;
    margin: 0 5px;
}

.h-search-form input[type="text"] {
    width: 440px;
    max-width: 100%;
}
.h-search-form .adv-opt {
    padding: 0;
    background-color: transparent;
    color: #000;
    margin: 0 8px 0 12px;
}
.h-search-form .adv-opt:hover {
    background-color: transparent;
    color: #f66d00;
}
.h-search-form .row2 {
    padding: 30px 0 0 0;
}
.h-search-form .row2 a, .h-search-form .search, .h-sec2 .row a.more {
    border: 1px solid #959595;
    display: inline-block;
    background-color: #f66d00;
    color: #fff;
    padding: 15px 28px;
    border-radius: 5px;
    margin: 0 6px;
}
.h-search-form .row2 a:hover, .h-search-form .search:hover, .h-sec2 .row a.more:hover {
    background-color: #020202;
}
.h-search-form .search {
    padding: 13px 28px;
    margin: 0 0 0 10px;
}
.pro-search-form {
    margin-top: -100px;
    position: relative;
    z-index: 999;
    padding: 35px 0 28px 0;
    background: linear-gradient(#fff, #e6e6e6);
}
.pro-search-form input[type="text"], .pro-search-form select {
    font-size: 16px;
    border: 1px solid #959595;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    height: 50px;
    margin: 0 5px;
}
.pro-search-form input[type="text"] {
    width: 480px;
    max-width: 100%;
}
.pro-search-form .adv-opt {
    padding: 0;
    background-color: transparent;
    color: #000;
    margin: 0 8px 0 12px;
}
.pro-search-form .search {
    padding: 13px 28px;
    margin: 0 0 0 10px;
    border: 1px solid #959595;
    display: inline-block;
    background-color: #f66d00;
    color: #fff;
    border-radius: 5px;
}
.pro-search-form .search:hover {
    background-color: #020202;
}
.pro-search-form .adv-opt:hover {
    background-color: transparent;
    color: #f66d00;
}
.search-amenity-group{
    float:left; width:33%; padding-right:10px;
}
.pro-sec, .property-main-sec {
    background-color: #d9d9d9;
    padding: 60px 0 40px 0;
}
.pro-sec .title a{ color:#000;}
.pro-sec .box1 {
    background-color: #fff;
    display: inline-block; 
    margin-bottom:10px;
}
.box1 .title a{ font-size:21px;}
.pro-sec .box1 .img-sec, .pro-sec .box1 .img-sec img.thumb, .pro-sec .box1 .info-sec, .pro-sec .box1 .user {
    float: left;
    width: 100%;
}
.pro-sec .box1 .img-sec {
    width:30%; 
    position: relative;
}
.pro-sec .box1 .title{
    padding-bottom:10px;
    font-size:30px;
}
.pro-sec .box1 .info-sec{
    width:70%; padding:10px;
}
.pro-sec .box1 .btn, .pro-sec .box2 .btn{
    background-color:#252525;
    color:#fff;
    display:inline-block;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    margin-top:10px;
}
.pro-sec .box1 .btn:hover, .pro-sec .box2 .btn:hover{
    background-color:#f66d00;
}
.pro-sec .box2 {
    background-color: #fff;
    display: inline-block;
    width:48%;
    padding: 10px;
}
.pro-sec .box2 .img-sec, .pro-sec .box2 .img-sec img.thumb, .pro-sec .box2 .info-sec, .pro-sec .box2 .user {
    float: left;
    width: 100%;
}
.pro-sec .box2 .info-sec{
    padding:10px 0px;
}
.pro-sec .box2 .img-sec {
    position: relative;
}
.pro-sec .box3 {
    background-color: #fff;
    display: inline-block;
    max-width: 395px;
    padding:10px;
}
.pro-sec .box3 .img-sec, .pro-sec .box3 .img-sec img.thumb, .pro-sec .img-sec .icons img, .pro-sec .box3 .info-sec, .pro-sec .box3 .user, .p-control-sec .icons a img {
    float: left;
    width: 100%;
}
.pro-sec .box3 .img-sec { 
    position: relative;
}
.pro-sec .box3 .info-sec {
    padding: 5px 10px 10px 10px;
}
.pro-sec .box3 .info-sec2, .pro-sec .box2 .info-sec2 {
    width:100%; float:left;
    height:160px;
}
.pro-sec .box3 .info-sec .add {
    padding: 15px 0;
}
.pro-sec .box3 .info-sec .bb {
    font-weight: 600;
}
.pro-sec .box3 .info-sec a.btn {
    padding: 12px 20px;
    margin: 0;
    border: 1px solid #959595;
    float: right;
    background-color: #f66d00;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.pro-sec .box3 .info-sec a.btn:hover {
    background-color: #020202;
}
.pro-sec .box3 .user {
    border-top: 1px solid #555555;
    padding: 15px;
}
.pro-sec .img-sec .sale {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 16px;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    background-color: #252525;
}
.pro-sec .img-sec .pri {
    position: absolute;
    left: 0;
    bottom: 0px;
    width:100%;
    color: #fff;
    font-size: 28px;

    padding: 10px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.pro-sec .img-sec .icons a {
    display: inline-block;
    float: left;
    background-color: #252525;
    padding: 8px 6px;
    border-radius: 3px;
    white-space:nowrap;
    margin: -2px 0 0 9px;
    color:#FFF;
}
.pro-sec .img-sec .icons a:hover, .favorite-saved, .compare-saved {
    background-color: #f66d00 !important;
}

.pro-sec .p-head {
	font-weight: 300;
}
.p-control-sec {
    padding: 0 0 5px 0;
    display: inline-block;
    width: 100%;
}
.p-control-sec .left a {
    display: inline-block;
    background-color: #e9e9e9;
    margin: 0 5px 5px 0;
    color: #010101;
    width: 230px;
    text-align: center;
    padding: 18px;
    font-size: 20px;
}
.p-control-sec .left a.active, .p-control-sec .left a:hover {
    background-color: #fff;
}
.p-control-sec .right { 
}
.p-control-sec .icons a {
    display: inline-block;
    margin: 0 0 0 8px;
    opacity: .6;
}
.p-control-sec .icons a.active, .p-control-sec .icons a:hover {
    opacity: 1;
}
.p-control-sec .shortby { 
    padding: 30px 0 0 0;
    font-weight: 600;
}
.p-control-sec .shortby label {
    padding: 0 10px 0 0;
}
.p-control-sec .shortby select {
    font-size: 20px;
    border: none;
    background-color: transparent;
    color: #f66d00;
}
.p-control-sec .shortby select:focus {
    outline: none;
}
.search-field-group{
    float:left; width:33%; padding-right:20px; padding-bottom:20px;
}
.search-field-group select, .search-field-group input[type="text"]{ width:100%;}
.search-field-group .search-label{ display:inline-block; padding-bottom:5px; cursor:pointer;}
.h-search-form .row1 select{ margin-bottom:5px;}

.compare-scroll-container table th{ text-align:left;}
.compare-scroll-container table th, .compare-scroll-container table td{ vertical-align:top; border-bottom:1px solid #CCC; padding:3px; width:220px;}

.zEditorHTML th{text-align:left;}

@media screen and (max-width: 1362px) {
	.logo-sec .logo {
	    width: 340px;
	}
	.main-menu {
	    padding: 25px 0;
	}
	.main-menu li {
	    margin: 0 0 0 15px;
	    font-size: 17px;
	}
	.foo-sec1 .box.box2 {
	    padding: 0 0 0 35px;
	}
	.z-t-50, .z-t-48 {
	    font-size: 40px;
	}
	.z-t-46 {
	    font-size: 36px;
	}
	.z-t-32 {
	    font-size: 26px;
	}
	.z-t-28 {
	    font-size: 22px;
	}
	.z-t-22, .z-t-24 {
	   font-size: 20px;
	}
	.z-t-20 {
	    font-size: 18px;
	}
	.h-search-form input[type="text"] {
	    width: 250px;
	}
	.h-search-form, .h-search-form input, .h-search-form select, .h-search-form button {
	    font-size: 15px;
	}
	.h-search-form input[type="radio"], .h-search-form input[type="checkbox"]{
		width:auto;
		margin:auto;
	  height:auto;
	}
	.h-search-form .row2 a {
	    padding: 15px 15px;
	}
	.pro-search-form input[type="text"] {
	    width: 250px;
	}
	.pro-search-form, .pro-search-form input, .pro-search-form select, .pro-search-form button {
	    font-size: 15px;
	}
	.pro-sec .box3 .info-sec2, .pro-sec .box2 .info-sec2 {
		height:170px;
	}
    .pro-sec .img-sec .pri { 
        font-size:22px !important;
    } 
}
@media screen and (max-width: 992px) { 
    #header .top-bar a.call{margin-top:5px;}
	.pro-sec .box3{ max-width:370px; margin-left:1%; margin-right:1%; }
	.pro-sec .box3 .info-sec2, .pro-sec .box2 .info-sec2 {
		height:140px;
	}
	#header .logo, #header .main-menu {
	    display: none;
	}
	.z-mobile-header .z-mobile-header-logo {
	    width: 230px;
	}
	.z-mobile-header, .z-mobile-header-fixed {
	    background-color: #e3e3e3 !important;
	}
	.z-mobile-menu-icon span, .z-mobile-header .z-mobile-menu {
	    background: #F46D0C;
	}
	.z-mobile-menu-icon.open span {
	    background: #fff;
	}
	.logo-sec {
	    padding: 0;
	}
	#header .top-bar {
	    padding: 12px 10px;
	}
	.foo-sec1 {
	    padding: 50px 10px;
	}
	.foo-sec1 .z-t-20 {
	    font-size: 18px;
	}
	.foo-sec2 {
	    padding: 35px 10px;
	}
	.foo-sec2 .z-t-16 {
	    font-size: 15px;
	}
	.z-default-subpage-header {
	    margin-top: 0;
	}
	.page-banner .head {
	    margin: 100px 0;
	    padding: 20px 20px 20px 5px;
	}
	.h-search-form .row2 a {
	    padding: 10px 10px;
	}
	.pro-search-form {
	    margin-top: 0;
	}
    .pro-sec .box1 .img-sec{
        width:40%;
    }
    .pro-sec .box1 .info-sec{
        width:60%;
    }
    .p-control-sec .right{margin-top:5px;}
    .z-t-50, .z-t-48 {
        font-size: 36px;
    }
    .z-t-46 {
        font-size: 30px;
    }
    .z-t-32 {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) { 
	.pro-sec .box3 .info-sec2, .pro-sec .box2 .info-sec2 {
		height:180px;
	}
	.h-search-form {
	    margin-top: 0;
	    padding: 15px 30px;
	}
	.h-search-form input, .h-search-form select {
	    margin: 15px 5px;
	}
	.h-search-form .row2 a {
	    margin: 8px 6px;
	}
	.z-mobile-header .z-mobile-header-logo {
	    width: 150px;
	}
	#header .top-bar a.face {
	    margin: 0 10px;
	}
	.foo-sec1 .box {
	    width: 100%;
	}
	.foo-sec1 .box.box1 {
	    padding: 0;
	    max-width: 300px;
	}
	.foo-sec1 .box.box2 {
	    padding: 30px 0;
	}
	.foo-sec1 .box .head {
	    padding-bottom: 15px;
	}
	#header .top-bar a.call{
		margin-top:5px;
		clear:both;
		float:right;
	}
	.pro-search-form input[type="text"], .pro-search-form select {
	    margin: 15px 5px;
	}
    .search-amenity-group{
        width:50%;
    }
    .box1 .title a{ font-size:18px;}
    .pro-sec .box1{width:80%;}
    .pro-sec .box2{width:80%;}
    .pro-sec .box3{width:80%; max-width:100%;}

}
@media screen and (max-width: 479px) { 
    .pro-sec .box1{width:85%;}
    .pro-sec .box2{width:85%;margin-bottom:20px;}
    .pro-sec .box3{width:85%; }


	.pro-sec .box3 .info-sec2, .pro-sec .box2 .info-sec2 {
		height:180px;
	}
	.h-search-form input, .h-search-form select {
	    margin: 10px 0;
	    width: 100%;
	}
	.h-search-form .adv-opt {
	    margin: 10px 0;
	}
	.h-search-form {
	    margin-top: 15px;
	    padding: 15px 20px;
	    border: none;
	}
	#header .top-bar .z-text-right {
	    text-align: center !important;
	}
	#header .top-bar a.call {
	    margin: 0;
	}
	#header .top-bar a.face {
	    margin: 12px 10px;
	}
	#header .top-bar a.call img {
	    display: none;
	}
	#header .top-bar a.call {
	    margin: 0;
	    padding: 10px 25px;
	}
	.z-t-50, .z-t-48 {
	    font-size: 32px;
	}
	.z-t-46 {
	    font-size: 28px;
	}
	.z-t-32 {
	    font-size: 22px;
	}
	.page-banner .head {
	    margin: 70px 0;
	    padding: 10px;
	    text-align: center;
	}
    .search-amenity-group{
        width:100%;
    }
	.pro-search-form input[type="text"], .pro-search-form select {
	    margin: 10px 0;
	    width: 100%;
	}
	.pro-search-form .adv-opt {
	    margin: 10px 0;
	}
}