@charset "utf-8";
/* CSS Document */
	
		.slider_display{z-index:100; width:90%; max-height:60%}
		.slider_title{color:#fafafa; text-transform:uppercase; font-size:50px; font-weight:bold; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}
		.slider_description{color:#fafafa; text-transform:uppercase; font-size:30px; font-weight:normal; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}
	
	html, body {
        position: relative;
        height: 100%;
		width:100%;
    }
	
	
	
	.swiper-container2 {
				width: 100%;
				height: 70%;
				background-color:transparent;
				position:relative;
				overflow:hidden;
				border-bottom:3px #F00;
				
				/*padding-bottom: 40px;*/
			}
			
	
	.swiper-container-mob {
				width: 100%;
				height: 70%;
				background-color:transparent;
				position:relative;
				overflow:hidden;
				border-bottom:3px #F00;
				
				/*padding-bottom: 40px;*/
			}
			
    .swiper-slide {
	 	
        height: 100%;
		width:100%;
		/*opacity:.6;*/

		
        text-align: center;
        font-size: 18px;
        background: #fff;
		/*overflow:hidden;*/
		background-color:#fafafa;
		

        /* 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-active{
		/*opacity:1;*/
	}
	
	
	
	
	
	
	
	/*.swiper-slide-active div{
		opacity:0;
	}*/
	
	.swiper-pagination-bullet{opacity:1; background-color:#000; border:2px #000 solid; width:10px; height:10px; }
	.swiper-pagination-bullet-active{ background-color:#fff; }


		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.slider_display{z-index:100; width:90%; max-height:70%; position:absolute; bottom:22%; left:5%}
			.slider_title{color:#fafafa; text-transform:uppercase; font-size:35px; font-weight:bold;}
			.slider_description{color:#fafafa; text-transform:none; font-size:20px; font-weight:bold;}
				
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

