<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 !important;
}

#up [class^="fa fa-"] {
	background-color: transparent !important;
	font-size: 60px;
	-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: 73px;
}

#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: -60% 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=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    
    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 {
		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=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
	background-position: 50% 0;
}
#up a:active span {
	background-position: 50% 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/* @group bread crumb */
#breadcrumbcontainer {
	text-align: center;
	margin: 0 30%;

	width: 40%;
	position: fixed;
	bottom: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
#breadcrumbcontainer ul {
	list-style: none;
	margin: 0 auto;
	width: auto;
}
#breadcrumbcontainer li {
	display: inline;
	padding: 0;
}
@media only screen and (max-width: 1500px) {

#breadcrumbcontainer {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
}
}
@media only screen and (max-width: 1024px) {

#breadcrumbcontainer {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
		
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-o-border-radius-topleft: 0px;
	-o-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

}	
/* @end */
</pre></body></html>