/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; margin:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#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:none; right:0px; top:0px; display:block; max-height: 100%; padding:0px;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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.
*/
#cboxTitle{text-align:center; position:absolute; white-space: nowrap; width:90%; left:5%; bottom:60px; margin:auto; color:#999; font-family:Helvetica,Arial,sans-serif; background-color:transparent; font-size:.85em; overflow:hidden;}
#cboxOverlay{background:#000;top:0px;}
#colorbox{overflow:hidden;}
    #cboxContent{top:0px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:transparent;margin:0; padding:30px 0px 120px 0px; border:none;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; border-top:5px solid #000; top:50%; margin-bottom:18px; left:-10px; background:url(../images/controls.png) no-repeat top center; width:56px; height:35px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom center;}
        #cboxNext{position:absolute; border-top:5px solid #000; top:50%; margin-bottom:18px; right:0px; background:url(../images/controls.png) no-repeat top right; width:56px; height:35px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; border-top:5px solid #000; top:0px; right:0px; display:block; background:url(../images/controls.png) no-repeat top left; width:35px; height:35px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom left;}
		
@media screen and (max-width: 726px) {
}