/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox { color:#FFF; font-size:inherit; font-weight:inherit; }
#colorbox button { color:inherit; border:none; background-color: transparent;}
#colorbox:focus { outline:0;}
#cboxContent{margin:3.1em 26px;}
#cboxLoadedContent{background:#000;}
.cboxPhoto { display:block; }
#cboxTitle{position:absolute; top: -3.1em; width: 100%; left:0; }
#cboxCurrent{position:absolute; bottom:-1.8em; left:0px; width:100%; text-align: right; font-size: 14px; font-weight: 300;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; }
#cboxPrevious, #cboxNext, #cboxClose{-webkit-appearance:none; -moz-appearance:none; appearance: none; font-weight:300; }
#cboxPrevious, #cboxNext{font-size: 2em; line-height:1.063em; position:absolute; top:50%; margin-top:-0.531em;}
#cboxPrevious{ left:-26px; }
#cboxNext{ right:-26px; }
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxClose{font-size:1.125em; line-height:1.156em; position:absolute; top:-2.8em; right:0; padding:0;width:18px;}
.overview {text-decoration:underline; font-weight:bold;cursor:pointer;}
#cboxNext.hover, #cboxPrevious.hover, #cboxClose.hover, .overview:hover {color:#999;}

/* fontawesome */
[class*="fontawesome-"]:before {
font-family: 'fontawesome', sans-serif;
}