@charset "utf-8";
/* CSS Document */

	/*slajder*/
		.slider_frame{ padding-top:30%; position:relative}
		.slider_iner{ position:absolute; top:0px; left:0px; width:100%; height:100%;}
		.slider_display{z-index:100; width:40%; position:absolute; left:10%; bottom:20%; display:none }
		.display_texts{ max-height:200px;  }
		.slider_title{color:#fafafa; text-transform:uppercase; font-size:50px; font-weight:bold; text-shadow: 2px 2px 4px #000000;}
		.slider_description{color:#fafafa; text-transform:none; font-size:18px; font-weight:normal; letter-spacing:1px; text-shadow: 2px 2px 4px #000000;}
	
	html, body {
            position: relative;
            height: 100%;
			
        }
        
        .swiper-container {
            width: 100%;
			height:100%;
			z-index:10;
			position:relative;
			
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;

    
            /* 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;
        }
        
        .boxsize{box-sizing:border-box; }
		

		
		.swiper-pagination-bullet{opacity:1; background-color:transparent; border:4px #fafafa solid; width:10px; height:10px; border-radius:10; border:3}
		.swiper-pagination-bullet-active{ background-color:#fafafa; }
	


		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			.slider_frame{ padding-top:100%; position:relative}
			.slider_iner{ position:absolute; top:0px; left:0px; width:100%; height:100%;}
			
			.slider_display{z-index:100; width:90%; max-height:90%;}
			.slider_title{color:#fafafa; text-transform:uppercase; font-size:40px; font-weight:bold;}
			.slider_description{color:#fafafa; text-transform:none; font-size:16px; font-weight:normal;}
			
			.swiper-button-next{display:none}
			.swiper-button-prev{display:none}
			
			
			
			
			
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

