﻿.fotorama__fullscreen-icon {
    margin-top: 200px;
    right: 5%;
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
    margin-right: 5%;
}

.fotorama__arr--prev {
    right: 2px;
    margin-left: 5%;
}

.group-infomation .content.related .add-your-plan {
    background-image: url("../img/add-plan.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
}

.group-infomation .content.related .place .background-place {
    background-color: #f1f1f1; /*#81c784;*/
}

body {
    background-color: #fff;
}

/*================place-header=====================*/

.slider-root {
    position: relative;
    min-height: 255px;
    background-color: black;
    height: 255px;
}

    .slider-root .fotorama {
        background-color: floralwhite;
    }

    .slider-root .add-your-plan {
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        text-align: center;
        background-image: url('../img/add-list-star.png');
        width: 40px;
        height: 40px;
        background-size: cover;
        cursor: pointer;
    }

    .slider-root .text-add-plan {
        width: 200px;
        color: white;
        clear: both;
        position: absolute;
        z-index: 1;
        text-align: center;
        margin-left: 50%;
        transform: translateX(-50%);
        bottom: 55px;
    }

    .slider-root .watermark {
        bottom: 10px;
        color: #fff;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .slider-root .place-name {
        bottom: 10px;
        position: absolute;
        color: white;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        text-transform: capitalize;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        padding-left: 15px;
    }

.section_search {
    margin-top: 10px;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    display: none;
}

.fotorama__wrap--video .fotorama__arr {
    opacity: 1 !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    transform: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    transform: none !important;
}

.fotorama__wrap--video .fotorama__arr--disabled {
    opacity: 0.1 !important;
}

/*===================place-content===============*/

.place-content .group-infomation {
    margin-top: 5px;
    clear: both;
}

    .place-content .group-infomation .header {
        height: 50px;
        width: 100%;
        border-left: 5px solid rgb(52, 173, 95);
        float: none;
        padding-top: 0px;
        display: flex;
    }

    .place-content .group-infomation .content {
        margin: 0 0 15px 5px;
        overflow: hidden;
    }

        .place-content .group-infomation .content .introduction p {
            margin-bottom: 2px;
        }

    .place-content .group-infomation .header .place-left {
        /*width: calc(100% - 85px);*/
        float: left;
        display: inline-flex;
    }

    .place-content .group-infomation .header .place-right {
        color: var(--accent);
        float: right;
        font-size: 14px;
        font-style: italic;
        margin-right: 15px;
        text-align: right;
        width: 70px;
        line-height: 50px;
        cursor: pointer;
        top: 0px;
    }

        /*viewmap*/
        .place-content .group-infomation .header .place-right .fa-map,
        .place-content .group-infomation .header .place-right .fa-filter {
            margin-left: 3px;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 5px;
            color: #555;
            font-size: 18px;
        }

        .place-content .group-infomation .header .place-right .fa-filter {
            background-image: url('../img/icon/filters.png');
            background-size: cover;
        }

            .place-content .group-infomation .header .place-right .fa-filter.active {
                background-image: url('../img/icon/filters-active.png');
                background-size: cover;
            }

            .place-content .group-infomation .header .place-right .fa-filter,
            .place-content .group-infomation .header .place-right .fa-filter.active {
                color: transparent;
            }

    .place-content .group-infomation .header .place-left .icon {
        width: 50px;
        float: left;
        line-height: 50px;
        font-size: 25px;
        padding-left: 15px;
    }

    .place-content .group-infomation .header .place-left .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 50px;
    }

