/* CSS Document */
.swiper-viewport {
	margin: 0 0 0px;
	background: none;
	z-index: 1;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}

#slideshow0.swiper-container-fade .swiper-slide {
	width:100%;
	height:600px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

@media (max-width:525px) {
	#slideshow0.swiper-container-fade .swiper-slide {
		height:300px;
	}
}
@media (min-width:525px) and (max-width:768px) {
	#slideshow0.swiper-container-fade .swiper-slide {
		height:400px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	#slideshow0.swiper-container-fade .swiper-slide {
		height:500px;
	}
}

.swiper-container-fade .swiper-slide.link {
	cursor:pointer;
}

#home-carousel .swiper-slide .image {
	width:100%;
	height:258px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#home-carousel2 .swiper-slide .image {
	width:100%;
	height:258px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#home-carousel3 .swiper-slide .image {
	width:100%;
	height:258px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}