

#loader{
	position: fixed;
	width: 100%;
    top: -10%;
	height: 100vh;
	background: #ffffff url("/static/images/copper-loader.gif") no-repeat center;
	z-index: 999;
}


.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
    visibility: hidden;
}
