/*

vesoljsko modra
#101441
R16 G20 B65

oblačno modra
#E6EBEB
R230 G235 B235


kamnito oranžna
#D6883F
R214 G136 B63

*/
/* gumb za tisk
–––––––––––––––––––––––––––––––––––––––––––––––––– */

		.btnPrint {
			position: relative;
			margin-left: calc(100% - 32px);
			z-index: 12;
			height: 20px;
			width: 20px;
			background-image: url(../slike/printicon.svg);
			background-size: cover;
			background-position: 0 0;
			top: 36px;
		}
		.btnPrint:hover {background-position: -20px 0;}
		.zetiskan {background-position: -20px 0;}
		.divtoprint {
			position: relative;
			border: 1px solid red;
			padding: 20px;
		}


/* gumb za Excele
–––––––––––––––––––––––––––––––––––––––––––––––––– */

		.btnExcele {
			position: relative;
			margin-left: calc(100% - 32px - 32px - 32px);
			z-index: 12;
			height: 20px;
			width: 20px;
			background-image: url(../slike/tableicon.svg);
			background-size: cover;
			background-position: 0 0;
			top: 35px;
			margin-bottom: -20px;
			visibility: hidden;
		}
		.btnExcele:hover {background-position: -20px 0;}

/* gumb za Excele skrij
–––––––––––––––––––––––––––––––––––––––––––––––––– */

		.btnExceleH {
			position: absolute;
			margin-left: calc(100% - 32px - 32px - 32px);
			z-index: 12;
			height: 20px;
			width: 20px;
			background-image: url(../slike/tableicon.svg);
			background-size: cover;
			background-position: 0 0;
			top: 30px;
		}
		.btnExcele:hover {background-position: -20px 0;}
		
/* gumb za Fullwidth
–––––––––––––––––––––––––––––––––––––––––––––––––– */

		.btnFullwidth {
			position: relative;
			margin-left: calc(100% - 32px - 32px);
			z-index: 12;
			height: 20px;
			width: 20px;
			background-image: url(../slike/fullwidtha.svg);
			background-size: cover;
			background-position: 0 0;
			top: 35px;
			margin-bottom: -20px;
		}
#key_value span {float: right;}		
#key_value div {clear:boath;border-bottom: 1px solid #101441;}		
	.fullwidth {
		position: relative;
		width: 100vw;
		transform: translateX(-50%);
		left: 50%;
		padding: 0 70px;
	}	
	.fullwidth .btnFullwidth {background-position: -20px 0;}

	#pog1-vsebina .btnPrint, #pog1-vsebina .btnFullwidth, #pog1-vsebina .btnExcele  {
		/*top: -12px;*/
	}

	#pog1_nas_tab_1, #pog1_nas_tab_2, #pog1_nas_tab_3,  #pog1_nas_tab_4, #pog1_nas_tab_5, #pog1_nas_tab_6 {
		/*display: none;*/
	}
	#pog1_nas_tab_7 {
		/*margin-top: -30px;*/
	}
	
/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#message {
color: rgba(255,0,0,0);
}
#mediaqery {
	position: absolute;
	top: -9999px;
	left: 0px;
	background-color: #101441;
	height: 10px;
	width: 10px;
	z-index: 9999;
	font-size: 13px;
	
}
#mediaqery:before {
	content: "osnovni > 1024";
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	        transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	        transition: opacity, -webkit-transform 1s;
	        transition: opacity, transform 1s;
	        transition: opacity, transform 1s, -webkit-transform 1s;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}

#username {
	visibility: hidden;
	color: #fff;
    margin-right: 1rem;
    margin-top: 14px;
    padding-top: 24px;
    background-image: url(../ikone/user.svg);
    background-size: 24px;
    background-position: center top;
    background-repeat: no-repeat;
}
/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul, li {
	list-style-type: none;
}



