/*Website design by Liam Gulliford. Please do not replicate any aspect of this code without prior consent of the author. Copyright 2022*/
.crosshair {
	cursor: crosshair;
}
.pointer {
	cursor: pointer;
}
#body {
  background-color: #FFFFFF;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
/*Crop Marks*/
#imagebox {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  z-index: 6;
  overflow: hidden;
}
#imagewrapper {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;

  padding: 2.5vh;
  z-index: 4;
}
#crop-verticalL {
  height: 100%;
  width: 2.6vh;
  position: absolute;
  box-sizing: border-box;
  left: 2.6vh;
  border-left: 1px solid #C0C0C0;
  z-index: 4;
}
#crop-verticalR {
  height: 100%;
  width: 2.6vh;
  position: absolute;
  box-sizing: border-box;
  right: 2.6vh;
  border-right: 1px solid #C0C0C0;
  z-index: 4;
}
/*lines*/
hr .grey {
	border-top: 1px;
	color: #C0C0C0;
}
/*Video*/
#myvideo {
	left: 50%;
  	height: 100%;
 	width: 100%;
  	position: absolute;
  	top: 50%;
  	transform: translate(-50%, -50%);
  	object-fit: cover;
	z-index: 3;
}
/*images*/
#myimage {
	left: 50%;
  	height: auto;
 	width: auto;
 	max-width: 100%;
 	max-height: 100%;
  	position: absolute;
  	top: 50%;
  	transform: translate(-50%, -50%);
	z-index: 3;
}
/* Rotate second bar */
.change2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Fade out the first bar */
.change1 {
  opacity: 0;
}
/* Fade out the third bar */
.change3 {
  opacity: 0;
}
/* Rotate second bar */
.change5 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Fade out the first bar */
.change4 {
  opacity: 0;
}
/* Fade out the third bar */
.change6 {
  opacity: 0;
}
/* Rotate secondB bar */
.changeY {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Rotate secondB bar */
.changeZ {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Rotate secondB bar */
.changeX {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Fade out the third bar */
.changeM1 {
  opacity: 1;
}
/* unvisited link */
a:link {
  color: #1B1212;
  text-decoration: none;
}
/* visited link */
a:visited {
  color: #1B1212;
  text-decoration: none;
}
/* mouse over link */
a:hover {
  color: #ffe711;
  text-decoration: none;
  transition: 0.6s ease;
}
/* selected link */
a:active {
  color: #C0C0C0;
  text-decoration: none;
}
p.menu{
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #1B1212;
}

@import url('http://fonts.cdnfonts.com/css/minion-pro');

p.header2map{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 11px;
}
/* Pulse Animation */
.pulse {	
animation-timing-function: ease-in ease-out;
-webkit-animation: pulse 1.5s ease-in ease-out 3.5s alternate infinite;
-moz-animation: pulse 1.5s ease-in ease-out 3.5s alternate infinite;
-o-animation: pulse 1.5s ease-in ease-out 3.5s alternate infinite;
-ms-animation: pulse 1.5s ease-in ease-out 3.5s alternate infinite;
animation-name: pulse;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-duration: 1.5s;
animation-delay: 1s;  
}
@keyframes pulse {
  from  { opacity: 0; }
  to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes pulse {
    from  { opacity: 0; }
  to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes pulse {
   from  { opacity: 0; }
  to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes pulse {
    from  { opacity: 0; }
  to { opacity: 1; }
}
/* SiteMap ALT */
#base-content-sitemap {
	width: 100%;
	height: calc(80vh - 45px);
	position: absolute;
	top: 7.5vh;
	background-color: #;
	z-index: 2;
}

/* SMALL------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-height: 850px) and (max-width: 800px) {
  /* For (W)Small*(H)Large Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: 5vh;
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
}
/*Menu Bar*/
#bar1 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 30px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 11px;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 11px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 13px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 10%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 80%;
	height: calc(87.5% - 45px);
	position: fixed;
	right: 10%; 
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 10%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 100%;
	height: 25%;
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	line-height: 1.9vh;
	box-sizing: border-box;
	padding: 0 2.5vh 0 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 1vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 80vw;
	top: calc(100% - 45px - 17% - (75% - 45px));
	background-color: #;
	z-index: 6;
	box-sizing: border-box;
}
#base-gutter {
	width: 100%;
	height: 2.5%;
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 100%;
	height: 50%;
	position: relative;
	float: left;
	bottom:-7.5%;
	box-sizing: border-box;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: 50%;
	position: relative;
	float: left;
	bottom:-20%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
	display: none;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0;
	z-index: 3;
}
#banner {
	display: none;
}
#banner-max-1200 {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-10vw);
	transition: width 0.4s, transform 0s;
}
#altfooter {
	position: relative;
	box-sizing: border-box;
	padding: 0 2.5vh; 
	width: 100%;
	height: 40px;
	bottom: -5%;
	margin-left: auto;
	margin-right: auto;
	background-color: #;
	z-index: 3;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 7.5%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-height: 451px) and (max-height: 849px) and (max-width: 800px) {
  /* For (W)Small*(H)Medium Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: 5vh;
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
}
/*Menu Bar*/
#bar1 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 25px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 7px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 9px;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 1.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 7px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 9px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 10%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 80%;
	height: calc(87.5% - 45px);
	position: fixed;
	right: 10%; 
	background-color: #;
	z-index: 1;
}
#margin-right {
	width: 10%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 100%;
	height: 25%;
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	line-height: 1.9vh;
	box-sizing: border-box;
	padding: 0 2.5vh 0 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 1vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 80vw;
	top: calc(100% - 45px - 17% - (75% - 45px));
	background-color: #;
	z-index: 6;
	box-sizing: border-box;
}
#base-gutter {
	width: 100%;
	height: 2.5%;
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#base-content {
	width: 100%;
	height: 50%;
	position: relative;
	float: left;
	bottom: -7.5%;
	box-sizing: border-box;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: 50%;
	position: relative;
	float: left;
	bottom:-20%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 17.5%;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
	display: none;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0;
	z-index: 3;
}
#banner {
	display: none;
}
#banner-max-1200 {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-10vw);
	transition: width 0.4s, transform 0s;
}
#altfooter {
	position: relative;
	box-sizing: border-box;
	padding: 0 2.5vh;
	width: 100%;
	height: 40px;
	bottom: -5%;
	margin-left: auto;
	margin-right: auto;
	background-color: #;
	z-index: 3;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 7.5%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* -------------------------------------------------------------------------------------- */
