/* UP: Back to Top Button */
#up_wrapper {	
	height: 46px;
	width: 46px;
	margin-right: auto;
	margin-left: auto;
	
	transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-webkit-transition: all 0s linear !important;
	-o-transition: all 0s linear !important;
	background-color: transparent;
}

#up [class^="fa fa-"] {
	background-color: transparent !important;
	font-size: 66px;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	
	 background: -o-linear-gradient(transparent, transparent);/* remove gradient in OPERA */
	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	-o-transition: all 0.20s linear;
	text-indent: 4px;
	text-shadow: #3b3b3b 0 1px 1px;
	cursor:n-resize;
	line-height: 53px;
}

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

	height: 46px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    
    transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-webkit-transition: all 0s linear !important;
	-o-transition: all 0s linear !important;		
}

#up a:link span {
	color: #525252;
		font: 10px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 1px;
	text-align: center;
}
#up a:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;    
	color: #525252;
	background-position: 50% 0;
}
#up a:active span {
	background-position: 50% 0px;
	color: #525252;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;
}
/* @group bread crumb */

#breadcrumbcontainer {
	display: none !important;
}	
/* @end */