/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-barr {
	position: fixed; 
	width: 100%; 
	z-index:1;
	/*background-color: #101441;*/
	/*background-image: linear-gradient(to right, #222256 , #0e0f24);*/
}
.bottom-barr {
	position: fixed; 
	bottom: 0;
	width: 100%; 
	height: 70px;
	z-index:0;
	background-color: transparent;
}
.header-top {
	/*background-color: #FFF;*/
	/*background-color: rgba(0, 0, 0, .5); //Darko*/
	
	height: 70px;
	padding: 0 30px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
	/*background-color: #101441;*/
	/*background-image: linear-gradient(to right, #222256 , #0e0f24);*/

}
.modra_barva {background-color: #101441;}
.nakoncu {
	height: 100px;
}
a {color: #D6883F;}
a:hover, a:focus {color: #D6883F;}
.lomi-besede a {word-break: break-all;}
h1 {
    /*height: 6rem;*/
    margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 40px;
	font-weight: 700;
	
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 10px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: #fff;
	width: 30px;
	left: 10px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

nav {
 	height: 0;
	opacity: 0;
    box-sizing: border-box;
	background: transparent;
	position: absolute;
	top: 70px;
	right: -375px;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 1s;
    transition: all 1s;
	font-size: 18px;
	width: 375px;
	padding-top: 20px;
	padding-bottom: 4px;
	background-color: transparent;
	text-align: right;
	padding-right: 16px;
}
.modra_barva nav {
	background-color: #101441;

}
.menu a, .menu .button {padding: 0.6rem 30px;}
.open-menu  nav {
	right: 0;
	opacity: 1;
	z-index: 15;
}

nav a {
	color: #ccd1d5;
}
nav a:hover {
	color: #ffffff;
}
.menu .activen > a,  nav a:focus{
    color: #ffffff;
	font-weight: 600;
	background: transparent;
}

.transparent, .transparent nav {
	background-color: transparent !important;
}

/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: #1779ba;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 10px solid #1779ba;
}
.fp-controlArrow {
	-webkit-transition: .5s all;   
    /*-webkit-transition-delay: 1s; */
    -moz-transition: .5s all;   
    /*-moz-transition-delay: 1s; */
    -ms-transition: .5s all;   
    /*-ms-transition-delay: 1s; */
    -o-transition: .5s all;   
   /* -o-transition-delay: 1s; */
    transition: .5s all;   
    /*transition-delay: 1s; */
}
.fp-controlArrow:hover {
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.fp-controlArrow.fp-prev {
    left: 0px;
    width: 50px;
    height: 240px;
    border-width: 0;
    border-color: #FFF;
    background-image: url("../ikone/p_levo-2019.svg");
    background-repeat: no-repeat;
	background-size: 100px;
    background-position: -86px center;
    background-color: rgba(255,255,255,0);
    /*opacity: .2;*/
}

.fp-controlArrow.fp-prev:hover {
    background-position: right center;
   /* opacity: .4;*/

}

.fp-controlArrow.fp-next {
    right: 0px;
    width: 50px;
    height: 240px;
    border-width: 0;
    border-color: #FFF;
    background-image: url("../ikone/p_desno-2019.svg");
    background-repeat: no-repeat;
	background-size: 100px;
    background-position: 34px center;
    background-color: rgba(255,255,255,0);
   /* opacity: .2;*/
}
.fp-controlArrow.fp-next:hover {
    background-position: left center;
   /* opacity: .4;*/
}

.bottom-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	height: 25px;
	background-color: rgba(255,255,255,0);


}

.gor {
	width: 200px;
    left: calc(50% - 100px);
	height: 50px;
	background-image: url("../ikone/p_gor-2019.svg");
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 100px;
	position: absolute;
	display: none;
	bottom: -34px;
    background-color: rgba(255,255,255,0);
	-webkit-transition: .2s all;   
    -moz-transition: .2s all;   
    -ms-transition: .2s all;   
    -o-transition: .2s all;   
    transition: .2s all;   
	/*opacity: .2;*/

}
.gor:hover {
	/*background-position: center top;*/
 	/*bottom: 0px;*/
   	opacity: 1;
}
.dol {

	z-index: 9998; /* Darko, ker je gor spredaj */
	width: 100%;
	height: 50px;
	background-image: url("../ikone/p_dol-2019.svg");
	background-repeat:no-repeat;
	background-position: center 34px;
	background-size: 100px;
	position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,0);
	-webkit-transition: .2s all;   
    -moz-transition: .2s all;   
    -ms-transition: .2s all;   
    -o-transition: .2s all;   
    transition: .2s all;   
	/*opacity: .2;*/

}
.dol:hover {
	background-position: center top;
    /*opacity: .4;*/

}
#dol_0 {display: block; z-index:9999;}
#dol_1 {display: none;}
.gor-1 {
    width: 100%;
    max-width: 1170px;
    height: 50px;
	background-color: #FFF;
    background-image: url("../slike/p_gor-2019.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: 0;
}

/* ELEMENTI
------------------------------------------ */



.vsebina {
	background-color: #ffffff;
}
#logo-naslov {
	height: 60px;
	width: 400px;
	max-width: 96%;
	background-image: url("../slike/logo/szz-logo-bele-crke.svg");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: left;
	display: none;
	margin-left: 10px;

}
.kljuci {
	height: 50px;
    width: 50px;
    margin-top: 5px;
	background-image: url("../slike/logo/szz-logo-kljuci.svg");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.ikona-domov {
	top: 5px;
	left: 30px;
	position: absolute;
	z-index: 13;
	color: #fff;
	font-size: 1em;
	line-height: 3.7em;
	max-width: calc(100% - 150px);
	height: 60px;
	overflow: hidden;
}
 .ikona-domov:focus {
    color: #4D4D4F;; 
}
.ikona-domov:hover {
	color: #9c9c9c;
}
.glava-m {
	height:220px;
	width:100%;
	background-color: #101441;
	padding-top: 70px;
	position: relative;
	
}
.glava_pog1 {
	width:100%;
	height: 70px;
	position: relative;
	margin-top: 0px;
	background-color: transparent;

}
.glava_pog2 {
	/*height:100vh;*/
	width:100%;
	padding-top: 1px;
	position: relative;

}

.glava_pog_m_vsebina {
	position: absolute; 
	/*top: 140px;*/
	top: 13.3vh;
	left: 0;
	width: 100%; 
	z-index: 100;
	z-index: 0;
	height: 80px;

}
.glava_wrap {
    position: absolute;
    top: 0;
    height: 150px;
    width: 100%;

}
.slogan_wraper {
	display: none;
}
.crna_pasica_150 {
	position: absolute;
    top: 0;
    height: 150px;
    width: 100%;
	/*background-color: #D6883F;*/
	z-index: 1;
}
#uvod_crna_pasica {display:none;}
.slika_na_crni_pasici {
	position: absolute;
    /*top: 270px;*/
    top: 50px;
	left: 0%;
    height: 200px;
    width: 100%;
	/*z-index: 2;*/
}
.slika_na_crni_pasici img {
	width: 45%;
	max-height: 500px;
	float: right;
	margin-right: -11%;
	margin-top: 22.5vh;
}
.glava_notri {
	position: relative;
	top: 0px;
	left: 0;
	height: 100px;
	width: 100%;
	overflow: hidden;
	z-index:13;
	border-bottom: 6px solid #D6883F;
    border-top: 6px solid #D6883F;
	
	
}
.glava_zunaj {
	position: absolute;
	top: 70px;
	left: 0;
	height: 100px;
	width: 100%;
	overflow: hidden;
	z-index:13;
	background-color: #D6883F;

}

.modra-podlaga {
	position: absolute; 
	top: 70px;
	height: 110px; 
	background-color: #D6883F; 
	width: 100%; 
	z-index:13
}
#glava-m-pog6 {
	margin-top: 70px; 
	padding-top: 30px; 
	padding-bottom: 70px; 
	position: absolute; 
	width: 100%; 
	background-color: #FFF;
	z-index:1;
}

#pog1_ikone_velike.pog_ikone_velike {
	 position: absolute; 
	 /*top: 270px;*/
	 top: 25.2vh;
	 margin-top: 0px;
	 margin-bottom: 60px;
	 left: 0;
	 height: 150px; 
	 width: 100%;
	 z-index: 14;
}
.pog_ikone_velike {
	 /*margin-top: 270px;*/
	 margin-top: 25.2vh;
	 left: 0;
	 width: 100%;
	 z-index: 14;
}
a2 {
    text-decoration: none;
    color: #fff;
	line-height: 2.2;
	font-size: 24px;
	/*display: none !important;*/
}
	
.toggle-menu1 {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 10px;
}
.pred-besedilo {
	height: 100px; 
	background-color: #FFF;
	/*margin-bottom: 100px;*/
	position: relative;
	top: 70px;
	z-index: 100;
}
.besedilo {
	text-align: left;
	margin-top: 70px;
}	
.prvi-odst {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;

}


sup {
	line-height: 0;
	position: relative;
    top: -2px;
}



#page0-slika {
	width: 100%;
	height: calc(100vh - 16px);
	margin-top: 0px;
	position: relative;
	
}
/*#page0-slika[value="0"] {
	background-image: url('../slike/ozadje_l_slo.jpg');
}
#page0-slika[value="1"] {
	background-image: url('../slike/ozadje_l_ang.jpg');
}*/
#myVideo {
	height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
	position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}
#myVideoPhone {
	height: 100%;
    width: 0.46vh; /* 100 * 390 / 844 */
    min-width: 100%;
    min-height: 216vw; /* 100 * 844 / 390 */
	display: none;
	position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

#page0-most {
    width: 100%;
	height: 100%;
	/*background: url("../slike/SZZ-velika-pescena-ura.svg") no-repeat center 110px auto 74vh, linear-gradient(#D6883F,#000d4f) no-repeat center 0px;*/
	background-image: url("../slike/naslovna2022a.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



#page0_naslov_0 {
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 42%;
    left: 15%;
	font-size: 64px;
	font-family: "Raleway";
	font-weight: 800;
	visibility: hidden;

}

