#cookie_container {
	
	display:none;
	
	position:fixed;
	bottom:0;
	width:100%;
	min-height:62px;
	
	border-bottom:1px solid #fff;
	
	z-index:9999999;
	
	background: #312F2F;	
}

#nl_container {
	
	display:none;
	
	position:fixed;
	bottom:0;
	width:100%;
	min-height:62px;
	
	border-bottom:1px solid #fff;
	
	z-index:9999999;
	
	background: #0d112e;
}

#cookie_notice {
	background: #312F2F;
	
	margin:auto;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:left;
}

.cookieBtn{position: relative; top: 5px;}

#cookie_notice h2 {
	font-size:16px;
	color:#fff;	
	margin-bottom: 0;
}

.subscribe_area2 h2 {
	color: #e31d3e !important;
	font-size: 28px !important;
}


#cookie_notice p {
	font-size:14px;
	color:#ccc;
	max-width: 500px;
	float:left;
	margin: 0;
}

.subscribe_area2 p {
	float:none !important;
	max-width: inherit !important;
	font-size: inherit !important;	
}

#cookie_notice p a:link,#cookie_notice p a:visited {
	color:#EE2E24;
}

#cookie_notice p a:hover,#cookie_notice p a:active {
	text-decoration:underline;
}

#close_button {
	
	float:right;
	width:125px;
	
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif !important;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	padding:5px;
	outline: none;
	cursor: hand; cursor: pointer;
}


#close_button_nl {
	
	float:right;
	width:125px;
	
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif !important;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	padding:5px;
	outline: none;
	cursor: hand; cursor: pointer;
}