.hamburger{
	display: none;
}
.pages{
	z-index: 199;
}
.pages.on{
	z-index: 21212;
	left: 0;
}
@media only screen and (max-width: 900px) and (max-height: 420px) {
	#slides{
		top:0px;
	}
	.hamburger{
	  display: block;
	  position: absolute;
	  top: 29px;
	  right: 29px;
	  z-index: 1;
	  cursor: pointer;
	  -webkit-user-select: none;
	  user-select: none;
	  z-index: 9999;
	}
	.hamburger span{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  
	  background: #cdcdcd;
	  border-radius: 3px;
	  
	  z-index: 1;
	  
	  transform-origin: 4px 0px;
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              opacity 0.55s ease;
	}
	
	.hamburger span:first-child{
	  transform-origin: 0% 0%;
	}
	
	.hamburger span:nth-last-child(2){
	  transform-origin: 0% 100%;
	}
	
	.hamburger.active span{
	  opacity: 1;
	  transform: rotate(45deg) translate(-8px,-18px);
	  background: #fff;
	}
	
	/*
	 * But let's hide the middle one.
	 */
	.hamburger.active span:nth-last-child(3){
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	/*
	 * Ohyeah and the last one should go the other direction
	 */
	.hamburger.active span:nth-last-child(2){
	  opacity: 1;
	 transform: rotate(-45deg) translate(-1px,12px);
	}
	#nav-overflow , #nav{
		top: 0;min-height: 100vh;
	}
	.open#nav-overflow , .open #nav{
		min-height: 100vh;
		width: 100%;
	}
	#nav li a:link, #nav li a:visited{
		font-size: 20px;
	}
	#nav li , #nav li span{
		height: auto;line-height: 1;margin-bottom: 14px;
	}
	 #nav{
	    padding-top: 88px;
	}
	#nav li:hover span{
		display: none;
	}
	#nav li:hover{
		background: transparent;
	}
	#nav li.active span{
		display: block;
	}
	#nav li.active{
		background-color: rgba(58, 57, 57, 0.8);
	}
	.page-panel.open{
		z-index: 1213;
	}

	#nav li a:link, #nav li a:visited{
		font-size: 16px !important;
	}
	#nav li , #nav li span{
		height: auto;line-height: 1;margin-bottom: 7px;
		padding-top: 3px
	}
	 #nav li span.icon-arrow-next{
		 padding-top: 0px
	 }
	 #nav{
	    padding-top: 68px;
	}
}
@media all and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
	#nav li a:link, #nav li a:visited{
		font-size: 7px !important;
	}
	
	h3{
		font-size: 9px;
	}
	#contact-page .right label , #contact-page input[type="submit"]{
		font-size: 12px;
	}
	.mce p{
		font-size: 9px;line-height: 1.4;
	}
	.mobile-only.mobile-close.icon-arrow-prev{
		height: 40px;top: 50px;
		font-size: 40px;
	}
	.page-panel{
		background-color: rgba(0, 0, 0, 0.8);
		padding: 24px 68px 24px 24px;
	}
}
