@media (max-width: 991px) {
  #header h1.logo img {
  width: 195px;
  height: 95px;
  }
}

#header .logo img {
  width: 195px;
  height: 95px;
}

/* fix get started */
#header.colored nav ul.nav-main li a.get-started{
  padding-top: 36px !important;
}
body.sticky-menu-active #header.colored ul.nav-main > li > a.get-started {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.scroll-to-top {
  display: none !important;
}

.flag {
  display: none;
}

@media (max-width: 991px) {
  .flag {
    top: 35px;
    display: block;
    position: absolute;
    right: 70px;
    cursor: pointer;
  }
  .flag img {
    border-radius: 4px;
    cursor: pointer;
  }
}
