/* ---------------- Cookie Policy ---------------- */


#cookie-policy-wrap{
	padding: 15px;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	box-sizing: border-box;
}

#cookie-policy-content{
	float: left;
	color: #FFF;
	padding-top: 8px;
	margin-bottom: 10px;
}

#cookie-policy-content a {
	color:#FFF;
	text-decoration:underline;
}

#cookie-policy-content p{
	margin-bottom: 0 !important;
}

#cookie-policy-content a:hover {
	text-decoration:none;
}

#cookie-policy-link{
	color: #fff;
	text-decoration: underline;
}

#cookie-policy-link:hover{
	text-decoration: none;
}

#cookie-policy-close{
	/*background-color:#fff;
	background-repeat:no-repeat;
	border:1px solid #252625;
	border-radius:5px;
	width:160px;
	height:24px;
	color:#000;*/
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	margin: 0 !important;
	margin-left: 25px !important;
}

/*   M E D I A    Q U E R Y S*/
@media only screen 
and (max-width : 1753px) {
	
	#cookie-policy-close {
		margin-left: 3px !important;
	}
	
@media only screen 
and (max-width : 1732px) {
	
	#cookie-policy-close {
		margin-left: 0 !important;
	}