#cookie-law {
    background: none repeat scroll 0 0 #2f3034;
    bottom: 0;
    color: #fff;
    height: 48px;
	line-height:46px;
    left: 0;
    margin: 0 !important;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10001;
}
#cookie-law span {
    display: inline-block;
    max-width: 90%;
}
#cookie-law a {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: 300;
	font-family: 'ralewaysemibold', sans-serif;
}
#cookie-law a:hover {
   text-decoration: underline;
}
#cookie-law a.cookie-law-close {
    background: none repeat scroll 0 0 #428bca;
    color: #fff;
    display: block;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    width: 48px;
}
#cookie-law a.cookie-law-close:active, #cookie-law a.cookie-law-close:focus, #cookie-law a.cookie-law-close:hover {
    background: none repeat scroll 0 0 #8f6bc7;
}
@media (max-width: 1280px) {
#cookie-law {
    font-size: 13px !important;
}
}
@media (max-width: 1050px) {
#cookie-law {
    font-size: 12px !important;
    line-height: 26px !important;
}
}
@media (max-width: 620px) {
#cookie-law {
    font-size: 11px !important;
    line-height: 18px !important;
}
#cookie-law span {
    max-width: 80%;
}
}
@media (max-width: 400px) {
#cookie-law {
    font-size: 10px !important;
    line-height: 13px !important;
}
}