.swiper-container {
      width: 100%;
      height: 100%;
	  list-style: none; /*zaradi napisov*/
    }
	

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

	  /* Centriraj text na sredino
      text-align: center; DO TU*/
	  
      /* Centriraj tekst na sredino po verticali
      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; DO TU */
 	  
    }
	
	
	.slideshow .custom {
		 height: 96vh;
	}
	
	.corporate .slideshow {
	/*	padding: 45px 0px 0px 0px;*/
	padding:0px;
	}
	
	
	
	.swiper-slide {
		background-repeat:no-repeat;
        background-position: center center;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		font-size: 18px;
		color:#fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 60px;
		
		
		-webkit-flex-shrink: 0;
		transition-property: transform,-webkit-transform;
		
		height: 100%;
		
		position: relative;
		

	}
	
	
	.swiper-slide .slide-text {
		
		width:100%;
		top:25vh;
		
		text-shadow: 2px 2px 4px #000000;
		/*position: absolute;*/
		position: relative;
	}
	
	
	
	.swiper-slide .title {
	  font-family: 'Raleway', sans-serif;
      font-size: 6vh;
      font-weight: 500;
	  color:#ffffff;
	  text-transform: uppercase;
	  text-align:center;
    }
	
    .swiper-slide .subtitle {
	  font-family: 'Raleway', sans-serif;
       font-size: 3.5vh;
	   color:#ffffff;
	   text-align:center;
    }
    .swiper-slide .text {
      font-family: 'Raleway', sans-serif;
      font-size: 2.5vh;
      max-width: 50vw;
      line-height: 1.3;
	   color:#ffffff;
	   text-align:center;
    }
	
	
	
	

	
	
	
	@media (max-width: 680px) {
		.swiper-container {
			/*height:300px !important;*/
		}
		
		.swiper-slide {
			padding: 0px 15px !important;
		}
		
		.swiper-slide .title {
			font-size: 4vh;
		}
		
		.swiper-slide .subtitle {
			font-size: 2.5vh;
		}
		
		.swiper-slide .slide-text{
			width:85% !important;
			position:absolute;
			bottom: 7vh;
		}
		
		.swiper-slide .text {
			font-size: 2vh;
			max-width:100% !important;
		}
		
	
		
		.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
			bottom: 0px !important;
		}
		
		.SkrijTekst {
			display:none;
		}
		
		.slideshow .custom {
			height: 300px;
		}
		
		.corporate .slideshow {
			padding: 0px 0px 0px 0px;
		}
	}
	
	
	
	@media (min-width: 768px) {
		.swiper-slide .slide-text {
			width: 750px;
			margin: 0 auto;
			position: relative;
			top: 25vh;
		}
	}
	
	@media (min-width: 992px) {
		.swiper-slide .slide-text {
			width: 940px;
			margin: 0 auto;
			position: relative;
			top: 25vh;
		}
	}
	
	@media (min-width: 1200px) {
		.swiper-slide .slide-text {
			width: 90%;
			margin: 0 auto;
			top: 25vh;
			position: relative;
		}
	}
	

	

	
/*	
	#slide1 {
		background-image: url('/images/slides/Slide_BIZZOTTOonLuksuzinstil_si.jpg');
	}
	

	#slide2 {
		background-image: url('/images/slides/Slide_ARCAonLuksuzinstil_si.jpg');
	}

	#slide3 {
		background-image: url('/images/slides/Slide_CEPPISTYLEonLuksuzinstil_si.jpg');
	}	

	#slide4 {
		background-image: url('/images/slides/Slika3.jpg');
	}		
	
	#slide5 {
		background-image: url('/images/slides/Slika4.jpg');
	}
	
	#slide6 {
		background-image: url('/images/slides/Slika5.jpg');
	}
	
	*/
	
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 1vh;
	}
	
	.swiper-pagination-bullet {
		width: 40px;
		height: 25px;
		border-radius: 20%;
		margin: 0 20px !important;
	}
	
	.swiper-pagination-bullet:hover {
		background-color:#b11112 !important;
	}	
	
	
/* To je, ko imamo video na prvi strani */	
.swiper-back {
	z-index: 9;
}

.swiper-back-video {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
	
	
.swiper-wrapper { 	
	z-index: 10;
	background: transparent;
}

.swiper-slide {
		background: transparent;
}


#t3-mainnav{
box-shadow: 10px 10px 30px 3px #0000003d;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
  opacity:0.7;
}