/**
 * Pencil — Personal Portfolio and One Page Resume, Responsive Joomla Template, exclusively on Envato Market: https://themeforest.net/user/nelly-k?ref=nelly-k
 * @encoding     UTF-8
 * @version      1.0.0
 * @copyright    Copyright (C) 2018 Nelly-K (https://nelly-k.com). All rights reserved.
 * @license      Copyrighted commercial software, see http://marketplace.envato.com/licenses/standard?license=regular&ref=nelly-k
 * @author       Alexandr Khmelnytsky (info@alexander.khmelnitskiy.ua)
 * @support      support@nelly-k.com
 */

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

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

.nkslider-module .uk-dotnav > li.uk-active > a {
    opacity: 1;
    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%);*/
}

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