/* ********************************** */
/* ********* GENERAL STYLES ********* */
/* ********************************** */

/* Fullsize css, will be overriden by fixed sized if used */
#cj-gallery {

	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	color: #FFF;

}

#cj-bg-images {
			
	display: none;
				
}

/* Used for the "hit area" when clicking an image */
.cj-bg-click {
	
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.cj-bg-container {
	
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -10000;
	
}

.cj-bg-image {
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* The top right container */
#cj-widgets {
	
	position: fixed;
	visibility: hidden;
	top: 20px;
	right: 20px;
	z-index: 1000;
	
}

/* Top right main content container */
.cj-top-right-content {
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		
	background-color: #151515;
	
	position: fixed;
	top: 61px;
	right: 20px;
	
	padding: 10px 0 5px 10px;
	display: none;
	
}

.cj-tr-social {
	
	padding: 8px 2px 3px 8px;
	
}

.cj-tr-music {
	
	padding: 10px 10px 5px 9px;
	display: inline-block;
	visibility: hidden;
	
}

/* ----------------------------- */
/* -------- BEGIN ICONS -------- */
/* ----------------------------- */

/* The image preloader */
#cj-preloader {
	
	float: left;
	width: 23px;
	height: 24px;
	line-height: normal;
	margin-right: 10px;
	padding: 7px 0 0 8px;
	background: url(../img/galleryjack/graphics/preloader_bg.png) no-repeat;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
		
}

/* The main social share icon */
#cj-share-button {
	
	float: left;
	width: 31px;
	height: 31px;
	cursor: pointer;
	margin-right: 10px;
	background: url(../img/galleryjack/graphics/share.png) no-repeat left top;
	
}

/* The main music icon */
#cj-music-button {
	
	float: left;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url(../img/galleryjack/graphics/music.png) no-repeat left top;
	
}

/* Circle icon mouse over state */
.cj-button-hover {

	background-position: left bottom !important;
	
}

/* ----------------------------- */
/* ---- BEGIN MUSIC PLAYER ----- */
/* ----------------------------- */

#cj-music-container {
	
	display: inline-block;
	overflow: hidden;
	
	-webkit-transition: width 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: width 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: width 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: width 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: width 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	
}

/* The music player meta data text */
#cj-music-meta {
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: normal;
	float: right;
	margin-top: 1px;
	white-space: nowrap;
	
}

/* The music player current song text */
.cj-current-song {

	margin-left: 6px;
	
}

/* Music player controls container */
#cj-music-controls {
	
	float: right;
	margin-left: 10px;
	
}

/* Class applied if no music meta data is used */
.cj-music-controls-no-meta {

	margin-left: 0 !important;
	
}

/* The music player buttons */
.cj-music-left, 
.cj-music-right, 
.cj-music-pause, 
.cj-music-play {
	
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
	
}

.lt-ie9 .cj-music-left,
.lt-ie9 .cj-music-right, 
.lt-ie9 .cj-music-pause, 
.lt-ie9 .cj-music-play {

	margin-right: 0;
	
}

/* The music player previous song button */
.cj-music-left {
	
	background: url(../img/galleryjack/graphics/music_left.png) no-repeat left top;
	
}

/* The music player next song button */
.cj-music-right {

	background: url(../img/galleryjack/graphics/music_right.png) no-repeat left top;
	margin-right: 0;
	
}

/* The music player pause button */
.cj-music-pause {

	background: url(../img/galleryjack/graphics/music_pause.png) no-repeat left top;
	
}

/* The music player play button */
.cj-music-play {

	background: url(../img/galleryjack/graphics/music_play.png) no-repeat left top;
	
}

/* Music player button hover state */
.cj-music-left:hover,
.cj-music-right:hover,
.cj-music-pause:hover,
.cj-music-play:hover {
	
	background-position: left bottom;
	
}

/* ********************************** */
/* ******* IMAGE DESCRIPTIONS ******* */
/* ********************************** */

/* Image description main container */
.cj-image-info {
	
	position: fixed;
	width: 232px;
	display: none;
	top: 107px;
	right: 20px;
	padding: 15px 20px 0 20px;
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-border-top-left-radius: 0;	
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	
	background-color: #151515;
	
}

