body {
    font-family: 'Readex Pro', sans-serif;
}

.search-box .search-box-advanced,
.search-box .search-box-basic {
    background: #181f29e6;
    padding: 25px;
}

.search-box .btn-primary,
.search-box .btn-primary:active,
.search-box .btn-primary:focus {
    background: #ba944b;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    border-color: #ba944b;
}

.btn-primary:hover {
    background-color: #181f29e6 !important;
    color: #ba944b !important;
    border: 3px solid #ba944b !important;
}

#cookies-info {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 2px solid #ba944b;
    text-align: center;
    z-index: 99999;
}

#navbar li.active,
.language-menu li.active {
    border-bottom: 3px solid #ba944b;
    cursor: nw-resize;
}

#navbar li.active a,
.language-menu li.active a {
    cursor: default;
    color: #181f29;
}

#menu .navbar ul>li>a {
    height: 75px;
    margin: 0;
    line-height: 55px;
    padding: 10px;
    font-size: 1.1rem;
    position: relative;
    font-weight: 600;
}

#menu .navbar ul>li:hover>a {
    background: 0;
    color: #ba944b;
}

#header .slogan {
    bottom: 0px;
    left: 0;
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    opacity: 1;
    text-shadow: 4px 4px 13px black;
}

.additional-menu {
    display: none;
}

.cookies-ok {
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    cursor: pointer;
    padding: 4px 15px 5px 15px;
    text-transform: capitalize;
}

.btn-primary {
    border-radius: 3px;
    background: #ba944b;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    border: 3px solid #ba944b;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}

.offer .offer-price,
h1,
h2 {
    color: #181f29;
    font-weight: 700;
}

h1::after,
h2::after {
    display: block;
    width: 5%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#menu .navbar ul>li>a::after,
h1::after,
h2::after {
    content: '';
    background: #ba944b;
}

.offer-box .carousel-control {
    background: 0 0;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 45%;
    color: #ba944b;
    font-size: 3rem;
    opacity: 1;
}

.offer .offer-container {
    position: relative;
    border-bottom: 2px solid #ba944b;
    background: #eaeaea;
    padding: 5px;
}

.offer .flag {
    z-index: 20;
    top: 0;
    background: #ba944b;
    line-height: 40px;
    padding: 0 10px;
    border-left: 2px solid white;
}

.agent .agent-avatar {
    border: 0px solid #eae8e8;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    margin-bottom: 5px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.agent .contact-agent .btn-default {
    background: #ba944b;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: 0;
    border-radius: 0;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
}

.agent .contact-agent .agent-phone {
    color: #ba944b;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 900;
    font-size: 1rem;
}

.agent .agent-offers {
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: 40px;
    right: 0px;
    color: #343841;
    text-align: center;
    line-height: 14px;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid #ba944b;
    font-weight: 400;
}

#footer {
    padding-top: 30px;
    color: #fff;
    background: #181f29;
}

#copyright {
    background: #000000;
    color: #fff;
    font-size: 1rem;
}

#footer span {
    color: #ba944b;
}

.container.menu-footer-above ul li {
    padding: 3px;
    border-top: 2px solid #ba944b;
}

.menu-footer-above {
    display: flex;
    justify-content: space-around;
}

.footer-sell ul li a b,
.footer-rental ul li a b {
    color: #ba944b;
    font-weight: 300;
}

.sort-panel.btn-group button.btn.active {
    color: #2f353e;
    opacity: 1;
}

.pricebox-menu {
    background: #181f29;
    padding: 50px;
    text-align: right;
    margin-top: 10px;
    position: relative;
}

.result {
    padding: 50px;
    background: #181f29;
    color: #fff;
}

.offer-page h3 {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #181f29;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 50px;
}

.offer-page h3::after {
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #ba944b;
}

.offer-props>div::after {
    width: 50%;
    height: 1px;
    background: #ba944b;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
}

.offer-props>div.price span:nth-child(2) {
    font-size: 2rem;
    color: #ba944b;
}

#navbar .nav.navbar-nav li a span:nth-child(1) {
    display: block;
    line-height: 1;
    position: relative;
    margin-top: 13px
}

#navbar .nav.navbar-nav li a span:nth-child(2) {
    display: block;
    line-height: 1;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
    visibility: hidden;
}

.search-box label {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 300;
    color: #ffedcb;
}

@media (min-width: 992px) {
    .bodyOffersList .search-box {
        position: relative;
        top: 0px;
    }
}


/* menu */


@media (max-width: 1200px) {
    #menu .menu-button {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 18px;
        right: 25px;
        border: 0;
        background: 0 0;
        height: 55px;
        width: 28px;
        outline: 0;
    }
}

@media (min-width: 1200px) {
    #menu .menu-button {
        display: none;
    }
}


@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(1) {
        position: absolute;
        top: 13px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(2) {
        position: absolute;
        top: 20px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(3) {
        position: absolute;
        top: 28px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu .base-menu {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu {
        display: none;
        position: absolute;
        top: 78px;
        right: 0;
        background: #fff;
        width: 350px;
        padding: 20px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    }
}


@media (max-width: 1200px) {
    #menu .menu-button span {
        display: block;
        width: 28px;
        height: 3px;
        background: #1e1b1b;
        transition: .2s linear;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu.on {
        display: block;
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 1199px) {
    #menu .menu-button.active span:nth-child(3) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(-45deg);
        width: 20px;
    }
}

@media (max-width: 1199px) {
    #menu .menu-button.active span:nth-child(1) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(45deg);
        width: 20px;
    }
}

@media (max-width: 1199px){
#menu .menu-button.active span:nth-child(2) {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    width: 0;
}}