<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================================
uses:
.element {
	@include prefixer(transform, scale(1.5), ms webkit spec);
}
=======================================*/
/*=====================================
uses:
.element {
	@include transform(scale(1.5));
}
=======================================*/
/*=====================================
uses:
.element {
	@include transition(all 300ms ease);
}
=======================================*/
/*=====================================
uses:
.element {
	font-size:em(20px);
}
=======================================*/
/*=====================================
uses:
.element {
	line-height:lh(20px,24px);
}
=======================================*/
.iq_slider {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.iq_slider.banner {
  padding: 8% 0px;
}
.iq_slider.sidebar {
  min-height: 828px;
}
@media (max-width: 800px) {
  .iq_slider.sidebar {
    max-width: 50%;
    min-width: 300px;
    min-height: 500px;
  }
}
.iq_slider .single {
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.75s ease-in-out;
}
.iq_slider .single.current {
  z-index: 1;
  opacity: 1;
}
.iq_slider .single img {
  border: 1px solid #ccc;
}
/* ~~~~~~~~~~~~~~ previous Page.css ~~~~~~~~~~~~~~~~~~ */
/*
.page_col                        { float:left; margin-left:2%; }
.page_col:first-child            { margin-left:0; }
.cols_2                            { width:48%; }
.cols_3                            { width:32%;  }
#page_left                        { float:left; width:74%; }
#page_right                        { float:right; width:20%; padding:2%; -webkit-border-radius: 0px 7px 7px 0px; border-radius: 0px 7px 7px 0px;
  background: -moz-linear-gradient(top,  rgba(235,201,151,0.5) 0%, rgba(213,176,121,0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,201,151,0.5)), color-stop(100%,rgba(213,176,121,0.5)));
  background: -webkit-linear-gradient(top,  rgba(235,201,151,0.5) 0%,rgba(213,176,121,0.5) 100%);
  background: -o-linear-gradient(top,  rgba(235,201,151,0.5) 0%,rgba(213,176,121,0.5) 100%);
  background: -ms-linear-gradient(top,  rgba(235,201,151,0.5) 0%,rgba(213,176,121,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(235,201,151,0.5) 0%,rgba(213,176,121,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ebc997', endColorstr='#80d5b079',GradientType=0 );
}
#rotating_images                { position: relative; width: 100%; height: auto; overflow: hidden; text-align: center; margin-bottom: 20px; }
#rotating_images img            { width: 100%; height: auto; position: absolute; top: 0; left: 0; }
*/
/*# sourceMappingURL=/assets/_css/themes-mysite-css-pages-Page_extension.css.map */</pre></body></html>