body {
}

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

header {
	overflow: auto;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.75);
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	z-index: 120;
}

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

header .inh .logo {
	padding: 10px;
	margin-right: 65px;
}

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

.topsp {display: none;}

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

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

#home content {
	min-height: calc(100vh - 80px);
}

#home #vegasSliderInner {
	min-height: calc(100vh - 80px);
}

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

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

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

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

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

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

#barz {
	display: inline-block;
	cursor: pointer;
	background-color: rgba(255,255,255,0.75);
	border-bottom-left-radius: 10px;
	padding: 2px 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 141;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #000;
	margin: 6px 10px;
	transition: 0.4s;
}

.change .bar1 {
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	transform: rotate(45deg) translate(-8px, -8px);
}

nav {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 140;
}

nav ul {
	text-align: center;
	background-color: rgba(0,0,0,0.85);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

nav ul li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li:last-child {border: none;}

nav ul li a {
	display: block;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #069cd4;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

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

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

.fstuff {
}

.fstuff .fst {
	border-bottom: 1px solid #ddd;
}

.fstuff .fst ul {
	text-align: center;
	margin: 10px 0;
	padding: 10px;
}

.fstuff .fst ul li {
	display: inline-block;
	margin: 4px;
}

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

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

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

.fbtm {
	width: 100%;
	font-size: 0.8em;
	color: #fff;
}

.fbtm .inb {
	margin: 10px auto;
	text-align: center;
}

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

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

.flexme {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.flexme .infl:nth-child(2) {text-align: left;}

.flexme .infl img {max-width: 100%;}

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

.flexds .inds {
	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 {
}

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

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

.gallery .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

#vz {
	display: block;
	visibility: visible;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -100;
}

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

.frm {
	margin: 0 auto 10px auto;
	width: 350px;
	max-width: 100%;
	height: 443px;
}

/* .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: 4px;}

.intour tr td {
	border: 1px solid #ccc;
	padding: 4px;
	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;
} */

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

.intour .tr {
	padding: 10px;
}

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

.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) {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

.intour .tr .td:nth-child(5), .intour .tr .td:nth-child(6) {
	color: #fff;
	background-color: #069cd4;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 50%;
	margin: 0 auto;
	font-weight: 900;
}

.cycle-slideshow, .lftim {
	margin: 0 auto 10px auto;
	text-align: center;
	width: 100%;
}

.cycle-slideshow img, .lftim img {text-align: center;margin: 0 auto;vertical-align: middle;}

.whole {
	height: 100vh;
	max-height: 200px;
	width: 100%;
}

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

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