/* UP: Back to Top Button */

/* UP: Back to Top Button */
#up:active {}


#up [class^="fa fa-"]{

	font-size: 38px;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;	
	text-shadow: #777 0 0 2px;
	margin-right: auto;
	margin-left: auto;
}


#up:active {}
#up span:before{	content: "";}
#up {
	bottom: 0;	
	z-index: 1001;
	 position: fixed;	
	text-transform: uppercase;
	overflow: visible;
	 letter-spacing: 1px;
	display: block;
	height: 50px;
	width: 50px;
	right: 22px;
}

#up span {	
	margin: 0 auto;
		
  display: block !important;
	padding: 0;

	width: 100%;
	height: 40px;
}

#up a:link span {/* here was an image  	color: #cacaca;*/

	font: 10px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 1px;
	text-align: center;	
		transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

#up a:hover span {}
#up a:active span {}

@media only screen and (max-width: 600px) {
#up a:link span {	
		transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
#up {	
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	top: 14px;
} 

}

