/***************************************************
  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 div {
     width: 45px;
     height: 45px;
     color: #ed1c24;
     text-align: center;
     background: #fff;
     border: 1px solid #eee;
     border-radius: 100%;
     display: inline-block;
     vertical-align: middle;
     padding-top: 5px;
     transition: all 0.3s ease;
     font-size: 0;
     position: absolute;
     top: 40%;
     opacity: 0;
}
.owl-theme .owl-buttons div.owl-prev {
     left: 0;
}
.owl-theme .owl-buttons div.owl-next {
     right: 0;
}
.owl-theme:hover .owl-buttons div {
     opacity: 1;
}
.owl-theme .owl-buttons div:hover {
     background: #000;
     border-color: #000;
     color: #fff;
}
.owl-theme .owl-buttons div:before {
     content: "\f105";
     font-family: "FontAwesome";
     font-size: 22px;
     display: block;
     transition: all 0.5s ease;
}
[dir="rtl"] .owl-theme .owl-buttons div:before {
     content: "\f104";
}
.owl-theme .owl-buttons div.owl-prev:before {
     content: "\f104";
}
[dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
     content: "\f105";
}
/* 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: 20px 0 0 0;
     text-align: center;
}
.owl-theme .owl-controls .owl-page {
     display: inline-block;
     zoom: 1;
     *display: inline;
}
.owl-theme .owl-controls span {
     background: #fff;
     display: block;
     width: 14px;
     height: 14px;
     margin: 0 2px;
     border-radius: 100%;
     transition: all 0.3s ease;
     border: 1px solid #707070;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
     background: #ed1c24;
     border-color: #ed1c24;
     width: 25px;
     border-radius: 10px;
}
/* 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(../../../../../img/modules/appagebuilder/img/AjaxLoader.gif)
          no-repeat center center;*/
}
/*# sourceMappingURL=owl.theme.css.map */
