/**
 * Carousel
 */
.rawt-carousel {
    display: none;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

.js .rawt-carousel {
    display: block;
}

.rawt-carousel .carousel-wrapper {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    padding: 1.75em 2em;
}

.rawt-carousel .carousel-wrapper > h3 {
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
}

.rawt-carousel .carousel-wrapper .all-link {
    display: none;
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
}

.rawt-carousel .carousel-list {
    overflow: visible !important;
    margin: 0 !important;
    display: none;
}

.rawt-carousel .carousel-list.slick-initialized {
    display: block;
}

.rawt-carousel .carousel-list .item {
    display: block;
    padding: 0 0.3em;
}

.rawt-carousel .carousel-list .carousel {
    width: 100%;
}

.rawt-carousel .slick-next,
.rawt-carousel .slick-prev {
    display: inline-block;
    top: 50%;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
    margin: -1.5em 0 0 0;
}

.rawt-carousel .slick-next {
    right: -1.3em;
}

.rawt-carousel .slick-prev {
    left: -1.2em;
}

.rawt-carousel .carousel-list .slick-prev:before,
.rawt-carousel .carousel-list .slick-next:before {
    font-size: 1.2em;
}

.rawt-carousel .carousel-list .carousel-image {
    max-width: 230px;
    margin: 0 auto;
    padding: 0.2em;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    position: relative;
}

.rawt-carousel .carousel-image .rawt-share-image-widgets {
    position: absolute;
    bottom: 0.32em;
    right: 0.32em;
    z-index: 5;
}

.rawt-carousel .carousel-image .rawt-comment-balloon {
    position: absolute;
    top: 0.3em;
    left: 0.6em;
}

.rawt-carousel .carousel-image .image-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 66%;
}

.rawt-carousel .carousel-image .image-content .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 3em;
    width: 1em;
    height: 1em;
    text-align: center;
}

.rawt-carousel .carousel-image .image-content .image-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rawt-carousel .carousel-image .image-link > img {
    display: block;
    width: 100%;
    height: auto;
}

.rawt-carousel .carousel-label {
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    padding: 0 0.2em;
}

.rawt-carousel .carousel-label a {
    text-decoration: none;
}

.rawt-carousel .carousel-label .rawt-badges {
    display: inline-block;
    vertical-align: middle;
}

.rawt-carousel .carousel-label .rawt-badges > * {
    vertical-align: middle;
}

.rawt-carousel .item .flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
    padding: 0.3em 0;
    background: #fff;
}

/**
 * Small
 */
.rawt-carousel.small .carousel-wrapper {
    max-width: none;
}

/**
 * Medium
 */
.rawt-carousel.med {
    text-align: left;
}

.rawt-carousel.med .carousel-wrapper h3 {
    float: left;
    font-size: 0.8em;
    margin-left: 0.8em;
}

.rawt-carousel.med .all-link {
    display: block;
    float: right;
    font-size: 0.8em;
    margin-right: 1.3em;
}