body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

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

h1,
h2,

h4,
h5 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h6 {
    font-size: 24px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #736f66;
}

h3 {
    font-size: 16px;
    margin: 0 0 15px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
p {
    margin: 15px 0 15px;
    font-size: 18px;
    line-height: 1.5;
}

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

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

a:hover,
a:focus {
    text-decoration: none;
    color: #035ff2;
}
a:active,
a.active {
    color: #035ff2;
}

.light {
    font-weight: 400;
}

.light-button {
    font-weight: 400;
    font-size: 24px;
}

.bg-light-gray {
/*  background: url(../img/bg-izdelki-new.png) no-repeat center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
    background-color: #f7f7f7; 
}

.bg-darkest-gray {
    background-color: #222;
}

section {
    padding: 60px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    color: #736f66;
}

section h3.section-subheading {
    margin-bottom: 15px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #202f48;
}

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

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

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


button.navbar-toggle {
    border: 1px solid transparent;
    padding: 0;
}

.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(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@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: #202f48;
    }
}

/* Kampanja */

#blanket {
background-color:#111;
opacity: 0.65;
background:none;
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color: #ebebeb;
width:400px;
height:470px;
border:5px solid #000;
z-index: 9002;
color: #191f24;
padding: 25px 30px 10px;
}

#continue_to_site {
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    background-color: #ebebeb;
    border-radius: 40px;
    border:5px solid #000;
    font-size: 22px;
}

/* Intro */

.intro {
    background: url(../img/background-hero.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .hellowrow {
    padding: 120px 40px;
}

.intro .hellowrow .brand-heading {
    font-size: 24px;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 10px;
}

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

.intro .downarrow {
    display: block;
    position: absolute;
    bottom: 25px;
    left:50%;
    margin-left: -35px;
}

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

    .intro .hellowrow .brand-heading {
        font-size: 36px;
    }

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

@media(max-width: 768px) {
        .intro .downarrow {
        display: none;
    }
}

.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: 100px;
}

/* Partnerji */

.partnerji-razdelek {
    width: 100%;
    background-color: #fff;
}

.greycolor {
    color: #736f66;
}

.onwhite a {
    color: #035ff2;
}

.borderpatrol {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    height: 130px;
    margin-bottom: 30px;
}

.center-block {
    position: relative;
    top: 25px;
}


/* Trgovci */

.trgovec {
    border-bottom: 1px dotted #fff;
    padding: 10px;
    text-align: left;
}

.trgovec p {
    margin: 0 0;
}

.trgovec .bold {
    font-weight: bold;
}

.trgovec h4 {
    margin-top: 25px;
}

.kontakt-razdelek {
    width: 100%;
    background-color: #f2cf65;
    color: #AF8B1F;
}

.kontakt-razdelek a {

    color: #af8b1f;
    text-decoration: underline;

    }

#kontakt.kontakt-razdelek h4 {
    margin: 0;
}

#kontakt.kontakt-razdelek img {
    margin-bottom: 15px;
}

.more-padding {
    margin-bottom: 15px;
}

.def-width {
   width: 50%;
}

#katalog a:hover  {
    color: #f2cf65;
}

#katalog a:focus {
    color: #fff;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,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 #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

.btn-navodila {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    }

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

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

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background: #202f48;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
/*
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}*/

/* Dejavnost */

.service-item {
    margin-bottom: 30px;
}

.bg-primary {
    background-color: #035ff2;
}
.bg-trgovci {
    background-color: #736f66;
}

.bg-dejavnost {
    background: url(../img/mozaik-mosaic-pattern-newcolor.png) no-repeat center center scroll;
    background-color: #f7f7f7;
    color: #736f66;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.service-item img {
    border: 3px solid #ffffff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 2px;

}

.service-item-special img {
    border: 3px solid #736f66;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 2px;

}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Jezicek
.triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    border-top: 100px solid #f2cf65; 
    border-left: 100px solid transparent;
    z-index: -2;
}

.novo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
    color: #fff;
} */


/* Portflio-modal */

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#000000;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.givemargin {
    margin-top: 25px;
}

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

iframe {
    border: 0px;  
}

#prednosti a {
    text-decoration: underline;
    color: #f2cf65;
}

input {
    max-width: 300px;
    color: #222;
}
.nomargin p {
    margin: 0 0 0 0;
}

.makecolor {
    background-color:#af8b1f;
    border-color:#af8b1f; }
    
    /* Define the position and perspective of the flip card*/
    .card {
    width: 300px;
    height: 350px;
    position: relative;
    perspective: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    color: black;
    z-index: 1;
    overflow:visible;
    }

    .card-body ul {
        width: 300px;
        position: absolute;
        background-color: #fff;
    }

    .card p {
        margin-top: 15px;
        margin-left: 40px; 
        color: black;
    }   

    .card-front {
    transform: rotateY(0deg);
    }
    
    .card-back {
    transform: rotateY(180deg);
    }
    
    .flipped .card-front {
    transform: rotateY(-180deg);
    }
    
    .flipped .card-back {
    transform: rotateY(0deg);
    }


#services h2 {
    color: #736f66;
}

/* The flip card container - set the width and height to whatever you want */
.card-rotating {
    height: 350px;
    }
    
    /* This container is needed to position the front and back side */
    .card-rotating .card-front,
    .card-rotating .card-back {
    position: absolute;
    top: 0;
    left: 0;
    }
    
    /* Style the front side */
    .card-rotating .card-front {
    z-index: 2;
    }
    
    /* Style the back side */
    .card-rotating .card-back {
    z-index: 1;
    }
    
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .card-rotating:hover .card-front {
    transform: rotateY(180deg);
    }
    
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .card-rotating:hover .card-back {
    transform: rotateY(0deg);
    }
    
    /* Set the transition effect for the front and back side */
    .card-rotating .card-front,
    .card-rotating .card-back {
    transition: transform .5s ease-in-out;
    }
    
    /* Set the backface visibility to hidden to hide the back side when not flipped */
    .card-rotating .card-front,
    .card-rotating .card-back {
    backface-visibility: hidden;
    }
    
    /* Preserve the 3D effect of the card */
    .card-rotating .card-front,
    .card-rotating .card-back {
    transform-style: preserve-3d;
    }
    
.card img {
    margin-left: 50px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
  
    > .col,
    > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }