div.nx-oriel-gallery .nx-gallery-container{
    position:relative;
    z-index: 1;

}

div.nx-oriel-gallery .nx-oriel-gallery * {

}

div.nx-oriel-gallery .oriel-item-container{
    position:relative;
}

div.nx-oriel-gallery .oriel-item{
    transition: all .2s linear;
}

div.nx-oriel-gallery .oriel-item *{
    transition: all .2s linear;
}

div.nx-oriel-gallery .oriel-item a{
}

div.nx-oriel-gallery .oriel-item:hover img{
}

div.nx-oriel-gallery .oriel-gallery-cover{

}

/* Borders */
div.nx-oriel-gallery .nx-border-tiny{
    background: #fffffc;
    padding: 5px;
}
div.nx-oriel-gallery .nx-border-xsmall{
    background: #fffffc;
    padding: 10px;
}
div.nx-oriel-gallery .nx-border-small{
    background: #fffffc;
    padding: 20px;
}
div.nx-oriel-gallery .nx-border-medium{
    background: #fffffc;
    padding: 30px;
}
div.nx-oriel-gallery .nx-border-large{
    background: #fffffc;
    padding: 40px;
}

/* Border
* @since Version 1.2
*/
div.nx-oriel-gallery .nx-image-border{
    border: 20px solid #fffffc;
}

/*Alignement*/
div.nx-oriel-gallery .nx-move-right{
    margin-left:auto;
}

/* Customs */
div.nx-oriel-gallery .nx-grayscale-element {
    filter: grayscale(1);
    transition: .5s ease-in-out;
}

div.nx-oriel-gallery .nx-grayscale-element:hover {
    filter: grayscale(0);
}

div.nx-oriel-gallery .nx-blur-element {
     filter: blur(4px);
}

div.nx-oriel-gallery .nx-blur-element:hover {
    filter: blur(0);
}

/* Overlay */
div.nx-oriel-gallery div.nx-cover-center-overlay-container div.nx-overlay-link {
    padding:10px;
}

/* Version 1.4 Updates */
.oriel-item-container .nx-img-placeholder {
    background: #eee;
    background: linear-gradient(90deg, #eee 5%, #f5f5f5 30%, #eee 40%);
    border-radius: 5px;
    background-size: 200% 150%;
    animation: 1.5s shine linear infinite;
}
.oriel-item-container .nx-img-placeholder-div {
    background: #eee;
    background: linear-gradient(90deg, #eee 5%, #f5f5f5 30%, #eee 40%);
    border-radius: 5px;
    background-size: 200% 150%;
    animation: 1.5s shine linear infinite;
    position: absolute;
    inset: 1px;
    z-index: -1;
}
@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.nx-process-overlay {
    padding-left:4px;
    padding-right:4px;
    cursor:pointer;
}

    /* Tabs */
.uk-subnav > li > a,
.uk-subnav > li:hover > a,
.uk-subnav > li.uk-active > a{
    text-decoration: none !important;
}

/* Version 1.6 Updates */
.oriel-slideshow-controls{
    margin-top: 15px;
}


