
/* fullscreen-menu */
/*----------------------------------*/
/*----------------------------------*/
/* hamburger-icon  */
#nav-icon {
  position: relative;
  margin: 0 auto;
  width: 38px;
  height: 30px;
  z-index: 999;
  /* Bring icon ontop of overlay */
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 19px;
}

#nav-icon span:nth-child(2) {
  top: 29px;
}

#nav-icon span:nth-child(3) {
  top: 39px;
}

#nav-icon.animate-icon span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.animate-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* hamburger-icons */
/*----------------------------------*/



/*bos tabs css*/

.tabs_bos{
   float: left;
    width: 100% !important;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tabs_bos a{
  text-decoration: none;
}

.tabs_bos li a{
    width: 98%;
    color: white;
    /*text-align: center;*/
    /*background-color: #81C6DD;*/
    float: left;
    overflow: hidden;
    padding: 10px 5px;
  
}
.tabs_bos li a:hover{background:#337AB7}

/*.tabs_bos li a{border-right: 1px solid #fff;}*/
