body {}

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

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

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

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

header .inh .logo {
	width: 100%;
	padding: 10px;
}

header .inh .logo img {max-height: 80px;}

.topsp {display: none;}

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

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

content .ins {
	width: 100%;
	padding: 20px;
}

#gallery content .ins {
	padding: 10px 20px;
}

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

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

footer {
	background: linear-gradient(to bottom, rgba(59,59,59,1) 0%, rgba(87,87,87,1) 100%);
	width: 100%;
	height: 40px;
	font-size: 0.9em;
	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%;
	height: 40px;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	vertical-align: middle;
	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: right;}

footer .inf li a {
	display: inline-block;
	line-height: 40px;
	color: #fff;
}

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

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

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #efc300;
	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.90);
	backdrop-filter: blur(4px);
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
}

nav ul {
	width: 100%;
	text-align: center;
}

nav ul li {
	margin: 10px 0;
	display: block;
}

nav ul.rt li {
	display: inline-block;
	margin: 0 4px;
}

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

nav ul.mid li a {
	text-transform: capitalize;
}

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

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

.bfontme {font-size: 2.1em;}

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

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

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

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