html {
    min-height: 100%;
    position: relative;
}

body {
    background-color: #fafafa;
    margin-bottom: 60px;
}

a,
a:hover,
a:focus,
a:active {
    color: #333;
    outline: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
}

.btn-square {
    border-radius: 0;
}

.btn-win {
    color: #003300;
    background-color: #99cc01;
    border-color: #003300;
}

.btn-win:hover,
.btn-win:focus,
.btn-win:active,
.btn-win.active,
.open .dropdown-toggle.btn-win {
    color: #fff;
    background-color: #003300;
    border-color: #003300;
}

.btn-win:active,
.btn-win.active,
.open .dropdown-toggle.btn-win {
    background-image: none;
}

.btn-win.disabled,
.btn-win[disabled],
fieldset[disabled] .btn-win,
.btn-win.disabled:hover,
.btn-win[disabled]:hover,
fieldset[disabled] .btn-win:hover,
.btn-win.disabled:focus,
.btn-win[disabled]:focus,
fieldset[disabled] .btn-win:focus,
.btn-win.disabled:active,
.btn-win[disabled]:active,
fieldset[disabled] .btn-win:active,
.btn-win.disabled.active,
.btn-win[disabled].active,
fieldset[disabled] .btn-win.active {
    background-color: #99cc01;
    border-color: #386e18;
}

.btn-win .badge {
    color: #003300;
    background-color: #fff;
}

.modal-header {
    background-color: #003300;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

.modal-header a {
    color: #fff;
}

.modal-header .close {
    color: #fafafa;
    margin-top: 15px;
}

.modal-header .close:hover {
    color: #fff;
}

.slider.slider-horizontal {
    margin: 0;
    max-width: 100%;
}

.slider.slider-horizontal .slider-track {
    border-radius: 0;
}

.slider-track-low, .slider-track-high {
    border-radius: 0;
}

.slider-handle {
    background: #003300;
}

.footer {
    background-color: #003300;
    bottom: 0;
    color: #fff;
    line-height: 18px;
    padding: 7px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1030;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #fff;
    font-style: italic;
}

.footer a:hover {
    color: #99cc00;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

#navbar-main {
    background-color: #003300;
    border: 0;
}

#navbar-main .navbar-brand {
    height: 55px;
    max-height: 55px;
    padding: 0 15px;
}

#navbar-main .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 17px;
    padding-top: 18px;
}

#navbar-main .navbar-nav>li:hover>a {
    background-color: #99cc01;
    color: #000;
}

#navbar-main .navbar-nav>.active>a,
#navbar-main .navbar-nav>.active:hover>a {
    background-color: #99cc01;
    color: #000;
}

#navbar-main .navbar-toggle {
    padding: 11px 10px 12px 10px;
}

#navbar-main .navbar-collapse {
    border-color: #000;
}

#filters {
    background-color: #99cc01;
    padding: 3px 0;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 1020;
}

#filters .form-group {
    margin-bottom: 0;
}

#filters #form-group-type {
    text-align: left;
    width: 200px;
}

#filters .multiselect {
    margin-top: 2px;
}

.multiselect-container.dropdown-menu>li>a:focus {
    background-color: inherit;
}

.multiselect-container.dropdown-menu>li>a:hover {
    background-color: #99cc01;
}

.multiselect-container .multiselect-selected {
    background-color: #fff;
    color: #333;
}

#content {
    margin-top: 90px;
}

#content-filter {
    margin-top: 90px;
}

.prop {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-top: 30px;
}

#prop {
    margin-top: 15px;
}

.prop h2,
#prop h2 {
    margin-top: 0;
}

.prop h2 a,
#prop h2 a {
    text-decoration: none;
}

.prop h2,
#prop h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}

.prop p,
#prop p {
    font-style: italic;
}

.prop .tel,
#prop .tel {
    background: none;
    box-shadow: none;
    color: #003300;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 0;
}

#prop .tel {
    font-size: 18px;
}

@media all and (max-width: 767px) {
    #filters {
        position: absolute;
    }

    #navbar-main .navbar-brand {
        max-width: 68%;
    }

    .modal-header .address {
        display: none;
    }

    .modal-header .phone {
        padding-bottom: 9px;
    }

    #filter-type {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .width-600-xs {
        max-width: 600px;
    }

    .pull-none-xs {
        float: none !important;
    }

    .prop h2 {
        margin-top: 15px;
    }

    .prop .tel,
    #prop .tel {
        font-size: 16px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    #navbar-main .navbar-nav>li>a {
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media all and (max-width: 991px) {
    #content-filter {
        margin-top: 115px;
    }

    #filters #form-group-type {
        text-align: center;
        width: auto;
    }

    .footer {
        position: absolute;
    }

    .width-600-sm {
        max-width: 600px;
    }

    .pull-none-sm {
        float: none !important;
    }
}