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,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	scroll-behavior: smooth;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-y:auto;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-webkit-scrollbar {
    display: none;
		-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
ol, 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;
}
/* - - - - - - - - - - - - - - - - - - */

/*---------------------------------- > > > ---------------------------------------*/
/*@media only screen and (min-width: 778px) and (max-width: 9999999999px){

	html{
		overflow: hidden;
	  height: 100%;
	}

	body{
		overflow: auto;
	  height: 100%;
	}

}*/
/*---------------------------------- < < < ---------------------------------------*/

::-moz-selection { /* Code for Firefox */
  background: rgba(162,162,162,1);
	color:rgb(162,162,162);
}

::selection {
	background: rgba(162,162,162,1);
	color:rgb(162,162,162);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
-webkit-tap-highlight-color: rgba(0,0,0,0)
}

img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}


body{
  margin:0;
	font-feature-settings: 'dlig' 0, 'liga' 0, 'calt' 0;
	animation-name: fade;
	animation-duration: 0.2s;
	animation-delay: 0s;

}
@keyframes fade {
	0%{
		opacity: 0.0;
	}
	100%{
		opacity: 1;
	}
}

																																			/* INDEX */

.index-body{
	background-color: rgb(0,0,0);
	transition: 0.2s;
}

.indextop{
	padding:0 1vw 0 1vw;
	margin:0;
}

.bodykamen{
	overflow:hidden;
	mix-blend-mode: lighten;
}
.index-div{
	padding:0;
	margin:0;
	font-family: 'Text';
	font-size: 12px;
	line-height: 15px;
	overflow-wrap: break-word;

}

.index-div, .index-div a{
	text-decoration: none;
	color:rgb(162,162,162);
}

.index-top{
	text-align: center;
	font-size:12px;
	line-height:15px;
	padding:4px 0 5px 0;
}
.index-top a:hover{
	cursor: pointer;
	background-color: rgb(162,162,162);
}

.spodinfo{
	padding-top:30px;
	padding-bottom:75px;
	padding-left:5vw;
	padding-right:5vw;	-webkit-font-smoothing:antialiased;
	text-transform: uppercase;
	text-align: center;
}
.spodinfo a{
	text-decoration: underline;
	text-underline-offset: 2px;
}
.spodinfo a:hover{
	cursor: pointer;
	background-color: rgb(162,162,162);
}
.index-slika{
	position: relative;
  text-align: center;
	margin-bottom: -1px;
}
.index-slika img{
	width:100%;
	height:90vh;
	/*height: calc(var(--vh, 1vh) * 100);*/
}



