body {}

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

header {
	width: 100%;
	border-bottom: 1px solid #ddd;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

header .logo {
	margin-right: 55px;
}

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

.topsp {display: none;}

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

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

content .ins {
	width: 100%;
	padding: 10px;
}

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

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

footer {
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: rgba(0,0,0,0.5);
	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 {
	padding: 10px;
	color: #fff;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li a {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

footer .inf li a:hover {
	color: #c60300;
	transition: all 0.5s ease-in-out;
}

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

/* .test {
	display: block;
	padding: 10px;
}

.test .cast {
	width: 100%;
}

.test .cast .ixc {
	margin: 10px auto;
}

.test .cast img {width: 100%;} */

.test {width: 100%;}

.test .cast {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.test .cast .ixc {
	margin: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.test .cast img {width: 100%;}

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