/* Add your custom css styles */
#slider {
    height: 600px;
}

.background-overlay-gradient:before {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0) 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(99%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0) 99%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0) 99%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0) 99%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(255, 255, 255) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#96000000',endColorstr='#00ffffff',GradientType=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}

.inspiro-slider .slide-captions h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

section#o-nama:before {
    background: rgba(0,0,0,0.5);
}

#o-nama .counter.text-large:after {
    content: "+";
}

.text-white,
.text-white h2 {
    color: #fff !important;
}

.text-white:after {
    border-color: #fff;
}

#kontakt li.social-facebook i {
    color: #333;
}

#kontakt li.social-facebook:hover i {
    color: #fff;
}

.portfolio-item {
    height: 200px !important;
}


.portfolio-item.item-v-2 {
    height: 411.5px !important;
}

.portfolio-item .portfolio-image {
    width: 100%;
    height: 100% !important;
}

.portfolio-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#kontakt {
    position: relative;
}

#kontakt:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.55);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
}

#g-map {
    width: 100%;
    height: 660px;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
}

#kontakt .col-md-6 {
    color: #fff;
}
