.radio,
.checkbox {
    margin: 0px
}

select {
    cursor: pointer
}

form .form-group .form-control {
    padding: 0.375rem 0.75rem 0.375rem 0.25rem
}

form .form-group .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: none
}

.form-inline label {
    width: auto;
    margin-right: 7px;
    margin-bottom: .550rem;
    margin-top: .550rem
}

.colored input[type="checkbox"]:checked+label::before,
.colored input[type="radio"]:checked+label::before {
    background-color: #C39F75;
    border-color: #C39F75
}

.colored input[type="checkbox"]:checked+label::after,
.colored input[type="radio"]:checked+label::after {
    color: #fff
}

body {
    background: #f5f7f9;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px
}

body>div {
    background: #fff
}

body>div#boxed-width {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff
}

body>div#full-width {
    width: 100%;
    background: #fff
}

body>div#full-width div.container {
    width: 96% !important;
    max-width: 96% !important
}

p {
    line-height: 20px
}

a {
    color: #C39F75
}

a:hover {
    color: #C39F75;
    text-decoration: underline
}

.btn-link {
    background: transparent;
    border: 1px solid #eaeaea;
    padding: 6px 12px;
    color: #C39F75
}

.btn-link:hover {
    background: #eaeaea;
    text-decoration: none;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

button {
    background: transparent;
    border: 2px solid #C39F75;
    padding: 6px 12px;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

button:hover {
    background: #C39F75;
    color: #fff
}

div.btn-group {
    width: 100%
}

div.btn-group label.btn {
    display: block;
    float: left;
    width: auto;
    color: #888;
    padding: 10px 16px 10px 15px;
    font-size: 0.8em;
    text-transform: uppercase;
    border: 1px solid #eaeaea
}

div.btn-group label.btn:before {
    display: inline;
    float: left;
    text-align: left;
    width: 18px;
    font-family: 'FontAwesome';
    content: '\f00d'
}

div.btn-group label.btn.active {
    color: #C39F75 !important;
    background: #eaeaea
}

div.btn-group label.btn.active:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #C39F75
}

div.btn-group label.btn:hover {
    z-index: 1
}

a.social-icon {
    width: 26px;
    height: 26px;
    line-height: 28px;
    display: block;
    text-align: center
}

a.social-icon i.fa {
    color: #fff;
    font-size: 14px !important;
    margin: 0px
}

a.social-icon.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

a.social-icon.facebook {
    background: #3b5998
}

a.social-icon.twitter {
    background: #4099FF
}

a.social-icon.gplus {
    background: #dd4b39
}

a.social-icon.youtube {
    background: #cc181e
}

a.social-icon.youtube i.fa {
    font-size: 20px !important;
    margin: 3px 0 0 2px
}

a.social-icon.linkedin {
    background: #0075B5
}

a.social-icon.linkedin i.fa {
    position: relative;
    top: -1px
}

.tag-wrapper {
    position: absolute;
    top: 0px;
    z-index: 1
}

.tag-wrapper label.tag {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 12px;
    margin: 0px;
    display: inline-block;
    float: left;
    clear: left
}

.tag-wrapper label.info {
    background: #a7a9ac;
    color: #fff
}

.tag-wrapper label.develo {
    background: #444;
    color: #fff
}

.tag-wrapper label.reserved {
    background: #a7a9ac;
    color: #fff
}

.tag-wrapper label.new {
    background: #444;
    color: #fff
}

.tag-wrapper label.sell {
    background: #444;
    color: #fff
}

.modal-sm .modal-header button.close,
.modal-lg .modal-header button.close {
    margin-top: 0px;
    font-size: 18px
}

.modal-sm .modal-header button.close:hover,
.modal-lg .modal-header button.close:hover {
    background: transparent
}

.modal-sm .modal-body .form-group label,
.modal-lg .modal-body .form-group label {
    padding: 0.5em 0;
    color: #444;
    font-weight: bold
}

.modal-sm .modal-body .form-group textarea,
.modal-lg .modal-body .form-group textarea {
    min-height: 100px
}

.modal-sm .modal-footer button,
.modal-lg .modal-footer button {
    padding: 6px 24px;
    font-size: 0.9em
}

.modal-sm .modal-footer button.btn-primary,
.modal-lg .modal-footer button.btn-primary {
    background: #C39F75;
    border: 2px solid #C39F75;
    color: #fff;
    float: right
}

.modal-sm .modal-footer button.btn-secondary,
.modal-lg .modal-footer button.btn-secondary {
    background: transparent;
    border: 2px solid #C39F75;
    color: #C39F75;
    float: left
}

@media only screen and (min-width: 768px) {
    .modal-sm {
        width: 400px
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

h1.head {
    color: #444;
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px
}

h1.head.left {
    text-align: left;
    font-size: 28px;
    font-weight: normal
}

h1.head.left a.button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px 0 50px;
    float: right;
    text-transform: uppercase;
    background: #C39F75;
    color: #fff;
    font-size: 0.66em;
    letter-spacing: 0.05em
}

h1.head.left a.button .circle {
    display: block;
    width: 100px;
    height: 34px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute
}

h1.head.left a.button .circle:after {
    content: '';
    width: 34px;
    height: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    background: transparent;
    position: absolute;
    top: -13px;
    left: -30px;
    border: 30px solid #fbfbfb
}

@media only screen and (max-width: 992px) {
    h1.head.left a.button {
        float: right;
        margin-top: 0px;
        margin-left: -20px
    }
}

@media only screen and (max-width: 544px) {
    h1.head.left a.button {
        float: left;
        margin-right: 20px;
        margin-left: -20px
    }
}

@media only screen and (max-width: 768px) {
    h1.head.left {
        overflow: auto
    }
}

h1.head.heading {
    text-align: left !important;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 30px
}

h2 {
    color: #444
}

h2.head {
    color: #444;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 30px
}

h2.head.left {
    text-align: left
}

h4 {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px
}

p.subhead {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 60px
}

p.subhead.left {
    text-align: left;
    width: 60%;
    margin: 0px;
    margin-top: -30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    p.subhead.left {
        width: 100%;
        text-align: center
    }
}

.sticky-banner {
    width: 45px;
    height: 300px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    margin-top: -150px;
    left: 0
}

@media only screen and (max-width: 768px) {
    .sticky-banner {
        display: none
    }
}

.form-wrapper {
    padding: 30px 0
}

.form-wrapper button {
    width: 100%
}

input,
textarea {
    padding: 0.5em !important
}

input.checksum {
    width: 80px
}

.c-select {
    height: 34px
}

form label {
    color: #888;
    width: 100%
}

form span {
    color: #C39F75
}

form textarea {
    min-height: 201px;
    overflow: hidden;
    resize: none
}

form button {
    padding: 10px 60px;
    float: right
}

.table th,
.table td {
    padding: 0.75rem 0.25rem
}

.submenu h4 {
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .submenu h4 {
        text-align: center
    }
}

.submenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

.submenu ul li {
    margin-bottom: 10px
}

.submenu ul li a {
    color: #C39F75
}

@media only screen and (max-width: 992px) {
    .submenu ul li {
        text-align: center
    }
}

.submenu ul li:last-child {
    margin-bottom: 0px
}

@media only screen and (max-width: 544px) {
    .submenu {
        margin-bottom: 40px
    }

    .submenu h4 {
        margin-bottom: 20px
    }
}

section#welcome {
    background: #fbfbfb;
    padding: 30px 0 30px 0;
    border-bottom: 2px solid #eaeaea
}

section#welcome h1 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase
}

section#welcome div.buttons-offers {
    padding-top: 0px;
    padding-bottom: 50px
}

section#uvod {
    padding-top: 30px
}

section#uvod h3 {
    margin-bottom: 15px
}

section#uvod div.kontakt {
    text-align: center;
    border: 2px solid #eaeaea;
    padding-top: 20px;
    width: 30%;
    float: right;
    margin-right: .9375rem
}

section#uvod div.kontakt img {
    width: 70%;
    margin-top: -20px;
    margin-bottom: 10px
}

section#uvod div.kontakt p.kontakt {
    margin-bottom: 20px
}

section#uvod div.kontakt div.social {
    margin-bottom: 25px
}

section#uvod div.kontakt div.social a.social-icon {
    display: inline-block;
    margin: 0 5px
}

@media only screen and (max-width: 992px) {
    section#uvod div.kontakt {
        width: 40%
    }
}

@media only screen and (max-width: 992px) {
    section#uvod div.kontakt {
        float: none;
        clear: both;
        width: 60%;
        margin: 0 auto;
        margin-top: 30px
    }
}

ul.nav-tabs {
    border-bottom: 2px solid #dee0ef
}

ul.nav-tabs .nav-link.active,
ul.nav-tabs .nav-link.active:focus,
ul.nav-tabs .nav-link.active:hover,
ul.nav-tabs .nav-item.open .nav-link,
ul.nav-tabs .nav-item.open .nav-link:focus,
ul.nav-tabs .nav-item.open .nav-link:hover {
    border-color: #dee0ef
}

