.main-header {
  background: #fff;
  margin: 0;
}
ul li {
  list-style-type: none;
}
.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;

  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  background: #b9b7b7 !important;
  color: #fff;
}
.dropdown-menu {
  padding: 0px 0px !important;
  left: 32% !important;
}

.stripe {
  height: 70px;
}
div.hamburger-box {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
  background: transparent;
  z-index: 9999;
}
.hamburger-box.active span {
  display: none;
}
.hamburger-box span {
  color: #000;
  background: #fff;
  position: absolute;
  line-height: 50px;
  font-size: 16px;
  right: 50px;
  padding: 0 15px;
  display: inline-block;
  height: 50px;
  width: 135%;
  display: none;
}
div.hamburger-box .bun,
div.hamburger-box .meat {
  width: 30px;
  height: 3px;
  border-radius: 10%;
  background-color: #fff;
  position: absolute;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
div.hamburger-box .top {
  top: 12px;
}
div.hamburger-box .meat {
  top: 50%;
  margin-top: -3px;
}
div.hamburger-box .bottom {
  bottom: 13px;
}
div.shamburger-box:hover .top {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 18px;
  top: 17px;
}
div.hamburger-box.active .top {
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  width: 28px;
  top: 35%;
}
div.hamburger-box.active .top,
div.hamburger-box.active .bottom {
  transition: all 800ms ease-in-out;
}
div.shamburger-box:hover .meat {
  width: 22px;
  margin-left: -10px;
}
div.hamburger-box.active .meat {
  width: 0px;
  margin-left: 0px;
}
div.shamburger-box:hover .bottom {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 18px;
  bottom: 17px;
}
div.hamburger-box.active .bottom {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 28px;
  bottom: 55%;
}

.super-container {
  position: relative;
  height: 100%;
}
.slide-container {
  position: fixed;
  text-align: center;
  height: 100%;
  right: 0;
}
a.toggle {
  position: relative;
  top: 30px;
}
.menu {
  width: 200px;
  background-color: #41493b;
  position: absolute;
  top: -15px;
  right: -200px;
  margin: 0;
  text-align: left;
  z-index: 99;
  height: 100%;
}
.menu.active {
  right: 0;
}
.menu a {
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
.menu a:first-child {
  border-top: none;
}
.menu a:hover {
  background-color: #3b66239c;
  color: #fff;
}
.slide-container,
.menu {
  transition: right 300ms ease-out;
  -webkit-transition: right 300ms ease-out;
}
.menu-on .slide-container {
  left: -200px;
}
div.hamburger-box {
  z-index: 999;
  width: 50px;
  right: 0px;
}
.menu ul {
  background-color: #41493b;
  padding: 0px;
}
.dropbtn {
  color: #fff;
  padding: 12px 15px;
}
.dropdown-content {
  padding-left: 10px;
}
.hamburger-box span {
  right: 50px;
}
.hamburger-box.active {
  top: -15px;
  background-color: #41493b;
}
.hamburger-box.active .bun {
  background: #fff;
}
div.hamburger-box.active .top,
div.hamburger-box.active .bottom {
  right: 10px;
  top: 20px;
}