.index-podnapis{
	position: absolute;
  top: calc(100% - 11vh);
  left: 50%;
  transform: translate(-50%, -50%);
	width: calc(100% - 26px);
}
.index-podnapis span{
	background-color: black;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.index-talina-div{
	width:100%;
	height:90vh;
}
.index-talina-div-info{
	text-align: left;
	padding:5vw 5vw 15px 5vw;
}

.index-talina-div-dwn{
	text-align: left;
	font-family:'Talina';
	font-feature-settings:'liga', 'calt';
	-webkit-font-smoothing: antialiased;
	word-break: break-all;
	border:none;
	font-size: 18px;
	line-height:1.2;
	padding:15px 5vw 15px 5vw;
	color:rgb(162,162,162);
	background:none;
}
.index-talina-div-dwn a{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.index-talina-div-dwn a:hover{
	text-decoration: none;
	background-color: rgb(162,162,162);
}

.index-talina-textarea{
	text-align: center;
	font-family:'Talina';
	font-feature-settings:'liga', 'calt';
	-webkit-font-smoothing: antialiased;
	word-break: break-all;
	border:none;
	font-size: 4.7vh;
	line-height: 1.1;
	padding:15px;
	color:rgb(162,162,162);
	width:calc(100% - 30px);
	height:100vh;
	resize:none;
	flex: 1 1 auto;
	background:none;
	outline: none;
}
::placeholder {
  color: rgb(162,162,162);
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgb(162,162,162);
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:rgb(162,162,162);
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.loading,
.lazyload,
.lazyloaded,
.image {
  opacity: 1;
  transition: 0.2s;
	transition-timing-function: ease-in-out;
}

.laziload,
.laziloading {
  opacity: 0;
}
.loading,
.laziload,
.laziloaded,
.image {
  opacity: 1;
  transition: 0s;
}

.indexline{
	font-family: 'Text';
}

.index-slika .lazyload,
.index-slika .lazyloading {
  opacity: 1;
}

.index-slika .loading,
.index-slika .lazyload,
.index-slika .lazyloaded,
.index-slika .image {
  opacity: 1;
  transition: 0s;
}

																																		/* a hover */

.nav a:hover{
	cursor: pointer;
	background-color: rgb(162,162,162);
}

.tali-nav a:hover{
	cursor: pointer;
	background-color: rgb(0,0,0);
}

.index-info a:hover{
	cursor: pointer;
	background-color: rgb(162,162,162);
}


/*                                                          NAV               */

.nav{
  z-index: 3;
  position:fixed;
	font-size: 12px;
  line-height: 15px;
  margin-bottom:40px;
	font-family: 'Text';
  padding: 40px 0 40px 0;
  width:calc(100vw);
  text-align: center;
	text-transform: uppercase;

}
.nav a{
  color:rgb(162,162,162);
  text-decoration: none;
	padding:5px;
}


.nawrap{
	position: relative;
	z-index: 50;
}
.razstav-nav{
	background-color: rgba(224,224,224,0);
}

.navnacrni a{
  color:rgb(162,162,162);
}
.navbel a{
  color:rgb(255,255,255);
}
.navcrn a{
	color:rgb(0,0,0);
}
.nav-plac{
  height:calc(40px + 40px + 23px);
  z-index: -1;
}
.navkamen{
	z-index: 10;
	mix-blend-mode: color-burn;
}
.newer{
  float:left;
  text-align: left;
  padding:5px 5vw 5px 5vw;
  display: inline-block;
}
.home{
  text-align: center;
  padding:5px;
  display: inline-block;
}
.older{
  text-align: right;
  float:right;
	padding:5px 5vw 5px 5vw;
  display: inline-block;
}

.xxx{
  visibility: hidden;
}
/*                                                          DIV SLIKE         */

.works-slike{
	position:relative;
	width:100%;
	height:auto;
	text-align: center;
	z-index:4;
	padding-bottom:20vh;
}
.works-slike img, .works-slike-stuff img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index:4;
  position:relative;
}

.works-slike-stuff{
	position:relative;
	width:100%;
	height:auto;
	text-align: center;
	z-index:4;
	padding-bottom:0;
}

.divslike{
  margin-bottom:100vh;
  position:relative;
  width:100%;
  height:auto;
  text-align: center;
  font-family: 'Text';
  font-style:  normal;
  font-weight: 400;
  color:rgb(170,170,170);
	font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  z-index:4;
	text-transform: uppercase;
}
.divslike-press{
  position:relative;
  width:100%;
  height:auto;
  text-align: center;
  font-family: 'Text';
  font-style:  normal;
  font-weight: 400;
  color:rgb(170,170,170);
	font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  z-index:4;
	text-transform: uppercase;
}

.divslike-works{
	margin-bottom:100vh;
  /*padding-bottom: calc(100px);
  padding-top: calc(80px + 20px);*/
  position:relative;
  width:100%;
  height:auto;
  font-family: 'Text';
  font-style:  normal;
  font-weight: 400;
  color:rgb(170,170,170);
  font-size: 12px;
  text-decoration: none;
  z-index:4;
	text-transform: uppercase;
}

.divslike-grid{
	margin-bottom:100vh;
	padding-bottom: calc(100px);
	padding-top: 30px;
	position:relative;
	width:100%;
	height:auto;
	text-align: center;
	font-family: 'Text';
	font-style:  normal;
	font-weight: 400;
	color:rgb(170,170,170);
	font-size: 12px;
	text-decoration: none;
	z-index:4;
	text-transform: uppercase;
}

.divslike-summers2{
  padding-bottom: 10vh;
  padding-top: 10vh;
  position:relative;
  width:100%;
  height:auto;
  text-align: center;
  font-family: 'Text';
  font-style:  normal;
  font-weight: 400;
  color:rgb(170,170,170);
  font-size: 12px;
  text-decoration: none;
  z-index:4;
	text-transform: uppercase;
}


.divslike-summers{
	margin-bottom:0;
  padding-bottom: calc(100px);
  padding-top: calc(80px + 20px);
  position:relative;
  width:100%;
  height:auto;
  text-align: center;
  font-family: 'Text';
  font-style:  normal;
  font-weight: 400;
  color:rgb(170,170,170);
  font-size: 12px;
  text-decoration: none;
  z-index:4;
	text-transform: uppercase;
}

.divslike-kamen1{
	width:100vw;
	padding:0;
	margin:0;
	position: relative;
	z-index: 4;
}
.divslike-kamen2{
	width:80vh;
	max-width:100vw;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	padding-bottom:0px;
	padding-top:0px;
	left: 50%;
	margin-bottom:100vh;
  position:relative;
  z-index:4;
}

.divslike-kamen{
	width:90vh;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	padding-bottom:0px;
	padding-top:0px;
	left: 50%;
  transform: translate(-50%, 0);

	position: fixed;
	animation-name: kamni;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.18, 0, 0.83, 1);
	animation-direction: alternate;
	animation-delay: 0s;
}
	@keyframes kamni {
	0%   {
		top:0vh;
	}
	100% {
		top:-672vh;
	}
}
.divslike-kamen:hover{
	animation-play-state: paused;
	transition: all 0.5s ease-in;
}

.divlink-home{
  height:100%;
  width:37%;
  display: block;
  position: fixed;
  z-index:10;
  background-color: rgba(255,0,0,0.0);
}
.divlink-home:hover{
  background-color: rgba(150, 150, 150, 0.4);
}

.pjorkkalawrap {
  padding: 0; /* same as before */
}

.row {
  display: flex;
  justify-content: space-between; /* equal spacing in full rows */
	padding:4vw 5.5vw 4vw 5.5vw;
}

.row-bel{
	background-color: #fff;
}

.grid-item {
  width: 26vw;  /* fixed square size */
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: 26vw;
  object-fit: contain; /* fit without cutting */
  display: block;
}

.caption {
  margin-top: 0.5vw;
  font-family: "Text";
  font-size: 12px;
  color: rgb(162,162,162);
}

/* Center last row if fewer than 3 items */
.row:last-child {
  justify-content: center;
}

.stuffgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns on desktop */
  gap: 5vw;
  width: 100%; /* prevent horizontal scroll */
  padding: 5vw;
  box-sizing: border-box;
  justify-items: center; /* center images inside grid cells */
}

