/*palette*/
/*.navbar{
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
!*rozkrivani navbaru na hover*! */
.navbar ul.navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 19px;
}

.navbar {
  transition: all 0.5s ease;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  z-index: 100;
  background: #171818;
  padding-bottom: 1rem;
  border-top: 3px solid #ed1c24;
}
.navbar .navbar-toggler i {
  color: #fff;
}
.navbar .navbar-brand {
  position: relative;
  height: 69px;
}
.navbar .navbar-brand img {
  position: absolute;
  top: 10px;
}
.navbar .nav-item {
  margin-left: 0.5rem;
}
.navbar .nav-item .nav-link {
  padding: 1.5rem;
  color: #fff;
  text-shadow: 0px 0px 1px #000000;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.navbar .nav-item .nav-link:hover {
  background: #393939;
}
.navbar .nav-item .nav-link:hover span {
  border-bottom: 2px solid #DA3832;
  padding-bottom: 0.5rem;
  border-bottom: transparent;
}
.navbar .nav-item.active .nav-link {
  background: #ed1c24;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 0;
  width: 350px;
  border-radius: 0;
  background: #1A1E2B;
}
.navbar .nav-item .dropdown-menu .nav-link {
  color: #eee;
  font-weight: 400;
}
.navbar .nav-item .dropdown-menu .nav-link.active, .navbar .nav-item .dropdown-menu .nav-link:hover {
  font-weight: bold;
}
.navbar .nav-item .dropdown-menu .nav-link.active span, .navbar .nav-item .dropdown-menu .nav-link:hover span {
  border: none;
}
.navbar .dropdown-menu.language-menu {
  width: auto;
}

.navbar.shrink {
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/*

.navbar.fixed-top2{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}



nav.navbar{
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s ease;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  padding: 0;
}



.homepage nav.navbar.navbar-light:not(.shrink) #logo{
  height: 80px;
  max-width: 100% !important;
  transition: all 0.3s ease;
}





.navbar {
  min-height: 50px;
}

.navbar .nav-item{
  margin-left: 25px;
}




.nav-link .nav-item.active, .navbar .nav-link .nav-link.active{
  span{
    border-bottom: 2px solid #fff;
  }
}


.navbar-dark .navbar-nav .nav-link{
  color: white;
  span{
    padding-bottom: 5px;
  }
}



.nav-item.active a, .navbar .nav-item.active a:visited{
  color: #fff;
  font-weight: bold;
  span{
    border-bottom: 2px solid #fff;
  }
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  span{
    border-bottom: 2px solid #fff;
  }
  .dropdown-menu {
    width: 300px;
    a.nav-link{
      color: rgb(0, 0, 97) !important;
    }
  }
}


.main-menu .dropdown-menu{
  margin-top: -1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 1px 2px 4px 2px rgba(0,0,0,0.11);
  box-shadow: 1px 2px 4px 2px rgba(0,0,0,0.11);
  width: 300px;
  font-size: .9rem;
  background: rgba(0, 0, 0, .9);
  border: 1px solid rgba(255, 255, 255, .1);
}

.main-menu .dropdown-menu.language-menu{
  width: auto;
}

.main-menu .dropdown-menu .nav-link{

  color: rgb(0, 0, 97) !important;
  &:visited{
    color: rgb(0, 0, 97) !important;
  }

  &:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  &:hover{
    !*color: lightgrey !important;*!
    font-weight: bold;
  }

}




.navbar-brand {
  padding: 0 0px;
  line-height: 60px;
  margin-left: -15px;
  text-transform: none;
  font-weight: bolder;
}


.navbar-toggle {
  !* (80px - button height 34px) / 2 = 23px *!
  margin-top: 23px;
  padding: 9px 10px !important;
}

.nav-link.dropdown-toggle:focus{
  outline: none !important;
}

.navbar.shrink{
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
  background: rgba(0, 0, 0, .8) !important;
}

.navbar #logo{
  height: 70px;
  transition: all 0.3s ease;
}

.navbar.shrink #logo{
  height: 50px;
}

*/
ul.contacts-menu .nav-item .nav-link {
  color: #848484;
}
ul.contacts-menu .nav-item .nav-link:hover {
  background: none;
  color: #ed1c24;
}
ul.contacts-menu .nav-item .nav-link i {
  padding-right: 0.3rem;
}

/*# sourceMappingURL=navbar.css.map */
