<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Tipografije
   ========================================================================== */
@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/PTF55F-webfont.eot');
    src: url('../fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTF55F-webfont.woff') format('woff'),
         url('../fonts/PTF55F-webfont.ttf') format('truetype'),
         url('../fonts/PTF55F-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
       url('../fonts/MaterialIcons-Regular.woff') format('woff'),
       url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons, #footer-hide-markers &gt; span:before, #share-tools:after, #mobile-hide-markers:before, #mobile-info:before{
	font-family: 'Material Icons';
  	font-weight: normal;
  	font-style: normal;
	display: inline-block;
	text-transform: none;
  	font-feature-settings: 'liga';
}
.material-icons {
  width: 1em;
  height: 1em;
}

/* ==========================================================================
   General
   ========================================================================== */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
	-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none;user-select: none;
	-webkit-font-smoothing: antialiased;
  	font-smoothing: antialiased;
  	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}
body {
	overflow:hidden !important;
	font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Pano
   ========================================================================== */

#pano {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index:0;
}

#loader_cover_container {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:auto;
	padding:auto;
	z-index:9999;
	display:none;
}

#loader_cover_fullscreen{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#1b1616;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
    opacity: 0.65;
}

#loader_cover_centerbox {
	width:350px;
	height:350px;
	position:absolute;
	top:0; left:0; bottom:0; right:0; 
	margin:auto; 
	background-color:#fff;
}

#loader_cover_logo {
	position:absolute;
	height:70px; 
	top:0; left:0; bottom:0; right:0; 
	margin:auto; 
	text-align:center; 
	letter-spacing:3px; 
	font-size:14px;
	font-weight:normal;
	color:#231f20;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header {
    position: fixed;
    left: 0;
    z-index: 99;
	width:100%;
}
#header &gt; div {
	color:#010101;
	width:25vw;
	height:4vw;
	background-color:#fff;
	float:left;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*border-left: 1px solid #d4d4d4;*/
	/*border-left: 1px solid rgba(255,255,255,.2);*/
	/*font-family:'open_sans_condensedbold', sans-serif;*/
	font-weight:700;
    text-transform: uppercase;
	text-align:center;
	/*letter-spacing:.05em;*/
	line-height:4vw;
}
#header &gt; div:hover {
	
}
#header-logo{
	position: relative;
	z-index:1;
	border:none !important;
}
#header-logo-bottom{
	background-color:#6dc813;
	height:2.5vw;
	width:100%;
	position:absolute;
	bottom:0; left:0;
	font-weight:normal;
	color:#eee;
	display:table;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	/*letter-spacing:0.1em;*/
	font-weight:700;
}
#header-logo img{
	height:auto;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
}
#mobile-navi{
	position:fixed;
	height:0;
}
#mobile-navi-button{
	position:fixed;
	right:2vw;
	top:0;
	height:50px;
	width:50px;
	font-family: 'Material Icons';
	font-size:32px;
	line-height:50px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background:#fff;
	color:#343434;
	cursor:pointer;
	-webkit-transition: height .5s ease-out;
			transition: height .5s ease-out;
}
#mobile-navi-button.active{
}
#mobile-navi-button:before{
	content: '\E5D2';
}
#mobile-navi-button.back:before{
	content: '\E5C4';
}
#mobile-navi-button.close:before{
	content: '\E5CD';
}
#mobile-nb-dummy {
	position:fixed;
	width:50px;
	height:10px;
	top:45px;
	right:2vw;
	background-color:#fff;
}
#mobile-navi-content{
	background:#fff;
	position:relative;
	top:50px;
	width:100vw;
	height:95vh;
	border-top:1px solid #d0d0d0;
	overflow:visible;
	visibility: hidden;
	opacity:0;
	font-size:1.2em;
	-webkit-transition: visibility 0s linear .5s,opacity .5s linear;
			transition: visibility 0s linear .5s,opacity .5s linear;
}
#mobile-navi-content li{
	height:15vh;
	line-height:15vh;
	border-bottom:1px solid #d0d0d0;
	list-style:none;
	cursor:pointer;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}
