body {
	background-color: #000;
}

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

header {
	width: 100%;
	height: auto;
	background-color: transparent;
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	z-index: 120;
}

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

header .inh .logo {
}

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

.topsp {display: none;}

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

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

#home content {
	flex: 0 1 auto;
}

content .ins {
	padding: 10px;
}

#news content .ins {
	background-color: transparent;
}

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

footer {
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(4px);
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	z-index: 1;
}

footer ul {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer ul li {
	font-size: 0.8em;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

footer ul li a {
}

footer ul li a:hover {
}

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

#barz {
	cursor: pointer;
	display: block;
	background: linear-gradient(to bottom, #ff5500 0%, #990000 100%);
	backdrop-filter: blur(4px);
	padding: 6px 12px;
	border-radius: 0 0 0 10px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 181;
}

#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.lim {display: none;}

nav ul li:last-child {border: none;}

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

nav ul li a .soci {
	display: none;
}

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

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



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

/* #newz {
}

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

.inn .gmi {
	text-align: center;
}

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

.inn p {
	padding: 10px;
} */

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

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 7vw;
	line-height: auto;
	font-weight: 900;
	width: 100%;
	min-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;
}

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

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

.leftpic {
	width: 100%;
}

.leftpic .inlp {
}

.leftpic .inlp img {
	display: block;
	max-width: 100%;
}

.folio {
}

.folio .ima {
}

.folio .ima img {
	display: block;
	max-width: 100%;
}

.folio .dat {
}

.folio .dat h3 {
	font-size: 5vw;
	line-height: 5vw;
	margin: 10px 0;
}

.folio .dat a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18pt;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 4px 12px;
	border-radius: 100px;
	margin: 10px auto;
	background-color: #eea101;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.folio .dat a:hover {
	background-color: #4488c9;
}

.gallery {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.gallery .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.gallery .pic img {
	max-width: 100%;
	transition: all 0.5s ease-in-out;
}

.gallery .pic img:hover {
	transition: all 0.5s ease-in-out;
}

.gallery .pic img.wi, .gallery .pic img.hi {
	display: block;
}

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

.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 a.dis {
	color: #fff;
	cursor: not-allowed;
	opacity: 0.5;
}

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

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

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

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

