/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  header .navbar-form{
    float: left;
    width: 50%;
    margin: 0;
    border:none;
  }
  header .navbar-collapse{
    overflow-y: visible !important;
  }
  header .navbar-form button{
    margin: 0;
    padding: 0;
  }
  header .navbar-form .form-group{
    width: 70%;
    display: inline-block;
  }
  .ht-right{
    margin: 0;
  }
  .ht-right > li > a{
    padding: 0 7px;
  }
  /*.dropdown-menu{
    display: none !important;
  }*/
  .ht-right > li > .dropdown-menu{
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .ht-right > li:nth-child(2) > .dropdown-menu{
    right:-70px;
    max-width: 300px;
  }
  .ht-right > li:nth-child(2) > .dropdown-menu:before{
    right: 75px;
  }
  .ht-right > li:nth-child(1) > .dropdown-menu{
    right:-110px;
    max-width: 300px;
  }
  .ht-right > li:nth-child(1) > .dropdown-menu:before{
    right: 118px;
  }
}
