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, sub, sup, 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;
}
/* HTML5 display-role reset for older browsers */
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 {
	vertical-align: top;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 17px;
	color: #202020;
	background-image: url('../graphics/background.jpg');
	background-size: cover;
	background-position: center center;
}

h1 {
	font-family: 'FuturaBT-Heavy';
	font-size: 25px;
	line-height: 32px;
	color: #000000;
}

p {
	line-height: 27px;
	margin: 0px 0px 20px 0px;
}

.wrapper {
	width: 80%;
	max-width: 1300px;
	height: 100%;
	margin: 0px auto;
}

.wrapper .half {
	height: 100%;
	position: relative;
}

.centerize {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

.external-wrapper, .internal-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.external-wrapper .logo {
	position: absolute;
	top: 50px;
	left: 70px;
	cursor: pointer;
	z-index: 10;
}

.internal-wrapper .logo {
	margin: 15px;
	cursor: pointer;
	z-index: 10;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	padding: 0px 100px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #191919;
	z-index: 2;
}

#browser {
	width: 100%;
	margin: 75px 0px 0px 0px;
	height: calc(100% - 75px);
	position: relative;
	overflow-x: scroll;
	overflow-y: scroll;
}

.container {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}

.container img {
	cursor: zoom-out;
	display: inline-block;
}

.limited {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.limited img {
	cursor: zoom-in;
}

header img {
	cursor: pointer;
}

header .divider {
	float: left;
	padding: 10px 20px;
	border-right: 1px solid #000000;
}

header img {
	transition: opacity 0.25s;
}

header p {
	color: #ffffff;
	margin: 12px 15px 0px 15px;
}

header p, header input {
	display: inline-block;
}

header .right {
	margin: 22px 15px 0px 15px;
}

header input {
	border-radius: 3px;
	border: none;
	padding: 7px;
	width: 40px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	margin: 0px 15px 15px 0px;
}

nav {
	width: 300px;
	position: absolute;
	top: 50px;
	left: 100%;
	transition: transform 0.25s;
	z-index: 15;
}

.publication {
	display: inline-block;
	width: calc(20% - 30px);
	margin: 15px;
	text-align: left;
	cursor: pointer;
}

.publication img {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.logged {
	top: 80px;
}

.open {
	transform: translateX(-100%);
}

.open p {
	opacity: 0;
}

.menu-button, .white-menu-button {
	position: absolute;
	top: 0px;
	left: -70px;
	transform: translateX(-100%);
	cursor: pointer;
}

.white-menu-button {
	top: -55px;
	left: -30px;
}

.full-width {
	width: 100%;
}

.logged {
	top: 80px;
}

.logged .menu-button {
	display: none;
}

.logged .white-menu-button {
	display: block;
}

nav a {
	background-color: #393939;
	display: inline-block;
	width: 100%;
	color: #ffffff !important;
	text-decoration: none !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 25px;
	margin: 0px 0px 4px 0px;
	transition: background-color 0.25s !important;
}

nav a:hover {
	background-color: #000000 !important;
}

.tel {
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	color: #000000 !important;
}

.tel:hover {
	background-color: transparent !important;
}

nav {
	font-family: 'FuturaBT-Heavy';
	font-size: 20px;
}

nav p {
	min-width: 300px;
	position: absolute;
	top: -15px;
	right: calc(100% + 150px);
	text-align: right;
	transition: opacity 0.25s;
}

.logged p {
	display: none;
}

.logout {
	display: none;
}

.logged .logout {
	display: inline-block;
}

.staff, .address {
	width: calc(50% - 15px);
	background-color: #ffffff;
	float: left;
	position: relative;
	margin: 0px 15px 15px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.staff h2 {
	background-color: #d0d0d0;
	padding: 15px 25px;
}

.staff p {
	margin: 15px 25px 20px 25px;
}

.centerize .staff h1:empty {
	display: none;
}

.address {
	background-color: #000000;
	padding: 25px 30px 15px 30px;
}

.login-wrapper .two-third, .contact-wrapper .two-third {
	margin: 0px auto;
}

.contact-wrapper .two-third, .archive-wrapper .two-third {
	width: 70%;
}

.archive-wrapper {
	max-width: 100%;
	width: 100%;
	padding: 200px 0px;
	overflow-y: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#eNotifier {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 100;
	display: none;
}

#eNotifier h1 {
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

#login-form, #reset-form {
	position: relative;
	width: 100%;
}

.showcase {
	position: relative;
	cursor: pointer;
}

.showcase-image {
	position: relative;
	z-index: 3;
}

.showcase h1, #login-form h1, #reset-form h1, .staff h1 {
	position: absolute;
	top: 70px;
	left: 0px;
	transform: translateX(-100%);
	background-color: #000000;
	color: #ffffff;
	padding: 15px 25px;
}

 #login-form h1, #reset-form h1, .staff h1 {
	 top: 0px;
}