.stuffgrid img {
  max-height: 95vh; /* don’t exceed viewport height */
  max-width: 100%;  /* prevent overflow in width */
  height: auto;     /* keep aspect ratio */
  width: auto;      /* allow natural scaling */
  display: block;
  object-fit: contain; /* ensures no cropping */
}

.tshripagrid {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
}
.tshripagrid picture {
	flex: 0 0 50%;  /* exactly half the width */
}
.tshripagridimg {
	width: 100%;
  height: auto;
  display: block;
}



/* Mobile: stack images vertically */
@media (max-width: 800px) {
  .stuffgrid {
    grid-template-columns: 1fr; /* 1 column on mobile */
		gap: 13vw;
  }
	.tshripagrid picture {
		flex: 0 0 100%;  /* exactly half the width */
	}
}


@media (max-width: 600px) {
  .row {
    flex-direction: column;   /* stack vertically */
    align-items: center;      /* center each item */
    padding: 15vw 0;         /* no big side padding on phones */
    gap: 30vw;                 /* consistent spacing */
  }

  .grid-item {
    width: 93vw;              /* big image per row */
  }

  .grid-item img {
    height: auto;             /* let height scale naturally */
    max-height: 93vw;         /* optional: keep it square-ish */
  }
}



		.video-container-stol {
		  width: 100vw;
		  height: 110vh;
			max-height:170vw;
		  background-color: black;

		  display: flex;             /* center video */
		  justify-content: center;   /* horizontally */
		  align-items: center;       /* vertically */
		}

		.video-container-stol video {
		  width: 1000px;  /* 70vw on desktop, grows to 100vw on small screens */
			max-width: 100vw;
			height: auto;
		  display: block;
		}



/*                                                          OPIS SPODI         */