#page0_naslov_1 {
    color: #ffffff;
    font-size: 36px;
	font-family: "Raleway";
	font-weight: 700;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 15%;
    /*max-width: 250px;*/
	visibility: hidden;

}
#slika-maja {
	position: relative;
	top: 0;
}
#page01_naslov_1 { 
	margin-top: 100px;
}
#page01_tekst a {
	color: #101441;
	text-decoration: initial;
    cursor: pointer;
}
#page2-naslov-1 {
position: relative;
    top: -1.2rem;
}
#page1.brezvisine {
	min-height: 0;
	height: 0;

}
#page1_naslov1_m {
	z-index: 15;
    position: absolute;
}
.page-ozadje {
	width: 100%;
	min-height: 100vh ;
	/*background-color: #ffffff;*/
	overflow: hidden;
	color: #ffffff;
}
.tabulator {padding-left: 100px;}
.kolofon {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.2;
}
.tablevo {position: absolute; left: 0;}
.umik100 {
	position: absolute;
	left: 100px;
}
.umik200.tanja {padding-left: calc(11px * 14);}
.umik200.matjaz {padding-left: calc(11px * 8.2);}
.umik300.maja {padding-left: calc(3px * 14);}
.umik300.tanja {padding-left: calc(9.7px * 14);}
.umik300.matjaz {padding-left: calc(9.7px * 12.2);}

.okno-vsebina6 {position: relative;}
#page1 .page1_gumbi {
	background-position-y: 50%;
}
.page1_gumbi {
	width: 100%; 
	height: 238px; 
	position: relative;
	text-align: center;
    font-size: 18px;
    font-weight: 600;
	background-repeat: no-repeat;
    background-size: contain;
	cursor: pointer;
	background-position: top center;
	margin-bottom: 0px;
	/*color: #FFF;*/
	
	line-height: 1.1;
	
}

#page1_gumb1 {background-image: url("../ikone/Prebivalstvo_270x238px.png");}
#page1_gumb2 {background-image: url("../ikone/BDP_270x238px.png");}
#page1_gumb3 {background-image: url("../ikone/Delez_dolga_270x238px.png");}
#page1_gumb4 {background-image: url("../ikone/Delez_primanjkljaja_270x238px.png");}
#page1_gumb5 {background-image: url("../ikone/Inflacija_270x238px.png");}
#page1_gumb6 {background-image: url("../ikone/Trgovinska_bilanca_270x238px.png");}
#page2_gumb1 {background-image: url("../ikone/Zavarovalna_premija_270x238px.png");}
#page2_gumb2 {background-image: url("../ikone/Premija_nezivljenjskih_270x238px.png");}
#page2_gumb3 {background-image: url("../ikone/Premija_zivljenjskih_270x238px.png");}
#page3_gumb1 {background-image: url("../ikone/Pozavarovalna_premija_270x238px.png");}
#page3_gumb2 {background-image: url("../ikone/Pozavarovalna_nezivljenjska_270x238px.png");}
#page3_gumb3 {background-image: url("../ikone/Pozavarovalna_zivljenjska_270x238px.png");}
#page4_gumb1 {background-image: url("../ikone/Stevilo_subjektov_270x238px.png");}
#page4_gumb2 {background-image: url("../ikone/St_clanic_270x238px.png");}
#page4_gumb3 {background-image: url("../ikone/ST_zaposlenih_270x238px.png");}
#page5_gumb1 {background-image: url("../ikone/Delez_SLO_270x238px.png");}
#page5_gumb2 {background-image: url("../ikone/Gostota_EU_270x238px.png");}
#page5_gumb3 {background-image: url("../ikone/Gostota_SLO_270x238px.png");}
#page1 .page1_gumbi:hover {}
.page1_gumbi:hover {}
#page1 .page1_gumbi:hover .page1_gumb1 {}
.page1_gumbi:hover .page1_gumb1 {}
.page1_gumbi:hover .page1_gumb1 span:first-child {display: none;}
.page1_gumbi:hover .page1_gumb1 br {display: none;}
.page1_gumbi:hover .page1_gumb2 {display: block;}


.page1_gumb1 {
    width: 100%;
	position: absolute;
 	top: 85%;
	padding: 10%;
	transform: translateY(-50%);

}
.page1_gumb1>span {
	
}
.page1_gumb2 {
	display: none;
}



.page1_gumbi_ikona {
	width: calc(100% - 4px); 
	padding-top: 98%; 
	margin:2px;
	position: relative;
	background-repeat: no-repeat;
    background-size: 100%;
}

.naslov {
	/*color: #FFF;*/
	line-height: 1;
	position: relative;

}
.naslov-slika {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 190px;
	margin-bottom: -1rem;
}
.naslov-slika img {height: 100%;}
.naslov-1-2 {
	color: #101441;
	max-width: 800px;
	line-height: 1;
	position: absolute;
    top: 10px;

}
.slogan {
	color: #4B4B4D;
    text-align: center;
	

}
.slogan-slogan {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.2;
	top: 50%;
    transform: translateY(-50%);
    position: relative;


}
.slogan-avtor {
	font-size: 1rem;
	font-style: italic;

}

.pog_uvod {
	/*color: #ffffff;*/
	margin-top: 40px;
	margin-bottom: 2rem;
	line-height: 1.7;
	min-height: 200px;
	width: 65%;
}

.pog_uvod  span {
	margin-bottom: 1rem;
    display: inline;
	background-color: #000000;
	box-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 10px #000000, 0 0 10px #000000, 0 0 10px #000000;
}

.fp-slidesNav.top {
    top: 190px;
}

.delovno-ime {
	position: absolute;
	left: -200px;
	color: #ccc;
	visibility: hidden;
	
}
.grafi {
	position: relative;
}
.tabele {
	position: relative;
}
.grafzgoraj {
	width: 100%;
}
.izberi {
	background-color: #B6E9F2;
	text-align: center;
}
.izberi:hover {
	background-color: #d9f0f2;
	/*background-color: #B6E9F2;*/
	color: #101441;
}
.is-active {
	background-color: #101441;
	color: #FFF;
	font-weight: bold;
}
.graf {
	position: relative;
	height: 400px;
	margin-top: 1rem;
}

#pog1-1 {
	display: none;
}
#pog1-2 {
	display: none;	
}
#pog1-3 {
	display: none;	
}
#pog1-4 {
	display: none;	
}
#pog1-5 {
	display: none;	
}
#pog1-6 {
	display: none;	
}
#pog1-7 {
	display: none;	
}

