.breadcrumbs .current {
	color: #e7ff89;
	padding-bottom: 12px;
	border-bottom: 3px solid #e7ff89;
}

.bc-devider:before {
	font-family: thegem-icons;
	font-style: normal;
	width: 20px;
	vertical-align: middle;
	padding: 0px 12px;
	content: "";
}

body .gem-icon.gem-icon-size-small {
	border-width: 3px;
}

.gem-wrapbox {
	position: relative;
	margin-bottom: 1.421em;
}

.gem-wrapbox-position-below, .gem-wrapbox-position-centered {
	display: inline-block;
}

.gem-wrapbox-inner {
	position: relative;
}

.gem-wrapbox-element {
	width: 100%;
}

@keyframes scrollAnimation {
	0%, 20% {
		transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	
	10% {
		opacity: 1;
		transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}
	
	100% {
		opacity: .01;
		transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px);
	}
}

@-webkit-keyframes scrollAnimation {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}
	
	100% {
		opacity: .01;
		-webkit-transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px);
	}
}