@charset "utf-8";
/* CSS Document */
a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 65px;
	-webkit-border-radius: 30px 30px 30px 30px;
	
	-moz-border-radius: 30px 30px 30x 30px;
	border-radius: 30px 30px 30px 30px;
	background-color: #F60;
	background-image: url(../images/main-images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}

@media only screen and (min-width: 481px) { 

}
@media only screen and (min-width: 1200px) { 

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 55px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30x 30px;
	border-radius: 30px 30px 30px 30px;
	background-color: #F60;
	background-image: url(../images/main-images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}
