@charset "utf-8";
/*------------------------------------------------------------
**
** Swiper Widget
**
--------------------------------------------------------------*/
#autoview.swiper-container {
	padding-bottom: 70px;
	width: 100%;
	height: 100%;
}
#autoview .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 80%;

	 /*Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	/*display: block;*/

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#autoview .swiper-slide:nth-child(2n) {
	width: 60%;
}
/*.swiper-slide:nth-child(3n) {
	width: 40%;
}*/
#autoview .swiper-slide h4 {
	position: absolute;
	left: 0;bottom: -40px;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: normal;
}
#autoview .swiper-slide>a {
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
}



#autoview.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	height: 2px;	
	background-color: #eee;	
}

#autoview.swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	height: 2px;
	background-color: #eee;
	border-radius: 0;
}
#autoview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
#autoview .swiper-scrollbar-drag {
	background-color: #bea67c;
}



#autoview.swiper-container.dark .swiper-pagination-bullet {
	background: #888;
    opacity: .5;
}
#autoview.swiper-container.dark .swiper-pagination-bullet-active {
	background: #fff;
	opacity: .9;
}



@media (min-width: 1200px) {
	#autoview.swiper-container-horizontal>.swiper-scrollbar {
		width: 770px;
	}
}	

@media (max-width: 540px) {
	#autoview .swiper-slide {
		width: 380px !important;
    	height: 250px !important;
	}
}
@media (max-width: 340px) {
	#autoview .swiper-slide {
		width: 280px !important;
    	height: 200px !important;
	}
}