.gallery-hr {

	/* ============= LAYOUT ============= */

	margin-bottom: 10px;
	
}

/* Image description close button */
.cj-close-info {
	
	position: absolute;
	left: -22px;
	top: 0;
	display: block;
	cursor: pointer;
	
	width: 22px;
	height: 55px;
	background: url(../img/galleryjack/graphics/info_close.png) no-repeat left top;
	
}

/* Image description close button hover state */
.cj-close-info:hover {
	
	background-position: left bottom;
	
}

/* ********************************** */
/* ********* FOOTER SECTION  ******** */
/* ********************************** */

/* Main footer container */
.cj-footer {

	position: fixed;
	visibility: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.cj-center-footer {

	position: absolute;
	left: 50%;
	bottom: 0;
	line-height: 0;
	
}

/* Footer content container */
.cj-footer-container {
	
	padding: 8px 8px 0 8px;
	background-color: #151515;
	line-height: normal;
	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
}

/* ----------------------------- */
/* ----- GALLERY CONTROLS ------ */
/* ----------------------------- */

/* Main gallery controls container */
#cj-gallery-controls {
	
	position: relative;
	display: inline-block;
	text-align: center;
	left: 50%;

}

#cj-control-holder {

	margin-left: -32px;
	
}

.cj-panel-controls {

	display: block;
	float: left;
	background-color: #151515;
	height: 28px;
	padding-right: 24px;
	
}

.cj-panel-left {
	
	float: left;
	background: url(../img/galleryjack/graphics/panel_left.png) no-repeat;
	width: 32px;
	height: 28px;
	
}

.cj-panel-right {
	
	position: absolute;
	background: url(../img/galleryjack/graphics/panel_right.png) no-repeat;
	width: 32px;
	height: 28px;
	right: -32px;
	
}

