/*
SWIPER STYLE
*/
.swiper-container {
	text-align: center;
}

.btn-Swiper {
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: rotate(0);
	border: 1px solid #484848;
	background-color: #B3B3B3;
}

.btn-Swiper:hover {
	background: #8CC63E;
	border: 1px solid #8CC63E;
}

.btn-Swiper::before {
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 58px;
	position: absolute;
	text-align: center;
	font-family: 'Linearicons-Free'
}

.swiper-button-next::before {
	content: '\e876';
}

.swiper-button-prev::before {
	content: '\e875';
}

.swiper-button-next, .swiper-button-prev {
	background-image: none;
}


.pogoSlider-slide {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position-y: center!important;
	background-position-x: center!important;
}