/**
 * UniLondon - IE ONLY STYLES
 */

 
@media (max-width: 992px) {

  .ie .navbar-custom ul.nav a:hover {
    position: relative;
  }

  .ie .navbar-custom ul.nav #first:before, .ie .navbar-custom ul.nav #first:hover:before {
    content: "";
    position: absolute;
    height: 10px;
    left: 0px;
    top: 42px;
    background-color: #dfdfdf;
    width: 50px;
    z-index: 9;
  }

  .ie .navbar-custom ul.nav #second:before, .ie .navbar-custom ul.nav #second:hover:before {
    content: "";
    position: absolute;
    height: 10px;
    left: 0px;
    top: 39px;
    background-color: #dfdfdf;
    width: 50px;
    z-index: 9;
  }

  .ie .navbar-custom ul.nav #third:before, .ie .navbar-custom ul.nav #third:hover:before {
    content: "";
    position: absolute;
    height: 10px;
    left: 0px;
    top: 39px;
    background-color: #dfdfdf;
    width: 50px;
    z-index: 9;
  }

  .ie .navbar-custom ul.nav #fourth:before, .ie .navbar-custom ul.nav #fourth:hover:before {
    content: "";
    position: absolute;
    height: 10px;
    left: 0px;
    top: 42px;
    background-color: #dfdfdf;
    width: 50px;
    z-index: 9;
  }
}

@media (min-width: 993px) {


    /* Navbar Icon styling */
  .ie .navbar-custom ul.nav #first:after {
    top: 16%!important;
    padding-top: 20px;
    height: 54px;
    overflow: hidden;
  }

  .ie .navbar-custom ul.nav #second:after {
    top: 16%!important;
    padding-top: 20px;
    height: 55px;
    overflow: hidden;
  }

  .ie .navbar-custom ul.nav #third:after {
    top: 16%!important;
    padding-top: 20px;
    height: 55px;
    overflow: hidden;
  }

  .ie .navbar-custom ul.nav #fourth:after {
    top: 16%!important;
    padding-top: 20px;
    height: 55px;
    overflow: hidden;
  }

    /* nav collapsed styles */
  .ie .navbar-custom.top-nav-collapse ul.nav #first:after {
    top: 3%!important;
    padding-top: 20px;
    height: 43px;
    overflow: hidden;
  }

  .ie .navbar-custom.top-nav-collapse ul.nav #second:after {
    top: 3%!important;
    padding-top: 20px;
    height: 43px;
    overflow: hidden;
  }

  .ie .navbar-custom.top-nav-collapse ul.nav #third:after {
    top: 3%!important;
    padding-top: 20px;
    height: 43px;
    overflow: hidden;
  }

  .ie .navbar-custom.top-nav-collapse ul.nav #fourth:after {
    top: 3%!important;
    padding-top: 20px;
    height: 43px;
    overflow: hidden;
  }
}





