body {}

/*************************************** HEADER ***************************************/

header {
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.75);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
}

header .inh {
	width: 100%;
	height: 100px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

header .inh .logo {
	margin: 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

header .inh .logo img {
	max-height: 100px;
	max-width: 100%;
}

.topsp {
	width: 100%;
	height: 100px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

/*************************************** CONTENT ***************************************/

content {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

content .ins {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px;
}

content .ins img {max-width: 100%;}

/*************************************** FOOTER ***************************************/

footer {
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,0.75);
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	font-size: 0.8em;
	padding: 0 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li a {
}

/*************************************** TOPMENU ***************************************/

#barz {display: none;}

nav {
	text-align: right;
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
}

nav ul {
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	line-height: 100px;
	padding: 0 20px;
	background-color: transparent;
	color: #800080;
	transition: all 0.75s ease-in-out;
}

nav ul li a:hover, nav ul li.on a {
	background-color: #800080;
	color: #fff;
	transition: all 0.75s ease-in-out;
}

/***************************************************************** FLEXIT *****************************************************************/

.flexit {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.flexit .flx {
	width: 49%;
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.flexit .flx img {max-width: 100%;}

/*************************************** MISC ***************************************/

#vz {
	display: none;
	visibility: hidden;
	position: fixed;
}

.prme, .mbsho {display: none;}
.dssho {display: block;}

