@import url("jp_grid.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600,700&subset=latin-ext');

html {font-size: 1em;}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.45;
	color: #000;
	background-color: transparent;
	letter-spacing: .1em;
}

p {margin-bottom: 1.3em;}
p:last-child {margin-bottom: 0em;}

h1, h2, h3, h4 {
	font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
	margin: 1.414em 0 0.5em;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.854em;
}

h2 {font-size: 4.236em;}

h3 {font-size: 2.618em;}

h4 {font-size: 1.618em;}

small, .font_small {font-size: 0.618em;}

blockquote {
	border: 1px solid #fff;
	margin: 0px auto;
	quotes: "\201C""\201D""\2018""\2019";
	color: #fff;
	display: block;
}
blockquote:before {
	color: #fff;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	
	display: inline;
	font-size: 1.61em;
	font-weight: 500;
}
blockquote footer{
	text-align: right;
}

blockquote footer:before{
	content: "-";
}


/*general stuff*/

a{
	text-decoration: none;
	color: #7fb800;
	transition:	color .2s ease;
}

a:hover{
	color: #364e00;
	transition:	color .2s ease;
	text-decoration: underline;
	}

.prozoren
{
    opacity:0;
}

.button{
	background-color: #000;
	transition:	background-color .2s ease;
	
	}
	
.button:hover{
	background-color: #222;
	transition:	background-color .2s ease;
	}

.transparent_button{
	opacity: .5;
	background-color: rgba(255,255,255,.1);
	transition:	background-color .2s ease, opacity .2s ease;
}

.transparent_button:hover{
	opacity: 1;
	background-color: rgba(255,255,255,.5);
	transition:	background-color .2s ease, opacity .2s ease;;
}

#to_top_arrow{
	display: block;
	position: fixed;
	z-index: 504;
	right: 22px;
	bottom: -66px;
	width: 44px;
	height: 44px;
	padding:0px;
	border: none;
	background-image: url('../img/up_arrow_icon.png');
	background-image: url('../svg/up_arrow_icon.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	transition: bottom .2s ease;
}

.to_top_arrow_appear{
	bottom: 22px !important;
	transition: bottom .2s ease;
}

#scroll_down_arrow{
	display: block;
	position: fixed;
	z-index: 505;
	left: 50%;
	margin-left: -33px;
	bottom: 22px;
	padding:0px;
	border: none;
	background-image: url('../img/scroll_down_arrow_icon.png');
	background-image: url('../svg/dol.svg');
	cursor: pointer;
	transition: background-color .3s ease;
	background-color:#608b00;
	width: 44px;
	height: 44px;
	border-radius: 50% 50%;
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 1px 1px 0px #cccccc;
}

#scroll_down_arrow:hover{
	background-color:#364e00;
	
	transition: background-color .3s ease;
}


.scroll_down_arrow_hidden{
	transition: bottom .2s ease;
	bottom: -88px !important;
}

.parallax-window {
    background: transparent;
}

.darkened01{
	background-color: rgba(0,0,0,.1);
}

.darkened02{
	background-color: rgba(0,0,0,.2);
}

.darkened03{
	background-color: rgba(0,0,0,.3);
}
.darkened04{
	background-color: rgba(0,0,0,.4);
}
.darkened05{
	background-color: rgba(0,0,0,.5);
}
.lightened04{
	background-color: rgba(255,255,255,.5);
}

section:nth-child(2n){
	background-color: #608b00;
	color: #fff;
}

section:nth-child(2n) a{
	text-decoration: none;
	color: #364e00;
	transition:	color .2s ease;
}

section:nth-child(2n) a:hover{
	transition:	color .2s ease;
	text-decoration: none;
	}


.barvasto{
	/*
	background-color: #608b00;
	*/
	border: 1px solid #608b00;
	border-radius: 2px;
	}

.aligncenter{
	text-align: center;
}

.skrito{
	display: none;
}

/*header*/

html,
body,
#header{
	height:100%;
	min-height: 100%;
	position: relative;
}

