article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section{
    display: block;
}

html,
body, div, span, applet, object, iframe, h1, h2, h3, h4, .tile.text time,
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, 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, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul li{
    list-style: none;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body{
    height: 100%;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
    }
}

.wrapper-body {
    position: relative;
    width: 100%;
    min-width: 640px;
    height:100%;
    left: 0;
    top: 0;
    /*overflow: hidden;
    overflow-y: scroll;

    overflow:hidden;
    overflow-y: scroll;
    z-index: 1;
     */

    -webkit-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
}

.slideLeft{
    left: -180px;
}

@media (min-width: 0) and (max-width: 480px){
    .slideLeft{
        left: -299px;
    }
}

@media (min-width: 481px) and (max-width: 960px){
    .slideLeft{
        left: -199px;
    }
}

div,
section,
footer,
aside,
article,
form,
input{
    display: block;
    padding: 0;
    margin: 0;
}

* {
    background-repeat: no-repeat;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5{
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 120px;
    line-height: 1em;
}

@media (max-device-width: 767px) and (max-width: 767px){
    h1 {
        font-size: 5em;
    }
}

@media (max-device-width: 480px) and (max-width: 480px){
    h1 {
        font-size: 5.2em;
        margin: auto;
        text-align: center;
    }
}

@media (min-width: 1441px) and (max-width: 3000px){
    h1 {
        font-size: 160px;
    }
}

h2{
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #3f3f3f;
}

@media screen and (max-device-width: 480px){
    h2 {
        font-size: 1.8em;
        line-height: 1.2em;
        font-weight: 700;
    }
}

h3{
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
}

h4{
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h5{
    font-size: 18px;
    line-height: 1.2em;
}

h6{
    font-size: 16px;
    line-height: 1.5em;
}

p{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #5f5f5f;
}

@media screen and (max-device-width: 960px){
    p{
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media screen and (max-device-width: 480px){
    p{
        font-size: 1.2em;
        line-height: 1.5em;
    }
}

ul{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

a:hover{
    color: #222;
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

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

.clearfix:after {
    clear: both
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
}

.white{
    color: #fff !important;
}

.black{
    color: #000 !important;
}

.fade-in{
	display: none;
}

.arrow-down{
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.arrow-down-scroll{
    position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 100%;
	margin-top: -50px;
	width: 30px;
    height: 30px;
    background-image: url(../images/arrow-down.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
	z-index: 9999;
}

@media screen and (max-device-width: 960px){
    .hide-sm{
        display: none;
    }
}

@media screen and (max-width: 960px){
    .hide-sm{
        display: none;
    }
}

/*--------------*/
/*--------------*/

/*--- header ---*/
header{
    position: absolute;
    z-index: 999;
	top:22px;
	display: none;
    width: 100%;
    -webkit-transition-property: top;
    -webkit-transition-duration: .7s;
    -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -moz-transition-property: top;
    -moz-transition-duration: .7s;
    -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -ms-transition-property: top;
    -ms-transition-duration: .7s;
    -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -o-transition-property: top;
    -o-transition-duration: .7s;
    -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    transition-property: top;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
}

.logo{
    float: left;
    margin: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
}

.logo a{
    display: block;
    padding: 20px 0px;
    text-indent: 0;
}

.icon{
    font-size: 0 !important;
    display: inline-block;
    position: relative;
    width: 224px;
    height: 55px;
    left: 0px;
    top: 0px;
    background-image: url(../images/logo2.svg);
    background-repeat: no-repeat;
    background-position: left;
    /*image-rendering: optimizeSpeed;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;*/
}

@media screen and (min-width: 0) and (max-width: 480px){
    .logo a{
        padding: 40px 0px;
    }

    .icon{
        width: 200px;
        height: 60px;
        background-position: left top;
        background-size: 100%;
    }
}

/*--- navigation ---*/

.navigation{
    text-transform: uppercase;
    float: right;
    padding: 40px 0px;
    opacity: 1;
    cursor: pointer;
}

.navigation-text {
    font-family: 'Open Sans', sans-serif;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.navigation-icon-wrap {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
}

.navigation-icon-wrap{
    width: 15px;
    height: 10px;
    padding: 0 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
}

.navigation-icon{
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    background-image:url(../images/menu.svg);
    background-repeat: no-repeat;
    background-position:left top;
}

@media (min-width: 0) and (max-width: 960px){
    .navigation-icon-wrap{
        width: 23px;
        height: 18px;
        vertical-align: middle;
    }

    .navigation-icon{
        width: 23px;
        height: 18px;
        background-size: 100%;
        background-position: center;
    }

    .navigation-text{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        vertical-align: middle;
    }

    .navigation{
        padding: 30px 0;
    }
}

/*--- nav ---*/

nav{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 180px;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    padding: 0 40px;
    overflow: hidden;

    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;

    /*transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;*/
}

.close{
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
    position: absolute;
    right: 48%;
    text-align: center;
    top: 50px;
    line-height: 50px;
    z-index: 999999;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 0) and (max-width: 960px){
    .close{
        font-size: 20px;
    }
}

.nav-open{
    right: -180px;
    /*position: fixed;*/
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.nav-closed{
    right: -180px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

nav ul{
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.linija{
    width: 100%;
    height: 1px;
    /*background-color: #767676;*/
    margin-top: 30px;
    border-bottom: 1px solid #494949;
}

nav ul li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    line-height: 26px;

    -webkit-transition-property: color;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: color;
    -moz-transition-duration: .1s;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: color;
    -ms-transition-duration: .1s;
    -ms-transition-timing-function: ease-out;
    -o-transition-property: color;
    -o-transition-duration: .1s;
    -o-transition-timing-function: ease-out;
    transition-property: color;
    transition-duration: .1s;
    transition-timing-function: ease-out;
}

nav ul li ul li{
    opacity: 0;
    top: -20px;
    -webkit-transition: top 0.1s ease-in-out;
    -o-transition: top 0.1s ease-in-out;
    transition: top 0.1s ease-in-out;

    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
}

nav ul li:hover > ul li{
    opacity: 1;
    top: 0px;
}

.active a{
    color: #fff !important;
}

nav ul li a:hover{
    color: #fff;
}

.list-item{
    width: 100%;
}

@media (min-width: 481px) and (max-width: 960px){
    nav{
        width: 200px;
    }

    .nav-closed{
        right: -200px;
    }

    .nav-open{
        right: -200px;
    }

    nav ul li a{
        font-size: 20px;
        line-height: 50px;
        font-weight: 400;
    }

    nav ul{
        text-align: center;
    }
}

@media (min-width: 0) and (max-width: 480px) and (max-device-width: 480px){
    nav{
        width: 300px;
    }

    .nav-closed{
        right: -300px;
    }

    nav ul li a{
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 500 !important;
    }
}
/*--- her home page ---*/
#hero {
}

.certificates {
  position: absolute;
  bottom: 40px;
  right: 50px;
}

.certificates span {
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-align: center;
  opacity: 0;
}

.certificates ul li {
  height: 60px;
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.certificates ul li img {
  height: 100%;
}

@media screen and (min-width: 481px) and (max-width: 960px){
  .certificates {
    right: 0;
    left: 0;
    bottom: 20px;
  }

  .certificates ul {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.slide1{
    background-color: #222;
    background-image: url(../images/slide2_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide2{
    background-color: #d1d1d1;
    background-image: url(../images/slide1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #181818;
}

.naslov{
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    text-align: center;
    cursor: default;
    z-index: 2;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.naslov-margin-top{
    top: 45%;
}

.naslov-wrap {
    padding: 0;
}

@media all and (max-width: 960px) {
  .naslov-wrap {
      padding: 0;
  }
}

.naslov-veliki {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 15px;
}

.naslov-jedan-red{
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 4.2em;
    letter-spacing: 1px;
}

.naslov-podnaslov {
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
    font-style: italic;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 1px;
    color:#DDD;
}

@media screen and (max-width: 1200px){
    .naslov-veliki {
        font-size: 10vw;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 767px){
    .naslov-podnaslov {
        font-size: 1em !important;
        line-height: 1.5em !important;
    }

    .naslov-veliki {
        padding-top: 15px;
        font-size: 10vw;
    }

    .naslov-jedan-red{
        font-size: 3.6em !important;
        width: 100% !important;
    }
}

@media screen and (min-device-width: 0px) and (max-device-width: 480px){
    .naslov-podnaslov {
        font-size: 1.8em !important;
        line-height: 1.5em !important;
    }

    .naslov-veliki {
        padding-top: 15px;
    }

    .naslov-jedan-red{
        font-size: 3.5em !important;
        width: 100% !important;
    }
}

.naslov-opis {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    width: 100%;
    margin: auto;
    text-transform: none;
    color: #fff !important;
}

.naslov-opis-italic{
    font-family: 'Lato',sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 100;
    margin: auto;
    max-width: 900px;
    width: 100%;
    text-transform: none;
}

@media (max-device-width: 960px){
    .naslov-opis {
        font-size: 1em;
        font-weight: 500;
        line-height: 1.2em;
        width: 100%;
    }

    .naslov-opis-italic{
        font-size: 1.2em;
        font-weight: 300;
    }
}

@media (max-device-width: 480px){
    .naslov-opis {
        font-size: 1em;
        font-weight: 500;
        line-height: 1.2em;
    }

    .naslov-opis-italic{
        font-size: 1.2em;
        font-weight: 300;
    }
}

.naslov-ispod {
     margin-top: 70px;
}

.naslov-dugme{
    position: relative;
    width: 140px;
    left: 50%;
    margin-left: -70px;
}

.naslov-dugme-dugacko{
    display: inline-block;
    position: relative;
}

.btn-okruglo{
    width: 40px;
    height: 40px;
    border-radius: 30px;

}

.naslov-btn-wrap{
    margin-top: 30px;
    width: 40px;
    height: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
}

@media (min-width: 0) and (max-width: 768px){
    .btn-okruglo{
        width: 50px;
        height: 50px;
        border-radius: 30px;

    }

    .naslov-btn-wrap{
        margin-top: 30px;
        width: 50px;
        height: 50px;
        position: relative;
        left: 50%;
        margin-left: -25px;
    }
}

.btn-tamno{
    background-color: #ffdd00 ;
    border: 1px solid #ffdd00 ;
}

.btn-svetlo{
    background-color: #fff;
    border: 1px solid #fff;
    color: #222 !important;
}

.btn-stroke{
    width: 40px;
    height: 40px;
    background-color: #222;
    opacity: 0.6;
}

.active-btn{
    cursor:default;
}

.btn-rotate{
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.btn-dugacko a{
    display: block;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #fff;
}

.btn-dugacko a:hover{
    color: #fff;
    background-color: #000;
}

.btn-dugacko.inverted a{
    color: #FFF;
    background-color: #333;
}

.btn-dugacko.inverted a:hover{
    background-color: #ffdd00;
    color: #222;
}

.btn-okruglo span{
    position: absolute;
    display: block;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.naslov-btn-wrap a:hover .btn-tamno{
    background-color: #222;
    border: 1px solid #222;
}

.naslov-btn-wrap a:hover .btn-okruglo span{
    color: #fff;
}

.naslov-btn-wrap a:hover .active-btn span{
    color: #222 !important;
}

.naslov-dugme a:hover .btn-tamno{
    background-color: #222;
    border: 1px solid #222;
    color: #fff !important;
}

.naslov-dugme a:hover .btn-tamno span{
    color: #fff;
}

.naslov-btn-opis {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
/*--- end hero home page ---*/

/*--- hero kontekt ---*/
#kontakt{
    text-align: center;
    width: 100%;
    height: 90%;
    background-color: #222;
    background-image: url(../images/item8.jpg);
    background-position: center -300px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 0) and (max-width: 2355px){
    #kontakt{
        background-position: center;
    }
}

@media only screen
and (min-device-width : 0px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #kontakt{
        height: 100%;
    }
}

#kontakt-info{
    width: 100%;
}

.naslov-mali{
    position: relative;
    width: 100%;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    cursor: default;
}

.naslov-mali h2{
    color: #3f3f3f;
    text-transform: uppercase;
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pad-top{
    padding-top: 0;
}

.text-left{
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    text-align: center;
    cursor: default;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-left-wrapper{
    color: #fff;
    text-align: center;
}

.text-left h2,
.text-left p{
    margin: auto;
}

.naslov-podnaslov-mali {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 1px;
    color:#363636;
}

.width{
    width: 600px;
    margin:auto;
}

@media (max-width: 960px){
    .naslov-podnaslov-mali {
        font-size: 1.2em;
    }
}

.kontakt-list{
    text-align: center;
}

.kontakt-list ul{
    margin: auto;
    max-width: 1100px;
    padding-top: 82px;
}

.kontakt-list ul li{
    float: left;
    width: 25%;
    padding-bottom: 82px;
    color: #000 !important;
}

@media (min-width: 0) and (max-width: 900px){
    .kontakt-list ul li{
        float: left;
        width: 50%;
        padding-bottom: 10px;
        min-height: 150px;
    }

    .kontakt-list{
        padding-bottom: 50px;
    }
}

@media (max-device-width: 767px){
    .kontakt-list ul li{
        float: left;
        width: 50%;
        padding-bottom: 10px;
        min-height: 150px;
    }

    .kontakt-list{
        padding-bottom: 50px;
    }
}

.info-list{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2b2a2a ;
    line-height: 30px;
}

#kontakt-map{
    position:relative;
    width: 100%;
    height: 50%;
}

@media screen and (max-device-width: 960px){
    #kontakt-map{
        height: 400px;
    }
}

@media screen and (max-width: 960px){
    #kontakt-map{
        height: 400px;
    }
}

@media only screen
and (min-device-width : 0px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #kontakt-map{
        height: 100%;
    }
}

/*--- hero proizvodi ---*/
#proizvodi{
    position: relative;
    text-align: center;
    width: 100%;
    height: 70%;
    background-color: #222;
    background-image: url(../images/slide2_6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.proizvod-opis p{
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding-top: 10px;
}

@media (min-width: 0) and (max-width: 2355px){
    #proizvodi{
        background-position: center;
    }
}

@media screen and (max-width: 767px){
    #proizvodi{
        height: 70%;
    }
}

@media only screen
and (min-device-width : 0px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #proizvodi{
        height: 100%;
    }
}

#proizvodi-info{
    height: auto;
    padding-bottom: 50px;
    width: 100%;
    background-color: #fcfcfc;
}

#proizvod-link{
    width: 100%;
    height: auto;
    text-align: center;
}

#proizvod-link-wrapper{
    margin: auto;
    position: relative;
}

.proizvod-link-item{
    display: inline-block;
    position: relative;
    padding: 50px 10px 0 10px;
}

#tabele{
    width: 100%;
    background-color: #fcfcfc;
}

.tabela-item{
    padding-top: 40px;
    height: 100%;
}

.tabela{
    padding-top: 10px;
    padding-bottom:30px;
    margin: auto;
    width: auto;
    text-align: center;
}

.tabela-item h2{
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.tabela h3{
    margin: auto;
    font-size:18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #5f5f5f;
}

.lista-logo h3{
    text-align: center;
}

.lista-logo figure{
    max-width: 1200px;
    min-width: 880px;
    margin: auto;
    font-size:18px;
    padding-bottom: 20px;
}

.lista-logo figure img{
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.tabela-proizvodi{
    max-width: 1200px;
    min-width: 600px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
}

.table-curved {
    border-collapse:separate;
    border-radius: 25px 25px 0 0;
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

.tabela-proizvodi th{
    border-right: 1px solid #fff4b0;
    border-top: none;
    border-bottom: none;
    background-color: #ffdd00;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px;
    font-weight: 600 !important;
    font-style: italic;
    color: #312b02 !important;
    padding: 5px 0 5px 0;
}

.tabela-proizvodi td{
    border-right: 1px solid #DDD;
    border-top: none;
    border-bottom: none;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px;
    font-weight: 500;
    color: #000 !important;
    padding: 5px 0 5px 0;
    height: 40px;
}

.tabela-proizvodi tr:hover{
    background-color: #797979;
}

.tabela-proizvodi tr:hover td{
    color: #fff !important;
    font-weight: 600;
}

.tabela-proizvodi td a{
    color: #000;
    font-size: 11px;
}

.tabela-proizvodi td a:hover{
    color: #000;
}

.tabela-proizvodi tr:hover a{
    color: #fff !important;
    font-weight: 600;
}

.bold{
    font-weight: 700 !important;
}

.grey{
    background-color: #f7f7f7;
}

.tabela-proizvodi th:first-child,
.tabela-proizvodi td:first-child{
    border-left: none;
}

.tabela-proizvodi th:last-child,
.tabela-proizvodi td:last-child{
    border-right: none;
}

.tabela-proizvodi th{
    border-bottom: 2px solid #fff;
}

/*--- savet ---*/
#savet{
    position: relative;
    min-height: 100%;
    background-image: url(../images/savet_bck.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-device-width: 480px) and (max-width: 480px){
    #savet{
        height: 1000px;
    }
}

#savet h2,
#savet p{
    color: #fff !important;
}

/*--- onama ---*/

#hero-onama{
    width: 100%;
    height: 100% !important;
    overflow-x: : hidden;
    margin: auto;
}

.onama-opis{
    position: absolute;
    top: 35%;
    left: 0;
	width: 100%;
	text-align: center;
    z-index: 4;
}

.onama-opis h4{
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
    font-style: italic;
	color: #fff;
    text-transform: none;
    font-size: 1.8em !important;
    font-style: italic;
}

.onama-opis-tekst p{
    width: 1000px;
    margin: auto;
    color: #222;
}

@media (min-width: 0) and (max-width: 960px){
    .onama-opis h4{
        font-size: 20px !important;
    }
}

.naslov-mali-onama{
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: default;
}

.naslov-mali-onama h2{
    text-transform: uppercase;
    color: #222;
    width: 800px;
    margin: auto;
    padding-top: 30px;
}

@media (max-width: 960px){
    .naslov-mali-onama h2{
        font-size: 3em !important;
    }
}

.item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#item1{
    background-image: url(../images/kontakt.jpg);
}

#item2{
    background-image: url(../images/item3.jpg);
}

#item3{
    background-image: url(../images/item5.jpg);
}

#item4{
    background-image: url(../images/item4.jpg);
}

#item5{
    background-image: url(../images/item1.jpg);
}
#item6{
    background-image: url(../images/item6.jpg);
}
#item7{
    background-image: url(../images/item7.jpg);
}

#onama-tekst-wrapper{
    margin: auto;
    padding-top: 30px;
    max-width: 1000px;
    min-width: 560px;
    text-align: center;
}

#onama-tekst-wrapper a{
    color: #222;
    font-weight: 600;
}