.okno-vsebina {
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
	padding-top: 200px;
	/*padding-bottom: 50px;*/
	border-style: solid; /*Darko samo test*/
    border-width: 0px;   /*Darko samo test*/
    border-color: red;   /*Darko samo test*/
	
	
}
#glava-m-pog1-2 {
	padding-top: 72px;
}
.okno-vsebina2 {
	/*min-height: 100vh;*/
	padding-top: 100px;
	padding-bottom: 0px;

	border-style: solid; /*Darko samo test*/
    border-width: 0px;   /*Darko samo test*/
    border-color: blue;  /*Darko samo test*/
	
	
}
.okno-vsebina4 {
	position: relative;
	top: -775px;
	z-index: 1;
	height:0;
	padding-top: 0px;
	display: none;
	width: 100%;
	
}
.seznam {
	background-color: #fff;
	opacity: .4;
}
.seznam-podatki-wrap {
	font-size: 13px;
	background-color: #FFF;
	margin-bottom: 1rem;
	position: relative;
	padding: .2rem;

}
.seznam-logo {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 300px;

}
.seznam-logo img {
	max-height: 100%;
}
.seznam table {table-layout: fixed;}
.seznam-tip {font-weight: bold}
.seznam-vsebina:after {
	content:"";
	display:block;
}
.prstek {
	cursor: pointer;
}
.klik-gumb {
	margin-left: 1rem;
	margin-right: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #101441;
}
.but-pog {
    padding-left: .4rem;
    margin-top: .6rem;
    border-bottom: solid 1px;
    padding-bottom: .6rem;
	cursor: pointer;
	font-size: 13px;
}
.but-pog:hover {
    color: #E6EBEB;
}
.but-pog.aktiven {
	color: #101441;
	font-weight: bold;
}

.but-tab {
	line-height: 2;
	cursor: pointer;
	font-size: 13px;
}
.but-tab + label {
	font-size: 13px;
	font-size: 13px;
    margin-right: 0rem;
    color: #101441;
}
.but-tab[type='checkbox']:checked + label {
	font-weight: bold;
}
.but-tab-1 {
	line-height: 2;
	font-size: 13px;
	color: #D6883F;
}
.but-tab:hover {
    color: #E6EBEB;
}
.but-tab.aktiven {
	color: #D6883F;
	font-weight: bold;
}
.but-pog4 {
    padding-left: .4rem;
    margin-top: .2rem;
    border-bottom: solid 1px #101441;
    padding-bottom: .2rem;
	font-size: 13px;
}

.clanica {
	font-weight: bold;
	cursor: pointer;
}
.ostali {
	font-weight: bold;
	cursor: pointer;
}
.but-tab4:hover {
    color: #E6EBEB;
}

.but-pog4.aktiven {
	color: #D6883F;
}
.centralno {
	text-align: center;
}
.div_centralno {
	margin: auto;
	width: 210px;
	height: 50px;
	margin-bottom: 10px;
}
#but-pog1-1-1-1 {
	position: relative;
    /*left: 3rem;*/
}

#but-pog2-1-4-1 {
	position: relative;
    /*left: 3rem;*/
}

#but-pog2-1-4-3 {
	position: relative;
    /*right: 2.5rem;*/
}
#but-pog4-tab3-1-1 {
	position: relative;
    /*left: 3.8rem;*/
}

#but-pog4-tab3-1-2 {
	position: relative;
    /*left: 1.2rem;*/
}
#but-pog4-tab3-1-3 {
	position: relative;
    /*right: 1.8rem;*/
}
#podbut-pog1-7-1 {display: none;}

#pog6-2 p {margin-bottom: 0;}

#pog6-vsebina {
	position: relative;
	min-height: 100.1vh;
	padding-top: 250px;
}

.szb-slider {
	max-width: 600px;
	width: 90%;
	margin: 12px;
	margin-bottom: 50px;
	font-size: 13px;
}
.szb-slider-g {
	max-width: 600px;
	width: 90%;
	margin: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 13px;
}

.uvod-poudarek {
	font-weight: bold;
	color: #101441;
	border-bottom: 4px solid;
	border-top: 4px solid;
	margin: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	

}
.uvod-poudarek  .link {color: #101441;}

.link {
	color: #101441;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
}
.link:hover {color: #E6EBEB;}

.kontinenti {
	display: none;
	position: relative;
    height: 60vh;
    width: 100%;
    top: -60vh;
}
.kontinent {
	position: absolute;
	width: 114px;
	cursor: pointer;
}
#kon1 {
	top: 46%;
	left: 48%;
}
#kon2 {
	top: 35%;
	left: 65%;
}
#kon3 {
	top: 21%;
	left: 57%;
}
#kon4 {
	top: 59%;
	left: 29%;
}
#kon5 {
	top: 68%;
	left: 81.5%;
}
#kon6 {
	top: 30%;
	left: 20%;
}

.kontinent-ime {
	font-size: 13px;
	border-bottom: 1px solid #101441;
	text-align: right;
}

.kontinent-data {
	font-weight: bold;
	text-align: right;
	line-height: .5;
}
.pikica-desno {
    height: 6px;
    width: 6px;
    background-color: #101441;
    border-radius: 50%;
    position: relative;
    top: -3.5px;
}

/* IKONE
------------------------------------------ */

.ikone {
	height: calc(100vh - 400px);
	min-height:150px;
	width:100%;
	background-color: #101441;
	position: relative;
	
}
.ikone-male {
	height: 100px;
	width:100%;
	max-width: 1170px;
	background-color: #D6883F;
	position: absolute;
	top: 72px;
	z-index:15;
	color: #FFF;
}
.ik-pog1 {
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 105px;
    height: 150px;
    cursor: pointer;
    background-size: 100px;
    position: relative;
    top: -50px;
	
}
.ik-pog1:hover {
	background-position-y: 0px;
	color: #E6EBEB;

}
.ik-pog1-d:hover {
	background-position-y: 0px;
	border-bottom: 6px solid #ffffff;

}
.ik-pog1-d.aktiven {
	background-position-y: -500px;
	/*background-color: #101441;*/
	color: #101441;
	border-bottom: 6px solid #101441;
}
.ik-pog1-d {
    width: 100%;
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
    font-size: 13px;
    text-align: center;
    padding-top: 52px;
    height: 108px;
    cursor: pointer;
	line-height: 1.2;
    opacity: .9;
}
.barva2 {
	/*background-color: rgba(255,255,255,0.2);*/
	height: 100%;
}

#ik_pog1_0 {
	background-image: url("../ikone/ik-pog1-0-2019.svg");
}
#ik_pog1_1 {
	background-image: url("../ikone/ik-pog1-1-2020.svg");
}
#ik_pog1_2 {
	background-image: url("../ikone/ik-pog1-2-2020.svg");
}
#ik_pog1_3 {
	background-image: url("../ikone/ik-pog1-3-2020.svg");
}
#ik_pog1_4 {
	background-image: url("../ikone/ik-pog1-4-2020.svg");
}
#ik_pog1_5 {
	background-image: url("../ikone/ik-pog1-5-2020.svg");
}
#ik_pog1_6 {
	background-image: url("../ikone/ik-pog1-6-2020.svg");
}
#ik_pog1_7 {
	background-image: url("../ikone/ik-pog1-7-2020.svg");
}

button {
	align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: white;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border: 0px solid black;
	text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 14px;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: auto 184px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 16px;
	background-position-y: -96px;
}

button:hover {
	cursor: pointer;

}
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
	
}
#pog6-admin button, #login_form  button {
	width: auto;
	height: auto;
}

.btn {
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.btn-primary {
	background-color: #D6883F;
    color: #fefefe;

}
#page6_tekst_7 {
	border-top: 1px solid #101441;
    padding-top: 2rem;
}