/*=================place related=================*/
.group-infomation.place {
}

    .group-infomation.place .content.related .place {
        padding: 0px;
        padding-bottom: 1em;
        min-height: 183px;
    }

        .group-infomation.place .content.related .place .background-place {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 5px 5px 0 0;
            min-height: 125px;
            border-radius: 0.5em;
        }

        .group-infomation.place .content.related .place .place-name {
            padding-right: 7px;
            font-size: 12px;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 18px;
            max-height: 18px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .group-infomation.place .content.related .place .star-place {
            color: #F3C108;
            font-size: 10px;
            float: left;
        }

        .group-infomation.place .content.related .place .count-review {
            float: left;
            font-size: 10px;
            margin-left: 5px;
            padding-top: 2px;
        }

.place .qrcode {
    height: 9px;
    position: absolute;
    right: -8px;
    bottom: 55px;
    width: 25px;
    color: azure;
}

.place .fa.fa-qrcode {
    font-size: 16px;
}

.qrcode {
    display: none;
}
/* Destop (landscape) ----------- */
@media only screen and (min-width : 1024px) {
    .fotorama__fullscreen-icon {
        margin-top: 400px;
        right: 5%;
    }

    #main {
        padding: 1px 100px;
    }

    .group-infomation .content.related .add-your-plan {
        background-image: url(../img/add-plan.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
        height: 45px;
        position: absolute;
        right: 16px;
        top: 10px;
        width: 45px;
    }

    .group-infomation .content.related .place .background-place {
        background-color: #f1f1f1; /*#81c784;*/
    }

    body {
        background-color: #fff;
    }

    /*================place-header=====================*/

    .slider-root {
        position: relative;
        min-height: 460px;
        background-color: black;
        height: 460px;
        margin-top: 140px;
    }


        .slider-root .fotorama {
            background-color: floralwhite;
        }

        .slider-root .add-your-plan {
            position: absolute;
            top: 40%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 100;
            text-align: center;
            background-image: url('../img/add-list-star.png');
            width: 40px;
            height: 40px;
            background-size: cover;
            cursor: pointer;
        }

        .slider-root .text-add-plan {
            width: 200px;
            color: white;
            clear: both;
            position: absolute;
            z-index: 1;
            text-align: center;
            margin-left: 50%;
            transform: translateX(-50%);
            bottom: 55px;
        }

        .slider-root .watermark {
            color: #fff;
            opacity: 0.8;
            position: absolute;
            right: 10%;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
            bottom: 37px;
        }

        .slider-root .place-name {
            bottom: 10px;
            position: absolute;
            color: white;
            font-weight: 600;
            font-size: 22px;
            line-height: 22px;
            text-transform: capitalize;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
            padding-left: 15px;
        }

    .section_search {
        margin-top: 10px;
    }

    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
        display: none;
    }

    .fotorama__wrap--video .fotorama__arr {
        opacity: 1 !important;
    }

    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
        transform: none !important;
    }

    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
        transform: none !important;
    }

    .fotorama__wrap--video .fotorama__arr--disabled {
        opacity: 0.1 !important;
    }

    /*===================place-content===============*/

    .place-content .group-infomation {
        margin-top: 0px;
        clear: both;
    }

        .place-content .group-infomation .header {
            height: 50px;
            width: 100%;
            border-left: 5px solid rgb(52, 173, 95);
            float: none;
        }

        .place-content .group-infomation .content {
            margin: 0 0 15px 5px;
            overflow: hidden;
        }

            .place-content .group-infomation .content .introduction p {
                margin-bottom: 2px;
            }

        .place-content .group-infomation .header .place-left {
            /*width: calc(100% - 85px);*/
            float: left;
            display: inline-flex;
        }

        .place-content .group-infomation .header .place-right {
            color: #34ad5f;
            float: right;
            font-size: 14px;
            font-style: italic;
            margin-right: 15px;
            text-align: right;
            width: 70px;
            line-height: 50px;
            cursor: pointer;
            top: 0px;
        }

            /*viewmap*/
            .place-content .group-infomation .header .place-right .fa-map,
            .place-content .group-infomation .header .place-right .fa-filter {
                margin-left: 3px;
                border: 1px solid #ccc;
                border-radius: 4px;
                padding: 5px;
                color: #555;
                font-size: 18px;
            }

            .place-content .group-infomation .header .place-right .fa-filter {
                background-image: url('../img/icon/filters.png');
                background-size: cover;
            }

                .place-content .group-infomation .header .place-right .fa-filter.active {
                    background-image: url('../img/icon/filters-active.png');
                    background-size: cover;
                }

                .place-content .group-infomation .header .place-right .fa-filter,
                .place-content .group-infomation .header .place-right .fa-filter.active {
                    color: transparent;
                }

        .place-content .group-infomation .header .place-left .icon {
            width: 50px;
            float: left;
            line-height: 50px;
            font-size: 25px;
            padding-left: 15px;
        }

        .place-content .group-infomation .header .place-left .text {
            font-size: 16px;
            font-weight: 600;
            line-height: 50px;
        }

    /*=================place related=================*/
    .group-infomation.place {
        padding-bottom: 0pc;
    }

        .group-infomation.place .content.related .place {
            padding: 0px;
            padding-bottom: 5px;
            margin-bottom: 20px;
        }

            .group-infomation.place .content.related .place:hover {
                transform: scale(1.02);
                border: 0px solid rgba(204, 204, 204, 0.5);
                box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border-radius: 3px;
            }

            .group-infomation.place .content.related .place .background-place {
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                min-height: 12em;
                min-width: 119px;
                height: 12em;
                border-radius: 5px;
            }

            .group-infomation.place .content.related .place .place-name {
                padding-right: 7px;
                padding-left: 7px;
                font-size: 16px !important;
                font-weight: 600;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                line-height: 17px;
                height: 25px;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                max-height: 21px;
            }

            .group-infomation.place .content.related .place .star-place {
                color: #F3C108;
                font-size: 14px;
                float: left;
                margin-left: 7px;
                height: 22px;
            }

            .group-infomation.place .content.related .place .count-review {
                float: left;
                font-size: 14px;
                margin-left: 5px;
            }

    .place .qrcode {
        height: 23px;
        position: absolute;
        right: 5px;
        bottom: 60px;
        width: 25px;
        color: azure;
    }

    .place .fa.fa-qrcode {
        font-size: 25px;
    }

    .qrcode {
        display: none;
    }
}
@media only screen and (min-width : 1681px) {
    .slider-root {
        position: relative;
        min-height: 500px;
        background-color: white;
        margin-top: 140px;
        height: 500px;
    }
    .group-infomation.place .content.related .place .background-place {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 15em;
        min-width: 119px;
        height: 15em;
        border-radius: 0.5em;
    }
}