#onama-tekst-wrapper a:hover{
    color: #ffdd00;
    font-weight: 600;
}

#onama-tekst-wrapper p{
    text-align: center;
}

@media (max-width: 960px){
    .onama-tekst p{
        text-align: center;
    }
}

#tekst-onama {
    height: auto;
    padding-bottom: 82px;
    width: 100%;
}

#onama-citat{
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    padding-top: 80px;
    background-color: #ffdd00;
}

.citat-icon{
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url(../images/logo-bez.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#citat-wrapper{
    margin: auto;
    text-align: center;
    position: relative;
}

.citat{
    padding-top: 50px;
}

.citat h3 span{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 1px;
    color:#000;
}

.citat-ime h5{
    font-size: 18px;
    padding-top: 30px;
    color:#222;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
}

#bonitet {
    height: auto;
    padding-bottom: 70px;
    width: 100%;
    background-color: #FFF;
}

#bonitet:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #3f3f3f;
  left: 50%;
  top: 0;
  margin-left: -25px;
}

#bonitet .naslov-mali h2 {
  color: #3f3f3f;
}

#bonitet .naslov-podnaslov-mali {
  color: #3f3f3f;
}

#bonitet ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#bonitet ul h3 {
  color: #FFF;
}

#bonitet ul li {
  width: 250px;
  max-width: 45%;
  padding: 0 20px;
}

#bonitet ul li img {
  height: 80px;
  /*margin: 20px 0;*/
}

.bonitet-img {
  margin-top: 30px;
}

/*--- footer ---*/
#footer-wrapper{
    height: 40px;
    background-color: #333;
    margin: 0;
    padding: 0;
}

footer{
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,1);
}

.footer-linija{
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #222;
    opacity: 0;
}

.fixed-bottom{
    position: absolute;
    bottom: 0 !important;
    left: 0;
}

#footer-rights{
    float: left;
}

#footer-rights span{
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;

}

#footer-contact{
    width: 60%;
    float: right;
}

.margin_right{
    margin-right: 30px;
}

.footer-contact p{
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    float: right;
}

.footer-contact p a{
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;

}

.footer-zuto{
    color: #ffdd00 !important;
    font-weight: 600;
    float: none !important;
}

@media screen and (max-device-width: 960px){
    #footer-rights{
        width: 100%;
        float: none;
        text-align: center;
    }

    #footer-rights span{
        font-size: 0.8em;

    }

    footer{
        background-color: rgba(0,0,0,0.6);
    }
}

@media screen and (max-width: 960px){
    #footer-rights{
        width: 100%;
        float: none;
        text-align: center;
    }

    #footer-rights span{
        font-size: 0.8em;

    }

    footer{
        background-color: rgba(0,0,0,0.6);
    }
}