ul.nav-tabs .nav-link.active,
ul.nav-tabs .nav-link.active:focus,
ul.nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid transparent
}

ul.nav-tabs .nav-link:hover {
    border: 1px solid #e9eaf1;
    border-bottom: none
}

ul.nav-tabs li.nav-item {
    margin-bottom: -2px
}

ul.nav-tabs li.nav-item a {
    padding: .75em 1.5em
}

ul.nav-tabs li.nav-item a.active {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

@media only screen and (max-width: 992px) {
    ul.nav-tabs li.nav-item {
        width: 100%;
        margin-left: 0px !important
    }

    ul.nav-tabs li.nav-item a {
        text-align: center;
        border: 1px solid #eaeaea
    }

    ul.nav-tabs li.nav-item a.active,
    ul.nav-tabs li.nav-item a.active:focus,
    ul.nav-tabs li.nav-item a.active:hover {
        border-bottom: 1px solid #dee0ef
    }
}

#map {
    margin: auto;
    width: 100%;
    margin-bottom: 30px
}

#map.search-results-map {
    height: 500px
}

@media only screen and (max-width: 768px) {
    #map.search-results-map {
        height: 300px
    }
}

div.search-result-legend label {
    float: left;
    margin-right: 20px
}

div.search-result-legend label img {
    margin-right: 10px
}

table.offers-table-view tr {
    border-bottom: 2px solid #fbfbfb
}

table.offers-table-view tr th {
    border: none
}

table.offers-table-view tr th i.fa {
    margin-right: 8px
}

table.offers-table-view tr th.nazov {
    width: 25%
}

table.offers-table-view tr th.lokalita {
    width: 20%
}

table.offers-table-view tr th.typ,
table.offers-table-view tr th.druh,
table.offers-table-view tr th.vymera,
table.offers-table-view tr th.cena {
    text-align: center
}

table.offers-table-view tr td {
    padding-top: 18px;
    padding-bottom: 18px
}

table.offers-table-view tr td img {
    max-width: 100px
}

table.offers-table-view tr td span.noimage {
    display: block;
    width: 100px;
    height: 55px;
    background: transparent url("/template/css/img/bap-logo.svg?r=4") no-repeat left center;
    background-size: 60%
}

table.offers-table-view tr td small.status {
    color: #C39F75;
    font-size: 0.88em
}

table.offers-table-view tr td.nazov {
    width: 25%
}

table.offers-table-view tr td.lokalita {
    width: 20%
}

table.offers-table-view tr td.typ,
table.offers-table-view tr td.druh,
table.offers-table-view tr td.vymera,
table.offers-table-view tr td.cena {
    text-align: center
}

table.offers-table-view tr:hover {
    cursor: pointer
}

table.offers-table-view tr:hover td {
    background: #eaeaea
}

section#content {
    padding: 60px 0 50px 0;
    border-bottom: 2px solid #eaeaea
}

section#content .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section#content .content-wrapper section {
    padding-top: 0px
}

section#content .content-wrapper .main p.subhead,
section#content .content-wrapper .sub p.subhead {
    width: 90%
}

@media only screen and (max-width: 992px) {

    section#content .content-wrapper .main p.subhead,
    section#content .content-wrapper .sub p.subhead {
        width: 100%
    }
}

section#content .content-wrapper .sub .submenu {
    margin-bottom: 40px
}

section#content .content-wrapper .sub .submenu h4 {
    text-align: left !important;
    margin-bottom: 20px
}

section#content .content-wrapper .sub .submenu ul li {
    text-align: left !important
}

section#content .content-wrapper .sub .submenu:first-child {
    margin-top: 7px
}

section#content .content-wrapper .sub.left {
    padding-right: 50px
}

section#content .content-wrapper .sub.right {
    padding-left: 50px
}

@media only screen and (max-width: 768px) {
    section#content .content-wrapper .sub.hide-sm-down {
        display: none
    }
}

section#content .content-wrapper .left {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

section#content .content-wrapper .right {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

section#content .content-wrapper.text {
    display: block !important
}

@media only screen and (max-width: 768px) {
    section#content .content-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    section#content .content-wrapper .sub {
        padding: 50px !important
    }
}

section#offers {
    padding: 60px 0 20px 0;
    border-bottom: 2px solid #fbfbfb
}

section#offers div.banners {
    width: 100%;
    margin-top: 50px
}

section#offers div.banners .offer .text-wrapper {
    min-height: auto;
    height: 80px;
    border: none;
    overflow: hidden
}

section#offers .offer {
    margin-bottom: 15px
}

section#offers .offer.develo {
    margin-bottom: 30px
}

section#offers .horizontal-filter {
    margin: 0 0 30px 0
}

section#offers .horizontal-filter .offers-filter {
    width: auto;
    float: right
}

section#offers .horizontal-filter .offers-filter label {
    margin: 0px;
    margin-left: 10px;
    padding: 8px 16px
}

@media only screen and (max-width: 544px) {
    section#offers .horizontal-filter .offers-filter label {
        width: 100%;
        margin: 5px 0;
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    section#offers .horizontal-filter .offers-filter {
        width: 100%;
        margin: 0px
    }
}

@media only screen and (max-width: 992px) {
    section#offers .horizontal-filter .offers-filter {
        float: left;
        margin: 10px 0 0 0
    }

    section#offers .horizontal-filter .offers-filter label:first-child {
        margin-left: 0px
    }
}

section#offers .horizontal-filter .change-grid {
    float: right;
    margin-left: 20px
}

section#offers .horizontal-filter .change-grid button {
    background: transparent;
    color: #888;
    border: none;
    text-align: right;
    padding: 10px 0px;
    margin-left: 10px;
    height: 34px;
    transition: color 250ms ease
}

section#offers .horizontal-filter .change-grid button:hover {
    color: #C39F75
}

@media only screen and (max-width: 1200px) {
    section#offers .horizontal-filter .change-grid button.tablelist {
        display: none
    }
}

@media only screen and (max-width: 544px) {
    section#offers .horizontal-filter .change-grid {
        display: none
    }
}

section#offers .table-view-head {
    display: none;
    width: 100%;
    background: #C39F75;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

section#offers .table-view-head label.nazov {
    float: left;
    width: 15%
}

section#offers .table-view-head .head-wrapper {
    overflow: auto;
    float: left;
    width: 85%
}

section#offers .table-view-head .head-wrapper label {
    float: left;
    text-align: center;
    font-size: 0.9em
}

section#offers .table-view-head .head-wrapper label.adresa {
    margin-left: 25%;
    width: 25%;
    text-align: left
}

section#offers .table-view-head .head-wrapper label.typ,
section#offers .table-view-head .head-wrapper label.druh,
section#offers .table-view-head .head-wrapper label.velkost {
    width: 10%;
    margin: 0 1%
}

section#offers .table-view-head .head-wrapper label.cena {
    width: 14%
}

section#offers .table-view-head.visible {
    display: inline-block !important
}

.buttons-offers {
    padding: 80px 0;
    border-bottom: 2px solid #fbfbfb
}

.buttons-offers button {
    position: relative;
    background: transparent;
    border: 2px solid #C39F75;
    display: block;
    width: 100%;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    padding-right: 130px;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

.buttons-offers button:hover {
    background: #C39F75;
    color: #fff
}

.buttons-offers button>i.fa {
    color: #C39F75;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    font-size: 0.9em
}

.buttons-offers button>i.fa:hover>i.fa {
    color: #f5f7f9
}

@media only screen and (max-width: 992px) {
    .buttons-offers button {
        margin-bottom: 10px !important
    }

    .buttons-offers .container .row div:last-child button {
        margin-bottom: 0px !important
    }
}

section#text {
    background: #fbfbfb;
    padding: 50px 0
}

section#text .item {
    margin-bottom: 30px;
    height: 225px
}

section#text .item h3 {
    color: #C39F75;
    margin-bottom: 15px;
    font-weight: normal
}

@media only screen and (max-width: 992px) {
    section#text .item {
        height: auto
    }
}

section#text.subscribe {
    background: #fff
}

section#text.subscribe h1 {
    text-transform: uppercase;
    margin-bottom: 30px
}

section#text.subscribe form {
    margin-top: 50px
}

section#text.subscribe form input {
    width: 30%;
    max-width: 300px
}

section#text.subscribe form button {
    float: none;
    height: 36px;
    padding: 0 20px;
    margin-left: 10px;
    color: #fff;
    border: none;
    background: #C39F75
}

@media only screen and (max-width: 768px) {
    section#text.subscribe form input {
        width: 80%;
        max-width: 80%;
        margin-bottom: 10px
    }

    section#text.subscribe form button {
        width: 80%;
        margin: 0
    }
}

section#text.subscribe .item {
    height: inherit;
    margin-bottom: 0;
    text-align: center
}

section#text.subscribe .item a.button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin-top: 30px;
    text-transform: uppercase;
    background: #C39F75;
    color: #fff;
    letter-spacing: 0.05em
}

.breadcrumb {
    height: 20px;
    padding: 0px;
    margin: 0 0 20px 0;
    background: transparent
}

.breadcrumb a {
    color: #a7a9ac;
    font-size: 0.9em
}

