@charset "UTF-8";
/* ****************************************************
cookieconsent_customize.css
***************************************************** */
.cc-window {
	position: fixed;
	bottom: 0;
	padding: 7px 15px;
	width: 100%;
	background-color: rgba(102,102,102,0.9);
	box-sizing: border-box;
	z-index: 9999;
	color:#FFFFFF;
    display: table;
	letter-spacing: 1px;
}
.cc-message {
    display: table-cell;
}
.cc-message a {
	color: #FFFFFF;
}
.cc-message a:hover {
	color: #FFFFFF;
}
.cc-message a:hover {
	text-decoration: none;
}
.cc-compliance {
	text-align: right;
    display: table-cell;
    vertical-align: middle;
}
a.cc-btn {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 20px;
	width: 180px;
	background-color: #eeeeee;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
#cc2 a.cc-btn {
	background-color: #d6d6d6;
}
a.cc-btn:hover {
	background-color: #f9f9f9;
}
#cc2 a.cc-btn:hover {
	background-color: #e6e6e6;
}

@media screen and (max-width: 990px) {
.cc-message {
    display: block;
}
.cc-compliance {
    display: block;
    margin-top: 12px;
    text-align: center;
}
}

@media screen and (max-width: 768px) {
.cc-message a:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}
a.cc-btn:hover {
	color: #000000 !important;
	background-color: #eeeeee;
}
#cc2 a.cc-btn:hover {
	background-color: #d6d6d6;
}
}

.cc-invisible {
	display: none !important;
}