@media only screen and (max-height: 450px) and (max-width: 800px) {
  /* For (W)Small*(H)Small Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: 7.5vh;
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
}
/*Menu Bar*/
#bar1 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 20px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 2.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	display: none;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 1.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 7px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 9px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 10%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 80%;
	height: 100%;
	position: fixed;
	right:10%;
	background-color: #;
	z-index: 1;
}
#margin-right {
	width: 10%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 37.5%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 2vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 30%;
	top: calc(100% - 45px - 12.0% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left:2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 2.5%;
	height: 60%;
	position: relative;
	float: left;
	bottom:-12.5%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 60%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom: -10%;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: 37.5%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 7.5%;
	top: 0%;
	z-index: 3;
}
#banner {
	display: none;
}
#banner-max-1200 {
	position: relative;
	box-sizing: border-box;
	padding-top: 2vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-10vw);
	transition: width 0.4s, transform 0s;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 10%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
}

/* MEDIUM---------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-height: 850px) and (min-width: 801px) and (max-width: 1199px) {
  /* (W)Medium*(H)Large Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: calc(5vh - 1px);
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
	background-color: #;
}
/*Menu Bar*/
#bar1 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 30px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 11px;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 11px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 13px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 10%;
	height: 100%;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 80%;
	height: 100%;
	position: fixed;
	right: 10%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 10%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 30%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	line-height: 1.9vh;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: ;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 1vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 24vw;
	top: calc(100% - 45px - 15.5% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left: 2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 2.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-5%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 67.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;

	box-sizing: border-box;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: calc(0.325 * (100vw - 20vw));
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0;
	z-index: 3;
}
#banner {
	display: none;
}
#banner-max-1200 {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-10vw);
	transition: width 0.4s, transform 0s;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 7.5%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-height: 451px) and (max-height: 849px) and (min-width: 801px) and (max-width: 1199px) {
  /* (W)Medium*(H)Medium Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: calc(5vh - 1px);
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
	background-color: #;
}
/*Menu Bar*/
#bar1 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 25px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 12px;
	overflow: hidden;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 12px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 10%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 80%;
	height: 100%;
	position: fixed;
	right: 10%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 10%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 30%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	line-height: 1.9vh;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: ;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 1vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 24vw;
	top: calc(100% - 45px - 15.5% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left: 2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 2.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#base-content {
	width: 67.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;

	box-sizing: border-box;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 80%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: calc(0.325 * (100vw - 20vw));
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0;
	z-index: 3;
}
#banner {
	display: none;
}
#banner-max-1200 {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-10vw);
	transition: width 0.4s, transform 0s;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 7.5%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* -------------------------------------------------------------------------------------------------- */
