.main-carousel {
    margin-top: -5px;
}

.carousel-inner {
    height: 450px;
}

.carousel-caption {
    top: 200px;
}

@media (max-width: 479px) {
    .carousel-caption {
        top: 50px;
    }
}

@media (max-width: 921px) {
    .carousel-caption {
        right: 48px !important;
        left: 48px !important;
    }
}
@media (max-width: 479px) {
    .carousel-caption {
        right: 28px !important;
        left: 28px !important;
    }
}
.carousel-control .icon-back {
    cursor: pointer;
    display: block;
    font-size: 50px;
    line-height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    position: absolute;
    top: 275px;
    color: rgba(255, 255, 255, 1);
}

.carousel-control .icon-forward {
    cursor: pointer;
    display: block;
    font-size: 50px;
    line-height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    position: absolute;
    top: 275px;
    color: rgba(255, 255, 255, 1);
    right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.carousel-control {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1 !important;
}

.carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

#myCarousel .carousel-inner .item {
    /*background-attachment: fixed;*/
}

@media (min-width: 1800px) {
    .carousel-inner .item {
        background-size: cover;
    }
}

.carousel-indicators {
    bottom: 20px;
    right: 83px;
    width: 100px !important;
    left: initial !important;
}

@media (max-width: 480px) {
    .carousel-indicators {
        right: 23px;
    }
}

@media (max-width: 922px) {
    .carousel-indicators {
        right: 43px;
    }
}

#myCarousel ol.carousel-indicators {
    margin-bottom: -15px;
}

.carousel-indicators ol,
.carousel-indicators li {
    cursor: default !important;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none;
}

.carousel-control {
    z-index: -100;
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .carousel-control > span {
        display: none !important;
    }
}

#myCarousel:hover .carousel-control {
    z-index: 100;
}

/* customer carousel*/
#customerCarousel .customer-carousel {
    margin-top: 50px;
}

#customerCarousel.closed .carousel-inner,
#customerCarousel.closed .cover {
    height: 250px;
    transition: all .5s ease;
}

#customerCarousel.open .carousel-inner,
#customerCarousel.open .cover {
    height: 500px;
    transition: all .5s ease;
}

#customerCarousel .cover {
    background-color: rgba(0, 0, 0, 0.5);
}

#customerCarousel .carousel-caption {
    top: 30px;
}

#customerCarousel .icon-btn-open,
#customerCarousel .icon-btn-close {
    font-size: 25px;
}

#customerCarousel .icon-btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    z-index: 1000000;
}

#customerCarousel.open .icon-btn-open {
    display: none;
}

#customerCarousel.closed .icon-btn-close {
    display: none;
}

#customerCarousel.closed .carousel-caption div.spacer {
    display: none;
}

#customerCarousel.closed .carousel-caption p {
    display: none;
}

.carousel-caption p {
    font-size: 18px;
    padding-bottom: 10px;
}

.carousel-caption h1 {
    margin-bottom: 6px;
}

#customerCarousel:hover .carousel-control {
    z-index: 100;
}

#customerCarousel .carousel-control .icon-back {
    top: 125px;
}

#customerCarousel .carousel-control .icon-forward {
    top: 125px;
}

#customerCarousel.open .carousel-control .icon-back {
    top: 250px;
}

#customerCarousel.open .carousel-control .icon-forward {
    top: 200px;
}

#customerCarousel.open .carousel-control.right {
    top: 50px;
}

#customerCarousel .carousel-indicators {
    bottom: 20px;
    right: initial !important;
    left: initial !important;
    width: 100% !important;
    margin: auto !important;
}

.customer-carousel .icon-btn-close {
    position: relative;
    top: 35px;
    z-index: 100000;
    color: white;
    font-size: 25px;
    margin-right: 10px;
    float: right;
}