		/* RESET
------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, .contentSection h3, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'EncodeSansNormal-Black';
  src: url("../fonts/EncodeSansNormal-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSansNormal-Black.woff") format("woff"), url("../fonts/EncodeSansNormal-Black.ttf") format("truetype"), url("../fonts/EncodeSansNormal-Black.svg#EncodeSansNormal-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'EncodeSansNormal-Light';
  src: url("../fonts/EncodeSansNormal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSansNormal-Light.woff") format("woff"), url("../fonts/EncodeSansNormal-Light.ttf") format("truetype"), url("../fonts/EncodeSansNormal-Light.svg#EncodeSansNormal-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'EncodeSansNormal-Regular';
  src: url("../fonts/EncodeSansNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSansNormal-Regular.woff") format("woff"), url("../fonts/EncodeSansNormal-Regular.ttf") format("truetype"), url("../fonts/EncodeSansNormal-Regular.svg#EncodeSansNormal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
		@include bp(medium) {

		}
*/
/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 72.5% "EncodeSansNormal-Regular", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  padding: 0;
  background: #fff;
  line-height: 16px; }

a {
  color: #444; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

.widthWrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }
  @media (max-width: 830px) {
    header {
      height: 150px;
      position: initial; } }
  header.headerScroll {
    border-bottom: 3px solid #1177b6; }
  header .navigation {
    float: right;
    text-align: right; }
    @media (max-width: 830px) {
      header .navigation {
        margin-top: 60px; } }
    header .navigation li {
      display: inline-block;
      padding: 20px 0 0; }
      @media (max-width: 830px) {
        header .navigation li {
          padding: 0; } }
      header .navigation li a {
        display: inline-block;
        padding: 10px 20px;
        font-family: "EncodeSansNormal-Light";
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.5em; }
        @media (max-width: 1150px) {
          header .navigation li a {
            padding: 10px;
            font-size: 1.3em; } }
        @media (max-width: 690px) {
          header .navigation li a {
            padding: 10px 7px; } }
        @media (max-width: 550px) {
          header .navigation li a {
            font-size: 1.2em; } }
        header .navigation li a:hover {
          background: #1177b6;
          color: #fff; }
  header h1.logo {
    float: left;
    width: 200px;
    height: 50px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    margin: 15px 0 0;
    text-indent: -9999px; }
    header h1.logo a {
      display: block;
      width: 200px;
      height: 50px; }
    @media (max-width: 830px) {
      header h1.logo {
        float: none;
        width: 100%;
        background-position: 50% 0;
        margin-top: 10px;
        height: 30px; } }
    @media (max-width: 550px) {
      header h1.logo {
        float: none;
        width: 100%;
        background-position: 50% 0;
        margin-top: 10px;
        height: 30px; } }
    header h1.logo a {
      width: 100%;
      height: 30px; }

h1 {
  color: #1177b6;
  font-family: "EncodeSansNormal-Black";
  font-size: 1.8em;
  padding-bottom: 1em;
  font-weight: normal;
  line-height: 1.5em; }

.contentSection {
  font-size: 1.2em;
  line-height: 1.5em; }
  .contentSection strong {
    font-weight: normal;
    font-family: "EncodeSansNormal-Black"; }
  .contentSection h2, .contentSection h3 {
    color: #1177b6;
    font-family: "EncodeSansNormal-Black";
    font-size: 1.8em;
    padding-bottom: 1em;
    font-weight: normal;
    line-height: 1.5em; }
  .contentSection h3 {
    font-size: 1.3em; }
  .contentSection ul {
    list-style-type: disc;
    margin-bottom: 1em; }
    .contentSection ul li {
      margin-left: 30px; }
  .contentSection a {
    color: #1177b6; }
  @media (max-width: 550px) {
    .contentSection .mobile {
      width: 100%;
      overflow: scroll;
      font-size: 0.8em; } }
  .contentSection table {
    width: 750px;
    margin-bottom: 1em; }
    @media (max-width: 830px) {
      .contentSection table {
        width: 100%; } }
    .contentSection table tr td {
      padding: 10px 20px;
      border-bottom: 1px solid #d7d7d7; }
      @media (max-width: 550px) {
        .contentSection table tr td {
          padding: 3px; } }
      @media (max-width: 550px) {
        .contentSection table tr td:first-child {
          width: 70px; } }
    .contentSection table tr:first-child td {
      background: #1177b6;
      color: #fff; }
    .contentSection table tr:nth-child(2n) {
      background: #f1f1f1; }
  .contentSection .ceniki tr td:last-child {
    text-align: right; }
  .contentSection .ceniki tr:last-child td {
    background: #1177b6;
    color: #fff;
    font-family: "EncodeSansNormal-Black";
    font-size: 1.5em;
    padding: 20px; }
    @media (max-width: 550px) {
      .contentSection .ceniki tr:last-child td {
        padding: 3px;
        font-size: 0.8em; } }
  .contentSection .cenik2 tr td:first-child {
    background: #e9e9e9; }
  .contentSection .cenik2 tr td:nth-child(5) {
    text-align: right; }
  .contentSection .cenik2 tr td:last-child {
    text-align: right; }
  @media (max-width: 550px) {
    .contentSection .cenik2 tr td {
      padding: 3px;
      font-size: 0.8em; } }
  @media (max-width: 550px) {
    .contentSection .cenik2 tr td:nth-child(2) {
      width: 70px; } }
  .contentSection .cenik2 tr:first-child td:first-child {
    background: #1177b6; }
  .contentSection #openTableDiv {
    display: none; }
    .contentSection #openTableDiv.show {
      display: block; }
  .contentSection .contentLeft {
    float: left;
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box; }
    @media (max-width: 830px) {
      .contentSection .contentLeft {
        width: 100%;
        padding-right: 0;
        float: none; } }
  .contentSection .contentRight {
    float: left;
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box; }
    @media (max-width: 830px) {
      .contentSection .contentRight {
        width: 100%;
        padding-left: 0;
        float: none; } }
  .contentSection .contentRight1 {
    float: left;
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
    margin-top: -64px; }
    @media (max-width: 830px) {
      .contentSection .contentRight1 {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 0; } }

.section {
  border-top: 150px solid #f1f1f1;
  padding: 40px 0; }

#homePage {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box; }
  @media (max-width: 830px) {
    #homePage {
      padding-top: 0; } }
  #homePage .banner {
    background: url(../images/bannerBack.png) repeat-x 0 0;
    background-size: contain;
    height: 260px; }
    @media (max-width: 550px) {
      #homePage .banner {
        height: 150px; } }
    #homePage .banner .widthWrapper {
      position: relative;
      height: 260px; }
      #homePage .banner .widthWrapper:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: -200px;
        background: url(../images/bannerImage.png) no-repeat 0 0;
        background-size: contain;
        height: 260px;
        width: 515px;
        z-index: 5; }
        @media (max-width: 690px) {
          #homePage .banner .widthWrapper:after {
            left: -300px; } }
        @media (max-width: 550px) {
          #homePage .banner .widthWrapper:after {
            display: none; } }
      #homePage .banner .widthWrapper.newBanner:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: -200px;
        background: url(../images/bannerImage1.png) no-repeat 50% 100%;
        background-size: cover;
        height: 260px;
        width: 515px;
        z-index: 5; }
        @media (max-width: 690px) {
          #homePage .banner .widthWrapper.newBanner:after {
            left: -300px; } }
        @media (max-width: 550px) {
          #homePage .banner .widthWrapper.newBanner:after {
            display: none; } }
      #homePage .banner .widthWrapper h2, #homePage .banner .widthWrapper .contentSection h3, .contentSection #homePage .banner .widthWrapper h3 {
        position: absolute;
        right: 0;
        top: 20%;
        color: #fff;
        font-family: "EncodeSansNormal-Light";
        font-size: 2.5em;
        text-transform: uppercase;
        line-height: 1.5em;
        text-align: center;
        width: 80%;
        z-index: 10; }
        @media (max-width: 690px) {
          #homePage .banner .widthWrapper h2, #homePage .banner .widthWrapper .contentSection h3, .contentSection #homePage .banner .widthWrapper h3 {
            font-size: 2em; } }
        @media (max-width: 550px) {
          #homePage .banner .widthWrapper h2, #homePage .banner .widthWrapper .contentSection h3, .contentSection #homePage .banner .widthWrapper h3 {
            width: 100%;
            font-size: 1.5em;
            top: 16px; } }
      #homePage .banner .widthWrapper span {
        display: block;
        padding-top: 15px;
        font-size: 0.8em;
        color: #1177b6; }
        #homePage .banner .widthWrapper span a {
          color: #1177b6;
          text-decoration: none; }
          #homePage .banner .widthWrapper span a:hover {
            text-decoration: underline; }
  #homePage .content {
    padding-top: 50px; }

