<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#agent-block-placeholder{
    display: none;
    clear: both;
}
/* style for form send house  */
.b-form{
    padding: 5px 15px 25px 15px;
    margin: 0;
}
.b-form h2{
    font-size: 17px;
    color: #fff;
    margin: 0;
}
.b-form h3{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.b-form h3{}
.b-form .b-label{
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    display: block;
    font-weight: bold;
}
.b-form .in-text{
    font-size: 13px;
    background: #fff;
    border: none;
    margin: 7px 0 5px;
}
.b-form .in-textarea{
    font-size: 13px;
    background: #fff;
    border: none;
    height: 155px;
    margin: 7px 0 5px;
}
.b-form .in-submit{
    font-size: 16px;
    border: none;
    text-transform: uppercase ;
    float: right;
    padding: 15px 34px;
    color: #fff;
    font-weight: bold;

    background: rgb(64,116,174); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,116,174,1) 0%, rgba(37,87,146,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,116,174,1)), color-stop(100%,rgba(37,87,146,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(64,116,174,1) 0%,rgba(37,87,146,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(64,116,174,1) 0%,rgba(37,87,146,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(64,116,174,1) 0%,rgba(37,87,146,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(64,116,174,1) 0%,rgba(37,87,146,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074ae', endColorstr='#255792',GradientType=0 ); /* IE6-9 */

}
.b-form .b-form-back{
    padding: 15px 34px 15px 24px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    background-image: url('../img/bg-button-back.png');
    background-position: 0 0;
    color: #fff;
    background: rgb(120,120,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(120,120,120,1) 0%, rgba(93,93,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,1)), color-stop(100%,rgba(93,93,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#5d5d5d',GradientType=0 ); /* IE6-9 */
    
}
.icon-arrow-back{

    font-weight: bold;
    background: url('../img/bg-button-back.png') 0 0 no-repeat;
    display: inline-block;
    width: 4px;
    height: 10px;
    margin: 0 10px 0 0;
}
.b-form-default{
    display: none;
    clear: both;
}
.b-popup{
    /*width: 500px;*/
}
.b-popup  .b-form{
}
.b-popup  .b-form h2{
    color: #40444d;
}
.b-popup  .b-form h3{
    color: #40444d;
}
.b-popup  .b-form .b-label{
    color: #40444d;
}
.b-popup  .b-form .in-textarea,
.b-popup  .b-form .in-text{
    border: 1px solid #d2d2d2;
    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.b-popup  .b-form .in-submit{
    margin: 0 132px 0 0;
    padding: 10px 14px;
}
.b-popup  .b-form .b-form-back{}

.b-search-zips {
    overflow: hidden;
}

@media only screen and (min-width: 460px) {
    .b-form-wrap,
    .b-form .b-label{

        margin: 10px auto;
        width: 300px;
    }
}
.form-message{
    padding: 20px;
    text-align: center;
    display: none;
}
.reveal-modal .close-reveal-modal {
    top: -1.1em;
    right: 0em;
    font-weight: normal;
}

/* style for map */


.map-content{
    /* width: 350px;
     height: 80px;*/
    font-family: arial;
    padding: 10px;
    border: 0;
    /*margin: 88px 0 0 0;*/
    background: rgba(255,255,255,0.8);
    box-shadow: 1px 0 1px rgba(0,0,0,0.2);

}
.map-content .street{
    color: #353535;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;

}
.map-content .city{
    color: #838281;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 3px 0 0;
}
.map-content-corner{
    position: absolute;
    bottom: -7px;
    left: 10px;

    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: rgba(255,255,255,0.8) transparent transparent transparent;


}
img[src="/js/fancybox/fancy_close.png"]{
    z-index: 1;
}
.expandable{
    display: none;
}
#capitalArea.expandable{
    display: block;
}
.b-house-param .b-house-param-price {
    font-size: 18px;
    color: #255893;
    margin: 5px 0 5px 17px;
}
.b-search{
    position:relative;
}
.b-search-btn{
    position: absolute;
    top: 18px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
}
.b-search-btn-close{
    background: url("../img/bg-close.png");

}
.b-search-btn-open{
    background: url("../img/bg-plus.png");

}
.b-search-head-title{
    display:none;
}
.b-form-reset-btn{
    border:none;
    padding: 14px 14px 14px 14px;
    font-size: 13px;
    margin: -10px 0 0 15px;
    float: left;
    font-weight: bold;
    background-image: url('../img/bg-button-back.png');
    background-position: 0 0;
    color: #fff;
    background: rgb(120,120,120);
    background: -moz-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(93,93,93,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,1)), color-stop(100%,rgba(93,93,93,1)));
    background: -webkit-linear-gradient(top, rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%);
    background: -o-linear-gradient(top, rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%);
    background: -ms-linear-gradient(top, rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%);
    background: linear-gradient(to bottom, rgba(120,120,120,1) 0%,rgba(93,93,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#5d5d5d',GradientType=0 );
}

.b-search-btn-title{
    position: absolute;
    top: 22px;
    right: 39px;
    height: 20px;
    display: block;
    z-index: 10;
    width: 100px;
    text-align: right;
    font-size: 13px;

}

/* style for news */
.b-news-widget{}
.b-news-widget .b-content-title{
    font-size: 14px;
    color: #000;
    margin: 15px 0 10px 0;
}

.news-widget-title{}
.default .news-widget-title{
    display: none;
}

.b-news-widget .b-content-title a{
    color: #293547;
}
.b-news-widget .b-widget-preview {
    float:left;
    width: 30%;
}
.b-news-widget .b-widget-intro {
    font-size: 13px;
    color:#000;
    float:left;
    width: 70%;
}
.b-news-widget .b-widget-preview img{
    width: 100%;
}
.b-news-widget .b-widget-intro p{
    margin:0 0 0 10px;
}</pre></body></html>