/**
 * MD Slider for GymGain Joomla Template
 * Exclusively on Envato Market: https://1.envato.market/cc-merkulove
 * 
 * @encoding     UTF-8
 * @version      1.0.0
 * @copyright    Copyright (C) 2019 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license      Envato Standard License https://1.envato.market/KYbje
 * @author       Alexandr Khmelnytsky (info@alexander.khmelnitskiy.ua)
 * @support      dmitry@merkulov.design
 **/

.mdslider-module .uk-dotnav > li > a {
    width: 55px;
    height: 55px;
    background-size: cover !important;
    background-repeat: no-repeat;
    /*opacity: 0.7;*/
    opacity: 1;
    position: relative;
    filter: opacity(.5);
/* Uncomment this if you want gray effect for thumbs */
/*    filter: gray;  IE6-9 
    -webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.mdslider-module .uk-dotnav > li:hover > a {
    opacity: 0.9;
    filter: none;
/* Uncomment this if you want gray effect for thumbs */
/*    filter: none;  IE6-9 
    -webkit-filter: grayscale(0%);*/
}

.mdslider-module .uk-dotnav > li.uk-active > a {
    opacity: 1;
    filter: none;
    border: 3px solid rgba(0, 0, 0, 0.6);
/* Uncomment this if you want gray effect for thumbs */
/*    filter: none;  IE6-9 
    -webkit-filter: grayscale(0%);*/
}

.mdslider-module iframe {
    pointer-events: none !important;
}