/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div, a {
	outline:none;
	-moz-outline:none;
}
table {
	border-spacing: 0;
}


/* MAIN */

body {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	color: #322;
	background: #000000;
	font-size: 14px;
	text-align: center;
}

em {
	font-style: italic;
}

small {
	font-size: 85%;
}

a {
	color: inherit;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}

.img-wrapper {
	display: inline-block;
	margin: 20px auto;
	padding: 0 20px;
	color: #665;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
}

.img-background {
	padding: 40px 40px 20px 40px;
	background: #ddddd1;
}

.black {
	padding: 0;
	background: #000000;
	font-size: 14px !important;
}

.img-wrapper p {
	margin-top: 1em;
	font-size: 12px;
}

.img-wrapper img {
	margin-bottom: 15px;
}

.menu li {
	float: left;
	background: #ddddd1;
	margin: 1px 1px 0 0;
	min-width: 60px;
	text-align: center;
	height: 38px;
	line-height: 38px;
}

.menu-1 li:first-child {
	width: 105px;
}

.menu li.small {
	font-size: 11px;
	line-height: 14px;
}

.menu li.small a {
	padding-top: 5px;
}

.menu-4 li {
	width: 239px;
}

.menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.menu a:hover, .menu .active {
	text-shadow: 0 0 4px #655;
	-moz-text-shadow: 0 0 4px #655;
	-webkit-text-shadow: 0 0 4px #655;
}

.gallery, .menu {
	background: #aa9;
	margin-top: 20px;
}

.gallery a, .gallery span {
	display: table-cell;
	vertical-align: middle;
	line-height: 140px;
	float: left;
	padding: 15px 10px;
	margin: 1px 1px 0 0;
	height: 90px;
	width: 99px;
	background: #ddddd1;
	text-align: center;
}

.gallery a img {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	border: 1px solid rgba(0,0,0,0.2);
}

.gallery a:hover img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.clearfix {
	clear:both;
}

.mfp-title p {
	margin-top: 0.6em;
}

.arrow-right {
	display: block;
	position: relative;
	top: -1px;
	float: left;
	padding-left: 10px;
}

.arrow-left {
	display: block;
	position: relative;
	top: -1px;
	float: left;
	padding-right: 10px;
}

.arrow-right > div{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fffff1;
	opacity: 0.6;
}

.arrow-left > div {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right: 10px solid #fffff1; 
	opacity: 0.6;
}

.arrow-right:hover > div, .arrow-left:hover > div {
	opacity: 1;
}

.disabled > div{
	opacity: 0.2;
}

.disabled:hover > div {
	opacity: 0.2;
}

.top-bar {
	width: 100%;
	position: relative;
	height: 37px;
}

.btn-close {
	display: block;
	float: right;
	width: 50px;
	height: 20px;
	position: relative;
	left: 2px;
	text-align: right;
	font-family: Arial, Baskerville, sans-serif;
	font-size: 31px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
}

.btn-close:hover {
	opacity: 1;
}