﻿/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
*/


img {outline: none;}
a {outline: none; text-decoration:none; color:white}
code {color:aquamarine;}
page{text-align: center;margin:0 0 0 0;padding:0 0 0 0;}
html body{
font-family: 'Roboto', sans-serif;
font-weight:400;font-size:18px;background-color:white;margin:0;padding:0;color:#151617;
width:100%;
}

h1{font-size:40px;font-weight:600;line-height:120%;letter-spacing:0%;padding:0;margin:0;}
h2{font-size:40px;font-weight:600;line-height:120%;letter-spacing:0%;padding:0;margin:0;}
h3{font-size:40px;font-weight:400;line-height:48px;letter-spacing:0%;padding:0;margin:0;}
h4{font-size: 31px;font-weight: 700;line-height: 37px;letter-spacing: 0em;text-align: left;padding:0;margin:0;}
h5{font-size: 25px;font-weight: 300;line-height: 30px;letter-spacing: 0em;text-align: left;padding:0;margin:0;}
h6{font-size: 25px;font-weight: 700;line-height: 30px;letter-spacing: 0em;text-align: left;padding:0;margin:0;}
h7{font-size: 20px;font-weight: 600;line-height: 24px;letter-spacing: 0em;text-align: left;padding:0;margin:0;}
h8{font-size: 19px;font-weight: 500;line-height: 18px;letter-spacing: 0em;text-align: left;padding:0;margin:0;}


.text10{font-size:10px;}
.text12{font-size:12px;}
.text14{font-size:14px;}
.col_gray{color:#677075;}
.col_white{color:white;}
.col_red{color:#CF202E}
.col_green{color:#00CC00}



button{
    color: white;
    font-weight: 700;
    border: 1px solid #6D8718;
    padding: 10px 24px;
    border-radius: 35px;
    background-color:#708C16;
    font-size:14px;
    cursor:pointer;
}

button:hover {
	background-color:#BFE245;
}

button:active {
	background-color:white;
	color: #6D8718;
}




textarea{
	background-color:white;
	border:thin #999999 solid;
	border-radius:2px;
	height:25px;
	margin:2px;
	padding:3px;
	outline:none;
	resize: vertical;
	font-family:'Roboto Mono', monospace;
}

textarea.kontaktVprasanje{
	width:400px;
	height:300px;
}


textarea:focus{
	background-color:#feffd7;
}


textarea::placeholder { 
  color:#CCCCCC;
  opacity: 1; /* Firefox */
}


input, select, textarea{
    width: 250px;
    background-color: white;
    border: thin #999999 solid;
    border-radius: 20px;
    height: 20px;
    margin: 8px;
    padding: 10px;
    outline: none;
}

input:focus, select:focus{
	background-color:#feffd7;
}

input[type=checkbox]{
	width:20px;
	margin-right:10px;
	vertical-align:middle;
}

input[type=checkbox], input[type=radio] {
    accent-color: #c52131;
}

input::placeholder { 
  color:#999999;
  opacity: 1; /* Firefox */
}

select{
	/*background-color:white;*/
	border:thin #999999 solid;
	border-radius:20px;
	height:40px;
   -webkit-appearance: menulist-button;
	margin:2px;
	padding:3px;
	outline:none;
	font-size:16px;
	text-indent: 5px;
	
}
select>option{
font-size:16px;
padding:10px;
}

.selectButton{

	border:thin #999999 solid;
	color:white;
	padding:8px;
	outline:0;
	height:33px;
	border-radius:4px;
	background-color:#CCCCCC;
	margin:0 4px 6px 0;
	zoom:80%;
}

.selectButton.selected{
	background-color:#8BB400;
}

.selectButton:hover{
	background-color:#999999;
}





.text{
	color:#3E4346;
}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:bold;}
	

.backDiv{
	position:relative;
	margin:0;
	padding:0;
	width:auto;
}

.centerDiv{
	width:1180px;
	position:relative;
	margin:0 auto;
	padding:0;
}


#jkpsBar {
    display: block;
    background-color: ;
    height: 30px;
    vertical-align: middle;
    padding-top: 6px;
}

#jkpsBarLinks a{
	color:white;
	font-weight:500;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#jkpsBarLinks a.selected{
	color:white;
	font-weight:300;
}



