@import url("fonts.css");

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

body {
  background: black;

}

a {
  outline: none;
}

h1, h2 {
  font-family: 'bebas_neueregular', sans-serif;
  margin:0;
  font-weight: normal;
}

h2 {
  font-size: 3em;
}

p {
  font-size: 0.8em;
  font-family: Arial, Tahoma, sans-serif;
}

.gray {
  color: #969696;
  font-size: 1.35em;
}

.white {
  color: white;
  font-size: 1.35em;
}

/********************
 * FEATURE CAROUSEL *
 ********************/
body, html, #wrapper, #content-wrapper, section {
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.carousel-container {
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  display: none;
}

#carousel {
  height:100%;
  width:100%;
  position:relative;
  background: black;
}

.carousel-image {
  border:0;
  display: block;
}

.carousel-feature {
  position:absolute;
  cursor:pointer; 
  width: 10%; 
  height: 100%;
  background: black;
}

.carousel-feature a {
  display: block;
}

.carousel-feature img,
.carousel-feature canvas {
  position:absolute;
  top: 0;
  left: 50%;
  margin-left: -750px;
  z-index: 5;
}

.carousel-feature img.not-blur {
  z-index: 4;
}

.carousel-feature canvas {
  margin-left: -801px;
  top: -1px;
}

.carousel-feature.black {
 
}
.carousel-feature.red {

}
.carousel-feature.blue {

}
#lpanel {
  background: white;
  height:100%;
}

#lpanel .summary {
  margin: 20px;
}

#lpanel .summary img {
  float: left;
}

#lpanel .summary div {
  width:78%;
  float: right;
}

#lpanel .content {
  clear: both;
  margin: 20px 20px 0 20px;
  padding-left: 21%;

}

#lpanel .content h2 {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}

#lpanel .content p {
  margin-bottom: 2em
}


.tracker-summation-container,
.tracker-individual-container,
.tracker-individual-container li,
#carousel-left,
#carousel-right {
  display: none;
}

#lpanel {
  position: fixed;
  top: 0;
  left: 70px;
  width: 0;
  overflow: hidden;
  z-index: 900;
}

#lpanel-inner {
  overflow-y: scroll;
  height: inherit;
  width: 100%;
  padding-right: 5%;
}



#about {
  font-family: 'bebas_neueregular', sans-serif;
  text-decoration: none;
  position: fixed;
  left: 30px;
  background: black;
  color: #aaa;
  z-index: 1000;
  cursor: pointer;
  font-size: 1.35em;
}

#about:hover, #about.open {
  color: white;
}

#email {
  z-index: 1000;
  position: fixed;
  left: 5px;
  bottom: 45px;
  background: url(Mail_Sivo.png) no-repeat;
  background-size: 90%;
  width: 25px;
  height: 25px;
  text-decoration: none;
  cursor: pointer
}

#email:hover {
  background: url(Mail_Belo.png) no-repeat;
  background-size: 90%;
}


#fb {
  z-index: 1000;
  position: fixed;
  left: 5px;
  bottom: 26px;
  background: url(fb.png) no-repeat;
  background-size: 90%;
  width: 25px;
  height: 25px;
  text-decoration: none;
  cursor: pointer
}

#fb:hover {
  background: url(fb-hover.png) no-repeat;
  background-size: 90%;
}

#bh {
  z-index: 1000;
  position: fixed;
  left: 5px;
  bottom: 0px;
  background: url(fb.png) no-repeat 0 115%;
  background-size: 90%;
  width: 25px;
  height: 25px;
  text-decoration: none;
  cursor: pointer
}

#bh:hover {
  background: url(fb-hover.png) no-repeat 0 115%;
  background-size: 90%;
}



.rotate {
  position: absolute;
  z-index: 5000;
  background: black;
  padding: 1px 7px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: left top;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}*/

.blur-out {
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
    /*-webkit-transform: scale(1.4, 1.4);
    opacity: 0.25;*/
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    
}

.left-menu {
  width: 70px; 
  height: 100%; 
  background: url(test.svg) no-repeat 0 0px black;
  background-size: 70px;
  float:left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.left-menu a {
  top: 70px;
  display: block;
  position: absolute;
  font-family: 'bebas_neueregular', sans-serif;
  font-weight: normal;
  overflow: hidden;
  text-decoration: none;
  background: none;
  cursor: pointer;
}

.left-menu #home-page {
  top: 70px;
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  outline: none;
  
}

.left-menu a:hover {
  color: white;
}

.left-menu a.rotate {
  padding: 0;
}

.left-menu a#product-link {
  left: 2px;
  font-size: 23px;
}

.left-menu a#graphic-link {
  left: 22px;
  font-size: 23px;
  letter-spacing: 0.03em;
}

.left-menu a#exhibition-link {
  left: 44px;
  font-size: 19px;
  letter-spacing: -0.015em;
}

.title-photo-first-page {
  position: absolute;
  right:38px;
  bottom: 0px;
  font-size: 1.5em;
}