.opisspodi{
  z-index: 2;
  padding-right:5vw;
	padding-left:5vw;
	padding-bottom:45px;
  position:relative;
  font-family: "Text", monospace;
  text-transform: ;
  font-size: 12px;
  line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.opisspodimain{
	font-size: 12px;
  line-height: 15px;
}
.opisspodi, .opisspodi a, .divslike a{
color:rgb(162,162,162);
}
.opisspodi a, .divslike a{
	text-decoration: underline;
	text-underline-offset: 2px;
}
.opisspodi a:hover, .divslike a:hover{
	background-color: rgb(162,162,162);
}
.opisspodikamen{
	z-index: 20;
	position:fixed;
	padding-bottom: 45px;
  font-family: "Text", monospace;
	font-size: 12px;
  line-height: 15px;
	text-decoration: none;
	width: 2050px;
	/*margin-top:calc(100% - 42px);*/
	margin-left: 100vw;
	bottom:0px;
	mix-blend-mode: color-burn;
	text-transform: uppercase;

	animation-name: kamni-opis;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
	animation-direction:normal;
	animation-delay: 0s;
}

@keyframes kamni-opis {
	0%   {
		left:0vw;
	}
	100% {
		left:calc(-2050px - 100vw);
	}
}

.opisnacrni, .opisnacrni a{
  color:rgb(162,162,162);
}
.opisnabeli{
  color:rgb(162,162,162);
}
.opisbel{
  color:rgb(255,255,255);
}
.opiscrn{
	color:rgb(0,0,0);
}



.opisspodi-works{
	text-align: center;
  padding-right:5vw;
	padding-left:5vw;
	padding-bottom:40px;
  position:relative;
  font-family: "Text", monospace;
  text-transform: ;
  font-size: 12px;
  line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	/*margin-top: -40px;*/
  z-index: 5;
  margin-top: -1px;
}
.works-beltext{
	color:rgba(255,255,255,0.4);
}
.works-crntext{
	color:rgba(0,0,0,0.4);
}
																																			/* SLIKE */
.slika-maucez{
  max-width: 100vw;
  max-height: 120vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top:50vh;
	padding-bottom: 1vh;
  z-index:4;
  position:relative;
  }

.slika-maucez-velka{
	max-width: 100vw;
  max-height: 130vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top:50vh;
	padding-bottom: 1vh;
  z-index:4;
  position:relative;
}

.slika-mala-d{
   display: block;
   margin-left: 40vw;
   margin-right: 25vw;
   padding-top:50vh;
   z-index:4;
   position:relative;
   width:36vw;
	 padding-bottom: 1vh;
}
  .slika-not{
    max-width: 100vw;
    max-height: 90vh;
    display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top:50vh;
		 padding-bottom: 1vh;
     z-index:4;
     position:relative;
  }
.slika-l{
	max-width: 100vw;
	max-height: 80vh;
	display: block;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top:40vh;
	 padding-bottom: 0vh;
	 z-index:4;
	 position:relative;
}
.slika-l2{
	max-width: 100vw;
	max-height: 80vh;
	display: block;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top:30vh;
	 padding-bottom: 0vh;
	 z-index:4;
	 position:relative;
}

.slika-fall{
	max-width: 90vw;
	max-height: 70vh;
	display: block;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top:40px;
	 padding-bottom: 1vh;
	 z-index:4;
	 position:relative;
}
.slika-67{
	 max-width: 100vw;
   max-height: 93vh;
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding-top:40vh;
	 padding-bottom: 1vh;
   z-index:4;
	 position:relative;
}


.slika-razstava{																						/* slika razstava */
	max-width: calc(100vw - 28px);
	max-height: calc(100vh - 24px - 30px - 35px - 24px - 30px - 35px);
	max-height: calc(100vh - 24px - 30px - 35px - 24px - 30px - 35px - 30px);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:0vh;
	padding-bottom: 0vh;
	z-index:1;
	position:relative;
	padding-bottom: 0px;
}																																						/**/

.slika-razstava-293{
	max-width:100vw;
	max-height: 40vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:15vh;
	padding-bottom: 15vh;
	z-index:1;
	position:relative;
}																																					/**/

.razstava-modreslike img{
	padding:10px;
	width:700px;
	padding-left:10vw;
	max-width: 80vw;
}


.slika-kamen-2{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	padding-bottom:0px;
	z-index:4;
	position:relative;
}

.slika-cela{
  width: 100%;
  display: block;
  padding-top:50vh;
	padding-bottom: 0;
 	z-index:4;
 	position:relative;
}

.slika-jjjj{
	width: 100%;
	max-width: 2222px;
  display: block;
  padding-top:22vh;
	padding-bottom: 1vh;
 	z-index:4;
 	position:relative;
	margin-left: auto;
	margin-right: auto;

}

.slika-mala{
  max-width: 100vw;
  max-height: 51vh;
  display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:50vh;
	padding-bottom: 1vh;
	z-index:4;
	position:relative;
}

  .slika-srednja, .slika-srednja-m100{
    max-width: 90vw;
    max-height: 75vh;
    display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top:50vh;
		 padding-bottom: 1vh;
     z-index:4;
     position:relative;
  }

  .enaslika{
    display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top:0;
     padding-bottom: 0vh;
     z-index:4;
     position:relative;
  }

  .slika-0242-014{
    max-width: 80vw;
    padding-top:vw;
  }

  .slika-022020{
    max-height: 80vh;
    max-width:80vw;
  }
.slika-01{
	padding-bottom: 0px;
	width: 100%;
	display: block;
  margin-left: auto;
  margin-right: auto;
	z-index:4;
  position:relative;
	border: 0;
}
	.slika-02{
		padding-bottom: 0px;
		padding-top: 0px;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		z-index:4;
		position:relative;
		border: 0;
	}
	.slika-03{
		padding-top: 0px;
		padding-bottom: 13px;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		z-index:4;
		position:relative;
		border: 0;
	}
	.slikacb{
		filter:saturate(0);
	}
.slika-summers2{
  max-width: 100vw;
  max-height: 120vh;
  display: block;
	margin-left: auto;
 	margin-right: auto;
 	padding-top:50vh;
 	padding-bottom: 14vh;
  z-index:4;
  position:relative;
	background-color: black;
}
.slika-summers2-slide{
	max-width: 95vw;
	max-height: 80vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:0vh;
	padding-bottom: 0vh;
	z-index:1;
	position:relative;
	padding-bottom: 0px;
}


.beudiv{
  background-color: white;
  padding-top:60vh;
  padding-bottom: 60vh;
  margin-top:70vh;
  margin-bottom:20vh;
}
.slika-022020-bela{
  width:80vw;
}

  .prvaslika{
    padding-top:10vh;
  }
	.prvaslika0{
	  padding-top:0;
	}
	.prvaslika20{
		padding-top:20vh;
	}
	.prvaslika-summers2{
	  padding-top:0vh;
	}
																																		/* OZADJE */
  .beluozadje{
    background-color: white;
  }
.ozadje123{
	background-color: rgb(225,225,225);
}
.alignleft123{
	text-align: left;
	padding-left: 5vw;
	color:black;
}
  .crnuozadje{
    background-color: black;
  }

  .album5, .island{
    background-color:#f7f7f7;
  }

  .island{
    background-color: #f7f7f7;
  }

  .tangerinepeels{
    background-color: rgb(10,10,10);
		background: url(tp.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	}

.razstava-ozadje{
	background-color: rgb(0,0,0);
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	/*                                                          TALINA          */

.talina-body{
	background-color: rgb(135,135,135);
}

.talina-bottom{
	position: absolute;
	bottom:0;
}


.talina-vse{
	height:100%;
	display: flex;
  flex-flow: column;
	position: fixed;
}
.talina-nav{
	flex: 0 1 auto;
  height: 0px;
	position: relative;
	z-index: 100;
}
.tali-nav{
	position:relative;
}
.talina-textarea{
	flex: 1 1 auto;
	font-size: 7vw;
	line-height: 1.1;
	border:none;
	color:black;
	font-family:'Talina';
	width:calc(100vw - 40px);
	height:100%;
	resize:none;
	padding: 90px 5vw 0px 5vw;
	background:none;
	margin-top:0px;
	animation-name: talinatext;
  animation-duration: 60s;
	font-feature-settings:'liga', 'calt';
	-webkit-font-smoothing: antialiased;
	word-break: break-all;

}
@keyframes talinatext {
  0%{
    font-size: 3.5vw;
  }
	25%{
    font-size: 3.5vw;
  }
	26%{
    font-size: 7vw;
  }
	60%{
    font-size: 7vw;
  }
	61%{
    font-size: 38vw;
  }
	99%{
    font-size: 38vw;
  }
	100%{
    font-size: 7vw;
  }
}

.talina-textarea::-moz-selection { /* Code for Firefox */
  color: BLACK;
  background: rgba(255,75,0,.99);
}

.talina-textarea::selection {
  color: BLACK;
  background: rgba(255,75,0,.99);
}

.talina-textarea:focus{
	outline:none;
}

.talina-footer{
	position: relative;
	z-index: 100;
	bottom:0px;
}
.talina-footer, .talina-nav{
	animation-name: talinanimate;
  animation-duration: 60s;
	box-shadow: 0 0px 8vh 10vh rgb(255,75,0);

}
@keyframes talinanimate {
  0%{
    box-shadow: 0 0px 50vh 50vh rgba(255,50,0,0.0);
  }
  27%{
    box-shadow: 0 0px 8vh 10vh rgb(255,75,0);
  }
	59%{
    box-shadow: 0 0px 8vh 10vh rgb(255,75,0);
  }
	61%{
    box-shadow: 0 0px 30vh 32vh rgb(255,75,0);
  }
	70%{
    box-shadow: 0 0px 30vh 32vh rgb(255,75,0);
  }
	100%{
    box-shadow: 0 0px 8vh 10vh rgb(255,75,0);
  }
}
.talina-download{
	padding: 0px 14px 0px 14px;
	font-size: 3.9vw;
	margin-top:14px;
	margin-bottom:14px;
	font-family: 'Talina';
	color:rgb(255,75,0);
	-webkit-font-smoothing: antialiased;

}
.talina-download a, .talina-download a::selection, .talina-download a:active, .talina-download a:visited{
	color:rgb(255,75,0);
	text-decoration: underline;
}
.talina-download a:hover#talina-a-free{
	color:blue;
}

.talina-download a:hover#talina-a-com{
	color:blue;
}

.talina1{
	height:4.5vh;
}
.pixelimg{
	image-rendering: pixelated;
}



																												/* razstava slideshow */

.hiddendiv{
	display:none;
}


.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  /*max-width: 1000px;*/
	width: 100vw;
  position: relative;
  margin: auto;
	z-index:10;
}

