/**
* Template Name: Bolt
* Template URL: https://templatemag.com/bolt-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
    background-color: #f2f2f2;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
    font-weight: 300;
    color: #333;
}

/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
    margin-top: 40px;
}

#posluga {
    background-image: url(../img/image-posliga.png);
    background-color: #b4b4b4;
}

#posluga {
    width: 100%;
}

.all-posluga {
    margin-top: 40px;
    text-align: center;
}

.all-posluga img {
    width: 100%;
    max-width: 1000px;
}

div#posluga h3 {
    display: inline-block;
    margin: 0.9em 1em 0 2em;
    background: #00a8ba;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 2px 2px #909090;
}

#avto {
    margin: 40px 0;
    text-align: center;
}

#avto img {
    width: 100%;
    max-width: 1000px;
}

a.main-href {
    background: #ffcd00;
    font-size: 1.5em;
    max-width: 320px;
    width: 100%;
    border-radius: 29px;
    display: block;
    color: #080808;
    padding: 10px 0;
    margin: 1.2em auto 0;
    height: 88px;
    /* margin: 2.5em auto;
    height: 0;
    */
}
.row-sc {
    margin-bottom: 1.2em;
}
img.logo-image {
    max-width: 243px;
    /* width: 243px !important; */
    display: inline-block !important;
    margin-top: 30px;
}

/* Links */
div#posluga {
    position: relative;
}

div#posluga .container {
}

div#posluga .container .row {
}

div#posluga ul {
    color: #efefef;
    font-size: 1.3em;
    padding: 2em;
    /* background: #b4b4b47d; */
}

div#posluga ul li {
    padding: 6px;
}

a.main-href-k span {
    display: inline-block;
    width: 70%;
}

a.main-href-k i {
    font-size: 60px;
    display: inline-block;
    width: 30%;
}

a {
    color: #f85c37;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

section#contact {
    background: #3a3a3a;
    color: #fff;
}

section#contact h3 {
    color: #fff;
}

a.main-href-k {
    display: inline-block;
    max-width: 320px;
    background: #00aabc;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 57px;
    /* float: right; */
}

a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    font-weight: 800;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.navbar-nav > li > a {
    color: #444 !important;
}

.navbar-nav > li > a:hover {
    color: #01a8ba !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #01a8ba;
    /*background-color: #01a8ba;*/
}

.navbar-brand {
    font-size: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-theme {
    color: #ffffff;
    background-color: #01a8ba;
    border-color: transparent;
}

.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 18px;
    border: 5px solid transparent;
    border-radius: 0px;
}

.lead {
    letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */

#hello {
    width: 100%;
    padding: 0;
    position: relative;
    background-image: url(../img/image.jpg);
}

div#hello img {
    display: block;
    width: 100%;
}

.text-on-banner {
    text-align: center;
    /* left: 30%; */
    margin: 0 auto;
}

#hello h1 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #01a8ba;
}

#hello h2 {
    color: #c0c0c0;
    font-weight: 400;
}

/* Green */

#green {
    background-color: #01a8ba;
    padding-top: 50px;
    margin-bottom: 0px;
}

.centered ul {
    list-style: none;
}

.centered ul li {
    padding: 8px;
}

.form-on-green .form-send button {
    background: #003d44 !important;
}

#green h3 {
    color: white;
    font-weight: 400;
    margin-bottom: 35px;
}

#green p {
    color: white;
    font-weight: 400;
    font-size: 20px;
}

/* Skills */

#skills {
    background-color: #4e4e4e;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

#skills h3 {
    color: white;
}

#skills p {
    color: white;
    font-weight: 400;
}

/* Social Links */

#social {
    padding: 40px 0;
}

#social i {
    font-size: 50px;
    color: #01a8ba;
}

#social .col-md-3:hover {
    background-color: #f5f5f5;
}

#social .col-md-3 {
    padding: 30px;
}

/* Footer */

#f {
    padding-top: 20px;
    background-color: #01a8ba;
}

#f p {
    color: white;
    text-align: right;
    font-weight: 400;
}

/* Image Opacity */

.grid img {
    opacity: .7;
}

