body {
	background-color: #000;
}

body#home {
	overflow: hidden;
}

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

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

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

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

/***************************************************************** 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: center;
	align-content: center;
	align-items: center;
}

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

footer .inf li:nth-child(2) {
	text-align: center;
}

footer .inf li:nth-child(3) {
	text-align: right;
}

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 {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: 704px;
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.stick nav ul {
	margin-left: 314px;
	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;
	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;
}

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

.flexit {flex-wrap: nowrap;}
.flexit .inx {width: 48%;}

.svcs {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.svcs .inv {
	padding-top: 100px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #000;
}

.tabs li {
	display: inline-block;
	padding: 4px 8px;
	cursor: pointer;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	border-radius: 10px 10px 0 0;
	background-color: transparent;
}

.tabs .current {
	color: #fff;
	background-color: #000;
}

.tab-content {
	display: none;
	padding: 15px;
	border-radius: 0 10px 10px 10px;
}

.tab-content.current {
	display: inherit;
}

#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 {max-width: 100%;}



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

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 5.4vw;
	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: 3.1vw;
	line-height: normal;
}

#vegasSliderInner .acdc {
	font-size: 10vw;
	line-height: 1.4em;
	font-weight: normal;
}

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

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

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

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