.cj-icon {

	background: #151515;
	background: -moz-linear-gradient(top, #151515 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #151515), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #151515 0%, #000 100%);
	background: -o-linear-gradient(top, #151515 0%, #000 100%);
	background: -ms-linear-gradient(top, #151515 0%, #000 100%);
	background: linear-gradient(top, #151515 0%, #000 100%);
	
	cursor: pointer;
	display: inline-block;
	float: left;
	border: 1px solid #333;
	margin: 5px 0 0 8px;
	
	width: 18px;
	height: 18px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}

.cj-icon span {

	width: 18px;
	height: 18px;
	display: inline-block;
	
}

.cj-left-icon {

	margin-left: -4px;
	
}

.cj-right-icon {

	position: absolute;
	right: -4px;
	
}

/* Previous image button */
.cj-left-icon span {
	
	background: url(../img/galleryjack/graphics/left_arrow.png) no-repeat 6px center;
	
}

/* Next image button */
.cj-right-icon span {
	
	background: url(../img/galleryjack/graphics/right_arrow.png) no-repeat center center;
	
}

/* Image info button */
.cj-info-icon span {
	
	background: url(../img/galleryjack/graphics/info_icon.png) no-repeat center 3px;
	
}

/* Hide thumbnails button */
.cj-close-icon span {
	
	background: url(../img/galleryjack/graphics/thumb_close.png) no-repeat center center;
	
}

/* Show thumbnails button */
.cj-up-icon span {
	
	background: url(../img/galleryjack/graphics/up_arrow.png) no-repeat center 4px;
	
}

/* Pause slideshow button */
.cj-pause-icon span {
	
	background: url(../img/galleryjack/graphics/pause_icon.png) no-repeat center center;
	
}

/* Play slideshow button */
.cj-play-icon span {
	
	background: url(../img/galleryjack/graphics/play_icon.png) no-repeat center center;
	
}

/* Gallery control buttons hover state */
.cj-icon:hover {
	
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #151515));
	background: -webkit-linear-gradient(top, #000 0%, #151515 100%);
	background: -o-linear-gradient(top, #000 0%, #151515 100%);
	background: -ms-linear-gradient(top, #000 0%, #151515 100%);
	background: linear-gradient(top, #000 0%, #151515 100%);
	
	border: 1px solid #555;
	
	-moz-box-shadow: inset 0 1px 0 #212121;
	-webkit-box-shadow: inset 0 1px 0 #212121;
	box-shadow: inset 0 1px 0 #212121;
	
}

/* Style applied to info button when no image info is present */
.cj-no-info-hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: 0.5;
	
}

/* Applied when thumbnailas and categories are not used */
.cj-footer-controls-only {

	padding-top: 0 !important;
	
}

/* ----------------------------- */
/* -------- THUMBNAILS --------- */
/* ----------------------------- */

/* Main thumbnail container */
.cj-thumb-container {

	clear: both;
	overflow: hidden;
	position: relative;
	
}

/* Thumbnail strip container */
.cj-thumb-div {

	float: left;
	margin-left: 8px;
	border: 2px solid #444;
	position: relative;
	overflow: hidden;
	
}

/* Applied to first thumb */
.cj-thumb-div-first {

	margin-left: 0;
	
}

/* Applied to thumbnail images */
.cj-thumb-image {

	position: absolute;
	display: none;
	
}

/* Thumbnail mouse over effect */
.cj-thumb-hover {
	
	position: absolute;
	
	background: #000 url(../img/galleryjack/graphics/thumb_hover.png) no-repeat center center;
	background: rgba(0, 0, 0, 0.75) url(../img/galleryjack/graphics/thumb_hover.png) no-repeat center center;
	
}

.cj-tooltip {
	
	position: fixed;
	display: none;
	z-index: 1;
	pointer-events: none;

	-webkit-transition: top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000), left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000), left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000), left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000), left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000), left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* Thumbnail tooltips */
.cj-tooltip-text {
	
	background-color: #FFF;
	border: 1px solid #666;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	display: block;
	color: #151515;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.cj-tooltip-arrow {
	
	width: 11px;
	height: 8px;
	background: url(../img/galleryjack/graphics/tooltip_arrow.png) no-repeat;
	margin: -1px 0 0 19px;
	display: block;
	
}

.cj-thumb-nav {

	width: 26px;
	height: 27px;
	display: none;
	cursor: pointer;
	position: fixed;
	
}

/* Thumb slider left button */
.cj-thumb-left {
	
	background: url(../img/galleryjack/graphics/thumb_left.png) no-repeat left top;
	margin: 0 0 0 -10px;
	
}

/* Thumb slider right button */
.cj-thumb-right {
	
	background: url(../img/galleryjack/graphics/thumb_right.png) no-repeat left top;
	margin: 0 0 0 10px;
	
}

/* Thumb slider button hover state */
.cj-thumb-arrow-hover {

	background-position: left bottom;
	
}

/* Applied when no thumbnails are used */
.cj-no-thumbnails {

	margin-top: 0px !important;
	
}

/* ----------------------------- */
/* ----- CATEGORY BUTTONS ------ */
/* ----------------------------- */

/* Main category button container */
.cj-categories {
	
	font-size: 13px;
	color: #a2a2a2;
	
	text-align: center;
	margin-top: 10px;
	padding-bottom: 13px;
	
}

/* The category button */
.cj-category {

	display: inline-block;
	padding: 0 8px 0 8px;
	position: relative;
	cursor: pointer;
	
}

/* over/active state */
.cj-cat-over {

	color: #FFF;
	position: absolute;
	
}

/* Style applied when categories are not used */
.cj-no-categories {

	padding-bottom: 8px;
	
}

/* ********************************** */
/* ******** VIDEO LIGHTBOX  ********* */
/* ********************************** */

/* The "play video" button that appears over the current gallery image */
.cj-video-button {

	background: url(../img/video/vid_play_button.png) no-repeat left top;
	width: 66px;
	height: 66px;
	cursor: pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
	visibility: hidden;
	
}

/* The hover style for the play video button */
.cj-video-button:hover {

	background-position: left bottom;
	
}

/* The lightbox dim */
.cj-video-lightbox {

	background: #000;
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1001;
	
}

/* The styles applied to the iframe used for YouTube and Vimeo content */
.cj-video-iframe {

	padding: 7px;
	margin: -8px 0 0 -8px;
	border: 1px solid #FFF;
	background: #F5F5F5 url(../img/galleryjack/graphics/video_preloader.gif) no-repeat center center;
	z-index: 1002;
	position: fixed;
	
	-moz-box-shadow: inset 0 0 1px 1px #DDD;
	-webkit-box-shadow: inset 0 0 1px 1px #DDD;
	box-shadow: inset 0 0 1px 1px #DDD;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* The close button that appears toward the bottom right of the video */
.cj-video-close {

	width: 34px;
	height: 25px;
	background: url(../img/galleryjack/graphics/video_close.png) no-repeat left top;
	position: fixed;
	display: none;
	
	margin: 8px 0 0 -34px !important;
	cursor: pointer;
	z-index: 2000;
	
}

/* The video close button hover state */
.cj-video-close:hover {

	background-position: left bottom;
	
}

/* ********************************** */
/* ********* MISCELLANEOUS  ********* */
/* ********************************** */

/* Applied to noscript background image */
.cj-noscript {

	z-index: -1000;
	
}

/* Preload some icons */
#cj-preload {
	
	position: fixed;
	visibility: hidden;
	
}

/* IE8 ********************************************************************************** */

/* The music player buttons */
.lt-ie9 .cj-music-left, 
.lt-ie9 .cj-music-right, 
.lt-ie9 .cj-music-pause, 
.lt-ie9 .cj-music-play {
	
	margin-left: 4px;
	
}

/* IE7 ********************************************************************************** */

/* The social icon buttons */
.lt-ie8 #cj-gallery #cj-twitter-follow,
.lt-ie8 #cj-gallery #cj-facebook,
.lt-ie8 #cj-gallery #cj-twitter,
.lt-ie8 #cj-facebook-follow { 

	margin-bottom: 0;
	
}

/* Fixes the lasck of support fo inline-block for the gallery controls */
.lt-ie8 .cj-category, .lt-ie8 #cj-gallery #cj-gallery-controls {
	
	zoom: 1;
	display: inline !important;

}

/* The gallery controls main container */
.lt-ie8 #cj-gallery #cj-gallery-controls {
	
	padding-bottom: 4px;
	
}

