/*
Colorbox Core Style:

Modified: neofolio.net for cleaner theme9, no corruption, no controls, slight drop shadow, new loader, recentered loader, recentered image within colorbox.
12.17.2015 Brunet

The following CSS is consistent between example themes and should not be altered.

*/


#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose {
    color: transparent;
}


#cboxWrapper,
.cboxPhoto {
    max-width: none
}

#cboxOverlay,
.cboxIframe {
    height: 100%;
    background: transparent;


}

.cboxIframe,
.cboxPhoto {
    display: block;
    border: 0
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    color: #777;
     background: #FFF;
}

#cboxOverlay {
    position: fixed;
    width: 100%
}



#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative;
    background: transparent;
    overflow: hidden
}

#cboxLoadedContent {
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin-left: 0;
    margin-bottom: 20px;
    color: #555;
    display: block;
     font-size: 13px;
}

@media (max-width: 766px) {
#cboxTitle {

     font-size: 10px;
}

}



#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}

.cboxPhoto {
    float: left;
    margin: auto;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding-bottom: 40px;
    overflow: hidden;

}

#cboxContent img {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0);
     background: transparent;
}

#colorbox {
    outline: 0;
    font-family:inherit;
   background: transparent;

}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxCurrent,
#cboxLoadedContent,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    display: none
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadingOverlay {
    background: url(images/loading.gif) 50% 50% no-repeat;


}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: 0;
    background: transparent;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0;

}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}
