
.scroll-to-top {
	position: fixed;
	background:url(scroll-to-top.png) no-repeat;
	cursor: pointer;
	bottom: 5px;
	right: 0px;
	width:55px;
	height: 55px;
	padding-right: 1em;
	display: none;
	z-index: 999;
}

@media screen and (max-width:480px) {
.scroll-to-top {
	bottom: 52px;
}
}
@media only screen and (min-width:481px) and (max-width:768px) {
.scroll-to-top {
	bottom: 52px;
}
}

@media screen and (max-width: 600px) {
#scroll-down {
	width:100%;
	height: 320px;
	background-color: #fb403a;
	text-align: center;
	padding-top:200px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
}	
