.cookie_cst {
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	font-size: 0.85em;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	z-index: 999998;
}
.cookie_cst .container {
	width: 100% !important;
	text-align: center;
}
.cookie_cst .container .clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.cookie_cst .cookie_cst_left {
	display: inline-block;
	color: #555;
}
.cookie_cst .cookie_cst_left p {
	margin: 0;
}
.cookie_cst .cookie_cst_left a {
	color: #555;
	text-decoration: underline;
}
.cookie_cst .cookie_cst_left a:hover {		
	color: #555;
	text-decoration: none;
}
.cookie_cst .cookie_cst_right {
	display: inline-block;
	padding-left: 30px;
}
.cookie_cst .cookie_cst_right span {
	color: #555;
	background-image: url("/images/cookie_decline.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 14px auto;
	padding: 4px 0 4px 33px;
	cursor: pointer;
}
.cookie_cst .cookie_cst_right span:hover {
	color: #555;
	text-decoration: underline;
}


.cookie_cst_dark {
	background-color: rgba(0, 0, 0, 0.8);
}
.cookie_cst_dark .cookie_cst_left {
	color: #fff;
}
.cookie_cst_dark .cookie_cst_left a {
	color: #fff;
}
.cookie_cst_dark .cookie_cst_left a:hover {
	color: #fff;
}
.cookie_cst_dark .cookie_cst_right span {
	color: #fff;
	background-image: url("/images/cookie_decline_white.png");
}
.cookie_cst_dark .cookie_cst_right span:hover {
	color: #fff;
}


#cookieInfoDesign_1, #cookieInfoDesign_2 {
	width: 350px;
	bottom: 30px;
	left: 30px;
	line-height: 1.4em;
}

#cookieInfoDesign_1 .cookie_cst_right, #cookieInfoDesign_2 .cookie_cst_right {
	padding-left: 0;
	margin-top: 15px;
}

#cookieInfoDesign_2 {
	right: 30px;
	left: auto;
}

@media (max-width: 992px) {
	.cookie_cst {
		padding: 15px 15px 5px;
	}
}

@media (max-width: 767px) {
	.cookie_cst .cookie_cst_left, .cookie_cst .cookie_cst_right {
		width: 100%;
		float: none;
		text-align: center;
		display: block;
	}
	.cookie_cst .cookie_cst_right {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 0;
		display: block;
	}
	.cookie_cst .cookie_cst_right span {
		padding: 15px 0 15px 33px;
		display: inline-block;
	}
	#cookieInfoDesign_1, #cookieInfoDesign_2 {
		width: 90%;
		left: 5%;
		bottom: 20px;
	}
	#cookieInfoDesign_2 {
		right: 5%;
		left: auto;
	}
}