a.image-displayed
{
    background:url(/img/colorbox/maximize-img.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    cursor: pointer;
    position: absolute;
    right:20px;
}

a.download-img {
    position:absolute;
    background:url(/img/colorbox/img-download.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    width: 25px;
    height: 26px;
    cursor: pointer;
    background-size: 25px 26px;
    bottom:7px;
    right: 60px;
}

a.show-next-img
{
    background:url(/img/colorbox/img-next.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    margin-top: -22px;
    right: 0;
}

a.show-prev-img {
    background:url(/img/colorbox/img-previous.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    margin-top: -22px;
}


a.show-prev-img, a.show-next-img, a.download-img, a.image-displayed {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.fade-gallery {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* gallery lightbox */

.inline_content {
    display: none;
}

.modalHeader {
    border-bottom: solid 2px #6CA0D6;
    margin-bottom: 1em;
}

.modalHeader h3 {
    margin: 0;
}

.modal-title {
    border: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; background-color: #FFF}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#colorbox {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#cboxOverlay{
    background-color: rgba(52, 63, 75, 0.75);
    opacity: unset !important;
}

#cboxBottomCenter {
    background-color: #FAFAFA;
    height:60px !important;
}
#cboxContent{
    background:#FFFFFF;
    overflow:visible;
}

#cboxLoadedContent{
    background-color: #FAFAFA;
    padding: 2px;
}

#cboxLoadedContent h3 {
    margin: 0 0 1em 0;
}

#cboxLoadingOverlay{background-color: #FFFFFF;}
#cboxLoadingGraphic{background:url(/img/colorbox/loading.gif) no-repeat center center;}

#cboxCurrent {
    position:absolute;
    bottom:-40px;
    left:20px;
    color: #343F4B;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

#cboxTitle a {
    position:absolute;
    bottom:-40px;
    right:20px;
    border:0;
    padding:0;
    margin:0;
    overflow:visible;
    background:url(/img/colorbox/img-download.png) no-repeat 0px 0px;
    width: 25px;
    height: 26px;
    background-size: 25px 26px;
    cursor: pointer;
}

#cboxSlideshow {
    border:0;
    padding:0;
    margin:0;
    overflow:visible;
    position:absolute;
    bottom:-31px;
    background:url(/img/colorbox/controls.png) no-repeat 0px 0px;
    width:23px;
    height:23px;
    text-indent:-9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxPrevious:active, #cboxPrevious:focus, #cboxNext:active, #cboxNext:focus, #cboxClose:active, #cboxClose:focus, #colorbox {
    outline: none;
}

#cboxClose, #cboxPrevious, #cboxNext {
    border:0;
    padding:0;
    margin:0;
    overflow:visible;
    position:absolute;
    bottom:-31px;
    text-indent:-9999px;
    background-position: inherit !important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

#cboxClose{
    background:url(/img/colorbox/img-close.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    right:10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

#cboxPrevious{
    background:url(/img/colorbox/img-previous.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    left:10px;
    top: 50%;
    width: 45px;
    height: 44px;
    background-size: 45px 45px;
}

#cboxNext{
    background:url(/img/colorbox/img-next.png) no-repeat 0px 0px;
    filter: brightness(0) invert(1);
    left: auto;
    right:10px;
    top: 50%;
    width: 45px;
    height: 44px;
    background-size: 45px 45px;
}

#cboxTitle {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    position: absolute;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    bottom: 2px;
    left: 3px;
    padding: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 1.25rem;
}