/* COOKIES FIRST */
.cookies_wrap {
    position: fixed;
    font-size: 14px;
    font-family: Raleway-SemiBold, sans-serif;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: 81px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 26px;
    color: #0C1440;
    line-height: 18px;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

.cookies_wrap p {
    margin: 0;
}

.cookies_wrap .cookies_wrap_outer {
    display: inline-block;
    width: 960px;
}

.cookies_wrap .cookies_wrap_text,
.cookies_wrap_btns {
    display: inline-block;
    vertical-align: middle;
}

.cookies_wrap .cookies_wrap_text {
    width: 60%;
    margin-right: 20px;
    text-align: left;
}

.cookies_wrap .cookies_wrap_text a {
    font-family: Raleway-Bold, sans-serif;
    color: #0C1440;
}

.cookies_wrap .cookies_wrap_text a:hover{
    text-decoration: none;
}

.cookies_wrap .cookies_wrap_btns {
    text-align: right;
}

.buttonPrimary {
    background: transparent;
    color: #0C1640!important;
    border: 1px solid #0C1640 !important;
}

.buttonPrimary:hover, .buttonPrimary:focus, .buttonPrimary:active{
    border: 1px solid white;
    background-color: #0B1840;
    color: white !important;
    transform: scale(1.05);
    text-decoration: none;
}

.button {
    padding: 5px 35px;
    display: inline-block;
    /*height: 40px;*/
    font-size: 13px;
    line-height: 24px;
    font-family: Raleway-SemiBold, sans-serif;
}

.cookies_wrap .cookie_btn {
    border: 1px solid #0C1640;
    border-radius: 0;
    opacity: 0;
    animation: all 5s ease-in-out;
    font-family: Raleway-SemiBold, sans-serif;
    color:#0B1840 ;
}

.cookies_wrap .cookie_btn:hover {
    text-decoration: none;
}

.cookies_wrap .cookie_btn_default {
    border: 1px solid #0C1640;
    border-radius: 0;
    opacity: 0;
    animation: all 5s ease-in-out;
    font-family: Raleway-SemiBold, sans-serif;
    color:#0B1840 ;
}

.cookies_wrap .cookie_btn_default:hover {
    background-color: #fff;
    color: #d30238 !important;
}

.cookies_wrap .cookie_btn_close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none;
}

.cookies_wrap .cookie_btn_close:after {
    content: "x";
    font-size: 12px;
    font-weight: bold;
    color: #d30238;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cookies_wrap .cookie_btn_close:hover {
    text-decoration: none;
    color: #fff;
}

/* RESPONSIVE */

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .cookies_wrap .cookies_wrap_outer {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .cookies_wrap .cookies_wrap_text,
    .cookies_wrap_btns {
        display: block;
        text-align: center !important;
        width: 100%;
    }

    .cookies_wrap_btns {
        margin-top: 10px;
    }
}