@charset "utf-8";
/* DESIGN Minibig, Simon Trampuš s.p. */

/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800&subset=latin,latin-ext);

/*NORMALIZE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,nav embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, slogan, ponudba, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: relative;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, slogan, ponudba, main {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*GRID*/

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

/* LAYOUT */
html, body {
    height: 100%;
}
body {
	background-color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	margin: 0;
	padding: 0;
	color: #575757;
	display: table;
    width: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

.page-row {
    display: table-row;
    height: 1px;
	
}
.page-row-expanded {
    height: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.clearfloat {  
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a img { 
	border: none;
}

.d_hide {
	display: none;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header-img.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:600px;
}

.logo {
	text-align:center;
	padding:20px 0;
}

.slogan {
	font-size:21px;
	color:#216a9c;
	line-height:34px;
	text-align:center;
	padding-top:35px;
}

.header-inside {
	background-image:url(../../images/layout/header-img-inside.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
}

.logo-inside {
	text-align:center;
	padding:15px 0;
}



/* FOOTER */
.footer {
	font-size:12px;
	color:#575757;
	height:40px;
	margin-top:10px;
}

.footer .izdelava {
	float:right;
}


/* NAVIGACIJA */
	
/* navigacija mobile */
.menu-mobile {
	display:none;
}

/* navigacija */
.navigacija {
	background-image:url(../../images/layout/navigacija-bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:71px;
	z-index:1000;
	text-align:center;
}

.navigacija ul {
	margin-top:18px;
}
.navigacija ul li {
	display: inline;
	list-style:none;
	padding-right:25px;
}
.navigacija ul li a {
	font-size:15px;
	font-weight:400;
	color:#216a9c;
	text-decoration:none;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.navigacija ul li a:hover {
	color:#fdcf00;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* SIDEBAR */
.sidebar {
	padding-top:115px;
}

.sidebar ul li.big a  {
	font-size:15px;
	color:#216a9c;
	line-height:24px;
	text-decoration:none;
	font-weight:600;
}

.sidebar ul li a {
	font-size:15px;
	color:#575757;
	line-height:24px;
	text-decoration:none;
    display: table-row;	
}

.sidebar ul li a:before {
    content: " »";
    display: table-cell;
	padding-left:10px;
	padding-right:5px;
}
.sidebar ul li a:hover {
	color:#fdcf00;
	text-decoration:none;
}

.sidebar ul li a:active {
	color:#fdcf00;
	text-decoration:none;
}

.sidebar .aktiven {
	color:#fdcf00;
}

.sidebar hr {
	 border: 0; 
	 height: 1px; 
	 background: #e1e1e1;
	 margin:10px 0;
	 width:92%;
}



/* VSEBINE */
.main {
	background-image: url(../../images/layout/main-bg.jpg);
	background-repeat:repeat-y; 
	min-height:300px; 
	background-position:center;
	padding:100px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

.vsebina {
	padding-left:50px;
}

/* TEXT */
h1 {
	font-size:39px;
	line-height:48px;
	color:#216a9c;
	font-weight:400;
	text-transform:uppercase;
	border-left: 1px solid #ccc; 
	padding: 0 0 0 30px;
}

h2 {
	font-size:39px;
	line-height:48px;
	color:#216a9c;
	font-weight:400;
	text-transform:uppercase;
	border-left: 1px solid #ccc; 
	padding: 0 0 0 30px;
}

h3 {
	font-size:20px;
	line-height:26px;
	color:#216a9c;
	font-weight:600;
}

h4 {
	font-size:15px;
	line-height:22px;
	color:#216a9c;
	padding-bottom:5px;
	font-weight:600;
}

a:link, a:visited {
	color:#575757;
	font-size:14px;
	line-height:22px;
	text-align:left;
	text-decoration:none;
}

a:hover {
	color:#fdcf00;
	text-decoration:none;
}

.podnaslov {
	font-size:12px;
	color:#575757;
	font-weight:400;
	text-transform:uppercase;
	border-left: 1px solid #ccc; 
	padding: 5px 0 0 30px;
	margin-bottom:40px;
}

.vsebina ul {
	list-style: none; 
	padding:0;  
	margin:0;
}

.vsebina li {
	font-size:14px;
	line-height:22px;
	padding-left: 1.5em;
    text-indent: -1em;

}
.vsebina li:before {
	content: "\25CF";
	font-size:12px;
	padding-right:7px;
	color:#575757;
}

strong {
	font-weight:600;
	color:#216a9c;
}

em {
	font-style:italic;
}

.icon {
	padding-right:5px;
}

.tabela { 
	font-size:14px;
	line-height:18px;
	color: #575757;
	border-collapse:collapse;
	text-align:left;
	width:60%;
}
.tabela th {
	font-size:14px;
	color:#216a9c;
	font-weight:600;
	border-bottom:2px solid #216a9c;
	padding:10px 8px;
}
.tabela td {
	border-bottom:1px solid #216a9c;
	color:#575757;
	padding:10px 8px;
}
.tabela tbody tr:hover td{
	color:#fdcf00;
}

/* obvestila */
.datum {
	font-size:13px;
	color:#575757;
	font-weight:400;
}

.preberi-vec:link, .preberi-vec:visited  {
	font-size:14px;
	color:#fdcf00;
	font-weight:600;
	text-decoration:none;
}

.preberi-vec:hover {
	color:#216a9c;
	text-decoration:none;
}

a.gumb {
	background:#216a9c;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	padding:10px;
	width:140px;
	margin-top:50px;
	display:block;
	text-decoration:none;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.gumb:hover{
    background: #fdcf00;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


hr {
	 border: 0; 
	 height: 1px; 
	 background: #e1e1e1;
	 margin:40px 0;
}

/* GALERIJA */
.img-width {
	max-width: 100%;
	height: auto;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	float:left;
	padding:2px;
	display:block;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;	
}

.img-responsive:hover {
	filter: alpha(opacity=40) ;  
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;	
}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {

.t_hide{display: none;} /*hide on mobile*/

.wrapper {
	width: 100%;
	width: 740px;
	margin:0 auto;
}

.img-width {
	width:100%;
}

/* HEADER */
.slogan {
	font-size:20px;
	line-height:32px;
	text-align:center;
	padding-top:40px;
}

/* FOOTER */
.footer p {
	font-size:11px;

}

/* NAVIGACIJA */
.navigacija ul li {
	padding-right:10px;
}
.navigacija ul li a {
	font-size:13px;
}

/* SIDEBAR */
.nav-sidebar:link, .nav-sidebar:visited  {
	font-size:15px;
	line-height:36px;
	padding-left:5px;	
}
.podmeni-sidebar:link, .podmeni-sidebar:visited  {
	font-size:14px;
	line-height:32px;
	padding-left:15px;	
}

/* VSEBINE */
.main {
	background-image: url(../../images/layout/main-bg-tablet.jpg);
}

/* TEXT */
h1 {
	font-size:38px;
	line-height:50px;
	color:#216a9c;
	font-weight:400;
	text-transform:uppercase;
	border-left: 1px solid #ccc; 
	padding: 0 0 0 20px;
}

h2 {
	font-size:38px;
	line-height:50px;
	color:#216a9c;
	font-weight:400;
	text-transform:uppercase;
	border-left: 1px solid #ccc; 
	padding: 0 0 0 20px;
}

h3 {
	font-size:18px;
	line-height:26px;
	color:#216a9c;
	font-weight:400;
}

.podnaslov {
	padding: 5px 0 0 25px;
}


p {	
	font-size:13px;
	line-height:20px;
}


}

/* Ajax loader config */
.ajax-loading {
    
    text-align: center;
    display:block;
    background: transparent url('../../images/loader.gif') no-repeat center center;
    height:80px;
    width:100%;
    
}


/*TABLET*/
@media all and (min-width: 500px) and (max-width: 767px) {
/*disable text sizing on orientation change*/
	html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, .produkti, .content,. main {
		-webkit-text-size-adjust:none;
	}
	.m_hide{display: none;} /*hide on mobile*/
	
	.t_hide{display: none;} /*hide on mobile*/
	
	.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }
	
.wrapper {
	width: 100%;
	width: 500px;
	margin:0 auto;
}

.menu {
	display:none;
}



/* HEADER */
.header {
	background-image:none;
	border-top:#216a9c solid 5px;
	height:128px;
}

.header-inside {
	background-image:none;
	border-top:#216a9c solid 5px;
	height:128px;
}

/* FOOTER */
.footer {
	text-align:center;
}

.footer .izdelava {
	float:none;
}

/* SIDEBAR */
.sidebar {
	padding-top:0;
}

/* VSEBINE */
.main {
	background-image:none;
	background-color:#f9f9f9;
	padding:55px 0;
	margin-top:35%;
}

.vsebina {
	padding-left:0;
	padding-top:50px;
}


}


/*MOBILE*/
@media only screen and (max-width:499px) {
/*disable text sizing on orientation change*/
	html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, .produkti, .content,. main {
		-webkit-text-size-adjust:none;
	}
	.m_hide{display: none;}
	
	.mobile_hide {display: none;}
	
	.d_hide {display:block;}
	
	.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }

.wrapper {
	width: 100%;
	width: 300px;
	max-width:450px;
	margin:0 auto;
}

/* HEADER */
.header {
	background-image:none;
	border-top:#216a9c solid 5px;
	height:128px;
}

.header-inside {
	background-image:none;
	border-top:#216a9c solid 5px;
	height:128px;
}

/* FOOTER */
.footer {
	text-align:center;
}

.footer .izdelava {
	float:none;
}

/* SIDEBAR */
.sidebar {
	padding-top:0;
}

/* VSEBINE */
.main {
	background-image:none;
	background-color:#f9f9f9;
	padding:55px 0;
	margin-top:35%;
}

.vsebina {
	padding-left:0;
	padding-top:50px;
}


/* TEXT */
h1 {
	font-size:38px;
	line-height:44px;
}

h2 {
	font-size:38px;
	line-height:44px;
}



}


















