/*Cookie Consent Begin*/
#cookieConsent {
    max-width:480px;
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
    line-height: 26px;
    padding: 8px 30px 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

.cookieConsentToggleLink {
    color: #e79e18;
    text-decoration: none;
    cursor: pointer;
}

.cookieConsentToggleLink:hover {
    color: #e79e18;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -20px -20px 0 0;
    font-weight: bold;
    font-size: 25px;
}
#closeCookieConsent:hover {
    color: #FFF;
}


.cookieConsentCenter {
    text-align:center;
    margin:5px;
}

a.cookieConsentButton {
    background-color: #dedede;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
}

a.cookieConsentButton:hover {
    background-color: #e79e18;
    color: #ffffff;
}

a.cookieConsentLink {
    font-size:9px;
    color: #ccc;
}

.cookieConsentTitle{
    font-size: 22px;
}

.cookieConsentContent{
    overflow: auto;
}

.cookieConsentElementDescription{
    font-size: 10px;
    margin-left:10px;
    margin-bottom:10px;
    line-height: 16px;
}

.cookieConsentCheckElement{
    line-height: 20px;

}

.cookieConsentInfoLabel{
    font-size:9px;
}

.cookieConsentButtonMarign{
    margin: 25px;
}

.cookieConsentInformationBoxHide{
    display: none;
}

@media (max-width: 800px) {
    .cookieConsentContent{
        font-size: 10px;
        line-height: 16px;
    }

    .cookieConsentTitle{
        font-size: 16px;
        line-height: 16px;
    }

    a.cookieConsentButton {
        background-color: #dedede;
        color: #000;
        display: inline-block;
        border-radius: 5px;
        padding: 3px;
        cursor: pointer;
        margin: 1px;
        font-size: 9px;
    }

    a.cookieConsentButton:hover{
        cursor: pointer;
    }

    .cookieConsentDescription{
        font-size: 10px;
        line-height: 16px;
    }

}