form {
  width: 100%; }
  form input {
    width: 45%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #6ebff2;
    margin-bottom: 5px;
    margin-right: 5px; }
    form input.submit {
      background: #1177b6;
      color: #fff;
      width: 30%;
      font-size: 1.2em;
      text-transform: uppercase;
      margin-bottom: 1em;
      border: none; }
  form textarea {
    width: 92%;
    border: 1px solid #6ebff2;
    box-sizing: border-box;
    padding: 15px; }
  form .smallFormText {
    font-size: 0.9em;
    float: right;
    margin-right: 10%; }
  form #error {
    color: #fff;
    background: #9c0e0a;
    padding: 3px 10px;
    width: 88%;
    display: none; }
    form #error.show {
      display: block; }

#o-podjetju {
  padding-bottom: 40px; }
  #o-podjetju iframe.google {
    width: 100%;
    height: 200px; }

.footer {
  padding: 10px 20px;
  background: #f1f1f1; }
  .footer .wd {
    float: right; }
    .footer .wd .webDesign {
      width: 24px;
      height: 24px;
      background: url(../images/matickaltenekar.png) no-repeat 0 0;
      display: inline-block;
      margin: -4px 8px 0 0;
      float: right;
      text-indent: -9999px; }
    .footer .wd .webDesign:hover {
      background-position: 0 100%; }
    @media (max-width: 550px) {
      .footer .wd span {
        display: none; } }

.izdelki {
  margin: 0 0 50px -28px;
  width: 100%;
  float: none; }
  .izdelki .izdelek {
    width: 244px;
    float: left;
    margin: 10px 28px;
    height: 330px;
    overflow: hidden; }
    .izdelki .izdelek .title {
      display: block;
      color: #1177b6;
      font-weight: bold;
      margin-bottom: 10px; }
    .izdelki .izdelek .image {
      display: block;
      width: 244px;
      height: 150px;
      float: left;
      background-size: cover;
      text-indent: -9999px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      box-sizing: border-box; }
    .izdelki .izdelek .description {
      display: block; }

#izdelki .izdelki {
  margin: 0 0 50px -28px;
  width: 100%;
  float: none; }
  #izdelki .izdelki .izdelek {
    width: 250px;
    float: left;
    margin: 10px 28px;
    height: 330px;
    overflow: hidden; }
    #izdelki .izdelki .izdelek .title {
      display: block;
      color: #1177b6;
      font-weight: bold;
      margin-bottom: 10px; }
    #izdelki .izdelki .izdelek .image {
      display: block;
      width: 250px;
      height: 150px;
      float: left;
      background-size: cover;
      text-indent: -9999px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      box-sizing: border-box; }
    #izdelki .izdelki .izdelek .description {
      display: block; }

