@charset "UTF-8";

/* Scroll to Top ==================================================================================== */
.scroll-top {
    position: fixed;
	bottom: 0px;
	right: 5%;
	display: none;
	margin-bottom: 0px;
    float: right;
    list-style: none;
}
.scroll-top i {
    font-size: 24px;
	color:#444;
}
.scroll-top > li > a {
    padding: 12px 10px;
    background-color: rgba(234, 234, 234, .8);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	display: block;
	text-decoration:none;
	width: 34px;
    height: 26px;
}
.scroll-top a:hover, 
.scroll-top a:focus {
    background-color: #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
