/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper
{
    position: absolute; z-index: 99999; top: 0; left: 0;  -webkit-transform: translate3d(0,0,0);
}
#cboxWrapper
{
    max-width: none;
}
#cboxOverlay
{
    position: fixed; width: 100%; height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft
{
    clear: left;
}
#cboxContent
{
    position: relative;
}
#cboxLoadedContent
{
    overflow: auto; -webkit-overflow-scrolling: touch;
}
#cboxTitle
{
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow
{
    cursor: pointer;outline: none;
}
.cboxPhoto
{
    display: block;  float: left; max-width: none; margin: auto; -ms-interpolation-mode: bicubic;border: 0;
}
.cboxIframe
{
    display: block;  width: 100%; height: 100%; margin: 0;padding: 0; border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent
{
    -webkit-box-sizing: content-box                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;-moz-box-sizing: content-box;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
{
    opacity: .8;  background-color: rgba(0, 0, 0, .8);
}
#colorbox
{
    outline: 0;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter
{
    display: none;
}

.cboxIframe
{
    background: #fff;
}
#cboxError
{
    padding: 50px; border: 1px solid #ccc;
}
#cboxLoadedContent
{
    margin-bottom: 0;
}
#cboxTitle
{
    position: absolute; bottom: 4px; left: 0; width: 100%; text-align: center; color: #949494;
}
#cboxCurrent
{
    position: absolute; bottom: 4px; left: 58px; color: #949494;
}



/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose
{
    overflow: visible; width: auto; margin: 0; padding: 0;  border: 0; background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active
{
    outline: 0;
}

#cboxSlideshow
{
    position: absolute; right: 30px; bottom: 4px; color: #0092ef;
}
#cboxPrevious
{
    position: absolute; bottom: 0; left: 0;
}
#cboxPrevious:hover
{
    background-position: -75px -25px;
}
#cboxNext
{
    position: absolute; bottom: 0; left: 27px;
}
#cboxNext:hover
{
    background-position: -50px -25px;
}
#cboxClose
{
    position: fixed; top: 20px; right: 20px; overflow: hidden;white-space: nowrap; text-indent: 300px;
}


#cboxClose:hover
{
    opacity: .7;
}
