/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(255,255,255);
    height: 60px;
    font-size: 14px;
    color: #ccc;
    line-height: 14px;
    padding: 8px 0 8px 0px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
margin:0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 0px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
@media (max-width: 480px) {
#cookieConsent {
    bottom:110px!important;
    margin:0px;
}
}