#ca_banner {
	z-index: 1590;
	background-color: #24332C;
	position: fixed;
    left: 25px;
	bottom: 25px	!important;
	width: 25vw		!important;
	color: #fff		!important;
	padding: 20px;
	text-align: center;
}
#ca_banner.offscreen {
	left: -25vw;
}
#ca_banner h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 5px 0 20px 0;
}
#ca_banner h2 + div {
	margin-bottom: 15px;
}
#ca_banner p {
    font-size: 15px;
	margin: 0 0 10px !important;
	line-height: inherit !important;
}
.infoplus {
	display: block;
}
.btn.accept,
.btn.reject,
.infoplus > .btn {
    font-size: 14px;
}
.btn.reject {
	color: #fff;
	border: 1px solid #aaa;
}
.infoplus > .btn {
	color: #fff;
	text-decoration: underline;
}
#ca_banner .btn:first-child {
	margin-bottom: 10px;
}

#ca_mini {
	position: fixed;
    left: 0;
	bottom: 25px;
	z-index: 1590;
	background-color: #24332C;
	padding: 15px;
	color: #fff !important;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}
#ca_mini.offscreen {
	left: -100px;
}
#ca_mini.yes {
	background-color: #24332C;
}
#ca_mini.no {
	background-color: darkred;
	
}
#ca_mini.no:after {
	content: ' ';
	height: 5px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 45%;
	left: 0;
	transform: rotate(-45deg);
}

#ca_banner,
#ca_mini {
	transition: left 500ms;
}


/* XS */
@media (max-width: 767px) {
	#ca_banner { width: 100vw !important; left: 0; bottom: 0 !important; }
	#ca_banner .btn:first-child { margin-bottom: 10px; }
	#ca_banner.offscreen { left: -100vw; }
	#ca_mini {
		padding: 15px 16px;
		border-radius: 40px;
		line-height: 1;
		bottom: 15px;
		left: 15px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		font-size: 20px;
		z-index: 500;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	#ca_banner { width: 40vw !important; }
	#ca_banner .btn:first-child { margin-bottom: 10px; }
	#ca_banner.offscreen { left: -50vw; }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	#ca_banner { width: 40vw !important; }
	#ca_banner .btn { font-size: 12px; }
	#ca_banner.offscreen { left: -40vw; }
}
