
/** 
 * Droppics
 * 
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@joomunited.com *
 * @package Droppics
 * @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

.droppicsgallerydefault {
    margin: 0 auto;
    margin-top: 20px;
}

.droppicsgallerydefault .wimg {
    position: relative;
    float: left;
    text-align: center;
    max-width: 100%;
    margin: 5px;
    margin-bottom: 20px;
}

.droppicsgallerydefault a, .droppicsgallerydefault a:hover {
    border: none;
    background: none !important; 
}


.droppicsgallerydefault .img {
    text-align: center;
    border-style: solid;
}


.droppicsgallerydefault .clr {
    clear: both;
}

.droppicsgallerydefault .droppicscatslink {
    position: absolute;
    top: 0;
    left: 0;
}

.droppicsgallerydefault span {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    left: 0;
    bottom: -10px;
    width: 100%;
}

.droppicsspinnerwrapper {
    clear: left;
    position: relative;
    height: 30px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox.droppics, #cboxOverlay.droppics, #colorbox.droppics #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay.droppics {position:fixed; width:100%; height:100%;}
#colorbox.droppics #cboxMiddleLeft, #colorbox.droppics #cboxBottomLeft{clear:left;}
#colorbox.droppics #cboxContent{position:relative;}
#colorbox.droppics #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#colorbox.droppics #cboxTitle{margin:0;}
#colorbox.droppics #cboxLoadingOverlay, #colorbox.droppics #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#colorbox.droppics #cboxPrevious, #colorbox.droppics #cboxNext, #colorbox.droppics #cboxClose, #colorbox.droppics #cboxSlideshow{cursor:pointer;outline: none;}
#colorbox.droppics .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
#colorbox.droppics .cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox.droppics, #colorbox.droppics #cboxContent, #colorbox.droppics #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay.droppics {background:#000;}
#colorbox.droppics {outline:0;}
#colorbox.droppics #cboxContent{margin-top:0px; overflow:visible; background: #fff ;webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}
#colorbox.droppics .cboxIframe{background:#fff;}
#colorbox.droppics         #cboxError{padding:50px; border:1px solid #ccc;}
#colorbox.droppics         #cboxLoadedContent{margin: 0; border: 8px solid #FFF;webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;background:#fff; padding:1px;}
#colorbox.droppics         #cboxLoadingGraphic{background:url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/loading.gif) no-repeat center center;}
#colorbox.droppics         #cboxLoadingOverlay{background: transparent;webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}
#colorbox.droppics    #cboxTitle{
    position:absolute; bottom:-35px; left:10px;
    top: auto; left: auto;
    border: none;
    color:#cdcdcd;text-align:left;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;width: 90%;
}
#colorbox.droppics  #cboxCurrent{
    position:absolute;
    top:-22px; right:205px; text-indent:-9999px;
    bottom: auto; right: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/*#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/controls.png) no-repeat 0 0;}*/
#colorbox.droppics #cboxPrevious, #colorbox.droppics #cboxNext, #colorbox.droppics #cboxSlideshow, #colorbox.droppics  #cboxClose {border:0; padding:0; margin:0; overflow:visible;}
#colorbox.droppics #cboxCurrent, #colorbox.droppics #cboxPrevious, #colorbox.droppics #cboxNext, #colorbox.droppics #cboxSlideshow {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

#colorbox.droppics       #cboxPrevious{
    position: absolute;
    top: 0;
    left: 5px;
    bottom: auto;
    right: auto;
    background: url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/prev.png) no-repeat center left !important;
    width: 100px;
    height: 100%;
    text-indent: -9999px;
    opacity: 0.2;
}
#colorbox.droppics       #cboxPrevious:hover{opacity: 1;}
#colorbox.droppics       #cboxNext{
    position: absolute;
    top: 0;
    right: 5px;
    bottom: auto;
    left: auto;
    background: url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/next.png) no-repeat center right !important;
    width: 100px;
    height: 100%;
    text-indent: -9999px;
    opacity: 0.2;
}
#colorbox.droppics       #cboxNext:hover{opacity: 1;}
#colorbox.droppics     #cboxClose{
    position: absolute;
    bottom: -40px;
    right: 0;
    top: auto; left: auto;
    display: block;
    background: url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/close.png) no-repeat top center;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
}
/*#cboxClose:hover{background-position:-50px -25px;}*/
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


#colorbox.droppics .showcaption, .showcaption {
    display: inline-block;
    background: #FFF;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: 1px 1px 12px #CCC;
    -moz-box-shadow: 1px 1px 12px #CCC;
    -webkit-box-shadow: 1px 1px 12px #CCC;
}
#colorbox.droppics .showcaption img, .droppicssingleimage.showcaption img {
    margin-bottom: 5px;
    text-align: center;
    border-style: solid;
}

#colorbox.droppics .showcaption span, .showcaption span {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 2px;
    background-color: #fff;
}

#colorbox.droppics .droppicsvideo > a {

}
.droppicssinglevideo {
    position: relative;
}
.droppicsvideo  i.video, .droppicssinglevideo  i.video {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 0;
    background: url(//www.sign4dsign.nl//components/com_droppics/assets/css/../images/play.png)
}
#colorbox.droppics .droppicsgallerymasonry .droppicsvideo i.video, .droppicsgallerypolaroid .droppicsvideo i.video{
    right: 0px;
}


/* Droppics */
.droppicssingleimage.showcaption {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    max-width: 100%;
}
.droppicssingleimage.showcaption img, .droppicssingleimage img, .videoWrapper iframe  {
    max-width: 100%;
}
.videoWrapper.droppicsEmbedVideo {
    height: 0;
    position: relative;
}
.videoWrapper.droppicsEmbedVideo iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
@media only screen and (max-width: 600px) {
    .droppicssingleimage.showcaption img {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .droppicssingleimage.showcaption {
        padding-bottom: 0px !important;
    }
    .showcaption span {
        position: relative !important;
    }
}
img.speedcache-lazy-hidden {
    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    clip-path: inset(0px 0px 0px 0px);
}
img.speedcache-lazy-loaded {
    animation: image_blur 0.5s;
}


@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(50px);}
    100% { -webkit-filter: blur(0px);}
}
