@charset "UTF-8";
/***************************************************
  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: 81px;
  position: absolute;
  top: -45px;
  right: 15px; }
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: 99px;
    text-align: center;
    position: relative;
    color: transparent;
    font-size: 1px;
    overflow: hidden;
    background: rgba(54, 58, 66, 0.5);
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-theme .owl-buttons div:before {
      content: "";
      font-family: "FontAwesome";
      z-index: 9;
      font-weight: normal;
      color: #FFFFFF;
      text-indent: 0px;
      font-size: 14px;
      display: block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left; }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: ""; }
    .owl-theme .owl-buttons div.owl-next {
      float: right; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        background: #fcc030;
        border-color: #fcc030; }
        .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; } }

.button-middle .owl-theme .owl-buttons {
  position: static; }
  @media (min-width: 992px) {
    .button-middle .owl-theme .owl-buttons div {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      z-index: 99; }
      .button-middle .owl-theme .owl-buttons div.owl-prev {
        left: -30px;
        right: auto; }
      .button-middle .owl-theme .owl-buttons div.owl-next {
        right: -30px;
        left: auto; } }
  @media (max-width: 991px) {
    .button-middle .owl-theme .owl-buttons {
      margin: auto; }
      .button-middle .owl-theme .owl-buttons::after {
        content: "";
        display: table;
        clear: both; } }
@media (min-width: 992px) {
  .button-middle.button-hover .owl-theme .owl-buttons div {
    opacity: 0;
    filter: alpha(opacity=0); }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-prev {
      left: -50px;
      right: auto; }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-next {
      right: -50px;
      left: auto; }
  .button-middle.button-hover .owl-theme:hover .owl-buttons div {
    opacity: 1;
    filter: alpha(opacity=100); }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-prev {
      left: -3px;
      right: auto; }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-next {
      right: -3px;
      left: auto; } }

.button-bottom .owl-theme .owl-controls {
  text-align: center; }
  .button-bottom .owl-theme .owl-controls .owl-buttons {
    position: static;
    display: inline-block; }
.button-bottom.button-right .owl-theme .owl-controls {
  padding-left: 15px;
  padding-right: 15px; }
  .button-bottom.button-right .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both; }
  .button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
    float: right; }
    .rtl .button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
      float: left; }
  .button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: left; }
    .rtl .button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
      float: right; }
.button-bottom.button-left .owl-theme .owl-controls {
  padding-left: 15px;
  padding-right: 15px; }
  .button-bottom.button-left .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both; }
  .button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
    float: left; }
    .rtl .button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
      float: right; }
  .button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: right; }
    .rtl .button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
      float: left; }

.button-top .owl-theme .owl-controls {
  text-align: center; }
  .button-top .owl-theme .owl-controls .owl-buttons {
    margin: auto;
    right: 15px;
    left: 15px; }
    .rtl .button-top .owl-theme .owl-controls .owl-buttons {
      right: 15px;
      left: 15px; }

/* 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;
  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: 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(../img/AjaxLoader.gif) no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
