@media (min-width: 1025px) {
#index {
	#header {
	    	position: absolute;
	    	z-index: 999;
	    	width: 100%;
    background: transparent;
		}
	}
}
@media (min-width: 1025px) {
#index {
	.header-top {
	    	background: transparent;
		}
	}
}