@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

html{
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #2b4450;
}
a{
    color: inherit;
    text-decoration: none;
}
h1{
    margin: 0;
    padding: 0;
}
::selection {
  background: #f78537;
}
/********************************TRAKA********************************************/
.dropbtn{
    display: none;
}
.traka{
    width: 100%;
    height: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;


}
.traka::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #EFEFEF;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 100%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    z-index: -1;
}

.section1080{
    width:1080px;
    margin: 0 auto;
    height: 100%;
}

.traka-section{
    font-size: 18px;
    color: #2b4450;
}
.trakaleft{
    float: left;
    height: 100%;
    width: 60%;
}
.trakaright{
    float: right;
    height: 100%;
    width: 30%;
    text-align: right;
    margin-right: 80px;
}
.mail, .phone{
    display: inline-block;
    margin-right: 50px;
    margin-top: 15px;
    font-weight: 500;
}

.traka i{
    color:#f78537;
    margin-right: 8px;
}


.lang-menu ul{
    list-style: none;
    margin:0;
    padding: 0;
    margin-top: 15px;
}
.lang-menu li{
    display: inline-block;
    border-right: 1px solid #2b4450;
    padding-right: 5px;
}
.lang-menu li:hover{
    color: #f78537;
}
.lang-menu li:last-child{
    border-right: none;
}
.lang-active{
    color: #f78537;
}
.label-toogle,.innput-toogle{
    display: none;
}
/****************************************END OF TRAKA***************************************/
/*HEADER*/
header{
    height: 100px;
    width: 100%;
    margin-top: 0;
    float: left;
    position: absolute;

}
.h-logo{
    width: 30%;
    height: 100px;
    display: inline-block;

}
.h-logo-pic{
    margin-top: 30px;
    height: 54px;
    width: 100%;
    background-image: url(../images/logo_png.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.h-menu{
    width: 60%;
    height: 100px;
    display: inline-block;
    float: right;
    text-align: right;
}
.h-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h-menu li{
    display: inline-block;
    margin-right: 40px;
    font-size: 22px;
    margin-top: 45px;
    position: relative;
}
.h-menu li:hover{
	border-bottom: 2px solid #f78537;
}

.menu-active{
    border-bottom: 2px solid #f78537;
}
.label-nav,.innput-nav{
    display: none;
}
/*COVERR*/
.cover{
    height: 500px;
    width: 100%;
    position: relative;
    top: 100px;
    background-image: url(../images/coverpic.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.cover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #2b4450;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 100% ;
    -webkit-transform: skew(-60deg);
    -ms-transform: skew(-60deg);
    transform: skew(40deg);
    z-index: 1;
    opacity: 0.7;
}
.welcometext{
    color: #fff;
    font-size:34px;
    z-index: 99999;
    opacity: 1;
    position: absolute;
    width: 30%;
}
.welcometext p{
    font-family: "Slim Joe";
    text-transform: uppercase;
    margin-top: 100px;
}
.welcometext p::after{
    content:'';
    display: block;
    width: 120px;
    height: 10px;
    background-color: #fff;
    margin-top: 20px;
}
.welcometext h1{
    font-family: "Big John";
    text-transform: uppercase;
    font-size: 29px;

}
/*DOBRODOSLI*/
.welc-sec{
    color:#2b4450;
    width: 1080px;
    position: relative;
    top:80px;
    margin-top: 80px;
    margin-left: 25px;
    margin-bottom: 100px;

}
.welc-sec h1{
    font-size: 40px;
}
.welc-sec p{
    font-size: 18px;
}
.welc-sec a:hover{
	border-bottom: 2px solid #f78537;
}

/*MAPA*/
.section-color{
    width: 100%;
    background: linear-gradient(90deg, #fff 90%,#fff 10% );
    /*background-color: #efefef;*/
    color: #2b4450;
}
.mapsect{
    position: relative;
    min-height: 300px;
    width:100%;
    margin-top: 50px;
}
.mapasrbija{
    width: 40%;
    min-height: 300px;
    padding-right: 30px;
    float: left;
    height: 100%;
}
.mapasrbija img{
    width: 100%;
}
.mapatekst{
    min-height: 300px;
    border-left: 2px solid #2b4450;
    height: 100%;
    width: 50%;
    display: inline-block;
    padding-left: 50px;

}
.mapatekst h1{
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 0;
}
.zast-sekcija{
    margin-left: 50px;
}
.zast-sekcija i{
 color: #f78537;
 display: inline block;
 margin-right: 7px;
}
.zast-sekcija h3{
    display: inline-block;
    margin-bottom: 0;
}
.zast-sekcija p{
    margin-bottom: 10px;
    margin-top: 4px;
}
/*MAPA ENDE*/
/*UGOVORI SLIKA*/
.ugovori{
    background-image: url(../images/cover2.jpg);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
}
.ugovoritekst{
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.ugovoritekst a{
    border-bottom: 2px solid #fff;
}
.ugovoritekst a:hover{
    border-bottom: 2px solid #f78537;
}
.ugovoritekst p{
    margin-top: 280px;
    font-size: 14px;
}
/*UGOVORI ENDE*/

/*FOOTER*/
footer {
    background-color: #fcfcfc;
}
.footer{
    color: #2b4450;
    min-height: 280px;
    margin-top: 50px;
}
.korisnilinkovi{
    display: inline-block;
    float: left;
    width: 28%;
    height: 100%;
}
.korisnilinkovi h3{
    margin-bottom: 30px;
    padding: 0;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 700;

}
.korisnilinkovi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.korisnilinkovi li{
    font-size: 18px;
    height: 30px;
    width: 70%;
    border-bottom: 1px solid #2b4450;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    padding-left: 10px;
    margin-bottom: 15px;

}
.korisnilinkovi li:hover{
    color:#f78537;
}
.kontakt{
    display: inline-block;
    float: left;
    width: 22%;
    min-height: 100%;
    margin: 0;
    padding: 0;

}
.kontakt h3{
    margin-bottom: 30px;
}
.kontakt ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.kontakt li{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.kontakt a:hover{
    color: #f78537;
}
.adresa1{
    display: inline-block;
    float: left;
    width: 50%;
    height: 280px;
}
.adresa1 iframe{
  width: 100%;
  height: 70%;
}
.designline{
    height: 22px;
    width: 100%;
    background-color: #2b4450;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
    font-weight: 100;
}
.designline a:hover{
    color: #f78537;
}





/***********************************************************************ABOUT ABOUT ABOUT PAGE********************************************/

.cover-about{
    height: 400px;
    width: 100%;
    position: relative;
    top: 100px;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cover-about::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #2b4450;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 100% ;
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
    z-index: 1;
    opacity: 0.7;
}
.welcometext-about{
    color: #fff;
    font-size:30px;
    z-index: 99999;
    opacity: 1;
    position: absolute;
    width: 30%;
}
.welcometext-about h1{
    font-family: "Big John";
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 100px;
}
.welcometext-about h1::after{
    content:'';
    display: block;
    width: 120px;
    height: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.welcometext-about p{
    font-family: "Slim Joe";
    text-transform: uppercase;
    font-size: 29px;
}
.ko-smo{
    position: relative;
    top: 100px;
    margin-top: 40px;
    text-align: center;
}
.ko-smo h1{
    font-size: 30px;
}
.ko-smo p{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
}
.grey-white{
    margin-top: 240px;
    width: 100%;
    height: 400px;
    background:linear-gradient(90deg,#efefef 50%, #ffffff 50%);
}
.about-text{
    float: left;
    height: 100%;
    width: 50%;
    opacity: 0.9;
}
.about-text h1{
    color: #f78537;
    font-size: 40px;
    margin-top: 30px;
}
.about-text p{
    margin-top: 40px;
    font-size: 18px;
    width: 80%;

}
.about-pic{
    float: right;
    height: 100%;
    width: 50%;
    background-image: url(../images/faviconn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn-upit{
    width: 200px;
    height: 50px;
    border: 3px solid #2b4450;
    background-color: #EFEFEF;
    color: #f78537;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
}
.btn-upit:hover{
    border-color: #f78537;
    background-color: #ffffff;
    color: #2b4450;
}

/***********************************************************************GALERY GALERY********************************************/
.cover-gallery{
    height:340px;
    width: 100%;
    position: relative;
    top: 100px;
    background-color: #2b4450;
    margin-bottom: 100px;
}
.cover-gallery{
    height: 340px;
    width: 100%;
    position: relative;
    top: 100px;
    background-image: url(../images/skanija.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cover-gallery::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #2b4450;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 100% ;
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
    z-index: 1;
    opacity: 0.7;
}
.galerija{
    margin-top: 200px;
}
.gallery{
    margin: 0 auto;
    text-align: center;
}
.gallery > a > img{
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
    z-index: 9999;
}
.gallery > a{
    z-index: 9999;
}
.gallery > a > img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}
.welcometext-gallery{
    color: #fff;
    font-size:30px;
    z-index: 999;
    opacity: 1;
    position: absolute;
    width: 30%;
}
.welcometext-gallery h1{
    font-family: "Big John";
    text-transform: uppercase;
    font-size: 29px;
    margin-top: 100px;
}
.welcometext-gallery h1::after{
    content:'';
    display: block;
    width: 120px;
    height: 10px;
    background-color: #fff;
    margin-top: 20px;
    z-index: 1;
}

.welcometext-gallery p{
    font-family: "Slim Joe";
    text-transform: uppercase;
}
/*STRANICA CONTACT*/

.cover-contact{
    height:340px;
    width: 100%;
    position: relative;
    top: 100px;
    background-color: #2b4450;
    margin-bottom: 100px;
}

.cover-contact{
    height: 340px;
    width: 100%;
    position: relative;
    top: 100px;
    background-image: url(../images/contact-cover.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.cover-contact::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #2b4450;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 100% ;
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
    z-index: 1;
    opacity: 0.7;
}
.welcometext-contact{
    color: #fff;
    font-size:30px;
    z-index: 99999;
    opacity: 1;
    position: absolute;
    width: 30%;
}
.welcometext-contact h1{
    font-family: "Big John";
    text-transform: uppercase;
    font-size: 29px;
    margin-top: 100px;
}
.welcometext-contact h1::after{
    content:'';
    display: block;
    width: 120px;
    height: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.welcometext-contact p{
    font-family: "Slim Joe";
    text-transform: uppercase;
}

.brojevi-telefona ul{
    list-style: none;
}
.brojevi-telefona li{
    display: inline-block;
    width: 20%;
    margin-right: 15%;
    text-align: center;
}
.brojevi-telefona > ul > li:last-child{
    margin-right: 0;
}
.brojevi-telefona h3{
    font-size: 20px;
    margin-bottom: 0;

}
.brojevi-telefona p{
    font-size: 18px;
    margin-top: 10px;
}
#contact-form{
    background-color: #2b4450;
    height: 300px;
    padding-top: 20px;
}
.form-section{
    width: 70%;
    margin: 0 auto;
}
.input{
    width: 45%;
    height: 35px;
    border: 0;
    padding: 1%;
    font-weight: 100;
    outline: none;
}
.input:focus{
    height: 31px;
    border: 2px solid #f78537;

}
.input-message{
    font-size: 22px;
    margin-top: 15px;
    height: 150px;
    width: 99%;
    outline: none;
    padding-left: 1%;
    font-size: 16px;
}
textarea{
    font-family: "Lato" sans-serif;
}
.input-message:focus{
    border: 2px solid #f78537;
}
.left-input{
    float: left;
}
.right-input{
    float: right;
}
.btn-send{
    height: 40px;
    width: 100px;
    border: 0;
    background-color: #fff;
    margin-top: 20px;
    float: right;
    cursor: pointer;
    outline: none;
}
.btn-send:hover{
    border: 2px solid #f78537;
}
.footer-contact{
    width: 100%;
    margin-top: 0;
}
.adresa-contact{
    width: 100%;
}
.ssd{
    z-index: 9999;
}

.contact-top {
  /*  border: 2px solid rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    padding: 1em;*/
    margin-bottom: -7px;
}

.contact-top iframe {
    width: 100%;
    height: 300px;
    border: none;
}



@media only screen and (max-width: 480px){
    body,html{
        overflow-x: hidden;
    }
    .section1080{
        width: 100%;
    }
    .cover::after,.cover-about::after,.cover-contact::after,.cover-gallery::after{
        width: 72%;
    }
    /******TRAKA*******/
    .traka{
        height: 30px;
        overflow: visible;
    }
    .traka::after{
        width: 80%;
    }
    .traka-section{
        width: 100%;
        float: left;
        font-size: 12px;
    }
    .trakaleft{
        width: 70%;
    }
    .mail, .phone{
        margin: 0;
        line-height: 30px;
        margin-left: 12px;
        display: inline-block;
        font-weight: 400;
        font-size: 10px;
    }
    .trakaright{
        width: 15%;
        height: 30px;
        margin-right: 0;
        text-align: right;
        position: relative;
        display: inline-block;
        z-index: 9999;
    }
    .lang-menu{
        position: absolute;
        display: none;
        right: 0px;
    }
    .lang-menu ul{
        font-size: 19px;
        background-color: #fff;
        padding:7px 20px;
        margin-top: 8px;
    }
    .lang-menu li{
        display: block;
        font-size: 12px;
        border-right: none;
        padding-bottom: 2px;
        border-bottom: 1px solid #2b4450;
    }
    .lang-menu a{
        display: block;
    }
    .label-toogle{
        display: inline;
        font-size: 16px;
        margin-right: 15px;
    }
    .trakaright i{
        margin-top: 7px;
    }
    #toogle:checked + .lang-menu{
        display: block;
    }

    /*****END OF TRAKA****/

    /*******HEADER*******/
    header{
        height: 50px;
        margin-bottom: 0;
    }
    .h-logo-pic{
        margin-top: 15px;
        margin-left: 12px;
        height: 18px;
    }
    .h-menu{
        display: none;
        height: 100%;
    }
    .label-nav{
        display: inline-block;
        font-size: 20px;
        z-index: 999999;
        float: right;
        margin-right: 20px;
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }
    #toogle-nav:checked +.h-menu{
        display: block;
        z-index: 9999999;
        background-color: #efefef;
        overflow: visible;
        position: absolute;
        height: 170px;
        top: 35px;
        width: 100%;
    }
    #toogle-nav:checked +.h-menu li{
        display: block;
        text-align: center;
        font-size: 17px;
        width: 100%;
        margin: 10px 0 10px 0;
        padding-bottom: 5px;

    }




    /******COVER HOME PAGE********/
    .cover{
        top: 50px;
        max-height: 150px;
    }

    .welcometext{
        width: 40%;
        margin-left: 12px;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .welcometext p{
        margin-top: 10px;
    }
    .welcometext p::after{
        height: 5px;
        margin-top: 7px;
    }
    .welcometext h1{
        font-size: 15px;
    }

    /**********HOME PAGE WELCOME TEXT****/
    .welc-sec{
        width: 90%;
        top: 60px;
        margin:0 auto;
        text-align: justify;
    }
    .welc-sec h1{
        font-size: 30px;
    }
    .welc-sec p{
        font-size: 15px;
    }
    /************ HOME PAGE MAP*********/
    .mapasrbija{
        width: 90%;
        margin-left: 20px;
    }
    .mapatekst{
        width: 100%;
        margin: 0;
        margin-left: 12px;
        border-left: none;
        padding: 0;
        min-height: 250px;
        margin-bottom: 20px;
    }
    .mapatekst h1{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .zast-sekcija{
        display: block;
        margin: 0;
        padding: 0;
        width: 90%;
        text-align: center;
    }
    .zast-sekcija h3{
        font-size: 18px;
    }
    .zast-sekcija i{
        font-size: 18px;
    }


    /***** UGOVORI TRANSPORT********/
    .ugovori{
        max-height: 150px;
        padding-top: 10px;
    }
    .ugovoritekst{
        font-size: 17px;
    }
    .ugovoritekst p{
        margin-top: 85px;
        font-size: 11px;
        /*display: none;*/
    }


    /******ABOUT PAGE*******************************************/
    /**COVER ABOUT*/
    .cover-about{
        top: 50px;
        max-height: 150px;
    }
    .welcometext-about{
        width: 40%;
        margin-left: 12px;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .welcometext-about p{
        margin-top: 10px;
        font-size: 16px;
    }
    .welcometext-about h1::after{
        height: 5px;
        margin-top: 7px;
    }
    .welcometext-about h1{
        font-size: 19px;
        margin-top: 10px;
        font-weight: 500;
    }


    /***KO SMO MI*****/
    .ko-smo{
        top: 50px;
    }
    .grey-white{
        background: #fff;
        margin-top: 100px;
        margin-bottom: 250px;
    }
    .about-text{
        width: 100%;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 0;
        height: 390px;
    }
    .about-pic{
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .about-text h1{
        font-size: 30px;
        margin-left: 30px;
    }
    .about-text p{
        text-align:justify;
        width: 90%;


    }
    .btn-upit {
       width: 90%;
    }

    /***GALERY PAGE****************/
    .cover-gallery{
        top: 50px;
        max-height: 150px;
    }
    .welcometext-gallery{
        width: 40%;
        margin-left: 12px;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .welcometext-gallery p{
        margin-top: 10px;
        font-size: 16px;
    }
    .welcometext-gallery h1::after{
        height: 5px;
        margin-top: 7px;
    }
    .welcometext-gallery h1{
        font-size: 19px;
        margin-top: 10px;
        font-weight: 500;
    }
    .galerija{
        margin-top: 150px;
    }

    /*CONTACT PAGE*/
    .cover-contact{
        top: 50px;
        max-height: 150px;
        margin-bottom: 90px;
    }
    .welcometext-contact{
        width: 40%;
        margin-left: 12px;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .welcometext-contact p{
        margin-top: 10px;
        font-size: 16px;
    }
    .welcometext-contact h1::after{
        height: 5px;
        margin-top: 7px;
        font-weight: 500;
    }
    .welcometext-contact h1{
        font-size: 19px;
        margin-top: 10px;
        font-weight: 500;
    }
    .brojevi-telefona ul{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .brojevi-telefona li{
        width: 28%;
        margin-right: 6%;
    }
    .brojevi-telefona h3{
        font-size: 19px;
        margin-top: 0;
    }
    .brojevi-telefona p{
        font-size: 14px;
    }
    #contact-form{
        height: 350px;
        margin-bottom: 0;
    }
    .input{
        width: 98%;
        margin-bottom: 10px;
    }
    .input-message{
        margin-top: 0;
    }
    .btn-send{
        width: 100%;
    }



    /*** FOOTER********/
    .korisnilinkovi{
        width: 55%;
    }
    .korisnilinkovi h3{
        font-size: 18px;
        margin-left: 12px;
        margin-bottom: 10px;
    }
    .korisnilinkovi ul{
        margin-left: 12px;
    }
    .korisnilinkovi li{
        font-size: 14px;
        padding: 0;
        margin: 0;
        height: 25px;
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .kontakt{
        width: 45%;
    }
    .kontakt h3{
        font-size: 18px;
        margin-left: 12px;
        margin-bottom: 10px;
    }
    .kontakt li{
        margin-bottom: 6px;
        font-size: 14px;
    }
    .adresa{
        width: 100%;
        margin-top: 10px;
    }
    .adresa h3{
        display: none;

    }
    .adresa-contact{
        margin-top: 0px;
    }
    .designline{
        bottom: 0;
        display: block;
        margin-top: 202px;
        font-size: 12px;
    }
    .designline-about{
        margin-top: 344px;
    }
    .designline-contact{
        margin-top: 0px;
    }

}


@media only screen and (max-width:1080px){
    .section1080{
        width: 100%;
    }
}





/*fonts*/
@font-face{
    font-family: "Big John";
    src: url("fonts/BIG\ JOHN.otf")format("opentype");
}
@font-face{
    font-family: "Slim Joe";
    src: url("fonts/Slim\ Joe.otf")format("opentype");
}