.topMenuC{
	background-color:#c52131;
}

#topMenu{
	display:block;
	height:90px;
}


/*---------------------------------------*/


#hero{
	display:block;
	min-height:709px;
}

#hero_naslov h1{
	display:block;
	position:absolute;
	top:75px;
	left:0;
	width:580px;
	/*height:220px;*/
	font-size:60px;
	font-weight:800;
	padding:0; margin:0;
}
#hero_podnaslovom{
	display:block;
	position:absolute;
	top:150px;
	left:0;
	width:580px;
	min-height:135px;
	line-height: 170%;
}

#hero_povezave{
	top:530px;
	left:0px;
	position:absolute;
}

#hero_povezave a {
    color: white;
    font-weight: 700;
    border: 1px solid #647d13;
    padding: 10px 24px;
    border-radius: 35px;
    background-color:#8fb220;
    font-size:14px;
}

#hero_povezave a:hover {
	background-color: #566C13;
}


#hero_rightH{
	display:block;
	position:absolute;
	top:70px;
	left:700px;
	width: 480px;
	height: 530	px;
}


/*---------------------------------------*/


#aboutUs{display:block;min-height:1120px;}
#aboutUs_nadnaslov{margin-top:70px;}
#aboutUs_naslov{margin-top:10px;}
#aboutUs_redSeparator{margin-top:20px;}
#aboutUs_besedilo{margin-top:70px;line-height:29px; text-align:justify;}
#aboutUs_slike{text-align:center;margin-top:40px;}
.aboutUs_slike_oseba{display:inline-block;width:18%;vertical-align:top;text-align:center;}
.aboutUs_slike_oseba img{width:185px;border-radius:100%;}
.aboutUs_slike_oseba h6{margin-top:30px;}
.aboutUs_slike_oseba .telefon{margin-top:10px;}
.aboutUs_slike_oseba .ikonaMail{margin-top:10px;}
.aboutUs_slike_oseba .ikonaMail img{border-radius:0;width:32px;}



/*---------------------------------------*/

#forCompanies{display:block;min-height:1620px;background-color:white;}
#forCompanies_nadnaslov{margin-top:70px;}
#forCompanies_naslov{margin-top:10px;}
#forCompanies_redSeparator{margin-top:20px;}
#forCompanies_besedilo{margin-top:70px;line-height: 29px;text-align:justify;}
.forCompaniesPodnaslov{margin-top:70px;}
.forCompaniesPodnaslov2{margin-top:86px;}

#forCompanies_blokZgoraj{
	text-align:center;margin-top:40px;
}

.forCompanies_blokSpodaj{
	text-align:left;margin-top:70px;
}
.forCompanies_blokSpodaj2{
	text-align:left;margin-top:40px;
}

.forCompanies_blok14{
	display:inline-block;
	width:200px;height:190px;vertical-align:top;text-align:center;
	padding: 30px 40px;
	border: 1px solid #E5E7E8;
	border-radius: 24px;
	gap: 15px;
	/*background-color:bisque;*/
	margin: 0 4px;
}

.forCompanies_blok14:nth-child(1){background-color:white;}
.forCompanies_blok14:nth-child(2){background-color:white;}
.forCompanies_blok14:nth-child(3){background-color:white;}
.forCompanies_blok14:nth-child(4){background-color:white;}


.forCompanies_blok14_naslov{
	display:inline-block;
	width:100%;height:56px;text-align:center;
	text-align:left;
}
.forCompanies_blok14_naslov img{
	vertical-align:middle;
}
.forCompanies_blok14_naslov h6{
	display:inline-block;
	vertical-align:middle;
}
.forCompanies_blok14_text{
	text-align:justify;
	margin-top:15px;
}


