/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
*element: #43392f; rgba(67,57,47,.3);
*ozadje: #fff
*accent: #659a94 rgba(101,154,148,.3)
*/


html {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
    overflow: visible !important;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    color: #43392f;
    background-color: #fff;
}

h1,
h3,
h4,
h5{
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

h2{
    font-weight: 500;
    letter-spacing: 1px;
}

h6{
    font-weight: 600;
    letter-spacing: 1px;
}

.semi-bold{
    font-weight: 600;
}

.prosojno{
    opacity: 0.8;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    p > i {
        margin: 0 0 35px;
        font-size: 15px;
        line-height: 1.6;
    }
}

a {
    color: #659a94;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.neizpostavljeno{
    color: #43392f;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

/*noinspection ALL*/
hr {
    border-color: #659a94;
    border-width: 3px;
    max-width: 50px;
}
.endless{
    max-width: 100%;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(67,57,47,.3);
    font-family: 'Catamaran', sans-serif;
    background-color: #43392f;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    display: inline-flex;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle{
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(101,154,148,.5);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-header{
    min-width: 279px;
}

.navbar-brand{
    min-width: 270px;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #43392f;
    }
}

.navbar-nav {
    text-align: right;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: #43392f url(../img/naslovnaTemna.jpg) no-repeat fixed bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #659a94;
    color: #659a94;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #659a94;
    outline: 0;
    color: #43392f;
    background-color: #659a94;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

header .scroll-down {
    position: static;
    bottom: 2vh;
    width: 100%;
    text-align: center;
}

footer {
    padding: 25px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #659a94;
    background: rgba(101,154,148,.3);
}

::selection {
    text-shadow: none;
    background: #659a94;
    background: rgba(101,154,148,.3);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.container{
    width: 100%;
}

.logo{
    width: 40vw;
    max-width: 400px;
    padding-bottom: 20px;
}

.logoNav{
    background: url(../img/logo.png) no-repeat scroll bottom center;
    height: 31px;
    width: 76px;
    margin-top: -6px;
}

.logoText{
    padding-left: 15px;
}

.krog{
    line-height: 56px;!important;
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 2px;
    border: 2px solid #43392f;
    border-radius: 100%!important;
    color: #43392f;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.lopata{
    background: url(../img/lopata.png) no-repeat scroll bottom center;
    background-size: 17px 40px;
    height: 40px;
    margin-top: 8px;
}

.kramp{
    background: url(../img/kramp.png) no-repeat scroll bottom center;
    background-size: 30px 34px;
    height: 40px;
    margin-top: 3px;
    margin-left: 3px;
}
.rjava{
    color: #fff;
    background-color: #43392f;
}

.siva{
    background-color: #f5f5f5;
}

.accent{
    color: #659a94;
}

.drobniTisk{
    font-size: 6px;
    margin: 0;
}

@media(min-width:768px) {
    .drobniTisk{
        font-size: 9px;
    }
}

.prostor{
    padding-bottom: 1%;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin{
    margin: 0;
}

.projekti-element{
    font-size: 18px;
    line-height: 1.5;
}

.open-popup-link{
    text-align: start;
}

.napis:after, .napis:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.napis:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(67,57,47,.6);
}
.napis:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:40%;
    padding:4px 10px;
    text-align:center;
    background:#659a94;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.napis:hover:after, .napis:hover:before {
    opacity:1;
}

.povezave-element{
    width: 15vw;
    padding-right: 30px;
    padding-left: 15px;
}
.povezave-element > a > img{
    display: block;
    margin: 0 auto;
    max-width:100%;
    max-height:70%;
}

.povezave-napis{
    bottom: 0;
    width: 100%;
}
.delay{
    animation-delay: 0.2s;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:80vw;
    max-width: 670px;
    margin: 20px auto;
}

.white-popup > p{
    margin: 0 0 10px;
}

.slick-prev:before, .slick-next:before  {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    color: #43392f; !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #43392f; !important;
}

.slick-slide > img, .slick-slide > a > img{
    max-width: 100%;
}

.slick-next:before {
    content: ">";
    font-size: 50px;
}

.slick-prev:before {
    content: "<";
    font-size: 50px;
}
