body {}

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

header {
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

header .logo {}

header .logo img {max-width: calc(100% - 55px);}

.topsp {
	display: none;
}

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

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

content .ins {
	padding: 10px;
}

/* #contact content .ins {background-color: green;} */

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

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

footer {
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	height: 40px;
	min-width: 49%;
	line-height: 40px;
	font-size: 0.7em;
	display: inline-block;
}

footer .inf:nth-child(1) {display: none;}
footer .inf:nth-child(2) {text-align: left;padding-left: 1%;}
footer .inf:nth-child(3) {text-align: right;}

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

#barz {
	display: inline-block;
	cursor: pointer;
	background-color: rgba(255,255,255,0.75);
	border-bottom-left-radius: 10px;
	padding: 2px 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 181;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #990000;
	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.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
}

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

nav ul li a {
	display: inline-block;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1.2em;
    color: #990000;
	transition: all 0.5s ease-in-out;
}

nav ul li.on a, nav ul li a:hover {
    color: #fff;
	transition: all 0.5s ease-in-out;
}

/*************************************** STUFF ***************************************/

.inn {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px;
	break-inside: avoid;
	position: relative;
}

.inn .gmi {
	padding: 0;
	position: relative;
}

.inn .gmi img {
	width: 100%;
	vertical-align: middle;
}

.inn .dte {
	font-weight: 900;
	border-bottom: 1px solid #000;
	font-size: 1.25rem;
}

.inn .dte a {
	display: block;
	padding: .75rem;
	border-radius: 10px 10px 0 0;
	color: #5551a2;
	transition: all 0.75s ease-in-out;
}

.inn .dte a:hover {
	color: #ddd;
	background-color: #5551a2;
	transition: all 0.75s ease-in-out;
}

.inn .dat {
	padding: 10px;
}

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	/*font-size: 2.6em;*/
	font-size: 9vw;
	line-height: auto;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	min-height: calc(100vh - 420px);
	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;
}

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

.inpic {
	width: 100%;
}

.inpic .wrd {
	padding-bottom: 20px;
}

.inpic .pic {
	max-width: 48%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

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

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

.flexit .inx, .flexit .iny, .flexit .inv {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.flexit .inx {text-align: center;margin: 10px;}

.flexit .inx img, .flexit .iny img, .flexit .inv img {max-height: 80px;}

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

.tbx tbody tr th, .tbx tbody tr td {font-size: 0.8em;}

#box {
	width: 100%;
}

#box .inb {
	width: 100%;
}

#box .inb img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px auto;
}

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

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

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