/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 10, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-row {
    margin: 0 -15px;
  }
  
  /* line 14, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-carousel {
    position: relative;
    display: block;
    width: 100%;
  }
  /* line 18, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-carousel .owl-item {
    padding: 0 15px;
  }
  
  /* line 22, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls {
    text-align: center;
  }
  
  /* Styling Next and Prev buttons */
  /* line 28, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    left: -30px;
    height: 32px;
    width: 32px;
    color: #424242;
    font-size: 0;
    line-height: 0;
    background: white;
    visibility: hidden;
    border: 2px solid #424242;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  /* line 43, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div:before, .owl-theme .owl-controls .owl-buttons div:after {
    position: absolute;
    font-weight: 300;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 28px;
    width: 32px;
    height: 32px;
  }
  /* line 52, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
    left: inherit;
  }
  /* line 55, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    left: 0;
  }
  /* line 409, ../../../../../sass/mixins/_theme.scss */
  .rtl .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    right: 0;
    left: auto;
  }
  /* line 61, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: "\f104";
    right: 0;
  }
  /* line 416, ../../../../../sass/mixins/_theme.scss */
  .rtl .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    left: 0;
    right: auto;
  }
  /* line 66, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div:hover {
    background: #fe6658;
    border: 2px solid #fe6658;
    color: #FFF;
  }
  
  /* line 77, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .block_content:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  /* line 80, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .block_content:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
  }
  /* line 81, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .block_content:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: inherit;
  }
  
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* line 91, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
  }
  
  /* Styling Pagination*/
  /* line 98, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
  }
  
  /* line 103, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
  }
  
  /* line 114, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  /* If PaginationNumbers is true */
  /* line 120, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  
  /* preloading images */
  /* line 130, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center;
  }
  