.breadcrumb .active {
    color: #a7a9ac
}

.breadcrumb li+li::before {
    color: #a7a9ac;
    font-size: 10px;
    padding: 0 15px;
    font-family: 'FontAwesome';
    content: '\f0da'
}

.list-group {
    padding: 20px 0;
    border-top: 2px solid #eaeaea
}

.list-group .list-group-item {
    overflow: auto;
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none
}

.list-group .list-group-item span {
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.list-group.buttons {
    padding: 0px;
    border: none
}

section#blog {
    padding: 60px 0
}

section#blog div.post div.img-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

section#blog div.post div.img-wrapper img {
    width: 100%;
    height: auto
}

section#interesting {
    padding: 50px 0
}

.navbar-full {
    z-index: auto
}

header {
    position: relative
}

header .navbar {
    background: #fff;
    color: #C39F75;
    height: 100px;
    width: 100%;
    padding: 0px
}

header .navbar .mail,
header .navbar .phone,
header .navbar .address {
    display: block;
    float: right;
    height: 100px;
    line-height: 100px;
    margin-left: 60px
}

header .navbar .mail i.fa,
header .navbar .phone i.fa,
header .navbar .address i.fa {
    color: #C39F75;
    font-size: 2.15em;
    display: block;
    float: left;
    margin-top: 34.5px;
    margin-right: 15px
}

header .navbar .mail strong,
header .navbar .phone strong,
header .navbar .address strong {
    display: block;
    float: right;
    font-size: 1.15em;
    letter-spacing: 1px;
    color: #444;
    line-height: 100px
}

@media only screen and (max-width: 1200px) {

    header .navbar .mail,
    header .navbar .phone,
    header .navbar .address {
        margin-left: 40px
    }
}

@media only screen and (max-width: 768px) {

    header .navbar .mail,
    header .navbar .phone,
    header .navbar .address {
        display: none
    }
}

header .navbar .mail strong {
    font-size: 1em
}

header .navbar .mail strong a {
    color: #444 !important
}

header .navbar .address {
    font-size: 0.8em
}

header .navbar .address i.fa {
    font-size: 1.5em;
    margin-top: 40.5px
}

header .navbar .address a {
    color: #C39F75 !important
}

@media only screen and (max-width: 992px) {
    header .navbar .address {
        display: none
    }
}

header .navbar .lang {
    float: right;
    clear: right;
    height: 40px;
    margin-top: 10px;
    margin-right: -0.5rem
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    header .navbar .lang {
        margin-top: 30px
    }
}

@media only screen and (max-width: 992px) {
    header .navbar .lang .submenu {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    header .navbar .lang .submenu {
        display: inline-block
    }

    header .navbar .lang .submenu .menunavbar {
        display: inline-block
    }

    header .navbar .lang .submenu .menunavbar a {
        font-size: 13px
    }
}

@media only screen and (max-width: 369px) {
    header .navbar .lang {
        float: none;
        clear: none;
        position: absolute;
        left: 0px;
        top: 40px
    }
}

header .navbar .submenu {
    float: right;
    clear: right;
    margin: 0px;
    height: 50px;
    line-height: 40px
}

header .navbar .submenu .menunavbar {
    line-height: 40px;
    border-top: none;
    float: right
}

header .navbar .submenu .menunavbar .container {
    padding: 0px
}

header .navbar .submenu .menunavbar .container ul.nav {
    width: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle
}

header .navbar .submenu .menunavbar .container ul.nav li {
    padding-left: 20px;
    float: none;
    margin: 0px
}

@media only screen and (max-width: 992px) {
    header .navbar .submenu {
        display: none
    }
}

header .navbar .navbar-brand {
    background: transparent url("/template/css/img/bap-logo.svg?r=4") no-repeat left center;
    background-size: auto 20px;
    background-position-y: center;
    padding: 0;
    margin: auto;
    text-align: center;
    min-width: 300px;
    color: #C39F75 !important;
    height: 100px;
    line-height: 100px
}

header .navbar .navbar-brand span {
    display: none
}

@media only screen and (max-width: 768px) {
    header .navbar .navbar-brand {
        color: #C39F75;
        width: 136px;
        min-width: 1px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 18px;
        background-size: auto 9px;
        background-position: center;
    }

    header .navbar .navbar-brand span {
        display: none
    }
}

header .navbar .navbar-toggler {
    height: 100px
}

@media only screen and (max-width: 768px) {
    header .navbar .navbar-toggler {
        height: 60px
    }
}

header .navbar button {
    color: #C39F75;
    background: transparent;
    padding: 0px
}

header .navbar button i.fa {
    font-weight: normal;
    font-size: 18px
}

header .navbar button.collapsed {
    color: #C39F75 !important;
    background: transparent !important
}

header .navbar button:hover {
    color: #C39F75 !important;
    background: transparent !important
}

header .navbar button.search {
    display: none;
    float: right
}

header .navbar button.menu {
    display: none;
    float: right;
    margin-left: 15px
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    header .navbar button.menu {
        display: block;
        height: 40px;
        width: 24px;
        float: right;
        margin-top: 29px
    }
}

@media only screen and (max-width: 768px) {
    header .navbar button {
        height: 60px
    }

    header .navbar button.menu,
    header .navbar button.search {
        display: block;
        color: #C39F75
    }
}

@media only screen and (max-width: 768px) {
    header .navbar {
        background: #fff;
        color: #C39F75;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding: 0px
    }
}

@media only screen and (max-width: 369px) {
    header .navbar {
        height: 100px;
        line-height: 50px
    }
}

header .menunavbar {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    background: #fff;
    border-top: 3px solid #C39F75;
    color: #666;
    text-align: justify
}

header .menunavbar ul.nav {
    padding: 0px;
    margin: 0px
}

header .menunavbar ul.nav li {
    display: inline-block;
    float: left;
    margin-right: 3%
}

header .menunavbar ul.nav li a,
header .menunavbar ul.nav li a:focus {
    color: #666;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

header .menunavbar ul.nav li a:hover {
    color: #666;
    text-decoration: underline
}

header .menunavbar ul.nav li a.active,
header .menunavbar ul.nav li a.active:hover,
header .menunavbar ul.nav li a.active:focus {
    color: #666;
    background: transparent;
    text-decoration: none
}

header .menunavbar ul.nav li:hover .dropdown-menu {
    display: block
}

header .menunavbar ul.nav li.open a.nav-link {
    color: #666 !important;
    background: transparent !important
}

header .menunavbar ul.nav .dropdown-menu {
    min-width: 150px !important;
    position: absolute;
    left: 50%;
    top: 75%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px;
    display: none
}

header .menunavbar ul.nav .dropdown-menu a,
header .menunavbar ul.nav .dropdown-menu a:hover,
header .menunavbar ul.nav .dropdown-menu a:focus {
    color: #666 !important;
    text-align: center;
    white-space: pre;
    padding: 5px 3px;
    text-transform: none;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #fbfbfb
}

header .menunavbar ul.nav .dropdown-menu a:last-child,
header .menunavbar ul.nav .dropdown-menu a:hover:last-child,
header .menunavbar ul.nav .dropdown-menu a:focus:last-child {
    border-bottom: none
}

header .menunavbar ul.nav .dropdown-menu a:hover {
    color: #444 !important;
    background: #fbfbfb !important
}

header .menunavbar ul.nav:after {
    content: "";
    display: inline-block;
    width: 100%
}

@media only screen and (max-width: 768px) {
    header .menunavbar {
        height: 40px;
        display: none;
    }
}

header #navbars-wrapper {
    position: absolute;
    top: 100px;
    z-index: 99999;
    width: 100%
}

@media only screen and (max-width: 768px) {
    header #navbars-wrapper {
        top: 60px
    }
}

header #menuNavbar {
    background: #C39F75
}

header #menuNavbar ul {
    padding: 0 .9375rem
}

header #menuNavbar ul>li {
    float: left;
    width: 100%;
    margin: 5px 0
}

header #menuNavbar ul>li a {
    color: #fff
}

header #menuNavbar ul li .dropdown-item {
    font-size: 0.88em;
    padding: 2px 10px;
    color: #666
}

header #searchNavbar {
    background: #fff
}

header #searchNavbar form {
    padding: 30px 0
}

header #searchNavbar form fieldset label {
    color: #444
}

header #searchNavbar form fieldset.type {
    margin-bottom: 0px
}

header #searchNavbar form fieldset.type label {
    margin-right: 10px;
    color: #888
}

header #searchNavbar form fieldset.button {
    margin-bottom: 0px
}

header #searchNavbar form fieldset.button button,
header #searchNavbar form fieldset.button button:hover {
    background: #C39F75;
    color: #fff;
    padding: 8px;
    width: 100%
}

header #searchNavbar form fieldset.button button i.fa,
header #searchNavbar form fieldset.button button:hover i.fa {
    margin-right: 10px
}

header #searchNavbar form fieldset.button button span.pocetponuk,
header #searchNavbar form fieldset.button button:hover span.pocetponuk {
    color: #fff
}

header.minimal .navbar {
    background: #fff
}