.prev, .next {
  position: absolute;
	top: 0%;
  width: 50vw;
	height:100%;
	z-index: 20;
}

.next {
  right: 0;
}

.prev:hover{
	cursor: url('oblike/leva1x.png') 0 0, pointer; /* Legacy */
  cursor: url('oblike/leva1x.png') 0 0, pointer; /* FF */
  cursor: -webkit-image-set(url('oblike/leva1x.png') 1x, url('oblike/leva2x.png') 2x) 0 0, pointer; /* Webkit */
}
.next:hover{
	cursor: url('oblike/desna1x.png') 0 0, pointer; /* Legacy */
  cursor: url('oblike/desna1x.png') 0 0, pointer; /* FF */
  cursor: -webkit-image-set(url('oblike/desna1x.png') 1x, url('oblike/desna2x.png') 2x) 0 0, pointer; /* Webkit */
}

/* Caption text */
.text {
	z-index: 2;
	padding-right:5vw;
	padding-left:5vw;
	position:relative;
	font-family: "Text", monospace;
	text-transform: uppercase;
	text-decoration: none;

	font-size: 12px;
  line-height: 15px;
	font-family: 'Text';
	position: relative;
	color:rgb(162,162,162);

	padding-bottom:10px;
	margin:0;

	padding-top:35px;

}

