body {background-color: #fff;}

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

header {
	background-color: #000;
	height: 200px;
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#home header {
	background-color: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

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

header .inh .logo {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

header .inh .logo img {
	margin: 0 auto;
	height: 200px;
	transition: all 0.5s ease-in-out;
}

.topsp {
	width: 100%;
	height: 0px;
}

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

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

content .ins {
	padding: 10px;
}

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

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

#barz {
	display: inline-block;
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 121;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.75);
	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;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	right: 50px;
	z-index: 140;
}

nav ul {
	text-align: center;
}

nav ul li {
	margin: 20px 10px;
}

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

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

/*************************************************** NEWZ ***************************************************/

#newz {position: relative;}

.inn {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.85);
	border-radius: .5rem;
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	margin-bottom: 20px;
	break-inside: avoid;
}

.inn .dte {
	padding: 10px;
	font-weight: 900;
}

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

.inn .dat {
	padding: 10px;
}

.t_inn {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5);
    background-color: #fff;
	border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}

.t_inn .t_gmi {
	width: 100%;
}

.t_inn .t_gmi img {
	width: 100%;
}

.t_inn .t_dat {
	padding: 10px;
}

.t_inn .t_dat .t_dte {
	font-weight: 900;
}

/************************************************** SLYDZ **************************************************/

.mb {display: block;}
.dt {display: none;}

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

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 4.25vw;
	padding: 0 10px;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	min-height: calc(100vh - 260px);
	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;
}

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

.intour {
	width: 100%;
}

.intour .tr {
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.85);
}

.intour .tr .td {
	padding: 5px;
	vertical-align: middle;
}

.intour .tr .td a {
	color: #fff;
	display: inline-block;
}

.intour .tr .td:nth-child(1) {
	font-weight: 900;
	display: inline-block;
}

.intour .tr .td:nth-child(4) {
	color: #fff;
	background-color: #069cd4;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

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

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

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