@media only screen and (max-height: 450px) and (min-width: 801px) and (max-width: 1199px) {
  /* (W)Medium*(H)Small Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: 7.5vh;
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
}
/*Menu Bar*/
#bar1 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 20px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 2.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	display: none;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 13px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 1.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 7px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 9px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 15%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 70%;
	height: 100%;
	position: fixed;
	right:15%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 15%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 40%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 2vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 28%;
	top: calc(100% - 45px - 13.0% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left:2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 5%;
	height: 60%;
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 55%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-10%;

	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 70%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: 30%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 7.5%;
	top: 0%;
	z-index: 3;
}
#banner {
	position: relative;
	box-sizing: border-box;
	padding-top: 2vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-15vw);
	transition: width 0.4s, transform 0s;
}
#banner-max-1200 {
	display: none;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 15%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
}

/* LARGE------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-height: 850px) and (min-width: 1200px) {
  /* (W)Large*(H)Large Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: calc(5vh - 1px);
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
	background-color: #;
}
/*Menu Bar*/
#bar1 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 30px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 30px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 11px;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 11px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 13px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 15%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 70%;
	height: 100%;
	position: fixed;
	right: 15%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 15%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 27.5%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 1vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 19.25%;
	top: calc(100% - 45px - 15.5% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left:2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 67.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 70%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: calc(0.275 * (100vw - 20vw));
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0%;
	z-index: 3;
}
#banner {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-15vw);
	transition: width 0.4s, transform 0s;
}
#banner-max-1200 {
	display: none;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 15%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* ---------------------------------------------------------------------------------------------- */
@media only screen and (min-height: 451px) and (max-height: 849px) and (min-width: 1200px) {
  /* (W)Large*(H)Medium Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: calc(5vh - 1px);
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
	background-color: #;
}
/*Menu Bar*/
#bar1 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 25px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 25px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 1.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 11px;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 0vh;
}
p.header1c{
	text-align: center;
	font-size: 17px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 11px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 13px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 15%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 70%;
	height: 100%;
	position: fixed;
	right: 15%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 15%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 35%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 2vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 24.5%;
	top: calc(100% - 45px - 15.5% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left:2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 7.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 57.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;

	z-index: 2;
}
#base-content-full {
	width: 100%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-7.5%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 70%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: calc(0.35 * (100vw - 20vw));
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0%;
	z-index: 3;
}
#banner {
	position: relative;
	box-sizing: border-box;
	padding-top: 1vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-15vw);
	transition: width 0.4s, transform 0s;
}
#banner-max-1200 {
	display: none;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 15%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 5vh;
	display: none;
}
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-height: 450px) and (min-width: 1200px) {
  /* (W)Large*(H)Small Screen: */
#toggler {
	position: absolute;
	width: 30px;
	height: calc(7.5vh - 1px);
	left: 50%;
	transform: translateX(-15px);
	z-index: 4;
	background-color: #;
}
/*Menu Bar*/
#bar1 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar2 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar3 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar4 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0 auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#bar5 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0.75vh auto;
  z-index: 4;
  transition: transform 0.4s;
}
#bar6 {
  width: 20px;
  height: 5%;
  background-color: #1B1212;
  margin: 0% auto;
  z-index: 4;
  transition: opacity 0.4s;
}
#barX {
  position: relative;
  width: 20px;
  height: 0.2%;
  background-color: #1B1212;
  margin: 2.95vh auto 0 auto;
  z-index: 4;
  transition: transform 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*fonts*/
