.cookie-bar {
	position: fixed;
	z-index: 999999;
  background-color: rgba(200, 200, 200,.95);
  width: 650px;
  padding: 36px;
  color: #333;
  overflow: hidden;
}
.cookie-bar.bottom {
	right: 15px;
  bottom: 15px;
	border-radius: 12px;
}
@media (max-width: 768px) {
	.cookie-bar.bottom {
	  width: 100%;
		right: 0;
		bottom: 0;
		border-radius: 0;
	}
}
.cookie-bar .title {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.063em;
	margin: 0 0 10px;
}
.cookie-bar p {
	font-family: sans-serif;
	font-weight: normal;
	line-height: 1.45;
	font-size: .938em;
}
.cookie-bar a {
  color: white;
	text-decoration: underline;
}
.cookie-bar a:hover,
.cookie-bar a:active,
.cookie-bar a:focus {
	color: #ed9407;
	text-decoration: underline !important;
}
.cookie-bar a.btn {
    padding: 5px 12px;
    margin: 0 10px 10px 0;
		background-color: #333;
		color: #fff;
		font-size: .938em;
		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: #000;
}

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