@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;
}
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: 'Raleway', sans-serif;
	font-size:14px;
	line-height:22px;
	margin: 0;
	padding: 0;
	color: #5a5a5a;
	display: table;
    width: 100%;
}
.wrapper {
	width: 1024px;
	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:#5a5a5a;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
a:hover {
	color:#a6ce39;
	text-decoration:none;
}


/* HEADER */
.header {
	background-color:#FFF;
	width:100%;
	height:50px;
	filter: alpha(opacity=90);  
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.header-mobile {
	display:none;
}

/* SLIDER */
.slider {
	width:95%;
	height:60vh;
}
.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}
.popup {
	font-size: 50px;
	line-height:65px;
	font-weight:500;
	position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 25px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    text-shadow: 2px 2px 4px #000;
	
	position: absolute;
    top: 57%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-30%, -50%);
}


/* NAVIGACIJA */

/* navigacija mobile */
.menu-mobile {
	display:none;
}

/* navigacija */
.navigacija {
	width:100%;
	text-transform:uppercase;
	
}

.navigacija ul {
	text-align: left;
	display: inline;
	list-style: none;
}
.navigacija ul li {
	font-size:14px;
	font-weight:500;
	color:#5a5a5a;
	display: inline-block;
 	position: relative;
  	padding:9px 0 15px 20px;
	margin-right:-6px;
  	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:13.5px;
	font-weight:500;
	color:#414141;
	text-decoration:none;
}
.navigacija ul li a:hover {
	color:#a6ce39;
}

.navigacija ul li:after {
	content: "|";
	font-size:14px;
	padding-left:20px;
	padding-top:-15px;
}
.navigacija ul li:last-child::after {
	content: "";
}

/* jeziki */
.lang {
	width:100%;
	text-align: right;
}

.lang ul {
	display: inline;
	list-style: none;
}
.lang ul li {
	font-size:14px;
	font-weight:500;
	color:#a6ce39;
	display: inline-block;
 	position: relative;
  	padding:9px 0 15px 10px;
	margin-right:-6px;
  	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;
}
.lang ul li a {
	font-size:12px;
	font-weight:500;
	color:#a6ce39;
	text-decoration:none;
}
.lang ul li a:hover {
	color:#5a5a5a;
}

.lang ul li:after {
	content: "|";
	font-size:13px;
	padding-left:8px;
}
.lang ul li:last-child::after {
	content: "";
}

