body {
	background: #000;
}

html {
	font-size: 12pt;
}

.bo {
	color: #ffcc00;
	font-weight: bold;
}

@font-face {
	font-family: 'CenturyGothic';
	src: url(../fonts/gothic.ttf);
	font-weight: normal;
	font-style: normal;
}

.logo-small {
	position: fixed;
	top: 1%;
	left: 2%;
	width: 8.09%;
	height: auto;
}

.logo-portrait {
	display: none;
}

.content {
  position: absolute;
  padding-bottom: 3%;
  left: 0;
  width: 85%;
  text-align: center;	
}

.menu-icon {
	position: fixed;
	top: 0;
	right: 15%;
	width: 6.3%;
	height: 12.7%;
	text-align: center;
	background-color: rgba(34, 156, 206, 0.8);
	border-right: 1px solid #737373;
}

.menu-icon a {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-family: 'CenturyGothic';
  	text-decoration: none;
  	color: white;
  	background: url(../images/menu-icon.png) top no-repeat;
  	background-position: center 20%;
  	background-size: 74% 52%;
  	cursor: pointer;
}

.menu-icon a:hover {
	background: url(../images/menu-icon-hover.png) top no-repeat;
	background-position: center 20%;
	background-size: 74% 52%;
}

.menu-icon-text {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	font-size: 138%;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 15%;
  height: 100%;
  background-color: rgba(34, 156, 206, 0.8);
  color: white;
  border-left: 1px solid #737373;
}

.menu a {
  display: block;
  font-size: 138%;
  font-family: 'CenturyGothic';
  text-decoration: none;
  color: white;
  padding: 8.3%;
  margin-top: 5.8%;
  margin-bottom: 5.8%;
}

.menu a:hover {
  background-color: rgba(34, 156, 206, 1.0);
  box-shadow: 0 -1px 0 #0e6990, 0 1px 0 #0e6990;
  -webkit-box-shadow: 0 -1px 0 #0e6990, 0 1px 0 #0e6990;
  -moz-box-shadow: 0 -1px 0 #0e6990, 0 1px 0 #0e6990;
}

.menu-main {
	position: absolute;
	top: 11.2%;
	right: 0;
	margin: auto;
	height: 68%;
	width: 100%;
}

.menu-footer {
	position: absolute;
	top: 76%;
	width: 100%;
	right:0;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: 'CenturyGothic';
}

.menu-footer a {
	font-size: 112%;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	margin-left: 15%;
	margin-top: 4.9%;
  	margin-bottom: 4.9%;
}

.menu-footer a:hover {
	color: #ffcc00;
	background-color: transparent;
	box-shadow: 0 0 0, 0 0 0;
  	-webkit-box-shadow: 0 0 0, 0 0 0;
  	-moz-box-shadow: 0 0 0, 0 0 0;
}

.menu-footer-icon-link {
	margin: 5%;
	padding: 1%;
}

.menu-footer img {
	display: inline-block;
	vertical-align: middle;
}

.menu-footer img.reduce {
	width: 13%;
	height: auto;
}

.menu-footer img.mail {
	width: 15%;
	height: auto;
}

.menu-copyrights {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.8%;
	font-size: 86%;
	font-family: 'CenturyGothic';
}