/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#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;}
#cboxWrapper {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7) !important;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7) !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.7) !important;
}
/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#242424;}

#colorbox{}
	#cboxContent{margin-top: 0px; padding: 0;}
		#cboxLoadedContent{background:transparent; padding:0; background-color: #000000;}
                #cboxLoadingGraphic { background:url(images/ajax-loader.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#000;}

#cboxTitle {
	position: absolute;
	height: 70px;
	height: 50%;
	height: 50px;
	left: 0;
	top: 0;
	right: 0;
	padding: 0 100px 0 0;
	font: small-caps 400 20px/70px Oswald,sans-serif;
	text-align: right;
	text-indent: 0;
	background-color: transparent;
	border-top: 10px solid #000000;
	transition: all 0.6s ease 0s;
}
#cboxCurrent {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	height: 50%;
	height: 0;
	margin: 0;
	padding: 0 100px 0 0;
	text-indent: -9999px;
	font: small-caps 300 14px/70px Oswald,sans-serif;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 10px solid #000000;
	transition: all 0.6s ease;
}
#cboxContent:hover #cboxCurrent,
#cboxCurrent.hover {
}
                
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;/*
	background: url(images/controls.png) 0 0 no-repeat;*/
}

#cboxPrevious,
#cboxNext {
	background-image: url(images/icon-prevnext.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: padding-box;
	transition: all 0.6s ease;
	opacity: 1;
}
#cboxPrevious {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: auto;
	background-color: #000;
	background-image: url(images/icon-prev.png);
	background-position: 120px center;
}
#cboxContent:hover #cboxPrevious,
#cboxPrevious.hover {
	width: 70px;/*
	background-color: rgba(0,0,0,0.3);*/
	background-position: center;
	opacity: .3;
}
#cboxPrevious:hover,
#cboxPrevious.hover {
	opacity: .6 !important;
}
#cboxNext {
	top: 0;
	bottom: 0;
	right: 0;
	width: 10px;
	height: auto;
	background-color: #000;
	background-image: url(images/icon-next.png);
	background-position: -120px center;
}
#cboxContent:hover #cboxNext,
#cboxNext.hover {
	width: 70px;/*
	background-color: rgba(0,0,0,0.3);*/
	background-position: center;
	opacity: .3;
}
#cboxNext:hover,
#cboxNext.hover {
	opacity: .6 !important;
}
#cboxClose {
	background-position: -50px 0px;
	top: 10px;
	right: 10px;
}
#cboxClose.hover{background-position:-50px -25px;}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
#cboxText {
    width: 97%;
    position: absolute;
    bottom: 10px;
    padding: 10px 15px;
    background-color:rgba(0,0,0,0.5);
    text-align: left;
    font-size: 12px;
}
#lessText,#more {
    cursor:  pointer;
    color: #C9A85E;
}
.title-proj-caption {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 400;
    line-height: 30px;
}