/* SHADOWBOX */
#sb-container{
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: left;
	visibility: hidden;
	display: none;}
#sb-overlay{
	position: relative;
	height: 100%;
	width: 100%;
	cursor: pointer}
#sb-wrapper{
	position: absolute;
	visibility: hidden;
	width: 100px;}
#sb-wrapper-inner{
	position: relative;
	border: 1px solid #000;
	overflow: hidden;
	height: 100px;
	border-radius: 3px}
#sb-body{
	position: relative;
	height: 100%;}
#sb-body-inner{
	position: absolute;
	height: 100%;
	width: 100%;}
#sb-player.html{
	height: 100%;
	overflow: auto;}
#sb-body img{	border: none;}
#sb-loading{	
	position: relative;
	height: 100%;}
#sb-loading-inner{
	position: absolute;
	font-size: 1em;
	line-height: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	width: 100%;
	text-align: center;}
#sb-loading-inner span{
	background: url('/img/loading.gif') no-repeat;
	background: url('/img/loading.svg') no-repeat;
	padding-left: 60px;
	color: #e1f5ff;
	display: inline-block;}
#sb-body,#sb-loading{	background-color: #000;}
#sb-title,#sb-info{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;}
#sb-title,#sb-title-inner{	display: none}
#sb-title-inner{	font-size: 1em;}
#sb-info,#sb-info-inner{
	width: 1.5em;
	line-height: 1em}
#sb-info {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center}
#sb-nav{}
#sb-nav a{
	display: block;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
	font-size: 1.1em;
	padding: 0.1em;
	height: 1.5em;
	color: #fafafa;
	border: none;
	transition: none}
#sb-nav a:hover {	border: none}
#sb-nav-close,
#sb-nav-next,
#sb-nav-previous,
#sb-nav-play,
#sb-nav-pause{	position: relative}
#sb-nav-close:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	line-height: 1em;
	font-size: 1.3em}
#sb-counter{
	float: left;
	width: 45%;}
#sb-counter a{
	padding: 0 4px 0 0;
	cursor: pointer;}
#sb-counter a.sb-counter-current{	text-decoration: underline;}
div.sb-message{
	font-size: 0.8em;
	padding: 10px;
	text-align: center;}
#colorbox, #cboxOverlay, #cboxWrapper{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden}
#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, #cboxSlideshow{	cursor: pointer}
#cboxClose {	cursor: pointer}
.cboxPhoto{
	float: left;
	margin: auto;
	border: 0;
	display: block;
	cursor: pointer !important;
	-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;}
#cboxOverlay{
	background: url('/img/overlay.png') repeat 0 0;
	opacity: 0.9}
#colorbox{	outline: 0}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight{
	width: 21px;
	height: 21px;
	background: none}
#cboxMiddleLeft{
	width: 21px;
	background: none}
#cboxMiddleRight{
	width: 21px;
	background: none}
#cboxTopCenter{
	height: 21px;
	background: none;}
#cboxBottomCenter{
	height: 21px;
	background: none;}
#cboxContent{
	background: #000;
	overflow: hidden;
	max-width: 90vw;
	max-height: 90vh}
.cboxIframe{	background: #fff}
#cboxError{
	padding: 50px;
	border: 1px solid #ccc}
#cboxLoadedContent{
	margin-bottom: 0;
	max-width: 90vw;
	max-height: 90vh}
#cboxTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0.25em;
	width: 100%;
	color: #09090b;
	background: rgba(255, 255, 255, 0.6);
	font-weight: bold;
	font-size: 1.4em;
	display: none !important}
#cboxCurrent{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.25em;
	color: #09090b;
	background: rgba(255, 255, 255, 0.6);
	font-weight: bold;
	display: none !important}
#cboxLoadingOverlay{	
	background: url('/img/loading.gif') no-repeat center center;
	background: url('/img/loading.svg') no-repeat center center}
#cboxLoadingGraphic{
	background: url('/img/loading.gif') no-repeat center center;
	background: url('/img/loading.svg') no-repeat center center}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	margin: 0;
	overflow: hidden;
	width: 1.5em;
	background: rgba(255, 255, 255, 0.6);
	font-size: 1.5em;
	padding: 0.1em;
	height: 1.5em;
	color: #09090b}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {	outline: 0}
#cboxSlideshow{
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #09090b}
#cboxPrevious{
	position: absolute;
	top: 0;
	right: 3em;
	transition: all linear 0.3s}
#cboxNext{
	position: absolute;
	top: 0;
	right: 1.5em;
	transition: all linear 0.3s}
#cboxClose{
	position: absolute;
	top: 0;
	right: 0;
	transition: all linear 0.3s}