/* MAIN */
.main {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

/* FOOTER */
.footer {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0 80px 0;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer h3 {
	font-size:22px;
	font-weight:600;
	padding-bottom:15px;
}

.footer .tic-border {
	border-left:#a6ce39 solid 4px;
}

.footer .zavod-border {
	border-left:#005088 solid 4px;
}

/* COPYRIGHT */
.copyright {
	background-color:#FFF;
	width:100%;
	height:55px;
	border-top:#CCC 1px solid;
}

.copyright p {
	font-size:12px;
	margin-top:12px;
}



/* VSEBINE */
.hitri-gumbi {
	background-color:#FFF;
	width:1024px;
	height:140px;
	margin:0 auto;
	border-top:#a6ce39 solid 4px;
	margin-top:-60px;
	padding-top:20px;
}

.hitri-gumb:link {
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;
}

.hitri-gumb:hover {
	color:#a6ce39;
}

.hitri-gumb .padding {
	padding:0 10px 0 40px;
}

/* izpostavljeno */
.izpostavljeno {
	background-color:#FFF;
	min-height:300px;
	padding:60px 0 80px 0;
}

.izpostavljeno:after {
	content: "";
	display: table;
	clear: both;
}

.izpostavljeno h3 {
	font-size: 34px;
	line-height:34px;
	font-weight:600;
	position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 25px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    text-shadow: 2px 2px 4px #000;
}

.img-responsive {
	width: 100%;
	height: auto;
	-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;	
}

/* dogodki in prireditve index */
.dogodki-prireditve-index {
	background-image:url(../../images/layout/bg-dogodki-prireditve.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:550px;
}

.dogodki-prireditve-index h2 {
	font-size:42px;
	line-height:42px;
	font-weight:600;
    color:#FFF;
	text-transform:uppercase;
    text-shadow: 2px 2px 4px #000;
	padding: 60px 0 20px 0;
}


/* statistika */
.statistika {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}

.statistika:after {
	content: "";
	display: table;
	clear: both;
}

.count-title { 
	font-size: 40px;
	font-weight:600;
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center;
}

.count-text { 
	font-size: 16px;
	margin-top: 20px;
	margin-bottom:0;
	text-align: center;
}


/* galerija */
.galerija {
	background-color:#FFF;
	min-height:200px;
}

.galerija:after {
	content: "";
	display: table;
	clear: both;
}

.galerija .col_2 {
	margin: 0 10px;
	width:21.5%;
}

.galerija .col_1 {
	margin:0;
	width:5%;
}

.galerija .col_4 {
	margin: 0 10px;
	width:44.50%;
}

.vertikal-text {
	font-size: 32px;
	font-weight:600;
    white-space: nowrap;
	-moz-transform:rotate(-90deg); 
	-moz-transform-origin: bottom right;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	-o-transform: rotate(-90deg);
	-o-transform-origin: bottom right;
	margin-top:330px;
}

.galerija-box {
	width: 100%;
    min-height: 100px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.galerija-box:after {
	content: "";
	display: table;
	clear: both;
}

.galerija-padding {
	padding-bottom:4.25%;
}


/* galerija-page */
.galerija-page-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-galerija.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.galerija-page {
	background-color:#FFF;
	min-height:200px;
}

.galerija-page:after {
	content: "";
	display: table;
	clear: both;
}

.galerija-page .col_3 {
	margin-bottom: 0;
} 

.galerija-page .col_6 {
	margin-bottom: 0;
}

.galerija-page .galerija-padding {
	padding-bottom:4%;
}


/* RAZNO */
.img-width {
	width:100%;
}

.banner-content {
    position: absolute;
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
}

.banner-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.banner-text {
	font-size: 42px;
	font-weight:500;
    color:#FFF;
    padding: 20px 150px;
    line-height: 130%;
	text-shadow: 2px 2px 4px #000;
}

.line {
    width: 140px;
    margin: auto;
    height: 3px;
    background: #FFF;
}

.banner-more:link, .banner-more:visited  {
	font-size:20px;
	font-weight:500;
	color:#FFF;
	border: 2px solid #FFF; 
	padding:15px 15px;
	width:220px;
	display:block;
	margin:20px auto;
	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;	
}
.banner-more:hover{
    color:#5a5a5a;
	background:#FFF;
	text-decoration:none;
	text-shadow: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;
}

.banner-foto {
	background-color:#FFF;
	width:100%;
	min-height:100px;
}

.banner-foto:after {
	content: "";
	display: table;
	clear: both;
}

.banner-foto .col_2 {
	margin-top:1.66666666%;
	width:15.278%;
}

.banner-foto .margin-left {
	margin-left:0;
}
.banner-foto .margin-right {
	margin-right:0;
}

/* TEXT */

h1 {
	font-size:38px;
	line-height:44px;
	font-weight:600;
}

h2 {
	font-size:32px;
	line-height:38px;
	font-weight:600;
}

h3 {
	font-size:28px;
	line-height:34px;
	font-weight:600;
}

h4 {
	font-size:20px;
	line-height:28px;
	font-weight:600;
}

strong {
	font-weight:600;
}

em {
	font-style:italic;
}

.uvod {
	font-size:18px;
	line-height:28px;
	font-weight:300;
	border-left: 3px solid #a6ce39; 
	padding: 0 0 0 12px;
}

table {
	font-size:14px;
	line-height:18px;
	color: #5a5a5a;
	border-collapse:collapse;
	text-align:left;
	width:100%;
}

th {
	font-size:16px;
	color:#5a5a5a;
	font-weight:600;
	border-bottom:2px solid #a6ce39;
	padding:10px 8px;
}

td {
	border-bottom:1px solid #a6ce39;
	color:#5a5a5a;
	padding:8px;
	vertical-align:middle;
}
tbody tr:hover td {
	color:#a6ce39;
}

.tabela-50 {
	width:51%;
}


/* PAGES */

/* predstavitev občine */
.predstavitev-obcine-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-obcina-medvode.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.predstavitev-obcine-big {
	background-image:url(../../images/predstavitev/VisitMedvode-obcina-medvode-01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}



/* kje jesti */
.kje-jesti-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-kulinarika.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.kje-jesti-box {
	background-color:#fafafa;
	padding:30px;
	width:87%;
	height:180px;
	margin-bottom:10px;
}

.kje-jesti-big {
	background-image:url(../../images/kje-jesti/VisitMedvode-kje-jesti-01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

/* kje spati */
.kje-spati-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-kje-spati.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.kje-spati-box {
	background-color:#fafafa;
	padding:30px;
	width:87%;
	height:130px;
	margin-bottom:10px;
}

.kje-spati-big {
	background-image:url(../../images/kje-spati/VisitMedvode-kje-spati-01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

/* tic */
.tic-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-tic-medvode.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.tic-box {
	background-color:#f5f5f5; 
	height:300px; 
	padding:25px;
}

.tic-kontakt {
	font-size:16px;
	line-height:26px;
	text-align:center;
	padding:50px 0;
}

.maps iframe{
    pointer-events: none;
}

/* izleti */
.izleti-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-izleti.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}	

.izleti-big {
	background-image:url(../../images/izleti/VisitMedvode-izleti-01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

/* tic */
.izposoja-koles-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-izposoja-koles.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

/* dogodki in prireditve */
.dogodki-prireditve-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-dogodki-prireditve.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.dogodki-prireditve-box {
	width: 100%;
    min-height: 100px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.dogodki-prireditve-box:after {
	content: "";
	display: table;
	clear: both;
}

.dogodki-prireditve-padding {
	padding-bottom:7%;
}

.dogodki-prireditve h3 {
	font-size: 20px;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 30px;
    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px 4px #000;
}

.dogodki-prireditve .opis {
	font-size: 14px;
	line-height:14px;
	font-weight:600;
	color:#FFF;
	position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 10px;
    padding: 10px;
    text-shadow: 2px 2px 4px #000;
}

.datum {
    background-color:#5a5a5a;
	font-size:14px;
    color: #fff;
	text-align: center;
	width:50px;
	line-height:1;
    position:absolute;
    top:0;
    right:0;
	padding:0 0 10px;
    text-transform: uppercase;
}

.datum .dan {
    background-color:#fafafa;
	font-size: 26px;
	color:#5a5a5a;
	margin: 0 0 10px 0px;
    padding: 15px 10px;
	width: 30px;
    display: block;
    text-transform: none;
}

/* od jakoba do jakoba */
.blagovna-znamka-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-blagovna-znamka.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.blagovna-znamka-big {
	background-image:url(../../images/blagovna-znamka/blagovna-znamka-od-jakoba-do-jakoba-01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

/* kaj videti */
.kaj-videti-hero {
	background-image:url(../../images/layout/hero-image/VisitMedvode-kaj-videti.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:400px;
}

.kaj-videti {
	color:#FFF;
}
.kaj-videti h4{
	font-weight:400;
	padding-top:5px;
}


.kaj-videti .col_4 {
	width:33.333333%;
	margin:0;
}

.kaj-videti .col_6 {
	width:50%;
	margin:0;
}

.kaj-videti .col_12 {
	width:100%;
	margin:0;
}
	





/*BIG SCREEN*/
@media all and (min-width: 1800px) and (max-width: 1921px) {
.vertikal-text {
	font-size: 46px;
	font-weight:600;
    white-space: nowrap;
	-moz-transform:rotate(-90deg); 
	-moz-transform-origin: bottom right;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	-o-transform: rotate(-90deg);
	-o-transform-origin: bottom right;
	margin-top:500px;
}

}

/*BIG SCREEN S*/
@media all and (min-width: 1600px) and (max-width: 1799px) {
.vertikal-text {
	font-size: 36px;
	font-weight:600;
    white-space: nowrap;
	-moz-transform:rotate(-90deg); 
	-moz-transform-origin: bottom right;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	-o-transform: rotate(-90deg);
	-o-transform-origin: bottom right;
	margin-top:420px;
}

}


/*TABLET LAND*/
@media all and (min-width: 1024px) and (max-width: 1279px) {
/* jeziki */
.lang {
	width:100%;
	text-align: right;
	padding-left:60px;
}

/* hitri gumbi */
.hitri-gumbi {
	width:1010px;
}

/* galerija */
.galerija-padding {
	padding-bottom:3.3%;
}
.vertikal-text {
	font-size: 26px;
	margin-top:265px;
}
	
}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 768px;
	margin:0 auto;
}

.t_hide {
	display: none;
}

/* SLIDER */
.slider {
	width:95%;
	height:60vh;
}
.popup {
	font-size: 44px;
	line-height:54px;
}

/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}

/* navigacija */
.navigacija ul li {
	font-size:13px;
	padding:9px 0 15px 10px;
}
.navigacija ul li a {
	font-size:12px;
}

.navigacija ul li:after {
	font-size:13px;
	padding-left:10px;
}

/* jeziki */
.lang {
	width:100%;
	text-align: right;
	padding-left:40px;
}

.lang ul li {
	font-size:12px;
	padding:9px 0 15px 8px;
}
.lang ul li a {
	font-size:12px;
}

.lang ul li:after {
	font-size:12px;
	padding-left:5px;
}

/* FOOTER */
.footer h3 {
	font-size:19px;
	font-weight:600;
	padding-bottom:15px;
}

.footer img {
	width:30%;
}

/* COPYRIGHT */
.copyright p {
	font-size:11px;
}

/* VSEBINE */
.hitri-gumbi {
	width:768px;
}

.hitri-gumb:link {
	font-size:14px;
}

.hitri-gumb .padding {
	padding:0 10px 0 25px;
}

/* izpostavljeno */
.izpostavljeno {
	background-color:#FFF;
	min-height:500px;
	padding:60px 0 80px 0;
}

.izpostavljeno:after {
	content: "";
	display: table;
	clear: both;
}

.izpostavljeno h3 {
	font-size: 28px;
	line-height:28px;
}

/* dogodki in prireditve */
.dogodki-prireditve-index {
	height:500px;
}

/* statistika */
.count-title { 
	font-size: 36px;
}

.count-text { 
	font-size: 14px;
	margin-top: 10px;
}

.statistika img {
	width:50%;
}

/* galerija */
.galerija .col_2 {
	margin: 0 5px;
}

.vertikal-text {
	font-size: 21px;
	margin-top:195px;
}

.galerija-padding {
	padding-bottom:1.3%;
}

/* RAZNO */
.banner-text {
	font-size: 36px;
	font-weight:600;
    color:#FFF;
    padding: 20px 50px;
    line-height: 130%;
	text-shadow: 2px 2px 4px #000;
}


/* PAGES */
/* kje jesti */
.kje-jesti-box {
	background-color:#fafafa;
	padding:30px;
	width:80%;
	height:180px;
	margin-bottom:10px;
}

/* kje spati */
.kje-spati-box {
	background-color:#fafafa;
	padding:30px;
	width:80%;
	height:130px;
	margin-bottom:10px;
}

/* dogodki in prireditve */
.dogodki-prireditve h3 {
	font-size: 18px;
	line-height:20px;
    bottom: 30px;
}

.dogodki-prireditve .opis {
	font-size: 14px;
	line-height:14px;
    bottom: 10px;
}

.datum {
	font-size:12px;
}

.datum .dan {
	font-size: 20px;
}

/* tic */
.tic-box {
	background-color:#f5f5f5; 
	height:415px; 
	padding:25px;
}


}

/*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;
}

.logo {
	margin-top:-40px;
	padding-left:10px;
	height:65px;
}

/* SLIDER */
.slider {
	width:95%;
	height:45vh;
}
.popup {
	font-size: 32px;
	line-height:40px;
	top: 65%;
    left: 30%;
}

/* FOOTER */
.footer {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0 80px 0;
	text-align:center;
}

.footer h3 {
	font-size:22px;
	font-weight:600;
	padding-bottom:15px;
}

.footer .tic-border {
	border-left:none;
}

.footer .zavod-border {
	border-left:none;
	padding:30px 0;
}

/* COPYRIGHT */
.copyright {
	text-align:center;
	padding-top:10px;
}

.copyright p {
	font-size:12px;
	line-height:10px;
	margin-top:0px;
}


/* VSEBINE */
.hitri-gumbi {
	width:500px;
	padding-top:30px;
}

.hitri-gumb .col_2 {
	width:14.7%;
}

.hitri-gumb img {
	width:80%;
}

.hitri-gumb:link {
	font-size:14px;
}

.hitri-gumb .padding {
	padding:0 0 0 10px;
}

/* izpostavljeno */
.izpostavljeno {
	padding:20px 0 40px 0;
}

.izpostavljeno .col_6 {
	width:47.9%;
}

.izpostavljeno .col_4 {
	width:31.5%;
}

.izpostavljeno h3 {
	font-size: 21px;
	line-height:26px;
    bottom: 10px;
    padding: 10px;
}

/* dogodki in prireditve index */
.dogodki-prireditve-index {
	height:350px;
}

.dogodki-prireditve-index h2 {
	font-size:32px;
	line-height:32px;
}

/* statistika */
.statistika {
	padding:40px 0;
}

.statistika .col_3 {
	width:23%;
}

.statistika img {
	width:70%;
}

.count-title { 
	font-size: 28px;
	margin-top: 0px; 
}

.count-text { 
	font-size: 14px;
	margin-top: 10px;
}

/* galerija */
.galerija .col_2 {
	margin: 2px 0;
	width:48.6%;
}

.galerija .col_1 {
	margin:0;
	width:0;
}

.galerija-padding {
	padding-bottom:4.5%;
}

.galerija .padding-left {
	padding-left:13px;

}

/* RAZNO */
.banner-text {
	font-size: 26px;
	font-weight:600;
    color:#FFF;
    padding: 20px 20px;
    line-height: 130%;
	text-shadow: 2px 2px 4px #000;
}

.banner-more:link, .banner-more:visited  {
	font-size:16px;
	padding:10px 10px;
	width:180px;
}

.banner-foto .col_2 {
	margin-top:0.3%;
	width:31.666%;
}

.banner-foto .margin-left {
	margin-left:0.8333%;
}
.banner-foto .margin-right {
	margin-right:0.8333%;
}


/* PAGES */
/* kje jesti */
.kje-jesti-big {
	margin-bottom:1%;
}

.kje-jesti-box {
	background-color:#fafafa;
	padding:30px;
	width:89%;
	height:180px;
	margin-bottom:10px;
}

/* kje spati */
.kje-spati-big {
	margin-bottom:1%;
}

/* predstavitev občine */
.predstavitev-obcine-big {
	margin-bottom:1%;
}

/* izleti */
.izleti-big {
	margin-bottom:1%;
}


/* dogodki in prireditve */
.dogodki-prireditve h3 {
	font-size: 18px;
	line-height:20px;
    bottom: 30px;
}

.dogodki-prireditve .opis {
	font-size: 14px;
	line-height:14px;
    bottom: 10px;
}

.datum {
	font-size:12px;
}

.datum .dan {
	font-size: 20px;
}

.dogodki-prireditve-padding {
	padding-bottom:3%;
}

/* tic */
.tic-box {
	height:200px; 
}

/* galerija-page */
.galerija-page .galerija-padding {
	padding-bottom:2%;
}

}

@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;
}
.img-width {
	width:100%;
}

.menu-mobile {
	display:block;
}

.logo {
	margin-top:-40px;
	padding-left:10px;
	height:65px;
}

/* SLIDER */
.slider {
	width:95%;
	height:60vh;
}
.popup {
	font-size: 40px;
	line-height:48px;
	text-align:center;
	top: 58%;
    left: 36%;
}

/* FOOTER */
.footer {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0 80px 0;
	text-align:center;
}

.footer h3 {
	font-size:22px;
	font-weight:600;
	padding-bottom:15px;
}

.footer .tic-border {
	border-left:none;
}

.footer .zavod-border {
	border-left:none;
	padding:30px 0;
}

/* COPYRIGHT */
.copyright {
	text-align:center;
	padding-top:10px;
}

.copyright p {
	font-size:12px;
	line-height:10px;
	margin-top:0px;
}


/* VSEBINE */
.hitri-gumbi {
	width:100%;
	height:650px;
	padding-top:30px;
}

.hitri-gumb .padding {
	padding:0 0 0 10px;
}

/* izpostavljeno */
.izpostavljeno {
	padding:20px 0 40px 0;
}

.izpostavljeno h3 {
	font-size: 28px;
	line-height:36px;
    bottom: 10px;
    padding: 10px;
}

/* dogodki in prireditve index */
.dogodki-prireditve-index {
	height:330px;
}

.dogodki-prireditve-index h2 {
	font-size:36px;
	line-height:42px;
	text-align:center;
}


/* galerija */
.galerija .col_2 {
	margin:0;
	width:100%;
}

.galerija .col_1 {
	margin:0;
	width:0;
}

.galerija-padding {
	padding-bottom:0;
}

.galerija .padding-left {
	padding-left:0;

}

/* RAZNO */
.banner-text {
	font-size: 26px;
	font-weight:600;
    color:#FFF;
    padding: 20px 20px;
    line-height: 130%;
	text-shadow: 2px 2px 4px #000;
}

.banner-more:link, .banner-more:visited  {
	font-size:16px;
	padding:10px 10px;
	width:180px;
}

.banner-foto .col_2 {
	margin-top:0.3%;
	width:31.666%;
}

.banner-foto .margin-left {
	margin-left:0.8333%;
}
.banner-foto .margin-right {
	margin-right:0.8333%;
}


/* PAGES */
/* kje jesti */
.kje-jesti-big {
	margin-bottom:1%;
}

.kje-jesti-box {
	background-color:#fafafa;
	font-size:13px;
	padding:30px;
	width:82%;
	height:190px;
	margin-bottom:10px;
}

/* kje spati */
.kje-spati-big {
	margin-bottom:1%;
}

/* predstavitev občine */
.predstavitev-obcine-big {
	margin-bottom:1%;
}

/* izleti */
.izleti-big {
	margin-bottom:1%;
}

/* tic */
.tic-box {
	height:265px;
	margin-bottom:25px;
}

/* dogodki */
.dogodki-prireditve-padding {
	padding-bottom:4%;
}

/* galerija-page */
.galerija-page .galerija-padding {
	padding-bottom:2%;
}

}
