      html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }
	  
.Logo-Menu {
	padding-left: 50%;
	background-image: url("../Obraz/Logo.png");
	height: 70px;
	width: 80px;
	background-size: contain;
	background-repeat: no-repeat;
 	background-position: center center;
}
/* --- LOADING --- */
.loading {
    height: 100vh;
}

.loader {    
    position: fixed;    
    z-index: 9999;  
    top: 0; 
    left: 0;
    width:100%;
    height:100%;    
    background: black; 
    display: flex;
    justify-content: center;    
    align-items: center;
}	
/* --- MENU --- */
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff;
}

.navbar-brand {
	left: 5%;
  	position: absolute;
}

@media(min-width: 768px) {
    .navbar-default {
        padding: 25px 0;
	    border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
		text-decoration:none;
    }
 
	.navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: black;
    }
	
	.navbar-brand {
  		transform: translateX(-0%);
  		left: 10%;
  		position: absolute;
	}


.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:focus .nav-link,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:visited .nav-link {
	text-decoration:none;
    color: #1b75bc !important;
}
}
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }