/***************************************************
  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 */
@media (min-width: 992px) {
  .owl-theme .owl-buttons {
    width: 55px;
    position: absolute;
    top: -85px;
    overflow: hidden;
    right: 21px; }
    .rtl .owl-theme .owl-buttons {
      left: 21px;
      right: auto; }
    .owl-theme .owl-buttons div {
      width: 25px;
      height: 25px;
      line-height: 25px;
      color: transparent;
      text-align: center;
      background: #f3f3f3;
      float: left;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .rtl .owl-theme .owl-buttons div {
        float: right; } }
.owl-theme .owl-buttons div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0; }
  .owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #999999;
    font-size: 1rem;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    [dir="rtl"] .owl-theme .owl-buttons div:before {
      content: "\f104"; }
  .owl-theme .owl-buttons div.owl-prev {
    float: left; }
    .rtl .owl-theme .owl-buttons div.owl-prev {
      float: right; }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f104"; }
      [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f105"; }
  .owl-theme .owl-buttons div.owl-next {
    float: right; }
    .rtl .owl-theme .owl-buttons div.owl-next {
      float: left; }
  .owl-theme .owl-buttons div:hover {
    background: #f04e54; }
    .owl-theme .owl-buttons div:hover:before {
      color: #fff; }
@media (max-width: 991px) {
  .owl-theme .owl-buttons {
    width: auto;
    position: static;
    overflow: hidden; }
    .owl-theme .owl-buttons div {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      top: 50%;
      background: #fff;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -moz-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08);
      box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08); }
      .owl-theme .owl-buttons div.owl-prev {
        right: auto;
        left: 0px; }
      .owl-theme .owl-buttons div.owl-next {
        right: 0px;
        left: auto; } }
.owl-theme:hover .owl-buttons div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* 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 20px;
  text-align: center; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  background: #f1f1f1;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-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 {
  width: 13px;
  height: 13px;
  background: #ccc; }

/* 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 */
