@charset "utf-8";
/* CSS Document */
a.scroll-top {
	color: #fff;
	display:none;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 30px;
	font-size: 20px;
	padding-top: 5px;
	text-decoration: none;
	border-radius: 50% !important;
	text-align: center;
	border:solid 1px rgba(13,134,4,1.00);
	background: #58b8f4;
	background: -moz-linear-gradient(-45deg,  #58b8f4 0%, #2691e2 100%);
	background: -webkit-linear-gradient(-45deg,  #58b8f4 0%,#2691e2 100%);
	background: linear-gradient(135deg,  #58b8f4 0%,#2691e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b8f4', endColorstr='#2691e2',GradientType=1 );
}
a.scroll-top i {
	position: relative;
	top: 2px;
	text-decoration: none;
}