/* Gallery control buttons */
.lt-ie8 #cj-gallery .cj-info-icon,
.lt-ie8 #cj-gallery .cj-up-icon,
.lt-ie8 #cj-gallery .cj-close-icon {

	margin-left: 6px;
	
}

/* Other gallery controls buttons */
.lt-ie8 #cj-gallery .cj-pause-icon,
.lt-ie8 #cj-gallery .cj-play-icon,
.lt-ie8 #cj-gallery .cj-right-icon {

	margin-left: 7px;
	
}

/* The music control buttons */
.lt-ie8 #cj-gallery #cj-music-controls {
	
	margin-bottom: 0px;
	padding-bottom: 2px;
	
}

/* The contact form container */
.lt-ie8 #cj-gallery #cj-contact-form {
	
	width: 302px;
	margin: 16px 0 5px 2px;
	
}

/* The contact form fields */
.lt-ie8 #cj-gallery #cj-contact-form input.cj-field,
.lt-ie8 #cj-gallery #cj-contact-form textarea {
	
	margin-top: 3px;
	
}

/* The contact form submit button */
.lt-ie8 #cj-gallery #cj-contact-form #cj-submit {
	
	margin: 4px 2px 0 0;
	
}

@media screen and (max-width: 600px) {
	
	.cj-center-footer {
	
		left: 0 !important;
		margin-left: 0 !important;
		width: 100%;
			
	}
	
	#cj-gallery-controls {

		display: inline-block;
		left: 0 !important;
		margin-left: 0 !important;
		padding: 5px 0 0 0;
		width: 100%;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
	}
	
	.cj-panel-controls {

		width: 100%;
		margin: 0 0 0 18px;
		padding: 5px 0 7px 0;
		
	}
	
	.cj-icon {
	
		float: none;
		position: static;
		display: inline-block;
		
	}
	
	.cj-close-icon, 
	.cj-up-icon, 
	.cj-thumb-left, 
	.cj-thumb-right,
	.cj-info-icon {
		
		display: none !important;
		
	}
	
	#cj-widgets {
		
		right: 10px;
		top: 43px;
		
	}
	
	.cj-top-right-content {
	
		top: 84px;
		right: 10px;
		
	}

	#cj-share-button, #cj-preloader {

		margin-right: 5px;
			
	}

	
}




