@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Grenze&display=swap');

.stars i {
    font-size: 1.5rem;
    color: #0e013e;
}

.stars-small i {
    font-size: 14px;
    color: #0e013e;
    text-align: center;
}

span.stars.stars-small {
    float: right;
}

.rating {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.navbar {

    background: #ffffffc9;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 1px 3px 4px 0 #adadad33;

}
.navbar-light .navbar-brand {

    color: #122122;
    font-size: 32px;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Grenze', serif;



}
.navbar-light .navbar-nav .nav-link {
    color: #272727;
    font-size:20px;
    text-transform: uppercase;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #081c1d;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    background: #0e013e;
    transition: 0.4s;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #fff;
   text-decoration: none;
   background-color: #868686 !important;
}
.sm-menu{
   border-radius: 0px;
   border: 0px;
   top: 97%;
   box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
   color: #3c3c3c;
       font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #2196F3;
}
.navbar-toggler{
   outline: none !important;
}
.navbar-tog{
   color: #1ebdc2;
}
.megamenu-li {
   position: static;
}

.megamenu {
   position: absolute;
   width: 100%;
   left: 0;
   right: 0;
   padding: 15px;
}
.megamenu h6{
   margin-left: 21px;
}
.megamenu i{
   width: 20px;
}


.col h2 {
    text-align: center;

}

.col h2, .col h1 {

    text-align: center;
    padding: 0px;
    font-weight: lighter;
    margin: 48px 0;
    background: #fff;
    color: #0e013e;
    padding: 20px 0;
    border-bottom: 6px solid #0e013e;


}
.btn-primary {
    color: #fff;
    background-color: #0e013e;
    border-radius: 0;
    border-color: #fffdfd;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #595959;
    border-color: #000000;
}
.btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
}

.mt-3, .my-3 {
    margin-top: 0!important;
}

.jumbotron {

    padding: 20px;
    margin-bottom: 2rem;
    background-color: #0e013e;
    color: white;
    border-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0px 1px 6px 1px #d6d6d6;
    height: 100%;
    display: block;

}
.vertical-center {
    min-height: 100%; 
    justify-content: center;
    display: flex;
    align-items: center;
  }

.card {
    border: none;
}


footer {
    padding: 30px;

    color:black;
}

.koment {

    background: #f9f9f9;
    padding: 5px;
    margin-bottom: 15px;
    font-style: italic;
    border: 1px dotted;
    font-size: 15px;

}

.breadcrumb {
    margin-top: 10px;
    background: white;
}


.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .fix-im {
      position: relative;
      bottom:11rem;
  }