﻿.carousel-inner {
    background-color: white;
}

    .carousel-inner .img-responsive {
        width: 100%;
    }


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    font-size: 60px;
    z-index: 99;
    text-align: center;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    background-image: none;
}

    .carousel-control.left {
        text-decoration: none;
        outline:0;
        left: 1%;
        top: 0;
        bottom: 0;
        background-image: url("/Images/LeftArrow.png");
        background-position:left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .carousel-control.right {
        right: 1%;
        text-decoration: none;
        outline:0;
        top: 0;
        bottom: 0;
        background-image: url("/Images/RightArrow.png");
        background-repeat: no-repeat;
        background-position:right;
        background-size: contain;
    }

    .carousel-control:focus {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        border: none;
    }

    .carousel-control:hover {
        color: #ffffff;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        border: none;
    }

    .carousel-control.right:active {
        border: none;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    background-color: #476C89;
    opacity: 0.8;
}

@media screen and (max-width: 320px) {
    .carousel-caption {
        padding-top: 0;
        padding-bottom: 0px;
        margin-bottom: 2px;
    }

    .carousel-caption {
        font-size: 10px;
        padding: 2px;
    }

    .carousel-control {
        font-size: 15px;
        width: 15%;
    }
}

@media screen and (max-width: 544px) and (min-width:320px) {
    .carousel-caption {
        margin-bottom: 5px;
        font-size: 12px;
        padding: 3px;
    }

    .carousel-control {
        font-size: 20px;
        width: 15%;
    }
}

@media screen and (max-width: 768px) and (min-width:544px) {
    .carousel-caption {
        margin-bottom: 7px;
        font-size: 15px;
        padding: 5px;
    }

    .carousel-control {
        font-size: 30px;
        width: 15%;
    }
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .carousel-caption {
        font-size: 19px;
        padding: 7px;
    }

    .carousel-control {
        font-size: 40px;
        width: 15%;
    }
}

@media screen and (min-width:1024px) {
    .carousel-caption {
        font-size: 25px;
        padding: 10px;
    }

    .carousel-control {
        font-size: 40px;
        width: 15%;
    }
}
