.property.span3 {
    min-height: 306px;
}

table.contact td {
    white-space: pre-wrap;
}

.pagination .disabled a, .pagination .disabled a:hover {
    opacity: 0.6;
    background-color: #d0d0d0;
    cursor: default;
    color: #505050;
}

form.contact-form input[type=email] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

form.contact-form input[type=email] {
    height: 40px;
}

.filter-horizontal .side_filter {
    bottom: 120px;
    background-color: #0581B5;
    position: absolute;
    right: 0;
    padding: 25px 0;
    width: 270px;
}

.filter-horizontal .content form {
    padding: 0px 20px;
}

.filter-horizontal .content form .bx-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #0581B5;
    margin: 0px auto;
}

.filter-horizontal .content select {
    float: left;
    width: auto;
}

.property-filter .general .chzn-container {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
}

.filter-horizontal .content .btn {
    background-color: #78CF18;
    float: right;
    padding: 8px 50px;
    width: auto;
    margin: 0;
    margin-left: 4px;
}

.filter-horizontal .content form .bx-viewport {
    background-color: #fdfdfd;
    width: 936px;
    margin: 0 auto;
    overflow: hidden;
}

.filter-horizontal .content form .property-types {
    width: 915%;
    position: relative;
    background: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.building-area {
    background-image: url('/img/markers/studia.png');
    width: 100px;
    border-left: 1px solid #F0F0F0;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.apartment {
    background-image: url('/img/markers/apartment1.png');
    width:115px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.villa {
    background-image: url('/img/markers/penthouse.png');
    width:116px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.townhouse {
    background-image: url('/img/markers/townhouse.png');
    width:115px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.condo {
    background-image: url('/img/markers/dom.png');
    width:78px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.cottage {
    background-image: url('/img/markers/uchastok.png');
    width:99px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type.single-home {
    background-image: url('/img/markers/biznes.png');
    width:95px;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-repeat: no-repeat;
    background-position: 15% 50%;
    border-right: 1px solid #f0f0f0;
    height: 38px;
    padding: 15px;
    position: relative;
    width: 38px;
    background-image: url("/img/markers/other.png");
    background-size: 38px 38px;
    float: left;
}

.filter-horizontal .content form .bx-wrapper .property-types .property-type label {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: #1b1b1b;
    font-weight: normal;
    margin-top: 9px;
    margin-left: 50px;
}
.item-label {
    background: url("/img/icons/active_filter.png") no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    content: ' ';
}

.infobox .image img {
    width: 100px;
}

.properties-grid .property div.price {
    padding: 5px 7px 5px 16px;
}

#main {
    margin-top: 10px;
}

.site-phone span {
    display: block;
    line-height: 50px;
}

.frontpage-table tr {
    vertical-align: top;
}

.property-filter.filter-horizontal {
    padding: 0;
}