﻿.slidedis,
.slidecontent,
.carousel-inner {
    width: 100%;
    max-height: 504px;
}

.slidecontent, .slidecontent480 {
    background: #2a3f55;
}

#myCarousel480 {
    display: none;
}

    #myCarousel480 .slidedis,
    #myCarousel480 .slidecontent,
    #myCarousel480 .carousel-inner {
        width: 100%;
        max-height: 294px;
    }

#myCarousel {
    display: block;
}

.slidecontent480 {
    width: 100%;
    height: 294px;
}

.load {
    width: 320px;
    height: 300px;
    position: absolute;
    top: 15%;
    left: 42%;
}

.prev, .next {
    width: 47px;
    height: 78px;
    text-shadow: none;
    top: 41%;
}

    .prev:hover, .next:hover {
        background: none;
    }

.prev {
    left: 40px;
    background: url(../../Images/prev.png);
}

.next {
    right: 40px !important;
    background: url(../../Images/next.png);
}

.prev:hover {
    background: url(../../Images/prev-hover.png);
}

.next:hover {
    background: url(../../Images/next-hover.png);
}
.ribbon {
    position:relative;
}
.slide-ribbon {
    padding-left: 0;
    margin-left: 0;
    bottom: -49px;
    width: 280px;
    right:0;
}

    .slide-ribbon li {
        border: 2px solid #d3d0d0;
        background-color: #4b4b4b;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        margin: 0;
        padding: 0;
        float: left;
    }

    .slide-ribbon .active {
        background-color: #e4555c;
        width: 22px;
        border-radius: 22px;
        height: 22px;
    }

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.slidecontent {
    height: 504px;
}

.carousel {
    margin-bottom: 54px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 504px;
}
@media (max-width: 767px) {
    .slide-ribbon li {
        border: 2px solid #e3e0e0;
        background-color: #95989b;
        width: 25px;
        height: 25px;
        border-radius: 25px;
    }

    .slide-ribbon .active {
        background-color: #eb9398;
        width: 25px;
        border-radius: 25px;
        height: 25px;
    }
    .slide-ribbon { bottom: -61px; }
}

@media (min-width: 768px) {
    .slide-ribbon li {
        border: 2px solid #d3d0d0;
        background-color: #4b4b4b;
        width: 22px;
        height: 22px;
        border-radius: 22px;
    }

    .slide-ribbon .active {
        background-color: #e4555c;
        width: 22px;
        border-radius: 22px;
        height: 22px;
    }
    
    .slide-ribbon { bottom: -49px; }
}
@media (min-width: 480px) and (max-width: 768px) {
    .carousel-indicators {
        right:19%
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .carousel-indicators {
        right:10px
    }
}