#header{
background-image: url("../img/whirlpool.png");
}

#header_float{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 500;
	box-shadow: 0px 0px 6px rgba(0,0,0,.4);
}



#header_frame{
	position: relative;
}

#naslov_strani{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.home_logo{
	width: 61.80%;
	max-width: 700px;
	margin-bottom: 44px;
}

.slogan{
	font-size: 1.61em;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#000
}

.likebox{
	background-color: #608b00;
	padding: 11px 0px;
}

/*branding*/

#site_branding{
	position: absolute;
	left: 22px;
	top: 0px;
	height: 100%;
	width: 30%;
	z-index: 501
}

#site_logo {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.viden{
	opacity: 1 !important;
	transition: opacity .3s ease;
}

#site_logo img{
	height: 56%;
	padding: 4% 0 4% 0;
	width: auto;
}

/*navigation*/

#navigation{
	position: relative;
	display:block;
}

#navigation ul{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

#navigation ul li{
	display: inline-block;
	margin-left: 22px;
}

#navigation ul li a{
	/*font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .1em;*/
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	font-weight:600;
	color: #000;
	}

#navigation ul li a:hover{
	text-decoration:none;
	color: #608b00;
}
	
#mobile_button{
	display: none;
	width: 0px;
	height: 0px;
	}
	

/*content*/

hr{
	display: block;
	margin-top:66px;
	margin-bottom: 0px;
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #dadada, #333, #dadada);
}

.invitation{
	font-size: 1.6em;
	
}

.about_ikona{
	margin: 44px auto 0px auto;
	width: 66px;
	height: 66px;
	background-color: #7fb800;
	border-radius: 50% 50%;
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 2px 2px 0px #cccccc;
}

.about_manjsa_ikona{
	background-color:#608b00;
	margin: 22px auto 0px auto;
	width: 44px;
	height: 44px;
	border-radius: 50% 50%;
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 1px 1px 0px #cccccc;
}
.about_manjsa_ikona_svetla{
	background-color: #7fb800;
	margin: 22px auto 0px auto;
	width: 44px;
	height: 44px;
	border-radius: 50% 50%;
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 1px 1px 0px #cccccc;
}

.ikona_strom{
	background-image: url('../svg/strom.svg');
}

.ikona_ura{
	background-image: url('../svg/ura.svg');
}
.ikona_shop{
	background-image: url('../svg/shop.svg');
}
.ikona_dnar{
	background-image: url('../svg/dnar.svg');
}
.ikona_bus{
	background-image: url('../svg/bus.svg');
}
.ikona_bestek{
	background-image: url('../svg/bestek.svg');
}

.ikona_bike{
	background-image: url('../svg/bike.svg');
}

.ikona_walk{
	background-image: url('../svg/walk.svg');
}

.about_napis{
	text-align: center;
	font-size: 2em;
	font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
}

.about_napis_manjsi{
	text-align: center;
	font-size: 1.6em;
	font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
}

.naslov_sekcije{
	margin: 0px auto 22px auto;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0,0,0,.1);
	
}

p.pomembno{
	font-size: 1.2em;
	font-weight: 200;
	border: 1px solid #000;
}

p.moreinfo{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

/*map*/
#location{
	padding-bottom: 44px;
}

#map_okrog{
	position: relative;
}

 #map {
   width: 100%;
   height: 500px;
   background-color: grey;
 }
 
 #map_overlay{
	 position: absolute;
	 left: 0px;
	 top: 0px; 
	 width: 100%;
	 height: 100%;
	 text-align: center;
	 background: rgba(0,0,0,.1);
	color: rgba(255,255,255,1);
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	
	  transition: background-color .3s ease;
 }
 
 #map_overlay:hover{
	  background: rgba(0,0,0,.2);
	  transition: background-color .3s ease;
 }
 
 .map_info{
	 font-size: 1.61em;
	 color: #608b00;
	 font-weight: 500;
	 text-transform: uppercase;
 }
 
#gps_link{
	 text-align: center;
	 margin-bottom: 22px;
 }
 
