@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
 @import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=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;
}


/*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: 'Raleway', sans-serif;
	font-size:14px;
	line-height:20px;
	margin: 0;
	padding: 0;
	color: #424242;
	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;
}

a:link, a:visited {
	color:#2d62a8;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
a:hover {
	color:#f7cb48;
	text-decoration:none;
}

.d_hide {display: none;}

/* HEADER */
.header {
	width:100%;
	height:200px;
	top: -10px;
}

.header-mobile {
	display:none;
}

.logo {
	background-color:#2d62a8;
	padding:20px 30px;
	float:left;
}

/* FOOTER */
.footer {
	background-image:url(../../images/layout/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:60px;
	font-size:15px;
	color:#FFF;
	padding-top:15px;
}

.footer a:link, .footer a:visited {
	font-size:15px;
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	color:#f7cb48;
	text-decoration:none;
}

.kontakt {
	font-size:18px;
	font-weight:600;
	color:#FFF;
	padding-top:8px;
}


/* copyright */
.copyright {
	background-color:#FFF;
	min-height:40px;
	font-size:12px;
	padding-top:10px;
}
.copyright:after {
	content: "";
	display: table;
	clear: both;
}

.copyright .izdelava {
	float:right;
}

/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}
/* navigacija */
.navigacija {
	width:100%;
	margin-top:80px;
}

