body {
	background-color: #000;
}

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

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}

.nostick {
	height: 200px;
	transition: all 0.5s ease-in-out;
}

.stick {
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(4px);
	height: 80px;
	transition: all 0.5s ease-in-out;
}

header .inh {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

header .inh .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

header .inh .logo img {
}

.nostick .inh .logo img {
	height: 180px;
	transition: all 0.5s ease-in-out;
}

.stick .inh .logo img {
	height: 120px;
	transition: all 0.5s ease-in-out;
}

.topsp {
	width: 100%;
	height: 200px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

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

#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 {
	width: 33%;
	font-size: 0.8em;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer ul li:nth-child(3) {
	text-align: right;
	order: 0;
	flex: 1 0 auto;
	align-self: auto;
}

footer ul li a {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}

footer ul li a:hover {
}

/*************************************************** 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: 157px;
	height: 200px;
	transition: all 0.5s ease-in-out;
}

.stick nav ul {
	margin-left: 105px;
	height: 80px;
	transition: all 0.5s ease-in-out;
}

nav ul li {
	margin: 0 10px;
	padding: 4px 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li a {
	display: block;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9), 0px 0px 10px rgba(0,0,0,0.9), 0px 0px 15px rgba(0,0,0,0.9), 0px 0px 20px rgba(0,0,0,0.9);
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

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

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

/* #newz {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

#newz .lft, #newz .rgt {
	width: 49%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

.leftpic {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

.leftpic .inlp {
	width: 49%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

.folio {
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.folio .ima {
	width: 49%;
	margin-left: 20px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

.folio .dat {
	width: 49%;
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
}

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

.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%;
	columns: 3;
	column-gap: 20px;
}

.gallery .pic {
	margin-bottom: 20px;
}

.gallery .pic img {
	display: block;
	width: 100%;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.85);
	transition: all 0.5s ease-in-out;
}

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

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

.intour {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.75);
	background-color: rgba(255,255,255,0.85);
	display: table;
	table-layout: auto;
}

.intour .tr {
	padding: 10px;
	display: table-row;
}

.intour .tr .td {
	border: 1px solid #ccc;
	padding: 10px;
	display: table-cell;
	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) {
	text-align: center;
	font-weight: 900;
}

.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: none;
	visibility: hidden;
}

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