.gps_button{
	width: 100%;
	margin: 0px auto;
	max-width: 400px;
	padding:22px 44px;
	background-color: #364e00;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px rgba(0,0,0,.1);
		transition: background-color .2s ease;
}

.gps_button:hover{
	background-color: #7fb800;
	
		transition: background-color .3s ease;
}

.gps_button a:hover{
	text-decoration: none;
}
 
 .gps_icon{
	background-color: #fff;
	border-radius: 50% 50%;
	width: 44px;
	height: 44px;
	margin: 0px auto 11px auto;
	background-image: url('../svg/gps.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	box-shadow: 1px 1px 0px #608b00;
 }
 
 .gps_text{
	 font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
	 font-size: 1.2em;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
 }
 
 .large{
	 font-size: 1.4em;
 }
 
 .cte{
	 position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
 }

/*payment*/

.payment_vsebina{
	color: #000;
text-align: center;
}

.cena{
	 font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
	 font-size:2em;
	 color: #608b00;
	 letter-spacing: .1em;
	font-weight: bold;
}

.payment_vsebina h3{
	margin-top: 0px;
}

.payment_vsebina p{
	
}

.telefonska a{
	color: #fff !important;
	 font-family:'Palatino Linotype','Book Antiqua', Palatino, serif;
	 font-size:2em;
	 font-weight: bold;
}
/*forms*/

form{
	margin-bottom: 1.3em;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 22px;
	width: 100%;
	box-sizing: border-box;
}


input[type="text"],
input[type="email"]{
	display: block;
	border: 0px solid #000;
	border-radius: 2px;
	padding: 11px;
	width: 100%;
	font-family: opensans, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 100;
	height: auto;
	text-align: left;
	}

textarea{
	border: 0px solid #000;
	border-radius: 2px;
	padding: 11px;
	width: 100%;
	box-sizing: border-box;
	font-family: opensans, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1em;
	display: block;
	text-align: left;
	height: 200px;
}
.submit_button{
	width: 100%;
	margin: 22px auto 0px auto;
	background-color: #364e00;
	
	border-radius: 2px;
	border: none;
	color: #fff;
	padding:11px;
	font-family: opensans, Arial, Helvetica, sans-serif;

	letter-spacing: .2em;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	display: block;
	clear: both;
	height: auto;
	cursor: pointer;
	transition:	background-color .2s ease;
}

.submit_button:hover{
	background-color: #7fb800;
	transition:	background-color .2s ease;
}

#mail_input{
	margin-bottom: 22px;
}

#name_input{
	margin-bottom: 22px;
}

#contact_form_message{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 499;
	background-color: rgba(255,255,255,.8);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
}

#contact_form_message.hide_message{
	display: none;
}

#contact_form_message:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

#contact_form_message_close{
	position: absolute;
	top: 11px;
	right: 11px;
	width: 11px;
	height: 11px;
	padding: 5px;
	border-radius: 50%;
	z-index: 499;
	background-color: #608b00;
	background-image: url('../img/close_icon.png') !important;
	background-image: url('../svg/close_icon.svg') !important;
	background-size: 11px 11px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	transition:	background-color .2s ease;
}


#contact_form_message_close:hover{
	background-color: #364e00;
	transition:	background-color .2s ease;
	}

#contact_form_message_text{
 display: inline-block;
 color: #000;
    vertical-align: middle;  
}

.test_field{
display: none !important;
height: 0px;
width: 0px;
opacity: 0;
}


/*gallery*/

#galerija{
	font-size: 0px;
	line-height: 0px;
}

.okvir_slike{
	width: 100%;
}

.gallery_thumb{
	width: 100%;
	height: auto;
}

/*footer*/
#footer{
	padding: 22px 0px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#footer a{
	color: #7fb800;
	transition: color .2s ease;
}

#footer a:hover{
	color:#608b00;
	transition: color .2s ease;
}

#credits_okrog{
	margin: 0px auto;
	}

