﻿.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:20px;
    right:10px;
	background: #0b89af;	
    border-radius:5px;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fafafa;
}
a.scrollup i:hover {
	text-decoration:none;
}
@media screen and (max-width: 767px) {
    .scrollup{
    position:fixed;
	width:24px;
	height:24px;
    bottom:10px;
    right:0px;
	background: #0b89af;	
    border-radius:5px;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 5px;
	color: #fafafa;
}
a.scrollup i:hover {
	text-decoration:none;
}
}