﻿@font-face {
    font-family: 'sanuk-light';
    src: url('/resources/font/sanukgo-light-f.woff2') format('woff2'),
         url('/resources/font/sanukgo-light-f.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'sanuk-regular';
    src: url('/resources/font/sanukgo-regular-f.woff2') format('woff2'),
         url('/resources/font/sanukgo-regular-f.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sanuk-medium';
    src: url('/resources/font/sanukgo-medium-f.woff2') format('woff2'),
         url('/resources/font/sanukgo-medium-f.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'sanuk-bold';
    src: url('/resources/font/sanukgo-bold-f.woff2') format('woff2'),
         url('/resources/font/sanukgo-bold-f.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	font-family:'sanuk-light';
	scroll-behavior: smooth;
}

a {color:#158E15;}

button,input {
	font-family:'sanuk-regular';
}

img {max-width:100%;}
div.vsebina {width:100%;margin-top:55px;}
div.vsebinska {max-width:1280px;margin:50px auto;}
div.vsebinska p {font-size:15px;}
div.vsebinska h1 {margin-top:90px;}
.bolder{font-family: 'sanuk-bold';}
.bold{font-family: 'sanuk-medium';}
.normal{font-family: 'sanuk-regular';}
.lighter{font-family: 'sanuk-light';}
hr {color:#EFEFEF;}
p {font-size:16px;}
ul li {font-size:14px;margin:8px 0;}
div.logo span.go {font-family:sanuk-bold;font-size:38px;}
div.noga span.go {font-family:sanuk-bold;}
div.noga a span.go {text-decoration:none;color:black;}
span.inst {color:#158E15;font-size:38px;}
div.ceznavigacijo {
	width:100%;
	background-color:white;
	position:fixed;
	top:0;
	height:55px;
	z-index:2;
	border-bottom:1px solid #efefef;
}
div.navigacija {
	width:100%;
	max-width:1280px;
	margin: 0px auto; /* Will not center vertically and won't work in IE6/7. */
	left: 0;
	right: 0;
	display:flex;
}
div.menu {display:flex;justify-content:space-around;max-width: 570px;margin: 0 auto;}
div.elementNavigacije {padding:17px;display:flex;}
div.elementNavigacije:hover {
	border-bottom:1px solid #158E15;
	color: #158E15;
}
div.elementNavigacije div.ikona {margin-right:8px;}
div.menu a {color:#333;text-decoration:none;}
div.logo a {color:black;text-decoration:none;}
div.logo a:visited {color:black;text-decoration:none;}
div.logo {margin-top:5px;}
div.meni{float:right;}
div.meni ul li {display:inline;padding:0px 15px;}
div.meni a{text-decoration:none;color:black; font-size: 19px;}
div.meni a:hover{color:#158E15}

div.naslovnaslika {
	width:100%;
	height:520px;
	text-align:center;
	background-color:#158E15;
	background-image:url('../images/pisarna-naslovna.jpg');
	background-position: center; 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.fiksnaSlika{
	background-position: center; 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

div.backracunovodstvo{ background-image:url('../images/racunovodstvo-naslov.jpg');}
div.backvirtualna{ 
	background-image:url('../images/virtualna-pisarna-naslovna.jpg');
}
div.backsejna{ background-image:url('../images/sejna-soba-naslov.jpg');}
div.enostavno h1 {
	color:white;
	text-align:center;
	font-size:45px;
	font-weight:normal;
	padding:0 0 20px;
	text-shadow: 2px 2px 2px #000000;
	margin:0;
}
div.enostavno p {
	color:white;
	text-align:center;
	font-size:22px;
	text-shadow: 2px 2px 2px #000000;
}
div.kvadratek {
	display:inline-block;
	width:240px;
	min-height:340px;
	background-color:white;
	padding:10px;
	margin:50px 20px 30px 20px;
	opacity:0.9;
	text-align:center;
	vertical-align:top;
}

div.kvadratek div.teaseslike img {
	/*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
	margin-top:15px;
}



div.vsebineSk:first-child:nth-last-child(4),
div.vsebineSk:first-child:nth-last-child(4) ~ div.vsebineSk {
   margin:50px 80px 30px 80px;
}

div.vsebineSk:first-child:nth-last-child(5),
div.vsebineSk:first-child:nth-last-child(5) ~ div.vsebineSk {
   margin:50px 40px 30px 40px;
}

div.kvadratek ul {
	text-align:left;
	font-size:18px;
	list-style-type:none;
	max-width:100%;
}
div.kvadratek h2{
	color:#158E15;
	margin:5px;
	font-size:22px;
}

div.kvadratek ul li {
	list-style-image:url('../images/chk.gif');
	font-size:16px;
}

div.navaden {
	margin-top:0;
	border:0;
	vertical-align:top;
}

div.CTA {
	text-align:center;
	display:inline-block;
	width:300px;
	height:60px;
	margin:30px;
	background-color:white;
	opacity:0.9;
	cursor:pointer;
	width:80%;
	margin: 3% 0;
	padding:5px 2% 5px 2%;
	height:auto;
	max-width:230px
}
div.CTA:hover {background-color:#EFEFEF;}
div.CTA img {padding:17px 20px 15px 23px;}
div.CTA p {
	padding:10px 20px 15px 20px;
	letter-spacing:2px;
	height:35px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin:2% 0%;
	padding:0 0 2% 0;
	text-align:center;
	width:100%;}
div.CTA a {color:black;text-decoration:none;}
div.CTA a:visited {color:black;text-decoration:none;}
div.CTA a:active {color:black;text-decoration:none;}

div.CTA img {float:left;}
div.CTA img {margin:0 5%;padding:0%;float:none;position:relative;top:7px;}

div.ozek {width:200px;min-width:180px;padding:0;margin:40px 80px 60px 80px;background-color:white;opacity:1;}
div.ozek img {}

div.metapodatki {
	float:left;
	width:0px;
	height:0px;
}


div.predavatelj {
	max-width:1280px;
	margin:0 auto;
	
	/*opacity:0.9;*/
	color:#323232;
	position:relative;
	top:0px;
	padding:10px 20px;
}

div.predavatelj h2 {
	font-size:20px;
	color:#158E15;
	padding:20px 0;
}

div.predavatelj div.slikapredavatelja {
	padding:0% 2%!important;
	width:12%;
	float:left;
	padding:2%;
}
div.slikapredavatelja  img {
	margin:10px 0;
}

div.slikapredavatelja h2 {
	font-family:'sanuk-bold';
}

div.predavatelj div.opispredavatelja {
	padding:3% 5%;
	width:40%;
	float:left;
}
div.opispredavatelja p {
	text-align:justify;
}
div.opispredavatelja h3 {
	margin:0 0 10px 0;
}
div.predavatelj div.certifikat {
	width:20%;
	float:left;
	margin-top:5%;
	margin-left:10%;
}

div.predavatelj p {
	font-size:15px;
	padding: 6px 0;
}

div.predavatelj div.certifikat img {margin-top:38px;}

img.predavateljimg {
	margin:0 auto;
}

img.zvezdica {
	position:relative;
	right:12px;
	bottom:140px;
}

span.imepredavatelj {
	font-family:sanuk-bold;
}

/* trakovi */

div.zelen_trak {
	width:100%;
	background-color:#158E15;
	color:black;
	height:720px;
}

div.storitve {
	margin-bottom:35px;
}
div.substoritve div.icona {
	font-size:24px;
	color:#158E15;
}
div.substoritve {
	display:flex;
	margin-top:12px;
}

div.storitve p.storitveTeaser {
	margin-top:4px;
	letter-spacing:1px;
	color:#323232;
	margin-left:25px;
}

div.oranzen_trak {
	width:100%;
	background-color:#158E15;
	color:white;	
	padding:30px 0;
}

div.bel_trak {
	width:100%;
	background-color:white;
	color:black;	
}

div.siv_trak {
	width:100%;
	background-color:#f5f5f5;
	color:black;	
	padding:10px 0;
}

div.sredina_1280 {
	max-width:1280px;
	margin:15px auto;
}
div.sredina_1280 h2 {
	text-align:center;
	color: #158E15;
	padding:20px;
}
div.oranzen_trak h3 {
	text-transform:uppercase;
	color:black;
	font-size:16px;
}

div.oranzen_trak ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

div.oranzen_trak ul li a {
	color:white;
}

div.oranzen_trak div.tretjinka {
	float:left;
	padding:0 7%;
}

div.tretjina {
	padding: 0 1% 0 1%;
	width:90%;
}

div.tretjinka h3 {
	font-family:'sanuk-bold';
	font-size:13px;
	text-align:center;
}

div.paketek {
	background-color:white;
	min-height:300px;
	padding:0;
	width:80%;
	margin:0 7% 5% 7%;
}

div.triko {
	width:100%;
	height:4px;
	background:url('../images/trik.gif') repeat-x;
}

div.paketek p.tekstdrazljivke, div.paketek p.tekstdrazljivkeNe{
	color:#158E15;
	text-transform:uppercase;
	text-align:center;
}

#polovicka1 div.drazljivka {
	display:flex;
	color:black;
	cursor:pointer;
	padding:4px;
	cursor:pointer;
}

#polovicka1 div.drazljivka p {
	margin:0;
	padding:2px 6px;
	color:#158E15;
}

div.drazljivka p.ikona {
	font-size:16px;
}

input.narocam {
	width:100%;
	padding:5%;
	background-color:#158E15;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #158E15;
	cursor:pointer;
}

p.izrcen {font-size:20px;font-weight:bold;text-align:center;padding:10px;}
p.pojasnilo {color:#ababab;font-style:italic;}
h3.sredinjen {text-align:center;}
p.sredinjen {text-align:center;}

div#polovicka1 {min-height:155px;}

#polovicka2 {
	min-height:300px;
	padding:3%;
	width:76%;
	margin:0 10%;
}
#polovicka2 div.drazljivka {
	box-shadow:3px 3px 3px #ababab;
	display:flex;
	margin:12px 0;
	cursor:pointer;
	padding:2px 0;
	color:#158E15;
	background-color:white;
}

#polovicka2 div.drazljivka:hover {
	background-color:#158E15;
	color:white;
}

#polovicka2 div.drazljivka:hover p.ikona {color:white;}

#polovicka2 div.drazljivka p {
	margin:0 8px;
	padding:12px 0;
}


#polovicka1 p:hover {
	text-decoration: line-through;
}

div.oranzen_trak div.desnatr {padding:0 0 0 7%;margin-right:0;}

div.krogec {
	width:181px;
	height:182px;
	background-image:url('../images/krogec.png');
	text-align:center;
}

div.krogec p {
	padding-top:75px;
	font-size:26px;
}


div.vrhnjitekst {
	width:45%;
	padding:0% 2%;
	float:left;
}
div.vrhnjitekst ul li {
	font-size:20px;
	list-style-image:url('../images/kljukica.gif');
	margin: 4px;
}
div.reference{
	padding:15px 0;
	margin-bottom: 15px;
	margin-right:3%;
	float:left;
	width:100%;
}

img.zvezdaref {
	float:left;
	width:15px;
	margin:0px 3px;
}

img.formIcon {float:right;margin-top:5px;}

div.firme h3 {
	color:#158E15;
	margin-left:5px;
}
span.revzadeva {display:none;}
div.objava {text-align:right;}
div.oseba {
	width:100%;
	float:left;
}
span.minitec{font-size:12px;color:#158E15; text-decoration:none;}
a.extec {text-decoration:none;}
div.videjo {margin-top:55px;width:100%;text-align:center;}
h1.naslovni {
	text-align:center;
	padding:150px 0;
	margin:0;
	font-family: 'sanuk-bold';
}

h1.nomargin {margin-top:0px;}
div.obrazecKreditna {
	padding:5%;
	min-width:360px;
	margin-bottom:20px;
}
div.enostavno h1.nas {
	position:relative;
}
p.glava {
	position:relative;
}
span.posevnica {color:#f05033;font-family:sanuk-bold;}
div.cleared {clear:both;}
div.drazljivke {
	max-width:1280px;
	margin: 0px auto;
}
div.drazi {
	width:31%;
	float:left;
	padding: 5% 1% 5% 0%;
	margin: 1% 1% 2% 0%;
}
div.drazi img.basa {
	margin-left:37%;
}
div.refdod {
	max-width:1280px;
	margin: 0 auto;
	min-height:200px;
	background-color:white;
}
div.ikonalevo {
	float: left;
    width: 25%;
    height: 104px;
    padding-top: 37px;
}
div.drazi div.basanje p { text-align:center;}
div.basanje span.stevilka {font-size:45px;color:#158E15;}
div.basanje p {color:#158E15;font-size:16px;}
p.ikona {
	font-size:48px;
	color:#158E15;
	text-align:center;
	padding:12px;
	margin:0;
}

p.obikoni {
	margin:12px 0 24px 0;
}

div.izjave p.ikona a {text-decoration:none;}
div.izjave p.ikona{width:64px;margin:0 auto;}
div.izjave p.ikona:hover{box-shadow:2px 2px 4px #ababab;}

div.basanje p.ikona {font-size:60px;margin:4px 0;}
div.basanje img {margin-left:0%;}
div.referenceDesno {     
	max-width:1280px;
	margin: 30px auto 0px auto;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    min-height: 190px;
    width: 96%;
    max-width: 1280px;
	padding:2%;
    padding-top: 23px;
}
div.referenceDesno a {color:#158E15;text-decoration:none;}
div.opisReference {float:left;width:100%;min-height:50px;color:#323232;}
div.opisReference span {font-size:16px;}
div.strankaReference {float:left;width:50%;}
div.slikaVReferenci {float:right;position:relative;top:-50px;}
span.komentar-up {color:#323232; font-style:italic;}
div.hitroOkence {
	max-width:1280px;
	margin: 0 auto;
}
div.bener div.drazi {
	padding-top:3%;
}
div.bener h3 {
	color:white;
	padding:0 15px;
}
div.bener p {padding:0 20px;}
button.poisci {
	width:100%;
	height:115px;
	background-color:#158E15;
	color:white;
	cursor:pointer;
	margin: 112px auto 0px auto;
	font-family:sanuk-regular;
	font-size:30px;
	border:0;
	left: 0;
	right: 0;
	opacity:0.85;
	border:1px solid white;
}
button.poisci:hover {
	color:#158E15;
	background-color:white;
	border: 1px solid #158E15;
}

button.naivis {
	background-color:white;
	border:0;
	border-bottom:1px solid #158E15;
	padding:10px;
	margin:10px;
	color:#158E15;
	cursor:pointer;
}

button.naivis:hover {
	background-color:#158E15;
	color: white;
}

button.placilo {
	width:100%;
	height:45px;
	background-color:#158E15;
	color:white;
	cursor:pointer;
	margin: 10px auto 0px auto;
	font-family:sanuk-regular;
	font-size:20px;
	border:0;
	left: 0;
	right: 0;
	opacity:0.85;
	border:1px solid white;
}
button.placilo:hover {
	color:#158E15;
	background-color:white;
	border: 1px solid #158E15;
}

div.razpored p.imetecaja {
	font-size:15px;
	text-align:center;
	font-family:'sanuk-bold';
	text-transform:uppercase;
	padding:0 5px;
	height:20px;
}
div.razpored {
	width:100%;
	text-align:center;
}

div.ctacollect {
	display:block;
	width:250px;
	margin:10px auto;
}

button.cta {
	background-color:white;
	border:1px solid #158E15;
	padding:18px;
	width:250px;
	position:relative;
	top:20px;
	cursor:pointer;
	box-shadow:3px 3px 3px black;
	font-size:18px;
}

button.cta:hover {
	background-color:#158E15;
	color:white;
}

div.firme button.cta {
	box-shadow:none;
	background-color:#158E15;
	color:white;
}

div.firme button.cta:hover {
	box-shadow:none;
	background-color:white;
	color:#158E15;
}

div.razpored h3 {
	color:black;
	font-size:14px;
}

div.razpored p {
	color:black;
	text-align:justify;
}

div.noga {
	
}

div.noga p {
	text-align:left;
	margin-left:30px;
}
div.noga a { text-decoration:none;}
div.noga a:active { text-decoration:none;}
div.noga a:visited { text-decoration:none;}
div.noga img {margin-top:0px;}
div.noga p {margin:0;padding:0;}
span.podjetje {font-size:12px;}
h3.kvescn {
	text-align:center;
	font-size:30px;
	color:#158E15;
}
span.fensicrka {
	text-transform:uppercase;
	font-size:14px;
	color:#158E15;
	font-weight:bold;
}
p.pojas {text-align:justify;padding:0 0px 0 30px;}
a.nogalink {color:#158E15;}

div.firme {
	background-position: center; 
	background-repeat: no-repeat;
	margin:0 auto;
	width:50%;
}

div.prijavnice {
	
	margin:0 auto;
	display:inline-block;
	width:100%;
}


div.nudimotudi {
	text-align:center;
	margin-bottom:30px;
}

div.nudimo {
	width:200px;
	/*height:300px;*/
	background-color:#158E15;
	margin:15px 5%;
	display:inline-block;
	border:1px solid #158E15;
}

div.nudimo p {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}

span.zelen{color:#158E15;}
div.tease_slika { margin-top:30px;}
div.tease_slika  img{ margin:40px 0;}

div.tease_slika ul {padding:0 15px;}
div.tease_slika ul li {list-style-type:none;text-align:left;color:white;}

div.prijavnoOkno {
	width:29%;
	margin:0 2% 3% 2%;
	display:inline-block;
	background-color:#f5f5f5;	
}

div.prijavnoOkno a {text-decoration:none;}
div.prijavnoOkno p {text-align:center;}
div.skripte {width:0;height:0;margin:0;padding:0;}
p.prijv {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}

img.ikonca {
	margin: 2px 5px;
}

div.prijavniObrazec {
	display:none;
	width:800px;
	max-width:100%;
	margin:0 auto;
	background-color:white;	
}
div.zelenpant {background-color:#158E15;cursor:pointer;box-shadow:2px 2px 2px #ababab}
div.zelenpant:hover {background-color:#323232;}
div.zelenpant p{color:white;text-align:center;padding:15px;}
div.prijavniObrazec div.sivpant:hover {background-color:#323232;}
div.prijavniObrazec div.sivpant:hover p {color:white;}
div.prijavniObrazec p.imetecaja {font-weight:bold;width:100%;color:white;margin-left:10px;}
div.skrito {display:none;}
div.nazaj {float:left;padding:18px 5px 17px 15px;color:white;font-weight:bold;width:20px;height:20px;cursor:pointer;z-index:5;position:relative;}
p.izbTec {
	color:black;
	text-align:center;
	font-size:22px;
	padding:50px 0 50px 0;
	font-family:sanuk-bold;
	margin:0;
}

div.razpored p.izbTec {text-align:center;}
p.padmali {padding:50px 0 20px 0;margin:0;}

p.osnCena {color:#969696;margin:15px 0 5px 0;}
p.osnCenaPrec{color:red;text-decoration:line-through;font-weight:bold;font-size:15px;margin-top:0;}
p.cena {
	font-family:sanuk-bold;
	font-size:30px;
	color: #323232;
	margin:0 0 0 0;
}

p.zakogagor {color:#969696;margin:15px 0 0 0;}
p.zakogadol {color:#969696;margin:0 0 20px 0;}

div.pant,div.pantsp {
	background-color:#158E15;
	width:100%;
	height:55px;
}

div.pantsp {margin-top:10px;}

div.pantsp:hover {cursor:pointer;background-color:#323232;}

div.siv {
	background-color:#c8c8c8;
}

div.razpored p.vech {
	text-align:center;
	text-transform:uppercase;
	font-family:'sanuk-bold';
	width:33%;
	float:left;
	
}

div.razpored p.nezen {
	font-family:'sanuk-light';
	color:#969696;
	font-size:12px;
	margin-top:13px;
}
p.vech a {
	text-decoration:none;
}


div.pant p, div.pantsp p {
	color:white;
	text-align:center;
	margin:0;
	position:relative;
	top:20px;
}

p.datumT {
	font-weight:bold;
	font-size:22px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}

img.trikotnik {margin:0;padding:0;float:left;position:relative;left:120px;}

p.ura {font-size:20px;margin-top:10px;padding-bottom:0px;margin-bottom:10px;}
p.loc {
	font-weight:bold;
	padding-top:0px;
	margin-top:5px;
	font-size:15px;
}

div.prmesta {
	width:100%;
	height:40px;
	/*background-color:#f7cabb;*/
	opacity:0.8;
}

div.prmesta p {
	color:white;
	font-weight:bold;
	padding-top:10px;
	position:relative;
	left:-20px;
	top:3px;
}

p.malaP {padding-top:20px;}

div.naslovTecaja {
	height:50px;
}

div.razpored p.tizer {color:#969696;text-align:center;padding:5px;font-size:12px;}
p.prijv a {text-decoration:none;color:white;}
img.drugtecaj {margin-top:55px;}

div.sivpant {
	width:100%;
	background-color:#323232;
	margin-top:30px;
	padding:10px 0;
	cursor:pointer;
	box-sizing: border-box;
}

div.sivpant:hover{
	background-color:white;
}


div.sivpant:hover p{
	color:#158E15;
}

span.imefirme {font-weight:bold;color:#158E15}

div.brezmargina {
	margin: 0 auto 0 auto;
}

div.prijavniObrazec form {}
div.prijavniObrazec form p {text-align:left;font-size:15px;}
div.prijavniObrazec a {color:#158E15;}

div.zafirme {display:none;}
div.logotipiKartic {display:flex;justify-content:space-around;}

.flexAround {
	justify-content:space-around;
}

div.nacinPlacila {
	cursor: pointer;
    padding: 30px;
    margin: 15px;
    border: 1px solid #ababab;
    box-shadow: 2px 2px 2px #ababab;
	width:50%;
}

div.nacinPlacila:hover {
	background-color:#efefef;
}

div.nacinPlacila p.korak {
	color: #ababab;
    border-bottom: 1px solid #efefef;
    padding-bottom: 3px;
	text-align:center;
}

div.nacinPlacila img {
	margin-top:10px;
}

#placilo {width:100%;}

input[type=text], input[type=email], input[type=number], select, textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ababab;
}
input.radio {cursor:pointer;}
input.inputKred {background-color:#efefef;border-radius:0;border:0;}
div.predavatelj p.posljiP {
	width:100px;
	text-align:center;
	background-color:#158E15;
	color:white;
	cursor:pointer;
	padding:12px;
}
textarea {height:250px;}
input {font-family:sanuk-light;}
input[type=submit]:hover {color:#158E15;background-color:white;border:1px solid #158E15;}
input.postna {width:30%;float:left;margin-right:2%;}
input.posta {width:68%;float:left;}

/* lepi switch checkboxi */

.switchbox {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 22px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #158E15;
}

input:focus + .slider {
	box-shadow: 0 0 1px #158E15;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

input.skrito {display:none;}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/*end slider*/

a.pogoji {cursor:pointer;}
/*popup*/

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
	float:left;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    display: none;
    width: 700px;
    background-color: #efefef;
    color: #323232;
    text-align: left;
    padding: 20px;
    position: fixed;
	height:80%;
	overflow-y: scroll;
    z-index: 10;
    top: 5%;
    left: 20%;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

p.hvala {font-size:15px;padding:20px;}
img.klukca {text-align:center;padding-bottom:20px;}

.predavatelj a {color:#158E15}

#zafirme {
	display:none;
	background-color:white;
	margin:0;
}

#zafirme p, #zafirme ul, #zafirme h2 {
	color:#323232;
	text-transform:none;
	text-align:left;
	font-weight:normal;
	letter-spacing:0px;
}
#zafirme p {font-size:15px;}

#zaonline {
	display:none;
	background-color:white;
	margin:0;
}

#zaonline p, #zaonline ul, #zaonline h2 {
	color:#323232;
	text-transform:none;
	text-align:left;
	font-weight:normal;
	letter-spacing:0px;
}
#zaonline p {font-size:15px;}

.nazad {display:none;color:white;float:left;font-weight:bold;padding:10px 10px 0 15px;}


div.sivkast {background-color:#c8c8c8;}
div.zemljevid {text-align:center;margin:0;padding:0;border:0;}	
div.zemljevid iframe {}
div.zemljevid h3 {color:#158E15;text-align:center;}

div.polno {width:100%;padding:0;margin:0;height:200px;}

div.trikotnicek {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid blue;
  position:relative;
  left:118px;
}

div.okrasek {
	z-index:1;
	float:left;
	opacity: 0.8;
}

div.leviOkrasek {
	width: 0; 
	height: 0; 
	float:left;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F5f5f5;
	position:relative;
	left:-20px;
	top:-15px;
}

div.desniOkrasek{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:20px solid #F5f5f5; 
	float:left;
	position:relative;
	left:240px;
	top:-15px;
}


div.polno:hover {background-color:#158E15;}

h2.novicka, p.novice {text-align:center;}

div.inptret {width:60%;margin:0 20%;}
div.inptret p.prijv {
	background-color:white;
	cursor:pointer;
	text-align:center;
	border:1px solid #ababab;
	padding: 12px 0;
	width:100%;
}
div.inptret p.prijv:hover {background-color:#158E15;color:white;}

/*navigacija*/

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    right: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 40px; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	cursor:pointer;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 60px;
}

.menijcek {cursor:pointer;position:fixed;top:14px;right:8px;}

div.tretina {width:33%;padding:2.7%;float:left;}
div.dolgiOpis {max-width:1280px;margin:0 auto;}
div.dolgiOpis h3{color:white;}
div.dolgiOpis p {text-align:justify;color:white;}

div.jezicki {cursor:pointer;position:fixed;top:14px;right:64px;}
div.jezicki a {color:#158E15;text-decoration:none;}
div.jezicki img {margin-left:5px;}

div.fiksen {position:fixed;width:170px;height:85px;right:15px;bottom:15px;border:2px solid #158E15; background-color:white;padding:10px;border-radius:2px;}
div.fiksen p {margin-top:5px;text-align:left;}
div.fiksen p.tel{font-weight:bold;color:#158E15}
div.fiksen img {margin-top:15px;float:right;}

div.kakopoteka {padding:32px 0 48px 0;}
div.kakopoteka div.sredina_1280 h2 {color:white;}
ol.potek li {
	padding: 12px 8px;
    font-size: 18px;
    margin: 12px 0;
	color:white;
}
img.procedura {padding:6px;}

/*
	SLIDER CSS
*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1920px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* 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: #efefef;
}

/* 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}
}

/*
	KONEC SLIDER CSS
*/

img.kreditneLogo {
	height:35px;
	margin-right:10px;
}

input.InputElement {
	padding:10px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #158E15; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-left:calc(50% - 60px);
  margin-top:30px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


img.bonbon {width:100px;margin:0 auto;}
p.naslovcek {
	font-size:20px;
	color:#158E15;
	text-align:center;
}
.vrstica {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.fleksi {
	display: flex;
	justify-content:space-between;
	flex-direction: row;
}

.stolpec {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	padding:1% 3%;
	flex:2;
}

.StripeElement {
	border:1px solid #ccc;
	padding:12px;
	margin-top:10px;
	/*margin-left:12px;*/ /*/pisarna/client -- placilo*/
	width:100%;
	background-color:white;
}

/*
https://js.stripe.com/v3/fingerprinted/img/visa-729c05c240c4bdb47b03ac81d9945bfe.svg
https://js.stripe.com/v3/fingerprinted/img/mastercard-4d8844094130711885b5e41b28c9848f.svg
https://js.stripe.com/v3/fingerprinted/img/amex-a49b82f46c5cd6a96a6e418a6ca1717c.svg
https://js.stripe.com/v3/fingerprinted/img/discover-ac52cd46f89fa40a29a0bfb954e33173.svg
https://js.stripe.com/v3/fingerprinted/img/jcb-271fd06e6e7a2c52692ffa91a95fb64f.svg
*/

.paketic {
	width:200px;
	border:1px solid #efefef;
	padding:20px;
	margin:20px;
	cursor:pointer;
	box-shadow: 2px 2px 2px #ababab;
	text-align:center;
}
.paketic:hover {background-color:#efefef;}
.paketic p {font-weight:bold;font-size:20px;}
.paketic p.zelen {background-color:#158E15;color:white;padding:10px;}
.paketic p.siv {background-color:#ababab;color:white;padding:10px;}

#obrazecPovprasevanje {padding:20px;}


.stripe-flex {
	display:flex;
	justify-content:space-between;
}

.elem_nacin_placila {
    padding: 15px;
    background-color: #fafafa;
    cursor: pointer;
    width: 49%;
    border: 1px solid #ababab;
	box-sizing:border-box;
}

.elem_nacin_placila:hover {
	background-color:#efefef;
}

.elem_nacin_placila p {
	margin:0;
	padding:0;
}

.elem_nacin_placila p.tekst {
	margin-top:5px;
}

.active-payment-type {
	background-color:#efefef;
}
p.mandat {color:#ababab;font-style:italic;}

#samodejno {
	padding:10px;
}

/* css loader */
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #158E15 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

button.kreditna {
	margin:15px 0;
	width:100%;
	padding:12px 0;
	background-color:#158E15;
	color:white;
	cursor:pointer;
	border:1px solid #158E15;
	box-shadow:2px 2px 2px #ababab;
}

button.kreditna:hover {
	background-color:white;
	color:#158E15;
}


table.clientIzpis td, table.clientIzpis th {
	border: 1px solid #ddd;
	padding: 8px;
}

table.clientIzpis {border-collapse:collapse;margin:30px auto;}
table.clientIzpis tr:nth-child(even){background-color: #efefef;}
table.clientIzpis tr:hover {background-color: #ddd;}
table.clientIzpis th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #158E15;
	color: white;
}

div.mAuto {
	width:100%;
	max-width:1360px;
	margin: 0 auto;
}
div.mAuto h1 {
	font-size:1.5em;
}
#tabelaStrankPisarna_wrapper {margin-top:0;}
#tabelaStrankPisarna_wrapper input {padding:5px;margin:0 5px;}

a.obrzcLink {color:white}

.video-container {
	height: 300px;
	width: 300px;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
	position: relative;
	text-align: center;
	color: #dc0000;
	padding: 10px;
}

a.langLink {visibility: hidden;}

div.telefono {font-size:24px;padding:16px 12px;}
div.telefono a {text-decoration:none;}
#okence {display:flex;}


.containerLocker {
  background: #f5f5f5;
  padding: 4rem 2.5rem;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222;
}

.containerLocker .logo {
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.containerLocker .logo span.go {
  font-size: 3rem;
  font-weight: 700;
  
}
.containerLocker .logo span.inst {
  font-size: 3rem;
  font-weight: 400;
  color: #158E15;
}

.containerLocker form {
  max-width: 320px;
  width: 100%;
}

.containerLocker input {
  width: 100%;
  padding: 0.9rem;
  margin: 0.7rem 0;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
  color: #222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.containerLocker input:focus {
  border-color: #158E15;
  outline: none;
  box-shadow: 0 0 0 2px #158E1530;
}

.containerLocker input.valid {
  border-color: #158E15;
}
.containerLocker input.invalid {
  border-color: #e74c3c;
}

.containerLocker button {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border: none;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #158E15;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.containerLocker button:hover:not(:disabled) {
  background: #117011;
}

.containerLocker button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.containerLocker .small {
  font-size: 0.95rem;
  color: #666;
  margin-top: 1rem;
}

/* Modal overlay */
#lockerModal {
	
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: white;
	z-index: 9999;

	/* Center modal content vertically & horizontally */
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

#lockerModal p,  #lockerModal h2{
	font-size:2rem;
}

.modal-content {
	background: #fff;
	padding: 2rem 3rem;
	text-align: center;

	/* Remove full height so it can center nicely */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.modal-content h2 {
	color: #158E15;
	margin-bottom: 1rem;
}

.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #ccc;
	border-top: 6px solid #158E15;
	border-radius: 50%;
	margin: 1rem auto;
	animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media only screen and (max-width : 980px) {  
	div.menu {display:none;}
}

/* mobile css */
@media only screen and (max-width : 640px) {  
	body,img{max-width:100%;}
	div.vsebina {width:100%;}
	div.okrasek {display:none;}
	.overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

	img {max-width:100%;}
	div.razpored {
		text-align:center;
	}
	div.kvadratek {
		padding:5%;
		text-align:left;
		margin: 20px 0 30px 0;
		min-width:0px;
		clear:both;
		position:relative;
		top:30px;
		min-height:0;
		width:80%;
		border:none;
	}
	div.kvadratek ul {max-width:100%;}
	div.kvadratek img {display:block;margin: 5px auto;}
	div.drazi {margin-top:25px;}

	div.predavatelj {
		padding: 10px 5% 10px 5%;
	}
	div.predavatelj div.slikapredavatelja {width:90%;text-align:center;}
	div.predavatelj div.opispredavatelja {
		width:90%;
	}
	div.predavatelj div.certifikat {
		width:90%;
	}
	div.firme {
		width:96%;
		margin: 0 2%;
	}
	div.prijavnice {display:block;}
	div.prijavnoOkno {
		width:80%;
		margin: 0 5% 50px 5%;
		clear:both;
	}
	div.nudimo {
		width:60%;
		margin: 10px 0 30px 0;
	}
	#ponudba .sredina_1280 
	div.naslovnaslika {background-position:top;background-repeat:repeat-y;}
	div.enostavno h1.nas {padding:0 5px 20px;}
	div.enostavno p {padding: 8px;margin:0;}
	div.enostavno p.glava {}
	div.slikapredavatelja h2 {text-align:center;}
	div.predavatelj div.certifikat {margin:0;}
	div.predavatelj div.certifikat img {display:block; margin:0 auto 15px auto;}
	div.oranzen_trak {}
	div.oranzen_trak h1.naslovni {padding:62px 0;}
	div.oranzen_trak div.tretjinka {margin:0;padding:5%;width:90%;}
	div.tretjinka {width:90%;margin:0 0 25px 5%;text-align:center;}
	div.tretjinka ul{text-align:left;}
	div.reference {width:90%;padding: 15px 5%;}
	div.firme h3 {
		margin-left:0;
		text-align:center;
	}
	div.ozek {
		padding:0%;
		margin:3%;
		width:80%;
	}
	div.drazi {
		width:100%;
		padding:5%;
	}
	.krogec {margin: 0 auto;}
	div.prijavniObrazec {width:90%;}
	
	div.vsebineSk:first-child:nth-last-child(4),
	div.vsebineSk:first-child:nth-last-child(4) ~ div.vsebineSk {
	   margin:20px 0px;
	}

	div.vsebineSk:first-child:nth-last-child(5),
	div.vsebineSk:first-child:nth-last-child(5) ~ div.vsebineSk {
		margin:20px 0px;
	}
	
	.popup .popuptext {
		background-color: #efefef;
		color: #323232;
		text-align: left;
		width: 80%;
		position: fixed;
		height: 80%;
		overflow-y: scroll;
		z-index: 10;
		top: 8%;
		left: 2%;
	}
	
	div.polno {height:115px;}
	div.polno img {margin: 0 auto;padding-top:15px;}
	div.noga {height:auto;padding:5%;width:90%;}
	div.prmesta p {left:0;}
	
	div.inptret {width:90%;margin:0 5%;}
	div.tretina,div.tretjina {width:96%;padding:2% 5%;clear:both;}
	div.dolgiOpis p {font-size:16px;}
	div.jezicki {margin-right:10px;}
	div.vrstica{display:block;}
	div.fiksen {
		width:50px;
		height:50px;
		bottom:10px;
		padding:7px;
	}
	div.fiksen img {margin-top:0;}
	div.fiksen p.callnowTxt {display:none;}
	div.fiksen p.tel {display:none;}
	img.procedura {display:none;}
	ol.potek li {
		padding:15px;
		margin:15px;
	}
	div.obrazecKreditna {
		margin:5%;
		min-width:0;
		width:90%;
	}
	div.obrazecKreditna input {
		width:100%;
		margin: 8px 0;
	}
	button.cta {width:80%;font-size:18px;}
	#polovicka2 {width:100%;margin:0;padding:0;}
	.drazljivka {margin:25px;}
	div.paketek {width:88%;}
	ol.potek {margin-top:0;}
	.fleksi {flex-wrap:wrap;}
	div.nacinPlacila { width:auto; padding:15px;}
	#obrazecPovprasevanje {padding:5px;}
	div.jezicki {display:none}
	a.langLink {visibility: visible;}
	div.telefono {padding:4px}
}

