


/********************************************
                Global styles
********************************************/

*, body {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
/*
@font-face {
    font-family: myFirstFont2;
    src: url(../fonts/phenomena/Phenomena-ExtraLight.otf);
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/phenomena/Phenomena-Regular.otf);
}
body {
    font-family: myFirstFont;
}
*/

h3 {
    color: #a4291f;
}

/*nav*/
.lang {
    text-align: center;
    font-size: 20px;
}


.logo {
    display: block;
    height: 75px;
    background-color: transparent;
    margin-top: 15px;
}

.navbar {
    margin-bottom: 0;
}


.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default:hover .navbar-toggle:hover {
    background-color: #fff7ff;
}

.navbar-toggle {
    padding: 20px 10px;
}



.navbar {
    background-color: rgba(255, 247, 255, 0.55);

}

 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: rgba(255, 247, 255, 0);
    border: none;
}

.navbar-default .navbar-collapse ul li a {
    color: #3b3b3b;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.navbar-default .navbar-collapse ul li a:hover {
    color: #a4291f;
}


   .col-ll {
    margin-top: 40px;
   }
/*nav end*/


/*nav media queries*/

@media all and (min-width: 768px){
    .navbar-default .navbar-collapse ul li a {
        padding: 35px 20px;
        font-size: 18px;
        line-height: 30px;
    }

}



/*nav media queries end*/

.intro {
    position: relative;
    width: 100%;
    padding: 0 7%;
    margin: 0;
    background-image: url("../img/ezgif.com-resize.gif");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    height: 80vh;
}

.naslov {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

h1 {
    color: white;
    font-size: 50px;
    text-align: center;
}

section.intro {
    padding: 0 7%;
    display: table;
    margin: 0;
    height: 80vh;
}
.o_nama {
    position: relative;
    height: 600px;
    
    text-align: center;
}

.o_nama h3 {
    font-weight: bold;
    padding-bottom: 30px;
}
.textblok p{
    color: #a4291f;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

}
.textblok {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 0;
}

.usluge {
    display: table;
    padding: 50px 10px;
    margin-bottom: 50px;
    position: relative;
    background-color: #e7e7e7;
    width: 100%;
}
.usluge p {
    font-size: 16px;
    line-height: 26px;
}
.usluge h3 {
text-align: center;
width: 100%;
font-size: 21px;
color: #3b3b3b;
margin-bottom: 30px;
}

.usluge article {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
   /*
   padding-bottom: 50px;
    */
}

.usluge article img {
    height: 40px;

}

.usluge p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #3b3b3b;
}

.item {
    width: 400px;
    height: 400px;
    margin: 50px auto;
    text-align: center;
    color: #3b3b3b;
    font-size: 3em;
}

.kontakt {
    position: relative;
    margin: 0;
    height: 700px;
    background-color: white;
}

.kontakt h2 {
    color: #a4291f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 60px;
}
.forma {
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;

}

form {
    background-color: rgba(59, 59, 59, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-radius: 15px;
}
input, label, textarea, button {
    display: block;
    margin: 0 auto;
}

label {
    color: #fff;
    padding: 10px;
}
input,textarea {
    width: 90%;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 10px;
}
textarea {
    margin-bottom: 10px;
}

button {
    border: none;
    border-radius: 3px;
    color: #a4291f;
    background-color: #fff;
    transition: all .6s;
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}
button:hover, button:active {
      color: #ffffff;
    background-color: #a4291f;
}

.footer {
    background-color: #e7e7e7;
       padding: 30px;
    width: 100%;
    height: 500px;
    clear: both;
 position: relative;

}

.footer-wrapper {
 margin: 0 auto;
}
.map {
}

.footer-container {
    text-align: center;
    width: 100%;
   padding-top: 30px;
}

.bold {
    font-weight: 600;
}


/********************************************
                Layout
********************************************/



/********************************************
                Specific styles
********************************************/



/********************************************
               Media Queries
 ********************************************/

@media all and (min-width: 320px){
.intro {
    height: 100vw;

}
    h1 {
        font-size: 30px;
        top: 80px;
    }
 .textblok {

     width: 290px;
 }
 col:nth-of-type(2n+1) {
     clear:both;
 }

 .usluge article {
     width: 250px;
 }

 .item {
 
     width: 300px;
     padding-top: 0;
 }

 .row:first-child {
     margin-top: 20px
 }
 
.eng {
    margin-left: 0;
}

}


@media all and (min-width: 768px) {
.lang {
    margin-top: 35px;
}
.eng {
        margin-left: -35px;
    }
.usluge article {
    width: 340px;
}
.usluge p {
    height: 250px;
}
    .intro {
        height: 70vw;
    }
    .intro h1 {
        font-size: 40px;
    }

.textblok {
    width: inherit;
}
    .item{
        width: 400px;
    }

    .forma input, .forma textarea{
        width: 60vw;
    }
      .map {
        width: 50%;
        float: left;
    }
.footer {
    height: 400px;
    position: relative;
}
    .footer-container {

    width: 50%;
    float: left;
    position: absolute;
    top: 109px;
    right: -30px;
    }
    
}

@media all and (min-width: 992px) {

    .kontakt {
        width: 80vw;
        margin: 0 auto;
    }
    form {
        border-radius: 20px; 
    }
    .map {
    max-width: 50%;
    }


   footer .map iframe {
        width: 100%;
   }

}

@media all and (min-width: 1200px) {
    .textblok {
        margin-top: 50px;
    }
    .textblok p {
    }
    .textblok h3 {
        font-size: 40px;
    }
    .usluge article img {
        height: 50px;
        top: -40px;
    }
    
    .usluge button {
        width: 70px;
        bottom: -10px;
        font-size: 18px;
    }
  
    .item {
        margin-top: 0;
    }

}

/********************************************
                Helper classes
********************************************/

.list-reset {
    margin: 0;
    list-style: none;
}

.col-xs-12, .col-sm-6 {
    padding: 0;
}


/**** animation toggle ****/

.pen .navbar-toggle {
    border: none;
    background: transparent !important;
}

.pen .navbar-toggle:hover {
    background: transparent !important;
}

.pen .navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;

}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;

}


/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */