/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media(max-width:1600px) {
  .featured-img {
    height:250px;
  }
}
@media(max-width:1599px) {
  .featured-img {
    height:324px;
  }
}
@media(max-width:1280px) {
  .featured-img {
    height:260px;
  }
}
@media(max-width:1100px) {
  .featured-img {
   background-size:contain !important;
	  height:285px;
	  margin-top:10px;
  }
}


@media(max-width:992px) {
  .mobile_toggle {
    display: block;
    position: fixed;
    right: 0;
    color: #fff;
    padding: 0 5px 0px 5px;
    z-index: 99999;
    background: transparent;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    background:transparent;
  }

  #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;
  }
  .fixed-top{
		display: none;
	}
 
  .logo{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .right{
    display: flex;
  }

}

@media(max-width:768px) {
  .container {
    width: auto;
  }
/*   .featured-img{
    height:135px;
    margin-top: 99px;
  } */
  .multi-tab{
    display: block !important;
  }
}
@media(max-width:699px){
  input[type=submit]{
    width: 100%;
    margin-top: 25px;
  }
}
@media(min-width:991px) {
  .mobile_toggle {
    display: none;
  }
}
