html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', serif;
}
/*TOP BAR STYLING*/
#top-bar {
	width: 100%;
	background-color: #000;
	height: 62px;
	display: flex;
}
.title {
	text-align: center;
	border-right: 1px #ccc solid;
}
.title h2 {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin: 20px;
	font-size: 16px;
}
.gallery-title h3 {
	color: #b2a465;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin: 20px;
	font-size: 16px;
}
.close i {
	color: #fff;
}
.close {
	position: absolute;
	right: 15px;
	top: 22px;
}
/*CONTENT BOX STYLING*/
#fh-fw {
	width: 100%;
	height: calc(100vh - 62px);
	background: #111;
	overflow: hidden;
}
.gallery-photo-image {
	width: 100%;
	height: 100%;
	text-align: center;
}
.gallery-photo-image img {
	max-width: 100%;
}
.photo-container {
	width: calc(100% - 360px);
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	background: #111;
}
.photo-container img {
	max-width: 100%;
	max-height: 100vh;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px -20px 21px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -20px 21px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -20px 21px 0px rgba(0,0,0,0.75);
}
/*GALLERY INFO RIGHT PANEL STYLE*/
.gallery-info {
	height: calc(100vh - 62px);
	background: #111;
	background-repeat: repeat;
	width: 360px;
	float: left;
}
.gallery-photo-name {
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	width: 100%;
	border-bottom: 1px solid #9b9b9b;
	color: #9b9b9b;
}
.gallery-photo-description {
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gallery-number-of-images {
	border: 1px solid #9b9b9b;
	text-align: center;
	vertical-align: middle;
	margin: 15% 0;
	padding: 10px 0;
}
.current-image-num {
	margin: 5% 35%;
	height: 62px;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: super;
}
.gallery-control {
	color: #fff;
}
.gallery-control i {
	color: #998632
}
.image-info {
	padding: 30px;
}
.image-info h2 {
	color: #fff;
	font-family: 'Playfair Display', serif;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: 400;
}
.image-info p {
	color: #ccc;
	line-height: 20px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.image-credit-info {
	border-top: 1px solid #9b9b9b;
	width: 100%;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.image-credit {
	float: right;
	padding: 7px 0px 0px 0px;
}
.gallery-ad-space {
	height: 250px;
	width: 300px;
	background-color: #191919;
	margin: 50px auto 0;
}
.sm-list {
	list-style-type: none;
	display: block;
	width: 130px;
	margin: 20px auto;
	padding: 0;
}
.sm-list li.sm-link {
	display: inline;
	margin: 0px 5px;
}
.sm-list li.sm-link i {
	color: #fff;
}

@media(max-width:990px) {
.photo-container {
	width: 100%;
}
.gallery-info {
	width: 100%;
}
#fh-fw {
    overflow: visible;
}
}
