/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
.filter-list > a:hover, .filter-list > a.active {
    color: #fa5a00;
    opacity: 1;
}

.re-image .jarallax div > div {
  background-size: inherit !important;
  background-repeat: repeat !important;
}

/* CONTROLS 3
------------------------------------*/
.ctrl-3 .owl-controls {
  padding: 1px;
  height: auto;
}
.ctrl-3 .owl-nav {
  position: absolute;
  top: 50%;
  height: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}
.ctrl-3 .owl-nav > div,
.ctrl-3 .owl-nav > button {
  position: absolute;
  left: 0px;
  opacity: 1;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-start | flex-end | center | space-between | space-around */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}
.ctrl-3 .owl-nav > div:before,
.ctrl-3 .owl-nav > button:before {
  display: none;
}
.ctrl-3 .owl-nav > .owl-next {
  right: 0px;
  left: auto;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.ctrl-3 .owl-nav > .owl-prev {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.ctrl-3 [data-dots="true"] .owl-nav {
  margin-top: -42px;
}
.ctrl-3 .owl-nav > div,
.ctrl-3 .owl-nav > button,
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #252525 !important;
  text-align: center;
  font-size: 40px !important;
  height: 60px;
  width: 60px;
  z-index: 999;
}
.light.ctrl-3 .owl-nav > div,
.light.ctrl-3 .owl-nav > button,
.light.swiper-button-prev,
.light.swiper-button-next {
  color: #fff !important;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next {
  right: 0px;
}
.ctrl-3:hover .owl-nav > div,
.ctrl-3:hover .owl-nav > button {
  opacity: 1;
}
.ctrl-3.small-arrows .owl-nav > div,
.ctrl-3.small-arrows .owl-nav > button {
  top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px !important;
}
.ctrl-3.small-arrows .owl-nav > .owl-next {
  right: -40px;
}
.ctrl-3.small-arrows .owl-nav > .owl-prev {
  left: -40px;
}
.ctrl-3 .owl-nav:focus {
  outline: none;
}

@-webkit-keyframes scroll {
    from {
      left: 0px;
    }
    50% {
      left: -1000px;
    }
    to {
      left: -1920px;
    }
  }
  
.bg-anim {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat-x;
  }
  
.bg-anim {
    -webkit-animation: scroll 60s infinite linear;
  }

  .shadow-xxlarge {
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.8);
  }
  

/*@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}*/

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/