/* --------------------------------------------- */
/* Author: http://codecanyon.net/user/CodingJack */
/* --------------------------------------------- */

/* ********************************** */
/* ************ CSS RESET *********** */
/* ********************************** */

#cj-gallery ul, 
#cj-gallery li, 
#cj-gallery img, 
#cj-gallery div, 
#cj-gallery span,
#cj-gallery h2, 
#cj-gallery p,
#cj-gallery a {

	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
	
}

#cj-gallery li {

	list-style-type: none;
	
}


/* ...........................................................................   2   */

/* ********************************** */
/* ********* GENERAL STYLES ********* */
/* ********************************** */

/* Fullsize css, will be overriden by fixed sized if used */
#cj-gallery {

	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	color: #CCC;

}

#cj-gallery #cj-bg-images {
			
	display: none;
				
}

/* General link style */
#cj-gallery a {

	text-decoration: none;
	color: #FFF;
	
}

#cj-gallery a:visited {

	color: #FFF;

}

#cj-gallery a:hover {

	text-decoration: underline;
	
}

/* Cursive font class */
.cj-cursive-font {

	font-family: "Dancing Script", cursive !important;
	font-size: 22px !important;
	
}

/* Used for the "hit area" when clicking an image */
.cj-bg-click {
	
	background-color: #000;
	opacity: 0;
	
}

/* Removes unwanted content highlighting */
.cj-no-select {

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}


/* ...........................................................................   3   */

/* ********************************** */
/* ******** TOP RIGHT SECTION ******* */
/* ********************************** */

/* The top right container */
#cj-gallery #cj-author-info {
	
	position: fixed;
	visibility: hidden;
	text-align: center;
	top: 20px;
	right: 20px;
	z-index: 1000;
	
}

/* Top right main content container */
.cj-top-right-content {

	font: 18px "Dancing Script", cursive;
	color: #CCC;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
		
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.75);
	
	position: fixed;
	top: 60px;
	right: 20px;
	
	padding: 10px 15px 12px 15px !important;
	display: none;
	
}


/* ..........................................................................   3.1   */

/* ----------------------------- */
/* -------- BEGIN ICONS -------- */
/* ----------------------------- */

/* The image preloader */
#cj-gallery #cj-preloader {
	
	float: left;
	width: 35px;
	height: 27px;
	margin-right: 5px;
	padding-top: 8px;
	background: url(../img/cj_gallery/graphics/preloader_bg.png) no-repeat;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
		
}

/* The "gallery by" section */
#cj-gallery #cj-info-button {
	
	float: left;
	width: 35px;
	height: 27px;
	cursor: pointer;
	margin-right: 15px;
/*	background: url(../img/cj_gallery/graphics/pfeil-angebote.png) no-repeat left bottom; */
	
}

/* The main email icon */
#cj-gallery #cj-email-button {
	
	float: left;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-right: 5px;
	background: url(../img/cj_gallery/graphics/email.png) no-repeat left bottom;
	
}

/* The main social share icon */
#cj-gallery #cj-share-button {
	
	float: left;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-right: 5px;
	background: url(../img/cj_gallery/graphics/share.png) no-repeat left bottom;
	
}

/* The main music icon */
#cj-gallery #cj-music-button {
	
	float: left;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: url(../img/cj_gallery/graphics/music.png) no-repeat left bottom;
	
}

/* Circle icon mouse over state */
.cj-button-hover {

	background-position: left top !important;
	
}


/* ********************************** */
/* ******* IMAGE DESCRIPTIONS ******* */
/* ********************************** */

/* Image description main container */
#cj-gallery #cj-image-info {
	
	position: fixed;
	width: 300px;
	display: none;
	top: 20px;
	left: 20px;
	
	font: 12px "Questrial", sans-serif;
	color: #CCC;
	padding: 15px 20px 20px 20px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.75);
	
}

/* Image description header style */
#cj-gallery #cj-image-info h2 {
	
	font: 22px "Dancing Script", cursive;
	color: #EEE;
	
	margin: 0;
	margin-bottom: 5px;
	
}

/* Image description paragraph style */
#cj-gallery #cj-image-info p {
	
	line-height: 18px;
	
}

/* Outline from links */
#cj-gallery #cj-image-info a {
	
	outline: none !important;
	
}

/* Image description close button */
#cj-gallery .cj-close-info {
	
	float: right;
	display: block;
	margin: -4px -11px 0 0;
	cursor: pointer;
	
	width: 8px;
	height: 8px;
	padding: 2px;
	background: url(../img/cj_gallery/graphics/info_close.png) no-repeat left top;
	
}

