body {background-color: #000;}

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

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

header .inh {
}

header .inh .logo {
	width: 100%;
	padding: 10px;
}

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

.topsp {
	display: none;
}

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

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

content .ins {
	width: 100%;
	color: #fff;
}

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

footer {
	background-color: rgba(0,0,0,0.70);
	backdrop-filter: blur(4px);
	border-top: 1px solid #111;
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

footer .inf li {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li a {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	margin: 0 10px;
}

footer .inf li:nth-child(2) a {
	margin: 0 4px;
}

footer .inf li a img {
	max-height: 20px;
	vertical-align: middle;
}

footer .inf li a.wd img {
	margin-top: 4px;
	max-height: 32px;
}

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

#barz {
	cursor: pointer;
	display: block;
	/*background-image: linear-gradient(#d75227, #991b1e);*/
	background-color: rgba(255,0,0,0.75);
	backdrop-filter: blur(2px);
	padding: 6px 12px;
	border-radius: 0 0 0 10px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
}

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

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

.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-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #ff0000;
	font-weight: 800;
	transition: all 0.5s ease-in-out;
}

nav ul li.msho a {
	display: inline-block;
	padding: 4px;
}

nav ul li.on a, nav ul li.off a {
}

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

/************************************************** FORPAGES **************************************************/

.flexit {flex-wrap: wrap;}

article img {
	max-width: 100%;
}

#myVideo {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
}

.vdovr {
	height: 100vh;
	width: 100%;
	height: 100vh;
	text-align: center;
	background: transparent url("images/overlays/01.png") repeat center top;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.vdovr img {
	display: block;
	max-width: 100%;
	padding: 20px;
}

.offon {
	border: 1px solid green;
	width: 100%;
	height: calc(100vh - 240px);
	text-align: center;
}

.offon .inp {
	display: inline-block;
	font-size: 3vw;
	line-height: 2em;
	margin: 0 8px;
}

/************************************************** VEGAS **************************************************/

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 8vw;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	height: 50vh;
	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;
	z-index: 130;
}

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

#vegasSliderInner .smlr {
	font-size: 7.4vw;
	line-height: normal;
}

#vegasSliderInner .acdc {
	font-size: 40vw;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 5px;
}

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

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

img.dim {display: none;}
img.mim {display: block;}

.msho {display: block !important;}
.dsho {display: none !important;}

