
/*
** gallery
*/

section.gallery {
	margin-bottom: 5em;
}

/**/
section.gallery .info {
	margin-bottom: 1em;
}

section.gallery .info .name {
	line-height: 1em;
	margin-bottom: 1em;
}

section.gallery .info .text {
	font-size: 0.8em;
	line-height: 1.8em;
}

/**/
section.gallery .navigation {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 1.5em;
}

section.gallery .navigation .pager {
	margin: 0.5%;
}

section.gallery .navigation a:hover {
	text-decoration: underline;
}

/**/
section.gallery .player {
	position: relative;
	width: 700px;
	height: 600px;
}

/**/
section.gallery .thumbnails .images,
section.gallery .thumbnails .films {
	margin-bottom: 2em;
}

section.gallery .thumbnails .name {
	font-size: 1em;
}

section.gallery .thumbnails .films .image {
	position: relative;
}

section.gallery .thumbnails .films .image .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../img/play.png') 50% 50% no-repeat;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}