/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ position: fixed; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxWrapper { max-width:none; height: 100% !important; width: 100% !important }
#cboxOverlay{ position:fixed; width:90%; height:90%; }
#cboxMiddleLeft, #cboxBottomLeft{ clear:left; }
#cboxContent{ position: absolute; height:100% !important; width: 100% !important; box-sizing: border-box !important; }
#cboxLoadedContent{ overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{ float:left; margin:auto; border:0; display:block; max-width:90%; -ms-interpolation-mode:bicubic; height:auto !important; }
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #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{ background:#fff; filter: alpha(opacity = 75);}
#colorbox{outline:0;}
#cboxContent{background:#fff; padding:25px 0px; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{ background:#fff;}
#cboxTitle{position:relative !important; color:#535353; text-align:center; font-family:arial; font-size:11px; font-style:italic; margin:5px auto 0px auto !important; width:100%; }
#cboxCurrent{ display: none !important; }
#cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}

/* 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; width:auto; background:none; }

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

@media (min-width: 600px) {

  #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
  #cboxPrevious{position:absolute; top:50%; left:20px; margin-top:-20px; background:url(controls.png) no-repeat top left; width:21px; height:41px; text-indent:-9999px;}
  #cboxPrevious:hover{background-position:bottom left;}
  #cboxNext{position:absolute; top:50%; right:20px; margin-top:-20px; background:url(controls.png) no-repeat top right; width:21px; height:41px; text-indent:-9999px;}
  #cboxNext:hover{background-position:bottom right;}
  #cboxClose{position:absolute; top:20px; right:20px; display:block; background:url(controls.png) no-repeat top center; width:20px; height:20px; text-indent:-9999px;}
  #cboxClose:hover{background-position:bottom center;}


}


@media (min-width: 300px) and (max-width: 600px) {

  #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
  #cboxPrevious{ display:none !important; position:absolute; top:50%; left:20px; margin-top:-20px; background:url(controls.png) no-repeat top left; width:21px; height:41px; text-indent:-9999px;}
  #cboxPrevious:hover{background-position:bottom left;}
  #cboxNext{ display:none !important; position:absolute; top:50%; right:20px; margin-top:-20px; background:url(controls.png) no-repeat top right; width:21px; height:41px; text-indent:-9999px;}
  #cboxNext:hover{background-position:bottom right;}
  #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(controls.png) no-repeat top center; width:20px; height:20px; text-indent:-9999px;}
  #cboxClose:hover{background-position:bottom center;}

}