.scrollup{
	position:fixed;
	bottom:40px;
	right:40px;
	cursor:pointer;
	display:none;
	z-index:99;
}
@media all and (max-width:991px){
	.scrollup{
		bottom:15px;
		right:15px;
	}
}
.scrollup-button {
    display: block;
    background-color: #ef7d00;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
	padding-left: 0px;
	border-radius: 5px;
}
.scrollup-button:before{
	font-family: 'icons';
	content: "\e90c";
}
.scrollup,.scrollup:hover{text-decoration:none !important}
