
/* 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;
  font-size: 15px;
}
.tabs_bos a{
  text-decoration: none;
}

/*.tabs_bos li a
{   
    background: #000;
    width: 33%;
    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;}*/

/*.tabs_bos > li.active {
    background: rgba(255,255,255,0.4);
    font-size: bold !important;
  
}*/
.tabs_bos > li.active a {
    color: #fdc800 !important;
    transition: 0.4s !important;
    font-size: bold !important;
}

/******************
    blinking CSS
******************/
/*.launch_blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/
