/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 10, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-row {
  margin: 0;
}

/* line 15, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-carousel .owl-item {
  padding: 0 15px;
}

/* Styling Next and Prev buttons */
/* line 24, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls {
  text-align: center;
}
/* line 27, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 10;
  width: 48px;
  height: 48px;
  background: #363636;
  font-size: 0;
  line-height: 48px;
  color: transparent;
  top: 40%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
/* line 38, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div:before {
  content: '\f2ee';
  font-family: "Material-Design-Iconic-Font";
  font-size: 15px;
  color: #fff;
}
/* line 44, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
}
@media (max-width: 767px) {
  /* line 44, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }
}
/* line 49, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\f2ea';
}
/* line 53, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
}
@media (max-width: 767px) {
  /* line 53, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
}
/* line 59, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div:hover {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: #ffd32c;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 69, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

/* Styling Pagination*/
/* line 76, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 81, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 92, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* If PaginationNumbers is true */
/* line 98, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 108, ../../../../../sass/modules/appagebuilder/vie/css/owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(/images/ajaxloader.gif) no-repeat center center;
}
