a.pop {
	color: #fff;
	text-decoration: none;
}
.yze-slider {
	position: relative;
	top: 30px;
	height: 130px;
}
.yze-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	top:10px;
	left: 0;
	overflow: hidden;
	text-align: center;
	pointer-events: none;

}
.fa-5x {
    margin-right: -20px;
}
.pin {
position:relative;
height:69px;
width:30px;
margin:0 auto;
}
.pin img {
position:absolute;
left:0;
transition: all 0.3s ease-in-out 0s;
}

.pin img.top:hover {
opacity:0;
}
.no-js .yze-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.yze-slider ul.yze-current {
	pointer-events: auto;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.8);
	padding-top:50px;
	transition: all 0.6s ease-in-out 0s;
}
.yze-slider ul.yze-current a:hover {
	color: #6D8136;
	transition: all 0.3s ease-in-out 0s;
}
.yze-slider ul li {
	display: inline-block;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .yze-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.yze-slider ul li a,
.yze-slider ul li img {
	display: block;
	margin: 0 auto;
}

.yze-slider ul li a {
	outline: none;
	cursor: pointer;
}

.yze-slider ul li img {
	max-width: 100%;
	border: none;
}

.yze-slider ul li h4 {
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.yze-slider ul li:hover {}
.yze-slider nav {
position: relative;
top: -33px;
text-align: center;
margin: 0px auto;
width: 100%;
background:#000;
}

.no-js nav {
	display: none;
}

.yze-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	position: relative;
	color: #777;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.yze-slider nav a:hover,
.yze-slider nav a.yze-selected {
	color: #fff;
	text-decoration:none;
}
.yze-slider ul:first-child li,
.no-js .yze-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

.yze-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.yze-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.yze-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.yze-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.yze-slider ul.yze-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.yze-slider ul.yze-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.yze-slider ul.yze-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.yze-slider ul.yze-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.yze-slider ul.yze-moveToLeft li:first-child,
.yze-slider ul.yze-moveFromRight li:first-child,
.yze-slider ul.yze-moveToRight li:nth-child(4),
.yze-slider ul.yze-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.yze-slider ul.yze-moveToLeft li:nth-child(2),
.yze-slider ul.yze-moveFromRight li:nth-child(2),
.yze-slider ul.yze-moveToRight li:nth-child(3),
.yze-slider ul.yze-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.yze-slider ul.yze-moveToLeft li:nth-child(3),
.yze-slider ul.yze-moveFromRight li:nth-child(3),
.yze-slider ul.yze-moveToRight li:nth-child(2),
.yze-slider ul.yze-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.yze-slider ul.yze-moveToLeft li:nth-child(4),
.yze-slider ul.yze-moveFromRight li:nth-child(4),
.yze-slider ul.yze-moveToRight li:first-child,
.yze-slider ul.yze-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}

.yze-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.yze-slider nav {
		max-width: 90%;
	}
	.yze-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.yze-slider {
		height: 300px;
	}
	.yze-slider nav {
		top: 220px;
	}
}

@media screen and (max-width: 490px){ 
	.yze-slider {
		text-align: center;
		height: auto;
	}

	.yze-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.yze-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.yze-slider nav {
		display: none;
	}
}

