/*Cookie Consent Begin*/
#cookieConsent
{
    background-color: rgba(10,47,80,0.8);
    min-height: 20px;
    font-size: 14px;
    color: #ccc;
    line-height: 15px;
    padding: 0px 30px 10px 30px;
    margin: 10px 17px 0px 0px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    top: 0;
    bottom: 15;
    left: 0;
    right: 0;
    border-radius: 15px;
    display: none;
    z-index: 9999;
}
#cookieConsent a
{
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent
{
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover
{
    color: #FFF;
}
#cookieConsent a.cookieConsentOK
{
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 7px;
    padding: 0 20px 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 0 0 0px;
}
#cookieConsent a.cookieConsentOK:hover
{
    background-color: #E0C91F;
}
.cookieContent
{
    color: #E0C91F;
}
/*Cookie Consent End*/