p.header1{
	text-align: right;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header1b{
	text-align: left;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
}
p.header2{
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
}
p.header2b{
	display: none;
}
p.header2c{
	text-align: center;
	font-size: 10px;
	margin: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 1vh;
}
p.header1c{
	text-align: center;
	font-size: 15px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	color: #1B1212;
	line-height: 2.5vh;
}
p.basetext{
	text-align: justify;
	font-size: 10px;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1212;
	line-height: 12px;
	overflow: hidden;
}
#container {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  width:100vw;
  height:100vh;
}
#margin-left {
	width: 15%;
	height: 100%;
	position: fixed;
	float: left;
	background-color: #FFFFFF;
	z-index: 1;
}
#base {
	width: 70%;
	height: 100%;
	position: fixed;
	right: 15%;
	background-color: #FFFFFF;
	z-index: 1;
}
#margin-right {
	width: 15%;
	height: 100%;
	position: fixed;
	float: right;
	background-color: #FFFFFF;
	z-index: 1;
}
#base-text {
	width: 45%;
	height: calc(72.5% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #;
	box-sizing: border-box;
	padding: 0 0 2.5vh 2.5vh;
	z-index: 2;
	overflow: hidden;
}
#frame {
	overflow: ;
	position: relative;
	height: 2.5vh;
	margin-bottom: 2vh;
	background-color: #;
	border-bottom: 1px solid #C0C0C0; 
}
#headbox {
	position: fixed;
	height: 2.5vh;
	width: 31.5%;
	top: calc(100% - 45px - 13.0% - (75% - 45px));
	background-color: #;
	z-index: 6;
	padding-left:2.5vh;
	box-sizing: border-box;
}
#base-gutter {
	width: 7.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-10%;
	background-color: #FFFFFF;
	z-index: 2;
}
#base-content {
	width: 47.5%;
	height: calc(75% - 45px);
	position: relative;
	float: left;
	bottom:-10%;

	z-index: 2;
}
#base-content-full {
	width: 80%;
	height: calc(75% - 45px);
	position: relative;
	right: -10%;
	bottom:-10%;
	background-color: #;
	z-index: 2;
}
#footer {
	position: fixed;
	box-sizing: border-box;
	width: 70%;
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 3;
	line-height: 0.5vh;
}
#footer2 {
	position: fixed;
	box-sizing: border-box;
	width: calc(0.4 * (100vw - 20vw));
	height: 7.5%;
	bottom: 45px;
	padding: 0 2.5vh;
	background-color: #;
	z-index: 4;
	line-height: 0.5vh;
}
#banner-wrapper {
	position: fixed;
	width: 100%;
	height: 7.5%;
	top: 0%;
	z-index: 3;
}
#banner {
	position: relative;
	box-sizing: border-box;
	padding-top: 2vh; 
	width: 75px;
	height: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 0 0 75px 75px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 3;
	transform: translateX(-15vw);
	transition: width 0.4s, transform 0s;
}
#banner-max-1200 {
	display: none;
}
#altfooter {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: 15%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100vh;
  transform: translateY(-50%);
  color: #1B1212;
  font-weight: bold;
  font-size: 25px;
  transition: color 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
  box-sizing: border-box;
  background-color: #;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#crop-horizontal {
  height: calc(100% - 5.2vh);
  top:2.6vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  z-index: 3;
}
/*menu*/
#menudivider {
	position: fixed;
	left: 18.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider2 {
	position: fixed;
	left: 27.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider3 {
	position: fixed;
	left: 36.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider4 {
	position: fixed;
	left: 45.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
}
#menudivider5 {
	position: fixed;
	left: 54.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider6 {
	position: fixed;
	left: 63.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
#menudivider7 {
	position: fixed;
	left: 72.5%;
	width: 9%;
	height: 5%;
	top: 0%;
	background-color: #;
	z-index: 5;
	line-height: 7.5vh;
	display: none;
}
}