.close-about {
  position: absolute;
  top: 0;
  z-index: 5000;
  background: black;
  padding: 0px 7px 0 5px;
  right: 0;
  font-size: 22px;
  font-family: Comic Sans MS, Verdana, sans-serif;
  font-weight: bold;
  height: 27px;
  line-height: 23px;
  cursor: pointer;
}

.about-first-page {
  position: absolute;
  left: 40px;
  bottom: 0px;
  font-size: 1.5em;
}

.black-line {
  height: 100%;
  position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    z-index: 5500;
  background: black;
}



/* PODSTRANI */
#main-article {
  height: auto;
  position: relative;
  overflow: auto;  
  
  -moz-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

#main-content-wrapper {
  background: white;
  margin: 0 auto;
  display: block;
  padding: 40px 40px 0 40px;
  z-index: 500;
  width: 1020px;  
  position: relative;
} 

.main-tab {
  position: absolute;
  right: -34px;
  top: -34px;
  width: 300px;
  height: 65px;
  font-family: 'bebas_neueregular', sans-serif;
  font-weight: normal;
  font-size: 1.5em;  
  border: 0;
  padding: 1px 7px;
  z-index: 5000;
  background: url(scroll.png) no-repeat;
  display: block;
  background-size: 100%;
}

#main-content {
  background: white;
  display: block;
  padding: 60px;
  width: 898px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0;
} 

#main-content h2 {
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
  padding-top: 2px;
} 

#main-content p {
  font-size: 0.95em;
} 

.title-sub-page {
  position: fixed;
  right:0px;
  top: 0;
  font-size: 1.5em;
  background: black;
  border: 0;
  padding: 1px 7px;
  z-index: 5000;
}

.title-sub-page .white {
  font-size: 1.3em;
}

a.forward,
a.back {  
  position: fixed;
  top: 50%;
  height: 63px;
  width: 42px;
  z-index: 6000;
  cursor: pointer;
  display: none;
}



a.forward {
  left: 90px;
  background: url(arrow-side.png) no-repeat center center;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.back {
  right: 20px;
  background: url(arrow-side.png) no-repeat center center;
  
}

#slider { 
  margin: 10px 0;
}

#slider-wrapper {
  height: 675px;
  
}

.orbit-bullets {
  position: relative !important;
  text-align: center !important;
  width: auto !important;
}

.orbit-bullets {
  border-bottom: 2px solid #DDDDDD;
  text-align: center;
}

#main-content-wrapper .orbit-bullets li {
    background: #CCCCCC;
    border-radius: 1000px;
    display: inline-block;
    float: none;
    
    margin: 0 1px;
}

#main-content-wrapper .orbit-bullets li.active {
    background: none repeat 0 0 #999999;
}

.timeline {  
  width: 90%;
  margin: 55px auto;
  height: 90px;
  position: relative;
  padding: 10px;
  background: rgba(0, 0, 0, 0.35); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  z-index: 20;
}

#timeline-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.timeline ul {
  list-style: none outside none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.timeline ul li {
  list-style-type: none; 
  float: left;
  display: inline;
  width: 140px;

  height: 90px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;

}


.timeline ul li.active .overlay {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.timeline ul li:hover .overlay {
  opacity: 0.75;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.timeline ul li .overlay {
  background: black;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;  
  z-index: 10;
  opacity: 0.45;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.timeline ul li .overlay-text {
  background: none;
  height: 86px;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px; 
  z-index: 11;
  color: white;
  opacity: 1;
  white-space: normal;
  font-family: "bebas_neueregular",sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: left;
  text-wrap: normal;
  overflow: hidden;
  margin: 0;
  padding: 2px 5px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.timeline ul li:hover .overlay-text {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.timeline ul li img {
  display: none;
}







.timeline ul li.selected {
  background: rgba(255, 255, 255, 0.2);
}

#main-content-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#main-content-wrapper ul li {
  margin: 0;
  padding: 0;
  position: relative;

}

.hidden {
  display: none;
}

.prev-btn {
  position: absolute;
  top: 45px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(arrow-left.png) no-repeat;
  cursor: pointer;
}

.next-btn {
  position: absolute;
  top: 45px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: url(arrow-right.png) no-repeat;
  cursor: pointer;
}

#article-background1,
#article-background2 {
  position: fixed;
  width: 100%;
  height: 1000%;
  
  background: white;
  left: 0;
  top: 0;
}

.article-background.non-active {
  z-index: 15
}

.article-background.active {
  
  z-index: 10;
}

.scrollToTop{
  width:50px; 
  height:50px;
  padding:5px; 
  text-align:center; 
  background: whiteSmoke;
  font-weight: bold;
  font-size: 100px;
  color: #444;
  text-decoration: none;
  position:fixed;
  bottom: 90px;
  right: 50px;
  display: none;
  background: none;
  z-index: 6000;
  cursor: pointer;
}
.scrollToTop:hover{
  text-decoration:none;
  color: #efefef;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -91px 0 0 -64px;
  z-index: 8000;
}

