@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
#cookie_law_wrap{
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background: #000;
    background: rgba(0,0,0,0.5);
    z-index:999;
    padding: 0 50px;
}
#cookie_law {
   /* background-color: #999999;
    border: 1px solid #fff;*/
    color: #fff;   
    margin: 0 auto;
    opacity: 1;
    padding: 15px 5px;   
    text-align: left;   
    width: 100%;
    float:left;
    /*z-index: 99999;
    left: 0;
    position: fixed;
    right: 0;
    bottom: 10px;*/
}
#cookie_law h1
{
	font-size: 18px;
    margin: 0 20px 8px 10px;
    font-weight:bold;
    color:#ccc;
}
#cookie_law p
{
    font-size: 15px;
    line-height: 18px;
    margin: 10px;
    float:left;
    font-family: Roboto-Regular;
}
#cookie_law a
{
    color: #fff;
    text-decoration: underline;
}
a.cookie_law_button {
    background-color: #85C569;
    color: #FFF !important;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none !important;
    border-radius: 10px;
    line-height: 27px;
    padding:10px 30px;
    /*bottom: 10px;
 position: absolute;
    right: 0;*/
}

.cookie_law_button_info{
    display:none;
    font-size:13px;
    float:right;
    margin-right:5px;
    line-height:25px;
}

a.cookie_law_button:hover ~ .cookie_law_button_info{
    display:block;
}