#cookielaw {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #000;
    width: 100%;
    padding: 5px 0px;
    /* border-top: 1px solid #cecece; */
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    zoom: 1;
    display: none;
    filter: alpha(opacity=70);
    opacity: 0.8;
    text-align: left !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 500;
}
#cookielaw:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
#cookielaw .container{padding-bottom: 0px;}
#cookielaw p {
    padding: 15px 10px 15px 20px;
    color: #fff;
    float: left;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0 !important;
    display: inline-block;
}
#cookie_close {
    float: none;
    margin: 10px 0 10px 0px;
    background: #821a0d !important;
    padding: 0 !important;
    border-radius: 5px !important;
}
#cookie_close span{padding:5px 15px !important; }
#cookie_close:hover {
    background: #f8f8f8 !important;color:#000 !important;
}
#cookielaw p a:hover {
    background: #821a0d !important;
}
#cookielaw p a {
    color: #fff;
    text-decoration: underline;
    padding: 2px 5px;
    border-radius: 3px;
}
@media (max-width: 1400px){
	#cookielaw p{font-size: 14px !important; padding:15px 0 15px 5px !important;width:93%;}
	/* #cookie_close{margin:10px 0 10px 0 !important;} */
}