.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: -15px;
    margin-top: -15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 10;
}
.uk-dotnav > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.uk-dotnav::after, .uk-dotnav::before {
    content: "";
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
}
.uk-dotnav::after {
    clear: both;
}
.uk-dotnav > * {
    float: left;
}
.uk-dotnav > * > * {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(50, 50, 50, 0.1);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: content-box;
    display: block;
    height: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: 100%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    width: 10px;
}
.uk-dotnav > * > *:focus, .uk-dotnav > * > *:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(50, 50, 50, 0.4);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
.uk-dotnav > * > *:active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(50, 50, 50, 0.6);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.uk-dotnav > .uk-active > * {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(50, 50, 50, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    /*transform: scale(1.3);*/
}
.uk-dotnav-contrast > * > * {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.uk-dotnav-contrast > * > *:focus, .uk-dotnav-contrast > * > *:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.uk-dotnav-contrast > * > *:active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.uk-dotnav-contrast > .uk-active > * {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.uk-dotnav-vertical {
    flex-direction: column;
}
.uk-dotnav-vertical > * {
    float: none;
}
/**/
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

/**/
.uk-slidenav {
    box-sizing: border-box;
    color: rgba(50, 50, 50, 0.4);
    display: inline-block;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(50, 50, 50, 0.7);
    cursor: pointer;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.uk-slidenav:active {
    color: rgba(50, 50, 50, 0.9);
}
.uk-slidenav-previous::before {
    content: "";
    font-family: FontAwesome;
}
.uk-slidenav-next::before {
    content: "";
    font-family: FontAwesome;
}
.uk-slidenav-position {
    position: relative;
}
.uk-slidenav-position .uk-slidenav {
    display: none;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.uk-slidenav-position:hover .uk-slidenav {
    display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
}
.uk-slidenav-contrast {
    color: rgba(255, 255, 255, 0.5);
}
.uk-slidenav-contrast:focus, .uk-slidenav-contrast:hover {
    color: rgba(255, 255, 255, 0.7);
}
.uk-slidenav-contrast:active {
    color: rgba(255, 255, 255, 0.9);
}
