#cookies-conditions {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	border-top: 4px solid rgba(0,0,0,0.2);
}

#cookies-conditions .bc {
	background: #1d77b6 url('../img/cookies-bc.jpg') no-repeat top center;
	border-top: 4px solid #165682;
	color: white;
	
}

#cookies-conditions .bc .con {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	height: 26px;
	font-size: 10px;
}

#cookies-conditions .bc .desc {
	float: left;
	line-height: 22px;
}

#cookies-conditions .bc a {
	color: #7ac8ff;
	text-decoration: underline;
}

#cookies-conditions .bc a:hover {
	text-decoration: none;
}

#cookies-conditions .bc a.btn {
	color: black;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 7px 7px;
	border-radius: 5px 5px 7px 7px;
	display: block;
	text-decoration: none;
	border-bottom: 3px solid #14537f;
	margin: 2px 0 2px 10px;
	font-size: 10px;
}

#cookies-conditions .bc a.btn {
	border-bottom: 3px solid #827c0f;
}

#cookies-conditions .bc a.btn span {
	height: 20px;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #f5ea23;
	border-left: 1px solid #e1d60f;
	border-right: 1px solid #dfd40d;
	border-top: 1px solid #d3c801;
	
	padding: 0 5px;
	
	background: #f7ed36; /* Old browsers */
	background: -moz-linear-gradient(top, #f7ed36 0%, #d2c700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ed36), color-stop(100%,#d2c700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7ed36 0%,#d2c700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7ed36 0%,#d2c700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7ed36 0%,#d2c700 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7ed36 0%,#d2c700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ed36', endColorstr='#d2c700',GradientType=0 ); /* IE6-9 */
		
		
-webkit-box-shadow: inset 0px 2px 3px 1px rgba(255,255,255, 0.3);
-moz-box-shadow:    inset 0px 2px 3px 1px rgba(255,255,255, 0.3);
box-shadow:         inset 0px 2px 3px 1px rgba(255,255,255, 0.3);
}

#cookies-conditions .bc a.btn:hover span {
background: #e1d94a; /* Old browsers */
background: -moz-linear-gradient(top,  #e1d94a 0%, #bab216 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1d94a), color-stop(100%,#bab216)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e1d94a 0%,#bab216 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e1d94a 0%,#bab216 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e1d94a 0%,#bab216 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e1d94a 0%,#bab216 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d94a', endColorstr='#bab216',GradientType=0 ); /* IE6-9 */

}