div.div-cookies {
	background: #fff;
	color: #000;
	padding: 2% 15%;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
	bottom: 0;
}

div.div-cookies a,
div.div-cookies p {
	color: #000;
	font-size: 15px;
	margin: 0;
}

div.div-cookies p.accept-cookies {
	border: 1px solid #000;
	cursor: pointer;
	padding: 5px 20px;
	text-align: center;
	width: 15%;
}

@media (max-width: 992px) {
	div.div-cookies p.accept-cookies {
		width: 100%;
	}

	.gold-nav {
		z-index: 5;
	}
}
