/* GENERAL ------------------------------------------------------------ */

body {
	background-color: #04091e;
}


/* BANNER --------------------------------------------*/


#gallery-header {
	padding: 14px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 500
}

.gallery-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.gallery-banner-area {
	background: url(../img/gallery-header-bg.jpg) center;
	background-size: cover;
}

.gallery-banner-area .gallery-overlay-bg {
	background: rgba(4, 9, 30, 0.9)
}

.gallery-banner-content {
	z-index: 2
}

.gallery-banner-content h1 {
	font-size: 72px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 20px
}

.gallery-banner-content h1 span {
	font-weight: 700
}

.gallery-block-heading {
	color: #ccc;
}


/* HOME ------------------------------------------------------------*/

.home-block {
	margin-bottom: 20px;
}

.home-block-heading {
	text-align: center;
	margin-bottom: 40px;
	background: url(../img/div-line.png) repeat-x center center;
}

.home-block-heading span {
	padding: 0px 20px;
}

.home-block figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;

	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
}

.home-block figure .thumb {
	display: block;

}


.home-block figure img {
	max-width: 100%;
	opacity: .999;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img {
	opacity: 0.1;
	line-height: 0em;
}


.home-block figure.last {
	margin-right: 0px;
}

.home-block figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption {
	display: none;
}

.no-opacity .home-block figure:hover figcaption {
	display: block;
}

.home-block figure .opener {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener {
	display: none;
}

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em {
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong {
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.home-block figcaption span {
	font-size: 11px;
	margin-bottom: 7px;
}

.home-block figcaption em {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

.home-block figcaption em {
	font-weight: bold;
}

.one-third-thumbs figure {
	width: 300px;
}

.one-fourth-thumbs figure {
	width: 220px;
}

.more-link {
	margin-bottom: 0px;
}


/* GALLERY HEADER ------------------------------------*/

.gallery-banner-area {
	background: url(../img/gallery-header-bg.jpg) center;
	background-size: cover
}

.gallery-banner-area .overlay-bg {
	background: rgba(4, 9, 30, 0.9)
}

.gallery-menu {
	background-color: rgb(20, 3, 91);
}

.gallery-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-row {
	height: 2px;
	border-width: 0;
	color: gray;
	background-color: gray
}