<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider { float:left; width:100%;}
#owl-demo .item img { display: block; width: 100%; height: auto;}
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* slider dot css */
#owl-demo .owl-pagination { display:none;}
#slider-2 .owl-pagination { display:none;}

/* display none until init */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
.grabbing { cursor: url(grabbing.png) 8 8, move; }
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }



@media only screen and ( max-width:1320px) {
#prices-slider .owl-theme .owl-controls .owl-buttons div { margin: 6px 10px;}
.space2 { margin:10px 0;}	
.space3 { margin:10px 0;}	
.space4 { margin:10px 0;}	
}

@media only screen and ( max-width:767px) {
#owl-demo .item img { min-height:200px;}

.prices-box-1 { width:24%;}
.prices-box-2 { text-align:center;}
.prices-box-3 {width: 38%; margin: 0 40px;}
.prices-box-4 { text-align:center;}

.prices-title li h1 { margin:0px; padding:0 0 10px;}
.prices-title li h2 {margin:0px; padding:0 0 10px;}
}

@media only screen and ( max-width:640px) {
.prices-box p { margin:0px; padding:5px 0;}
.prices-box h2 { font-size:18px; padding:5px 0;}
.prices-box-3 { width:32%; margin:0 20px;}
.prices-box h2 { font-size:15px; line-height:18px;}
.prices-box p { margin:0px; padding:6px 0; line-height:22px;}
.prices-box-4 .space2 { margin:50px 0;}

.prices-installations-right h2 { font-size:14px;}
.prices-installations-left h3 { font-size:16px;padding: 9px 0;}
}

@media only screen and ( max-width:520px) {
.prices-title li h2 { font-weight: normal; font-size: 16px; margin: 0; padding: 0;}
.prices-title li h1 { font-size: 15px;}
.prices-title li { width: 24%; margin-right: 20px;}
.prices-btn a { padding: 5px 15px; color: #2eb2e4; font-size:17px;	}
}


@media only screen and ( max-width:420px) {
.prices-box p { line-height:20px; font-size:12px;}
.prices-box h2 { padding:0 0 22px; font-size:15px;}
.prices-box-3 h2 {font-size:13px; line-height:16px; padding:5px 0;}
.prices-box-3 p {font-size:12px; line-height:18px;}


.prices-title li h2 { font-size:12px;}
.prices-title li h1 { font-size:12px;}

}














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