.med-buttni {height: 15px;}

.siv {
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	background-position-y: 0;
}
.siv:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	background-position-y: -48px;
}


.ikone table tbody tr:nth-child(even) {
    border-bottom: 1px;
	border-spacing: 0;
	border-color: #101441;
	border-style:dotted;
    background-color: #101441;
}
.ik-pog1 b {
	font-size: 2rem;
}
#ikone-pog1-osnovni {height: 100%}

.but-pog2-ik {
	float: left;
	height: 50px;
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 38px;
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -180px;
	background-size: 90%;
	font-size: 13px;
	
}
.but-pog2-ik:hover {
	background-position-y: -90px;
	color: #E6EBEB;

}
.but-pog2-ik.aktiven {
	background-position-y: 0px;
	color: #101441;
}


#pog3-tab-2 .col1 {text-align: left;}
#pog3-tab-2 .skrit {display: table-cell;}
.rezmik {height: 1rem;}

#seznam-pog4-2 .col1 {text-align: left;}

#but_pog2_tab_6_1_2_opomba {display: none;}

.line-top {
	border-top: solid 0px #101441;
	/*padding: 15px 30px;*/
}
.line-bottom {
	border-bottom: 0px solid #101441;
    width: calc(100% + 0px);
    position: absolute;
    bottom: 0;
	
}
.line-bottom span {
	background: transparent;
	position: absolute;
	top: -9px;
	left: calc(50% - 9px);
	height: 17px;
	width: 17px;
	border-radius: 100%;

}
.line-bottom-left {
	left: 0;
}
.line-bottom-center {
	left: 0px;
	border-right: 0px solid #101441;
    border-left: 0px solid #101441;
	height: 100%
}
.line-bottom-right {
	left: 0px;
}

/* TABELE
------------------------------------------ */

.tabela {
	overflow-x: auto;
	margin-bottom: 1rem;
}

.tabela  tbody tr td:nth-child(1) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
}
#div-pog4-tab-2.tabela  tbody tr.krepko td:nth-child(2) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
}
#div-pog4-tab-2.tabela  thead tr th:nth-child(2) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
}
#div-pog4-tab-2.tabela td {
	white-space: nowrap;
}
#tabela-pog2-tab-1 .tabela  tbody tr td:nth-child(1) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
	/*width: 100px; */
    /* min-width: 100px; */
	max-width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tabela-pog2-tab-1 th div, #tabela-pog2-tab-4 th div {
    min-width: 3em;
}
#tabela-pog3-tab-1 th {
    min-width: 4em;
}
#tabela-pog5-tab-1 th {
    min-width: 6em;
}
#div-pog3-tab-2 .col0 {
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
}
.tabela  thead th:nth-child(1) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
}
#tabela-pog2-tab-1 .tabela  thead th:nth-child(1) {  /*the first cell in each tr*/
	position: relative;
	display: table-cell; /*seperates the first column from the tbody*/
    z-index: 1;
	/*width: 100px; */
    /* max-width: 100px; */
    /* min-width: 100px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.naslov-tabela {
	font-weight: bold;
	margin: 1rem 0 1rem 0;
	font-size: 1.6rem;
	display: none;
}
#pog1-vsebina {
	position: relative;
	overflow-y: scroll;
}
.page-ozadje::-webkit-scrollbar {display: none}
#pog1-vsebina::-webkit-scrollbar {display: none}
#pog1-vsebina .naslov-tabela {display: block}
#pog1-vsebina p:first-of-type {padding-top:0rem}
.naslov-tabela1 {
	font-family: 'Raleway';
	font-weight: 700;
	margin: 1rem 0 1rem 0;
	font-size: 1.6rem;
	
}
.naslov-tabela1 sup {top: -6px;}
.tabela::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
	border-radius: 7px;
}

.tabela::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0);
	opacity: 0.4;
}

.tabela::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: rgba(0,0,0,0.1);
}

.tabela {
	scrollbar-track-color:  #AAA;
	scrollbar-3dlight-color:  #AAA;
	scrollbar-darkshadow-color:  #AAA;
	scrollbar-arrow-color:  #AAA;
}
.tabela-v::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0);
	opacity: 0.4;
}

.tabela-v::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: rgba(0,0,0,0.1);
}

.tabela-v {
	scrollbar-track-color:  #AAA;
	scrollbar-3dlight-color:  #AAA;
	scrollbar-darkshadow-color:  #AAA;
	scrollbar-arrow-color:  #AAA;
}

.tabela table .col0 {
	text-align: left; 
	padding-left: .5em;
}

.tabela .vir {
	border-top: 3px solid #101441;
	padding-top: .5rem;
	padding-left: 1rem;
	top: -1px;
	z-index: 1;
}
.Tabela-besede {
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}

.umik {
	position: relative;
	left: 1em;
}
.krepko {font-weight: bold;}
.nebold {font-weight: normal;}
.vir {
	padding-top: 1em;
	padding-left: 1em;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 1em;
	position: relative;
}
.vir p{
	-webkit-margin-after: 0em;
	margin-bottom: 0rem;
	line-height: 1.6;
}

.tabela table {
	margin-bottom:0px;
	margin-top:0px;
	border-collapse: separate;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
	text-align: right;
	position: relative;
	border-spacing: 0px;
   
}

.tabela table thead tr:last-child th {
	border-bottom: 2px solid #FFF;
}

.tabela table thead tr:last-child td {
	border-bottom: 2px solid #FFF;
}
.tabela table tbody tr:last-child td {
	/*border-bottom: 2px solid #101441;*/
}

.tabela table tbody tr:nth-child(even) {
	/*border-bottom: 1px;*/
	/*border-spacing: 0;*/
	/*border-color: #101441;*/
	/*border-style:dotted;*/
    background-color: #FFF;
}

.tabela table tbody, .tabela table tfoot {
	background: #FFF;
	color: #101441;
}
.tabela table thead{
	background: #101441;
	border: 0;
	border-left: 0;
	border-top: 0;
    border-right: 0;
	border-bottom: 2px;
	border-spacing: 0;
	border-color: #FFF;
	border-style:solid;
	color: #FFF;
}
.tabela tr {
	border-left: 0;
	border-top: 0;
    border-right: 0;

}
.tabela th {
    vertical-align: top;
	padding-left: 1em;
	text-align: right;
	background-color: #101441;
	background-clip: border-box; /*za IE da se vidijo linije*/
	/*background-clip: padding-box;*/ /*za IE da se vidijo linije*/
}
.tabela td {
	padding-left: 1em;
	background-color: #FFF;
	border-bottom: 1px;
	border-spacing: 0;
	border-color: #101441;
	border-style:solid;
	background-clip: border-box; /*za IE da se vidijo linije*/
	/*background-clip: padding-box;/* /*za IE da se vidijo linije*/
}

.tabela tbody {
	border-left: 0;
	border-top: 0;
    border-right: 0;
	border-bottom: 2px;
	border-spacing: 0;
	border-color: #101441;
	border-style:solid;
}

