/***************************************************
  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 30px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons {
  width: 55px;
  position: absolute;
  top: -85px;
  overflow: hidden;
  right: 15px; }
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: transparent;
    text-align: center;
    background: #f3f3f3;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-theme .owl-buttons div:before {
      content: "\f105";
      font-family: "FontAwesome";
      color: #000;
      font-size: 16px;
      display: block;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left; }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f104"; }
    .owl-theme .owl-buttons div.owl-next {
      float: right; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        background: #7bc4c4;
        -webkit-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: 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: #3ab16a; }

/* 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; }

/*# sourceMappingURL=owl.theme.css.map */
