
/* ========================================================================= */

.carousel-hero-container, .carousel-thumb-container {
    position: relative;
    overflow: hidden;
}
.carousel-hero-images, .carousel-thumb-images {
    width: 20000px;
}
.carousel-hero-images li, .carousel-thumb-images li {
    float: left;
}
.carousel-prev, .carousel-next, .carousel-thumb-prev, .carousel-thumb-next {
    z-index: 10;
    text-decoration: none;
    position: absolute;
    font: 900 normal normal 30px/1 FontAwesome;
    background: #333;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    text-align: center;
    vertical-align: middle;
}
.carousel-prev:hover, .carousel-next:hover, .carousel-thumb-prev:hover, .carousel-thumb-next:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.carousel-hero-nav-container, .carousel-thumb-nav-container {
    position: relative;
}
.carousel-hero-nav-container, .carousel-thumb-nav-container, .carousel-hero-images, .carousel-thumb-images {
    height: 100%;
}
.carousel-hero-images, .carousel-thumb-images {
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-prev, .carousel-next {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 38px;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.carousel-thumb-prev, .carousel-thumb-next {
    line-height: 87px;
    width: 87px;
    height: 87px;
}
.carousel-hero-images, .carousel-thumb-images {
    list-style-type: none;
}
.carousel-hero-images img, .carousel-thumb-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-thumb-images li.active {
    border: 3px solid #e97a20;
}
.carousel-thumb-images li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel-hero-images li, .carousel-thumb-images li {
    z-index: 1;
    height: 100%;
    background: #ccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa', GradientType=0);
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}
.carousel-clear {
    clear: both !important;
}
.carousel-counter {
    z-index: 2;
    cursor: default;
    line-height: 36px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background: #333;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 35px;
    position: absolute;
    display: block;
    -khtml-top-left-border-radius: 6px;
    -webkit-top-left-border-radius: 6px;
    -moz-top-left-border-radius: 6px;
    border-top-left-radius: 6px;
}

/* ========================================================================= */

.carousel-prev {
    left: 0;
    -khtml-top-right-border-radius: 10px;
    -webkit-top-right-border-radius: 10px;
    -moz-top-right-border-radius: 10px;
    border-top-right-radius: 10px;
    -khtml-bottom-right-border-radius: 10px;
    -webkit-bottom-right-border-radius: 10px;
    -moz-bottom-right-border-radius: 10px;
    border-bottom-right-radius: 10px;
}
.carousel-prev:before {
    content: "\f104";
}
.carousel-next {
    right: 0;
    -khtml-top-left-border-radius: 10px;
    -webkit-top-left-border-radius: 10px;
    -moz-top-left-border-radius: 10px;
    border-top-left-radius: 10px;
    -khtml-bottom-left-border-radius: 10px;
    -webkit-bottom-left-border-radius: 10px;
    -moz-bottom-left-border-radius: 10px;
    border-bottom-left-radius: 10px;
}
.carousel-next:before {
    content: "\f105";
}
.carousel-thumb-prev {
    left: 0;
}
.carousel-thumb-prev:before {
    content: "\f104";

}
.carousel-thumb-next {
    right: 0;
}
.carousel-thumb-next:before {
    content: "\f105";
}
.carousel-thumb-images li {
    margin-right: 5px;
}

/* ========================================================================= */
