/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 86px;
}

.content {
    margin-top: 50px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6e757d;
}

.carousel-item {
    height: 70vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: -40px;
}

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

.form-group.required .form-label:after {
    content:"*";
    color:red;
}

.required div ul li,
.error_field {
    color: red;
}

.form-check label {
    margin-bottom: 0;
}

#sticky {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 999;
    background-color: #f8f9fa;
}

@media only screen and (max-width: 768px) {
    .galerija iframe {
        width: 100%;
    }
    #sticky h3 {
        font-size: 1rem;
    }
    #sticky p {
        font-size: 0.7rem;
    }
}
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
    #carouselExampleIndicators {
        /*max-width: 1440px;*/
        margin: 0 auto 0 auto;
    }
    .carousel-item {
        height: 70vh;
        min-height: 1200px;
        background: no-repeat top center scroll;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-bottom: -40px;
    }
}