#cookieBar {
    /*
    background-color: black;
    opacity: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
     */
}
#cookieBarBox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: white;
    border-top: 1px solid #4a5466;
    z-index: 10001;
    display: none;
    font-size: 12px;
    color: #666 !important;
    box-shadow: 0 1px 4px 0 rgba(167,169,164,.75);
}

#cookieBarBox a {
    color: #666 !important;
}

#cookieBarInfo, #cookieBarInfo a {
    color: #FFF;
    font-size: 13px;
    font-style: italic;
}

#cookieBarDetails {
    font-size: 13px;
}



#cookieBarBox label {
    font-weight: bold;
}

#cookieBarBox img {
    margin: 0px auto;
}
#cookielogo {
    width: 200px;
    margin: 0px auto;
    display: block;
    padding-bottom: 20px;
    height: auto;
}

#cookieBarBox button {
    color: #666666;
}

#cookieStartText {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

#cookieBarBox h2 {

    font-size: 20px;
    margin: 0;
    color: #666 !important;
    clear-after: both;

}
#cookieBarDetails h4 {
    font-size: 15px;
    margin: 0;
}

#cookieBarBox p {
    margin: 0px;
}

#cookieBarBox hr {
    border: none !important;
    border-top: 1px solid gray !important;
}

#cookielogobox {
    float: left;
    width: 20%;
}
#cookiecontentbox {
    float: left;
    width: 55%;
}
#cookiebuttonbox {
    float: left;
    width: 25%;
}
#cookiedetailsbox {
    clear: both;
    display: none;
}


@media (max-width: 1200px) {
    #cookieBarBox {
        /*top: 20px;
        width: 80%;
        margin-left: -40%;
        */
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #cookieBarDetails h2 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    #cookielogo {
        float: left;
        position: static;
    }

    #cookielogobox {
        display: none;
    }
    #cookiebuttonbox {
        width: 45%;
    }


    #cookieBarBox {

        /*
        top: 20px;
        width: 80%;
        margin-left: -45%;

         */

        max-height: 90%;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #cookieBarDetails h2 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    #cookielogo {
        float: none;
        width: 100%;
        position: static;
        margin: 0px auto;
    }

    #cookieBarBox {
        /*
        top: 10px;
        width: 80%;
        margin-left: -45%;
        max-height: 90%;
         */
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
    #cookieBarDetails h2 {
        font-size: 15px;
    }
}

#cookieBarBox .small {
    font-size: 11px;
}


.my-body-noscroll-class {
    overflow: hidden;
}

#cookieBarBox button {
    margin: 5px auto;
    padding: 10px;
    border: 1px solid #AAA;
    background-color: #FFFFFF;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    width: 80%;
}

#cookieBarBox button:hover {
    background-color: #aaa;
}

#cookieBarBox button.red {
    background-color: #888;
    color: #FFF;
    font-weight: bold;

}

#cookieBarBox button.red:hover {
    background-color: darkred;
}