body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-style: 16px;
    background-color: #efefef;
    background: url(../images/home.png) repeat-y;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

header {
    background-color: #604522;
    padding: 20px 0 20px 0;
    text-align: center;
    position: relative;
}

.white-bg {
    background-color: #fff;
    padding: 30px 20px 150px 20px;
    margin: 30px 0 50px 0;
}

.banner-left {
    position: absolute;
    bottom: 0;
}

.banner-left img {
    width: 90%;
}

.btn-area {
    position: absolute;
    right: 10px;
    top: 15px;
}

.banner-right h1 {
    color: #fff;
    font-size: 20px;
}

.banner-right p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.banner-right h1 span {
    font-size: 40px;
}

.banner-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 20%;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 16px;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 20px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

#cookiePopup .modal-content {
    background-color: #fff;
}

#cookiePopup .close {
    font-size: 24px;
    color: #000;
    top: 9px;
}

.close {
    font-size: 50px;
}

button.close {
    position: absolute;
    right: 7px;
    top: 28px;
    z-index: 9;
    color: #fff;
    opacity: 1;
}

button.close:hover {
    color: #fff;
}

.logo a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.logo a span {
    color: #ff3b30;
}

@media only screen and (max-width: 1199px) {
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width:991px) {
    button.close {
        right: 22px;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:767px) {
    img.sto-img {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .banner-right {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    p img {
        width: 100%;
        margin: 0 0 20px 0;
    }
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}