/*--- end footer ---*/

/*---carousel---*/

.slide {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #222;
}

.slide img{
    width: 100%;
    height: auto;
}

#wrapper {
				width: 100%;
				min-width: 640px;
				height: 100%;
				position: absolute;
				left: 0;
                overflow: hidden;
			}
#carousel img {
				min-width: 100%;
				min-height: 100%;
			}
#title {
				text-align: center;
				width: 100%;
				margin-top: -10px;
				position: absolute;
				top: 50%;
			}
#title h3 {
				text-shadow:
					0 3px 3px rgba( 0, 0, 0, 0.3 ),
					0 -3px 3px rgba( 0, 0, 0, 0.3 ),
					3px 0 3px rgba( 0, 0, 0, 0.3 ),
					-3px 0 3px rgba( 0, 0, 0, 0.3 );

				font-size: 50px;
				font-weight: bold;
				line-height: 50px;
				color: #fff;
				margin: 0;
			}
#title a {
				color: #fff;
			}
#title a:hover {
				background: rgba( 0, 0, 0, 0.5 );
				padding: 2px 5px;
			}
#pager {
				border-radius: 20px;
				text-align: center;
				width: 120px;
				height: 50px;
				padding-top: 2px;
				margin: 100px 0 0 -60px;
				position: absolute;
				top: 70%;
				left: 50%;
			}