header.minimal .navbar .social {
    margin-left: 0px;
    margin-right: 60px
}

header.minimal .navbar .social a {
    font-size: 1.4em;
    margin: 0 5px
}

@media only screen and (max-width: 1200px) {
    header.minimal .navbar .social {
        display: none
    }
}

header.minimal .navbar .phone,
header.minimal .navbar .mail {
    margin-left: 0px;
    margin-right: 60px
}

header.minimal .navbar .phone i.fa,
header.minimal .navbar .mail i.fa {
    font-size: 1.85em;
    margin-top: 37.5px
}

@media only screen and (max-width: 992px) {

    header.minimal .navbar .phone,
    header.minimal .navbar .mail {
        display: none
    }
}

header.minimal .navbar .phone strong {
    font-size: 1.1em
}

header.minimal .navbar button {
    display: block
}

header.center-minimal .navbar {
    background: #fff;
    text-align: center
}

header.center-minimal .navbar a.navbar-brand {
    display: inline-block;
    float: none
}

@media only screen and (max-width: 768px) {
    header.center-minimal .navbar a.navbar-brand span {
        display: block;
        text-align: center
    }
}

header.center-minimal .navbar button {
    display: block;
    margin: 0px
}

header.center-minimal .navbar button.menu {
    float: left
}

header.center-minimal .navbar button.search {
    float: right
}

@media only screen and (max-width: 992px) {
    header.horizontal .navbar button.menu {
        display: block
    }
}

header.horizontal .menunavbar {
    height: 100px;
    line-height: 100px;
    float: right;
    width: 800px;
    background: transparent !important;
    border: none
}

header.horizontal .menunavbar ul.nav li a {
    color: #666
}

@media only screen and (max-width: 1200px) {
    header.horizontal .menunavbar {
        width: 680px
    }
}

@media only screen and (max-width: 992px) {
    header.horizontal .menunavbar {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    header.horizontal #menuNavbar nav a {
        width: 50%;
        float: left;
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    header.horizontal #menuNavbar nav a {
        width: 100%;
        text-align: center
    }
}

header.transparent {
    position: absolute;
    width: 100%
}

header.transparent #navbars-wrapper {
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0px
}

header.transparent .navbar {
    background: transparent !important
}

header.boxed {
    width: 96%;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .9375rem
}

header.boxed #navbars-wrapper {
    left: 0px;
    padding: 0 .9375rem
}

header.boxed .container {
    padding: 0 30px
}

@media only screen and (max-width: 992px) {
    header.boxed .container {
        padding: 0 15px
    }
}

@media only screen and (max-width: 1200px) {
    header.boxed {
        max-width: 940px
    }
}

@media only screen and (max-width: 992px) {
    header.boxed {
        max-width: 720px
    }
}

@media only screen and (max-width: 768px) {
    header.boxed {
        max-width: 576px;
        top: 0px
    }
}

@media only screen and (min-width: 1200px) {
    header.boxed {
        max-width: 1140px
    }
}

header.full-width {
    max-width: 100% !important;
    padding: 0px !important
}

header.full-width #navbars-wrapper {
    padding: 0px !important
}

header.full-width-content {
    max-width: 100%;
    padding: 0px !important
}

header.full-width-content .container {
    max-width: 100% !important;
    padding: 0 30px !important
}

header.full-width-content #navbars-wrapper {
    padding: 0px !important
}

div#full-width header.full-width,
div#full-width header.full-width-content {
    padding: 0 .9375rem !important
}

#carousel .carousel-inner {
    overflow: hidden;
    height: 473px
}

#carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

#carousel .carousel-inner .carousel-item a.more {
    z-index: 15;
    position: absolute;
    bottom: 35px;
    color: #fff;
    background: #C39F75;
    padding: 9px 20px;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    #carousel .carousel-inner .carousel-item a.more {
        display: none
    }
}

#carousel .carousel-inner .carousel-item img {
    max-width: 2000px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block
}

@media only screen and (max-width: 992px) {
    #carousel .carousel-inner .carousel-item img {
        height: 120%
    }
}

@media only screen and (max-width: 992px) {
    #carousel .carousel-inner {
        height: 473px
    }
}

@media only screen and (max-width: 768px) {
    #carousel .carousel-inner {
        height: 300px
    }
}

#carousel a.left>span {
    left: 50%;
    margin-top: -30px
}

#carousel a.right>span {
    right: 50%;
    margin-top: -30px
}

#carousel a.carousel-control {
    width: 5%;
    z-index: 9999;
    display: none
}

#carousel a.carousel-control>span>i.fa {
    font-size: 14px
}

#carousel:hover a.carousel-control {
    display: block
}

.multicarousel button {
    visibility: hidden;
    opacity: 0;
    color: #a7a9ac;
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    overflow: hidden;
    font-size: 14px !important;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear
}

.multicarousel button.prev {
    position: absolute;
    left: 3%;
    top: calc(50% - 20px)
}

.multicarousel button.next {
    position: absolute;
    right: 3%;
    top: calc(50% - 20px)
}

.multicarousel:hover button {
    visibility: visible;
    opacity: 1
}

section#top-offers {
    width: 100%;
    padding: 20px 0;
    background: #fff
}

section#top-offers .offer .img-wrapper {
    width: 62px;
    height: 47px;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 15px
}

section#top-offers .offer .text-wrapper a h2 {
    height: auto;
    font-size: 0.9em;
    margin-bottom: 8px
}

section#top-offers .offer .text-wrapper a label.price {
    font-size: 0.9em
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section#top-offers {
        height: 118px;
        margin-top: -118px
    }
}

@media only screen and (max-width: 768px) {
    section#top-offers {
        display: none
    }
}

section#search {
    pointer-events: none;
    display: block;
    background: #fff;
    color: #666;
    padding: 30px 0 25px 0;
    border-bottom: 2px solid #fbfbfb
}

section#search fieldset {
    width: 100%
}

section#search fieldset label {
    color: #444;
    width: 100%
}

section#search fieldset.checkboxes {
    margin-top: 13px
}

section#search fieldset.checkboxes div.checkbox {
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-right: 25px
}

section#search fieldset.checkboxes div.checkbox label {
    text-transform: none
}

section#search fieldset.price-input {
    width: 50%;
    float: left
}

section#search fieldset.type {
    margin-bottom: 0px;
    margin-top: 10px
}

section#search fieldset.type label {
    color: #888;
    width: auto;
    margin-right: 10px
}

section#search fieldset.type label.active {
    color: #C39F75;
    background: #fbfbfb
}

@media only screen and (max-width: 992px) {
    section#search fieldset.type {
        margin: 10px 0
    }
}

section#search fieldset.button label {
    text-align: right
}

section#search fieldset.button label a {
    text-transform: none !important
}

section#search fieldset.button label a i {
    margin-right: 3px
}

section#search fieldset.button button {
    float: right;
    padding: 8px;
    width: 100%;
    margin-top: 10px;
    font-weight: bold
}

section#search fieldset.button button i {
    margin-right: 10px;
    font-weight: bold
}

section#search fieldset.button button.search {
    background: #C39F75;
    color: #fff
}

section#search fieldset.button button.search span.pocetponuk {
    color: #fff;
    font-weight: bold
}

section#search fieldset.button button.map:hover {
    background: transparent;
    color: #C39F75
}

@media only screen and (max-width: 768px) {
    section#search fieldset.button button.map {
        margin-top: 0px
    }
}

@media only screen and (max-width: 992px) {
    section#search fieldset.button button {
        margin: 0px !important
    }
}

@media only screen and (max-width: 768px) {
    section#search fieldset.button button {
        width: 100%
    }

    section#search fieldset.button button.map {
        margin: 0px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 768px) {
    section#search {
        position: absolute;
        top: 60px;
        z-index: 9999;
        width: 100%
    }
}

section#search.boxed {
    position: absolute;
    top: 151.5px;
    background: none;
    border-bottom: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .9375rem
}

section#search.boxed form {
    background: #fff;
    padding: 20px 5px 3px 5px
}

@media only screen and (max-width: 992px) {
    section#search.boxed {
        top: 79px
    }

    section#search.boxed form {
        padding: 15px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section#search.boxed {
        top: 123.5px
    }

    section#search.boxed form {
        padding: 15px 0
    }
}

@media only screen and (max-width: 768px) {
    section#search.boxed {
        top: 60px !important
    }

    section#search.boxed form {
        padding: 15px 0
    }
}

section#search.left,
section#search.right {
    position: absolute;
    top: 190px;
    background: none;
    border-bottom: none
}

section#search.left form,
section#search.right form {
    width: 360px;
    padding: 16px 0 7px 0;
    pointer-events: auto
}

section#search.left form fieldset,
section#search.right form fieldset {
    margin-bottom: 15px
}

section#search.left form fieldset label,
section#search.right form fieldset label {
    margin-bottom: 4px
}

section#search.left form fieldset.type,
section#search.right form fieldset.type {
    margin: 10px 0 15px 0
}

section#search.left form fieldset.type label,
section#search.right form fieldset.type label {
    padding: 8px 12px
}

