﻿#pagewrap { position: relative; margin: 0 auto; max-width: 1170px; width:100%; padding-left: 87%;}
#back-top { position: fixed; bottom: 0px; margin-left: 100px;}

/*
@media screen and (min-width: 768px) {
	#pagewrap { position: relative; margin: 0 auto; }
	#back-top { position: fixed; right: 2px; bottom: 0px; }
}
*/
@media screen and (max-width: 780px) {
	#pagewrap { position: relative; margin: 0 auto; }
	#back-top { position: fixed; right: 2px; bottom: 0px; }
}

#back-top a {
	display: block;
	width: 44px;
	color: #FFF;
	background: #D9EAA3;
	text-align: center;
	font: 32px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
#back-top a:hover { color: #FFF; }

#back-top span {
	display: block;
	width: 44px;	
	height: 44px;
	margin-bottom: 7px;
	/* background: #EA6A03; */
	background-image: linear-gradient(to top, #A1C62F 0%, #f9f047 100%);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
#back-top a:hover span { background-color: #A1C62F; }