@media (max-height: 500px) {
#mobile-navi-content li{
	height:20vh;
	line-height:20vh;
}
}
#mobile-nav-main{
	height:100vh;
	width:100vw;
	font-family:'open_sans_condensedbold', sans-serif;
	color:#175da4;
	display:block;
	position:absolute;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
#mobile-nav-main.active{
	-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
			transform: translateX(0%);
}

#mobile-nav-1, #mobile-nav-2, #mobile-nav-3{
	position:absolute;
	width:100vw;
	color:#000;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
#mobile-nav-1.active, #mobile-nav-2.active, #mobile-nav-3.active {
	-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
			transform: translateX(0%);
}
#mobile-nav-main, #mobile-nav-1, #mobile-nav-2, #mobile-nav-3{
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
	-webkit-transform-origin:top left;
	    -ms-transform-origin:top left;
	        transform-origin:top left;

}

/*#header-button-1{
	cursor:pointer;
	position:relative;
	z-index:1;
	
}*/

/* ==========================================================================
   Dropdowns
   ========================================================================== */
/*.cd-dropdown.cd-active {width: calc(100vw - 3.6vw * 2 - 20vw - 255px);}*/
.cd-dropdown &gt; span {height: 4vw;line-height: 4vw;}
.cd-dropdown ul li {background-size: calc((100vw - 3.6vw * 2 - 20vw - 255px) / 2) auto;}
.cd-dropdown ul li span {height: calc((100vh - 3.6vw * 2 - 3.6vw) / 6);padding: 0 40px 35px 40px; font-size: 1.1em;}



/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	width:100%;
	position:fixed;
	bottom:0;
	height:2vw;
	background: rgba(35,35,35,.50);
	font-size:0.8vw;
	font-weight:normal;
	color:#fff;
	line-height:2vw;
}

#footer-info, #footer-hide-markers, #footer-credits, #footer-tools{
	height:100%;
	float:left;
	width:25vw;
	display:block;
	position:relative;
}
#footer-credits {
	float:right;
	font-size:0.6vw;
}
#footer-info{
	font-weight:bold;
	background-color:#eeeeee;
	text-align:center;
	position:relative;
	cursor:pointer;
	color:#343434;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer-info:hover{
	background-color:#d3d3d3;
}
#footer-info.active &gt; span:after{
	transform: rotate(0deg);
}
#footer-info:hover &gt; span, #footer-info:hover &gt; span:after{
	/*font-size:0.9vw;*/
}
#footer-info &gt; span:after {
    content: '\25BC';
    position: relative;
	display: inline-block;
    right: 0;
    top: -1px;
	bottom:0;
	left:10px;
    /*width: 35px;*/
    text-align: center;
    font-size: 0.8vw;
    /*padding: 10px;*/
    height: 100%;
    /*line-height:2vw;*/
	transform: rotate(180deg);
	transition: all .3s;
}
#footer-hide-markers &gt; span{
	height:100%;
	padding-left:10%;
	padding-right:10%;
	display:inline-block;
	cursor:pointer;
	background: rgba(35,35,35,0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-right: 1px solid #b9b7bc;
}
#footer-hide-markers &gt; span:before{
	font-size:1vw;
	line-height:1.2vw;
	content: '\E0C7 ';
	position:relative;
	top:0.2vw;
	right:.5vw
}
#footer-hide-markers &gt; span:hover{
	background: rgba(35,35,35,.50);
}
#footer-hide-markers.markers_hidden &gt; span:before{
	content: '\E0C8 ';
}
#authors, #copyright{
	/*width:50%;*/
	height:100%;
	float:right;
	text-align:center;
	border-left: 1px solid #b9b7bc;
	padding:0 1vw 0 1vw;
	color: rgba(255,255,255,.60);
}
#authors{
	/*border-right: 1px solid #b9b7bc;*/
	/*width:25%;*/
	cursor:pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#authors:hover{
	background: rgba(35,35,35,.50);
	color: rgba(255,255,255,1);
}