section#search.left form fieldset.button,
section#search.right form fieldset.button {
    margin: 0px;
    margin-bottom: 10px
}

section#search.left form fieldset.button button,
section#search.right form fieldset.button button {
    width: 100%;
    margin: 0px
}

@media only screen and (max-width: 768px) {

    section#search.left,
    section#search.right {
        background: #fff !important
    }

    section#search.left .container,
    section#search.right .container {
        padding: 0px
    }

    section#search.left .container form,
    section#search.right .container form {
        width: 100%;
        margin: 0px
    }
}

section#search.left form {
    float: left
}

section#search.right form {
    float: right
}

section#search.collapse {
    display: none
}

section#search.collapse.in {
    display: block
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i {
    background-color: #C39F75 !important
}

.nstSlider {
    clear: both;
    background: #f6f6f6 !important;
    width: 100% !important;
    height: 12px !important
}

.nstSlider .bar {
    background: #89929e !important;
    height: 6px !important;
    top: 3px !important
}

.nstSlider .leftGrip,
.nstSlider .rightGrip {
    background: #89929e !important;
    width: 12px !important;
    height: 12px !important
}

fieldset.price div.leftLabel,
fieldset.price div.rightLabel {
    width: 50%;
    display: inline-block;
    color: #444;
    font-size: 13px;
    margin-bottom: 4px
}

fieldset.price div.leftLabel {
    float: left;
    text-align: left;
    color: #444
}

fieldset.price div.rightLabel {
    float: right;
    text-align: right;
    color: #444
}

.select2-container {
    width: 100% !important;
    z-index: 9999
}

.select2-container .select2-search--inline {
    float: none !important
}

.select2-container .select2-selection {
    border-radius: 0px !important;
    border: 1px solid #fbfbfb !important;
    line-height: 1;
    min-height: 36px !important
}

.select2-container .select2-selection .select2-selection__clear {
    margin-top: 10px !important;
    margin-right: 5px !important
}

.select2-container .select2-selection .select2-selection__choice {
    padding: 3px !important
}

.select2-container .select2-selection input {
    width: 100% !important;
    margin-top: 0px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 6px !important
}

.select2-container .select2-dropdown {
    border: 1px solid #aaa !important
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2 !important;
    color: #393A3B !important
}

.select2-container .group {
    font-weight: bold;
    color: #666
}

.select2-container .sub {
    padding-left: 7px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important
}

.offer .img-wrapper {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.offer .img-wrapper a {
    display: block;
    height: 100%
}

.offer .img-wrapper a span.noimage {
    display: block;
    width: 100%;
    height: 100%;
    background: #fbfbfb url("/template/css/img/bap-logo.svg?r=4") no-repeat center center;
    background-size: 69%
}

.offer .img-wrapper:hover {
    color: transparent
}

.offer .text-wrapper a {
    color: #444
}

.offer .text-wrapper a:hover {
    text-decoration: none
}

.offer .text-wrapper a h2 {
    font-size: 15px;
    margin-bottom: 10px;
    height: 52px;
    line-height: 20px;
    font-weight: normal
}

.offer .text-wrapper p.address {
    display: none;
    color: #C39F75;
    margin-bottom: 15px;
    height: 20px;
    overflow: hidden
}

.offer .text-wrapper p.address i.fa {
    margin-right: 5px
}

.offer .text-wrapper p.new {
    color: #C39F75;
    margin-bottom: 15px;
    height: 20px;
    overflow: hidden
}

.offer .text-wrapper p.new i.fa {
    margin-right: 5px
}

.offer .text-wrapper label.price {
    font-size: 18px;
    color: #444;
    display: block;
    margin: 0px
}

.offer:hover .img-wrapper {
    opacity: .75
}

.offer.develo {
    margin-bottom: 28px
}

.offer.develo .img-wrapper {
    background: transparent !important
}

.offer.develo .img-wrapper img {
    width: 100%
}

.offer.develo .text-wrapper {
    background: #fbfbfb;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box;
    min-height: 210px !important
}

.offer.develo .text-wrapper label {
    width: 60%
}

.offer.video .text-wrapper {
    min-height: 150px !important;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0 30px 0
}

.offer.blog .text-wrapper {
    border: none !important;
    padding: 15px 0 30px 0;
    overflow: hidden
}

.offer.blog .text-wrapper h2 {
    height: 60px;
    font-weight: normal
}

.offer.blog .text-wrapper h3 {
    text-align: center;
    font-weight: normal
}

.offer.blog .text-wrapper a {
    color: #444
}

.offer.grid-view .img-wrapper {
    position: relative;
    width: 100%;
    height: 358px;
    overflow: hidden
}

.offer.grid-view .img-wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 544px) {
    .offer.grid-view .img-wrapper img {
        width: auto;
        height: 100%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offer.grid-view .img-wrapper img {
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .offer.grid-view .img-wrapper {
        height: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .offer.grid-view .img-wrapper {
        height: 200px
    }
}

@media only screen and (min-width: 544px) and (max-width: 768px) {
    .offer.grid-view .img-wrapper {
        height: 170px
    }
}

.offer.grid-view .text-wrapper {
    padding: 15px 0 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 130px;
    border-bottom: 1px solid #eaeaea
}

@media only screen and (min-width: 544px) and (max-width: 768px) {
    .offer.grid-view .text-wrapper a h2 {
        height: 82px
    }
}

.offer.grid-view .text-wrapper div.col {
    padding: 0px;
    min-height: 185px
}

@media only screen and (max-width: 992px) {
    .offer.grid-view .text-wrapper div.col.highlight {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .offer.grid-view .text-wrapper div.col {
        min-height: 125px
    }
}

.offer.grid-view .text-wrapper p.address {
    width: 100%;
    display: inline-block;
    color: #C39F75
}

.offer.grid-view .text-wrapper p.perex {
    display: none
}

.offer.grid-view .text-wrapper label strong {
    font-weight: normal
}

.offer.grid-view .text-wrapper label.price {
    display: inline-block;
    text-align: right;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.offer.grid-view .text-wrapper label.price span {
    float: left
}

.offer.grid-view .text-wrapper label:not(.price) {
    width: 92%
}

.offer.grid-view .text-wrapper label:not(.price):before {
    content: '\25A0';
    color: #C39F75;
    position: relative;
    top: 1px;
    line-height: 10px;
    font-size: 20px;
    margin-right: 8px
}

.offer.grid-view .text-wrapper label:not(.price).price {
    display: block
}

@media only screen and (max-width: 992px) {
    .offer.grid-view .text-wrapper label:not(.price) {
        width: 100%
    }
}

.offer.list-view {
    width: 100%;
    float: none;
    clear: both;
    overflow: auto;
    margin-bottom: 30px !important
}

.offer.list-view .img-wrapper {
    position: relative;
    float: left;
    width: 33%;
    overflow: hidden
}

.offer.list-view .img-wrapper img {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .offer.list-view .img-wrapper {
        width: 100%;
        margin-bottom: 15px
    }
}

.offer.list-view .text-wrapper {
    float: left;
    margin-left: 20px;
    width: calc(67% - 20px);
    min-height: 170px !important
}

.offer.list-view .text-wrapper a h2 {
    font-size: 16px;
    margin-bottom: 1rem;
    min-height: auto !important
}

.offer.list-view .text-wrapper p.address {
    display: block
}

.offer.list-view .text-wrapper p.perex {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px
}

.offer.list-view .text-wrapper label {
    float: left;
    clear: left;
    width: 90% !important;
    margin-bottom: 10px !important
}

.offer.list-view .text-wrapper label.price span {
    color: #444 !important
}

.offer.list-view .text-wrapper label span {
    margin-right: 7px;
    color: #888
}

@media only screen and (max-width: 992px) {
    .offer.list-view .text-wrapper label span {
        width: 100% !important
    }
}

.offer.list-view .text-wrapper label strong {
    float: none !important
}

@media only screen and (max-width: 992px) {
    .offer.list-view .text-wrapper label strong {
        width: 100% !important
    }
}

@media only screen and (max-width: 992px) {
    .offer.list-view .text-wrapper label {
        width: 100% !important
    }
}

@media only screen and (max-width: 768px) {
    .offer.list-view .text-wrapper label {
        width: 50% !important;
        margin-right: 0px !important
    }
}

@media only screen and (max-width: 544px) {
    .offer.list-view .text-wrapper label {
        width: 100% !important;
        margin-right: 0px !important
    }
}

.offer.list-view .text-wrapper label.price {
    width: 100% !important;
    clear: none;
    float: left;
    text-align: left
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .offer.list-view .text-wrapper label.price {
        width: 100% !important;
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    .offer.list-view .text-wrapper {
        width: 100%;
        margin: 0px
    }
}

.offer.list-view.develo .text-wrapper {
    padding: 18px 15px 8px 15px
}

.offer.table-view {
    width: 100% !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important
}

.offer.table-view .img-wrapper {
    float: left;
    width: 13%;
    margin-right: 2%
}

.offer.table-view .img-wrapper .tag-wrapper {
    display: none
}

.offer.table-view .img-wrapper img {
    width: 100%
}

.offer.table-view .text-wrapper {
    float: left;
    width: 85%;
    min-height: auto !important
}

.offer.table-view .text-wrapper a h2 {
    float: left;
    width: 23%;
    margin-right: 2%
}

.offer.table-view .text-wrapper p.address {
    display: inline-block !important;
    width: 25%;
    float: left;
    text-align: left
}

.offer.table-view .text-wrapper p.perex {
    display: none !important
}

.offer.table-view .text-wrapper label {
    display: inline-block !important;
    float: left;
    width: 10% !important;
    margin: 0 1%;
    text-align: center
}

.offer.table-view .text-wrapper label span {
    display: none !important
}

.offer.table-view .text-wrapper label strong {
    float: none !important
}

.offer.table-view .text-wrapper label.price {
    width: 14% !important;
    margin: 0px !important;
    text-align: right !important
}

.offer.table-view .text-wrapper .cols-wrapper {
    display: none
}

.offer.table-view.develo {
    padding-top: 24px;
    background: #eaeaea
}

.offer.table-view.develo p.new {
    display: none
}

.offer.table-view.develo p.perex {
    display: block !important;
    width: 57% !important;
    float: left;
    line-height: 22px;
    font-size: 0.9em
}

.offer.table-view.develo .text-wrapper {
    padding: 0px !important
}

.offer.table-view.develo .text-wrapper label {
    width: 0% !important;
    margin: 0px !important
}

.offer.table-view.develo .text-wrapper label span,
.offer.table-view.develo .text-wrapper label strong {
    visibility: hidden
}

.offer.table-view.develo .text-wrapper label.price {
    visibility: visible;
    width: 18% !important
}

.offer.full .text-wrapper {
    min-height: 250px
}

.offer.full .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 8px
}

.offer.full .text-wrapper p.address {
    display: block
}

.offer.full .text-wrapper label {
    display: block !important;
    width: 100%;
    color: #888;
    margin-bottom: 5px
}

.offer.full .text-wrapper label span {
    float: left;
    display: inline-block
}

.offer.full .text-wrapper label strong {
    float: right;
    color: #666
}

.offer.full .text-wrapper label.price {
    font-size: 15px;
    text-align: left !important;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 15px
}

.offer.full .text-wrapper {
    min-height: 250px
}

.offer.full .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 2px;
    min-height: 50px
}

.offer.full .text-wrapper p.address {
    display: block
}

.offer.full .text-wrapper label {
    display: block !important;
    width: 100%;
    min-height: 21px;
    color: #888;
    margin-bottom: 5px
}

.offer.full .text-wrapper label span {
    float: left;
    display: inline-block
}

.offer.full .text-wrapper label strong {
    float: right;
    color: #666
}

.offer.full .text-wrapper label.price {
    font-size: 15px;
    text-align: left !important;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 15px
}

.offer.full-no-labels .text-wrapper {
    min-height: 150px
}

.offer.full-no-labels .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 2px
}

.offer.full-no-labels .text-wrapper p.address {
    display: block
}

.offer.full-no-labels .text-wrapper label:not(price) {
    display: none
}

.offer.full-no-labels .text-wrapper label.price {
    display: block !important;
    font-size: 15px;
    text-align: right !important;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 15px
}

section#interesting .offer {
    margin-bottom: 40px
}

section#interesting .offer .img-wrapper {
    min-width: 72px;
    min-height: 72px;
    width: auto;
    height: auto;
    float: left;
    margin: 5px 20px 15px 0
}

section#interesting .offer .text-wrapper {
    padding: 0px
}

