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

.animenu__toggle {
  display: none;
  cursor: pointer;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
	float: right;
	outline: none;
	background:#B4B4B4;
  margin-right: 10px;
}
.animenu__toggle:hover {
  background:#B4B4B4;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
	border: #6d3504 solid 1px;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;  width: 100%; 
}
.animenu ul {
  padding: 0;
  list-style: none;
  
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 16px;
}
.animenu a {
  
  text-decoration: none;
}

.animenu__nav {
  width:100%; float: left; 
}
.animenu__nav > li {
  position: relative;
  
}
.animenu__nav > li > a {
  padding: 20px 33px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}


.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
 
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.animenu__nav__child a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
@media screen and (max-width: 1400px) {
	.animenu__nav {
  width: 100%; margin: auto; 
}
	}
@media screen and (max-width: 1200px) {
	.animenu__nav {
  width:100%; margin: auto; 
}
	
	}
@media screen and (max-width: 1024px) {
	.animenu__nav {
  width: 100%; margin: auto; 
	
}
	.animenu__nav > li > a {
  padding: 10px 18px;
}	
	}
@media screen and (max-width: 1080px) {
 .animenu__nav {
  width: 100%; margin: auto; 
	
}
		
}
.animenu__nav--open {
  display: block !important;
	
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
@media screen and (max-width: 960px) {
  .animenu__toggle {
    display: inline-block;
    border-radius: 15px;
  }
	.animenu {
  
 width: 98%;

}
  .animenu__nav,
  .animenu__nav__child {
    display: none; position:absolute; z-index:100000000;
  }

  .animenu__nav {
     width: 100%;
	   margin: auto;
	  margin-top: 50px; 
	  right:1px;
	  background:#000000;
	  color: #FFFFFF;
  }
.animenu__nav > li:hover > a {
   border-radius: 0px; 
}	
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 2em;
    top: -6px;
	  color: #000000;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    position: relative;
  }
	.animenu__nav a{color: #FFFFFF;}
  .animenu__nav__child {
    position: static; 
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none; 
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
	 
  }
	.animenu__nav > li:hover > a {
  background:none; color:#6d3504; 
}
}
