@charset "utf-8";

/*
Back to top button
*/
#back-top {
	position: fixed;
	bottom: 110px;
	margin-left: 754px;
}
#back-top a {
	width: 108px;
	display: block;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	opacity: 0.5;
	width: 119px;
	height: 42px;
	display: block;
	margin-bottom: 7px;
	background: #fff url('../images/up-arrow.png') no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 7px;
	/* background color transition */

}
#back-top a:hover span {
	background-color: #FFD324;
	opacity: 0.8;
}