/**************************************************/
/*                   N O T I C E                  */
/**************************************************/

#layerslider_notice {
	margin: 15px 0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 1px 15px -4px #0b3345;
	background: #90c93d;
	background: -moz-linear-gradient(top, #90c93d 0%, #5d9e19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c93d), color-stop(100%,#5d9e19));
	background: -webkit-linear-gradient(top, #90c93d 0%,#5d9e19 100%);
	background: -o-linear-gradient(top, #90c93d 0%,#5d9e19 100%);
	background: -ms-linear-gradient(top, #90c93d 0%,#5d9e19 100%);
	background: linear-gradient(to bottom, #90c93d 0%,#5d9e19 100%);
	border: 3px solid #fff;
	padding: 15px;
}

#layerslider_notice img {
	margin-right: 15px;
	float: left;
}

#layerslider_notice h1 {
	margin: 0px 0px 10px 0px;
	font: normal normal bold 24px/30px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	text-shadow: 0px 1px 1px #507a12;
	-webkit-font-smoothing: antialiased;
}

#layerslider_notice p {
	margin: 0px;
	color: white;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	text-shadow: 0px 1px 2px #507a12;
	padding-right: 185px;
	position: relative;
}

#layerslider_notice a {
	display: block;
	width: 166px;
	height: 30px;
	padding: 0px;
	background: #ff9b44;
	border-radius: 4px;
	text-align: center;
	font: normal normal normal 15px/30px Arial, serif;
	color: white;
	text-shadow: none;
	position: absolute;
	right: 0px;
	top: 5px;
	border: 2px solid #fff;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	box-shadow: 0px 3px 10px -2px #223604;
}

#layerslider_notice a:hover {
	background: #ff7700;
	color: white;
}