@charset "utf-8";
/* CSS Document */


/*sweeper*/






.swiper-container {
        width: 100%;
        height: 100%;
     /*   margin-left: auto;
        margin-right: auto;  */
		z-index:0 !important;
		
		
    }
	.swiper-wrapper{
		width:100% !important;
		
	}
	
    .swiper-slide {
        text-align: center;
        font-size: 18px;   
        background: #fff;
		background-color:#aaa;
		 height:250px !important ;
		 width:auto !important;
		 overflow:hidden;
		z-index:0 !important;
		/*max-width:15% !important;  */
		/*width:auto;  */
		background-color:#FFFFFF !important;
	
	
		
		
		
        /* Center slide text vertically */
   /*     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-slide img{

  /*  width:120% !important;
	height:auto !important ;  */
	max-height:100% !important;
	max-width::100% !important;
/*	position:absolute;  */

}

.span_1, .span_2{ display:none; }

@media (max-width: 1299px) {
	.swiper-slide img{

  /*  width:120% !important;
	height:auto !important ;  */
/*	max-height:none !important;
	max-width::none !important;
	
	width:200% !important;
	height:auto !important;  
	

}

.swiper-slide {
	height: 200px !important;
}
*/
}
}

@media (max-width: 850px) {
.swiper-container{
		position:relative;
		display:inline-block;
		float:none;
		margin-top:0px;  
		z-index:0;
	/*	height:350px; */
	/*	height:300px; */
	}	
	
	
.swiper-slide {
	height: 200px !important;
	width:auto !important;
}
}


@media (max-width: 640px){
	
	 .swiper_class{
	/*	 height:300px !important;
/*	 position:absolute;
	 left:0;
	 top:398px;
	 width:100%;  */
	/* position:relative;
	 max-height:350px;
	 margin-top:0px !important;
	*/
	 
 }

	.swiper-container{
		
		height:250px;
		width:100%;
	}
	.swiper-container{
	 	position:relative; 
		display:inline-block;
		float:none;
	/*	margin-top:20px;  */
		z-index:0;
	/*	height:300px; */
	}
	.swiper-slide {
	height: 300px !important;
	width:auto !important;
}
}