
 .home-full .header-full:not(.active) {
	background: none;
	background-image: -webkit-gradient(linear, left top, right top, from(#4b5437), to(#dddfd699));
	background-image: linear-gradient(to right, #4b5437, #dddfd699);		
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 40px
} 