#cookie_accept_cont {
	position:fixed;
	top:0px;
	width: 100%;
	height: auto;
	
	z-index:400;
	
	background: #b5b5b7; /* Old browsers */
	background: -moz-linear-gradient(left, #b5b5b7 0%, #ffffff 50%, #b5b5b7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b5b5b7 0%,#ffffff 50%,#b5b5b7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b5b5b7 0%,#ffffff 50%,#b5b5b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b7', endColorstr='#b5b5b7',GradientType=1 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

	.cookie_accept_cont_body {
		position:relative;
		top:0px;
		left:0px;
		width: 1140px;
	
		margin: 0 auto;
		text-align: center;
		
		color: #212121;
		
		padding:20px 30px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.cookie_accept_cont_body { width: 300px; padding: 20px 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.cookie_accept_cont_body { width: 460px; padding: 20px 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.cookie_accept_cont_body { width: 708px; }
	}
	
	.cookie_accept_cont_body a {
		color: #0b5589;
		text-decoration: none;
	}
	
	.cookie_accept_cont_body a:hover {
		text-decoration: underline;
	}
	
	#cookie_policy_aye {
		display: block;
		width: 120px;
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		text-decoration: none;
		background: #1791c2;
		border-radius: 4px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin: 20px auto 0 auto;
	}
	
	#cookie_policy_aye:hover {
		text-decoration: underline;
	}
	
	.modded_div {
		padding-bottom:140px;
	}