/* Back to top button */
#back-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 1;
}
#back-top a {
        background: #20B2AA;
        color: #fff;
	display: block;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
/*#back-top a:hover {background:#C3020C;}*/
#back-top span {
color: #fff;
font-size: 16px;
margin-top: 12px;
margin-left: 2px;	
}