/*
Theme Name: Real Estate
Theme URI:
Version: 1.1.13
Author: Fever
Author URI:
Description: Real Estate theme
Text Domain: realestate
*/

@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/droidsans-webfont.woff2') format('woff2'),
        url('fonts/droidsans-webfont.woff') format('woff'),
        url('fonts/droidsans-webfont.ttf') format('truetype'),
        url('fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/droidsans-bold-webfont.woff2') format('woff2'),
        url('fonts/droidsans-bold-webfont.woff') format('woff'),
        url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
        url('fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #444;
    /*background: none repeat scroll 0 0 #deb02e;*/
 background: none repeat scroll 0 0 #b4aa8a;

}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #0077cc;
    cursor: pointer;
}
.img-wrapp img {
    display: block;
}
h1 {
    font-family: droid-sansbold, sans-serif;
    font-size: 24px;
}
.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
}
.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
.f-21 {
    font-size: 21px;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
.title-cont img {
    /*margin: 13px 20px 0 10px;*/
    margin: 1em 0.75em 0 0;
}
.title-cont h1 {
    margin: 0 0 6px 0;
}
.empty {
    clear: both;
    width: 100%;
}
.first
{
  display: block;
}
.last
{
  display: block;   
}
.screen-reader-response{
display:none;
}
.inner-cont {
    /*width: 960px;*/
    /*height: 100%;*/
    /*margin: 0 auto;*/
    padding: 0;
    position: relative;
}
.l-aligned {
    float: left;
}
.r-aligned {
    float: right;
}
#fancybox-content{
	border-color: #999 !important;
}
.wpcf7-form{
	margin: 20px;
}
.container { width: auto !important; }
#gridboxdata{
    padding-left: 15px;
    padding-top: 15px;
}
/*-------Header top--------*/
.top-contact {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #333;
    color: #f0f0f0;
    font-size: 15px;
}
.top-items {
    float: left;
    margin: 0 34px 0 11px;
}
.top-items a {
    color: #f0f0f0;
    text-decoration: none;
}
.top-items img {
    margin: 0 13px 0 0;
    vertical-align: middle;
}
.contactlogo{
    clear: both;
}
/*-------Header--------*/
.header {
    /*width: 100%;*/
    /*height: 137px;*/
    background: #444;
}
.logo-cont {
    /*margin: 19px 0 0 0;*/
        margin: 10px 0;
}
.logo-cont a {
    border: 0 none;
}
.search-form {
    margin: 31px 0 0;
}
.search-form .searchfield {
    width: 264px;
    height: 41px;
    padding: 0 0 0 17px;
    float: left;
    color: #2c3e50;
    font-size: 15px;
    border: 2px solid #bdc3c7;
    border-right: 0 none;
    border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search-form .searchsubmit {
    width: 36px;
    height: 41px;
    float: left;
    padding: 0;
    background: url('images/ico-search.png') no-repeat center center #fff;
    border: 2px solid #bdc3c7;
    border-left: 0 none;
    border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.main-menu {
    margin-top: 1em;

    position: absolute;
    bottom: 0;
    right: 0;
}
.main-menu ul {
    margin: 0 10px 0 0;
}
.main-menu ul li {
    float: right;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    position: relative;
}
.property-detail-description{
    font-size: 14px; 
    /*border-bottom:1px solid #999; */
}
@media (max-width: 1230px) {
    .main-menu ul li {
        padding: 0 7px;
        font-size: 0.9em;
    }
}
@media (max-width: 1100px) {
    .main-menu ul li {
        padding: 0 5px;
        font-size: 0.8em;
    }
}
.main-menu ul li .sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 1000000;
    background: #666;
    left: 0;
    top: 39px;
}
.main-menu ul li .sub-menu li {
    float: none;
    height: 30px;
    line-height: 30px;
}
.main-menu ul li .sub-menu-ico {
    margin: 0 0 0 5px;
}
.main-menu ul li.current_page_item, .main-menu ul li:hover {
    background-color: #4dc7ec;
}
.main-menu ul li:hover .sub-menu {
    display: block;
}
.main-menu ul li a {
    font-family: droid-sansregular, sans-serif;
    font-size: 0.9em;
    color: #f0f0f0;
    text-decoration: none;
}

.menu-item-has-children {
    background-image: url(images/ico-submenu.png);
    background-repeat: no-repeat;
    background-position: center right;

    border-right: 10px solid transparent;

    padding-right: 20px !important;
}
h6{
    font-size: 11px;
}
/*-------Content--------*/
.slider {
    /*width: 960px;*/
    /*margin: 0 auto;*/
    border: 1px solid #999;
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 0;
    background-color: #fff;
}
.slider > .slider-inner {
    padding: 0;
}
.search-box {
    padding: 0;
    background-color: #fff;
    /*height: 320px;*/
}
.search-form-position{
    position: relative;
    top:60px;
}
.search-box > .header-search-form {
}
.search-box > .header-search-form > h2 {
    font-family: druid-sansregular, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;

    margin-top: 1.5em;
}
.search-box > .header-search-form label {
    font-family: druid-sansregular, sans-serif;
    font-size: 1em;
    text-align: left;

    padding: 0;
}
.search-box > .header-search-form select {
    height: 26px;

    border: 1px solid #c0c0c0;
}
.search-box > .header-search-form input {
    height: 26px;
    line-height: 26px;

    border: 1px solid #c0c0c0;
}
.search-box > .header-search-form .wrapper {
    border: 2px solid #d0d0d0;

    overflow: hidden;

    padding: 0;
}
.search-box > .header-search-form > .search-form-location {
    /*padding: 0;*/
    margin-top: 0.75em;
}
.search-box > .header-search-form > .search-form-price {
    margin-top: 0.75em;
}
.search-box > .header-search-form > .search-form-beds {
    margin-top: 0.75em;
}
.search-box > .header-search-form > .search-form-baths {
    margin-top: 0.75em;
}
.search-box > .header-search-form > .search-form-advanced {
    margin-top: 1.75em;
}
.search-box > .header-search-form > .search-form-submit {
    margin-top: 1.75em;
}

.bxslider li {
    position: relative;
}
.slide-caption {
    position: absolute;
    top: 70px;
    left: 130px;
    max-width: 400px;
}
.caption-content {
    background: url(images/bg1.png) repeat;
    padding: 15px 12px;
}
.capt-title {
    font-family: druid-sansregular, sans-serif;
    font-size: 24px;
    color: #333;
}
.caption-content p {
    color: #666;
    margin: 10px 0;
}
.caption-price, .price {
    color: #df5400;
    font-size: 21px;
}
.slider-more {
    display: block;
    color: #f0f0f0;
    font-size: 15px;
    text-decoration: none;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background: #4dc7ec;
}
.content {
    /*width: 940px;*/
    border: 1px solid #999;
    border-top: 0 none;
    /*margin: 0 auto;*/
    /*padding: 30px 10px;*/
    background: #fff;
}
.content .title-cont {
    padding: 0;
    margin-bottom: 1em;
    margin-top: 1em;
}
.contact-data {
    padding: 0;
    color: #666;
}
.contact-data h1 {
    color: #333;
}
.contact-data .title-cont {
    /*width: 420px;*/
    margin-top: 2em;
}
@media screen and (max-width: 758px) {
    .contact-data .title-cont {
        text-align: center;
    }

    .contact-data .title-cont .l-aligned {
        float: none;
    }

    .contact-data .title-cont img {
        float: left !important;
    }
}
.contact-data strong {
    font-size: 16px;
    color: #444;
}
.address {
    /*width: 240px;*/
    margin-top: 2em;
    padding: 0;
}
.phones {
    margin-top: 2em;
    padding: 0;
}
.contact-map {
    /*width: 910px;*/
    height: 420px;
    /*margin: 20px 0 16px;*/
    margin-top: 1em;
    background: #fafafa;
    padding: 13px;
    border: 2px solid #ccc;
}
.form {
    margin-top: 1em;
    padding: 0;
}
.form-directions {
    /*width: 840px;*/
    /*margin: 0 auto;*/
    padding: 0;
}
.form-directions label {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    /*margin: 0 35px 0 0;*/
}
.form-directions .input-label {
    padding: 0;
}
.form-directions .input-wrap {
    border: 9px solid #f0f0f0;
    padding: 0;
}
.form-directions input[type="text"] {
    width: 100%;
    padding: 1px 6px;
    height: 30px;
    border: 1px solid #c0c0c0;
}
.form-directions .btn-submit {
    /*margin: 5px 0 0 10px;*/
}
@media screen and (max-width: 768px) {
    .form-directions .btn-submit {
        margin-top: 0.5em;
    }
}
.btn-submit {
    height: 41px;
    /*padding: 0 30px;*/
    line-height: 41px;
    background: #444;
    font-size: 16px;
    color: #fff;
    border: 0 none;

    margin-top: 3px;
}
@media screen and (min-width: 1200px){
    .btn-submit {
        margin-left: 10px;
    }
}
.form-contact {
    position: relative;
    /*margin: 40px 0 0 153px;*/
}
.form-contact .f-21 {
    color: #333;
    /*margin: 0 0 17px;*/
    margin: 1em 0;
    padding: 0;
}
.form-contact .input-wrap {
    border: 4px solid #d0d0d0;
    overflow: hidden;
    /*float: left;*/
    margin-bottom: 12px;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .form-contact .l-aligned .input-wrap {
        width: 95%;
    }
}
.form-contact .input-wrap input {
    /*width: 270px;*/
    width: 100%;
    height: 24px;
    padding: 1px 5px;
    border: 1px solid #c0c0c0;
}
.form-contact .input-wrap textarea {
    /*width: 270px;*/
    width: 100%;
    height: 123px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin: 0;
    display: block;
}
.form-contact .btn-submit {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
    .form-contact .btn-submit {
        width: 25%;
    }
}
.properties {
    /*margin: 20px 0 0;*/
    padding: 0;
}
@media screen and (min-width: 750px) {
    .property-items {
        margin-top: 20px;
        height: auto !important;
        width: 100% !important;
    }
    .property-item {
        width: 47%;
    }
    .property-item:nth-child(odd) {
        float: left;
    }
    .property-item:nth-child(even) {
        float: right;
    }
}
@media screen and (max-width: 1024px) {
    .property-item {
        width: 47.5%;
    }
}
@media screen and (max-width: 650px) {
    .property-item {
        width: 100%;
    }
}
.property-item {
    /*width: 462px;*/
    height: 243px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #999;
    position: relative;

    padding: 0;
    margin-bottom: 1em;
    margin-right: 1em;
}

.openhouseproperty-item {
    height: 300px;
}

.property-item:nth-child(odd) {
    /*float: left;*/
}
.property-item:nth-child(even) {
    /*float: right;*/
}
.prt-title-cont {
    height: 39px;
    padding: 0 15px 0 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #999;
    line-height: 39px;
    overflow:hidden;
}
.prt-title-conts {
    line-height: 20px !important;
    height: auto !important;
    background: none !important;
    border-bottom: 0px !important;
}
.prt-title-cont .prt-title {
    font-size: 14px;
    font-family: droid_sansregular, sans-serif;
    color: #333;
}
.prt-title-cont .prt-type {
    color: #555;
}
.prt-content {
    /*padding: 10px;*/
    color: #666;
}
.prt-content .prt-pic {
    width: 210px;
    height: 141px;
}
.prt-descr {
    position: absolute;
    margin-left: 230px;
    /*width: 217px;*/
    line-height: 120%;
}
.prt-descr p {
    max-height: 80px;
    line-height: 16px;
    overflow: hidden;
}
@media screen and (max-width: 850px) {
    .prt-descr p {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 750px) {
    .prt-content .prt-pic {
        width: 105px;
        height: 100px;
    }

    .prt-descr {
        margin-left: 160px;
    }
}
@media screen and (min-width: 750px) {
    .prt-content .prt-pic {
        width: 160px;
    }
    .prt-descrs {
        position: relative !important;
        margin-left: 0px !important;
    }
    .prt-descr {
        margin-left: 180px;
    }
}
.prt-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    border-top: 1px solid #999;
    background: #f5f5f5;
}
.prt-details-item {
    width: 33.3333333%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #999;
    line-height: 40px;
    text-align: center;
    color: #444;
}
.prt-details-item img {
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.prt-details-item:nth-child(3n) {
    border: 0 none;
}
.work-with-us {
    /*width: 680px;*/
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
.work-with-us .title-cont {
    margin: 0 0 20px;
}
.work-with-us p:first-child {
    margin-top:0;
}
.img-wrapp {
    padding: 5px;
    border: 1px solid #bbb;
}
.work-with-us .img-wrapp {
    margin: 0 10px 0 0;
}
.areas {
    /*width: 225px;*/
    padding: 0;
    padding-left: 1em;
    margin-top: 1em;
}
@media screen and (max-width: 768px) {
    .areas {
        padding: 0;
        margin-bottom: 1em;
    }
}
.title {
    font-family: droid_sansbold, sans-serif;
    font-size: 24px;
    color: #333;
    margin: 0 0 5px;
}
.subtitle {
    color: #666;
    font-size: 13px;
}
.areas-ul {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #999;
    margin: 10px 0 0;
}
.areas-ul li {
    display: block;
    height: 23px;
    line-height: 23px;
    background: #fafafa;
    background: url('images/ico-list.png') no-repeat 8px center;
    padding: 0 0 0 35px;
}
.areas-ul li:nth-child(2n+2) {
    background: url('images/ico-list.png') no-repeat 8px center #e0e0e0;
}

/*-------Footer-------*/
.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color:#333;
}

.xs-menu {
    display: none;
    position: absolute;
    top: 40px;
    /*left: 0;*/
    left: 100%;

    z-index: 9999999;

    width: 300px;
    height: auto;
    color: red;

    background-color: #333;
}

.xs-menu .search-form .searchfield {
    width: 200px;
}

.xs-menu .search-form .searchsubmit {
    margin-right: 30px;
}

.xs-menu ul {
    margin-top: 1em;
}

.xs-menu ul .menu-item-has-children {
    width: 100%;
}

.xs-menu ul .menu-item-has-children {
    background: none;
    border: 0;
}

.xs-menu ul .menu-item-has-children ul {
    margin-left: 15px;
}

.xs-menu ul li {
}

.xs-menu ul li.current-menu-item {
    background-color: #4dc7ec;
}

.xs-menu ul li a:hover {
    text-decoration: none;
    background-color: #4dc7ec;
}

.xs-menu ul li a {
    display: block;
    color: #fff;

    padding: 15px;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
    .header {
        height: 100px;
    }
    .logo-cont {
        margin: 10px 0 0 0;
        text-align: center;
        float: none;
    }
    .logo-cont img {
        height: 75px;
    }
    .top-items {
        margin: 0 0.5em 0 0;
    }
    .top-items img {
        margin: 0 1em 0 0;
    }
    .top-contact {
        font-size: 1em;
    }
    .prt-descr {
        margin-left: 115px;
    }
    .prt-descr p {
        max-height: 50px;
        overflow: hidden;
    }
    .property-item {
        height: 200px;
    }
    .caption-price, .price {
        font-size: 1.5em;
    }
    h1 {
        font-size: 2em;
    }
    .prt-details-item img {
        margin: 0 0.5em 0 0;
    }
    .title {
        font-size: 2em;
    }
    .prt-title-cont .prt-title {
        font-size: 14px;
    }
    .bx-wrapper, .bx-viewport {
        height: 150px !important;
    }
    .bx-wrapper ul li div { height: 150px !important; }
    .left, .right {
            float: none;
            width: auto;
        }
}
.leftdata {
        float: left;
        width: 40%;
    }
    .rightdata {
        float: right;
        width: 60%;
        margin-top: 25px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .groupdata:after {
        content:"";
        display: table;
        clear: both;
    }
/*SEARCH*/

ul.search {
    margin-bottom: 1em;
    list-style: none;
}

ul.search li {
    display: block;
}

ul.search li a {
    font-size: 2em;
}

/*SERVICES TEMPLATE*/

.services-main {
    padding: 0;
}

.services-sidebar {
    background-color: #f0f0f0;
    float: right;
}

.services-sidebar .search-box {
    background-color: #f0f0f0;
}

.home-worth {
}

.home-worth h4, .home-move h4 {
    text-align: center;
}

.home-worth img, .home-move img {

}

/*TEAM*/
.team {
    margin-top: 1em;
}

.team > .team-member {
    /*border: 1px solid #f0f0f0;*/
    margin-top: 1em;
}

.team > .team-member ul {
    list-style: disc;
}

.team > .team-member ul > li {
    line-height: 0.9em;
}

.team > .team-member > .member-photo {
    overflow: hidden;
    text-align: center;
}

.team > .team-member > .member-photo img {
    height: 200px !important;
    width: auto !important;
}

/*MEMBER PAGE*/
.agent-page {
    overflow: hidden;
}

.agent-page > .agent-profile {
    overflow: hidden;

    height: 100%;

    background-color: #f0f0f0;
}

.agent-page > .agent-profile > .agent-name {
    font-weight: bold;
    text-align: center;

    font-size: 1.25em;
}

.agent-page > .agent-profile > .agent-post {
    text-align: center;

    margin-bottom: 1em;
}

.agent-page > .agent-profile > .agent-mail {
    /*margin-top: 1em;*/
}

.agent-page > .agent-profile > img {
    width: 100%;
    height: auto;
}

.agent-listings {

}

.agent-listings > .listing-heading {
    padding: 0.5em;

    background: #444;
    color: #fefefe;
}

.agent-breadcrumbs {
    padding: 0.5em;

    background: #444;
    color: #fefefe;
}

.agent-breadcrumbs a {
    color: #fefefe;
}

/*FORM*/

.input-wrap {
    border: 4px solid #d0d0d0;
    overflow: hidden;
    /*float: left;*/
    margin-bottom: 12px;
    padding: 0;
}

.input-wrap input {
    /*width: 270px;*/
    width: 100%;
    height: 24px;
    padding: 1px 5px;
    border: 1px solid #c0c0c0;
}
.input-wrap textarea {
    /*width: 270px;*/
    width: 100%;
    height: 123px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin: 0;
    display: block;
}

/*PAGINATION*/
.pager {
    margin-top: 3em;
}

.pager span, .pager a {
    padding: 1em;
    margin: 0 1em;

    background-color: #f0f0f0;

    color: #000;
}

.pager a:hover {
    text-decoration: none;
}

.pager .current {
    background-color: #c0c0c0;
}

/*EXTRA*/

.padding-0 {
    padding: 0;
}

.property-details-comment {
    clear: both;
    width: 99%;
    padding: 0px 0px 10px 1%;
}
hr {
    margin: 0px !important;
    border-top: 1px solid #999 !important;
}


@media screen and (max-width: 320px) {
    .property-image {
        float: left;
        width: 100%;
        height: 205px;
    }
}
@media screen and (min-width: 480px) {
    .property-image {
        float: none !important;
        margin: 0px auto;
        width: 425px;
        height: 330px;
    }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .property-detail-left {
        float: left;
        width: 100%;
    }
    .property-items {
        height: auto !important;
    }
    .property-features {
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }
    .property-features-right {
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }
    .property-detail-right {
        float: left;
        width: 100%;
        font-size: 0px;
    }
    .property-features h4, .property-features-right h4 {
        border-top: 1px solid #999;
        padding: 3px 0px;
    }
    .property-detail-right hr {
        display: none;
    }
    .property-details-comment {
        width: 100%;
        padding: 0px;
    }
    .property-details-comment h4 {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        padding: 3px 0px;
        padding-left: 10px;
    }
    .property-comments {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1285px){
.main-menu ul li a {
    font-family: droid-sansregular, sans-serif;
    font-size: 0.8em;
    color: #f0f0f0;
    text-decoration: none;
}
}

@media screen and (min-width: 1024px) {
    .property-detail-left {
        display: table-cell;
        width: 39.5%;
        padding-right: 1%;
    }
    .property-image {
        float: left;
        width: 100%;
        height: 330px;
    }
    .property-features {
        width: 328px;
        display: table-cell;
        padding-bottom:22px;
        vertical-align: top;
        border-right: 1px solid #999;
	height: 665px;
      
    }
    .property-detail-right {
        display: table-cell;
        width: 59.5%;
        height: 100%;
        vertical-align: top;
        font-size: 0px;
    }
    .property-features-right {
        display: table-cell;
        width: 328px;
        padding-bottom: 15px;
        vertical-align: top;
    }
}
@media only screen and (max-width: 991px){
.logo-cont {
    margin: 10px 0 40px;
}
}
