	#cookie-bar {
		background: #f7f7f7;
		height: auto;
		color: #474747;
		text-align: center;
		padding: 35px;
		border-top: 1px solid #ddd;
		z-index: 1000;
	}
	#cookie-bar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#cookie-bar.fixed.bottom {
		bottom: 0;
		top: auto;
	}
	#cookie-bar p {
		margin: 0;
		padding: 0;
		color: #474747;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
	}
	#cookie-bar a.cb-button {
		color: #ffffff;
		display: inline-block;
		border-radius: 3px;
		text-decoration: none;
		padding: 6px;
		margin-left: 5px;
		font-family: 'Montserrat', sans-serif;
		font-size: 11px;
		line-height: 1.3;
		font-weight: 600;
		margin-top:10px;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-left: 0px;
	}
	#cookie-bar .cb-enable {
		background: #333;
	}
	#cookie-bar .cb-enable:hover {
		background: #333;
	}
	#cookie-bar .cb-disable {
		background: #333;
	}
	#cookie-bar .cb-disable:hover {
		background: #333;
	}
	#cookie-bar .cb-policy {
		background: #999;
	}
	#cookie-bar .cb-policy:hover {
		background: #999;
	}

@media (max-width: 767px) {
	#cookie-bar {
		padding: 20px;
	}
}

@media (max-width: 420px) {
	#cookie-bar {
		text-align: left;
	}
	#cookie-bar a.cb-button {
		display: block;
		width:120px;
		margin-top:5px;
		margin-left:0;
		text-align:center;
	}
}