.tabela table thead th, .tabela table thead td, .tabela table tfoot th, .tabela table tfoot td {
    padding: 0.1rem 0.1rem 0.1rem;
    font-weight: bold;
    text-align: right;
	padding-left: 1em;
}
.tabela table tbody td {
    padding: 0.1rem 0.1rem 0.1rem;
}
.vrsta {
	border-style:solid;
	font-weight: bold;
}
.vrsta  td {
	background-color:  #E6EBEB;
	border-top-color: #101441;
	border-top-style: solid;
    /*border-top-width: 1px;*/
	border-bottom-color: #101441;
	border-bottom-style: solid;
    /*border-bottom-width: 1px;*/
}
td.linija  , .linija , .linija  td{
	border-color: #101441;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.skrit {display:none;}


.tabela-menu {
	border-bottom: 1px solid #101441;
	border-top: 1px solid #101441;
	width: 100%;
	font-weight: bold;
	padding-top: .25rem;
	padding-bottom: .25rem;
}


#pog6-admin .tabela-menu {
	border-bottom: 0px solid #000d4f
}
#pog6-admin {
	border-bottom: 1px solid #000d4f
}
#glava-m-pog6 .tabela-menu {}

#glava-m-pog6 .but-tab {
	font-size: 16px;
	color: #101441;
}

#glava-m-pog6 .but-tab:hover {
    color: #E6EBEB;
}
#glava-m-pog6 .but-tab.aktiven {
	color: #D6883F;
}
.tabela-menu-naslednja {
	border-bottom: 1px solid #101441;
	width: 100%;
	font-weight: bold;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.tabela-menu-zadnja  {
	width: 100%;
	font-weight: bold;
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.tabela-menu span:after, .tabela-menu-naslednja span:after, .tabela-menu-zadnja span:after {
	content:" \B7 ";
	font-size: 1rem;
	margin: 0 1rem;
	color: #101441;
}
.tabela-menu span:last-of-type:after,  
.tabela-menu-naslednja span:last-of-type:after, 
.tabela-menu-zadnja span:last-of-type:after, 
#but-pog2-tab1-1-3:after, 
#but-pog2-tab1-1-4:after, 
#but-pog2-tab4-1-3:after,
#but-pog2-tab5-1-3:after,
#but-pog2-tab5-1-4:after,
#but-pog3-tab1-1-3:after,
#but-pog5-tab1-1-3:after,
#but-pog5-tab1-1-1-3:after,
#but-pog5-tab1-1-1-4:after,
#but-pog5-tab1-1-1-6:after,
#but-pog6-5:after {
	content:"";
	margin: 0;
}


.table-header-rotated td {
  width: 10px;
}
.table-header-rotated th {
  padding: 5px 10px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
 
}
.table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
  max-width: 21px;
}
.table-header-rotated th.rotate > div {
  transform: translate(-6px, 120px) rotate(270deg);
  width: 10px;
}
/*
.pika:before {
    content:"n";
	color: #65acd6;
	font-family: "Webdings";
	font-size: 95%;
}
.vrsta .pika:before {
	color: #101441;
	font-weight: normal;
}
*/
.pika{
    background-image: url("../slike/pika2020.svg");
    background-repeat: no-repeat;
   	background-size: 9px;
	background-position-y: 5px;
	background-position-x: center;
}
.vrsta .pika {background-position-y: -14px;}

#tabela-pog2-tab-2 table .col0 {
	width: 633px;
	white-space: nowrap;
}

#tabela-pog2-tab-3 table {
    table-layout: fixed;
}
#tabela-pog2-tab-3 table .col0 {
    width: 400px;
}

#tabela-pog2-tab-3 thead  td {background-color: #101441; font-weight: normal;}
#tabela-pog2-tab-3 .tabela table thead tr:last-child td {border-bottom: 0px solid #FFF;}
#tabela-pog2-tab-3  .cc {text-align: center; border-bottom: 1px solid #FFF;}
#tabela-pog2-tab-3  .ccrta {text-align: center; border-right: 1px solid #FFF;  border-bottom: 1px solid #FFF;}

#tabela-pog2-tab-6 th {border-bottom: 0px solid #FFF;}
#tabela-pog2-tab-6 thead  td {background-color: #101441; font-weight: normal;border-bottom: 0px solid #FFF;}
#tabela-pog2-tab-6  .cc {text-align: center; border-bottom: 1px solid #FFF;}

#pog2-2 .vrsta {cursor:pointer;}

#tab-pog3-tab-2-1 .linija {border-bottom-style: solid;}
#tab-pog3-tab-2-2 .linija {border-bottom-style: solid;}
#tab-pog3-tab-2-3 .linija {border-bottom-style: solid;}

#tabela-pog4-tab-1 .col0 {width: 450px;}

#tabela-pog5-tab-2 {
	overflow: hidden;
}
/* ---- stats.js ---- */

.count-particles{
  background: #101441;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


.scale {
  -ms-transform: scale(24); /* IE 9 */
    -webkit-transform: scale(24); /* Chrome, Safari, Opera */
    transform: scale(24);
}

path {
  -webkit-transition: fill 2s ease-in-out;
  transition: fill 2s ease-in-out;
}

#ikone-pog1-drugi> .grid-margin-x > .cell {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Touch devices ----------- */
@media (pointer: coarse) {
	#mediaqery {
		background-color: #FF0000;
	}
	#mediaqery:before {
		content: "touch";
	}
	.fp-controlArrow.fp-prev {
		background-image: url("");
	}

	.fp-controlArrow.fp-next {
		background-image: url("");
	}
	.bottom-bar {
		display: none !important;	
	}
	.nakoncu {
		height: 50px;
	}
	.slimScrollBar {display: none!important}

}

/* Swedex UHD skalirano na 150% skrije navigacijo----------- */
@media screen and (min-height : 1728px){
	#mediaqery {
		background-color: #00FF00;
	}
	#mediaqery:before {
		content: "swedex";
	}

	.fp-controlArrow.fp-prev {
		background-image: url("");
	}

	.fp-controlArrow.fp-next {
		background-image: url("");
	}
	.bottom-bar {
		display: none !important;	
	}
	.nakoncu {
		height: 50px;
	}
	.btnPrint {display: none;}
	.page1_gumbi:hover .page1_gumb1 {display: block;}

	.page1_gumb2 {display: block;}
	
	.page1_gumb1 {
		width: 100%;
		position: absolute;
		top: 2rem;
		transform: translateY(0);
	}
	.page1_gumb2 {
		width: 100%;
		/*position: absolute;*/
		/*top: calc(100% - 4rem);*/
		/*transform: translateY(0);*/
	}

}
@media screen and (max-width: 1200px) {
	.ikone-male {
		padding-right: 1.25rem;
		max-width: 100vw;
	}
	.graf {
		height: 300px;
	}
}
/* medium ZURB----------- */
@media screen and (max-width: 1024px) {
	#mediaqery {
		background-color: #FFFF00;
	}
	#mediaqery:before {
		content: "medium < 1024";
	}

	.okno-vsebina4 {
		display: none;
	}
	.fp-controlArrow.fp-prev {
		background-image: url("");
	}

	.fp-controlArrow.fp-next {
		background-image: url("");
	}
	.bottom-bar {
		display: none !important;	
	}
	.nakoncu {
		height: 50px;
	}


	.btnPrint, .btnExcele, .btnFullwidth {display: none;}

	.slika_na_crni_pasici {
		display: none;
	}
	.buules_wrap  {
		display: none;		
	}

}



