/***************************************************
  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 {

  overflow: hidden;
 }
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: transparent;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }


    #carousel-homeslider.owl-theme .owl-buttons div {
      width: 50px;
      height: 50px;
      line-height: 48px;
      color: transparent;
      text-align: center;
      border-style: solid;
      border-width: 1px;
      border-color: rgb(230, 230, 230);
      background-color: rgba(0, 0, 0,0.3);
      opacity: 0;
 }


.owl-theme .owl-buttons div:before {

  content: "chevron_right";
  font-family: "Material Icons";
      color: #999999;
  font-size: 32px;
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;

}
      [dir="rtl"] .owl-theme .owl-buttons div:before {
        content: "\f104"; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left;position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      z-index: 999; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        float: right; }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: "chevron_left"; }
        [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
          content: "chevron_right"; }
    .owl-theme .owl-buttons div.owl-next {
      float: right;position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      z-index: 999; }

     #carousel-homeslider.owl-theme:hover .owl-buttons div.owl-next {
        right: 20px;       opacity: 1;
 }
 #carousel-homeslider.owl-theme:hover .owl-buttons div.owl-prev {
  left: 20px;

  opacity: 1;
}
      .rtl .owl-theme .owl-buttons div.owl-next {
        float: left; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover:before {
        color: #FFFFFF;


      } }

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.owl-theme .owl-controls.clickable .owl-buttons div:hover:before{  background: url(images/degrader.png) 0px 34px;
  -webkit-background-clip: text;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 10px 0; text-align: center;}
  
 #carousel-homeslider  .owl-controls .owl-pagination {    bottom: 20px;
    left: 50%;
    margin-left: -20px;
	position: absolute;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  display: block;
  
  cursor: pointer;
    position: relative;
    background: url(../img/bullets.png) no-Repeat top left ;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    float: left;
    margin-top: -12px;
  margin: 0 6px;

}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {

    background: url(../img/bullets.png)  bottom left;

 }



/* 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 */
@media (max-width: 480px) {

  .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  
  .owl-carousel .owl-item {
    padding: 0 5px; }

}
/*# sourceMappingURL=owl.theme.css.map */