/* Number text (1/3 etc) */
.numbertext {
	display: none;
}

/* The dots/bullets/indicators */
.dot {
	display: none;
}

.active, .dot:hover {
  /*background-color: #717171;*/
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 12px}
}

																								/* SUMMERS 2 + )))) slideshow */



.summers2slides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container-summers2 {
/*max-width: 1000px;*/
width: 100vw;
position: relative;
margin: auto;
z-index:10;
background-color: black;
}

/* Next & ious buttons */
.prev, .next {


position: absolute;
top: 0%;
width: 50vw;
height:100%;
z-index: 20;
}
/* Position the "next button" to the right */
.next {
right: 0;
}

.prev:hover{
cursor: url('oblike/leva1x.png') 0 0, pointer; /* Legacy */
cursor: url('oblike/leva1x.png') 0 0, pointer; /* FF */
cursor: -webkit-image-set(url('oblike/leva1x.png') 1x, url('oblike/leva2x.png') 2x) 0 0, pointer; /* Webkit */
}
.next:hover{
cursor: url('oblike/desna1x.png') 0 0, pointer; /* Legacy */
cursor: url('oblike/desna1x.png') 0 0, pointer; /* FF */
cursor: -webkit-image-set(url('oblike/desna1x.png') 1x, url('oblike/desna2x.png') 2x) 0 0, pointer; /* Webkit */
}

