body {}

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

header {
	/* background-color: rgba(0,0,0,0.70); */
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.85) 44%, rgba(0,0,0,0) 100%);
	/* backdrop-filter: blur(4px); */
	/* border-bottom: 1px solid #111; */
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}

#home header {
	background-color: transparent;
	backdrop-filter: none;
	border-bottom: none;
}

.nostick {
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.stick {
	height: 80px;
	transition: all 0.5s ease-in-out;
}

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

subhead {
	display: block;
	width: 100%;
	height: 160px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#home subhead {height: 100px;}

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

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

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

content .ins {
	padding: 20px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
}

/***************************************************************** 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: none;}

nav {
}

nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.nostick nav ul {
	/* margin-left: 377px; */
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.stick nav ul {
	/* margin-left: 173px; */
	height: 80px;
	transition: all 0.5s ease-in-out;
}

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

nav ul li.logo {
	/* position: absolute;
	top: 10px;
	left: 10px; */
}

.nostick nav ul li.logo img {
	height: 140px;
	transition: all 0.5s ease-in-out;
}

.stick nav ul li.logo img {
	height: 60px;
	transition: all 0.5s ease-in-out;
}

nav ul li a {
	display: block;
	color: #c60300;
	font-weight: 800;
	line-height: 1.8em;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

nav ul li a:hover, nav ul li.on a {
	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;
	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) {
	color: #fff;
	background-color: #069cd4;
	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;
	font-weight: 900;
}

.fbtm {
	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 {
	width: 33%;
	margin: 0 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.fbtm .ssc {
	text-align: center;
	width: 33%;
	margin: 0 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.fbtm .inb:last-child {text-align: right;}

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

.fbtm .ssc a {
	display: inline-block;
	font-size: 0.7em;
	margin: 0 4px;
	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: -40px auto 0 auto;
	font-size: 2vw;
	line-height: auto;
	font-weight: 900;
	width: 100%;
	max-width: 1400px;
	min-height: calc(100vh - 200px);
	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;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#vegasSliderInner a {
	color: #fff;
	transition: all 0.75s ease-in-out;
}

#vegasSliderInner a:hover {
	color: gold;
	transition: all 0.75s ease-in-out;
}

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

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

.inx {
	padding: 20px;
	min-width: 50%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

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

.galx .picx img {
	max-width: 100%;
}

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

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

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

