

@media screen and (min-width: 960px) {
    .nav-wrapper {
        position: relative;
      
    }
}
.stop-stick {
 position:relative!important;
top: calc( 70vh )!important;
}

#nav {
  z-index:2;
}

.top0{
  top:0!important;
  margin-top:0!important;
}
.nav {
    position: sticky;
    width: 100%;
    left: 0;
    padding: 4.8rem 0 2.4rem 0;
    display: none;
    z-index: 1;
    height:80px;
}
.bg-ears-green {
      background: #6B878C;
}

.bg-ears-blue {
     background: #383E49;

}

@media screen and (min-width: 960px) {
    .nav {
        position: absolute;
        top: 0;
        padding: 0;
        display: block;
    }
}

@media screen and (min-width: 960px) {
    .nav.fixed {
      
        position: fixed;
        z-index: 1;
        -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    }
}


.nav ul {
    list-style-type: none;
    margin: 0 -2.4rem;
    padding: 0;
    position: relative;
  height:100%;
}

.nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 3.6rem;
}

@media screen and (min-width: 960px) {
    .nav ul li {
        margin: 0;
        width: auto;
    }
}

.nav ul li a {
    font: 500 2rem/3rem "Avenir";
    display: block;
    text-decoration:none;
    color: #ffffff;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 0 2.4rem;
}



.nav .container {
  height:100%;
  max-width:unset;
}


.nav ul {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: block;
}

@media screen and (min-width: 1024px) {
    .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.navimage {
  height:100%;
  flex:1;
}

.navimage img {
  height:100%;
  width:auto;
  padding:1rem 1rem 2rem 3rem;
}


/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:nav] [5.113] DESIGN*/
/*******************************************************************/
/* 0.6 D>D */
/* db 189 */