#pager a.selected span {
				background: #fff;
			}
#pager a {
				display: inline-block;
				padding: 5px;
			}

#pager span {
				border-radius: 10px;
                border: 1px solid #fff;
				text-indent: -100px;
				line-height: 0;
				display: inline-block;
				width: 10px;
				height: 10px;
				overflow: hidden;
			}

#pager-onama {
				border-radius: 20px;
				text-align: center;
				width: 130px;
				height: 50px;
				margin: 0 0 10px -60px;
				/*position: absolute;
				bottom: 30%;*/
				left: 50%;
                z-index: 3;
			}
#pager-onama a.selected span {
				background: #fff;
			}
#pager-onama a {
				display: inline-block;
				padding: 5px;
			}

#pager-onama span {
				border-radius: 10px;
                border: 1px solid #fff;
				text-indent: -100px;
				line-height: 0;
				display: inline-block;
				width: 8px;
				height: 8px;
				overflow: hidden;
			}

.next, .prev{
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 3;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1
}

@media screen and (max-device-width: 767px) and (max-width: 767px){
    .next, .prev{
        top: 41%;
    }
}

@media screen and (max-device-width: 480px) and (max-width: 480px){
    .next, .prev{
        top: 40%;
    }
}

.next:hover{
    opacity: 0.5
}

