
.gallery .img {
	background: url(thumbnails.jpg);
	vertical-align: top;
	margin: 5px;
}

.title {
	display: none;
}

body {
	background: #b3b5b2 url(AS17-137-20991HR-AS17-137-21018HR.jpeg) fixed no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0 30px;
	font-family: "Arial Black", Gadget, sans-serif;
}

@media all and (max-width: 1000px) {
	body {
		background: #b3b5b2 url(AS17-137-20991HR-AS17-137-21018HR-1000.jpeg) fixed no-repeat;
	}
}

@media all and (max-width: 1500px) and (min-width: 1001px) {
	body {
		background: #b3b5b2 url(AS17-137-20991HR-AS17-137-21018HR-1500.jpeg) fixed no-repeat;
	}
}

@media all and (max-width: 2000px) and (min-width: 1501px) {
	body {
		background: #b3b5b2 url(AS17-137-20991HR-AS17-137-21018HR-2000.jpeg) fixed no-repeat;
	}
}

.main {
	color: #eee;
	margin: auto;
	padding: 20px;
	max-width: 940px;
	background: #1e2422;
	background: rgba(30, 36, 34,.95);
	box-shadow: 0 0 20px 2px rgba(0,0,0,.7), 0 0 10px 1px rgba(0,0,0,.35);
	font-size: 110%;
}

.main p {
	margin: 20px 10px 20px 10px;
	line-height: 120%;
}

.center {
	text-align: center;
}

.image-box {
	margin: 20px 10px;
	width: 160px;
	height: 160px;
	display: inline-block;
	text-align: center;
}

.gallery {
	vertical-align: middle;
	display: inline-block;
	outline: none;
	text-decoration: none;
	background: #444;
	box-shadow: inset 0 0 2px rgba(0,0,0,.35), 0 0 1px 1px rgba(0,0,0,.7);
	border-radius: 3px;
}

.gallery .last {
	margin-right: 0;
}

.fancybox-title-over-wrap {
	position: fixed;
	margin-bottom: 57px;
	background: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 8030;
}

.fancybox-title-inner {
	color: #eee;
	font-size: 18px;
	background: #000;
	background: rgba(0, 0, 0, .85);
	padding: 10% 20px;
	margin-bottom: 57px;
}

.fancybox-title-bottom .fancybox-title-inner {
	padding: 20px 10%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.fancybox-title-right .fancybox-title-inner {
	width: 360px;
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
}

.invisible .fancybox-title-inner {
	color: #000 !important;
	color: rgba(0, 0, 0, 0) !important;
	background: #000 !important;
	background: rgba(0,0,0,0) !important;
}

h1, h2, h3 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

h1, h2 {
	color: #ccc;
	text-shadow: 0 1px 0 #000, 0 -1px 0 #000;
}

h1 {
	margin: 1.5em 0 1em 0;
	font-size: 200%;
	letter-spacing: 7px;
}

h2 {
	letter-spacing: 5px;
	margin: 3em 0 0 0;
}
h3 {
	font-size: 95%;
	margin: 0 0 3em 0;
	letter-spacing: 3px;
}


a, .fancybox-title-inner a:visited {
	color: #e7935e;
}
a:visited {
	color: #8d82ce;
}
a:hover, .fancybox-title-inner a:hover {
	color: #ffa0a1;
	text-shadow: 0 0 1px #fff;
}

.direct-links {
	position: absolute;
	right: 20px;
	top: 10px;
	margin: 0 0 20px 40px;
	font-size: 80%;
}