#share-tools{
	background-color:#175da4;
	height:100%;
	width:50%;
	text-align:center;
	float:left;
	cursor:pointer;
}
#share-tools:after{
	font-size:1vw;
	line-height:1.2vw;
	content: '\E80D';
	position:relative;
	top:0.2vw;
	padding-left:.5vw;
}
#sharer{
	width:12.5vw;
	position:fixed;
	bottom:2vw;
	right:12.5vw;
	background-color:#ffffff;
	padding:3px 5px 3px 5px;
	-webkit-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	-webkit-transform-origin:bottom left;
	    -ms-transform-origin:bottom left;
	        transform-origin:bottom left;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}
#sharer.active{
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  color:#fff;
  width:auto;
  margin:auto;
  text-align:center;
}

ul.share-buttons li{
  display: inline;
  width:20%;
}
.shr_fb{color:#3b5998; text-decoration: none;}
.shr_fb:hover{color:#175da4; text-decoration: none;}
.shr_tw{color:#55acee; text-decoration: none;}
.shr_tw:hover{color:#175da4; text-decoration: none;}
.shr_gp{color:#dd4b39; text-decoration: none;}
.shr_gp:hover{color:#175da4; text-decoration: none;}
.shr_pr{color:#cb2027; text-decoration: none;}
.shr_pr:hover{color:#175da4; text-decoration: none;}
.shr_em{color:#aad450; text-decoration: none;}
.shr_em:hover{color:#175da4; text-decoration: none;}

#lang-selector{
	background-color:#fff;
	height:100%;
	width:50%;
	float:left;
	color:#232323;
	position:relative;
	cursor:pointer;
}

#lang-switch{
	font-size:0.8vw;
	font-weight:normal;
	line-height:2vw;
	color:#a4a2a2;
	width:15vw;
	height:2vw;
	position:fixed;
	bottom:2vw;
	right:0;
	cursor:pointer;
	background-color:#201e1e;
	transition: .3s ease-in-out;
	transform-origin:bottom left;
	transform: translateY(100%);
}
#lang-switch.active{
	transform: translateY(0%);
}

.lang-en {
	background-image:url(../img/flag_si.png);
	background-repeat:no-repeat;
}
.lang-si {
	background-image:url(../img/flag_en.png);
	background-repeat:no-repeat;
}

#mobile-footer {
	display:block !important;
	visibility:visible;
	width:5vw;
	font-size:3.5vw;
	position:fixed;
	bottom:0;
	left:0;
	color:#343434;
	cursor:pointer;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
#mobile-footer &gt; div {
	border-top: solid #d0d0d0 1px;
	border-right: solid #d0d0d0 1px;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}
#mobile-info, #mobile-lang-selector, #mobile-authors, #mobile-hide-markers, #mobile-share{
	float:right;
	width:5vw;
	height:5vw;
	background-color:#eeeeee;
	text-align:center;
}
#mobile-info{
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
		 -o-transition: background-color .3s ease-out;
			transition: background-color .3s ease-out;
}
#mobile-info:before{
	content: '\E88F';
}
#mobile-info.active:before{
	content: '\E5CD';
}
#mobile-info.active{
	background-color:#fff;
	border-right: none;
}

#mobile-lang-selector{
	background-color:#fff;
}
#mobile-authors{
	
}
#mobile-hide-markers{
	
}
#mobile-hide-markers:before{
	content: '\E0C7';
}
#mobile-hide-markers.markers_hidden:before{
	content: '\E0C8';
}

/* ==========================================================================
   Pano-info
   ========================================================================== */
#pano-info{
	background-color:#ffffff;
	width:25vw;
	height:auto;
	position:fixed;
	left:0;
	bottom:2vw;
	padding:1.5vw;
	max-height:80vh;
	overflow:hidden;
	cursor:default;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
	-webkit-transform-origin:bottom left;
		-ms-transform-origin:bottom left;
			transform-origin:bottom left;
	-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
			transform: translateY(100%);
}
#pano-info.active{
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
}

