@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,800italic&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, 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;
}

.d_hide{display:none;}


/*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 {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	margin: 0;
	padding: 0;
	color: #414141;
	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;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:550px;
}

.logo {
	padding-top:10px;
}

.ponudba {
	text-align: left;
	display: inline;
	list-style: none;
}

.ponudba ul li {
	font-size:23px;
	color:#005e9e;
	font-weight:600;
	display: inline-block;
 	position: relative;
  	padding:60px 0 0 30px;
}

/* PREDSTAVITEV */
.predstavitev {
	background-color:#005e9e;
	width:100%;
	min-height:200px;
	padding:100px 0;
}

.predstavitev:after {
	content: "";
	display: table;
	clear: both;
}

.predstavitev p {
	font-size:18px;
	line-height:28px;
	color:#FFF;
	text-align:justify;
	padding:0 80px;
}

/* KONTAKT */
.kontakt {
	background-color:#FFF;
	width:100%;
	min-height:200px;
	padding:100px 0;
}

.kontakt:after {
	content: "";
	display: table;
	clear: both;
}

.kontakt .ime {
	font-size:24px;
	line-height:32px;
	color:#005e9e;
	font-weight:700;
	padding:60px 0 20px 0;
}

.kontakt .telefon {
	font-size:22px;
	color:#005e9e;
	font-weight:600;
}

.kontakt .podjetje {
	font-size:14px;
	line-height:20px;
	color:#005e9e;
	padding-top:15px;
}

a:link, a:visited {
	font-size:18px;
	line-height:32px;
	color:#005e9e;
	font-weight:600;
	text-decoration:none;
}
a:hover {
	color:#f37749;
}

/* TEXT */
.h1-naslov {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.h1-naslov h1 {
	font-size:32px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	display: inline-block;
	position: relative;
}
.h1-naslov h1:after, .h1-naslov h1:before {
	position: absolute;
	content: '';
	width: 270px;
	height: 0;
	border-bottom: 1px solid;
	top: 50%;
}
.h1-naslov h1:after {
	right: -285px;
}
.h1-naslov h1:before {
	left: -285px;
}

.h2-naslov {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.h2-naslov h2 {
	font-size:32px;
	color:#005e9e;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	display: inline-block;
	position: relative;
}
.h2-naslov h2:after, .h2-naslov h2:before {
	position: absolute;
	content: '';
	width: 270px;
	height: 0;
	border-bottom: 1px solid;
	top: 50%;
}
.h2-naslov h2:after {
	right: -285px;
}
.h2-naslov h2:before {
	left: -285px;
}

h3 {
	font-size:42px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}

strong {
	font-weight:700;
}

/* COPYRIGHT */
.copyright {
	background-color:#FFF;
	width:100%;
	height:55px;
	border-top:#CCC 1px solid;
}

.copyright p {
	font-size:12px;
	margin-top:12px;
}

/*BIG SCREEN*/
@media all and (min-width: 1600px) {
.header {
	background-image:url(../../images/layout/header-bg-big.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:658px;
}
}

/*TABLET BIG*/
@media all and (min-width: 1024px) and (max-width: 1100px) {
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header-bg-tablet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:450px;
}

.logo {
	width:220px;
	padding:10px 0 0 60px;
}

.ponudba ul li {
	font-size:21px;
  	padding:45px 0 0 40px;
}

/* TEXT */
.h1-naslov h1 {
	font-size:30px;
}
.h1-naslov h1:after, .h1-naslov h1:before {
	width: 280px;
}
.h1-naslov h1:after {
	right: -300px;
}
.h1-naslov h1:before {
	left: -300px;
}

.h2-naslov h2 {
	font-size:30px;
}
.h2-naslov h2:after, .h2-naslov h2:before {
	width: 180px;
}
.h2-naslov h2:after {
	right: -200px;
}
.h2-naslov h2:before {
	left: -200px;
}

h3 {
	font-size:34px;
}

/* PREDSTAVITEV */
.predstavitev {
	padding:80px 0;
}

.predstavitev p {
	font-size:17px;
	line-height:26px;
	padding:0 80px;
}

/* PREDSTAVITEV */
.predstavitev {
	padding:80px 0;
}

.predstavitev p {
	font-size:16px;
	line-height:26px;
	padding:0 80px;
}

/* KONTAKT */
.kontakt {
	padding:80px 0;
}

.kontakt .ime {
	font-size:21px;
	line-height:30px;
	padding:50px 0 20px 0;
}

.kontakt .telefon {
	font-size:21px;
	color:#005e9e;
	font-weight:600;
}

.kontakt .podjetje {
	font-size:13px;
	line-height:20px;
	color:#005e9e;
	padding-top:15px;
}

a:link, a:visited {
	font-size:16px;
	line-height:32px;
}
a:hover {
	color:#f37749;
}

}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 767px;
	margin:0 auto;
}
/* HEADER */
.header {
	background-image:url(../../images/layout/header-bg-tablet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:450px;
}

.logo {
	width:220px;
	padding-top:10px;
}

.ponudba ul li {
	font-size:20px;
  	padding:43px 0 0 30px;
}

/* TEXT */
.h1-naslov h1 {
	font-size:30px;
}
.h1-naslov h1:after, .h1-naslov h1:before {
	width: 180px;
}
.h1-naslov h1:after {
	right: -200px;
}
.h1-naslov h1:before {
	left: -200px;
}

.h2-naslov h2 {
	font-size:30px;
}
.h2-naslov h2:after, .h2-naslov h2:before {
	width: 180px;
}
.h2-naslov h2:after {
	right: -200px;
}
.h2-naslov h2:before {
	left: -200px;
}

h3 {
	font-size:33px;
}

/* PREDSTAVITEV */
.predstavitev {
	padding:80px 0;
}

.predstavitev p {
	font-size:16px;
	line-height:26px;
	padding:0 80px;
}

/* KONTAKT */
.kontakt {
	padding:80px 0;
}

.kontakt .ime {
	font-size:21px;
	line-height:30px;
	padding:40px 0 20px 0;
}

.kontakt .telefon {
	font-size:21px;
	color:#005e9e;
	font-weight:600;
}

.kontakt .podjetje {
	font-size:13px;
	line-height:20px;
	color:#005e9e;
	padding-top:15px;
}

a:link, a:visited {
	font-size:16px;
	line-height:32px;
}
a:hover {
	color:#f37749;
}

/* KONTAKT */
.copyright .col_9 {
	width:71%;
}
.copyright .col_3 {
	width:25%;
}

}

/*TABLET*/
@media all and (min-width: 500px) and (max-width: 767px) {
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;
	}	
	.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;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header-bg-tablet-small.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:380px;
}

