body {}

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

header {
	width: 100%;
	background-color: transparent;
	backdrop-filter: none;
	border-bottom: none;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

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

subhead {display: none;}

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

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

content .ins {
	padding: 10px;
	color: #fff;
}

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

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

footer {
	width: 100%;
	/* background-color: rgba(0,0,0,0.70);
	border-top: 1px solid #111; */
	background: rgb(0,0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
	/* backdrop-filter: blur(4px); */
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

#barz {
	display: inline-block;
	cursor: pointer;
	background-color: #990000;
	border-bottom-left-radius: 10px;
	padding: 2px 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1881;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	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%;
	height: 100vh;
	background-color: rgba(0,0,0,0.85);
    backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1880;
}

nav ul {
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

nav ul li {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li a {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1.2em;
    color: #f20505;
	padding: 10px;
	transition: all 0.5s ease-in-out;
}

nav ul li.on a, nav ul li a:hover {
	color: #fff;
	text-shadow: 0 0 7px #c60300, 0 0 10px #c60300, 0 0 21px #c60300, 0 0 42px #c60300, 0 0 82px #c60300, 0 0 92px #c60300, 0 0 102px #c60300, 0 0 151px #c60300;
	transition: all 0.5s ease-in-out;
}

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

.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;
	display: inline-block;
	width: 50%;
	margin: 0 auto;
	font-weight: 900;
}

.fbtm {
	font-size: 0.8em;
	width: 100%;
	height: 40px;
	font-size: 0.8em;
	color: #fff;
	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:last-child {
	text-align: right;
}

.fbtm .ssc {
	display: none;
}

.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;
}

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 4.25vw;
	padding: 0 10px;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	min-height: calc(100vh - 260px);
	line-height: 1.25em;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#vegasSliderInner span {
	display: block;
	padding: 0 20px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

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

.inx img {
	max-width: 100%;
}

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

.galx .picx {
	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;
}

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