/*!
    { colorbox.css }


	altered to look (kinda?) like the tumblr lightbox. 

	
    - altered in 2019 by aeoli : (https://aeoli.tumblr.com)

    - original document : (https://gist.github.com/tmcw/6793969)
*/


#cboxOverlay,

#cboxWrapper,

#colorbox { 
    
	position:absolute; 
    
	top:0; 
	left:0; 
    
	z-index:999999999!important; 
    
	overflow:hidden;  

}


#cboxWrapper { max-width:none; }


#cboxOverlay { cursor:zoom-out!important; position:fixed; width:100vw; height:100vh; }


#cboxBottomLeft,

#cboxMiddleLeft { 
	clear:left; 
}


#cboxContent { position:relative; }


#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling:touch; }

#cboxLoadingGraphic { display:none; }


#cboxLoadingOverlay { 
    
	position:absolute; 
    
	top:0; 
    
	left:0; 
    
	width:100%; 
    
	height:100%;  

}


.cboxPhoto { 
    
	float:left; 
    
	margin:auto; 
    
	border:0; 
    
	display:block; 
    
	max-width:none; 
    
	-ms-interpolation-mode:bicubic; 

}


.cboxIframe { 
	width:100vw; 
	height:100vh; 
	display:block; 
	border:0; 
}


#cboxContent,

#cboxLoadedContent,

#colorbox { 
    
	box-sizing:content-box; 
    
	-moz-box-sizing:content-box; 
    
	-webkit-box-sizing:content-box;  

}


#cboxOverlay { background: #ffffff; }


#colorbox { outline:0; }


#cboxBottomCenter,

#cboxBottomLeft,

#cboxBottomRight,

#cboxMiddleLeft,

#cboxMiddleRight,

#cboxTopCenter,

#cboxTopLeft,

#cboxTopRight { 
	height:0; 
	width:0; 
}


#cboxContent { overflow:hidden; }


#cboxPrevious,

#cboxNext,

#cboxClose
 { 
	display:none !important;
}