@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:bold_cn;
  src:url(font/bold_cn.otf);
}

@font-face {
 font-family:bold_cn;
 src:url(font/bold_cn.eot);/* For IE browsers */
}

@font-face {
 font-family:bold_cn;
 src:url(font/bold_cn.woff);/* For IE browsers */
}

@font-face {
  font-family:cn;
  src:url(font/cn.otf);
}

@font-face {
 font-family:cn;
 src:url(font/cn.eot); /* For IE browsers */
}

@font-face {
  font-family:cn;
  src:url(font/cn.woff); /* For IE browsers */
}

/*=========Celozaslonska stran 1100px=========*/

#izberi_svoje {
	width:1100px;
	height:46px;
	background-image:url(images/izberi_svoje.png);
	margin:30px auto;
	margin-bottom:10px;
	
	}

/* Slajdi */
#pivo_prvi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#008D35;
	text-align:center;
	}
	
#pivo_drugi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#323D90;
	text-align:center;
	}
	
#pivo_tretji {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#D9868F;
	text-align:center;
	}
	
#pivo_cetrti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#F8DF2C;
	text-align:center;
	}
	
#pivo_peti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#0B222D;
	text-align:center;
	}
	
#pivo_sesti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#8E897B;
	text-align:center;
	}
	
#pivo_sedmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#006C56;
	text-align:center;
	}
	
#pivo_osmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#FFF;
	text-align:center;
	}
	
#slika_prvi {
	width:1100px;
	height:400px;
	background-image:url(images/1.png);
	margin:0px auto;
	}
	
#slika_drugi {
	width:1100px;
	height:400px;
	background-image:url(images/2.png);
	margin:0px auto;
	}
	
#slika_tretji {
	width:1100px;
	height:400px;
	background-image:url(images/3.png);
	margin:0px auto;
	}
	
#slika_cetrti {
	width:1100px;
	height:400px;
	background-image:url(images/4.png);
	margin:0px auto;
	}
	
#slika_peti {
	width:1100px;
	height:400px;
	background-image:url(images/5.png);
	margin:0px auto;
	}
	
#slika_sesti {
	width:1100px;
	height:400px;
	background-image:url(images/6.png);
	margin:0px auto;
	}
	
#slika_sedmi {
	width:1100px;
	height:400px;
	background-image:url(images/7.png);
	margin:0px auto;
	}
	
#slika_osmi {
	width:1100px;
	height:400px;
	background-image:url(images/8.png);
	margin:0px auto;
	}
	
/* Slajdi */

/* Slideshow container */
.slideshow-container {
 width: 100%;
 height:400px;
  position: relative;
  margin:auto;
  overflow:hidden;

  
  }

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  margin-top: -25px;
  font-weight: bold;
  font-size: 18px;
  background-color:#000;
}

/* Position the "next button" to the right */
.next {
  background-image:url(images/nazaj.png);
  right: 0;
  background-size:100%;
}

.prev {
	background-image:url(images/naprej.png);
	background-size:100%;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008D35;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*=========Celozaslonska stran 1100px=========*/

/*=========1300px do 1101px=========*/

	@media only screen and (min-width: 1101px) and (max-width: 1299px){
		
#izberi_svoje {
	width:1000px;
	height:46px;
	background-image:url(images/izberi_svoje.png);
	margin:30px auto;
	margin-bottom:10px;
	
	}

/* Slajdi */
#pivo_prvi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#008D35;
	text-align:center;
	}
	
#pivo_drugi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#323D90;
	text-align:center;
	}
	
#pivo_tretji {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#D9868F;
	text-align:center;
	}
	
#pivo_cetrti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#F8DF2C;
	text-align:center;
	}
	
#pivo_peti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#0B222D;
	text-align:center;
	}
	
#pivo_sesti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#8E897B;
	text-align:center;
	}
	
#pivo_sedmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#006C56;
	text-align:center;
	}
	
#pivo_osmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#FFF;
	text-align:center;
	}
	