.forCompanies_blok13{
	display:inline-block;
	position:relative;
	width:300px;height:122px;vertical-align:top;
	/*text-align:center;*/
	padding: 30px 40px;
	border: 1px solid #E5E7E8;
	border-radius: 24px;
	gap: 15px;
	/*background-color:bisque;*/
	margin: 0 3px;
	overflow:hidden;
	/*filter: grayscale(1);*/
}

.forCompanies_blok13_stevilka{
	font-weight:800;
	font-size:61px;
	text-align:left;
	line-height:73px;
}

.forCompanies_blok13_text{
	display:inline-block;
	width:200px;
}

.forCompanies_blok13_infografika{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 18px;
    left: 234px;
}

.forCompanies_blok13:nth-child(2) .forCompanies_blok13_infografika{
    top: 18px;
    left: 202px;
}

.forCompanies_blok13:nth-child(3) .forCompanies_blok13_infografika{
    top: 1px;
    left: 175px;
}


.forCompanies_blok12{
	display:inline-block;
	position:relative;
	width:496px;height:345px;vertical-align:top;
	padding: 30px 40px;
	border: 1px solid #E5E7E8;
	border-radius: 24px;
	gap: 15px;
	background-color:white;
	margin: 0 4px;
	overflow:hidden;
}

.forCompanies_blok12_top{
	
}

.forCompanies_blok12_btm{
	margin-top:20px;text-align:justify;
}

.forCompanies_blok12_top_slika{
	display:inline-block;
	width:80px;
	filter: grayscale(1);
}

.forCompanies_blok12_top_slika img{
	width:80px;
	height:80px;
	border-radius:100%;
	border: 1px solid #bcbcbc;
	background-color: white;
}


.forCompanies_blok12_top_naziv{
	display:inline-block;
	margin-left:15px;
	height:80px;
	vertical-align:top;
	width:393px
}







/*---------------------------------------*/



#contact{display:block;min-height:770px;color:white; text-align:center;}
#contact_nadnaslov{margin-top:70px;}
#contact_naslov{margin-top:10px;}
#contact_redSeparator{margin-top:20px;}
#contact_form{
	margin-top:70px;
	line-height:29px;
	text-align:left;
	/*background-color:aqua;*/
	width:600px;
	display:inline-block;

}
#contact textarea[name=myMessage]{
	width:560px;
	height:180px;
}


#contact input[name=captcha1]{
	width:80px;
	text-align:center;
	vertical-align:top;
}


#contact_form input{
	width:259px;
}

#contact_form button{
    color: white;
    font-weight: 700;
    border: 1px solid #CF202E;
    padding: 10px 24px;
    border-radius: 35px;
    background-color:#CF202E;
    cursor:pointer;
    margin-top:40px;
}

#contact_form button:hover{
    background-color:#E4505B;
}




/*- for candidates-----------------------*/
#forCandidates{display:block;min-height:780px;background-color:white;}
#forCandidates_nadnaslov{margin-top:70px;}
#forCandidates_naslov{margin-top:10px;}
#forCandidates_redSeparator{margin-top:20px;}
#forCandidates_besedilo{margin-top:70px;line-height:29px;text-align:justify;}
.forCandidatesPodnaslov{margin-top:70px;}
#forCandidates_blokZgoraj{text-align:center;margin-top:40px;}
.forCandidates_blok14{
	display:inline-block;
	width:200px;
	height:190px;
	vertical-align:top;
	text-align:center;
	padding: 30px 40px;
	border: 1px solid #E5E7E8;
	border-radius: 24px;
	gap: 15px;
	margin: 0 4px;
}
#forCandidates .forCandidates_blok14{
	width:300px;
}

#forCandidates .forCandidates_blok14:nth-child(1){background-color:white;}
#forCandidates .forCandidates_blok14:nth-child(2){background-color:white;}
#forCandidates .forCandidates_blok14:nth-child(3){background-color:white;}

