.hide{display:none!important}
@media (max-width:600px){}
@media (max-width:768px){}
@media (min-width:993px){}
@media screen and (max-width:600px){}
@media screen and (max-width:600px){}
@media screen and (max-width:600px){}
@media (max-width:600px){.hide-small{display:none!important}}
@media (max-width:992px) and (min-width:601px){.hide-medium{display:none!important}}
@media (min-width:993px){.hide-large{display:none!important}}
@media screen and (max-width:992px){}
@media screen and (min-width:993px){}
html {
	height: 100%;
	background-color: black;
}
body {
	margin: 0;
	min-height: 100%;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #96857b;
	background: url(../img/p-back.jpg);
}
div.fl {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
}
div.fl > div {
	flex: 1 1 0%;
	min-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.fl > div:first-child,
div.fl > div:last-child {
	min-width: 51%;
}
div.fl > div:last-child {
	flex: 1;
align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.fl img {
	max-width: calc(min(50%,445px));
	margin-top: -7vmax;
}
div.fl img.logo {
	margin-top: 0;
}
h1,h3 {
	text-align: center;
	margin: 0;
	padding: 0 3vmax;
}
h1 {
	font-size: 5vmax;
}
h3 {
	font-size: 3vmax;
}
body > div { flex: 1; display: flex; align-self: stretch; flex-wrap: wrap; }

body {
	flex-direction: column;
	justify-content: start;
	align-items: stretch;
}
body div {
	flex: 1;
}
body > div.header {
	flex: 0;
	align-self: stretch;
	position: relative;
	min-height: 2rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:600px){
	body > div.header {
		justify-content: center;
	}
	.header .hamLet {
		display: flex;
	}
	.header nav {
		position: absolute;
		left: auto;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	.header nav > ul {
		flex-direction: column;
		align-items: normal;
	}
	.header nav > ul li {
		text-align: center;
	}
	.header .hamLet + ul {
		flex: 1;
		display: none;
	}
	.header .hamLet:focus + ul,
	.header .hamLet:active + ul,
	.header .hamLet:hover + ul {
		display: flex;
	}
	.header .hamLet + ul:focus,
	.header .hamLet + ul:active,
	.header .hamLet + ul:hover {
		display: flex;
	}
}
body > div.fl-main {
	flex: 1;
	min-width: 100%;
	align-self: center;
}
body > div.fl-main > div.fl-collapse {
	flex: 0 1 0%;
}
@media (max-width:600px){
	body > div.fl-main {
		flex-direction: column;
	}
	body > div.fl-main > div.fl-collapse {
		flex: 0;
	}
	body > div.fl-main > div.middle {
		order: 1;
	}
	body > div.fl-main > div.right {
		order: 0;
	}
}
@media (min-width:601px){
	body > div.fl-main {
		padding: 0 3vmax;
	}
}
@media (max-width:992px) and (min-width:601px){
	body > div.fl-main > div {
-flex-basis: auto;
	}
}
@media (min-width:993px){
	body > div.fl-main {
		padding: 0;
		max-width: 993px;
		min-width: auto;
	}
}
body > div>div { -outline: 1px dotted white; margin: 0; padding:1rem; outline-color: violet; }
body > div>div:nth-of-type(1) { outline-color: darkred; }
nav {
	flex: 1 0 100%;
	display: flex;
}
nav ul {
	flex: 1;
	list-style-type: none;
	padding: 0; margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
nav ul>li {
	padding: 0; margin: 0;
	flex: 0;
-outline: white dotted 1px;
}
nav ul.knobs>li {
	background: rgba(245, 222, 179, 0.2);
	padding: .5rem;
}
a,
a:link {
	color: rgb(245, 222, 179);
	font-weight: bold;
}
.hamLet {
	min-width: 5rem !important;
	min-height: 4rem;
	width: 5rem;
	height: 4rem;
	padding: 1.25rem;
}
.hamLet {
flex: 0;
align-self: center;
	left: auto;
	display: flex;
display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	z-index: 13;
}
.hamLet > div {
	display: contents;
}
.hamLet > div > span {
	flex: 0 1 0%;
	display: block;
	height: 0px;
	width: 100%;
	border: 1px solid;
	transform-origin: center center 0px;
}
.beside ul {
	flex: 1;
	list-style-type: none;
	padding: 0; margin: 0;
	display: flex;
	flex-direction: column;
	align-items: normal;
	justify-content: space-around;
}
.beside ul>li {
	padding: 0; margin: 0;
	flex: 0;
	text-align: center;
-display: flex;
	align-items: center;
	justify-content: center;
	padding: .33rem;
}
.beside > h1 {
	color: black;
	background: wheat;
	font-size: 1.2rem;
	text-align: center;
}
.beside > div {
	margin: .5rem auto;
	text-align: center;
}
.small {
	font-size: 73%;
}
.smaller {
	font-size: .75rem !important;
	letter-spacing: .025em;
}

.middle h4,
.middle h5 {
-text-align: center;
}
.middle p {
	margin: .13em;
-text-align: center;
}
.middle p:last-child {
	margin-bottom: 1em;
}
.middle ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
-align-items: center;
}
.middle ul > li {
	padding: 0 .5em;
}

.beside #lineup ul {
	display: flex;
	flex-direction: column;
}
.beside #lineup ul > li > span {
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 3vmax;
	font-weight: bold;
} 
.beside #lineup ul > li > span > * {
	flex: 0;
}
.beside #lineup ul > li > p {
	margin: 0 auto;
}
.beside #lineup ul > li > img {
	display: block;
	margin: 1vmax 0;
}
@media (max-width: 600px) {
	.beside #lineup ul > li {
		letter-spacing: .25em;
	}
	.beside #lineup ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.beside #lineup ul > li > span {
		display: flex;
	}
	.beside #lineup ul > li > img {
		display: none;
	}
	.beside #lineup ul > li > p {
		display: none;
	}
}
footer,
.footer {
	border-top: 1px dotted wheat;
	margin-top: 1rem;
}
footer nav ul,
.footer nav ul {
	justify-content: center;
}
footer nav ul > li,
.footer nav ul > li {
	padding: .5rem;
	white-space: nowrap;
}
#langsel {
	padding: 0;
	position: absolute;
	top: 1vmax;
	right: 1vmax;
	overflow: hidden;
	display: flex;
z-index: 99;
}
#langsel > a {
	display: flex;
	flex: 0;
	padding: 1vmax;
}
#langsel > a > img {
	width: auto;
	height: auto;
	flex: 0;
	max-height: 32px;
	max-height: 5vmin;
}
.ema.dressed::after {
	content: "ed.ecnelisehtkaerb" "\0040" attr(data-u);
}
.ema.dressed {
	unicode-bidi: bidi-override;
	direction: rtl;
}
