.bg-primar{background-color: #141c21;}
.bg-pvc{background-color: #212b37;}

.text-p{font-size: 18px;}
.text-p-uvod{font-size: 22px; line-height: 1.7; font-weight: bold;}

.lide-bg{background-color: #141c21; padding: 25px; display: block;}


.gray-wrapper-team .col-md-6 {padding-left: 10px; padding-right: 10px;}

.gray-wrapper-team .blue-text {color: #fff !important;}
.gray-wrapper-team .mb-5 {text-transform: uppercase;}
.gray-wrapper-team .meta { color:#fff !important;}

.gray-wrapper-team h5, li{color:#364969;}

.counter-nadpis{font-size: 40px;}
.counter-nadpis-small{font-size: 18px;}

.slogan{color: #8b9aad; font-size: 48px; text-transform: uppercase; padding: 25px; margin-bottom: 10px; font-weight: bold; line-height: 40px; }

.footer p{color: #8b9aad;}

.menu-color{color: #8b9aad !important; padding-right: 5px;}
.slider-ekotrend{height: 700px !important;}

/*
.primar{position: absolute; margin-top: -200px; z-index: 1000;}*/

.intro-slider, .intro-image{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
}
.intro-image{
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.intro-slider__slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.25s ease;
    background-color: black;
}

.intro-slider__slide.is-active{
    opacity: 1;
}

.intro-slider__controls a{
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

[data-intro-slider-dir="-1"]{
    left: 20px;
}

[data-intro-slider-dir="1"]{
    right: 20px;
}

.intro-slider__nav{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.intro-slider__nav-item{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
}

.intro-slider__nav-item.is-active{
    background-color: white;
}
.intro-slider__nav-item:hover{
    cursor: pointer;
}

@media screen and (max-width: 640px){
    .intro-slider, .intro-image{
        padding-bottom: 55%;
    }

    .intro-slider__controls{
        display: none;
    }

    .intro-slider__nav{
        bottom: 5px;
    }
    .intro-slider__nav-item{
        width: 12px;
        height: 12px;
        border: 1px solid white;
    }
}

@media screen and (max-width: 480px){
    .intro-slider, .intro-image{
        padding-bottom: 80%;
    }
}

.kontakty{
        margin-right: 10px;
    }