@charset "UTF-8";
/* CSS Document */

.container {
  width: 1500px;
  text-align: center;
}
.oneC,
.twoC,
.threeC,
.fourC {
  vertical-align: top;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.oneC,
.fourC {
  width: 250px;
}
.twoC,
.threeC {
  width: 470px;
  padding: 10px;
}
.fourC {
  width: 250px;
  padding: 10px 0 0 0;
}
.aktualno {
  padding-bottom: 25px;
  border-bottom: 1px dotted #333;
}
hr {
  border: 0;
  border-bottom: 1px dotted #333;
  height: !important;
}

.katalog {
  text-align: left;
  width: 225px;
  padding: 10px;
}
.katalog h2,
.vsebina h2 {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1478c7;
  height: 35px;
}
.katalog ul {
  width: 225px;
  height: 213px;
  background-image: url(../img/BG_nav_kat.gif);
  display: block;
  list-style: none;
}
.katalog ul {
  padding: 0 !important;
  margin: 0 !important;
}
.katalog ul li a {
  width: 215px;
  display: block;
  font-size: 15px;
  color: #343434;
  line-height: 35px;
  text-decoration: none;
  padding-left: 10px;
}
.katalog ul li a:hover {
  color: #000;
}
.katalog ul li:hover {
  background-image: url(../img/BG_nav_kat_on.gif);
}
.katalog ul li:nth-child(2):hover {
  background-position: 0px -35px;
}
.katalog ul li:nth-child(3):hover {
  background-position: 0px -70px;
}
.katalog ul li:nth-child(4):hover {
  background-position: 0px -105px;
}
.katalog ul li:nth-child(5):hover {
  background-position: 0px -140px;
}
.katalog ul li:nth-child(6):hover {
  background-position: 0px -175px;
}
.video {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
}
.fotke {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
}
.bx-wrapper {
  margin-bottom: 50px !important;
}
.bx-viewport {
  height: 300px !important;
  overflow: hidden;
}
.bx-wrapper .bx-controls-direction a {
  top: 330px !important;
}
.opis {
  margin: 10px 0px 0px 10px;
  text-align: left;
}
.video a img {
  margin-top: 5px;
  width: 325px;
  height: 182px;
  display: inline;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
}
.video-pic {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 327px;
  height: 184px;
  overflow: hidden;
}
.video-pic .video-overlay {
  background: rgba(0, 0, 0, 0.25);
  background-image: url(../images/Video/video-overlay.png);
  background-size: 327px 184px;
  position: absolute;
  width: 327px;
  height: 184px;
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.video-pic:hover .video-overlay {
  opacity: 1;
}
.video-image {
  width: 325px;
}
.vsebina h3 {
  text-align: left;
  font-size: 20px !important;
  line-height: 20px;
  font-weight: normal;
}
.opis li {
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
}
.opis ul {
  margin: 0;
  padding-left: 15px;
  list-style-type: disc;
  list-style-position: outside;
}

@mixin transition-time($time) {
  -webkit-transition: all $time;
  -moz-transition: all $time;
  -ms-transition: all $time;
  -o-transition: all $time;
  transition: all $time;
}

.decoy-image {
  background-color: #333;
  width: 75%;
}

.overlay {
  position: fixed;
}

.overlay-background {
  @include transition-time(0.25s);
  float: left;
  position: relative;
  width: 100%;
  height: 100%;

  background: linear-gradient(to right, #333, #171717);
  z-index: 1000;
}

.overlay-close {
  position: fixed;
  top: 1%;
  right: 1%;
  font-size: 32px;
  z-index: 2000;

  a {
    @include transition-time(0.25s);
    color: #ddd;

    &:hover {
      color: $text-color;
    }
  }
}

.overlay-content-display {
  position: fixed;
  background-color: #111;
  z-index: 3000;
}

.content-to-display {
  width: 853px;
  height: 480px;
}