/* Caption text */
.text {

z-index: 2;
padding-right:5vw;
padding-left:5vw;
position:relative;
font-family: "Text", monospace;
text-transform: uppercase;
text-decoration: none;

font-size: 12px;
line-height: 15px;
font-family: 'Text';
position: relative;
color:rgb(162,162,162);

padding-bottom:10px;
margin:0;

padding-top:35px;

}

/* Number text (1/3 etc) */
.numbertext {

display: none;
}

/* The dots/bullets/indicators */
.dot {
/
display: none;
}

.active, .dot:hover {
/*background-color: #717171;*/
}

/* Fading animation */
.fade-summers2 picture {
-webkit-animation-name: fade;
-webkit-animation-duration: 0.5s;
animation-name: fade;
animation-duration: 0.5s;
animation-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}

@-webkit-keyframes fade-summers2 {
from {opacity: 0}
to {opacity: 1}
}

@keyframes fade-summers2 {
from {opacity: 0}
to {opacity: 1}
}

.text-summers2{
	text-align: center;
	z-index: 2;
	padding-right:5vw;
	padding-left:5vw;
	position:relative;
	font-family: "Text", monospace;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Text';
	position: relative;
	color:rgb(162,162,162);
	padding-bottom:10px;
	margin:0;
	padding-top:35px;
}

.plus4scroll{
	display:none;
}
.slika-plus4scroll{
	max-height:220vh;
	max-width: 3000px;
  display: block;
  padding-top:10vh;
	padding-bottom: 1vh;
 	z-index:4;
 	position:relative;
	margin-left: auto;
	margin-right: auto;
}




/* - - - - - - - - - - - - - - - - - - - - - - -  TELEFON - - - - - - - - *****/

/*---------------------------------- > > > ---------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 777px){


a:hover{
	background-color: unset !important;

}

a:hover{
background-color: unset !important;
}

a:hover{
background-color: unset !important;
}




.slika-maucez{
  max-width: 100vw;
  max-height: 75vh;
  padding-top:40vh;
  padding-bottom: 1vh;
}

.slika-maucez-velka{
  max-width: 100vw;
  max-height: 130vh;
  padding-top:40vh;
  padding-bottom: 1vh;
}

.slika-not{
  max-width: 100vw;
  max-height: 80vh;
  padding-top:40vh;
	padding-bottom: 1vh;
}
.slika-67{
  max-width: 100vw;
  max-height: 89vh;
  padding-top:40vh;
	padding-bottom: 1vh;
}
.slika-cela{
  width: 100%;
  padding-top:40vh;
	padding-bottom: 0;
}
.slika-mala{
  max-width: 70vw;
  max-height: 45vh;
  padding-top:40vh;
	padding-bottom: 1vh;
}
.slika-srednja{
  max-width: 90vw;
  max-height: 77vh;
  padding-top:40vh;
	padding-bottom: 1vh;
}
.slika-srednja-m100{
  max-width: 100vw;
  max-height: 77vh;
  padding-top:40vh;
	padding-bottom: 1vh;
}
.slika-0242-014{
  max-width: 90vw;
}
.slika-022020{
  max-height: 80vh;
  max-width:80vw;
}
.prvaslika{
  padding-top:10vh;
}
.prvaslika0{
  padding-top:0vh;
}

.prvaslika-summers2{
  padding-top:0vh;
}
.slika-razstava{
	max-width: 100vw;
	max-height: calc(100vh - 24px - 30px - 35px - 24px - 30px - 35px);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:calc(26vh - 20vw);
	padding-bottom: calc(26vh - 20vw);
	z-index:1;
	position:relative;
}


/* Caption text */   							/* razstava */

.text {

	padding-bottom:8px;

}

.plus4scroll{
	width:100vw;
	overflow-y: hidden;
	overflow-x: auto;
	display:block;
}


}
/*---------------------------------- < < < ---------------------------------------*/




/*---------------------------------- > > > ---------------------------------------*/
@media only screen and (min-height: 0px) and (max-height: 400px){

	.index-div{

	  align-content: start;

	}

}
/*---------------------------------- < < < ---------------------------------------*/


@font-face {
  font-family: "Talina";
  src: url("Fonts/Talina-Regular.woff2") format("woff2"),
       url("Fonts/Talina-Regular.woff") format("woff");
	font-display: block;
}
@font-face {
	font-family: "Text";
  src: url("Fonts/Text-1.2-1.2.woff2") format("woff2"),
       url("Fonts/Text-1.2-1.2.woff") format("woff");
	font-display: block;

}
