body {}

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

.logo {
	padding: 10px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.logo img {
	max-height: 280px;
}

header {
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.80);
	backdrop-filter: blur(4px);
	/* background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%); */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#home header {
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, transparent 100%);
}

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

.topsp {
	width: 100%;
	height: 70px;
	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;
}

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

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

footer {
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#home footer {
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 100%);
}

footer .inf {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 40px;
	padding: 0 20px;
	color: #5551a2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	vertical-align: middle;
	width: 33%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li:nth-child(1) {text-align: left;}
footer .inf li:nth-child(2) {text-align: center;}
footer .inf li:nth-child(3) {text-align: right;}

footer .inf li a {
	display: inline-block;
	color: #494EA6;
}

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

#barz {display: none;}

nav {
	width: 100%;
	height: 50px;
}

nav ul {
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

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

nav ul li a {
	display: block;
    color: #F2B263;
	border-radius: 0 0 20px 20px;
	text-transform: uppercase;
	padding: 10px;
	transition: all 0.75s ease-in-out;
}

nav ul li a:hover, nav ul li.on a {
    color: #e42410;
	/* transform: scale(1.4); */
	transition: all 0.75s ease-in-out;
}

/*************************************************** MORE ***************************************************/

.bfontme {font-size: 2.8em;}

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

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

#vz {
	display: none;
	visibility: hidden;
	position: fixed;
}

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

