#maximage { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
#maximage > div {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	z-index: 1!important;
}

#inner-wrapper {
	background: #fff; background: rgba(255, 255, 255, 0.7);
	margin-top: 3.8vh;
	opacity: 0;
	overflow: auto;
	position: relative; z-index: 2;
	transition: opacity 1s ease-out 0.2s; -webkit-transition: opacity 1s ease-out 0.2s; -moz-transition: opacity 1s ease-out 0.2s; -o-transition: opacity 1s ease-out 0.2s;
}
#inner-wrapper.show { opacity: 1; }
#inner-wrapper > * { padding: 20px; }

#header { background: transparent; }
#logos {
	clear: both;
	overflow: auto;
}
#logos > * {
	display: inline-block;
	float: left;
}
#logo { 
	background: #fff;
	width: 55%; 
}
.minis img {
	vertical-align: middle;
	width: 100%; height: auto;
}
#logo a { 
	border-left: 6px solid #eda62a;
	display: block; 
	padding: 2px 0;
}
#logo img { 
	margin-left: 10px;
	max-width: 200px; max-height: 84px;
}
.minis {
	background: #eda62a;
	height: 100%;
	margin-left: 1%;
	overflow: hidden;
	text-align: right;
	width: 10.25%;
}
.minis.aquaforum { background: #07acad; }
.minis.sportforum { background: #9dbe2d; }
.minis.iceforum { background: #42a5dd; }
.minis:hover { background: #e29b12; }
.minis.aquaforum:hover { background: #29a2a2; }
.minis.sportforum:hover { background: #88AB0E; }
.minis.iceforum:hover { background: #3D92C2; }
.minis img { 
	margin-left: 30px;
	width: 75px; height: auto; 
}
.minis.sportforum img { width: 56px; }

#main { padding-top: 0; padding-bottom: 0; }
h1 { display: none; }

#infofooter { margin: 0; }

#footer {
	margin: 0;
	padding-top: 0;
}
#footer, #footer a { color: #696969; }
#footer span { display: none; }
#footer a { 
	font-size: inherit; 
	margin: 0 3px;
	text-decoration: none;
}
#footer a:hover { color: #000; }

@media screen and (max-width: 1035px) {
	#inner-wrapper { margin-top: 0; }
}

@media screen and (max-width: 850px) {
	#logos > a { display: none; }
	#logo { width: 100%; }
}