.cookie-bar {
	position: fixed;
	z-index: 999999;
    background-color: #4b074a;
    background-color: rgba(75,7,74,.93);
    width: 100%;
    padding: 25px 80px;
    color: #fff;
    overflow: hidden;
}
.cookie-bar.top {
    top: 0;
    border-bottom: 1px solid #fff;
}
.cookie-bar.bottom {
    bottom: 0;
    border-top: 1px solid #fff;
}
.cookie-bar .title {
	font-family: 'ubunturegular', sans-serif;
	font-weight: normal;
	font-size: 1.75em;
	margin: 0 0 10px;
}
.cookie-bar p {
	font-family: 'ubunturegular', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	font-size: 1.188em;
}
.cookie-bar a:hover,
.cookie-bar a:active,
.cookie-bar a:focus {
	color: #ed9407;
	text-decoration: underline !important;
}
.cookie-bar a.btn {
    padding: 6px 14px;
    margin: 0 20px 20px 0;
		background-color: #df8900;
		color: #fff;
		text-decoration: none !important;
}
.cookie-bar a.btn:hover,
.cookie-bar a.btn:active,
.cookie-bar a.btn:focus {
	color: #fff;
	text-decoration: none !important;
	background-color: #ed9407;
}

@media (max-width: 460px) {
	.cookie-bar {
	    padding: 25px 30px;
	}
	.cookie-bar .btn {
		font-size: 1.313em;
	}
}
