/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-row {
  margin-left: -15px;
  margin-right: -15px; }

.owl-carousel .owl-item {
  padding: 0 15px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls {
  text-align: center; }
  .owl-theme .owl-controls .owl-buttons {
    width: 85px;
    position: absolute;
    height: 30px;
    top: -36px;
    right: 0; }
    .rtl .owl-theme .owl-controls .owl-buttons {
      left: 0;
      right: auto; }
    @media (max-width: 767px) {
      .owl-theme .owl-controls .owl-buttons {
        display: none; } }
    @media (max-width: 480px) {
      .owl-theme .owl-controls .owl-buttons {
        top: -75px; } }
    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
      z-index: 10;
      width: 30px;
      height: 30px;
      background: #93c93d;
      font-size: 0;
      line-height: 30px;
      color: transparent;
      border-radius: 100%;
      -moz-box-shadow: 0 4px 8px 0 #fff;
      -webkit-box-shadow: 0 4px 8px 0 #fff;
      -o-box-shadow: 0 4px 8px 0 #fff;
      -ms-box-shadow: 0 4px 8px 0 #fff;
      box-shadow: 0 4px 8px 0 #fff; }
      .owl-theme .owl-controls .owl-buttons div:before {
        content: "\f105";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 14px; }
      .owl-theme .owl-controls .owl-buttons div.owl-prev {
        right: 50px; }
        .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
          content: "\f104"; }
      .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 15px; }
      .owl-theme .owl-controls .owl-buttons div:hover {
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        -webkit-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 20px;
  background: #869791; }

.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 */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
