#form-message-success, #form-message-warning, .submitting {
    display: none
}


.text-black {
    color: #000
}

.content {
    padding: 7rem 0
}

.heading {
    font-size: 2.5rem;
    font-weight: 900
}

.form-group {
    margin-bottom: .3rem
}

.col-form-label {
    color: #000;
    font-size: 13px
}

.submitting, label.error {
    font-size: 12px
}

.custom-select {
    height: 45px
}

    .custom-select:active, .custom-select:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000
    }



.contact-wrap {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
}

    .contact-wrap .col-form-label {
        font-size: 14px;
        color: #b3b3b3;
        margin: 0 0 10px;
        display: inline-block;
        padding: 0
    }

    .contact-wrap .contact-info, .contact-wrap .form {
        padding: 40px
    }

        .contact-wrap .contact-info ul li {
            margin-bottom: 15px;
            color: #000
        }

            .contact-wrap .contact-info ul li .wrap-icon {
                font-size: 20px;
                color: #000;
                margin-top: 5px
            }

    .contact-wrap .form {
        background: #fff
    }

        .contact-wrap .form h3 {
            color: #006bd3;
            font-size: 20px;
            margin-bottom: 30px
        }

    .contact-wrap .contact-info {
        color: #000;
        background: #006bd3
    }

        .contact-wrap .contact-info h3 {
            color: #fff;
            font-size: 20px;
            margin-bottom: 30px
        }

label.error {
    color: red
}

#message {
    resize: vertical
}

#form-message-warning {
    color: #b90b0b
}

#form-message-success {
    color: #55a44e;
    font-size: 18px;
    font-weight: 700
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    color: #000
}

.akcijaCijena {
    text-decoration: line-through
}
.usporedba {
    width: 100px;
    line-height: 28px;
    border-radius: 5px;
    height: 28px;
    top: 0;
    background: red;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    transform: translateZ(0);
    right: 100px
}


.social_links .list-inline-item:not(:last-child) {
    margin-right: 20px
}

.eye-catcher {
    width: 250px;
    height: 250px;
    background-color: #eff0f2;
    color: #0e6bee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-10deg);
    top: 35%;
    right: 40%;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    font-size: 20px;
    font-weight: 700
}

    .eye-catcher span {
        padding: 40px
    }

@media (max-width:600px) {
    .eye-catcher {
        width: 150px;
        height: 150px;
        font-size: 14px;
        top: 55%;
        right: 10px
    }

        .eye-catcher span {
            padding: 5px
        }
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

    .button-container .betta-banner-txt-ili, .button-container button {
        margin: 10px 0
    }

.w1600 {
    width: 1600px;
    max-width: 92%;
    margin: 0 auto;
}

.service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.function {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

    .function li a {
        display: block;
        color: #707070;
        font-size: 16px;
        padding: 22px 10px;
        transition: all .4s;
    }

.new-edited {
    padding: 30px 0;
}