@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700&subset=latin-ext);
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeueBold.otf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h1 {
  font-size: 5.4rem;
  font-family: "Bebas Neue", Helvetica, sans-serif;
  margin-bottom: 0px; }
@media(min-width: 750px) {
  h1 {
    font-size: 7.2rem; } }
h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 40px 0px; }

h3 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem; }

h4 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem; }
@media(min-width: 750px) {
  h4 {
    font-size: 3rem; } }
h5 {
  text-transform: none; }

h6 {
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0.1rem; }

.hidden {
  display: none; }

.button, .button-inverted, form .button-inverted, .button-white, form .button-white, form .button, form .button-inverted, form .button-white {
  border-radius: 0;
  border: 1px solid #c84b26;
  color: #c84b26;
  font-weight: bold;
  letter-spacing: 0.2rem;
  transition: all 0.3s ease-in-out; }
  .button:hover, .button-inverted:hover, .button-white:hover, form .button:hover, form .button-inverted:hover, form .button-white:hover {
    color: #fff;
    background-color: #c84b26;
    border-color: #c84b26; }

.button-inverted, form .button-inverted {
  background-color: #c84b26;
  color: #fff; }
  .button-inverted:hover, form .button-inverted:hover {
    color: #c84b26;
    background-color: #fff; }

.button-white, form .button-white {
  color: #fff;
  border-color: #fff; }
  .button-white:hover, form .button-white:hover {
    color: #444;
    background-color: #fff;
    border-color: #fff; }

input[type="email"],
input[type="text"],
textarea {
  border-radius: 0;
  border: 2px solid #aaa;
  color: #777;
  font-weight: normal;
  font-size: 1.4rem; }
  input[type="email"]:focus,
  input[type="text"]:focus,
  textarea:focus {
    border: 2px solid #c84b26;
    color: #c84b26; }

.clearfix {
  overflow: auto; }

.fit-vertical {
  height: 100%; }

.fit-horizontal {
  width: 100%; }

.centered {
  text-align: center; }

.centered-verticaly {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.relative-container {
  position: relative; }

.divider {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center; }
  .divider:after {
    content: "";
    position: absolute;
    top: 150%;
    left: 50%;
    width: 48px;
    height: 2px;
    background-color: #ddd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.image-container {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .image-container .image-overlay {
    width: 100%;
    border: 0px solid #fff;
    padding: 10px; }
@media(min-width: 550px) {
  .image-container .image-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    .image-container .image-overlay:hover {
      border: 10px solid #fff;
      padding: 5px;
      opacity: 1; } }
.bg-cover {
  background-size: cover;
  background-position: center; }

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  border-bottom: 1px solid #bbb;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

.navigation {
  max-width: 960px;
  line-height: 1;
  margin: 0px auto; }
  .navigation .logo {
    float: left;
    padding: 5px 20px;
    height: 50px; }
  .navigation .menu-icon {
    display: none;
    font-size: 30px;
    color: #333;
    margin: 10px 20px;
    float: right; }
    .navigation .menu-icon:active {
      color: #c84b26; }

.main-navigation {
  float: right;
  margin: 0;
  text-transform: uppercase;
  height: 50px;
  overflow: hidden; }
  .main-navigation li {
    display: inline-block;
    padding: 18px 12px; }
  .main-navigation a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    height: 50px; }
    .main-navigation a:hover, .main-navigation a.selected {
      color: #c84b26; }
    .main-navigation a.selected {
      transition: all 0.4s ease-in-out; }

.content {
  margin-top: 50px; }

@media (max-width: 750px) {
  .content {
    margin-top: 0px; }

  .top-bar {
    position: static; }

  .navigation .menu-icon {
    display: block; }

  .main-navigation {
    clear: both;
    float: none;
    height: auto;
    display: none;
    width: 100%;
    background-color: #ededed;
    transition: max-height 0.5s ease-in-out; }
    .main-navigation li {
      display: block;
      margin: 0; }
    .main-navigation.expanded {
      max-height: 300px; } }
.predstavitev {
  height: 620px;
  overflow: hidden; }

.predstavitev:before, .predstavitev:after {
  content: "";
  position: absolute;
  height: 0;
  border-bottom: 25px solid white;
  bottom: 0;
  z-index: 2; }

.predstavitev:before {
  left: 0;
  right: 50%;
  border-right: 25px solid transparent; }

.predstavitev:after {
  left: 50%;
  right: 0;
  border-left: 25px solid transparent; }

.predstavitev-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: transform 0.7s ease-in-out, z-index 0s; }
  .predstavitev-slide.cur {
    z-index: 1; }
  .predstavitev-slide.left, .predstavitev-slide.right {
    z-index: -1;
    transition: transform 0.7s ease-in-out, z-index 3s; }
  .predstavitev-slide.left {
    transform: translateX(-100%); }
  .predstavitev-slide.right {
    transform: translateX(100%); }
  .predstavitev-slide#slide-1 {
    background-image: url("../images/cover1.jpg"); }
  .predstavitev-slide#slide-2 {
    background-image: url("../images/cover2.jpg"); }
  .predstavitev-slide#slide-3 {
    background-image: url("../images/cover3.jpg"); }

.predstavitev-control {
  position: absolute;
  z-index: 3;
  padding: 20px 10px;
  font-size: 36px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #ddd; }
  .predstavitev-control:hover {
    background-color: #fff;
    color: #444; }
  .predstavitev-control#predstavitev-nazaj {
    left: 0; }
  .predstavitev-control#predstavitev-naprej {
    right: 0; }

@media (max-width: 750px) {
  .predstavitev-control {
    display: none; } }
.predstavitev-indicator {
  position: absolute;
  bottom: 20px;
  z-index: 2; }
  .predstavitev-indicator li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out; }
    .predstavitev-indicator li.cur {
      background-color: #fff; }

.o-meni .content {
  margin-bottom: 100px; }

.o-meni .profile-pic {
  border-radius: 50%;
  max-width: 300px; }

.o-meni .naziv {
  margin-bottom: 20px;
  color: #777; }

.moja-pot {
  display: none;
  background-color: #444;
  color: #ebebeb; }

.casovnica {
  height: 100%;
  position: relative;
  padding-top: 30px; }
  .casovnica .casovnica-vnos {
    padding-bottom: 60px; }
  .casovnica .casovnica-icon {
    position: absolute;
    height: 26px;
    width: 26px;
    background-color: #e1e1e1;
    border: 8px solid #bc5132;
    border-radius: 50%;
    z-index: 2; }

.casovnica-content {
  margin-left: 35px; }
  .casovnica-content .casovnica-datum {
    font-weight: bold;
    letter-spacing: 0.2rem; }
  .casovnica-content .casovnica-text {
    font-style: italic; }

.casovnica::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 8px;
  width: 10px;
  background-color: #e1e1e1;
  border-radius: 5px 5px 0px 0px; }

@media (min-width: 750px) {
  .casovnica .casovnica-icon {
    left: calc(50% - 13px); }

  .casovnica::before {
    left: calc(50% - 5px); }

  .casovnica-content {
    margin: 0px; }
    .casovnica-content .casovnica-datum {
      position: absolute;
      right: calc(50% + 30px); }
    .casovnica-content .casovnica-text {
      position: relative;
      right: 0; }
    .casovnica-content .casovnica-datum, .casovnica-content .casovnica-text {
      width: calc(50% - 30px);
      max-width: 460px;
      text-align: right; }

  .casovnica-vnos:nth-child(even) .casovnica-datum {
    left: calc(50% + 30px);
    text-align: left; }

  .casovnica-vnos:nth-child(odd) .casovnica-text {
    left: calc(50% + 30px);
    text-align: left; } }
.storitve {
  background-color: #e1e1e1; }
  .storitve .storitev {
    background-color: #fff;
    padding: 20px;
    text-align: center; }
    .storitve .storitev img {
      max-width: 150px;
      margin-bottom: 20px;
      margin-top: 20px; }
    .storitve .storitev p {
      color: #444; }
    .storitve .storitev hr {
      width: 75%;
      margin-bottom: 20px;
      margin-top: 20px; }

.pohistvo {
  margin-top: 50px;
  background-image: url("../images/pohistvo_back.jpg");
  color: #fff;
  position: relative;
  background-attachment: fixed; }
  .pohistvo .image-container {
    max-width: 300px;
    display: inline-block; }
@media(max-width: 549px) {
  .pohistvo .image-container .centered-verticaly {
    transform: none;
    display: static; } }
  .pohistvo h4 {
    font-weight: 200;
    font-size: 2rem; }
  .pohistvo p {
    font-size: 1.8rem; }
  .pohistvo .section-content {
    margin-top: 100px;
    margin-bottom: 100px; }

.pohistvo:before, .pohistvo:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 25px solid transparent;
  bottom: 0px;
  z-index: 1; }

.pohistvo:before {
  left: 0;
  right: 50%;
  border-right: 25px solid #d6d6d6; }

.pohistvo:after {
  left: 50%;
  right: 0;
  border-left: 25px solid #d6d6d6; }

.gallery-filters {
  list-style: none;
  display: inline-block;
  margin-top: 30px; }
  .gallery-filters li {
    text-transform: uppercase;
    margin: 0px 10px; }
@media(min-width: 550px) {
  .gallery-filters li {
    display: inline; } }
    .gallery-filters li a {
      color: #333;
      text-decoration: none; }
      .gallery-filters li a.selected, .gallery-filters li a:hover {
        color: #c84b26; }

.gallery-items {
  list-style: none;
  width: 100%;
  display: inline-block; }
  .gallery-items .gallery-entry {
    position: relative;
    overflow: hidden;
    height: 240px;
    margin: 0;
    width: 100%;
    border: 8px solid transparent;
    position: relative; }
@media(min-width: 400px) {
  .gallery-items .gallery-entry {
    width: 50%; } }
@media(min-width: 750px) {
  .gallery-items .gallery-entry {
    width: 25%; } }
    .gallery-items .gallery-entry:nth-child(4n) {
      margin-left: 0; }
    .gallery-items .gallery-entry .img {
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      display: block; }
  .gallery-items .gallery-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out; }
    .gallery-items .gallery-overlay .gallery-zoom {
      color: #fff;
      font-size: 3.2rem;
      margin-left: 100%;
      transition: all 0.3s ease-in-out; }
    .gallery-items .gallery-overlay .gallery-caption {
      position: absolute;
      width: 100%;
      bottom: 0px;
      color: #fff;
      padding: 5px;
      background-color: rgba(0, 0, 0, 0.55);
      transition: all 0.3s ease-in-out; }
    .gallery-items .gallery-overlay:hover {
      background-color: rgba(0, 0, 0, 0.7); }
      .gallery-items .gallery-overlay:hover .gallery-zoom {
        margin-left: 0px; }
      .gallery-items .gallery-overlay:hover .gallery-caption {
        background-color: transparent;
        bottom: 10%; }

.galerija {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #d6d6d6; }

.image-gallery {
  height: 300px;
  margin-top: 30px;
  overflow: hidden;
  position: relative; }
  .image-gallery .image-wrapper {
    height: 100%;
    display: inline-block; }
  .image-gallery .gallery-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    opacity: 0;
    display: none;
    animation: opacity 0.5s ease-in-out; }
    .image-gallery .gallery-group.cur {
      opacity: 1;
      display: block; }
    .image-gallery .gallery-group img {
      margin: 0px 10px;
      display: inline-block;
      height: 100%; }

.kontakt {
  position: relative;
  background-color: #fff; }
  .kontakt .kontakt-vnos {
    display: inline-block; }
  .kontakt .icon {
    color: #c84b26;
    font-size: 3.5rem; }
  .kontakt .info {
    margin-top: 10px; }
    .kontakt .info h6 {
      line-height: 1;
      margin-bottom: 0; }
    .kontakt .info p {
      font-weight: bold; }

.obrazec {
  margin-top: 50px;
  padding-bottom: 50px; }
  .obrazec #messageInput {
    height: 300px; }
  .obrazec .required {
    color: #B92222;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: -14px;
    margin-bottom: 10px;
    display: none; }
  .obrazec #obrazec-sporocilo {
    text-align: center;
    padding: 20px 0px; }

.kontakt:before, .kontakt:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 60px solid transparent;
  bottom: 0px;
  z-index: 1; }

.kontakt:before {
  left: 0;
  right: 50%;
  border-right: 60px solid #303030; }

.kontakt:after {
  left: 50%;
  right: 0;
  border-left: 60px solid #303030; }

.noga {
  background-color: #303030;
  color: #7b7b7b;
  padding-top: 50px; }
  .noga .na-vrh {
    margin-bottom: -30px; }
    .noga .na-vrh a {
      position: relative;
      top: -75px;
      z-index: 3;
      color: #aaa;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 100;
      margin-bottom: -20px; }
    .noga .na-vrh:hover {
      color: #c84b26; }
  .noga .logo {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 250px; }
  .noga .noga-levo p {
    margin-top: 20px;
    line-height: 1.3;
    font-size: 1.4rem; }
  .noga .social-links {
    margin-top: 30px; }
  .noga .social-links li {
    display: inline-block; }
    .noga .social-links li a {
      display: block;
      width: 50px;
      height: 50px;
      padding-top: 5px;
      margin: 5px;
      background-color: #202020;
      border-radius: 50%;
      font-size: 2.5rem;
      color: #757575;
      transition: all 0.2s ease-in-out; }
      .noga .social-links li a:hover {
        color: #ddd;
        background-color: #444; }

@media(max-width: 749px) {
  .fancybox-nav span {
    visibility: visible; } }

/*# sourceMappingURL=style.css.map */
