/***************************************************
  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: -10px;
  margin-right: -10px; }

.owl-carousel .owl-item {
  padding: 0 10px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
  left: 10px; }
  .owl-theme .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 46px;
    color: transparent;
    text-align: center;
    transition: all 0.4s;
    border: 2px solid #ddd;
    background: #f7f8fa; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div {
        opacity: 0;
        transform: scale(0); } }
    .owl-theme .owl-buttons div.owl-prev {
      float: left; }
    .owl-theme .owl-buttons div.owl-next {
      float: right; }
    .owl-theme .owl-buttons div:before {
      content: "keyboard_arrow_right";
      font-family: "Material Icons";
      color: #000;
      font-size: 20px;
      display: block;
      transition: all 0.5s; }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "keyboard_arrow_left"; }
    .owl-theme .owl-buttons div:hover {
      background: #000;
      border-color: #000; }
      .owl-theme .owl-buttons div:hover:before {
        color: #fff; }
.owl-theme:hover .owl-buttons div {
  opacity: 1;
  transform: scale(1); }

.controls-left .owl-theme .owl-buttons {
  position: absolute;
  width: 90px;
  top: -30px;
  left: 15px; }
  .rtl .controls-left .owl-theme .owl-buttons {
    right: 15px;
    left: auto; }

.controls-right .owl-theme .owl-buttons {
  position: absolute;
  width: 90px;
  top: -30px;
  right: 15px; }
  .rtl .controls-right .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }

.controls-center .owl-theme .owl-buttons {
  position: absolute;
  width: 90px;
  top: -30px;
  left: 50%;
  margin-left: -45px; }

/* 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: 0 0 10px 0;
  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 8px;
  border-radius: 100%;
  border: 2px solid #464646; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 2px solid #333;
  background: #333; }

/* 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 */

/*# sourceMappingURL=owl.theme.css.map */
