#sys_galleryWrap
{
    margin: 1em auto;
    width: 80%;
    position: relative;
    text-align: center;
}

.sys_galleryAlbum
{
    display:inline-block;
    border: solid 1px #D1D1D1;
    background-color: #EDEDED;
    width: 202px;
    height: 182px;
    text-align: center;
    margin: 1em;
    position: relative;
}

.sys_galleryAlbum img
{
    opacity: 0.5;
    transition-duration: 1s;
}

.sys_galleryAlbum:hover img
{
    opacity: 1;
}

.sys_galleryAlbumLink
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sys_galleryAlbumThumbs
{
    position: relative;
}

.sys_galleryAlbumThumbs img
{
    border: solid 2px #ffffff;
}

.sys_galleryAlbumThumb1
{
    position: absolute;
    top: 0;
    left: 0;
}

.sys_galleryAlbumThumb1 img
{
    width: 100px;
    height: 75px;
}

.sys_galleryAlbumThumb2
{
    position: absolute;
    top: 0;
    left: 100px;
}

.sys_galleryAlbumThumb2 img
{
    width: 100px;
    height: 75px;
}

.sys_galleryAlbumThumb3
{
    position: absolute;
    top: 75px;
    left: 0;
}

.sys_galleryAlbumThumb3 img
{
    width: 100px;
    height: 75px;
}

.sys_galleryAlbumThumb4
{
    position: absolute;
    top: 75px;
    left: 100px;
}

.sys_galleryAlbumThumb4 img
{
    width: 100px;
    height: 75px;
}

.sys_galleryAlbumThumbSingle
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sys_galleryAlbumThumbSingle img
{
    width: 100%;
}

.sys_galleryAlbumTitle
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #404040;
    color: #F5F5F5;
    font-size: 0.9em;
    padding: 5px 0;
}

.sys_galleryImage
{
    display:inline-block;
    border: solid 1px #D1D1D1;
    background-color: #EDEDED;
    width: 202px;
    height: 182px;
    text-align: center;
    margin: 1em;
    position: relative;
}

.sys_galleryImage img
{
    opacity: 0.5;
    transition-duration: 1s;
}

.sys_galleryImage:hover img
{
    opacity: 1;
}

.sys_galleryImageLink
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sys_galleryImageThumb
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sys_galleryImageThumb img
{
    width: 100%;
}

.sys_galleryImageTitle
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #404040;
    color: #F5F5F5;
    font-size: 0.9em;
    padding: 5px 0;
}

#sys_galleryFrontTopLinks
{
    text-align: right;
}

.sys_gallerySlideshowLink
{
    display: none;
}

.lb-prev, .lb-next
{
    outline:none !important;
}

#sys_galleryImgView
{
    position: relative;
}

.sys_galleryImgNav
{
    position: absolute;
}

.sys_galleryImgNav .fa
{
    font-size: 35px;
    color: #ffffff;
    background-color: #333333;
    border: solid 2px #333333;
    padding: 5px;
    border-radius: 50%;
}

.sys_galleryImgNavLeft
{
    left: 0;
}

.sys_galleryImgNavRight
{
    right: 0;
}

#sys_galleryReturnLinks
{
    margin: 1em 0;
}

#sys_galleryReturnLinks a
{
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sys_galleryContributeWrap
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1001;
}

#sys_galleryContribute
{
    position: relative;
    background: #ffffff;
    margin: 60px auto;
    width: 80%;
    max-width: 600px;
    padding: 2em;
    text-align: center;

    max-height: 70%;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}

.sys_galleryContributeOpt
{
    display: none;
}

#sys_galleryContributeHide
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em 1em 0 0;
}

#sys_galleryContribute .dropzone
{
    max-height: 200px;
    overflow-y: auto;
}

.sys_galleryDescriptionCnt
{
    background-color: #E3E3E3;
    padding: 1em;
    border: solid 1px #D4D4D4;
    margin: 1em auto;
    width: 90%;
    max-width: 800px;
}

/** GALLERY WALL START **/
#sys_galleryWallBackBtn
{
    margin-bottom: 30px;
}

.sys_galleryWallAlbum, .sys_galleryWallImage
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

/** GALLERY WALL END **/

@media (min-width: 61.9em)
{
    .sys_galleryImgNav
    {
        top: calc(50% - 10px);
    }
}

@media (max-width: 61.9em)
{
    .sys_galleryImgNav
    {
        bottom: 0;
    }
}