/* SCROLL TO TOP */
#topscroll { 
	display:none;
	position:fixed;
	z-index:8;
	bottom:20px;
	right:25px;
	width:50px;
	height:50px;
	background-color:#ffaf10;
	color:#ffffff;
	font-size:30px;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
#topscroll:hover { 
	background-color:#fcba44;
}

.cover {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}