

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

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

header .inh {
	width: 100%;
	position: relative;
}

header .inh .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

header .inh .logo img {
	height: 60px;
}

subhead {
	display: block;
	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: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#home content .ins {padding: 0;}

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

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

footer {
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	width: 100%;
	position: relative;
}

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

#barz {
	display: none;
}

nav {
}

nav ul {
	margin-left: 349px;
	height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

nav ul li {
	margin: 5px 20px 5px 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li .logo {
	height: 60px;
	vertical-align: middle;
}

nav ul li a {
	display: block;
	border-radius: 10px;
	color: #3399cc;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11pt;
	transition: all 0.75s ease-in-out;
}

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

/***************************************************************** STUFF *****************************************************************/

.fstuff {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.fstuff .fst {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.fstuff .fst ul {
}

.fstuff .fst ul li {
	line-height: 1.4em;
}

.fstuff .fst ul li.tyt {
	font-weight: 900;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

.fstuff .fst ul li a {
	display: block;
	margin: 3px 0;
	color: #fff;
	opacity: 0.75;
	transition: all 0.75s ease-in-out;
}

.fstuff .fst ul li a:hover {
	color: #3399cc;
	opacity: 1;
	transition: all 0.75s ease-in-out;
}

.fbtm {
	width: 100%;
	height: 40px;
	font-size: 0.8em;
	color: #fff;
	border-top: 1px solid #969f9f;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.fbtm .inb {
	margin: 0 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.fbtm .inb a {
	display: inline-block;
	color: #fff;
	opacity: 0.75;
	transition: all 0.75s ease-in-out;
}

.fbtm .inb a:hover {
	opacity: 1;
	transition: all 0.75s ease-in-out;
}

.flexme {
	width: 100%;
	min-height: calc(100vh - 280px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.flexme .infl {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.flexme .infl:nth-child(2) {margin-left: 20px;}
.flexme .infl img {max-width: 100%;}

.flexds {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: flex-start;
}

.flexds .inds {
	max-width: 48%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.flexds .inds img {
	max-width: 100%;
}

.info {
	background-color: #fff;
	padding: 20px;
	border-radius: .5rem;
}

.info .ino {
	max-width: 48%;
}

.info .ino img {
	max-width: 100%;
	float: left;
	margin: 0 20px 10px 0;
}

.gallery {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.gallery .pic {
	max-width: 100%;
	padding: 20px 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.gallery .pic img {
	max-width: 100%;
}

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

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

.onmob {display: none;}
.ondsk {display: inline-block;}

.frm {
	border: 0;
	width: 350px;
	height: 442px;
}

/* .intour {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: rgba(255,255,255,0.85);
	table-layout: auto;
	color: #000;
}

.intour tr {padding: 10px;}

.intour tr td {
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}

.intour tr td a {
	color: #fff;
	display: inline-block;
}

.intour tr td:nth-child(1) {
	text-align: center;
	font-weight: 900;
}

.intour tr td:nth-child(4), .intour tr td:nth-child(5), .intour tr td:nth-child(6) {
	color: #fff;
	background-color: #069cd4;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
} */

.intour {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: rgba(255,255,255,0.85);
	color: #000;
	display: table;
}

.intour .tr {
	padding: 10px;
	display: table-row;
}

.intour .tr .td {
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
}

.intour .tr .td a {
	color: #fff;
	font-size: 1.7em;
	display: inline-block;
}

.intour .tr .td:nth-child(1) {
	text-align: center;
	font-weight: 900;
}

.intour .tr .td:nth-child(4), .intour .tr .td:nth-child(5), .intour .tr .td:nth-child(6) {
	color: #fff;
	background-color: #069cd4;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

.lftim {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 300px;
}

.cycle-slideshow {width: 100%;text-align: center;}

.cycle-slideshow img {max-width: 100%;max-height: 346px;}

.bigsm {
	margin: 10px auto;
	width: 80%;
	text-align: center;
}

.bigsm li {
	display: inline-block;
	padding: 10px;
	margin: 4px 8px;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 8px 8px -4px rgba(0,0,0,0.75);
	border-radius: 10px;
	transition: all 0.75s ease-in-out;
}

.bigsm li:hover {
	box-shadow: none;
	transition: all 0.75s ease-in-out;
}

.whole {
	height: 100vh;
	width: 100%;
}

#myVideo {
	width: 100%;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
}

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