.address h1, .address p {
	color: #ffffff;
}

.address h1 {
	margin: 0px 0px 10px 0px;
}

label {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	background-color: #d0d0d0;
	margin: 0px 0px 10px 0px;
}

label p {
	margin: 10px 20px;
}

::placeholder {
    color: #cdcdcd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #cdcdcd;
}

::-ms-input-placeholder {
    color: #cdcdcd;
}

label input {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 17px;
	color: #202020;
	border: none;
	width: 100%;
	padding: 25px 20px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.button {
	background-color: #000000;
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none !important;
	color: #ffffff !important;
	transition: background-color 0.25s !important;
}

.button:hover {
	background-color: #000000;
}

#reset-button {
	line-height: 45px;
}

.showcase p {
	position: absolute;
	top: 132px;
	left: 0px;
	transform: translateX(-100%);
	background-color: #d0d0d0;
	padding: 10px 20px;
}

.shadow {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: translateY(30%);
}

.page-image {
	margin: 30px 0px;
}

.max-width {
	width: 100%;
}

.clear {
	clear: both;
}

.half {
	width: calc(50% - 30px);
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.one-third {
	width: calc(40% - 30px);
}

.two-third {
	width: calc(40% - 30px);
	margin: 0px 60px 0px 0px;
}

.third {
	width: calc(33% - 20px);
}

.fourth {
	width: calc(25% - 20px);
}

.left {
	float: left;
}

.right {
	float: right;
}

.height5 {
	height: 5px;
}

.height15 {
	height: 15px;
}

.height30 {
	height: 30px;
}

.height50 {
	height: 50px;
}

.height60 {
	height: 60px;
}

.height100 {
	height: 100px;
}

.height200 {
	height: 200px;
}

.hidden {
	display: none;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.blue {
	background-color: #191919 !important;
}

.align-center {
	margin: 0px auto;
}

.disabled {
	cursor: default;
	opacity: 0.1;
}

@media only screen and (max-width: 1024px) {

	.showcase h1 {
		top: auto;
		left: auto;
		transform: none;
	}

	.showcase p {
		top: auto;
		left: auto;
		transform: none;
	}

	.one-third {
		width: calc(50% - 30px);
	}

	.two-third {
		width: calc(50% - 30px);
		padding: 0px;
	}

}

@media only screen and (max-height: 760px) {

	.constrict-height {
		height: calc(100% - 200px);
		overflow-y: scroll;
		transform: translateY(calc(-50% + 30px));
	}

}

@media only screen and (max-width: 512px) {

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.half, .one-third {
		width: 100% !important;
	}

	.two-third {
		margin: 50px 0px;
		padding: 0px;
	}

	.left, .right {
		float: none;
	}

	.wrapper {
		height: auto;
	}

	.wrapper .half {
		height: auto;
	}

	.publication {
		width: calc(50% - 30px);
	}

	body, html {
		width: 100%;
		height: auto;
		min-height: 100%;
		overflow-y: auto;
	}

	.internal-wrapper, .external-wrapper {
		height: auto;
	}

	.centerize {
		position: relative;
		top: auto;
		transform: none;
	}

	.external-wrapper .logo {
		position: relative;
		top: auto;
		left: auto;
		width: 80%;
		margin: 100px auto 50px auto;
		display: block;
	}

	.external-wrapper nav {
		position: fixed;
	}

	.menu-button {
		top: -10px;
		left: -50px;
	}

	.white-menu-button {
		top: -55px;
		left: -35px;
	}

	.showcase h1, #login-form h1, #reset-form h1, .staff h1 {
		top: auto;
		left: auto;
		transform: none;
		position: relative;
	}

	#login-form h1, #reset-form h1 {
		margin: 0px 0px 20px 0px;
	}

	.showcase p {
		top: auto;
		left: auto;
		transform: none;
		position: relative;
	}

	.contact-wrapper {
		width: 80% !important;
	}

	.staff {
		width: 100%;
		float: none;
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 5px 0px;
	}

	.address {
		width: 100%;
		float: none;
		margin: 0px 0px 30px 0px;
	}
	
	.limited {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		display: block;
	}

	.container img {
		width: 100%;
	}
	
	nav p {
		top: -20px;
		right: calc(100% + 120px);
	}
	
	.archive-wrapper {
		padding: 0px;
	}

}
