/*
    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; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#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:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.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: #000;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}
#colorbox
{	outline:0;
}

/* All edge parts */
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight
{	background-color: #FFF;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight
{	width: 90px;
}

/* Top parts */
#cboxTopLeft, #cboxTopCenter, #cboxTopRight
{	height: 50px;
}
#cboxTopLeft
{	border-top-left-radius: 15px;
}
#cboxTopCenter
{}
#cboxTopRight
{	border-top-right-radius: 15px;
}

/* Bottom parts */
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
{	height: 70px;
}
#cboxBottomLeft
{	border-bottom-left-radius: 15px;
}
#cboxBottomCenter
{}
#cboxBottomRight
{	border-bottom-right-radius: 15px;
}
	
/* Left/right parts */
#cboxMiddleLeft
{}
#cboxMiddleRight
{}

/* MAIN area */
#cboxContent
{	background: #FFF;
	overflow: visible;
}
.cboxIframe
{	background: #F2FFF2;
}
#cboxError
{	padding: 50px;
	border: 1px solid #ccc;
}

/* ========================================================================================================= */
/* Mid - The actual content */
/* ========================================================================================================= */
#cboxLoadedContent
{	margin: 1px auto;
}
#cboxLoadingOverlay
{	background: url("./img/loading_background.png") no-repeat center center;
}
#cboxLoadingGraphic
{	background: url("./img/loading.gif") no-repeat center center;
}

/* Say a little something about the image */
#cboxTitle
{	position: absolute;
	width: 100%;
	bottom: -24;
	left: 0;
	text-align: left;
	font-weight: bold;
	color: #303030;
}

/* Show count */
#cboxCurrent
{	/*position: absolute;
	bottom: 0px;
	left: 0.5em;
	font-weight: bold;
	color: #000;*/
	display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Style the controls */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Shared */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose
{	padding: 0;
	margin: 0;
	border: 0;
	overflow: visible;
	position: absolute;
}
        
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active
{	outline: 0;
	background-color: transparent;
}

#cboxClose
{	background-color: transparent;
	background-image: url("./img/close.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: -60px;
	top: 0;
	width: 41px;
	height: 41px;
}

#cboxClose:hover
{	background-color: #F0F0F0;
}

/* */
#cboxPrevious, #cboxNext
{	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	border: none;
}

#cboxPrevious
{	background-image: url("./img/prev.png");
	left: -75px;
	border-left: none;
}
#cboxNext
{	background-image: url("./img/next.png");
	right: -75px;
	border-right: none;
}
#cboxPrevious:hover,
#cboxNext:hover
{	background-color: #C0C0C0;
}

/* 
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
*/
@media only screen and (max-width: 719px)
{	#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight,
	#cboxMiddleLeft, #cboxMiddleRight
	{	width: 20px;
	}

/* Top parts */
	#cboxTopLeft, #cboxTopCenter, #cboxTopRight
	{	height: 50px;
	}

/* Bottom parts */
	#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
	{	height: 30px;
	}

/* */
	#cboxPrevious, #cboxNext
	{	width: 40px;
		height: 35px;
		margin-top: -17px;
	}
	#cboxClose
	{	width: 30px;
		height: 30px;
		right: 0;
		top: -40px;
	}

	#cboxPrevious
	{	background-image: url("./img/prev-smt.png");
		left: -20px;
	}
	#cboxNext
	{	background-image: url("./img/next-smt.png");
		right: -20px;
	}
	
}