section#interesting .offer .text-wrapper h3 {
    margin-bottom: 20px
}

section#interesting .offer .text-wrapper p.perex {
    display: block;
    font-size: 0.9em;
    line-height: 24px;
    margin-bottom: 20px
}

section#interesting .offer .text-wrapper ul {
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    line-height: 24px;
    margin-bottom: 15px
}

section#interesting .offer .text-wrapper ul li {
    width: 50%;
    float: left
}

section#interesting .offer .text-wrapper ul li:before {
    font-family: "FontAwesome";
    content: '\f111';
    color: #C39F75;
    font-size: 5px;
    float: left;
    position: relative;
    top: 1px;
    margin-right: 10px
}

section#interesting .offer.center {
    margin-bottom: 60px
}

section#interesting .offer.center .img-wrapper {
    width: 100%;
    height: 175px;
    background: transparent;
    text-align: center
}

section#interesting .offer.center .img-wrapper img {
    width: auto;
    height: 100%;
    margin: 0 auto
}

section#interesting .offer.center .text-wrapper {
    width: 80%;
    min-height: 26px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    section#interesting .offer.center {
        float: right;
        clear: right
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    section#interesting .offer {
        float: left;
        clear: left
    }
}

i.yes {
    color: #C39F75
}

i.no {
    color: #888
}

section#offer-detail {
    padding: 50px 0
}

section#offer-detail .heading-wrapper {
    overflow: auto
}

section#offer-detail .heading-wrapper h1,
section#offer-detail .heading-wrapper .breadcrumb {
    width: 70%;
    float: left
}

@media only screen and (max-width: 768px) {

    section#offer-detail .heading-wrapper h1,
    section#offer-detail .heading-wrapper .breadcrumb {
        width: 100%
    }
}

section#offer-detail .heading-wrapper label.price {
    float: right;
    text-align: right;
    color: #444;
    font-size: 22px;
    line-height: 32px
}

section#offer-detail .heading-wrapper label.price small {
    display: block;
    color: #a7a9ac;
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    section#offer-detail .heading-wrapper label.price {
        float: left;
        text-align: left;
        font-size: 18px;
        margin-top: 10px
    }

    section#offer-detail .heading-wrapper label.price small {
        display: inline;
        font-size: 13px
    }
}

section#offer-detail .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section#offer-detail .content-wrapper .main h3 {
    color: #444;
    margin-bottom: 20px
}

section#offer-detail .content-wrapper .main p {
    text-align: justify
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main p {
        text-align: left
    }
}

section#offer-detail .content-wrapper .main .image-wrapper {
    position: relative;
    width: 100%;
    height: 545px;
    overflow: hidden;
    margin-bottom: 40px
}

section#offer-detail .content-wrapper .main .image-wrapper ul#imageGallery {
    height: 480px
}

section#offer-detail .content-wrapper .main .image-wrapper ul#imageGallery li {
    position: relative;
    overflow: hidden;
    height: 480px
}

section#offer-detail .content-wrapper .main .image-wrapper ul#imageGallery li>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section#offer-detail .content-wrapper .main .image-wrapper ul#imageGallery li:hover {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons {
    position: absolute;
    bottom: 90px;
    right: 15px
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video {
    display: block;
    float: right;
    background: #fff
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more a,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video a {
    display: block;
    padding: 8px 12px;
    color: #444;
    cursor: pointer;
    font-size: 0.8em;
    text-transform: uppercase
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more a strong,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video a strong {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more a i.fa,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video a i.fa {
    color: #C39F75;
    margin-right: 10px
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more a.hidden,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video a.hidden {
    display: none
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .more:hover a,
section#offer-detail .content-wrapper .main .image-wrapper .buttons .video:hover a {
    text-decoration: none
}

section#offer-detail .content-wrapper .main .image-wrapper .buttons .video {
    border-left: 1px solid #000;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

section#offer-detail .content-wrapper .main .wrap {
    margin-bottom: 60px;
    overflow: hidden;
    clear: both
}

section#offer-detail .content-wrapper .main .wrap p {
    margin-bottom: 0px
}

section#offer-detail .content-wrapper .main .wrap.social {
    margin-top: -30px
}

section#offer-detail .content-wrapper .main .wrap.social>div {
    float: left;
    margin-right: 5px
}

section#offer-detail .content-wrapper .main .wrap.social>div.gplus {
    margin-top: 2px
}

section#offer-detail .content-wrapper .main .wrap.detail-info {
    border-bottom: none
}

section#offer-detail .content-wrapper .main .wrap.detail-info .item {
    color: #888;
    height: 40px;
    line-height: 38px;
    border-top: 2px solid #eaeaea
}

section#offer-detail .content-wrapper .main .wrap.detail-info .item strong {
    color: #666;
    float: right;
    font-weight: normal
}

section#offer-detail .content-wrapper .main .wrap.detail-info .item i {
    margin-right: 3px
}

section#offer-detail .content-wrapper .main .wrap.detail-info .item i.yes {
    color: #C39F75
}

section#offer-detail .content-wrapper .main .wrap.detail-info .item i.no {
    color: #888
}

@media only screen and (min-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.detail-info .item:nth-child(-n+2) {
        border-top: none
    }
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.detail-info .item:nth-child(-n+1) {
        border-top: none
    }
}

section#offer-detail .content-wrapper .main .wrap.tabs .tab-content {
    position: relative;
    margin-top: -2px;
    padding: 1.5em;
    border: 1px solid #dee0ef;
    border-top: 1px solid transparent
}

section#offer-detail .content-wrapper .main .wrap.tabs .tab-content p {
    font-size: 13px;
    line-height: 26px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.tabs .tab-content {
        border: 1px solid #eaeaea;
        border-top: 1px solid transparent
    }
}

