﻿.jumbotron {
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.jumbotron h1 {
    font-size: 45px;
}

.jumbotron p {
    font-size: 17px;
}

@media (max-width: 991px) {
    .jumbotron h1 {
        font-size: 39px;
    }

    .jumbotron p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .jumbotron h1 {
        font-size: 5.2vw;
    }

    .jumbotron h2 {
        font-size: 33px;
    }

}

@media (max-width: 479px) {
    .jumbotron h1 {
        font-size: 6vw;
    }

    .jumbotron h2 {
        font-size: 23px;
    }

    .jumbotron p {
        font-size: 3.5vw;
    }
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4 {
    color: inherit;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    text-transform: initial;
}

.jumbotron-content {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .jumbotron-content {
        min-width: 970px;
    }
}

@media (min-width: 1220px) {
    .jumbotron-content {
        min-width: 1170px;
    }
}

.jumbotron, .jumbotron .slide {
    height: 485px;
}

.jumbotron.slim, .jumbotron.slim .slide {
    min-height: 250px;
}

@media (min-width: 768px) {
    .jumbotron, .jumbotron .slide {
        height: 485px;
    }

    .jumbotron.slim, .jumbotron.slim .slide {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .jumbotron, .jumbotron .slide {
        height: 485px;
    }

    .jumbotron.slim, .jumbotron.slim .slide {
        min-height: 300px;
    }
}

@media (min-width: 1220px) {
    .jumbotron, .jumbotron .slide {
        height: 485px;
    }

    .jumbotron.slim, .jumbotron.slim .slide {
        min-height: 400px;
    }

}

.container .jumbotron {
    padding-left: 0;
    padding-right: 0;
}

.jumbotron-slides > strong {
    font-weight: normal;
}

.jumbotron-slides > em {
    font-style: normal;
}

.jumbotron-slides .cycle {
    width: 100%;
}

.jumbotron-slides .slide {
    width: 100%;
}

/* pager */
.jumbotron-slides .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.jumbotron-slides .cycle-pager span {
    width: 80px;
    height: 18px;
    margin: 0 5px;
    display: inline-block;
    border-top: 2px solid #000;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.jumbotron-slides .cycle-pager span.cycle-pager-active {
    border-color: #FFF;
}

.cycle-pager > * {
    cursor: pointer;
}

.jumbotron-slides .cycle-prev, .jumbotron-slides .cycle-next {
    font-size: 34px;
    position: absolute;
    z-index: 500;
    top: 45%;
    color: #000;
    opacity: 0.2;
}

@media (min-width: 1220px) {
    .jumbotron-slides .cycle-prev, .jumbotron-slides .cycle-next {
        font-size: 50px;
    }
}

.jumbotron-slides .cycle-prev:hover,
.jumbotron-slides .cycle-next:hover {
    opacity: 1;
}

.jumbotron-slides .cycle-prev {
    left: 2px;
}

.jumbotron-slides .cycle-next {
    right: 2px;
}

.jumbotron-slides .slide-content {
    position: relative;
    z-index: 101;
}

@media (max-width: 767px) {
    .jumbotron-slides .slide-content .col-xs-6 .image-svg-block img {
        height: 75px !important;
        width: 75px !important;
    }
}

.bg-cover {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.translucent-bg.light {
    color: #000;
}

.translucent-bg.light:after {
    background-color: rgba(255, 255, 255, 0.6);
}

.translucent-bg.dark, .translucent-bg.darker {
    color: #fff;
}

.translucent-bg.dark:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.translucent-bg.darker:after {
    background-color: rgba(0, 0, 0, 0.7);
}
