.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}

.cc-window{
	position:fixed;
	overflow:hidden;
	box-sizing:border-box;
	font-family:Helvetica,Calibri,Arial,sans-serif;
	font-size:14px;
	line-height:1.5em;
	z-index:9999;
	padding:20px;
	letter-spacing: 0px;
	font-weight: lighter;
	border-radius:8px;
	max-width:500px;
	left: 50%;
	bottom:20px;
	margin-left: -250px;
	box-shadow: 0px 0px 50px #00000085;
}

.cc-message{
	width:100%;
	margin-bottom:20px;
}

.cc-message h1{
	color:#FFFFFF;
	font-size: 24px;
}

.cc-message a{
text-decoration: underline;
}

.cc-selection{
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
}

.cc-compliance .cc-btn{
	background-color:#383838;
	border: 3px solid #1196b5;
	color:#383838 !important;
	display:block;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px 0px;
	padding: 5px;
}
.cc-compliance .cc-allow{
	background-color:#1196b5 !important;
	color:#fff !important;
}
.cc-compliance .cc-btn:hover{
	background-color:#fff !important;
	color:#1196b5 !important;
	text-decoration: none;
	border: 3px solid #1196b5;
}


.cc-selection .datb{
	float: left;
	width: 25%;
}
.cc-selection .datb-t{
	font-size:14px;
	line-height:26px;
}
.cc-selection .datb-b{
	position:relative;
	background-color:#bdc1c8;
	border-radius:34px;
	width:50px;
	height:26px;
	display: block;
	cursor: pointer;
}
.cc-selection .datb-b::before{
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	border-radius: 50%;
}

.cc-selection .an .datb-b{
	cursor: not-allowed;
	background-color:#1196b5;
}
.cc-selection .an .datb-b::before{
	left: 28px;
	background-color: #fff;
}

@media print{
.cc-window{display:none}
}

@media screen and (max-width:500px){
.cc-window {
	border-radius: 0px;
	left: 0px;
	bottom: 0px;
	padding-bottom:40px;
	margin-left: 0px;
}

@media screen and (max-width:380px){
.cc-selection .datb {
	width: 50%;
}
}

}