﻿.banner {
    z-index: 0;
    margin-top: 10px;
}

.banner a {
    color: transparent;
}

.carousel {
    position: relative;
    height: auto;
}

.carousel .carousel-control {
    color: transparent;
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 5;
    position: absolute;
}

.carousel .carousel-control.right {
    right: 0;
    left: auto;
}

.carousel .carousel-indicators {
    background: transparent;
}

.carousel .carousel-control.left span:before {
    content: '\2039';
    font-size: 80px;
    position: absolute;
    color: #FFF;
    top: 25%;
    left: 20px;
}

.carousel .carousel-control.right span:before {
    content: '\203a';
    font-size: 80px;
    position: absolute;
    color: #FFF;
    top: 25%;
    right: 20px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel .carousel-caption .left {
    display: none;
}

.carousel .carousel-caption .right {
    width: 100%;
}

.carousel .carousel-caption .right .image-container {
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
    height: 200px;
    text-align: right;
    padding-right: 80px;
    position: relative;
}

.carousel .carousel-caption .right .image-container img {
    max-height: 100%;
    position: absolute;
    margin: auto;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 40px;
}

.carousel .carousel-detached-caption {
    position: relative;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 1;
    padding-bottom: 42px;
}

    .carousel .carousel-detached-caption h1,
    .carousel .carousel-detached-caption h2,
    .carousel .carousel-caption-inner h1,
    .carousel .carousel-caption-inner h2 {
        text-align: center;
    }

    .carousel .carousel-detached-caption h1,
    .carousel .carousel-caption-inner h1 {
        font-weight: 800;
    }

    .carousel .carousel-detached-caption h2 {
        color: #00B388;
    }

.carousel .carousel-indicators {
    text-align: center;
    position: relative;
    left: 0;
    padding: 15px 0 0 0;
    width: 100%;
    z-index: 1;
    bottom: 42px;
}

    .carousel .carousel-indicators li {
        background: transparent;
        border: 2px solid #FFF;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        width: 10px;
        cursor: pointer;
    }

        .carousel .carousel-indicators li.active {
            background: #FFF;
        }

.carousel .carousel-inner .item {
    display: none;
}

    .carousel .carousel-inner .item.active {
        display: block;
    }

@media screen and (min-width: 1000px) {
    .carousel {
        height: 200px;
    }

    .carousel .carousel-caption .left,
    .carousel .carousel-caption .right {
        display: inline-block;
        vertical-align: middle;
    }

    .carousel .carousel-caption .left {
        width: 60%;
        top: 0;
    }

    .carousel .carousel-caption .right {
        width: 39%;
        z-index: 2;
    }

    .carousel .carousel-detached-caption {
        display: none;
    }

    .carousel .carousel-caption .right .image-container {
        text-align: center;
        padding-right: 80px;
    }

    .carousel .carousel-indicators {
        padding: 0;
        bottom: 0;
    }

    .carousel .carousel-detached-caption h1,
    .carousel .carousel-detached-caption h2,
    .carousel .carousel-caption-inner h1,
    .carousel .carousel-caption-inner h2 {
        text-align: center;
        padding-left: 85px;
    }

    .carousel .carousel-inner .item {
        height: 174px;
    }
}
