html,
body {
    height: 100%;
}
h1 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 2.0em;
    font-weight: normal;
}
h2 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
}
h3 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 1.4em;
    font-weight: normal;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/*.wrap > .container {
    padding: 70px 15px 20px;
}*/

.footer {
    /*height: 80px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #ffffff;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.files-block{
    padding: 10px 0;
}

.form-actions{
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}
.apartment-equipment-form label {
    margin: 5px;
}
.breadcrumb li {
    font-size: 0.8em;
}
.label-digit {
    position: relative;
    top: 2px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 5px 8px 5px;
    text-shadow: none;
    background: #a4a4a4;
}
.apartment-search {
    margin-bottom: 30px;
}
.slider.slider-horizontal .slider-track {
    height: 7px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
    box-shadow: 0 1px 0 white, inset 0 1px 0 #707070;
}
.slider.slider-horizontal .slider-track .slider-selection{
    background-color: #004284;
    border-radius: 3px;
    box-shadow: 0 1px 0 white, inset 0 1px 0 #707070;
    background-image: none;
}
.slider-handle{
    background-image: linear-gradient(to top, #033869 0%, #006ad3 100%);
    left: 0%;
}
.slider.slider-horizontal {
    width: 100%;
    height: 30px;
    float: left;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -7px;
}
.slider-track-low, .slider-track-high {
    background-color: #aaa;
    box-shadow: 0 1px 0 white, inset 0 1px 0 #707070;
}

.form-inline .field-filterapartmentsearch-price_range {
    max-width: 385px !important;
    height: 56px !important;
}

.form-inline .field-filterapartmentsearch-price_range > span > b {
    height: 28px;
    min-width: 72px;
    background-color: #fafafa;
    border: 1px solid rgba(67, 67, 67, 0.6);
    border-radius: 5px;
    box-shadow: inset 0 2px 3px #8a9798;
    color: #262626;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.slider .tooltip.top {
    display: none;
}
.slide-desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPgAAAAJCAMAAAAowRGFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAZlBMVEWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr////iXOOKAAAAIHRSTlMACWKSKJDvVgW+/uEEH4TndIVm+mfoIFe/BimR8Apjk21TsloAAAABYktHRCHEbA0WAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVRIx+WVxw6AMAxDw2zZlL3x/38lUIGQuEMl8k6xT46iJEQnlu3Q73Fs6+G4ng9hOtb7CPiee0spghCIYtOx3ieOgDAQUoskzXCQm071BbluNVMJUVGCIWW1T1zV3CZeq0Yr2XaMdhxd29/OMDK56tM4PLx5YfDH12W+yg0+4SaGsOW61gAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    max-width: 220px;
    margin: 0 auto;
    min-height: 26px;
}
.room_count {
    background-color: #e5e7e8;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 0 white;
}
.room_count label {
    color: #262626 !important;
    font-size: 24px;
    font-weight: 500;
    border: 0;
    border-right: 1px solid #aaa;
}
.room_count label:last-child {
    border: 0;
}
.room_count label.active {
    color: #fffefe !important;
    background-image: linear-gradient(to top, #03386a 0%, #04519b 100%);
    border-radius: 5px 0px 0px 5px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    min-width: 160px;
    text-align: center;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index:3;
    color:#5F5E5E;
    background-color:#ececec;
    border-color:#dddddd;
    cursor:default
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color:#656565;
    background-color:#ececec;
    border-color:#dddddd;
    cursor:not-allowed
}
.item-object_view{
    height: 340px;
    overflow: hidden;
}

.thumbnail a img{
    width: 86%;
}

.thumbnail-img{
    padding-top: 6px;
}
.thumbnail-name{
    padding-top: 5px;
}
.thumbnail-text{
    font-weight: 700;
    display: block;
    height: 33px;
}

.phone{
    padding-bottom:7px;
    margin-right: -19px;
}

.fotorama__wrap{
    margin:auto;
}
.object-text{
    font-size: 18px;
}
@media (max-width: 480px) {
    .hidden_phone {
        display: none !important;
    }
}

/* Slider responsive */
@media (max-width: 767px) {
    .slider-width {
        width: 80% !important;
        margin: 0 auto;
       /* white-space: nowrap;*/
    }
    .mobile-padding{
        padding: 0px;
    }

    .item-object_view{
        height: auto;

    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 1.4em;
    }
    h2 {
        font-size: 1.4em;
    }

    .slider-width {
        width: 75% !important;
        margin: 0 auto;
        white-space: nowrap;
    }
    .mobile-padding{
        padding: 0px 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-width {
        width: 60% !important;
        margin-right: 5%;
        white-space: nowrap;
    }
    .mobile-padding{
        padding: 0px 5px;
    }

    .item-object_view{
        height: 300px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .slider-width {
        width: 50% !important;
        margin-right: 5%;
        white-space: nowrap;
    }
    .mobile-padding{

    }
}

.site-urls a{
    display: block;
}

.mobile-padding-zero{
    padding: 0px;
}
[data-toggle="custom-buttons"]>.btn input[type="radio"],
[data-toggle="custom-buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="custom-buttons"]>.btn input[type="checkbox"],
[data-toggle="custom-buttons"]>.btn-group>.btn input[type="checkbox"] {
    position:absolute;
    clip:rect(0, 0, 0, 0);
    pointer-events:none
}