/**
 * Aklere Slider — Content Slider Module for WP, exclusively on Envato Market: http://codecanyon.net/user/aklare
 * @encoding     UTF-8
 * @version      1.0
 * @copyright    Copyright (C) 2015 Aklare (http://aklare.com). All rights reserved.
 * @license      GNU General Public License version 2 or later, see http://www.gnu.org/licenses/gpl-2.0.html
 * @author       Alexandr Khmelnytsky (support@aklare.com)
 */

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


.akslider-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%);*/
}

.akslider-module .uk-dotnav > li.uk-active > a {
    opacity: 1;
    box-shadow: 0px 0px 30px 0px #6AA0F1 inset;
   // border: 3px solid rgba(80, 173, 226, 0.6);
/* Uncomment this if you want gray effect for thumbs */
/*    filter: none;  IE6-9 
    -webkit-filter: grayscale(0%);*/
}

.akslider-module .uk-dotnav.ang-squarenav > * > *{
    border-radius: 0;
}
.akslider-module .uk-dotnav.ang-squarenav > li > a{
    width: 70px;
    height: 45px;
    border:1px solid rgba(106, 160, 241, 0);
    transition: all 0.3s ease 0s; 
}
.akslider-module .uk-dotnav.ang-squarenav > li:hover > a {
    border-color: rgba(106, 160, 241, 1);
}
.akslider-module .uk-dotnav.ang-squarenav > li.uk-active > a {
    border:1px solid rgba(106, 160, 241, 1);
}

.akslider-module iframe {
    pointer-events: none !important;
}
.akslider-module .uk-dotnav{
    display:block;
}
.akslider-module .uk-dotnav > li{
    float:none;
    display:inline-block;
    padding-left: 10px;
    margin-top: 10px;
}
