/* UP: Back to Top Button */

#up {
	bottom: 0;
	 width: 46px;
	padding: 0;	
	z-index: 1000;
	right: 1.5px;
	 margin: 0 1% 0 0;
	 position: fixed;	
	text-transform: uppercase;
	overflow: visible;
	 letter-spacing: 1px;
	height: 46px;
	display: block;
}
#up span {	
	width: 46px;	
	margin: 0;
	opacity:0.6;		
  border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
border-top-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px; 
  display: block !important;
	padding: 2px 0 0;	
		transition: all 0.11s linear;
	-moz-transition: all 0.11s linear;
	-webkit-transition: all 0.11s linear;
	-o-transition: all 0.11s linear;
	height: 46px;
	float: right;
}

#up a:link span {
	background: #303030 url(../../images/elements/icons/up.png) no-repeat 50% 21px;
	color: #f1f1f1;
		font: 10px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 1px;
}

#up a:hover span {opacity:0.7;
	color: #f1f1f1;
	background-position: 50% 17px;
}

#up a:active span {
	opacity:1.0;
	background-position: 50% 15px;
	color: #f1f1f1;
}

@media only screen and (max-width: 239px) {
#up, #up a, #up spam {	display: none !important;}
}
