/* FONTS */
@font-face {
    font-family: 'PFHandbookProThin';
    src: url('pfhandbookpro-thin-webfont.eot');
    src: url('pfhandbookpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfhandbookpro-thin-webfont.woff') format('woff'),
         url('pfhandbookpro-thin-webfont.ttf') format('truetype'),
         url('pfhandbookpro-thin-webfont.svg#PFHandbookProThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('pfhandbookpro-regular-webfont.eot');
    src: url('pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfhandbookpro-regular-webfont.woff') format('woff'),
         url('pfhandbookpro-regular-webfont.ttf') format('truetype'),
         url('pfhandbookpro-regular-webfont.svg#PFHandbookProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	background-color: #000000\9;
}

html>body { *background-color: #000000; background-color: #000000\9;}

html>body #gallery-wrapper { *background-color: black; }

body {
	width: 100%;
	height: 100%;
}

#gallery-wrapper {
	position: relative;
	width: 930px;
	height: 411px;
	margin: 0px auto;
	margin-top: 122px;
}

@media all and (max-width: 768px) {
	#gallery-wrapper {
		width: auto;
		height: auto;
		text-align: center;
	}
}

.gallery-thumb {
	position: absolute;
	width: 300px;
	height: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.5;
}

@media all and (max-width: 768px) {
	.gallery-thumb {
		position: static;
		margin-left: 10px;
		margin-right: 10px;
		height: auto;
		display: inline-block;
	}
}

.no-right-margin {
	margin-right: 0px;
}

.thumb-pic {
	position: absolute;
	z-index: 0;
}

@media all and (max-width: 768px) {
	.thumb-pic {
		position: static;
		z-index: 0;
	}
}

.thumb-title {
	position: absolute;
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: white;
	opacity: 0.5;
	width: 276px;
	height: 40px;
	border-top: 2px solid #78378e;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	line-height: 40px;
	background-color: rgba(0,0,0,0.85);
	*background-color: #000000;
	padding-left: 12px;
	padding-right: 12px;
}

@media all and (max-width: 768px) {
	.thumb-title {
		position: static;
		z-index: 0;
	}
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}