/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media(max-width:1280px) {.second-cards{
  height:auto;
  }}

@media(max-width:992px) {
  .mobile_toggle {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0 5px 0px 5px;
    z-index: 99999;
    background: transparent;
    margin-top: 40px;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    margin-top: -10px;
  }

  #offNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }

  #onNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }
  .shoe{
    display: none;
  }
  .float-end{
    padding-top: 0 !important;
  }
  .parallax-window{
    margin-top: -60px;
  }
  .navbar-nav li a{
    margin-left: 1rem;
  }
  .navbar-nav li:first-child{
    margin-left: 0rem;
  }
  .carousel{
    top:-37px;
  }
  #menu-footer-menu{
    display: block;
  }
}

@media(max-width:768px) {
  .container {
    width: auto;
  }
  .banner-title{
    font-size: 37px;
  }
  .logo img{
    width: 300px;
  }
  .bg{
    height: 325px;
  }
  .parallax-window{
    min-height: 225px;
  }
}

@media(min-width:991px) {
  .mobile_toggle {
    display: none;
  }
}
