@charset "utf-8";
/* CSS Document */
a.back-to-top {
	display: none;
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 0px;
	-webkit-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
	background-color: #A2CE60;
	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: 80px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 0px;
	-webkit-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
	background-color: #A2CE60;
	background-image: url("../images/main-images/up-arrow.png");
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}
