/**
 * Styly stranky fotogalerie
 */

#content div.left-column h1 {
	background-image: url('../img/common/gallery.png');
	background-position: 27px 19px;
}

#content div.right-column a {
	display: block;
	font-family: 'HelveticaNeueLight';
	font-size: 16px;
	color: #ffffff;
	line-height: 67px;
	text-decoration: none;
	padding-left: 27px;
}

#content div.gallery {
	margin: 41px 27px;
}

@media (min-width: 990px) {
	#content div.gallery {
		margin: 41px 0;
	}
}

#content div.gallery-item {
	width: 330px;
	float: left;
	margin-bottom: 38px;
}

#content div.gallery-item img {
	border-width: 0;
}

#content div.gallery-item a.name {
	display: block;
	margin-top: 13px;
	font-family: 'HelveticaNeueBold';
	text-decoration: none;
}
