/***************************************************
  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: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: visible;
  left: 0; 
  z-index: -1;}
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 80px;
    height: 80px;
    color: transparent;
    text-align: center;
    background: #f3f3f3;
    border-radius: 50%;
    position: relative;
  }
    .owl-theme .owl-buttons div:before {
      content: "";
      position: absolute;
      background-image: url('../../../../assets/img/ic-littles-arrow-sprite.png');
      background-repeat: no-repeat;
      width: 16px;
      height: 31px;
      display: block;
      left: -2px;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0; }
    .owl-theme .owl-buttons div.owl-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -85px; }
    .owl-theme .owl-buttons div.owl-next {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -85px;
    }
    .owl-theme .owl-buttons div.owl-next:before {
      background-position: -16px;
      left: 0;
      right: -2px;
    }

/* 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: 30px 0 30px;
  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: 9px;
  height: 9px;
  margin: 0 4px;
  border-radius: 100%;
  background: #ddd; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #222; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: 20px;
  width: 20px;
  color: #FFF;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 20px; }
.owl-theme .owl-controls .owl-page.active span.owl-numbers {
  padding: 2px 4px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center; }

.text-center {
  text-align: center !important; }

/*# sourceMappingURL=owl.theme.css.map */
