.navigation-clean {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  background-position: bottom left!important;
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  /*border-color: #ddd;*/
  /*background-color: #ffffff;*/
  /*color: #02417f;*/
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  /*background: none;*/
  /*font-family: 'Poppins';*/
  /*background-color: #ffffff;*/
}

.navigation-clean .navbar-toggler {
  color: #888888;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

@media only screen and (max-width:700px) 768px)min-width: 300px) {
  .sg-logo-image {
    width: 150px;
  }
}

#navcol-1 {
  margin-top: -60px;
  color: #ffffff;
  font-family: 'Poppins';
}

#navcol-1 a {
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: 500;
}

@media (min-width: 992px) {
  .sg-logo-image {
  }
}

@media only screen and (max-width: 768px) {
  .navigation-clean {
    /*background-size: 520%!important;*/
    /*background-position: bottom center!important;*/
    background-size: 420% auto!important;
  }
}

@media (min-width: 300px) {
  #navcol-1 {
    /*display: none;*/
  }
}

.sg-nav-icon {
  color: #ffffff!important;
  /*background-color: rgba(255,255,255,0)!important;*/
}