#pano-info h1{
	font-family:'pt_serifregular', serif;
	color:#0078b9;
	/*font-size:1.5vw;*/
	font-size:1.6em;
	padding:0; margin:0;
	font-weight:normal;
	padding-bottom:0.5vw;
	overflow:hidden;
}
#pano-info span{
	font-weight:normal;
	color:#343434;
	font-size:0.9vw;
	display: inline-block;
}


/* ==========================================================================
   HOTSPOT INFO &amp; AUTHORS CONTAINER
   ========================================================================== */
#hs-info-container{
	/*top:15vh;
    bottom:15vh;
    left:12vw;
    right:12vw;*/
	position: fixed;
	cursor: default;
	z-index: 1000;
	padding:auto; margin:auto;
	visibility: hidden;
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: visibility 0s linear .5s,opacity .5s linear;
	        transition: visibility 0s linear .5s,opacity .5s linear;
}

.bg-overlay-info{
	position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    background: rgba(0,0,0,.75);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: visibility 0s linear .5s,opacity .5s linear;
            transition: visibility 0s linear .5s,opacity .5s linear;
	cursor: url('../img/cursors/ic_close_white_48px.svg') 24 24, auto;
}

#hs-info-container.active, #hs-info-container .active, #authors-container.active, #authors-container .active, #mobile-navi-content.active {
	visibility: visible;
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: visibility 0s linear,opacity .5s linear;
			transition: visibility 0s linear,opacity .5s linear;
}

#hs-info-zapri, #authors-zapri {
  width:4vw;
  height:4vw;
  font-size:3vw;
  line-height:4vw;
  position: absolute;
  z-index:1001;
  bottom: 0;
  right: 0;
  color:#b2b2b2;
  text-align:center;
}
#hs-info, #hs-video, #authors-content {
	z-index:1000;
	position:relative;
	height:100%;
	width:100%;
	background-color:#fff;
}
#hs-info-images{
	width:67%;
	height:100%;
	float:left;
}
#hs-info-content{
	width:33%;
	height:100%;
	float:left;
	z-index:1000;
	position:relative;
	overflow:hidden;
}
#hs-info-container h1{
	font-size:1.5vw;
	padding: 2vw;
	padding-bottom:0.5vw;
	margin:0;
	width:100%;
	color:#343434;
	font-family:'pt_serifregular', serif;
	font-weight:normal;
}
#hs-info .content{
	font-size:1em;
	line-height: 1.8em;
	padding: 0vw 2vw 2vw 2vw;
    cursor: default;
    overflow: hidden;
	font-weight:normal;	
	color:#343434;
	display: inline-block;
}
#audioplayer{
	display:block;
	max-width:100%;
}
#hs-video-embed{
	width:100%;
	height:calc(100% - 4vw);
}
#hs-video-title{
	width:100%;
	height:4vw;
}
#hs-video-title h1{
	padding:1vw;
}
.embed-container { 
  position: relative; 
  height: 100%; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  overflow:hidden;
}

.btn {
    display: block;
    background: transparent;
    margin-top: 1px;
    position: relative;
    color: #fff;
    transition: background .3s;
    cursor: pointer;
    z-index: 500;
}

.btn:hover {
    background: #eee;
	color:#fff;
}
#authors-container{
	position: fixed;
	cursor: default;
	z-index: 1000;
	top:0;
    bottom:0;
    left:0;
    right:0;
	padding:auto; margin:auto;
	visibility: hidden;
	opacity:0;
	text-align:center;
	-webkit-transition: visibility 0s linear .5s,opacity .5s linear;
			transition: visibility 0s linear .5s,opacity .5s linear;
}
#authors-content{
	padding:2vw;
	font-size:1rem;
	background-color:#fff;
	display:table;
	
}
#authors-container img{
	max-width:20%;
}
.nanostudio-logo{
	max-width:20% !important;	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}</pre></body></html>