/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 [class*="uk-animation"] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
}
/* Elimina overlays de Vegas Slideshow */
.vegas-overlay,
.vegas-slide:before {
    background: none !important;
	opacity: 1 !important; 
}

/* Elimina overlays de Camera Slideshow */
.camera_wrap:before,
.camera_wrap .camera_overlayer,
.camera_wrap .camera_fakehover {
    background: none !important;
    opacity: 1 !important;
}

/* Elimina posibles overlays globales */
.slideshow:before,
.slideshow:after {
    background: none !important;
    opacity: 1 !important;
}
