.cookies_label {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*background: rgb(0, 66, 137, 0.85);*/
    opacity: 1;
    border-bottom: 2px solid #666666;
    color: #fff;
    z-index: 10;
}

    .cookies_label.disclaimer {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fcfcfc;
    }

    .cookies_label h3 {
        color: #fff;
    }

    .cookies_label .cookies_wrapper {
        background: #000;
        padding: 40px 40px;
    }

.cookies_wrapper {
    display: table;
}

.cookies_text,
.cookies_footer {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cookies_text {
    padding-right: 20%;
}

    .cookies_text a, .cookies_text a :visited, .cookies_text a:hover, .cookies_text a:focus {
        color: #fff;
    }

.has-error {
    color: #a94442;
}

/*
.mobile {
    display: none;
}
.no-mobile {
    display: block;
}
    */

@media only screen and (max-width: 600px) {
    /*
    .mobile {
        border-bottom: 1px solid #ff0000;
        display: block;
    }
    .no-mobile {
        display: none;
    }
    */

    .portfolio-content-bg {
        height: 40vh !important;
    }
}

.border-btn {
    color: white !important;
    border: 1px solid;
    padding: 10px 20px;
    margin-right: 10px;
}

::selection {
    background: #000;
    color: #fff;
}

.radio_cookie td{
    border: 0;
    color: #000;
}

.radio_cookie label {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 5px;
}