/* Single Post Gallery */
	.single-gallery {
		margin: 2em 0;
		position: relative;
		overflow: hidden;
		display: block;
	}
	.gallery-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
	}
	.gallery-image > img {
		opacity: 0;
		visibility: hidden;
	}
	.gallery-meta {
	    font-family: 'TradeGothic-CondEighteen', sans-serif;		
	    font-size: 16px;
	    color: #333333;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 101;
	}
	.gallery-meta > * {
		float: left;
		height: 50px;
		width: 50px;
		line-height: 50px;
		margin-right: 2px;
		background-color: white;
		text-align: center;
	}
	.gallery-meta .sep {
		color: #cccccc;
	}	


/* Fullscreen Gallery */	
	.fullscreen-gallery #container {
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.fullscreen-gallery .gallery-stage {
		top: 140px;
		left: 100px;
		right: 100px;
		bottom: 150px;
		position: absolute;
	}
	.fullscreen-gallery .gallery-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../images/animation-loader.gif);
		background-position: center center;
		background-repeat: no-repeat;		
	}
	.fullscreen-gallery .gallery-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.fullscreen-gallery .gallery-image > img {
		display: none;
	}
	.fullscreen-gallery .discription {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 12px;
		font-family: 'Times New Roman', serif;		
		color: #666666;
		background-color: white;
	}
	.fullscreen-gallery .close {
		top: 104px;
		left: 50%;
	}
	.fullscreen-gallery .gallery-stage .next {
		right: -80px;
	}
	.fullscreen-gallery .gallery-stage .prev {
		left: -80px;
	}
	.fullscreen-gallery > .browse {
		height: 35px;
		line-height: 35px;
		width: 20px;
		top: 140px;
		bottom: 150px;
		margin: auto;
	}
	.fullscreen-gallery .prev {
		left: 20px;
	}	
	.fullscreen-gallery .next {
		right: 20px;
	}		
	/* Thumb tray */
	.fullscreen-gallery .gallery-thumbs-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.fullscreen-gallery	.open-tray {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
	}
	.fullscreen-gallery .tray {
		margin: 0 80px 20px 80px;
		position: relative;
		z-index: 10;
		background-color: white;
	}
	.gallery-thumb {
		float: left;
		cursor: pointer;
	}
	.not-mobile .gallery-thumb:hover,	
	.gallery-thumb.active {
		opacity: 0.3;
	} 	
	.tray .browse {
		margin-top: -30px;	
	}
	.tray .prev {
		left: -45px;
	}
	.tray .next {
		right: -45px;
	}
	.gallery .close:hover polygon,
	.gallery .browse:hover polygon {
		fill: #DD362D;
	}	
	
/* Scrapbook Fullscreen Gallery */	
	.scrapbook-gallery.fullscreen-gallery > .browse,
	.scrapbook-gallery.fullscreen-gallery .gallery-stage {
		bottom: 50px;
	}