@charset "UTF-8";
/***************************************************
  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-buttons {
  width: 70px;
  position: absolute;
  top: -45px;
  right: 15px; }
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-indent: 99px;
    text-align: center;
    position: relative;
    color: transparent;
    font-size: 1px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-theme .owl-buttons div:before {
      content: "";
      font-family: "FontAwesome";
      z-index: 9;
      font-weight: normal;
      color: #9E9E9E;
      text-indent: 0px;
      font-size: 14px;
      display: block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left; }
      html[dir="rtl"]:not(.rtl) .owl-theme .owl-buttons div.owl-prev {
        float: right; }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: ""; }
    .owl-theme .owl-buttons div.owl-next {
      float: right; }
      html[dir="rtl"]:not(.rtl) .owl-theme .owl-buttons div.owl-next {
        float: left; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        background: #79c753;
        border-color: #79c753; }
        .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; } }

.button-middle .owl-theme .owl-buttons {
  position: static; }
  @media (min-width: 992px) {
    .button-middle .owl-theme .owl-buttons div {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      z-index: 99; }
      .button-middle .owl-theme .owl-buttons div.owl-prev {
        right: auto;
        left: -30px; }
        html[dir="rtl"]:not(.rtl) .button-middle .owl-theme .owl-buttons div.owl-prev {
          right: -30px;
          left: auto; }
      .button-middle .owl-theme .owl-buttons div.owl-next {
        right: -30px;
        left: auto; }
        html[dir="rtl"]:not(.rtl) .button-middle .owl-theme .owl-buttons div.owl-next {
          right: auto;
          left: -30px; } }
  @media (max-width: 991px) {
    .button-middle .owl-theme .owl-buttons {
      margin: auto; }
      .button-middle .owl-theme .owl-buttons::after {
        content: "";
        display: table;
        clear: both; } }
@media (min-width: 992px) {
  .button-middle.button-hover .owl-theme .owl-buttons div {
    opacity: 0;
    filter: alpha(opacity=0); }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-prev {
      right: auto;
      left: -50px; }
      html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme .owl-buttons div.owl-prev {
        right: -50px;
        left: auto; }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-next {
      right: -50px;
      left: auto; }
      html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme .owl-buttons div.owl-next {
        right: auto;
        left: -50px; }
  .button-middle.button-hover .owl-theme:hover .owl-buttons div {
    opacity: 1;
    filter: alpha(opacity=100); }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-prev {
      right: auto;
      left: -3px; }
      html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-prev {
        right: -3px;
        left: auto; }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-next {
      right: -3px;
      left: auto; }
      html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-next {
        right: auto;
        left: -3px; } }

.button-bottom .owl-theme .owl-controls {
  text-align: center; }
  .button-bottom .owl-theme .owl-controls .owl-buttons {
    position: static;
    display: inline-block; }
.button-bottom.button-right .owl-theme .owl-controls {
  padding-left: 15px;
  padding-right: 15px; }
  .button-bottom.button-right .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both; }
  .button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
    float: right; }
    .rtl .button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
      float: left; }
  .button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: left; }
    .rtl .button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
      float: right; }
.button-bottom.button-left .owl-theme .owl-controls {
  padding-left: 15px;
  padding-right: 15px; }
  .button-bottom.button-left .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both; }
  .button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
    float: left; }
    .rtl .button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
      float: right; }
  .button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: right; }
    .rtl .button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
      float: left; }

.button-top .owl-theme .owl-controls {
  text-align: center; }
  .button-top .owl-theme .owl-controls .owl-buttons {
    margin: auto;
    top: -35px;
    right: 15px;
    left: 15px; }
    .rtl .button-top .owl-theme .owl-controls .owl-buttons {
      right: 15px;
      left: 15px; }
    .button-top .owl-theme .owl-controls .owl-buttons div {
      height: 20px;
      line-height: 18px; }

/* 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-pagination {
  margin: 10px 0;
  text-align: center; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #869791;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #79c753;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

@media (min-width: 992px) {
  .pagination-top .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    top: -50px;
    z-index: 9;
    right: 15px; }
    .rtl .pagination-top .owl-theme .owl-controls .owl-pagination {
      left: 15px;
      right: auto; } }

/* 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 */
