/***************************************************
  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: 0; }

.owl-carousel .owl-item {
  padding: 0; }

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons {
  position: absolute;
  width: 100%;
  top: -45px;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .rtl .owl-theme .owl-buttons {
    left: 0px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 25px;
    height: 45px;
    line-height: 38px;
    color: white;
    font-size: 24px;
    text-align: center;
    background: #92778f;
    position: absolute;
    right: 0;
    -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; }
    .rtl .owl-theme .owl-buttons div {
      left: 0;
      right: auto; }
    .owl-theme .owl-buttons div.owl-prev {
      right: 25px; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        left: 25px;
        right: auto; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        background: #f07279;
        -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; }
        .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; } }

/* 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; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  zoom: 1;
  background-color: transparent\9; }

/* 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; }

.owl-carousel .owl-item:hover {
  z-index: 9;
  position: relative; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center; }

.footer-top .widget-manufacture .owl-carousel .owl-item .item {
  margin-right: 10px; }
  .rtl .footer-top .widget-manufacture .owl-carousel .owl-item .item {
    margin-left: 10px;
    margin-right: inherit; }
.footer-top .widget-manufacture .owl-carousel .owl-buttons div {
  width: auto;
  height: auto;
  background: transparent;
  color: #c7bcc7;
  font-size: 45px;
  bottom: 50%;
  transform: translateY(40%);
  position: absolute;
  z-index: 1000; }
.footer-top .widget-manufacture .owl-carousel .owl-buttons .owl-prev {
  left: -15px; }
  .rtl .footer-top .widget-manufacture .owl-carousel .owl-buttons .owl-prev {
    right: -15px;
    left: auto; }
.footer-top .widget-manufacture .owl-carousel .owl-buttons .owl-next {
  right: -15px; }
  .rtl .footer-top .widget-manufacture .owl-carousel .owl-buttons .owl-next {
    left: -15px;
    right: auto; }

/*# sourceMappingURL=owl.theme.css.map */