/* Image description close button hover state */
#cj-gallery .cj-close-info:hover {
	
	background-position: left bottom;
	
}


/* ...........................................................................   5   */

/* ********************************** */
/* ********* FOOTER SECTION  ******** */
/* ********************************** */

/* Main footer container */
#cj-gallery #cj-footer {

	position: fixed;
	overflow: hidden;
	visibility: hidden;
	bottom: 0;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* Footer content container */
#cj-gallery #cj-footer-container {
	
	padding: 8px 8px 0 8px;
	background: #007300;
	
	-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;
	
}


/* ..........................................................................   5.1   */

/* ----------------------------- */
/* ----- GALLERY CONTROLS ------ */
/* ----------------------------- */

/* Main gallery controls container */
#cj-gallery #cj-gallery-controls {
	
	display: inline-block;
	padding: 2px 6px 0 10px;
	background: #007300;
	
	-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;
	
}

/* IE Fix for controls */
.cj-gc-fix {

	padding-top: 4px !important;
	
}

/* Previous image button */
#cj-gallery .cj-left-icon {
	
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	
	width: 7px;
	height: 10px;
	background: url(../img/cj_gallery/graphics/left_arrow.png) no-repeat left top;
	
}

/* Next image button */
#cj-gallery .cj-right-icon {
	
	margin-left: 3px;
	cursor: pointer;
	display: inline-block;
	
	padding: 2px;
	
	width: 7px;
	height: 10px;
	background: url(../img/cj_gallery/graphics/right_arrow.png) no-repeat left top;
	
}

/* Image info button */
#cj-gallery .cj-info-icon {
	
	margin-left: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 2px 2px 1px 2px;
	
	width: 8px;
	height: 13px;
	background: url(../img/cj_gallery/graphics/info_icon.png) no-repeat left top;
	
}

/* Style applied to info button when no image info is present */
.cj-no-info-hover {

	background-position: left top !important;
	opacity: 0.5;
	
}

/* Hide thumbnails button */
#cj-gallery .cj-close-icon {
	
	margin-left: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	
	width: 10px;
	height: 10px;
	background: url(../img/cj_gallery/graphics/thumb_close.png) no-repeat left top;
	
}

/* Show thumbnails button */
#cj-gallery .cj-up-icon {
	
	margin-left: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	
	width: 10px;
	height: 12px;
	background: url(../img/cj_gallery/graphics/up_arrow.png) no-repeat left top;
	
}

/* Pause slideshow button */
#cj-gallery .cj-pause-icon {
	
	margin-left: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	
	width: 6px;
	height: 10px;
	background: url(../img/cj_gallery/graphics/pause_icon.png) no-repeat left top;
	
}

/* Play slideshow button */
#cj-gallery .cj-play-icon {
	
	margin-left: 3px;
	cursor: pointer;
	display: inline-block;
	
	padding: 1px 2px 2px 2px;
	
	width: 6px;
	height: 10px;
	background: url(../img/cj_gallery/graphics/play_icon.png) no-repeat left top;
	
}

/* Gallery control buttons hover state */
#cj-gallery .cj-left-icon:hover, 
#cj-gallery .cj-close-icon:hover, 
#cj-gallery .cj-right-icon:hover,
#cj-gallery .cj-info-icon:hover,
#cj-gallery .cj-play-icon:hover,
#cj-gallery .cj-pause-icon:hover,
#cj-gallery .cj-up-icon:hover,
#cj-gallery .cj-close-info:hover {
	
	background-position: left bottom;
	
}

/* Applied when thumbnailas and categories are not used */
.cj-footer-controls-only {

	padding-top: 0 !important;
	
}


/* ..........................................................................   5.2   */

/* ----------------------------- */
/* -------- THUMBNAILS --------- */
/* ----------------------------- */

/* Main thumbnail container */
#cj-gallery  #cj-thumb-container {
	clear: both;
	overflow: hidden;
	position: relative;
	
}

/* Thumbnail strip container */
.cj-thumb-div {

	float: left;
	margin-left: 8px !important;
	border: 1px solid #BBB !important;
	position: relative !important;
	overflow: hidden !important;
	
}

/* Applied to first thumb */
.cj-thumb-div-first {

	margin-left: 0 !important;
	
}

/* Applied to thumbnail images */
.cj-thumb-image {

	position: absolute !important;
	display: none;
	
}

