.navbar {
  background: transparent;
}

.nvcustom {
  padding: 5px 0;
}

.nvcustom .search-mig {
  color: #fff;
  font-size: 26px;
}

.navbar-brand {
  color: #fff;
}

.navbar-brand .icon-logo {
  font-size: 50px;
}

.navbar-toggler-title, .navbar-toggler-title:hover, .navbar-toggler-title:active, .navbar-toggler-title:focus, .navbar-toggler-title:visited {
  color: #fff;
}

.navbar-toggler a:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../assets/images/arrow-b-w.png) no-repeat;
  background-size: 100%;
  margin-left: 10px;
  cursor: pointer;
  pointer-events: none;
}

.navbar ul.navbar-nav a {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
}

.navbar ul.navbar-nav a:hover {
  background: transparent;
}

.navbar button.navbar-toggle {
  background: transparent;
  border-radius: 3px;
}

.navbar button.navbar-toggle:hover {
  background: orang;
}

.navbar button.navbar-toggle > span.icon-bar {
  background: #fff;
}

#signIn {
  height: 40px;
  width: 85px;
  background: transparent;
  border-radius: 2px;
  border: solid 1px;
  margin-top: 5px;
  margin-left: 50px;
  margin-right: 10px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  z-index: 1;
}

#signIn:hover {
  background-color: #ff854f;
  border-color: #ff854f;
  color: white;
}

.navbar {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scrolled {
  background: white;
  -webkit-box-shadow: 0px 3px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 12px -6px rgba(0, 0, 0, 0.75);
}

.scrolled .navbar-brand {
  color: #fff;
}

.scrolled .navbar-brand .icon-logo {
  font-size: 50px;
}

.scrolled .navbar-toggler-title, .scrolled .navbar-toggler-title:hover, .scrolled .navbar-toggler-title:active, .scrolled .navbar-toggler-title:focus, .scrolled .navbar-toggler-title:visited {
  color: #000;
}

.scrolled .navbar-toggler a:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../assets/images/arrow-b-b.png) no-repeat;
  background-size: 100%;
  margin-left: 10px;
  cursor: pointer;
  pointer-events: none;
}

.scrolled .search-mig {
  color: #000;
  font-size: 26px;
}

.scrolled .search-mig .icon-srch {
  color: #000;
}

.navbar.scrolled .navbar-brand {
  color: orange;
}

.navbar.scrolled ul.navbar-nav a {
  color: #000;
}

.navbar.scrolled button.navbar-toggle {
  background: transparent;
  border-radius: 3px;
}

.navbar.scrolled button.navbar-toggle:hover {
  background: orange;
}

.navbar.scrolled button.navbar-toggle > span.icon-bar {
  background: #000;
}

.bottom-menu {
  background: #fff;
}

.bt-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.bt-menu li {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 80px;
}

.bt-menu li a, .bt-menu li a:hover, .bt-menu li a:active, .bt-menu li a:focus, .bt-menu li a:visited {
  color: #000;
}

.bt-menu li a span, .bt-menu li a:hover span, .bt-menu li a:active span, .bt-menu li a:focus span, .bt-menu li a:visited span {
  font-size: 40px;
}

.bt-menu li a p, .bt-menu li a:hover p, .bt-menu li a:active p, .bt-menu li a:focus p, .bt-menu li a:visited p {
  margin-bottom: 0;
}

.bt-menu li a.active {
  color: #ff9900;
}

.bt-menu li.home_bt {
  background-color: #ff9900;
}

.bt-menu li.home_bt a, .bt-menu li.home_bt a:hover, .bt-menu li.home_bt a:active, .bt-menu li.home_bt a:focus, .bt-menu li.home_bt a:visited {
  color: #fff;
}

.bt-menu li.home_bt a span, .bt-menu li.home_bt a:hover span, .bt-menu li.home_bt a:active span, .bt-menu li.home_bt a:focus span, .bt-menu li.home_bt a:visited span {
  font-size: 70px;
}

.bt-menu li.home_bt a p, .bt-menu li.home_bt a:hover p, .bt-menu li.home_bt a:active p, .bt-menu li.home_bt a:focus p, .bt-menu li.home_bt a:visited p {
  margin-bottom: 0;
}
/*# sourceMappingURL=top-menu.css.map */