.forCandidates_blok14_naslov{display:inline-block;width:100%;height:56px;text-align:center;text-align:left;}
.forCandidates_blok14_naslov img{vertical-align:middle;}
.forCandidates_blok14_naslov h6{display:inline-block;vertical-align:middle;}
.forCandidates_blok14_text{text-align:justify;margin-top:15px;}


/*-trgovina (oglasi)--------------------------------------*/
#trgovina{display:block;min-height:750px;}
#trgovina_nadnaslov{margin-top:70px;}
#trgovina_naslov{margin-top:10px;}
#trgovina_redSeparator{margin-top:20px;}

#trgovina_skupinaSelector{
	height:30px;
	padding:10px 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
	border-radius: 24px;	
	background-color:white;
	margin-top:70px;
}

#trgovina_skupinaSelector button{
    height: 30px;
    background-color: #708c1680;
    color: white;
    font-weight: 400;
    border-radius: 35px;
    padding: 0 15px;
    margin-right: 4px;
    border:none;
}

#trgovina_skupinaSelector button.selected{
    background-color:#708c16;
    color:white;
}





#trgovina_skupinaSelector button:hover{
    background-color:#cddc39;
}

.trgovina_List{
	position:relative;
	display:inline-block;
	height:380px;
	width: 230px;
	padding:20px;
	border-radius:24px;
	background-color:white;
	margin-top:20px;
	vertical-align:top;
	cursor:default;
	margin: 20px 10px;
}

.trgovina_List:hover{
	box-shadow:0 0 10px -4px black;
}

.trgovina_List_image {
    position: absolute;
    top: 20px;
    width: 230px;
    height: 190px;
    border-radius: 10px;
    border:thin #EBEBEB;
    text-align:center;
}
.trgovina_List_image img{
	max-width:100%;
	max-height:100%;
}

.trgovina_List_zaloga {
    position: absolute;
    top: 20px;
    background-color:#ffffffaa;
    font-size:14px;
    font-weight:300;
    padding:2px;
}
.trgovina_List_zaloga img{
	vertical-align:middle;
}


.trgovina_List_zvezdice {
    position: absolute;
    top: 210px;
    left:82px;
    width: 114px;
    height: 24px;
    text-align:center;
    background-color:#e4e4e4;
}

.trgovina_List_zvezdice img{
	position:absolute;
	top:0;
	left:0;
	box-shadow: inset 0px 1px 6px 2px black;
}

.trgovina_List_zvezdice .zvezdiceRed{
	position:absolute;
	top:0;
	left:0;
	height:24px;
	width:90%;
	background-color:#FF9900;
}


.trgovina_List_naziv {
    position: absolute;
    top: 237px;
    width: 230px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.trgovina_List_cena {
    position: absolute;
    top: 320px;
    width: 230px;
    height: 25px;
    text-align: center;
    font-size: 26px;
    color: #708C16;
    font-weight: bold;
}

.trgovina_List_cena_napisDDV{
	font-size:11px;
	font-weight:400;
	color:#151617;
}

.trgovina_List_links{
    position: absolute;
    top: 360px;
    width: 230px;
    text-align: center;
    //background-color: #FFCCCC;
    font-size: 22px;
    color: #708C16;
    font-weight: bold;
}

/*-footer-------------------------------------------*/
#footer{
	display:block;
	color:white;
	height:90px;
	vertical-align:middle;
}
.footer_mid{
	text-align:center;
	margin-top:2px;
}

.footer_mid img{
	width:100px;
	vertical-align:middle;
}

.footer_mid span{
	vertical-align:middle;
}

/*-Ozadja --------------------------------------*/

/*.bg-darkGray{
	background: 0 -220px #1c1c1ce5 url('slike/rekrutech-bg-1080.jpg');
	background-size: cover;
	background-blend-mode: darken;
}*/
.bg-darkGray {
    background: 0 -220px #0a0808db url(slike/darkOzadje.webp);
    background-size: cover;
    background-blend-mode: darken;
}

