/***************************************************
  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 */
@media (max-width: 991px) {
  .owl-theme .owl-buttons {
    position: absolute;
    top: -60px;
    background: #FFFFFF;
    right: 15px; }
    .rtl .owl-theme .owl-buttons {
      left: 15px;
      right: auto; } }
@media (max-width: 480px) {
  .owl-theme .owl-buttons {
    top: -40px; } }
.owl-theme .owl-buttons div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  color: transparent;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #bf9a61;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 992px) {
    .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 51%;
      top: auto;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%);
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0); } }
  .owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #bf9a61;
    font-size: 20px;
    line-height: 28px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative; }
    [dir="rtl"] .owl-theme .owl-buttons div:before {
      content: "\f104"; }
  @media (max-width: 991px) {
    .owl-theme .owl-buttons div.owl-prev {
      float: left;
      margin-right: 2px; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        float: right; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        margin-left: 2px;
        margin-right: inherit; } }
  @media (min-width: 992px) {
    .owl-theme .owl-buttons div.owl-prev {
      left: 0; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        right: 0;
        left: auto; } }
  .owl-theme .owl-buttons div.owl-prev:before {
    content: "\f104"; }
    [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f105"; }
  .owl-theme .owl-buttons div.owl-prev:after {
    border-right: 9px solid #bf9a61;
    left: -9px; }
    .rtl .owl-theme .owl-buttons div.owl-prev:after {
      border-left: 9px solid #bf9a61;
      border-right: inherit; }
    .rtl .owl-theme .owl-buttons div.owl-prev:after {
      right: -9px;
      left: auto; }
  @media (max-width: 991px) {
    .owl-theme .owl-buttons div.owl-next {
      float: left; }
      .rtl .owl-theme .owl-buttons div.owl-next {
        float: right; } }
  @media (min-width: 992px) {
    .owl-theme .owl-buttons div.owl-next {
      right: 0; }
      .rtl .owl-theme .owl-buttons div.owl-next {
        left: 0;
        right: auto; } }
  .owl-theme .owl-buttons div.owl-next:after {
    border-left: 9px solid #bf9a61;
    right: -9px; }
    .rtl .owl-theme .owl-buttons div.owl-next:after {
      border-right: 9px solid #bf9a61;
      border-left: inherit; }
    .rtl .owl-theme .owl-buttons div.owl-next:after {
      left: -9px;
      right: auto; }
  @media (min-width: 992px) {
    .owl-theme .owl-buttons div:hover {
      background: #bf9a61;
      border-color: #bf9a61;
      -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; } }
@media (min-width: 992px) {
  .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .owl-theme:hover .owl-buttons div.owl-prev {
      left: -20px; }
      .rtl .owl-theme:hover .owl-buttons div.owl-prev {
        right: -20px;
        left: auto; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .owl-theme:hover .owl-buttons div.owl-next {
      right: -20px; }
      .rtl .owl-theme:hover .owl-buttons div.owl-next {
        left: -20px;
        right: auto; } }

/* 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; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