.grid img:hover {
    opacity: 1;
}

/* Contact Form */

.contact-form {
    padding-bottom: 40px;
}

.contact-form label {
    color: #999;
}

.contact-form input, .contact-form textarea, .contact-form select {
    padding: 10px 12px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: auto;
}

.contact-form .form-send {
    text-align: center;
}

.contact-form .form-send button {
    background: #01a8ba;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

.contact-form .form-send button:hover {
    background: #78e0bb;
}

.contact-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact-form select {
    width: 100%;
    border: 1px solid #ccc;
    color: #555;
}

.contact-form .loading {
    display: none;
    color: #555;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
}

.contact-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contact-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px 0;
}

.contact-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px 0;
}

/* Copyrights */

#copyrights {
    background: #222222;
    padding: 20px 0;
    text-align: center;
}

#copyrights p {
    margin-bottom: 5px;
    color: #fff;
}

#copyrights a {
    color: #01a8ba;
}

.credits {
    color: #999;
}

.form-on-green .form-send button {
    background: #003d44 !important;
}
/* #avto-eu */
#avto-eu {
    background: rgb(100%, 80%, 0%, 0.7);
    color: #2e2e2e;
    font-weight: 500;
    scroll-margin-top: 71px;
}

#avto-eu h2 {
    color: #2e2e2e;
    font-weight: 600;
    margin-top: 50px;
    line-height: 46px;

}

.eu-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 30px;
}

.eu-flex p {
    line-height: 20px;
    margin-bottom: 5px;
}

.eu-child {
    width: 50%;
}

.img-ch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-ch img {
    width: 50%;
}

.eu-calculator {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;

}

.h-sp {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 46px;

}

.calc-fl {
    display: flex;

    justify-content: space-between;

}

.inp-eu {
    width: 20%;
    margin-bottom: 20px;
}

.eu-calculator input, .eu-calculator select, .eu-calculator button {
    width: 90%;
    height: 54px;
    padding: 15px;
    border: none;
    color: black;
}

.submit {
    background: #ffcd00;
    color: #2e2e2e;
    font-weight: 500;
    font-size: 18px;
}

.calc-bl {
    background-color: #105479;
    color: white;
}

.inp-eu-tx {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #ffcd00;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.col-h3 {
    background: white;
    padding: 10px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ul-hd {
    font-size: 24px;
    font-weight: 400;
}

#avto-eu ul {
    margin-top: 10px;
}

#avto-eu h3 {
    color: #105479;
    font-weight: 400;
}

.panel {
    display: none;
}

.accordion {
    display: none;
}

.mob-bl {
    display: block;
    font-weight: bold;
}

.mg-in {
    height: 18px;
}

.add-p {

    font-weight: 600;
    color: #105479;;
}

.m-t {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .calc-fl, .eu-flex {
        flex-direction: column;
    }

    .eu-child, .inp-eu {
        width: 100%;
    }

    .eu-calculator input, .eu-calculator select {
        width: 100%;
    }


    .inp-eu-mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-ch img {
        margin-top: 20px;
        width: 30%;
    }

    .centered ul {
        padding: 0;
    }


    .panel {
        background: none;
        padding: 0 18px;
        display: none;
        overflow: hidden;
        font-weight: 600;
    }

    .accordion {
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        background-color: #ccc;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 15px;
    }


    .accordion {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob-bl {
        display: none;
    }

    .active1, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active1:after {
        content: "\2212";
    }

    .inp-eu-mob input {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .h-sp {
        font-size: 24px;
    }

    #avto-eu h2 {
        font-size: 24px;
    }

    #avto-eu h3, .ul-hd {
        font-size: 20px;
    }

    .img-ch img {
        width: 50%;
    }

    .eu-calculator input, .eu-calculator select {
        height: 46px;
        padding: 10px;
    }
    img.logo-image {
        max-width: 50%;
    }
    a.main-href {
        font-size: 1.2em;
        height: auto;
    }
    a.main-href-k {
        margin-bottom: 1.2em;
    }
}
.eu-calculator .error-message {
    font-size: larger;
    text-align: center;
    color: red;
}

