.mobile-only {
  display: none;
}

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

  .mobile-only {
    display: block;
  }

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

  .nav {
    width: 100%;
    position: fixed;
    overflow: hidden;
    background:#fff;
    height: 125px;
  }

  .logo-white {
    display: none;
  }

  .logo-dark {
    display: block;
    opacity: 1 !important;
    top: 20px;
    max-width: 90%;
    left: 5%;
    margin-left: 0px;
  }

    h1 {
    font-size: 38px;
  }

  .menu {
    position: static;
    margin: 0px !important;
    width: auto;
    float: left;
    display: block;
    top: 0px;
    left: 0px;
  }


  .menu-wrapper {
    width: 100%;
    position: absolute;
    z-index: 55;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
    overflow:scroll;
    left: 0px;
    right: 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }

  .inner-wrapper {
    min-width: 1020px;
  }

  a.link, .link {
    letter-spacing: 2px;
  }

  .header {
    min-height: 650px !important;
  }

  .header-section {
    width: 95%;
    margin:0 auto;
    position: static;
    display: block;
    padding: 0px;
    text-align: center;
  }

  .header-content {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    width: 100%;
  }

  .header-section p {
    display: none;
  }

  .menu li {
    display: inline-block;
  }

  .menu li a {
    padding: 10px 20px;
    color: #333;
    display: block;
  }

  .intro-content {
    width: 90%;
    margin:0 auto;
    margin-left: auto;
  }

  .intro-section {
    padding-top: 90px;
    padding-bottom: 300px;
    background-size: auto 150px;
    background-position: 250% 430px;
  }

  .intro-section.active {
    background-position: 175% 430px;
  }

  .dark-section a.link.white-arrow {
    letter-spacing: 1px;
  }

  .side {
    float: none;
    width: 90%;
    margin:0 auto;
  }

  .right-side {
    padding: 0px;
    border: none;
  }

  .left-side h1:after {
    bottom: 12px;
  }

  .left-side {
    width: 90%;
    padding-top: 0px;
    text-align: left;
    margin:0 auto 30px auto;
  }

  .left-side h1 {
    font-size: 40px;
    line-height: 54px;
  }

  .footer {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .submenu li a, .submenu li a.first {
    min-width: 100px;
    margin: 0px;
  }

  .dark-section.over-section {
    padding: 100px 15px 130px 15px;
    text-align: center;
  }

  ul.team li {
    width: 80%;
    margin:0px auto 40px auto;
  }

  .submenu.fixed {
    top: 125px;
  }

  .case-content {
    display: block;
  }

  .last-p {
    margin-top: 20px;
  }

  .header.other:before {
    opacity: 0;
  }

  .acq-section.eig-section h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .header.other {
    max-height: 320px;
    min-height: 10px !important;
    background-position: center 56px;
  }

  .case-content-holder {
    width: 100%;
  }

  .acq-section {
    width: 90%;
    margin:0 auto;
  }

  input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea {
    box-shadow: none;
    -webkit-box-shadow:none;
    border-radius: 0px;
  }

  .inner-holder {
    padding-top: 75px;
  }

  .title-group h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

}


@media screen and (min-width : 720px) and (max-width : 1099px) { 

  .logo-dark {
    max-width: 320px;
    left: 50%;
    margin-left: -160px;
  }



  .inner-wrapper {
    width: 100%;
    min-width: 200px;
    text-align: center;
  }

  .menu {
    display: inline-block;
    float: none;
  }

  .menu {
    position: static;
    margin: 0px !important;
    width: auto;
    float: left;
    display: block;
    top: 0px;
    left: 0px;
  }


  .menu-wrapper {
    width: 100%;
    position: absolute;
    z-index: 55;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
    overflow:scroll;
    left: 0px;
    right: 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }

  .inner-wrapper {
    min-width: 1020px;
  }

  .intro-section {
    background-position: -30% 380px;
    background-size: auto 200px;
  }

  .intro-section.active {
    background-position: 0% 380px;
  }

  .left-side {
    max-width: 560px;
  }

  ul.team li {
    width: 50%;
    display: block;
    float: left;
  }

  .team {
    max-width: 550px;
  }

  .longer-section {
    min-height: 650px !important;
  }

  .case-content {
    display: inline-block;
  }

}



@media screen and (min-width : 1100px) and (max-width : 1220px) { 
  .intro-section.active {
    background-position: -70% 140px;
  }
}

@media screen and (min-width : 1221px) and (max-width : 1360px) { 
  .intro-section.active {
    background-position: -40% 140px;
  }
}

@media screen and (min-width : 1600px) { 

  .intro-section.active {
    background-position: -5% 140px;
  }

}

@media screen and (min-width : 1660px) { 

  .intro-section.active {
    background-position: 0% 140px;
  }

}



