/***************************************************
  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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .owl-theme .owl-buttons div {
    display: inline-block;
    position: initial;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    font-size: 28px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100); }
    .owl-theme .owl-buttons div.owl-prev {
      left: -30px;
      right: 0; }
    .owl-theme .owl-buttons div.owl-next {
      right: -30px;
      left: 0; }
    .owl-theme .owl-buttons div:hover {
      background: #00bcd4;
      color: #FFFFFF; }
.owl-theme:hover .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .owl-theme:hover .owl-buttons div.owl-prev {
    left: -25px; }
    .rtl .owl-theme:hover .owl-buttons div.owl-prev {
      right: -25px;
      left: auto; }
  .owl-theme:hover .owl-buttons div.owl-next {
    right: -25px; }
    .rtl .owl-theme:hover .owl-buttons div.owl-next {
      left: -25px;
      right: auto; }
  @media (max-width: 1024px) {
    .owl-theme:hover .owl-buttons div.owl-prev {
      left: 0; }
      .rtl .owl-theme:hover .owl-buttons div.owl-prev {
        right: 0;
        left: auto; }
    .owl-theme:hover .owl-buttons div.owl-next {
      right: 0; }
      .rtl .owl-theme:hover .owl-buttons div.owl-next {
        left: 0;
        right: auto; } }

.rtl .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: -30px;
  left: 0; }

.rtl .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -30px;
  right: 0; }

/* 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 {
  text-align: center; }
  .owl-theme .owl-controls .owl-pagination {
    padding: 30px 0 5px; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
  .owl-theme .owl-controls span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 100%;
    background: #FFFFFF;
    -moz-box-shadow: 0 -1px 0 1px #cdcdcd;
    -webkit-box-shadow: 0 -1px 0 1px #cdcdcd;
    -o-box-shadow: 0 -1px 0 1px #cdcdcd;
    -ms-box-shadow: 0 -1px 0 1px #cdcdcd;
    box-shadow: 0 -1px 0 1px #cdcdcd; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e24647;
  -moz-box-shadow: 0 -1px 0 1px #c4362b;
  -webkit-box-shadow: 0 -1px 0 1px #c4362b;
  -o-box-shadow: 0 -1px 0 1px #c4362b;
  -ms-box-shadow: 0 -1px 0 1px #c4362b;
  box-shadow: 0 -1px 0 1px #c4362b; }

/* 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 */
