* {
	box-sizing: content-box;
}

html,body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
  background: #c2953e;
}

canvas {
	background-color: #000000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
  transition: left .3s ease-out;
}

@media (min-width:769px) {

.age-check-done canvas {
  left: 266px;
}

.age-check-done canvas.nav-closed {
  left: 40px;
  transition: left .3s ease-out;
}

}

#fonts {
	position: fixed;
	top: 0;
	left: 0;
}

#atmo {
	position: fixed;
	top: 0;
	left: 0;
}

body.zooming > .wrapper {
	box-shadow: inset 0 0 100px #ffcc00;
}

#nav-toggle {
	position: fixed;
	top: 2rem;
	right: 2rem;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0.45rem;
	cursor: pointer;
	display: none;
  z-index:1000;
  border: 3px solid #c2953e;
  background:#00451a;
  border-radius:50%;
}
body.age-check-done #nav-toggle {
	display: block;
}

#nav-toggle > .bar {
	display: block;
	height: 0.25rem;
	width: 2rem;
	background: #FDBE3E;
	margin-top: 0.35rem;
	margin-bottom: 0.3rem;
  margin-left: 0.15rem;
	transition: margin 0.5s, opacity 0.5s, transform 0.5s, background 0.5s;
}

#nav-toggle > .bar:first-child {
	background: #ffffff;
}

#nav-toggle.open > .bar:nth-child(1) {
	opacity: 0.0;
}
#nav-toggle.open > .bar:nth-child(2) {
	transform: rotate(45deg);
	background: #ffffff;
}
#nav-toggle.open > .bar:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -0.50rem;
	background: #ffffff;
}
@media(min-width:768px) {
	#nav-toggle > .bar:nth-child(1) {
		opacity: 0.0;
	}
	#nav-toggle > .bar:nth-child(2) {
		transform: rotate(45deg);
		background: #ffffff;
	}
	#nav-toggle > .bar:nth-child(3) {
		transform: rotate(-45deg);
		margin-top: -0.50rem;
		background: #ffffff;
	}

	#nav-toggle.open > .bar:nth-child(1) {
		opacity: 1.0;
	}
	#nav-toggle.open > .bar:nth-child(2) {
		transform: rotate(0deg);
		background: #fdbe3e;
	}
	#nav-toggle.open > .bar:nth-child(3) {
		transform: rotate(0deg);
		margin-top: 0rem;
		background: #fdbe3e;
	}
}

#scroll-direction {
	position: absolute;
	top: calc(50% - 1.75rem);
	right: 2rem;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0.25rem;
	border-radius: 100%;
	background: rgba(0,0,0,0.4);
	transition: opacity 0.5s;
	opacity: 1.0;
}

#scroll-direction > .bar {
	display: block;
	height: 0.25rem;
	width: 2rem;
	background: #FDBE3E;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	margin-left: 0.75rem;
	opacity: 1.0;
}

#scroll-direction > .bar:nth-child(1) {
	transform: rotate(45deg);
}

#scroll-direction > .bar:nth-child(2) {
	transform: rotate(-45deg);
}

#nav {
  font-family: 'Giesinger Regular', sans-serif;
	position: fixed;
  height:100%;
	top: 4.5rem;
	right: 2rem;
	padding: 0.5rem;
	display: none;
  background: #c2953e;
  color:#00451a;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 900;
}

.main-menu {
  overflow-y: auto;
  padding: 1rem;
}

.main-menu ul {
  list-style-type: none;
  padding: 0;
  line-height: 110%;
  font-size: 1.1rem;
}

.main-menu li {
  margin-top: .6rem;
  margin-left: 1.07rem;
}

.main-menu li li {
  margin-top: .3rem;
  margin-left: 0;
}

.main-menu ul ul {
  margin-left: 2rem;
  font-family: crocodilebold;
  font-size: 1rem;
}

.main-menu li.has-sub {
  margin-left: 0;
}

.main-menu li.has-sub::before {
  content: "→";
  color: #00451a;
  margin-right: 0.35rem;
  transition: all .2s ease-in-out;
  opacity: .4;
}

.main-menu ul ul li::before {
  content: "•";
  margin-right: 6px;
  margin-left: -0.7rem;
}

.main-menu li.has-sub.open:before {
  transform:rotate(90deg);
  display: inline-block;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.social-menu {
  padding: 1rem;
}

.social-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-menu li {
  display:inline;
}

.fblink,
.iglink,
.splink {
  display: inline-block;
  text-indent: -2000px;
  background: url('/images/fb.svg') no-repeat center center;
  background-size: contain;
  width: 27px;
  height: 29px;
  cursor: pointer;
  margin-left: 2px;
}

.iglink {
  background-image: url('/images/ig.svg');
}
.splink {
  background-image: url('/images/sp.svg');
}

#nav h3 {
  font-family: crocodilebold;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: -0.6rem;
  letter-spacing: .1px;
}

#nav.open {
  display: flex;
  box-sizing: border-box;
}

#nav a {
	color: #00451a;
	text-decoration: none;
}

#nav a:hover,
#nav a:focus,
#nav a:active,
.has-sub span:hover,
.main-menu li:hover::before {
	color: #ffffff;
  transition: all .2s ease-in-out;
}

.has-sub span {
  cursor: pointer;
}

#nav a.sub {
	font-size: 0.9rem;
}

#nav a.button-style:link,
#nav a.button-style:visited {
  background: #fdbe3e;
  color: #fff;
  border-radius: 2px;
  margin-top: 0;
  transform: skew(0deg, -0deg);
  transition: background .3s ease-in;
}

#nav a.button-style:hover,
#nav a.button-style:active {
  background: #7fc41c;
}

@media(max-width:768px) {
	#nav {
    right:0;
    top:0;
    left:0;
    bottom:0;
	}
}
@media(orientation:landscape) {
	#nav.open {
		/*display: flex;*/
		flex-wrap: wrap;
		margin-left: 2rem;
		/*justify-content: space-between;*/
	}
	#nav a {
		/*padding: 0.5rem 0.5rem;*/
	}
	#nav a.sub {
		text-align: left;
		margin-top: -1rem;
	}
}
@media(min-width:768px) {
	#nav {
		position: fixed;
		right: auto;
		left: 0;
		top: 0;
		display: none;
		width: 250px;
    transition: left 0.3s ease-out;
	}
	body.age-check-done #nav {
		display: flex;
	}
	body.age-check-done #nav.open {
		left:-242px;
	}
  #nav-toggle {
    left: 236px;
    left: calc(250px - 1.125rem);
    top:50%;
    top: calc(50% - 1.125rem);
    transition: left 0.3s ease-out;
  }
  #nav-toggle.open {
    left:10px;
    transition: left 0.3s ease-out;
  }
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
}

#action {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

/*
#action > * {
	background: rgba(255, 64, 0, 0.4);
}
*/

#age-check {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
}

#fancybox-frame {
  box-sizing: border-box;
  border: 2px solid #c2953e;
}

#fancybox-left-ico {
	left: 20px;
}

#fancybox-right-ico {
	right: 20px;
	left: auto;
}