#janezpolc {
    background-image: url('../svg/jp_logo_2020_mono_bel.svg');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #000000;
	transition: background-color .3s ease;
	margin-top: 11px;
}

#janezpolc:hover{
	background-color: #000000;
	transition: background-color .3s ease;
}

.credit {
    display: block;
    margin: 0px auto;
	width: 33px;
    height: 33px;
}

	
#cookie_settings_link{
	cursor: pointer;
	color: #7fb800;
	transition: color .2s ease;
}

#cookie_settings_link:hover{
	color: #608b00;
	transition: color .2s ease;
	text-decoration: underline;
}

/*cookies popup*/
#cookies_popup{
	position: fixed;
	height: auto;
	padding: 22px;
	bottom: 22px;
	right: 22px;
	background: #fff;
	z-index: 506;
	width: auto;
	box-shadow: 0px 2px 4px rgba(0,0,0,.2);
	color: #999;
}


#cookies_buttons{
	display: block;
}

.cookies_unit{
	display: block;
}

.cookies_button{
	padding:11px 11px 11px 11px;
	background-color: #7fb800;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 2px;
	width: auto;
	margin-right: 11px;
	cursor: pointer;
	transition: .2s ease;
	}

.cookies_button:hover{
	background-color: #608b00;
	transition: .2s ease;
}
	
#cookies_accept{
}

#cookies_deny{
}	

#cookies_text{
	margin-bottom:16px;
}

#cookie_small_print{
	margin-top:5px;
}


#cookie_small_print{
	font-size: .75em;
}



.notice_hide{

right: -500px !important;

transition: right .3s ease;
}

.notice_appear{
right: 11px;
transition: right .3s ease;
}

/*mobile*/

.mobile{
	display: none;
}

.desktop{
	display: block;
}

a.desktop{
	display: inline-block;
}

@media screen and (max-width: 670px) {
	
	.mobile{
		display: block;
	}
	
	.desktop{
		display: none;
	}
	
	body{
		font-size: .9em;
	}
	
	/*type*/
	
	h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.4em;
}

.large {
    font-size: 1.2em;
}

	
	/*header*/

	#header_float{
		position: absolute;
	
		
	}

	#header_frame{
		position: relative;
	}

	
	
	/*branding*/
	
	#site_branding{
		display: none;
	}


	#site_logo {
		padding-left: 22px;
		height: 100%;
		width: auto;
	}

	#site_logo img{
		height: 100%;
		width: auto;
	}
	
	.home_logo{
	width: 90%;
}

	
	/*menus*/
	#navigation{
		position: fixed;
		top: -100%;
		left: 0px;
		z-index: 502;
		background-color: #fff;
		box-shadow: 0px 0px 6px rgba(0,0,0,.4);
		width: 100%;
		opacity: 1;
		transition: top .2s ease;
	}

	#navigation ul{
		text-align: left;
		padding-left: 0px;
		padding-top: 22px;
		padding-bottom: 22px;
	}

	#navigation ul li{
		display: block;
		margin-bottom: 22px;
	}
	
	#navigation ul li:last-child{
		margin-bottom: 0px;
	}

	#navigation ul li a{
		font-size: 1.2em;
		line-height: 1.0;
	}
	
	.menu_appear{
		top: 0px!important;
		transition: top .2s ease;
	}
	
	/*mobile button*/
	
	#mobile_button{
		display: block;
		position: fixed;
		z-index: 503;
		right: 22px;
		top: 22px;
		width: 44px;
		height: 44px;
		padding:0px;
		border: none;
		border-radius: 50%;
		background-image: url('../img/menu_icon.png');
		background-image: url('../svg/menu_icon.svg');
		background-size: 22px 22px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #608b00;
		cursor: pointer;
		transition: background-color .3s ease;
	}
	
		
	#mobile_button:hover{
			background-color: #608b00;
			transition: background-color .3s ease;
	}
	
	.close_button{
		background-image: url('../img/close_icon.png') !important;
		background-image: url('../svg/close_icon.svg') !important;
	}
	

}