#cookie-alert-container
{
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#cookie-alert-container .cookie-alert
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 0 0 ;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin: auto;
    opacity: 0.95;
    padding: 10px;
    position: relative;
    width: 700px;
}
#cookie-alert-container .cookie-alert .close
{
    background: url(../images/x.png) no-repeat;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}
#cookie-alert-container .cookie-alert .cookie-icon
{
    background: url(../images/alert.png) no-repeat center center;
    height: 40px;
    width: 44px;
    float: left;
}
#cookie-alert-container .cookie-alert .cookie-content
{
    margin-left:53px;
}
#cookie-alert-container .cookie-alert .cookie-content h2
{
    color: #555555;
    font-size: 15px;
    margin: 0;
}
#cookie-alert-container .cookie-alert .cookie-content p
{
    margin: 8px 0 0;
}
#cookie-alert-container .cookie-alert .cookie-content a, #cookie-alert-container .cookie-alert .cookie-content a:visited
{
    color: #e89c00;
    font-weight: bold;
    text-decoration: none;
}
.clearer {
    clear: both;
}

@media only screen and (max-width: 1920px) { }

@media only screen and (max-width: 1299px) { }

@media only screen and (max-width: 1199px) { }

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 768px) {

    #cookie-alert-container {
        width: 85%;
        left: 6%;
    }
    #cookie-alert-container .cookie-alert {
        width: 100%;
    }

}

@media only screen and (max-width: 640px) {
    
}

@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 320px) {


}