/* Laptop ----------- */
@media screen and (max-height: 900px) and (orientation: landscape) {


}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape)  {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait)  {

}

@media only screen and (max-device-width : 768px) and (orientation : portrait)  {
	.slika_na_crni_pasici {
		display: none;
	}
}
@media only screen and (max-device-width : 768px) and (orientation : landscape)  {
	.slimScrollBar {display: none!important}
	#mediaqery {
		background-color: #FF00FF;
	}
	#mediaqery:before {
		content: "smal < 640";
	}
	.fp-controlArrow.fp-prev {
		background-image: url("");
		width: 1px;
	}

	
	.fp-controlArrow.fp-next {
		background-image: url("");
		width: 1px;

	}
	.bottom-bar {
		display: none !important;	
	}
	.nakoncu {
		height: 50px;
	}

	.scroll-icon {
		display: none;
	}

	  #naslov-0 {
		font-size: 2rem;
		max-width: 600px;
		bottom: 10vh;
	}
	h1 {
		margin-top: 5px;
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
	}	

	.ik-pog1 {
		width: 100%;
		background-repeat:no-repeat;
		background-position-x: 0;
		background-position-y: -200px;
		font-size: .8rem;
		text-align: left;
		padding-left: 65px;
		padding-top: 8px;
		min-height: 60px;
	}
	
	.okno-vsebina4 {
		display: none;
	}
	
	#slika-maja {
		position: static;
	}
	.page1_gumbi {
		font-size: 18px;
		margin: auto;
	}
	.ikone-male {
		height: 45px;
		top: 45px;
		max-width: 100vw;
	}
	.glava_zunaj {
		display: none;
	}
	
	.glava_pog1 {
		background-color: transparent;
	}
	.modra-podlaga {
		top: 45px;
		height: 45px; 
	}
	.tabela-menu-separator {
		margin-left: .2rem;
		margin-right: .2rem;
	}
	.okno-vsebina {
		padding-top: 90px;
		min-height: 100%;
		max-height: 100%;
		/*height: 100%;*/
		overflow-y: scroll;
	}
	.okno-vsebina::-webkit-scrollbar {display: none}
	
	.okno-vsebina .small-11 p:last-child {
		margin-bottom: 45px;
	}
	.pred-besedilo {
		margin-bottom: 40px;
		height: 0px; 
		margin-bottom: 0px;

	}
	.besedilo {
		margin-top: 55px;
	}
	#page01_naslov_1 { 
		margin-top: 40px;
	}
	#pog1_ikone_velike.pog_ikone_velike {
		top: 82px;
		margin-top: 0px;
	}
	.pog_ikone_velike {
		margin-top: 82px;
	}
	.page1_gumbi:hover .page1_gumb1 {display: block;}
	.page1_gumbi:hover .page1_gumb1 span:first-child {display: initial;}
	.page1_gumbi:hover .page1_gumb1 br {display: initial;}

	.page1_gumb2 {display: block;}
	

	.ikona-domov {
		top: 5px;
		font-size: 13px;
		line-height: 2.7em;
		max-width: calc(100% - 100px);
		height: 35px;
		left: 0px;
	}
	#logo-naslov {
		height: 35px;
		max-width: 75%;
	}
	.kljuci {
		height: 35px;
		width: 40px;
		margin-top: 0;
	}
	.header-top {
		height: 45px;
		padding: 0;
	}
	.toggle-menu1 {
		width: 50px;
		height: 30px;
		top: 8px;
		font-size: 13px;
	}
	.toggle-menu {
		width: 50px;
		height: 30px;
		top: -5px;
	}
	.glava_pog_m_vsebina {
		top: 45px;
		height: 45px;
	}
	#glava-m-pog6 {
		margin-top: 45px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#pog6-vsebina {
		padding-top: 200px;
	}
	html {
		font-size: 86%;
	}
	.umik100 {
		position: relative;
		left: 0px;
		display: block;
		margin-left: 70px;
		top: -10px;
		line-height: 1.2;
	}

	#glava-m-pog6 .but-tab {
		font-size: 13px;
		line-height: 2.5;
	}
	#page6_tekst_2 p {
		line-height: .4;
	}

	.seznam-podatki-wrap {
		padding-top: 70px;
	}
	.seznam-logo {
		height: 70px;
		left: 0;
	}
	.btnPrint, .btnExcele, .btnFullwidth  {display: none;}
	
	.ik-pog1-d {
		font-size: 0px;
		height: 45px;
		width: 45px;
		background-size: cover;
		padding-top: 0px;
	}
	.ik-pog1-d:hover {
		background-position-y: bottom;
	}
	.ik-pog1-d.aktiven {
		background-position-y: -450px;
		border-bottom: 0px solid #101441;
	}
	.naslov-tabela1 {
		font-weight: bold;
		margin: .5rem 0 .5rem 0;
		font-size: 1.2rem;
		
	}
	
	#pog1_nas_tab_1, #pog1_nas_tab_2, #pog1_nas_tab_3, #pog1_nas_tab_4, #pog1_nas_tab_5, #pog1_nas_tab_6 {
		display: block;
	}
	
	#ikone-pog1-drugi> .grid-margin-x > .cell {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.graf {
		height: 200px;
	}
	/*#page0-slika[value="0"] {
		background-image: url('../slike/ozadje_p_slo.jpg');
	}
	#page0-slika[value="1"] {
		background-image: url('../slike/ozadje_p_ang.jpg');
	}*/
	
	.slika_na_crni_pasici {display: none;}
	.crna_pasica_150 {height: 45px;}
	
	#page0_naslov_0 {
		font-size: .9rem;
		text-align: center;
		top: 83%;
		right: 0;
		max-width: 100%;
		min-width: 100%;
	}
	#page0_naslov_0 .slogan {
		font-size: 2.25rem;
	}
	#page0_naslov_1 {
		color: #ffffff;
		font-size: .9rem;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		position: absolute;
		top: 95%;
		left: 0;
		max-width: 100%;
		min-width: 100%;
	}
	.pog_uvod {
		color: #ffffff;
		margin-top: 0px;
	}
	#page0-most {
		background-position: center 3.7vh;
		background-size: auto 60vh;
		/*position: absolute;*/
	}
	#username {
		margin-top: 10px;
		padding-top: 16px;
		background-size: 18px;
		font-size: 11px;
	}
	.page1_gumb1>span {
		background-color: transparent;
		border-bottom: 0px;
	}

	.buules_wrap  {
		display: none;		
	}

	#page1 {
		overflow-y: scroll;
	}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 768px) and (orientation : landscape)  {

}

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) and (orientation : portrait)  {
	
}

