/* ---------- Fullscreenslider ---------- */

.full-screen {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid rgba(0,0,0,0.8);
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0.8);
}

.carousel-indicators .active {
    margin: 1px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 4px solid rgba(0,0,0,0.8);
}

.carousel-caption {
    position: absolute;
    left: 5%;
    right: 5%;
    top: auto;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
    text-shadow: none;
    height: 100%;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3 {
    font-size: 63px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 300;
    color: #8cc63f;
}

.carousel-caption p {
    font-size: 38px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 300;
    color: #333;
    line-height: normal;
}

.carousel-caption .btn {
    text-shadow: none;
}

.carousel-caption.fullheight .umb-grid,
.carousel-caption.fullheight .umb-grid .grid-section {
    height: 100%;
}

.carousel-caption.fullheight .umb-grid .grid-section > div {
    width: 100%;
}

.carousel-caption .img-responsive {
    margin: 0 auto;
}

.carousel-caption p img {
    max-width: 100%;
    width: auto;
}

.item-pos-top {
    position: absolute;
    top: 100px;
}

.item-pos-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-pos-bottom {
    position: absolute;
    bottom: 100px;
}


@media (max-width: 991px) {
    .carousel-caption.fullheight h1,
    .carousel-caption.fullheight h2,
    .carousel-caption.fullheight h3 {
        font-size: 55px;
    }

    .carousel-caption.fullheight p {
        font-size: 34px;
    }

    .carousel-indicators {
        bottom: 45px;
    }

}

@media (max-width: 767px) {
    .carousel-caption.fullheight h1,
    .carousel-caption.fullheight h2,
    .carousel-caption.fullheight h3 {
        text-align: center !important;
        font-size: 38px;
    }

    .carousel-caption.fullheight p {
        font-size: 20px;
        padding: 0 !important;
        text-align: center !important;
    }

    .carousel-indicators {
        bottom: 80px;
    }
}