/* COOKIE BAR */
.cookie-bar{
	display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    color: white;
    z-index: 10000;
    padding: 30px;
}
.cookie-bar-content{
	display: table;
	margin: auto;
}
.cookie-bar-content span{
	margin: 0 7.5px;	
}
.cookie-bar-content .btn-ok{
    background-color: #d64300;    
    color: #FFF7F1;
    border-color: #d64300;
    border: 3px solid #d64300;
}
.cookie-bar-content .btn-ok:hover, .btn-ok:active, .btn-ok:focus{
	color: #d64300;
    background: #FFF7F1;
}
.cookie-bar-more-link{
	text-decoration: none;
	color: white!important;
}