@charset "UTF-8";
/* CSS Document */



*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html {
	 font-size: 100%; 
}

.wrapper {
  width: 94%;
  margin: 0 auto;
}
.wrapper-small { max-width: 728px; }
.wrapper-flush { width: 100%; 
}

.nav {
  position: fixed;
  top: 0;
	margin-top: -1px;
  left: 0;
	margin-left: -1px;
  width: 56%;
z-index: 999999;	 /* --------------important----*/

background-color: rgba(165, 141, 74, 0);

}

.nav-container {
  position: fixed;
  top: 60px; 
  left: 0;
  visibility: hidden; 
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
		z-index: 10000;	 /* --------------important----*/
  background-color: rgba(0, 0, 0, 0);
	 overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}
/* Nav toggle */
.nav-toggle {
line-height: 1;
outline: none;
 border: 0;
display: inline-block;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.box200A1 {
	left: 0px;
	margin-left: 0px;
	padding: 1.25rem 1.25rem 1.5rem 1.0rem;
	border-bottom-right-radius: 0%;
	border-bottom-left-radius: 0%;
}
#box200 {
	position:fixed;
	top: 0px;
	width: 60px;
	height: 60px;
z-index: 99999;
  background-color:#fab700;
	}
.box200A2 {
	left: 0px;
	margin-left: 0px;
	padding: 1.25rem 1.25rem 1.5rem 1.0rem;
	border-bottom-right-radius: 0%;
	border-bottom-left-radius: 0%;
}

/* Nav toggle icon */
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
z-index: 10002;	  /* --------------important----*/
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #FFFFFF;
}

