.button_container {
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease;
}

.button_container .fa {
  color: #fff;
  transition: all .35s ease;
  cursor: pointer;
  display: none;
  font-size: 28px;
  opacity: 0;
}
.button_container.active img {
  opacity: 0;
  display: none;
}
.button_container.active .fa {
  opacity: 1;
  display: block;
}
.overlay {
  position: fixed;
  background: rgba(0,0,0,.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
  padding-bottom: 60px;
  display: none;
}
.overlay.open {
  opacity: 1;
  display: block;
  visibility: visible;
  height: 93%;
}

.overlay-menu {
  position: relative;
  height: 80%;
  top: 45%;
  padding: 0 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.overlay-content {
  text-align: left;
}

.tabs-left {
  border-bottom: none;
}

.tabs-left>li {
  float: none;
  margin:0px;
  
}
.tabs-left>li>a {
  border-bottom: 1px dotted #e3e3e4;
  line-height: 1.42857143;
  color: #fff;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {  
  border-right-color: transparent;
  background:#abb279;
  border:none;
  border-radius:0px;
  margin:0px;
  color: #fff;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
	background:#abb279;
	border-radius:0;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #abb279;
    display: block;
    width: 0;
}

.subnav>li {
  padding: 10px 15px;
}

.subnav>li a:hover,
.subnav>li a:focus {
  font-weight: bold;
  color: #abb279;

}

.subnav>li.seeall>a {
  color: #f19149;
  font-weight: bold;
}

.subnav>li.seeall>a:hover,
.subnav>li.seeall>a:focus {
  color: #f19149;
   background:none;
}

.subnav>li>a {
  line-height: 1.42857143;
  color: #fff;
}


@media (max-width: 414px) {
  .tabs-left>li>a,
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    font-size: 16px;
  }
}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}