section#offer-detail .content-wrapper .main .wrap.offers table th {
    font-size: 0.85em;
    background: #C39F75
}

section#offer-detail .content-wrapper .main .wrap.offers table th a {
    color: #fff
}

section#offer-detail .content-wrapper .main .wrap.offers table tr {
    cursor: pointer
}

section#offer-detail .content-wrapper .main .wrap.offers table tr td {
    font-size: 0.9em
}

section#offer-detail .content-wrapper .main .wrap.offers table tr.reserved {
    color: #888;
    cursor: not-allowed
}

section#offer-detail .content-wrapper .main .wrap.offers table th,
section#offer-detail .content-wrapper .main .wrap.offers table td {
    text-align: center
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.offers {
        display: none
    }
}

section#offer-detail .content-wrapper .main .wrap.location p.address {
    margin-bottom: 10px;
    color: #888
}

section#offer-detail .content-wrapper .main .wrap.location p.address i {
    color: #C39F75;
    margin-right: 5px
}

section#offer-detail .content-wrapper .main .wrap.location p.address strong {
    color: #444
}

section#offer-detail .content-wrapper .main .wrap.location .map-wrapper {
    width: 100%;
    height: 400px;
    background: #eaeaea
}

section#offer-detail .content-wrapper .main .wrap.location .map-filter {
    padding: 15px 0 0 0
}

section#offer-detail .content-wrapper .main .wrap.location .map-filter div.checkbox {
    float: left;
    margin: 0 15px 0 0
}

section#offer-detail .content-wrapper .main .wrap.agents {
    display: none
}

@media only screen and (max-width: 768px) {
    section#offer-detail .content-wrapper .main .wrap.agents {
        display: block
    }
}

section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper {
    margin-top: 40px;
    margin-bottom: 10px
}

section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper button {
    position: relative;
    background: #C39F75;
    color: #fff;
    padding: 15px 20px;
    padding-right: 100px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper button i {
    display: none
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper button {
        margin-bottom: 10px
    }
}

section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper button.collapsed {
    background: transparent;
    color: #C39F75
}

section#offer-detail .content-wrapper .main .wrap.contact .button-wrapper button.collapsed i {
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    font-size: 0.9em
}

section#offer-detail .content-wrapper .main .wrap.contact form .checksum span {
    color: #C39F75
}

section#offer-detail .content-wrapper .main .wrap.contact form button {
    margin-top: 15px;
    padding: 10px 60px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .main .wrap.contact form button {
        width: 100%
    }
}

section#offer-detail .content-wrapper .main .wrap.tags {
    border-top: 2px solid #eaeaea;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px
}

section#offer-detail .content-wrapper .main .wrap.tags a {
    display: inline-block;
    margin-bottom: 5px;
    background: #fbfbfb;
    padding: 4px 10px;
    font-size: 0.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    color: #888
}

section#offer-detail .content-wrapper .sub .base-info {
    color: #888;
    margin-bottom: 30px
}

section#offer-detail .content-wrapper .sub .base-info ul {
    line-height: 33px
}

section#offer-detail .content-wrapper .sub .base-info ul li span {
    color: #444
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub .base-info ul li span {
        width: 100%;
        margin-top: -5px
    }
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub .base-info ul li {
        overflow: auto;
        margin: 3px 0
    }
}

section#offer-detail .content-wrapper .sub .base-info ul.buttons {
    border: none;
    padding: 10px 0 30px 0
}

section#offer-detail .content-wrapper .sub .base-info ul.buttons li button {
    color: #444;
    padding: 7px 15px;
    width: 100%;
    text-align: left
}

section#offer-detail .content-wrapper .sub .base-info ul.buttons li button i.fa {
    color: #C39F75;
    margin-right: 15px
}

section#offer-detail .content-wrapper .sub .base-info ul.buttons li button:first-child button {
    border-bottom: none
}

section#offer-detail .content-wrapper .sub .base-info ul.social {
    border: none;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: -3px
}

section#offer-detail .content-wrapper .sub .base-info ul.social span.label {
    margin-top: 3px
}

section#offer-detail .content-wrapper .sub .base-info ul.social span.label a {
    display: block;
    float: right;
    margin-left: 10px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub .base-info ul.social span.label {
        width: auto
    }
}

section#offer-detail .content-wrapper .sub .base-info:last-child {
    border-bottom: none;
    padding-bottom: 0px
}

section#offer-detail .content-wrapper .sub .tools {
    background: #C39F75
}

section#offer-detail .content-wrapper .sub .tools button {
    background: #C39F75;
    color: #fff;
    padding: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase !important;
    text-transform: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

section#offer-detail .content-wrapper .sub .tools button i.fa {
    margin-right: 15px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub .tools button i.fa {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%
    }
}

section#offer-detail .content-wrapper .sub .tools button:last-child {
    border-bottom: none
}

section#offer-detail .content-wrapper .sub .tools button:hover {
    background: rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width: 768px) {
    section#offer-detail .content-wrapper .sub {
        display: none
    }
}

section#offer-detail .content-wrapper .sub .agents {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #eaeaea
}

section#offer-detail .content-wrapper .sub .agents h3 {
    color: #444
}

section#offer-detail .content-wrapper .sub .rk {
    border-top: 2px solid #eaeaea;
    margin-top: 30px;
    padding-top: 30px
}

section#offer-detail .content-wrapper .sub.left {
    padding-right: 50px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub.left {
        padding-right: 20px
    }
}

section#offer-detail .content-wrapper .sub.right {
    padding-left: 50px
}

@media only screen and (max-width: 992px) {
    section#offer-detail .content-wrapper .sub.right {
        padding-left: 20px
    }
}

section#offer-detail .content-wrapper .left {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

section#offer-detail .content-wrapper .right {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

section#offer-detail div.featured-offers {
    padding: 60px 0;
    margin-top: 40px
}

section#offer-buttons {
    margin: -40px 0 -10px 0
}

section#offer-buttons div.button button {
    color: #444;
    padding: 7px 15px;
    width: 100%;
    height: 60px;
    text-align: left
}

section#offer-buttons div.button button i.fa {
    color: #C39F75;
    margin-right: 15px
}

section#offer-buttons div.button button:first-child button {
    border-bottom: none
}

.agent {
    overflow: auto;
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea
}

.agent .photo-wrapper {
    position: relative;
    float: left;
    width: 70px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px
}

.agent .photo-wrapper span.nophoto:after {
    background: #fbfbfb;
    font-family: 'FontAwesome';
    content: '\f007';
    font-size: 24px;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #888
}

.agent .photo-wrapper img {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto
}

.agent .photo-wrapper h4 {
    float: left;
    font-size: 1em
}

@media only screen and (max-width: 768px) {
    .agent .photo-wrapper {
        width: auto
    }
}

.agent h4 {
    margin-bottom: 0px;
    color: #444;
    text-transform: none;
    letter-spacing: 0.05em
}

.agent small {
    color: #a7a9ac;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    margin: 0px
}

.agent p.flags {
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 6px
}

.agent p.flags img {
    margin-right: 3px
}

.agent p.phone {
    clear: both;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.agent p.about {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    float: left;
    clear: both
}

@media only screen and (max-width: 768px) {
    .agent p.about {
        width: 100% !important
    }
}

.agent a.mail {
    float: left;
    clear: left;
    display: inline-block;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1em
}

.agent a.more {
    float: left;
    clear: both;
    text-transform: uppercase;
    font-size: 0.88em;
    color: #444
}

.agent a.more i.fa {
    color: #C39F75;
    position: relative;
    top: -1px;
    font-size: 10px;
    margin-right: 7px
}

.agent:nth-child(2) {
    margin-top: 25px
}

.agent:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px
}

section#offer-detail .sub .agents .agent .photo-wrapper>img {
    width: 100% !important
}

.agents-wrapper {
    padding: 30px 0
}

.agents-wrapper .agent {
    min-height: 230px;
    position: relative;
    overflow: auto;
    margin: 0px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 2px solid #eaeaea
}

.agents-wrapper .agent .photo-wrapper {
    width: 200px;
    height: auto;
    margin-right: 50px;
    margin-bottom: 0px
}

.agents-wrapper .agent .photo-wrapper img {
    max-width: 200px;
    width: 100%;
    height: auto
}

.agents-wrapper .agent .photo-wrapper span.nophoto:after {
    background: #fbfbfb;
    font-family: 'FontAwesome';
    content: '\f007';
    font-size: 50px;
    display: block;
    text-align: center;
    height: 180px;
    line-height: 180px;
    color: #888
}

@media only screen and (max-width: 768px) {
    .agents-wrapper .agent .photo-wrapper {
        width: 66%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none
    }
}

@media only screen and (max-width: 544px) {
    .agents-wrapper .agent .photo-wrapper {
        width: 100%
    }
}

.agents-wrapper .agent .text-wrapper {
    overflow: auto
}

.agents-wrapper .agent .text-wrapper h4 {
    font-size: 1.17em
}