.bg-lightGray{background-color:#F3F4F5;}
.bg_footerGray{background-color:#292D2F;}

/*--------------------------------------*/



.sticky{
	position: sticky;display:block;top:-1px; z-index:1000;box-shadow:0 1px 4px rgba(176, 182, 186, 0.5);background-color:#6d8d00;}


#logo{
	position: absolute;
	top: 10px;
}

#povezaveL{
	top:36px;
	left:300px;
	position:absolute;
}

#logo a img{
	width:285px;
}

#povezaveL a{
	color:white;
	margin-left:36px;
	font-weight: 600;
}
#povezaveL a:hover{
	color:#FFFF66;
}


#povezaveR{
	top:36px;
	right:0px;
	position:absolute;
}	

#povezaveR a {
    color: #f1f1f1;
    font-weight: 700;
    border: 2px solid #647d13;
    padding: 10px;
    border-radius: 35px;
    animation: shadowFade 2s infinite;

}

@keyframes shadowFade {
  from {box-shadow: 0px 0px 13px 4px #556A13;}
  to {box-shadow: 0 0 0 #556A13;}
}



#povezaveR a:hover {
	background-color:#566C13;
    color: white;
    animation: unset;
}

/*----
err_Message / my,message
*/
#errVnos {
    position: fixed;
    top: -200px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 600;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    color: black;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -5px #979797;
    opacity:0.9;
}

.showWaitOrange{
    border: solid 1px red;
	background-color:white;
	cursor:default;
}

.showWaitGreen{
	border: solid 1px green;
	background-color:white;
}
.showWaitGreen>#evText{
	color:black;
	text-shadow:0px 0px 3px white;
}

#noga{
	background-color:#303030;
	color:#FFFFFF;
	height:30px;
	/*display:inline-block;*/
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
}


#showWait, #showWait2{
	position:fixed;
	text-align:center;
	top:0;left:0;bottom:0;right:0;
	padding-top:300px;
	color:black;
	cursor:wait;
	z-index:10000;
}
#showWait>#swBorder{
	display:inline-block;
	position:fixed;
	padding:30px;
	border:thin black solid;
	border-radius:10px;
	background-color:#ffffffdd;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:10001;
	width:250px;
	left:-145px;
	margin-left:50%;
}
#showWait img{
	height: 100%;
	max-height: 50px;
	vertical-align: middle;
}

/*-- red link  -----------------------*/
a.redLink  {
	display:inline-block;
    color: white;
    font-weight: 700;
    border: 1px solid #586C11;
    padding: 10px 24px;
    border-radius: 35px;
    background-color:#708C16;
    font-size:14px;
}

a.redLink:hover {
	background-color:#A4CA20;
}

a.redLink:active {
	color:#708C16;
	background-color: white;
}




/*-- captcha -------------------------------*/ 
.captcha{
	border-radius:47px;
	vertical-align:top;
	padding:10px;
	height:42px;"	
}


.unbreak{
	display:inline-block;
}


.textSmall{
	font-size:12px;
}


.imgWrapText img{
	max-width:600px;
	display:inline;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
} 

.imgStoPosto img{
	width:100%;
	margin-right:15px;
	margin-bottom:15px;
} 


@media only screen and (max-width: 801px) {
	#adminAccess{display: none;}
}

.tox-fullscreen{
	z-index:2015;
}


help>img{
	width:12px;
	height:12px;
}


help {
    text-decoration: none;
}
help:hover {
    cursor: help;
    position: relative;
}
help>span.h {
    display: none;
    opacity:0;
	transition: 100ms linear;
	width:0;
}
help:hover>span.h{
    border: #c0c0c0 1px dotted;
    border-radius:5px;
    padding: 10px 10px 10px 10px;
    background-color:#FFFFF4;
    display: block;
    opacity:.1;
    z-index: 100;
    left: -10px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: -15px;
	transition: 200ms linear;
	font-size:16px;
	box-shadow: 0 0 8px -3px #768230;
}

help>span.h:hover{
    opacity:1;
	transition: 100ms linear;
}

