/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.GCIGallery #colorbox, .GCIGallery#cboxOverlay, .GCIGallery #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
.GCIGallery#cboxOverlay{position:fixed; width:100%; height:200%;}
.GCIGallery #cboxMiddleLeft, .GCIGallery #cboxBottomLeft{clear:left;}
.GCIGallery #cboxContent{position:relative;}
.GCIGallery #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
.GCIGallery #cboxTitle{margin:0;}
.GCIGallery #cboxLoadingOverlay, .GCIGallery #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
.GCIGallery #cboxPrevious, .GCIGallery #cboxNext, .GCIGallery #cboxClose, .GCIGallery #cboxSlideshow{cursor:pointer;}
.GCIGallery .cboxPhoto{float:left;margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.GCIGallery .cboxIframe{width:100%; height:100%; display:block; border:0;}
.GCIGallery #colorbox, .GCIGallery #cboxContent, .GCIGallery #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.
*/
.GCIGallery#cboxOverlay{background:#181818;}
.GCIGallery#colorbox{outline:0;z-index:10000;}
    .GCIGallery #cboxContent{margin-top:0px;padding:0px 0px 0px 0px;background:#000;}
		.GCIGallery .cboxIframe{background:#000;}
        .GCIGallery #cboxError{padding:50px; border:1px solid #fff;}
        .GCIGallery #cboxLoadedContent{border:0px solid #fff; background:#000;}
        .GCIGallery #cboxTitle{position:absolute; top:-20px; left:0; color:#fff;}
        .GCIGallery #cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff;}
		.GCIGallery #cboxLoadingGraphic{background:url(https://www.worldcoffeeportal.com/CMSScripts/Custom/colorbox/images/loadingSpinLCF.gif) no-repeat center center;display:none !important;}
		
		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        .GCIGallery #cboxPrevious, .GCIGallery #cboxNext, .GCIGallery #cboxSlideshow, .GCIGallery #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) */
        .GCIGallery #cboxPrevious:active, .GCIGallery #cboxNext:active, .GCIGallery #cboxSlideshow:active, .GCIGallery #cboxClose:active {outline:0;}
		
        .GCIGallery #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        .GCIGallery #cboxPrevious{position:absolute; top:50%; left:1px; margin-top:-32px; background:url(https://www.worldcoffeeportal.com/CMSScripts/Custom/colorbox/images/controlsGCI.png) no-repeat top left; width:24px; height:65px; text-indent:-9999px;}
        .GCIGallery #cboxPrevious.hover{background-position:bottom left;}
        .GCIGallery #cboxNext{position:absolute; top:50%; right:1px; margin-top:-32px; background:url(https://www.worldcoffeeportal.com/CMSScripts/Custom/colorbox/images/controlsGCI.png) no-repeat top right; width:24px; height:65px; text-indent:-9999px;}
        .GCIGallery #cboxNext.hover{background-position:bottom right;}
        .GCIGallery #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(https://www.worldcoffeeportal.com/CMSScripts/Custom/colorbox/images/controlsGCI_Close.png) no-repeat top center; width:26px; height:26px; text-indent:-9999px;}
        .GCIGallery #cboxClose.hover{background-position:bottom center;}
		
		@media (max-width: 767px)
		{
			.GCIGallery #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(https://www.worldcoffeeportal.com/CMSScripts/Custom/colorbox/images/controlsGCI_Close.png) no-repeat top center; background-size: 100% 100%; width:20px; height:20px; text-indent:-9999px;}*/
		}