<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

	/*slajder*/
		.slider_frame{padding:0px 0px;  position:relative}
		
		.slider_display{z-index:100; width:40%; position:absolute; left:50%; bottom:20%;  }
		.display_texts{ max-height:200px; overflow:hidden; }
		.slider_title{color:#fc3; font-size:44px; font-weight:bold; line-height:45px; text-shadow:rgba(0,0,0,.6) 1px 1px 1px; }
		.slider_description{color:#fafafa; text-transform:uppercase; font-size:16px; font-weight:normal; margin-top:5px; }
	
	html, body {
            position: relative;
            height: 100%;
			
        }
        
        .slider_container {
            width: 100%;
			height:100%;
			z-index:10;
			
			
        }
        .slider_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_display{z-index:100; left:5%; width:90%; max-height:90%;}
			.display_texts{ max-height:220px; }
			.slider_title{ font-size:36px; }
			.slider_description{color:#fafafa; text-transform:none; font-size:16px; font-weight:normal; position:relative; top:0px; }
			
			.swiper-button-next{display:none}
			.swiper-button-prev{display:none}
			
			.slider_frame{padding:0px 0px;}
			
			
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

</pre></body></html>