/*-----------------------*/
/**
* 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/views/css/owl.theme.scss */
.owl-row {
  margin: 0;
}

/* line 15, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-carousel .owl-item {
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 15, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-carousel .owl-item {
    padding: 0 7.5px;
  }
}

/* Styling Next and Prev buttons */
/* line 26, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls {
  text-align: center;
}
/* line 28, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons {
  width: 85px;
  position: absolute;
  height: 40px;
  top: -75px;
  right: 15px;
}
/* line 414, ../../../../../sass/mixins/_theme.scss */
.rtl .owl-theme .owl-controls .owl-buttons {
  left: 15px;
  right: auto;
}
@media (max-width: 480px) {
  /* line 28, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}
/* line 37, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 40px;
  color: #000;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
/* line 46, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
}
/* line 51, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 45px;
}
/* line 53, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
/* line 57, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
/* line 62, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-buttons div:active, .owl-theme .owl-controls .owl-buttons div:focus {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: #f26524;
  color: #fff;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 73, ../../../../../sass/modules/appagebuilder/views/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 80, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 85, ../../../../../sass/modules/appagebuilder/views/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 96, ../../../../../sass/modules/appagebuilder/views/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 102, ../../../../../sass/modules/appagebuilder/views/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 112, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