.logo {
	width:160px;
	padding-top:10px;
}

.header .col_4 {
	width:31%;
}
.header .col_8 {
	width:65%;
}

.ponudba ul li {
	font-size:16px;
  	padding:33px 0 0 10px;
}

/* TEXT */
.h1-naslov h1 {
	font-size:26px;
}
.h1-naslov h1:after, .h1-naslov h1:before {
	width: 100px;
}
.h1-naslov h1:after {
	right: -120px;
}
.h1-naslov h1:before {
	left: -120px;
}

.h2-naslov h2 {
	font-size:26px;
}
.h2-naslov h2:after, .h2-naslov h2:before {
	width: 100px;
}
.h2-naslov h2:after {
	right: -120px;
}
.h2-naslov h2:before {
	left: -120px;
}

h3 {
	font-size:28px;
}

/* PREDSTAVITEV */
.predstavitev {
	padding:80px 0;
}

.predstavitev p {
	font-size:15px;
	line-height:22px;
	padding:0 40px;
}

/* KONTAKT */
.kontakt {
	padding:80px 0;
}

.kontakt .ime {
	font-size:21px;
	line-height:30px;
	padding:40px 0 20px 0;
}

.kontakt .telefon {
	font-size:21px;
	color:#005e9e;
	font-weight:600;
}

.kontakt .podjetje {
	font-size:13px;
	line-height:20px;
	color:#005e9e;
	padding-top:15px;
}

a:link, a:visited {
	font-size:16px;
	line-height:32px;
}
a:hover {
	color:#f37749;
}

.kontakt .col_1 {
	display:none;
}

/* COPYRIGHT */
.copyright {
	padding-top:5px;
	text-align:center;
}
.copyright p {
	font-size:12px;
	margin-top:0;
}

}

/*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;
	}
	.mm_hide{display: none;} /*hide on mobile*/
	
	.m_hide{display: none;} /*hide on mobile*/
	
	.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: 320px;
	margin:0 auto;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header-bg-mobile.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:340px;
}

.logo {
	width:170px;
	padding-top:10px;
}

.ponudba ul li {
	font-size:16px;
  	padding:33px 0 0 10px;
}

/* TEXT */
.h1-naslov {
	margin: 5px 0;
}
.h1-naslov h1 {
	font-size:20px;
}
.h1-naslov h1:after, .h1-naslov h1:before {
	width: 60px;
}
.h1-naslov h1:after {
	right: -70px;
}
.h1-naslov h1:before {
	left: -70px;
}

.h2-naslov {
	margin: 5px 0;
}
.h2-naslov h2 {
	font-size:20px;
}
.h2-naslov h2:after, .h2-naslov h2:before {
	width: 60px;
}
.h2-naslov h2:after {
	right: -70px;
}
.h2-naslov h2:before {
	left: -70px;
}

h3 {
	font-size:24px;
}

/* PREDSTAVITEV */
.predstavitev {
	padding:60px 0;
}

.predstavitev p {
	font-size:14px;
	line-height:20px;
	padding:0 20px;
}

/* KONTAKT */
.kontakt {
	padding:60px 0;
}

.kontakt .ime {
	font-size:20px;
	line-height:30px;
	padding:40px 0 10px 0;
}

.kontakt .telefon {
	font-size:18px;
	color:#005e9e;
	font-weight:600;
}

.kontakt .podjetje {
	font-size:13px;
	line-height:20px;
	color:#005e9e;
	padding-top:10px;
}

a:link, a:visited {
	font-size:15px;
	line-height:32px;
}
a:hover {
	color:#f37749;
}

.kontakt .col_1 {
	display:none;
}

/* COPYRIGHT */
.copyright {
	padding-top:5px;
	text-align:center;
}
.copyright p {
	font-size:12px;
	margin-top:0;
}

}





