/* Menu Button */

header.large #menuBox ul {width:100%; margin:100px 0% 0px 0%; position:relative; float:none; right:0px; top:0px;}

header.large #menuBox ul li {display:block; font-size:18px; line-height:22px; letter-spacing:0px; text-align:center; padding-top:20px;}

header.large .menuHolder {
  	z-index: 9999999999;
	position:fixed;
	top: 16px;
	right:153px;
	width:50px;
	height:50px;
}

header.small .menuHolder {
  	z-index: 9999999999;
	position:fixed;
	top: 9px;
	right:150px;
	width:40px;
	height:40px;
}

header.small #menuBox ul {width:100%; margin:80px 0% 0px 0%; position:relative; float:none; right:0px; top:0px;}

header.small #menuBox ul li {display:block; font-size:18px; line-height:22px; letter-spacing:0px; text-align:center; padding-top:20px;}

.c-hamburger {
  z-index: 9999999999;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 82px;
  height: 77px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 48px;
  left: 28px;
  right: 10px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #272324;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.menu-button {
	position: fixed;
	top: 20px;
	right:20px;
	z-index: 9999999999;
	padding: 0;
	border: none;
	color: #272324;
	background-color:transparent;
   	width:49px;
   	height:49px;
}

.menu-button span {
	display: none;
}

.menu-button:hover {
	cursor:pointer;
}

/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 9999999999;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	width: 0;
	height: 0;
	font-size: 1.5em;
	top:0px;
	right:0px;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	background-color:#f9c2d9;
}

.menu {
	height: 100%;
	opacity: 0;
	font-size: 0.65em;
	color: #64697d;
	text-align: center;
}


/* Shown menu */
.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.show-menu .menu-wrap {
	width: 100%;
	height: 400px;
	-webkit-animation: anim-jelly 0.8s linear forwards;
	animation: anim-jelly 0.8s linear forwards;
}

.show-menu .menu {
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

/* Generated with Bounce.js. Edit at http://goo.gl/PJ93gs */

@-webkit-keyframes anim-jelly { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);} 
}

@keyframes anim-jelly { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);} 
}




@media screen and (max-width: 1050px) {	
.c-hamburger {
  width: 62px;
  height: 61px;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 29px;
  left: 14px;
  right: 14px;
  height: 4px;
  background: #272324;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #272324;
  content: "";
}

.c-hamburger span::before {
  top: -12px;
}

.c-hamburger span::after {
  bottom: -12px;
}
.show-menu .menu-wrap {
	width: 220px;
	height: 100vh;
}
}


@media screen and (max-width: 500px) {	
	
header.large .menuHolder {
  	z-index: 9999999999;
	position:fixed;
	top: 9px;
	right:150px;
	width:40px;
	height:40px;
}
}	