@charset "UTF-8";
#nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 3.1em;
    background: #1b1b1b !important;

}
#nav *{
  box-sizing: content-box  !important;
}
#nav ul {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#nav ul li {
    display: inline-block;
    position: relative;
    top: 1em;
}
#nav ul li a {
    color: #fff;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;   
    text-decoration: none !important;
    font-family: "Arial", "Helvetica", "sans-serif";    
}
#nav ul li a:hover{
	color: #e49a9f;
}
#nav ul li ul{
    position: absolute;
    display: none;
    width: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1em;
    background-color: rgba(0,0,0,0.9);
    top: 2em;
}
#nav ul li ul li {
    float: left;
    clear: both;
    margin-top: 0;
    top: 0;
    margin-bottom: 0.5em;
}
#nav ul li ul li a{
      color: #fff;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
    display: block;
    width: 100%;
}
.apple-bar{
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 5px;
  right: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; 
  -webkit-tap-highlight-color: transparent;
}
.apple-bar:focus{
    outline:none;
    box-shadow:none;
}
.apple-bar-after{
  top: 5px;
  -moz-transform: scale(1) rotate(90deg) translateX(-3px) translateY(8px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(90deg) translateX(-3px) translateY(8px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(90deg) translateX(-3px) translateY(8px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(90deg) translateX(-3px) translateY(8px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(90deg) translateX(-3px) translateY(8px) skewX(0deg) skewY(0deg);


}
.line{
  width: 18px;
  height: 1px;
  display: block;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(255,255,255,1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;  
}

.l-top-after{
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.l-bottom{
  top: 8px;

}
.l-bottom-after{
  top: 0;
     -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}
.home-logo-button{
	width: 35px;
	position: relative;
  display: block;
}
.home-logo-button img{
    width: 100%;
    position: absolute;
    right: 1em;
    top: -4px;
}
.phone{
  display: none;
}
.desktop{
  display: block;
}
@media all and (max-width: 900px) {
  .phone{
    display: block;
  }
  .desktop{
    display: none;
  }
  #nav ul{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    padding: 0;
    padding-top: 3em;
    background-color: rgba(0,0,0,1);
  }
  #nav ul > div{
    width: 90%;
    height: 90%;
    padding: 5%;
    position: relative;
    top: 3em;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.4);
  }
  #nav ul li{
    display: block;
    float: none;
    clear: both;
    position: relative;
    top: 0em;  
    width: 90%;
    margin: 0 auto;
    text-align: left;

  }  
  #nav ul li a{
    border-bottom: 0.5px solid rgba(204,204,204,0.6);
    margin-bottom: 0.5em;
    width: 90%;
    display: block;
    position: relative;

  }
  #nav ul li a span{
    position: absolute;
    right: 1em;
  }
  #nav ul li ul{
    display: none;
    position: relative;
    width: 85% !important;
    left: auto;
    right: auto;
    margin: 0 auto;
    background: transparent;
    padding: 1em;
    top: -0.5em;
    
  }  
  #nav ul li ul li{
      float: left;
      clear: both;
      margin-bottom: 0em;
  }  
  .plus{
    width: 20px;
  }
  .logo-menu{
    margin: 0 auto;
    margin-top: 8px;
  }
  .launch{
    display: block;
    position: relative;
    right: 0.5em;
    top: 11px;
    z-index: 1;
    float: right;
  }
  .bs-header{
    width: 100%;
    height: 100%;
  }
  .home-logo-button img{
    width: 25%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .logo-header-new{
    position: fixed;
    top: 7px;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    display: block;

  }
}