/* Nav toggle icon line 1 */
.icon-menu .line-1 { top: 0; }
/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */
.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}
/* When active, hide line 2 */
.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */
.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu {
	font-family: 'TitilliumText25L600wt', Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0.03em;
	text-indent: 54px;
	/*background-color: #fab700; 
		background-color: #eba605; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;     
		  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Give menu items a top border */
.nav-menu .menu-item { 
	border-bottom: 1px dashed #fff; 
}

/* Give last menu item a bottom border */
.nav-menu > .menu-item:last-child { border-bottom: 1px solid #ffeabd; }

/* Darker background color on hover, and when toggled */
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { 
	background-color: rgba(160, 92, 8, 0.2);
}




.nav-menu .menu-link {
  display: block; 
  text-decoration: none;
color: #fff;
	padding-left: 2rem;
  }
.nav-menu .menu-linkAA {
  display: block; 
  text-decoration: none;
color: #fff;
padding-left: 2rem;
  }
.nav-menu .menu-link22 { 
display: block; 
color: #f1eeda;
text-decoration:none;
 background-color: rgba(223, 159, 32, 1); 
padding-left: 2rem;
}
.nav-menu .menu-link22AA { 
display: block; 
color: #fff;
text-decoration:none;
background-color: rgba(223, 159, 32, 1); 

padding-left: 2rem;
}
.normalborder {
padding: 0.85rem 1rem 0.85rem 0rem  ;
padding-left: 45px;
}
.topborder {
border-top-style: solid;
border-top-color:#685127;
border-top-width: 1px;
margin-top: 0px;
margin-left: 0px;
padding: 2.25rem 1rem 0.85rem 0rem ;
}
.content { 
 margin-top: 0px;
}
.content .wrapper { 
padding: 1rem 0; 
}
.nav-menu .menu-itemLAST { 
border-top: 0px solid #373510;
height: 46vh;
/*	background-color: #fab700;*/
		background-color: #eba605; 
}
.extramenu {
	width: 100%;
	height: 70vh;
/*	background-color: #fab700; */
		background-color: #eba605; 
	margin-left: 0px;
	visibility:visible;
}

 @media (min-height: 667px) { 
 .nav-menu .menu-itemLAST { 
	border-top: 0px solid #373510;
	height: 53vh;
}
}

 @media (min-width: 640px) {  
	 
 .nav-menu {
	font-family: 'TitilliumText25L600wt', Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 0.75em;
	letter-spacing: 0.03em;
	text-indent: 10px;
	  margin-left: 80px;
	/*background-color: #eba605; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;     
		  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 64%;
	left: 0px;
margin-left: 0px;
	background-color: rgba(156,89,1,0);
}	 
.nav-toggle {
 /* line-height: 2;*/
/*  padding: 2.75rem 1.75rem 1rem 1.5rem;
border-bottom-right-radius: 45%;*/

}
 .box200A1 {
	left: 0px;
	margin-left: 0px;
	 padding: 2.75rem 1.75rem 1rem 1.5rem;
	border-bottom-right-radius: 48%;
	border-bottom-left-radius: 0%;
}
#box200 {
	position:fixed;
	top: 0px;
	width: 80px;
	height: 90px;
z-index: 99999;
  background-color:#fab700;
	}
	 .box200A2 {
	left: 100%;
	margin-left: -80px;
	padding: 3.25rem 1.25rem 1.5rem 1.25rem;
	border-bottom-right-radius: 0%;
	border-bottom-left-radius: 52%;
}

.topborder {
border-top-style: solid;
border-top-color:rgba(0,0,0,0.00);
border-top-width: 0px;
	margin-top: 0px;
margin-left: 0px;
padding: 4.0rem 1rem 0.75rem 0rem ;
}
 .nav-container {
  width: 56%;
top: 0px;
min-width: 400px;
	 padding-left: 0px;
	 padding-right: 0px;
  height: 100%;
  min-height: 110%;
background-color:#fab700;

}
 .nav-menu .menu-itemLAST { 
	border-top: 0px solid #373510;
	height: 32vh;
}
	 	 .extramenu {
	width: 100%;
	height: 100vh;
	background-color: #eba605; 
	margin-left: 80px;
	visibility:visible;
}	 
}


@media (min-width: 768px) { 

@media (min-height: 480px) { 
	.nav {
  position: fixed;
  top: 0;
	margin-top: -1px;
  left: 0;
	margin-left: -1px;
  width: 100%;
z-index: 99999;	 /* --------------important----*/
background-color: rgba(165, 141, 74, 0);
}
.nav-container {
  width: 100%;
  top: 60px; 
		  height: 100%;
  min-height: 100%;
	 padding-left: 0px;
		 padding-right: 0px;
  background-color:rgba(137,39,40,0);
}
	.wrapper {
  width: 94%;
	 	left: 0px;
margin-left: 0px;

}
 .nav-menu .menu-itemLAST { 
	border-top: 0px;
	 	border-bottom: 0px;
	height: 0vh;
}
.nav,
 .nav-container,
 .nav-container.is-visible {
 position:fixed;    
 top: auto;
 left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}
.nav-menu {
	font-family: 'TitilliumText25L600wt', Verdana, Geneva, sans-serif; 
	font-size: 1em;
	text-decoration: none;
	line-height: 0.6em;
	letter-spacing: 0.02em;
	text-indent: 0px;
	margin-left: 0px;
	/*background-color: rgba(202, 191, 145, 0.6);  */
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	  
.nav-menu .menu-link {
display: block; 
text-decoration: none;
color: #f1eeda;
padding: 1.2rem 0.75rem 1.2rem 1rem;
}
.nav-menu .menu-linkAA {
display: block; 
text-decoration: none;
color: #f1eeda;
padding: 1.2rem 0.75rem 1.2rem 1.5rem;
}
.nav-menu .menu-link22 { 
display: block; 
color:  #373510; 
border-top-width: 0px;
border-top-style: none;
border-bottom-width: 0px;
border-bottom-style: none;
text-decoration:none;
background-color: #fab700;
padding: 1.2rem 0.75rem 1.2rem 1rem;
}
.nav-menu .menu-link22AA { 
display: block; 
color:  #554f30;
border-top-style: none;
text-decoration:none;
		background-color: #fab700;
padding: 1.2rem 0.75rem 1.2rem 1.5rem;
}
 .normalborder {
/*padding: 1rem 0rem 1rem 0rem;*/
	padding: 0rem 0rem 0rem 0rem;
border-top-width: 0px;
}
.topborder {
border-top-style: none;
border-top-width: 0px;
margin-left: 0px;
margin-top: 0px;
padding: 0rem 0rem 0rem 0rem;

}
.nav-toggle { 
display: none; 
	}
/* 1. Display menu items inline */
.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
 display: inline-block; 
/*background-color: transparent; */
border: 0;
border-bottom-style: none;
	 	border-bottom: 0px;
	 border-top-style: none;
border-top-width: 0px;
}
 /* Darker background color on hover, and when toggled */
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
background-color: rgba(39, 35, 22, 0.5);
	 }
/* Remove bottom border on last child */
.nav-menu > .menu-item:last-child { 
	border: 0; 
	 }
.nav-menu .menu-item {
	border-bottom: 0px solid #976821;
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
}
.content { margin-top: 0;
	}
	
	.extramenu {
	width: 0;
	height: 0px;
	background-color:rgba(0,0,0,0.00);
	visibility: hidden;

}	 
	
	
}/* min height 480*/

}/* min width 768*/



