.swiper-container {
	width: 100%;
	/*max-width: 1140px;*/
	height: 100%;
	max-height: 420px;
}

.swiper-container .swiper-btn { 
 font-size: 1em; line-height: 1.2em; padding: 5px; width: 48%; max-width: 350px; position: absolute; left: 10px; bottom:10%; 
 text-align: center;
 border:2px solid #b48282; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; text-decoration:none; display:inline-block; color: #ffffff;
 background-color: #702121; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebdada), to(#883636));
 background-image: -webkit-linear-gradient(top, #ebdada, #883636);
 background-image: -moz-linear-gradient(top, #ebdada, #883636);
 background-image: -ms-linear-gradient(top, #ebdada, #883636);
 background-image: -o-linear-gradient(top, #ebdada, #883636);
 background-image: linear-gradient(to bottom, #ebdada, #883636);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ebdada, endColorstr=#883636);
}

.swiper-container .swiper-btn:hover {
 border:2px solid #a36565; color: #FFFFFF;
 cursor: pointer;
 background-color: #702121; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebdada), to(#702121));
 background-image: -webkit-linear-gradient(top, #ebdada, #702121);
 background-image: -moz-linear-gradient(top, #ebdada, #702121);
 background-image: -ms-linear-gradient(top, #ebdada, #702121);
 background-image: -o-linear-gradient(top, #ebdada, #702121);
 background-image: linear-gradient(to bottom, #ebdada, #702121);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ebdada, endColorstr=#702121);
}

.swiper-slide a {
	width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.scoll-hori {
		max-height: 300px;
		overflow: scroll;
		overflow-x: hidden;
	}
	.swiper-container {	max-height: 300px; }
	.swiper-slide > div.swiper-slogan {
		position: absolute;
		font-size: 0.8em;
		top:0px; 
		left: 0px; 
		width: calc(100%); 
		padding: 10px; 
		background: rgba(0, 0, 0, 0.4); 
		color: white; 
		text-align: left;
	}
	.swiper-slide > div a {
		z-index: -2;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.swiper-slide > div.swiper-slogan {
		position: absolute; 
		top:20px; 
		left: 20px; 
		width: calc(100% - 50px); 
		padding: 10px; 
		background: rgba(0, 0, 0, 0.4); 
		color: white; 
		text-align: left;
	}
	
	.swiper-container .swiper-btn { font-size: 1.2em; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.swiper-container {	max-height: 470px; }
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	margin-top:0px;
	padding-top:0px;
	height: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-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;
}

.swiper-pagination { bottom: 5px; display:none; }

.swiper-slide img {
	width: 100%;
}

.swiper-button-next, .swiper-button-prev {
	display: none;
}

.swiper-container:hover > .swiper-button-next, .swiper-container:hover > .swiper-button-prev {
	display: inline;
}