/*Cookie Law bar */
#cookie_message_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;		
	width: 100%;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #666666 78%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(78%,#666666), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#666666 78%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#666666 78%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#666666 78%,#444444 100%); /* IE10+ */
	background: linear-gradient(top,  #999999 0%,#666666 78%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	/*display: none;*/
	line-height: 300%;
	z-index: 200;
}

#cookie_message_wrapper .clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

#cookie_message {
	/*width: 956px;*/
	width: 97%;
	margin: 0 auto;
	padding: 6px 0 7px 0;
	color: #EEE;
	text-shadow: 0px -1px 0px #444;
	font-size: 12px;
}

#cookie_message_text {
	float: left;
	line-height: 13px;
}

#cookie_message a, #cookie_message a:link, #cookie_message a:visited {
	color: #EEE;
	text-decoration: underline;
	line-height: 13px;
}

#cookie_message a:hover {
	color: #FFF;
}

#cookie_bar_close {
	padding-right: 16px;
	height: 13px;
	float: right;
	background: url(images/crosses.png) right top no-repeat;
	display: block;
	margin-top: 1px;
}

#cookie_bar_close:hover {
	background: url(images/crosses.png) right bottom no-repeat;
}

.js-disabled {
	display: none!important;
}

.add-padding {
	padding-top: 27px;
}