@media screen and (min-width: 770px) {

}

/* small ZURB----------- */
@media screen and (max-width: 640px) {
	.slimScrollBar {display: none!important}
	#mediaqery {
		background-color: #FF00FF;
	}
	#mediaqery:before {
		content: "smal < 640";
	}
	.fp-controlArrow.fp-prev {
		background-image: url("");
		width: 1px;
	}

	
	.fp-controlArrow.fp-next {
		background-image: url("");
		width: 1px;

	}
	.bottom-bar {
		display: none !important;	
	}
	.nakoncu {
		height: 50px;
	}

	nav {
		width: 100%;
		font-size: 1rem;
		top: 45px;
		height: calc(100vh - 45px);
		height: auto;
		padding-top: 10px;
		padding-bottom: 6px;
		right: -100%;
		background-color: rgba(0,13,79,1);
		text-align: left;
	}


	
	nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}
  
	nav li a {
		font-size: 1.4em;
	}

	.transparent nav {
		background-color: #101441 !important;
	}

	.scroll-icon {
		display: none;
	}

	  #naslov-0 {
		font-size: 2rem;
		max-width: 600px;
		bottom: 10vh;
	}
	h1 {
		margin-top: 5px;
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
	}	

	.ik-pog1 {
		width: 100%;
		background-repeat:no-repeat;
		background-position-x: 0;
		background-position-y: -200px;
		font-size: .8rem;
		text-align: left;
		padding-left: 65px;
		padding-top: 8px;
		min-height: 60px;
	}
	
	.okno-vsebina4 {
		display: none;
	}
	
	#slika-maja {
		position: static;
	}
	.page1_gumbi {
		font-size: 14px;
		margin: auto;
	}
	.ikone-male {
		height: 45px;
		top: 45px;
		max-width: 100vw;
	}
	.glava_zunaj {
		display: none;
	}
	
	.glava_pog1 {
		background-color: transparent;
	}
	.modra-podlaga {
		top: 45px;
		height: 45px; 
	}
	.tabela-menu-separator {
		margin-left: .2rem;
		margin-right: .2rem;
	}
	.okno-vsebina {
		padding-top: 90px;
		min-height: 100%;
		max-height: 100%;
		/*height: 100%;*/
		overflow-y: scroll;
	}
	.okno-vsebina::-webkit-scrollbar {display: none}
	
	.okno-vsebina .small-11 p:last-child {
		margin-bottom: 45px;
	}
	.pred-besedilo {
		margin-bottom: 40px;
		height: 0px; 
		margin-bottom: 0px;

	}
	.besedilo {
		margin-top: 55px;
	}
	#page01_naslov_1 { 
		margin-top: 40px;
	}
	#pog1_ikone_velike.pog_ikone_velike {
		top: 82px;
		margin-top: 0px;
	}
	.pog_ikone_velike {
		margin-top: 82px;
	}
	.page1_gumbi:hover .page1_gumb1 {display: block;}
	.page1_gumbi:hover .page1_gumb1 span:first-child {display: initial;}
	.page1_gumbi:hover .page1_gumb1 br {display: initial;}

	.page1_gumb2 {display: block;}
	

	.ikona-domov {
		top: 5px;
		font-size: 13px;
		line-height: 2.7em;
		max-width: calc(100% - 100px);
		height: 35px;
		left: 0px;
	}
	#logo-naslov {
		height: 35px;
		max-width: 75%;
	}
	.kljuci {
		height: 35px;
		width: 40px;
		margin-top: 0;
	}
	.header-top {
		height: 45px;
		padding: 0;
	}
	.toggle-menu1 {
		width: 50px;
		height: 30px;
		top: 8px;
		font-size: 13px;
	}
	.toggle-menu {
		width: 50px;
		height: 30px;
		top: -5px;
	}
	.glava_pog_m_vsebina {
		top: 45px;
		height: 45px;
	}
	#glava-m-pog6 {
		margin-top: 45px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#pog6-vsebina {
		padding-top: 200px;
	}
	html {
		font-size: 86%;
	}
	.umik100 {
		position: relative;
		left: 0px;
		display: block;
		margin-left: 70px;
		top: -10px;
		line-height: 1.2;
	}

	#glava-m-pog6 .but-tab {
		font-size: 13px;
		line-height: 2.5;
	}
	#page6_tekst_2 p {
		line-height: .4;
	}

	.seznam-podatki-wrap {
		padding-top: 70px;
	}
	.seznam-logo {
		height: 70px;
		left: 0;
	}
	.btnPrint, .btnExcele, .btnFullwidth  {display: none;}
	
	.ik-pog1-d {
		font-size: 0px;
		height: 45px;
		width: 45px;
		background-size: cover;
		padding-top: 0px;
	}
	.ik-pog1-d:hover {
		background-position-y: bottom;
	}
	.ik-pog1-d.aktiven {
		background-position-y: -450px;
		border-bottom: 0px solid #101441;
	}
	.naslov-tabela1 {
		font-weight: bold;
		margin: .5rem 0 .5rem 0;
		font-size: 1.2rem;
		
	}
	
	#pog1_nas_tab_1, #pog1_nas_tab_2, #pog1_nas_tab_3, #pog1_nas_tab_4, #pog1_nas_tab_5, #pog1_nas_tab_6 {
		display: block;
	}
	
	#ikone-pog1-drugi> .grid-margin-x > .cell {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.graf {
		height: 200px;
	}
	/*#page0-slika {
		background-image: url('../slike/naslovna2022a_phone.jpg');
	}*/
	
	.slika_na_crni_pasici {display: none;}
	.crna_pasica_150 {height: 45px;}
	
	#page0_naslov_0 {
		font-size: 3rem;
		top: 14%;
		left: 20px;
		max-width: 100%;
		min-width: 100%;
	}
	#page0_naslov_0 .slogan {
		font-size: 2.25rem;
	}
	#page0_naslov_1 {
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 1.2;
		position: absolute;
		top: 30%;
		left: 20px;
		max-width: calc(100% - 40px);
		min-width: calc(100% - 40px);
	}
	.pog_uvod {
		color: #ffffff;
		margin-top: 0px;
		width: 100%;
		margin-top: 2em;
	}
	#page0-most {
		background-position: center 3.7vh;
		background-size: auto 60vh;
		/*position: absolute;*/
	}
	#username {
		margin-top: 10px;
		padding-top: 16px;
		background-size: 18px;
		font-size: 11px;
	}
	.page1_gumbi {height: 28vh}
	.page1_gumb1>span {
		background-color: transparent;
		border-bottom: 0px;
	}
	.line-bottom {
		display: none;
	}
.line-bottom-center {
	left: 0px;
	border-right: 0px solid #101441;
    border-left: 0px solid #101441;
	height: 0%
}
	.buules_wrap  {
		display: none;		
	}

	#page1 {
		overflow-y: scroll;
	}
}

@media only screen and (orientation : portrait)  {
	#myVideo {
		display: none;
	}
	#myVideoPhone {
		display: block;
	}
	.slika_na_crni_pasici {
		top: 10vh;
	}
}