.mobile-only {
  display: none;
}

.mobile-only {
  display: none;
}

.nav-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1250;
  position: absolute;
  right: 5%;
  top: 70px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-icon span {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #facb13;
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
  right: 0px;
}

.single-product .nav-icon span {
  background: #333;
}

.nav-icon.open span {
  background: #fff !important;
}

.nav-icon span.second {
  top: 10px;
  background: #14a3ba;
  right: 5px;
}

.nav-icon span.third {
  top: 19px;
  background: #f05343;
}

.nav-icon.open span.second {
  filter:alpha(opacity=0);
  opacity: 0;
}

.nav-icon.open span.first {
  -moz-transform: scale(1) rotate(-135deg);
  -webkit-transform: scale(1) rotate(-135deg);
  -o-transform: scale(1) rotate(-135deg);
  -ms-transform: scale(1) rotate(-135deg);
  transform: scale(1) rotate(-135deg);
  top: 17px;
  right: -5px;
}

.nav-icon.open span.third {
  -moz-transform: scale(1) rotate(135deg);
  -webkit-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  -ms-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
  top: 17px;
  right: -5px;
}

.nav-icon.open {
  -moz-transform: scale(1) rotate(-90deg);
  -webkit-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}



/* iPHONE SIZES */
@media only screen and (min-width : 320px) and (max-width : 900px) {

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none !important;
  }

  .header {
    padding-top: 190px;
  }

  .header .border {
    left: 5%;
    width:90%;
  }

  .nav-icon {
    top: 90px;
  }

  h1 {
    font-size: 45px;
    line-height: 56px;
  }

  .header h1 {
    margin-left: 15%;
    margin-top: 30px;
    max-width: 80%;
  }

  .small-dots {
        bottom: -79px;
  }

  .advisory {
    margin-top: 60px !important;
  }

  .inner-team .m6 {
    margin-bottom: 30px;
  }

  .contact-content {
    padding-left: 20%;
  }

  .contact .row .col {
    padding: 0px;
  }

  .inner-team .row {
    margin-bottom: 0px;
  }

  .inner-team {
    background-size: auto 100%;
    background-position: 62% center;
  }

  .inner-team br {
    display: none;
  }

  .marketing {
    width: 100%;
  }

  .header .large-dots {
    left: -76%;
    top: 22%;
    opacity: .4;
  }

  .arrow {
    margin:100px auto 70px auto;
  }

  .header .border:after {
    display: block;
    content: ' ';
    background: white;
    right: 3%;
    bottom: -10px;
    position: absolute;
    z-index: 2;
    width: 94%;
    top: auto;
    height: 20px;
  }

  .network {
    opacity: .5;
  }

  .scrollanim2, .scrollanim2.inactive {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }

}


/* iPAD SIZES  */
@media screen and (min-width : 720px) and (max-width : 1099px) { 

}

@media screen and (min-width : 1100px) and (max-width : 1220px) { 

}


/* BIGGER SIZES */
@media screen and (min-width : 1600px) { 

}