.navigacija ul {
	text-align: left;
	display: inline;
	list-style: none;
}
.navigacija ul li {
	display: inline-block;
 	position: relative;
  	padding:15px 10px;
  	cursor: pointer;
  	-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 {
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-decoration:none;
}
.navigacija ul li a:hover {
	color:#f7cb48;
}

.navigacija ul li:first-child {
	padding-left:0;
}

.navigacija ul li:last-child {
	padding-right:0;
}

/* SLIDER */
.slider {
	width:95%;
	height:40vh;
}
.popup {
	font-size: 70px;
	line-height:65px;
	font-weight:600;
	position: absolute;
    z-index: 2;
	text-align:center;
    color: #faa934;
    padding: 10px 10px 10px 30px;
    text-shadow: 1px 1px 2px #000;
	position: absolute;
	width:80%;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* inside slider */
.rslides {
	list-style: none;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
 	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides-m {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

.rslides-m li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides-m li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides-m img {
	display: block;
 	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* PODMENI */
.podmeni {
	margin-top:7%;
}

.podmeni .col_4 {
	width:33.3%;
	margin:0;
}

a.hitri-gumb {
	font-size:16px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	padding:25px 0;
	width:100%;
	display:block;
	float:left;
	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.hitri-gumb:hover{
	background-color:#424242;
	color:#FFF;
	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;
}

.blue {
	background-color:#2d62a8;
}

.red {
	background-color:#d8536c;
}

.yellow {
	background-color:#f7cb48;
}

.green {
	background-color:#86ce71;
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:36px;
	color:#2d62a8;
	font-weight:600;
	padding-bottom:30px;
}

h2 {
	font-size:36px;
	line-height:36px;
	color:#d8536c;
	font-weight:700;
	padding-bottom:30px;
}

h3 {
	font-size:30px;
	line-height:36px;
	color:#86ce71;
	font-weight:600;
	padding-bottom:30px;
}

h4 {
	font-size:24px;
	line-height:30px;
	color:#86ce71;
	font-weight:600;
	padding-bottom:30px;
}

h5 {
	font-size:18px;
	line-height:24px;
	color:#d8536c;
	font-weight:600;
	padding-bottom:15px;
}


strong {
	font-weight:600;
}

.main ul, .bela ul {
	list-style: none; 
	padding:0;  
	margin:0;
}

.main ul li, .bela ul li {
	font-size:14px;
	line-height:22px;
	padding-left: 2em;
    text-indent: -1em;

}
.main ul li:before, .bela ul li:before {
	content: "\25CF";
	font-size:12px;
	padding-right:7px;
	color:#2d62a8;
}

.main ol, .bela ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
.main ol > li, .bela ol > li {
	display: table;
	counter-increment: item;
	margin: 0.5em 0;
	padding-left:  1em;
    text-indent: 0;
}
.main ol > li:before, .bela ol > li:before {
	font-size:14px;
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.5em;
	color:#2d62a8;
}
.main ol li ol > li, .bela ol li ol > li {
	margin: 0;
}
.main ol li ol > li:before, .bela ol li ol > li:before {
	content: counters(item, ".") " ";
}


/* RAZNO */
.img-width {
	width:100%;
}

/* GALERIJA */
/* galerija */
.galerija {
	padding:20px 0;
}

.galerija .img-galerija {
	max-width: 100%;
	float:left;
	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;	
}

.galerija .img-galerija: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;	
}

/* BUTTONS */
a.vec{
	font-size:13px;
	font-weight:600;
	color:#FFF;
	padding:10px 10px 10px 15px;
	width:110px;
	display:block;
	border-radius:5px;
	margin-top:20px;
	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.vec:hover{
	background-color:#f7cb48;
	color:#FFF;
	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;
}




/* VSEBINE INDEX */
/* predstavitev */
.predstavitev {
	background-color:#f4f4f4;
	height:300px;
	padding:100px 0;
}

.predstavitev p {
	font-size:15px;
	height:21px;
}


/* novice */
.novice {
	background-color:#FFF;
	min-height:200px;
	padding:100px 0;
}

.novice:after {
	content: "";
	display: table;
	clear: both;
}

.novice h3 {
	font-size:26px;
	line-height:32px;
	font-weight:600;
	color:#d8536c;
	padding-bottom:20px;
}

.novice h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 80px;
	height: 2px;
	background: #d8536c;
	margin-bottom:10px;
}

.novice .datum {
	font-size:14px;
	color:#d8536c;
	font-weight:500;
	padding-top:20px;
}

.novice .h3-blue {
	font-size:26px;
	line-height:32px;
	font-weight:600;
	color:#2d62a8;
	padding-bottom:20px;
}

.novice .h3-blue:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 80px;
	height: 2px;
	background: #2d62a8;
	margin-bottom:10px;
}

.novice .datum-blue {
	font-size:14px;
	color:#2d62a8;
	font-weight:500;
	padding-top:20px;
}

.novice img {
	border-radius:8px;
	width:100%;
}

.pagination {
	text-align: center;
	display: inline;
	list-style: none;
}

.pagination li {
	display: inline-block;
 	position: relative;
  	padding:15px 10px;
  	cursor: pointer;
  	-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;
}

.page-item .active {
	background-color:#2d62a8;
	padding:5px 10px;
	color:#FFF;
}


/* zgodbe */
.zgodbe {
	background-image:url(../../images/layout/zgodbe-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f4f4f4;
	min-height:200px;
	padding:100px 0;
}

.zgodbe:after {
	content: "";
	display: table;
	clear: both;
}

.citat {
	font-size:16px;
	line-height:24px;
	font-weight:600;
	font-style:italic;
	text-align:right;
	padding:63px 40px 0 0;
}

/* donatorji */
.donatorji {
	background-color:#FFF;
	height:150px;
	padding-top:60px;
}

.donatorji-napis {
	font-size:26px;
	color:#e9e9e9;
	text-align:right;
	padding:15px 0 20px 0;
}

/* VSEBINE PAGE */
.main {
	background-color:#f4f4f4;
	min-height:200px;
	padding:100px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

.main .uvod {
	font-size:20px;
	line-height:30px;
	font-weight:300;
	border-left: 3px solid #ccc; 
	padding: 0 0 0 12px;
}

.bela {
	background-color:#FFF;
	min-height:200px;
	padding:100px 0 30px 0;
}

.bela:after {
	content: "";
	display: table;
	clear: both;
}

.siva {
	background-color:#f4f4f4;
	min-height:200px;
	padding:100px 0 30px 0;
}

.siva:after {
	content: "";
	display: table;
	clear: both;
}

/*DESKTOP BIG*/
@media all and (min-width: 1600px) and (max-width: 1920px) {
/* SLIDER */
.slider {
	width:95%;
	height:30vh;
}

.podmeni {
	margin-top:10%;
}

}

/*DESKTOP*/
@media all and (min-width: 1024px) and (max-width: 1400px) {
.zgodbe {
	background-image:url(../../images/layout/zgodbe-bg-1400.jpg);
}

/* PODMENI */
.podmeni {
	margin-top:3.75%;
}


}

/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 100%;
	width: 740px;
	margin:0 auto;
}

.t_hide {
	display: none;
}

/* HEADER */
.logo {
	background-color:#2d62a8;
	padding:20px 30px;
	float:left;
	width:55%;
}

/* FOOTER */
.footer {
	font-size:12px;
}

.footer a:link, .footer a:visited {
	font-size:12px;
}

.kontakt {
	font-size:15px;
}

/* NAVIGACIJA */

/* navigacija mobile */
.menu-mobile {
	display:none;
}
/* navigacija */
.navigacija {
	margin-top:50px;
}
.navigacija ul li {
	font-size:16px;
  	padding:15px 5px;
}
.navigacija ul li a {
	font-size:15px;
}

/* SLIDER */
.slider {
	width:95%;
	height:24vh;
}

/* PODMENI */
.podmeni {
	margin-top:-4%;
}

/* RAZNO */
.galerija .img-galerija {
	margin-top:-3px;
}

/* VSEBINE */
/* predstavitev */
.predstavitev {
	height:350px;
}

.zgodbe {
	background-image:url(../../images/layout/zgodbe-bg-768.jpg);
	background-position:left;
}

	
}

/*TABLET small*/
@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;
	}
	.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: 500px;
	margin:0 auto;
}

.img-width {
	width:100%;
}

.menu-mobile {
	display:block;
}

/* FOOTER */
.footer {
	background-image:url(../../images/layout/footer-bg-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:250px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding-top:50px;
}

.footer a:link, .footer a:visited {
	font-size:16px;
}

.kontakt {
	font-size:21px;
	padding-bottom:5px;
}

/* copyright */
.copyright {
	text-align:center;
}
.copyright .izdelava {
	float:none;
}

/* PODMENI */
.podmeni {
	margin-top:0%;
}

a.hitri-gumb {
	font-size:13px;
}

/* BUTTONS */
a.vec{
	margin:auto;
	margin-top:15px;
	margin-bottom:50px;
}

/* RAZNO */
.galerija .col_3 {
	width:48.333333333333%;
}

.galerija .img-galerija {
	margin-top:-5px;
}


/* VSEBINE */
/* predstavitev */
.predstavitev {
	min-height:450px;
}

/* novice */
.novice {
	text-align:center;
	padding:80px 0 50px 0;
}

.novice h3:after {
	left: 42%;
}

.novice .h3-blue:after {
	left: 42%;
}

/* zgodbe */
.zgodbe {
	background-image:none;
}

.citat {
	padding:40px 0 10px 0;
}


}

/*MOBILE*/
@media only screen and (max-width:499px) {
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*/
	
	.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;
}

.img-width {
	width:100%;
}

.menu-mobile {
	display:block;
}

/* FOOTER */
.footer {
	background-image:url(../../images/layout/footer-bg-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:250px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding-top:50px;
}

.footer a:link, .footer a:visited {
	font-size:16px;
}

.kontakt {
	font-size:21px;
	padding-bottom:5px;
}

/* copyright */
.copyright {
	text-align:center;
}
.copyright .izdelava {
	float:none;
}

/* SLIDER */
.slider {
	width:95%;
	height:47vh;
}

/* PODMENI */
.podmeni {
	margin-top:0;
}

.podmeni .col_4 {
	width:100%;
	margin:0;
}
a.hitri-gumb {
	font-size:14px;
	padding:15px 0;
}

/* TEXT */
h1 {
	font-size:28px;
	line-height:34px;
	padding-bottom:30px;
}

h2 {
	font-size:28px;
	line-height:34px;
	padding-bottom:30px;
}

/* BUTTONS */
a.vec{
	margin:auto;
	margin-top:15px;
	margin-bottom:50px;
}


/* VSEBINE */
/* predstavitev */
.predstavitev {
	height:600px;
	padding: 50px 0;
}

.predstavitev p {
	font-size:14px;
	line-height:21px;
}

/* novice */
.novice {
	text-align:center;
	padding:50px 0 30px 0;
}

/* zgodbe */
.zgodbe {
	background-image:none;
	padding:50px 0;
}

.citat {
	padding:40px 0 10px 0;
}

.novice h3:after {
	left: 38%;
}

.novice .h3-blue:after {
	left: 38%;
}


}




