#cookie-bar {
	background: #2d2d2d;
	height: auto;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	text-align: center;
	position: relative;
	height: auto;
    display: table;
	top: 0;
	left: 0;
	width: 100%;
	
}
#cookie-bar.fixed{
	position: fixed;
	left: 0;
	right: 0;
}

#cookie-bar.fixed.bottom{
	bottom: 0;
}
 

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p{
	clear: both;
	position: relative;
	padding: 0;
	color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.2;
	max-width: 1400px;
    margin: 0 auto;
    display: table;
    float: none;
}
@media only screen and (max-width: 991px){
	#cookie-bar p{
		margin-top: 10px;
		max-width: 100%;
		font-size: 12px;
	}
}

#cookie-bar a {
	color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    padding: 6px 30px;
    margin-left: 10px;
    border: #b50937 solid 1px;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    font-size: 14px;
    margin-top: 10px;
}

@media only screen and (max-width: 991px){
	#cookie-bar a{
		max-width: 100%;
		margin: 05px auto;
		float: none;
		font-size: 12px;
	}
}

#cookie-bar p a{
	border: none;
	text-transform: inherit;
	float: none;
	display: initial;
	margin: 0;
	padding: 0;
	text-decoration: underline;	
}
#cookie-bar p a:hover,
#cookie-bar p a:focus{
	color:#b50937;
}

#cookie-bar .cb-policy,
#cookie-bar .cb-enable{
	background: #b50937;
}
#cookie-bar .cb-policy:hover,
#cookie-bar .cb-enable:hover {
	background: #fff;
	color: #b50937;
}
#cookie-bar .cb-disable {
	background: #fff;
}
#cookie-bar .cb-disable:hover {
	background: #fff;
}