#slika_prvi {
	width:1000px;
	height:400px;
	background-image:url(images/1.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_drugi {
	width:1000px;
	height:400px;
	background-image:url(images/2.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_tretji {
	width:1000px;
	height:400px;
	background-image:url(images/3.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_cetrti {
	width:1000px;
	height:400px;
	background-image:url(images/4.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_peti {
	width:1000px;
	height:400px;
	background-image:url(images/5.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sesti {
	width:1000px;
	height:400px;
	background-image:url(images/6.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sedmi {
	width:1000px;
	height:400px;
	background-image:url(images/7.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_osmi {
	width:1000px;
	height:400px;
	background-image:url(images/8.png);
	background-position:center;
	margin:0px auto;
	}
	
/* Slajdi */

/* Slideshow container */
.slideshow-container {
 width: 100%;
 height:400px;
  position: relative;
  margin:auto;
  overflow:hidden;

  
  }

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  margin-top: -25px;
  font-weight: bold;
  font-size: 18px;
  background-color:#000;
}

/* Position the "next button" to the right */
.next {
  background-image:url(images/nazaj.png);
  right: 0;
}

.prev {
	background-image:url(images/naprej.png);
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008D35;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
		
	}
	
/*=========1300px do 1101 px=========*/

/*=========1100px do 959px=========*/
		
		@media only screen and (min-width: 959px) and (max-width: 1100px){
			

#izberi_svoje {
	width:900px;
	height:46px;
	background-image:url(images/izberi_svoje.png);
	margin:30px auto;
	margin-bottom:10px;
	
	}

/* Slajdi */
#pivo_prvi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#008D35;
	text-align:center;
	}
	
#pivo_drugi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#323D90;
	text-align:center;
	}
	
#pivo_tretji {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#D9868F;
	text-align:center;
	}
	
#pivo_cetrti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#F8DF2C;
	text-align:center;
	}
	
#pivo_peti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#0B222D;
	text-align:center;
	}
	
#pivo_sesti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#8E897B;
	text-align:center;
	}
	
#pivo_sedmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#006C56;
	text-align:center;
	}
	
#pivo_osmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#FFF;
	text-align:center;
	}
	
#slika_prvi {
	width:900px;
	height:400px;
	background-image:url(images/1.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_drugi {
	width:900px;
	height:400px;
	background-image:url(images/2.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_tretji {
	width:900px;
	height:400px;
	background-image:url(images/3.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_cetrti {
	width:900px;
	height:400px;
	background-image:url(images/4.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_peti {
	width:900px;
	height:400px;
	background-image:url(images/5.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sesti {
	width:900px;
	height:400px;
	background-image:url(images/6.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sedmi {
	width:900px;
	height:400px;
	background-image:url(images/7.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_osmi {
	width:900px;
	height:400px;
	background-image:url(images/8.png);
	background-position:center;
	margin:0px auto;
	}
	
/* Slajdi */

/* Slideshow container */
.slideshow-container {
 width: 100%;
 height:400px;
  position: relative;
  margin:auto;
  overflow:hidden;

  
  }

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  margin-top: -25px;
  font-weight: bold;
  font-size: 18px;
  background-color:#000;
}

/* Position the "next button" to the right */
.next {
  background-image:url(images/nazaj.png);
  right: 0;
}

.prev {
	background-image:url(images/naprej.png);
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008D35;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

		}
		
/*=========1100px do 959px=========*/

/*=========959px do 768px=========*/

	@media only screen and (min-width: 768px) and (max-width: 958px) {
		
#izberi_svoje {
	width:600px;
	height:46px;
	background-image:url(images/izberi_svoje.png);
	margin:30px auto;
	margin-bottom:10px;
	
	}

/* Slajdi */
#pivo_prvi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#008D35;
	text-align:center;
	}
	
#pivo_drugi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#323D90;
	text-align:center;
	}
	
#pivo_tretji {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#D9868F;
	text-align:center;
	}
	
#pivo_cetrti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#F8DF2C;
	text-align:center;
	}
	
#pivo_peti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#0B222D;
	text-align:center;
	}
	
#pivo_sesti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#8E897B;
	text-align:center;
	}
	
#pivo_sedmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#006C56;
	text-align:center;
	}
	
#pivo_osmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#FFF;
	text-align:center;
	}
	
#slika_prvi {
	width:600px;
	height:400px;
	background-image:url(images/1.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_drugi {
	width:600px;
	height:400px;
	background-image:url(images/2.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_tretji {
	width:600px;
	height:400px;
	background-image:url(images/3.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_cetrti {
	width:600px;
	height:400px;
	background-image:url(images/4.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_peti {
	width:600px;
	height:400px;
	background-image:url(images/5.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sesti {
	width:600px;
	height:400px;
	background-image:url(images/6.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_sedmi {
	width:600px;
	height:400px;
	background-image:url(images/7.png);
	background-position:center;
	margin:0px auto;
	}
	
#slika_osmi {
	width:600px;
	height:400px;
	background-image:url(images/8.png);
	background-position:center;
	margin:0px auto;
	}
	
/* Slajdi */

/* Slideshow container */
.slideshow-container {
 width: 100%;
 height:400px;
  position: relative;
  margin:auto;
  overflow:hidden;

  
  }

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  margin-top: -25px;
  font-weight: bold;
  font-size: 18px;
  background-color:#000;
}

/* Position the "next button" to the right */
.next {
  background-image:url(images/nazaj.png);
  right: 0;
}

.prev {
	background-image:url(images/naprej.png);
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008D35;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

		}
		
/*=========959px do 768px=========*/

/*=========do 767px=========*/

	@media only screen and (max-width: 767px) {
		
#izberi_svoje {
	width:300px;
	height:46px;
	background-image:url(images/izberi_svoje_odzivna.png);
	margin:30px auto;
	margin-bottom:10px;
	background-size:100%;
	}

/* Slajdi */
#pivo_prvi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#008D35;
	text-align:center;
	}
	
#pivo_drugi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#323D90;
	text-align:center;
	}
	
#pivo_tretji {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#D9868F;
	text-align:center;
	}
	
#pivo_cetrti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#F8DF2C;
	text-align:center;
	}
	
#pivo_peti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#0B222D;
	text-align:center;
	}
	
#pivo_sesti {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#8E897B;
	text-align:center;
	}
	
#pivo_sedmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#006C56;
	text-align:center;
	}
	
#pivo_osmi {
	position:absolute;
	width:100%;
	height:400px;
	background-color:#FFF;
	text-align:center;
	}
	
#slika_prvi {
	width:300px;
	height:400px;
	background-image:url(images/1_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_drugi {
	width:300px;
	height:400px;
	background-image:url(images/2_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_tretji {
	width:300px;
	height:400px;
	background-image:url(images/3_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_cetrti {
	width:300px;
	height:400px;
	background-image:url(images/4_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_peti {
	width:300px;
	height:400px;
	background-image:url(images/5_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_sesti {
	width:300px;
	height:400px;
	background-image:url(images/6_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_sedmi {
	width:300px;
	height:400px;
	background-image:url(images/7_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
#slika_osmi {
	width:300px;
	height:400px;
	background-image:url(images/8_1.png);
	background-position:center;
	margin:0px auto;
	background-size:100%;
	}
	
/* Slajdi */

/* Slideshow container */
.slideshow-container {
 width: 100%;
 height:400px;
  position: relative;
  margin:auto;
  overflow:hidden;

  
  }

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position: absolute;
  top: 50%;
  width:50px;
  height:50px;
  margin-top: -25px;
  font-weight: bold;
  font-size: 18px;
  background-color:#000;
}

/* Position the "next button" to the right */
.next {
  background-image:url(images/nazaj.png);
  right: 0;
}

.prev {
	background-image:url(images/naprej.png);
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #008D35;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

		}