@font-face {
  font-family: 'Oswald-Regular';
  src: url('Oswald-Regular.eot?#iefix') format('embedded-opentype'),  url('Oswald-Regular.woff') format('woff'), url('Oswald-Regular.ttf')  format('truetype'), url('Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*default version*/ 
* {box-sizing: border-box;}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
	padding:10px;
    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {width: 100%;}
}


body
{
	margin: 0;
	padding: 0;
	color: #000;
	
}


article {
  -webkit-columns: 2 450px;
  -moz-columns: 2 450px;
  columns: 2 450px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  font-size: 24px;
  height:60px;
  width:60px;
  border: none;
  outline:none;
  background-color: #004E9F;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

#myBtn:hover {
  background-color: #68A819;
}


h1 { font-family: 'Oswald-Regular' !important; font-size: 36pt; color:#002F61;} /* 36px */
h2 { font-family: 'Oswald-Regular' !important; font-size: 28pt; color:#002F61;}
h2.akcija {font-family: 'Oswald-Regular' !important; font-size: 28pt; color:#ffffff; margin-top:0; text-shadow: -2px 0 black, 0 2px black;}

h3 {font-family: 'Oswald-Regular' !important; font-size: 22pt; color:#002F61;} /* 22px */
h4 { font-family: 'Oswald-Regular' !important; font-size: 18pt; color:#002F61;  line-height: 150%;} /* 18px */
h5 { font-family: 'Oswald-Regular' !important; font-size: 16pt;  color:#002F61; margin: 5px;}
h5.akcija { font-family: 'Oswald-Regular' !important; font-size: 16pt;  color:#000000;}

h6 { font-family: arial,sans serif; font-size: 9pt;  color:#ffffff; font-weight: normal; margin: 20px; line-height: 110%;} /* 14px */

p {margin: 0 0 1.5em; line-height: 1.5; color:#1c1c1c;}
p.malo {margin: 0 0 1.5em; line-height: 1.5; color:#1c1c1c;}
p.akcija { font-family:arial,sans serif; font-size:13pt; color:#000000; line-height:110%;}
p.opomba { font-family:arial,sans serif; font-size:12px; color:#000000; line-height:110%;}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;F
	border-left: 5px solid #eee;
}

hr
{
	height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #ffffff;
}
hr.linki
{
	height: 1; 
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	border: 0;
	border-top: 1px solid #72B81B;
}
hr.menu
{
	height: 1; 
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #002F61;
}
hr.ikonice
{
	height: 1; 
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #ffffff;
	max-width:240px;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td
{
	padding: .5em 0.5em;
	vertical-align: top;
	text-align: left;
}

A  {
	font-size : 15pt;
	font-family: 'Oswald-Regular' !important;
	font-weight : normal;
	font-style : normal;
	color:#ffffff;
	text-decoration:none;
   
}

A:Hover  {color:#000000;}

A.belo  {
	font-size : 15pt;
	font-family: 'Oswald-Regular' !important;
    font-style : normal;
	color : #ffffff;
	text-decoration:none;
        
}

A.belo:Visited  {color:#ffffff; text-decoration:none}

A.belo:Active  {color:#000000; text-decoration:none}

A.belo:Hover  {color:#000000; text-decoration:none}

A.malo  {
	font-size : 11pt;
	font-family: arial !important;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	text-decoration:none;}
A.malo:Visited  {color:#ffffff;font-weight : normal;text-decoration:none}
A.malo:Active  {color:#000000;font-weight : normal;text-decoration:none}
A.malo:Hover  {color:#000000;font-weight : normal;text-decoration:none}

A.txt {
	font-size : 15pt; padding-left:6px; padding-right:6px;
	font-family:'Oswald-Regular' !important;
	font-weight : normal;
	font-style : normal;
	color : #004E9F;
	text-decoration:none;}
A.txt:Visited  {color:#004E9F;font-weight : normal;text-decoration:none}
A.txt:Active  {color:#004E9F;font-weight : normal;text-decoration:none}
A.txt:Hover  {color:#ffffff; text-decoration:none; background-color:#68A819;}/*originalno {color:#68A819; text-decoration:none}*/

A.vstop {
	font-size : 15pt; padding-left:12px; padding-right:12px;
	font-family:'Oswald-Regular' !important;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color:#004E9F;
	text-decoration:none;}
A.vstop:Visited  {color:#ffffff;font-weight : normal;text-decoration:none}
A.vstop:Active  {color:#004E9F;font-weight : normal;text-decoration:none}
A.vstop:Hover  {color:#ffffff; text-decoration:none; background-color:#68A819;}


/* -----------------------
Layout styles
------------------------*/
/* menu container */
.menu {
  overflow: hidden;
    font-family: 'Oswald-Regular' !important;
}

/* Links inside the menu */
.menu a {
  float: left;
  font-size: 15pt;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The menudrop container */
.menudrop {
  float: left;
  overflow: hidden;
}

/* menudrop button */
.menudrop .gumb {
  font-size: 15pt; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #004E9F;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to menu links on hover */
.menu a:hover, .menudrop:hover .gumb {
  background-color: #68A819;
}

/* menudrop content (hidden by default) */
.menudrop-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the menudrop */
.menudrop-content a {
  float:none;
  color: #000000;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to menudrop links on hover */
.menudrop-content a:hover {
  background-color: #68A819;
}

/* Show the menudrop menu on hover */
.menudrop:hover .menudrop-content {
  display: block;
}

.topnav {
  overflow: hidden;
  background-color: #004E9F;  max-width: 1000px;
  
}

.topnav a {
font-size : 15pt;
font-family: 'Oswald-Regular' !important;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}

.topnav a:hover {
  background-color: #68A819;
  color: black;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block; align: center;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container
{
	max-width: 1000px;
	margin: 0 auto;
	font-family: arial;
	font-size:13pt;
}

.header
{
	color: #fff;
	padding: 0;
}
.logoslika
{
	color: #fff; margin: auto;
	text-align:center;
	padding: 0; height:200px;
}

.logo
{
	color: #fff;
	background: #004E9F; text-align:center;
	padding: 0;
	background-image:url(../img/podlogo.png);
    background-repeat: repeat;}

.logonot
{
	color: #fff;
	background: #68A819; text-align:center;
	padding: 0;
}

.header-heading { margin: 0; }

.podlaga { background: #004E9F; margin-top: -1px;}

.nav-bar
{
	background: #000;
	padding: 0;
}

.content{padding: 1em 1.25em;  background: #e5e5e5;}
.tehnologija{padding: 1em 1.25em; background: #DEECCC;}
.aplikacije{padding: 1em 1.25em; background: #D5ECFD;}
.stroji{padding: 1em 1.25em; background: #e9e9e9;}
.storitve{padding: 1em 1.25em; background: #FFF7EC;}
.gastro{padding: 1em 1.25em; background: #FFECCC;}

.obrazec{width: 300px; margin: 0 auto; font-family: arial; font-size:13pt;}

.footer
{
	color: #fff;
	background: #68A819; margin:auto;
	padding:5px;
}

.msenca
{
	
	background-color:#004E9F;
	height:5px;
	padding: 0;
	margin-top:-1px;
	background-image:url(../img/msenca.png); background-repeat:repeat-x;
	
}
.ssenca
{
	
	background-color:#68A819; background-image:url(../img/ssenca.png); background-repeat:repeat-x;
	height:7px;
	padding: 0;
	margin-bottom:-1px;
}

.noga
{
	color: #fff;
	background: #004E9F;
	padding: 1px; margin:auto;
	text-align: center;
	font-family: 'Oswald-Regular' !important;
}
.glava
{
	color: #fff; padding-top:5px; padding-bottom:0px;
	background: #004E9F; margin:auto;
	text-align: center;
	font-family: 'Oswald-Regular' !important;
}
/*bener novo zacetek*/
.novo {
  
    color: #fff; padding:1px;
	background: #000000;
	text-align: center;
	font-family: 'Oswald-Regular' !important;
  
}

.novo p {
  color: #ffffff;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-family: 'Oswald-Regular' !important; font-size: 16pt;  color:#ffffff;
}
/*bener novo konec*/
 
 ul {  padding-left:20px; line-height:140%;}/*po potrebi zbrisati*/
.test { list-style:none; padding:10px; line-height:180%;}
.kazalo { list-style:none; padding:0px; line-height:180%; margin-left:20px;}
.zacetna { list-style:disc; padding:0px; line-height:150%; margin-left:10px; margin-top:-20px}
/*kolaps*/
.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #004E9F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}
/*kolaps*/

/*kolaps storitve*/
.toggle-storitve {
  display: none;
}

.toggle-storitve + label {
  cursor: pointer;
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
}

.toggle-storitve + label + div {
  display: none;
  margin-bottom: 5px;
}

.toggle-storitve:checked + label + div {
  display: block;
}

.toggle-storitve + label:before {
  background-color: #004E9F;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.toggle-storitve:checked + label:before {
  content: "\2212";
}
/*kolaps storitve*/


/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: 6px;
	
}

.nav a:link { color: white; }
.nav a:hover { color: #000000; }

.nav a:focus
{
	color: black;
	background-color: white;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }
.img-linki { max-width: 20%; }
.img-senca {width: 100%; height: auto; box-shadow: 0 0 2px #000000;}
.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.gumbek {
	font-family: 'Oswald-Regular' !important;
    background-color: #004E9F; !important;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15pt;
    margin: 4px 2px;
    cursor: pointer;}
.gumbek:hover {
    background-color: #68A819;}	

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}


/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em; }
	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0; align:center;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}
/*KUKIJI-popup*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 0px;
  width: 80%;         
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #ffffff;
  font-family:  Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all 200ms;
  font-size: 24px;
  text-decoration: none;
  color: #004E9F;
}
.popup .close:hover {
  color: #68A819;
}
.popup .okno {
  max-height: 30%;
  overflow: auto;
}
/*KUKIJI-popup*/

/*stiki-popup*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.stiki {
  margin: 70px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 0px;
  width: 80%;         
  position:fixed;
 
}

.stiki h2 {
  margin-top: 0;
  color: #000000;
  font-family:  Arial, sans-serif;
}
.stiki .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #004E9F;
}
.stiki .close:hover {
  color: #68A819;
}
.stiki .okvir {
  max-height: 30%;
  overflow: auto;
}
/*stiki-popup*/

/*STIL ZA OKVIRJE*/
.slikaokvir {width: 100%; height: auto;}

.okvir
{
    list-style: none;
    margin: 0 0 0 -15px; /* Note the negative margin */
    padding: 0;
    overflow: hidden;
}

.okvirji
{
    float: left;
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}

/* Some decorations */
div.skatlica { background: #f0f0f0; padding:20px; box-shadow: 0 0 3px #000000;}
@media screen and (max-width: 600px) {
    .okvirji {width: 100%;}}
	
/*primarna*/
.ikona {
    float: left;
	PADDING:2PX;
    width: 25%;
	text-align:center;
}


.prim:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two ikonas stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .ikona {width: 100%;}
}

@media screen and (max-width: 600px) {
   
	A.povezava1 {font-size : 16pt !important;}
	A.povezava2 {font-size : 16pt !important;}
	A.povezava3 {font-size : 16pt !important;}
	A.povezava4 {font-size : 16pt !important;}

}

A.povezava1 {
	font-size : 20pt;
	font-family: 'Oswald-Regular' !important;
	color : #ffffff;}
A.povezava1:Hover  {color:#3FA9F5; text-decoration:none;}

A.povezava2 {
	font-size : 20pt;
	font-family: 'Oswald-Regular' !important;
	color : #ffffff;}
A.povezava2:Hover  {color:#68A819; text-decoration:none;}

A.povezava3 {
	font-size : 20pt;
	font-family: 'Oswald-Regular' !important;
	color : #ffffff;}
A.povezava3:Hover  {color:#999999; text-decoration:none;}

A.povezava4 {
	font-size : 20pt;
	font-family: 'Oswald-Regular' !important;
	color : #ffffff;}
A.povezava4:Hover  {color:#FF931E; text-decoration:none;}

/*primarna*/
@media screen and (max-width: 500px) {
    .pikto {
        max-width: 0%;
    }
}