.prev:hover{
    opacity: 0.5
}

.next{
    right: 40px;
}

.prev{
    left: 40px;
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.arrow-disabled{
    cursor: default;
    opacity: 0.5;
}

.slide1 {
    background-color: #222;
}

#carousel {
    height: 100% !important;
    width: 100% !important;
}

#ovrlay-onama{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

#carousel-onama {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
}

div.caroufredsel_wrapper{
    height: 100% !important;
    width: 100% !important;
}



.naslov-veliki-text {
    opacity: 1;
}

.light{
    font-weight: 300;
}

.proizvodi-dugme {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#locatio-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#locatio-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: auto;
    margin-top: -90px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#dugme-navigacija {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: 30px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grey-scale {
    -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: url(grayscale.svg); /* Firefox 4+ */
      filter: black; /* IE 6-9 */
}

.proizvodi-tekst-erapper {
    margin: auto;
    padding-top: 10px;
    max-width: 1000px;
    min-width: 560px;
}

.proizvodi-tekst-erapper-left{
    margin: auto;
    padding-top: 10px;
    max-width: 1000px;
    min-width: 560px;
}


/*--- proba ----*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-weight: 300;
}

/* Nav */
#nav-firme {
	text-align: center;
}

#nav-firme ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

#nav-firme ul li {
	border: 1px solid #DDD;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
    background-color:#F3F3F3;
}

