﻿#packagewrap {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    top: 34% !important;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
        color: #d2691e;
        font-weight: bold;
    }

#packagewrap .swiper-container {
    height: auto;
}

.packagehead {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to right, #d2691e, #fff);
    padding-left: 10px;
}

.layer1 .rimg-name, .related-swiper .rimg-name {
    max-width: 100%;
    max-height: 100%;
    background: #fff;
}

.layer2 {
    display: none;
}

.packageswiper .packagetitle {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    margin: 2px 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
    font-weight: bold;
}

.current.layer1 .packagetitle {
    background: #d2691e;
    color: #fff;
    border-radius: 6px;
}

.packageswiper2 {
    display: flex;
    overflow-x: hidden;
}

    .packageswiper2 .rimg-name {
        border: 0;
    }

.popup {
    display: none;
    z-index: 111;
    background: rgba(255, 255, 255, .9);
    height: calc(100% - 80px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .popup > div {
        display: flex;
        justify-content: space-around;
        height: 100%;
        align-items: center;
    }

        .popup > div > div {
            box-sizing: border-box;
            border: 1px solid;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 10px;
        }

    .popup .t1 {
        font-size: 16px;
        margin-bottom: 4px;
        display: flex;
        justify-content: space-between;
    }

    .popup .t2 {
        font-size: 12px;
        overflow-y: auto;
    }

    .popup ul {
        padding-left: 10px;
    }

        .popup ul li {
            list-style: disc;
        }

    .popup a.go {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.layer1.swiper-slide:first-child .rimg-name {
    border-left: solid 1px #43512e;
}

.swiper-slide:first-child .rimg-name img {
    margin-bottom: 5px;
}

.rimg-name {
    border-top: solid 1px #43512e;
    border-bottom: solid 1px #43512e;
    border-right: solid 1px #43512e;
    text-align: center;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    height: 186px;
}

    .rimg-name.rimg-name-200 {
        height: 198px;
    }

    .rimg-name img {
        max-width: 100%;
        max-height: 135px;
    }

    .rimg-name span {
        position: absolute;
        width: 98%;
        bottom: 5px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        left: 0;
    }

    .rimg-name a {
        text-decoration: none;
        font-size: 12px;
    }

.action-green {
    width: 130px;
    background-color: #d2691e;
    color: #fff;
    padding: 8px 0;
    display: block;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
}

.layer2 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.layer2 ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.layer2 ::-webkit-scrollbar-thumb {
    background-color: #647250;
    border-radius: 5px;
}

    .layer2 ::-webkit-scrollbar-thumb:hover {
        background-color: #43512e;
    }

.eventrepeat {
    width: 781px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

    .eventrepeat img {
        max-width: 100%;
    }

    .eventrepeat .swiper-button-next, .eventrepeat .swiper-button-prev {
        color: #647250;
        width: 14px;
        height: 14px;
    }

#overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 91%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay-content {
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

#close-overlay, #close-overlay2 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    color: #666;
    border: none;
    font-size: 18px;
    cursor: pointer;
    /*z-index: 9999;*/
    border-radius: 50%;
    border: 2px solid;
    height: 30px;
    width: 30px;
}
#close-overlay {
    z-index: 111;
}
    .quicklinks {
        display: flex;
        padding-left: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        list-style: disc;
    }

    .quicklinks li {
        width: 50%;
    }

.packagesubhead {
    background: #d2691e;
    color: #fff;
    display: inline-block;
    margin: 4px 0;
    padding: 1px 4px;
    font-size: 12px;
}
