#cookie-bar {
	background-color:rgba(0, 0, 0, 0.85); 
	color: #fff;
	height:auto; 
	line-height:24px; 
	color:#eeeeee; 
	text-align:center; 
	padding:19px 30px 20px 30px;
	text-align: center;
    width: 100%;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; right: 0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-bar p {
	padding:0;
	margin: 0 auto;
    display: block;
    position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	width: 90%;
}
#cookie-bar a {
	color:#ffa500; 
	font-weight: bold;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#cookie-bar a:hover {
	color:#fff;
}
#cookie-bar .cb-enable,
#cookie-bar .cb-disable {
	background-color: #ffa500;
    text-decoration: none;
    padding: 4px 10px 2px 10px;
    font-family: 'ContinentalStagSans-Book', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 12px;
	margin-top: 10px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-disable:hover{
	background-color: #fff;
    color: #333;
}

#cookie-bar .cb-disable {display: none;}
@media only screen and (max-width:1023px){
	#cookie-bar {
		padding:22px 5px 27px 5px;
	}
	#cookie-bar p {
		width: 80%;
	}
}
/*
@media only screen and (max-width:799px){
	#cookie-bar {
		padding:22px 20px 27px 30px;
	}
	#cookie-bar p {
		width: 60%;
	}
}

@media only screen and (max-width:765px){
	#cookie-bar p {
		width: 80%;
	}
}
/*
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}*/