#nav-firme li.tab-current {
	border: 1px solid #F3F3F3;
	box-shadow: inset 0 2px #DDD;
	border-bottom: none;
	z-index: 100;
    background-color:transparent;
}

#nav-firme li.tab-current:before,
#nav-firme li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 4000px;
	background: #DDD;
    border-bottom: 1px solid #fff;
}

#nav-firme li.tab-current:after {
	right: auto;
	left: 100%;
	width: 5000px;
}

#nav-firme a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

#nav-firme a figure{
    position: relative;
    padding-top: 10px;
    opacity: 0.7;
}

#nav-firme a:hover figure{
	opacity: 1;
}

#nav-firme li.tab-current a figure{
    opacity: 1;
}

#nav-firme li.tab-current a {
	color: #47a3da;
}

/* Icons */
#nav-firme a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 3em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	#nav-firme a span {
		display: none;
	}

	#nav-firme a:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 32em) {
	#nav-firme ul,
	#nav-firme ul li a {
		width: 100%;
		padding: 0;
	}

	#nav-firme ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	#nav-firme ul li:last-child {
		border-right: none;
	}
}

.design_by {
    text-decoration: none;
    color: white;
    float: right !important;
    text-decoration: none;
 }

.design_by_link:hover {
    text-decoration: none;
    color: #00E8E8;
}
.rights {
    float:left !important;
    color: white;
}

.footer_text p {
    display: inline-block;
    margin-top: 0.4%;
}

.map-bottom {
    margin-bottom: 100px;
}

 #map {
        width: 50%;
        height: 500px;
        margin-left: 25%;
      }
