/* 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;
	background-color: transparent !important;
}

#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;
	text-indent: 4px;
	text-shadow: #3b3b3b 0 1px 1px;
	cursor: n-resize;
	line-height: 70px;
}

#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;
}

#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;
	-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;
}

#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 {
	opacity: 0.80;
	color: #525252;
	background-position: 50% 0;
}

#up a:active span {
	background-position: 50% 0px;
	color: #525252;
	opacity: 0.80;
}

/* @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: 23px;
	-webkit-border-top-right-radius: 23px;
	-moz-border-radius-topleft: 23px;
	-moz-border-radius-topright: 23px;
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
}

#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;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

/* @end */