/* Thumbnail mouse over effect */
.cj-thumb-hover {
	
	position: absolute !important;
	background: #000 url(../img/cj_gallery/graphics/thumb_hover.png) no-repeat center center !important;
	
}

/* Thumbnail tooltips */
#cj-gallery #cj-thumb-tooltip {
	
	font: 14px "Questrial", sans-serif;
	
	color: #000;
	background-color: #E5E5E5;
	padding: 5px 8px 5px 8px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	position: fixed;
	white-space: nowrap;
	display: none;
	z-index: 1;
	
}

/* Thumb slider left button */
.cj-thumb-left {
	
	width: 25px;
	height: 25px;
	display: none;
	cursor: pointer;
	position: fixed;
	background: url(../img/cj_gallery/graphics/thumb_left.png) no-repeat left top;
	margin: 0 0 0 -5px !important;

	
}

/* Thumb slider right button */
.cj-thumb-right {
	
	width: 25px;
	height: 25px;
	display: none;
	cursor: pointer;
	position: fixed;
	background: url(../img/cj_gallery/graphics/thumb_right.png) no-repeat left top;
	margin: 0 0 0 5px !important;

}

/* 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;
	
}


/* ..........................................................................   5.3   */

/* ----------------------------- */
/* ----- CATEGORY BUTTONS ------ */
/* ----------------------------- */

/* Main category button container */
#cj-gallery #cj-categories {
	
	font: 18px "Questrial", sans-serif;
	color: #CCC;
	
	text-align: center;
	margin-top: 6px;
	padding-bottom: 6px;
	
}

/* The category button */
.cj-category {

	display: inline-block !important;
	padding: 0 14px 0 14px !important;
	
}

/* The category button hover state */
.cj-category:hover {

	opacity: 0.75;
	
}

/* Style applied when categories are not used */
.cj-no-categories {

	padding-bottom: 8px !important;
	
}


/* ...........................................................................   6   */

/* ********************************** */
/* ******** VIDEO LIGHTBOX  ********* */
/* ********************************** */

/* The "play video" button that appears over the current gallery image */
.cj-video-button {

	background: url(../img/cj_gallery/graphics/video_play.png) no-repeat left top;
	width: 50px;
	height: 50px;
	
	position: fixed;
	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: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	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/cj_gallery/graphics/video_preloader.gif) no-repeat center center;
	z-index: 1002;
	
	-moz-box-shadow: inset 0 0 3px 3px #DDD;
	-webkit-box-shadow: inset 0 0 3px 3px #DDD;
	box-shadow: inset 0 0 3px 3px #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/cj_gallery/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;
	
}


#footer {
width: 100%;
height:25px;
background:#000;
color;#FFF;
font-family:verdana;
font-size:12px;
}



/* ...........................................................................   7   */

/* ********************************** */
/* ********* MISCELLANEOUS  ********* */
/* ********************************** */

/* Applied to noscript background image */
.cj-noscript {

	z-index: -1000;
	
}

/* Preload some icons */
#cj-gallery #cj-preload {
	
	position: fixed;
	visibility: hidden;
	font-family: "Dancing Script", cursive;
	
}


/* ************************************** */
/* *** Sticky Footer -- PG ************** */
/* ************************************** */


#footer {
	position: fixed;
	bottom: 0px;
	margin:0;
	left:0;
	right:0;
	width: 100%;
	min-width:900px;
	height: 120px;
	background:#007300;
	border-top: 1px solid #333333;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	
	/* CSS3 Stylings - Creates the double top border */
	-moz-box-shadow: 0px -1px 0px #161616;
	-webkit-box-shadow:  0px -1px 0px #161616;
    box-shadow:  0px -1px 0px #161616;
	
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #007300, #007300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007300), to(#007300));
}

/* General typography stylings, paragraphs and H2 tags */

#footer h2 {
	font-size:18px;
	line-height:18px;
	color:#FF6600;
	letter-spacing:-1px;
	font-weight:normal;
	padding:0px 10px 0px 10px;
	margin:12px 0;
}
#footer p {
	color:#cccccc;
	font-size:12px;
	padding:0 10px 0 10px;
	line-height:18px;
	float:left;
	margin:10px 0;
}
#footer img {
	border:none;
}
#footer a {
	color:#FF6600;
	text-decoration:none;
}
#footer li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

#footer .strong { /* Forcing a bold text */
	font-weight:normal;
}
#footer .italic { /* Forcing an italic text */
	font-style:italic;
}
.clear { /* Use this class between rows of content when you use columns */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

