
.photo-caption {
    /*background-image: url("images/details-bg.gif");*/
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 60px;
    line-height: 20px;
    max-width: 750px;
    min-width: 680px;
    padding: 0 5px;
    text-align: left;
}
.album-title {
    color: #4D1A69;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px 5px;
    text-align: left;
    top: 0;
}
.overlay-photo {
}
#cboxLoadedContent {
    margin-bottom: 28px;
    margin-top: 5px;
    padding: 0;
}
#cboxLoadingGraphic {
    background: url("images/loading.gif") no-repeat scroll center center transparent;
    height: 50px;
    top: 300px;
}
#cboxPrevious {
    background: url("images/album-arrow-left.png") no-repeat scroll 0 0 transparent;
    height: 152px;
    left: 0;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 35px;
}
#cboxPrevious:hover {
    background: url("images/album-arrow-left-mo.png") no-repeat scroll 0 0 transparent;
}
#cboxNext {
    background: url("images/album-arrow-right.png") no-repeat scroll right center transparent;
    height: 152px;
    left: 96.1%;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 45px;
}
#cboxNext:hover {
    background: url("images/album-arrow-right-mo.png") no-repeat scroll 0 0 transparent;
}
#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#content_detail {
    font-weight: bold;
    text-align: center;
}
#content_detail a {
    color: #4E1B6A;
}

#cboxClose:focus {
    outline: 0;
}
#cboxPrevious:focus {
    outline: 0;
}
#cboxNext:focus {
    outline: 0;
}
#cboxPrevious {
    background: none;
    border: none;
}
#cboxNext {
    background: none;
    border: none;
}
.pswp__button--close {
    margin: 2px !important;
}
.pswp__button--arrow--left, .pswp__button--arrow--right{
    outline:none;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    font-family: 'FontAwesome' !important;
    content: "\f054" !important;
    color: #fff !important;
    font-size: 40px !important;
    top: 35px;
    background: none !important;
    height: auto;
    width: auto;
    position: absolute;
}
.pswp__button--arrow--right:before {
    right: 0px !important;
}
.pswp__button--arrow--left:before{
    font-family: 'FontAwesome' !important;
    content: "\f053" !important;
    left: 0px !important;
}
.counterDesktop{
    display:none;
}
@media (min-width: 768px) {
    .desktop-mode .pswp__scroll-wrap {
        left: 15% !important;
        top: 5% !important;
        width: 70% !important;
        height: 90% !important;
    }
    .desktop-mode .pswp__ui--fit .pswp__top-bar, .desktop-mode .pswp__ui--fit .pswp__caption {
        background: none !important;
        display: block;
    }
    .desktop-mode .pswp__caption__center {
        text-align: center !important;
        margin-top: 10px !important;
    }
    .desktop-mode .pswp__container{
        margin-top:10px !important;
    }
    .desktop-mode .pswp__ui--idle .pswp__top-bar {
        opacity: 1 !important;
    }
    .desktop-mode .pswp__ui--idle .pswp__button--arrow--left, .desktop-mode .pswp__ui--idle .pswp__button--arrow--right {
        /*opacity: 1 !important;*/
    }
    .desktop-mode .pswp__counter{
        display:none;
    }
    .desktop-mode .counterDesktop{
        position: absolute;
        color: #ccc;
        bottom: 0;
        right: 10px;
        display: block;
    }

}
@media (max-width: 767px) {
    .desktop-mode .pswp__counter{
        display:block;
    }
    .desktop-mode .counterDesktop{
        display:none;
    }
    .desktop-mode .pswp__button--arrow--left:before, .desktop-mode .pswp__button--arrow--right:before {
        font-size: 20px !important;
    }
}