.gallery {
  margin-left: -28px; }
  .gallery a {
    display: block;
    width: 250px;
    height: 150px;
    float: left;
    background-size: cover;
    text-indent: -9999px;
    margin: 10px 28px; }

.reference {
  margin-left: -28px; }
  .reference div.image {
    display: block;
    width: 250px;
    height: 150px;
    float: left;
    background-size: cover;
    text-indent: -9999px; }
  .reference .referenca {
    width: 250px;
    float: left;
    margin: 10px 28px;
    height: 270px;
    overflow: hidden; }
    .reference .referenca .title {
      display: block;
      color: #1177b6;
      font-weight: bold;
      margin-bottom: 10px; }
    .reference .referenca .image {
      display: block;
      width: 250px;
      height: 150px;
      float: left;
      background-size: cover;
      text-indent: -9999px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      box-sizing: border-box; }

.pdfKatalog {
  display: inline-block;
  width: 150px;
  padding: 90px 10px 10px 10px;
  background: #F2FAEE url(../images/pdf-icon.png) no-repeat 50% 10px;
  background-size: 70px;
  border: 1px solid #CBD2C8;
  text-align: center;
  text-decoration: none; }

.bgSeperator {
  height: 200px;
  background: url(../images/blur.jpg) no-repeat 50% 50%;
  background-size: cover; }

.contactNumber {
  background: #1177b6;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em; }

.blueButton {
  background: #1177b6;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1em;
  cursor: pointer; }

/* HACKS
------------------------------ */
.clear {
  display: inline-block; }

.clear:after, .content .widthWrapper:after, #cenik .widthWrapper:after, #o-podjetju .widthWrapper:after, #izdelki .widthWrapper:after, .izdelki:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.1.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-moz-transform .4s ease;
  transition: left .4s ease,transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }
@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }
@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }
@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

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