body {}

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

header {
	background-color: rgba(0,0,0,0.70);
	backdrop-filter: blur(4px);
	border-bottom: 1px solid #111;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}

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

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

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

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

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

#home subhead {height: 120px;}

/*************************************************** 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: #111;
	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: flex-end;
	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 20px 0 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li a {
	display: block;
	color: #ff0000;
	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 #ff0000, 0 0 10px #ff0000, 0 0 21px #ff0000, 0 0 42px #ff0000, 0 0 82px #ff0000, 0 0 92px #ff0000, 0 0 102px #ff0000, 0 0 151px #ff0000;
	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;
}

/* .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;
	font-weight: 900;
} */

.fstuff {
	padding: 1rem;
}

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

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

.fstuff ul li h4 {color: #fff;}

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

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

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

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

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

.inpic .wrd {
	width: 48%;
	padding-right: 20px;
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
}

.inpic .pic {
	width: 48%;
	max-width: 500px;
	position: relative;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.cast {
	width: 100%;
	padding: 0;
}

/*
#inshop {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background-color: #f1f1f1;
	color: #000;
	margin: 0;
}

#inshop .tr {
	display: table-row;
}

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

#inshop .tr .td:first-child {width: 245px;}

#inshop .tr .td img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	max-width: 245px;
}

#inshop .tr .td a {
	display: inline-block;
	font-weight: 800;
}

#inshop .tr .td p {
	text-indent: 0;
	padding: 20px;
}
*/

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

.galx {
	display: none;
	/* 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;
}

.wp {
	color: #e5e5e7;
	transition: all 0.75s ease-in-out;
}

.stick .wp {
	color: #cac9cb;
	transition: all 0.75s ease-in-out;
}

.ds {
	color: #cac9cb;
	transition: all 0.75s ease-in-out;
}

.stick .ds {
	color: #999;
	transition: all 0.75s ease-in-out;
}

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