.agents-wrapper .agent .text-wrapper p.phone {
    clear: none;
    margin-top: 20px
}

.agents-wrapper .agent .text-wrapper p.about {
    display: none;
    width: 90%;
    float: left;
    clear: left
}

@media only screen and (max-width: 768px) {
    .agents-wrapper .agent .text-wrapper p.about {
        width: 100% !important
    }
}

@media only screen and (max-width: 768px) {
    .agents-wrapper .agent .text-wrapper a.mail {
        float: none
    }
}

.agents-wrapper .agent .text-wrapper a.more {
    float: none;
    width: auto;
    display: inline-block;
    width: 202px
}

@media only screen and (max-width: 768px) {
    .agents-wrapper .agent .text-wrapper a.more {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .agents-wrapper .agent .text-wrapper {
        text-align: center
    }
}

.agents-wrapper .agent.column {
    height: auto;
    min-height: auto;
    border-bottom: none;
    margin-bottom: 10px
}

.agents-wrapper .agent.column .photo-wrapper {
    width: 100%;
    height: 250px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px
}

.agents-wrapper .agent.column .photo-wrapper img {
    max-width: 150px;
    display: block;
    margin: 0 auto
}

.agents-wrapper .agent.column .text-wrapper {
    overflow: initial;
    text-align: center
}

.agents-wrapper .agent.column .text-wrapper a.mail {
    float: none
}

.agents-wrapper .agent.column .text-wrapper p.about {
    display: none
}

.sub .agents-wrapper .agent .photo-wrapper {
    height: auto
}

.sub .agents-wrapper .agent .photo-wrapper span.nophoto:after {
    background: #fbfbfb;
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: block;
    margin: 0 auto
}

.sub .agents-wrapper .agent .text-wrapper p.about {
    display: none
}

.sub .agents-wrapper .agent .text-wrapper a.mail {
    float: none
}

.rk>img {
    margin-bottom: 30px;
    max-width: 150px
}

.rk h4 {
    margin-bottom: 2px;
    color: #444;
    text-transform: none;
    letter-spacing: 0.05em
}

.rk small {
    display: block;
    color: #a7a9ac;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    margin: 0px;
    margin-bottom: 10px
}

.rk p.about {
    font-size: 12px;
    line-height: 20px;
    float: left;
    clear: both;
    margin: 20px 0 30px 0
}

.rk p.phone {
    clear: both;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.rk a.mail {
    display: block;
    margin: 0px;
    margin-top: 10px;
    font-size: 1em
}

.rk a.more {
    display: inline-block;
    margin-top: 30px
}

.rk a.more i.fa {
    position: relative;
    top: -1px;
    font-size: 10px;
    margin-right: 3px
}

.rk-wrapper {
    margin: 60px 0;
    border-bottom: 2px solid #eaeaea
}

.rk-wrapper .rk {
    overflow: auto;
    margin-bottom: 50px
}

.rk-wrapper .rk .map-wrapper {
    background: #fbfbfb;
    width: 100%;
    height: 360px;
    clear: both
}

.rk-wrapper .rk .address,
.rk-wrapper .rk .contact {
    padding: 0px;
    margin-bottom: 15px
}

.rk-wrapper .rk .address h3 {
    color: #444;
    margin-bottom: 15px
}

.rk-wrapper .rk .address address {
    line-height: 24px
}

.rk-wrapper .rk .contact p {
    line-height: 20px;
    margin-bottom: 0px;
    clear: both;
    font-weight: bold
}

.rk-wrapper .rk .contact p label {
    float: left;
    width: 100px;
    font-weight: normal
}

.rk-wrapper .rk:last-child {
    margin-bottom: 0px;
    border-bottom: none
}

.pagination-wrapper {
    border-top: 2px solid #f6f6f6;
    margin-top: 30px;
    overflow: auto;
    text-align: center
}

.pagination-wrapper .pagination {
    margin: 0px;
    padding: 30px 0;
    display: inline-block
}

.pagination-wrapper .pagination .page-item .page-link {
    border: none;
    background: transparent;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase
}

.pagination-wrapper .pagination .page-item .page-link:hover {
    background: #fbfbfb
}

.pagination-wrapper .pagination .page-item.active>a,
.pagination-wrapper .pagination .page-item.active:hover>a,
.pagination-wrapper .pagination .page-item.active:focus>a,
.pagination-wrapper .pagination .page-item.active>a:hover,
.pagination-wrapper .pagination .page-item.active>a:focus {
    color: #a7a9ac;
    background: transparent
}

@media only screen and (max-width: 544px) {
    .pagination-wrapper .pagination {
        display: none
    }
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
    margin: 30px 0;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    background: transparent;
    color: #C39F75;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase
}

.pagination-wrapper .prev {
    float: left
}

.pagination-wrapper .prev i {
    margin-right: 5px
}

.pagination-wrapper .next {
    float: right
}

.pagination-wrapper .next i {
    margin-left: 5px
}

div.main section {
    padding-bottom: 30px !important;
    border-bottom: none !important
}

div.main section .prev,
div.main section .next {
    margin: 30px 0 0 0
}

div.main section ul.pagination {
    padding: 30px 0 0 0
}

section#submenu-footer {
    background: #fbfbfb;
    padding: 70px 0
}

section#submenu-footer h4 {
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    section#submenu-footer h4 {
        text-align: center
    }
}

section#submenu-footer p {
    font-size: 13px;
    line-height: 22px;
    color: #888;
    margin-bottom: 0px
}

@media only screen and (max-width: 992px) {
    section#submenu-footer p {
        text-align: center
    }
}

@media only screen and (max-width: 1200px) {
    section#submenu-footer .description {
        margin-bottom: 70px
    }
}

section#submenu-footer .member {
    margin: 25px 0 0 0
}

@media only screen and (max-width: 992px) {
    section#submenu-footer .member {
        text-align: center
    }
}

section#submenu-footer .social {
    margin-top: 30px
}

section#submenu-footer .social a {
    float: left;
    margin-right: 10px
}

@media only screen and (max-width: 992px) {
    section#submenu-footer .social {
        text-align: center
    }

    section#submenu-footer .social a {
        display: inline-block;
        float: none
    }
}

section#submenu-footer.minimal-center .description {
    text-align: center
}

section#submenu-footer.minimal-center .description .social {
    margin: 30px 0 60px 0
}

section#submenu-footer.minimal-center .description .social a {
    float: none;
    display: inline-block;
    margin: 0 5px
}

section#submenu-footer.minimal-center .submenu {
    text-align: center;
    margin-bottom: 60px
}

footer {
    font-size: 13px;
    color: #888;
    padding: 20px 0
}

footer p {
    line-height: 18px;
    margin: 10px 0
}

footer a,
footer strong {
    color: #444;
    font-weight: bold
}

footer .copyright {
    float: left;
    text-align: left
}

@media only screen and (max-width: 992px) {
    footer .copyright {
        text-align: center
    }
}

footer .bo {
    float: right;
    text-align: right
}

@media only screen and (max-width: 992px) {
    footer .bo {
        text-align: center
    }
}

footer.minimal {
    padding: 30px 0 10px 0;
    border-top: 3px solid #C39F75
}

footer.minimal .submenu h4 {
    min-height: 50px;
    margin-bottom: 10px;
    line-height: 24px
}

@media only screen and (max-width: 992px) {
    footer.minimal .submenu h4 {
        min-height: 60px
    }
}

@media only screen and (max-width: 544px) {
    footer.minimal .submenu h4 {
        height: auto;
        min-height: 10px;
        margin-bottom: 20px
    }
}

footer.minimal .submenu ul {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left
}

footer.minimal .submenu ul li {
    width: 100%;
    line-height: 20px
}

@media only screen and (max-width: 992px) {
    footer.minimal .submenu ul li {
        text-align: center;
        text-align-last: center;
        -moz-text-align-last: center
    }
}

footer.minimal .copyright p.bo-wrapper {
    margin-top: 30px
}

@media only screen and (max-width: 992px) {
    footer.minimal .copyright p.bo-wrapper {
        margin-top: 0px;
        margin-bottom: 30px
    }
}

footer.minimal .logo {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.minimal .logo img {
    width: 200px;
    height: auto
}

@media only screen and (max-width: 992px) {
    footer.minimal .logo {
        margin-top: 10px;
        margin-right: 0px;
        float: left;
        text-align: center
    }
}

footer.minimal .member {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    footer.minimal .member {
        margin-top: 15px;
        text-align: center
    }
}

footer.minimal ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0;
    width: 100%;
    float: left;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify
}

footer.minimal ul li {
    display: inline-block
}

footer.minimal ul li a {
    font-weight: normal;
    color: #888
}

footer.minimal ul li:first-child {
    margin-left: 0px
}

footer.minimal ul:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 992px) {
    footer.minimal ul {
        float: none;
        display: inline-block;
        margin: 0 auto
    }
}

footer.minimal-center .copyright,
footer.minimal-center .bo {
    text-align: center
}

@media only screen and (max-width: 992px) {
    footer {
        height: auto;
        line-height: 30px;
        text-align: center;
        padding: 30px 0
    }
}