:root {
    --code-color: darkred;
    --code-bg-color: #f6f6f6;
    --code-font-size: 15px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    position: relative;
    width: 100%;
    height: 155px;
    background: #f2bd1d;
}

    .header .header_middle {
        position: relative;
        height: 155px;
    }

        .header .header_middle .header_location {
            position: absolute;
            top: 52px;
            left: 0px;
            color: #fff;
            font-size: 40px;
            font-family: arial;
            font-weight: 700;
            text-align: left;
            letter-spacing: -1px;
            text-shadow: 2px 2px 2px rgb(160 160 160);
        }

        .header .header_middle .header_slogan {
            position: absolute;
            top: 83px;
            left: 0;
            color: #fff;
            font-size: 14px;
        }

        .header .header_middle .gogotravel {
            position: absolute;
            top: 37px;
            right: 95px;
            width: 144px;
            height: 98px;
            background: url("../images/logo_gogotravel.png") no-repeat;
        }

    .header .search {
        position: absolute;
        right: 20px;
        bottom: -42px;
        width: 270px;
        border: 1px solid #eee;
        background: #fff;
        line-height: 30px;
        z-index: 999;
    }

        .header .search input {
            width: 225px;
            padding: 0 10px 0 10px;
            border: none;
            background: none;
            line-height: 30px;
        }

        .header .search .b_search {
            position: absolute;
            top: 9px;
            right: 12px;
            width: 14px;
            height: 12px;
            background: url("../images/btn_search.png") no-repeat;
            cursor: pointer;
            z-index: 9999;
        }

            .header .search .b_search:hover {
                background: url("../images/btn_search_h.png") no-repeat;
            }

.menu {
    position: relative;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #efefef;
    background: #eee;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #fafafa 51%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#fafafa 51%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#fafafa 51%,#f7f7f7 100%);
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f7f7f7', GradientType=0);
}

.slider {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0px 0 0 0;
    overflow: hidden;
}

    .slider .slide {
        position: relative;
        width: 1980px;
        height: 400px;
    }

.breadcrumb {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -36px;
    line-height: 20px;
    text-decoration: none !important;
    z-index: 999;
}

        .breadcrumb .crumb a {
            position: relative;
            height: 20px;
            color: #000;
            font-size: 13px;
            line-height: 20px;
            text-decoration: none !important;
            cursor: pointer;
            text-transform: lowercase;
        }

            .breadcrumb .crumb a:hover {
                text-decoration: underline !important;
            }

.btn2go {
    position: relative;
    float: right;
    height: 19px;
    margin-top: -340px;
    margin-right: 20px;
    padding: 6px 16px 6px 16px;
    border: 1px solid #aaa;
    background: #fafafa;
    color: #000;
    font-size: 14px;
    font-family: arial !important;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    z-index: 999999999999999999999999999999999;
}

    .btn2go:hover,.btn2go.active {
        background: #e8b919;
        color: #fff;
        text-decoration: none;
    }

.auto_margin {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.content {
    position: relative;
    width: 1200px;
    margin-top: 30px;
    background: #fdfdfd;
    min-height: 1600px !important;
}

    .content img.art_pos {
        position: relative;
        margin: 0 0 0 0;
    }

        .content h1,.content h2 {
            margin-bottom: 15px;
            font-size: 23px;
            font-weight: 200;
        }

    .content h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .content p {
        line-height: 20px;
    }

    .content .content_left {
        position: relative;
        float: left;
        width: 800px;
    }

            .content .content_left p b {
                font-size: 14px;
                font-weight: bold;
            }

        .content .content_left .items_holder {
            position: relative;
            margin-top: 30px;
        }

                .content .content_right .preview_block .banner_lm,
                .content .content_left .items_holder .banner_lm {
                    position: absolute;
                    right: 15px;
                    bottom: 15px;
                    padding: 3px 10px 3px 10px;
                    border-radius: 5px;
                    background: #ffd800;
                    color: #000;
                    font-size: 9px;
                    font-weight: bold;
                    line-height: 18px;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
                    cursor: pointer;
                    z-index: 9999;
                }

                .content .content_right .preview_block .banner_lm:hover,
                .content .content_left .items_holder .banner_lm:hover {
                    background: #efc124;
                    color: #000;
                    text-decoration: underline;
                    cursor: pointer;
                }

                .content .content_right .preview_block .banner_lm a,
                .content .content_left .items_holder .banner_lm a {
                    color: #000;
                    text-decoration: none;
                }

                    .content .content_right .preview_block .banner_lm a:hover,
                    .content .content_left .items_holder .banner_lm a:hover {
                        color: #000;
                        text-decoration: underline;
                    }

                .content .content_left .items_holder .items_row3 .banner,
                .content .content_left .items_holder .items_row2 .banner {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    height: 12px;
                    padding: 3px 10px 3px 10px;
                    border-radius: 5px;
                    background: #23a2d3;
                    color: #000;
                    font-size: 9px;
                    font-weight: bold;
                    line-height: 12px;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
                    cursor: pointer;
                    z-index: 9999;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                .content .content_left .items_holder .items_row2 .banner {
                    top: 30px;
                }

                .content .content_left .items_holder .banner:hover {
                    background: #2cc2fe;
                    color: #fff;
                    text-decoration: underline;
                    cursor: pointer;
                }

                .content .content_left .items_holder .banner a {
                    color: #fff;
                    text-decoration: none;
                }

                    .content .content_left .items_holder .banner a:hover {
                        color: #fff;
                        text-decoration: underline;
                    }

            .content .content_left .items_holder .items_row3 {
                position: relative;
                width: 802px;
            }

                .content .content_left .items_holder .items_row3 .item_block_1 {
                    position: relative;
                    float: left;
                    min-width: 254px;
                    height: 300px;
                    margin-right: 13px;
                    margin-bottom: 10px;
                    border: 1px solid #ddd;
                    border-bottom: 1px solid #bbb;
                    background: #fff;
                    z-index: 999;
                }

                .content .content_left .items_holder .items_row3 .item_block_1.last {
                    margin-right: 0;
                }

                    .content .content_left .items_holder .items_row3 .item_block_1 .item_block_1_img {
                        position: relative;
                        width: 256px;
                        height: 130px;
                        margin-bottom: 15px;
                        background: #eee;
                        overflow: hidden;
                        cursor: pointer;
                    }

                        .content .content_left .items_holder .items_row3 .item_block_1 .item_block_1_img img {
                            width: 256px;
                            cursor: pointer;
                            //image-rendering: auto;
                            //image-rendering: crisp-edges;
                            //image-rendering: pixelated;
                        }

                            .content .content_left .items_holder .items_row3 .item_block_1 .item_block_1_img img:hover {
                                cursor: pointer;
                            }

                    .content .content_left .items_holder .items_row3 .item_block_1 h2 {
                        margin: 5px 0 0 0;
                        padding: 0 0 0 15px;
                        font-size: 15px;
                    }

                        .content .content_left .items_holder .items_row3 .item_block_1 h2 a {
                            color: #000;
                            text-decoration: none;
                        }

                            .content .content_left .items_holder .items_row3 .item_block_1 h2 a:hover {
                                text-decoration: underline;
                            }

                    .content .content_left .items_holder .items_row3 .item_block_1 p {
                        position: relative;
                        min-width: 223px;
                        max-width: 223px;
                        padding: 5px 15px 15px 15px;
                        font-size: 14px !important;
                    }

            .content .content_left .items_holder .items_row2 {
                position: relative;
                width: 800px;
            }

                .content .content_left .items_holder .items_row2 .item_block_1 {
                    position: relative;
                    float: left;
                    width: 390px;
                    height: 345px;
                    margin-right: 16px;
                    margin-bottom: 10px;
                    border: 1px solid #ddd;
                    border-bottom: 1px solid #bbb;
                    background: #fff;
                    z-index: 999;
                }

                .content .content_left .items_holder .items_row2 .item_block_1.last {
                    float: right;
                    margin-right: 0;
                }

                    .content .content_left .items_holder .items_row2 .item_block_1 .item_block_1_img {
                        position: relative;
                        width: 390px;
                        height: 197px;
                        background: #eee;
                        overflow: hidden;
                    }

                        .content .content_left .items_holder .items_row2 .item_block_1 .item_block_1_img:hover {
                            cursor: pointer;
                        }

                    .content .content_left .items_holder .items_row2 .item_block_1 h2 {
                        margin: 15px 0 0 0;
                        padding: 0 15px 0 15px;
                        font-size: 15px;
                    }

                        .content .content_left .items_holder .items_row2 .item_block_1 h2 a {
                            color: #000;
                            text-decoration: none;
                        }

                            .content .content_left .items_holder .items_row2 .item_block_1 h2 a:hover {
                                text-decoration: underline;
                            }

                    .content .content_left .items_holder .items_row2 .item_block_1 p {
                        position: relative;
                        min-width: 360px;
                        max-width: 360px;
                        padding: 5px 15px 15px 15px;
                    }

            .content .content_left .items_holder .items_row4 {
                position: relative;
                width: 802px;
            }

                .content .content_left .items_holder .items_row4 .item_block_1 {
                    position: relative;
                    float: left;
                    width: 200px;
                    height: 500px;
                    margin-right: 14px;
                    margin-bottom: 10px;
                    border: 1px solid #ddd;
                    border-bottom: 1px solid #bbb;
                    background: #fff;
                    z-index: 999;
                }

                .content .content_left .items_holder .items_row4 .item_block_1.last {
                    margin-right: 0;
                }

                    .content .content_left .items_holder .items_row4 .item_block_1 .item_block_1_img {
                        position: relative;
                        width: 200px;
                        height: 250px;
                        margin-bottom: 15px;
                        background: #eee;
                        overflow: hidden;
                    }

                        .content .content_left .items_holder .items_row4 .item_block_1 .item_block_1_img img {
                            width: 200px;
                            height: 250px;
                            //margin-top: -40px;
                            //margin-left: -67px;
                        }

                            .content .content_left .items_holder .items_row4 .item_block_1 .item_block_1_img img:hover {
                                cursor: pointer;
                            }

                    .content .content_left .items_holder .items_row4 .item_block_1 h2 {
                        margin: 5px 0 0 0;
                        padding: 0 15px 0 15px;
                        font-size: 15px;
                    }

                        .content .content_left .items_holder .items_row4 .item_block_1 h2 a {
                            color: #000;
                            text-decoration: none;
                        }

                            .content .content_left .items_holder .items_row4 .item_block_1 h2 a:hover {
                                text-decoration: underline;
                            }

                    .content .content_left .items_holder .items_row4 .item_block_1 p {
                        position: relative;
                        min-width: 220px;
                        max-width: 220px;
                        padding: 5px 15px 15px 15px;
                    }

p.city {
    min-height: 2px;
    margin-top: -5px;
    margin-bottom: -17px;
    color: #000;
    font-size: 10px;
}

    p.city a {
        color: #000 !important;
        text-decoration: none !important;
    }

        p.city a:hover {
            color: #000 !important;
            text-decoration: underline !important;
        }

.read_more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    background: #ffca00;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    cursor: pointer;
    display: none;
    //border-radius: 5px;
}

    .read_more:hover {
        background: #f8cf36;
        color: #000;
    }

.searchit {
    position: relative;
    width: 410px;
    height: 40px;
}

.searchfield {
    position: relative;
    float: left;
    width: 327px;
    padding: 0 20px 0 10px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    z-index: 999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .searchfield h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 18px;
    }

    .searchfield .inputsearch {
        width: 330px;
        border: none;
        background: transparent;
        color: #000;
        font-size: 14px;
        line-height: 14px;
    }

            .content .content_left .items_holder .se {
                position: absolute;
                bottom: 5px;
                left: 17px;
                font-size: 10px;
            }

.searchbtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-left: none;
    background: #fff;
    line-height: 42px;
    z-index: 9999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .searchbtn .btn {
        position: absolute;
        top: 14px;
        right: 15px;
        width: 14px;
        height: 12px;
        background: url("../images/btn_search.png") no-repeat;
        cursor: pointer;
        z-index: 9999;
    }

.ad_holder {
    position: relative;
    margin: 30px 0 30px 0;
    border: 1px solid #ddd;
    display: inline-block;
}

    .content #map {
        position: relative;
        width: 800px;
        height: 300px;
        margin-bottom: 30px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .content #map .marker {
            position: absolute;
            top: 30px;
            left: 130px;
            width: 20px;
            height: 20px;
            background: url("../images/btn_search.png") no-repeat;
            z-index: 999;
        }

    .content .content_right {
        position: relative;
        float: right;
        width: 336px;
        padding-bottom: 100px;
    }

        .content .content_right .preview_block {
            position: relative;
            width: 333px;
            margin-bottom: 30px;
            padding-bottom: 40px;
            border: 1px solid #ddd;
            background: #fff;
        }

            .content .content_right .preview_block .prev_img {
                overflow: hidden;
            }

                .content .content_right .preview_block .prev_img .prev_banner {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    height: 12px;
                    padding: 3px 10px 3px 10px;
                    border-radius: 5px;
                    background: #23a2d3;
                    color: #fff;
                    font-size: 9px;
                    font-weight: bold;
                    line-height: 12px;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
                    cursor: default;
                    z-index: 9999;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                    .content .content_right .preview_block .prev_img .prev_banner:hover {
                        background: #2cc2fe;
                        text-decoration: underline;
                        cursor: pointer;
                    }

                .content .content_right .preview_block .prev_img img {
                    max-width: 333px;
                    min-height: 100px;
                    margin-bottom: -5px;
                    //image-rendering: auto;
                    //image-rendering: crisp-edges;
                    //image-rendering: pixelated;
                }

                    .content .content_right .preview_block .prev_img img:hover {
                        filter: brightness(0.95);
                    }

            .content .content_right .preview_block .prev_title {
                position: relative;
                margin-top: 10px;
                padding: 0 15px 5px 15px;
                background: #fff;
                font-size: 15px;
                font-weight: bold;
                line-height: 20px;
            }

                .content .content_right .preview_block .prev_title a {
                    color: #000;
                    text-decoration: none;
                }

                    .content .content_right .preview_block .prev_title a:hover {
                        text-decoration: underline;
                    }

            .content .content_right .preview_block p {
                padding: 0 15px 5px 15px !important;
                font-size: 15px;
                font-weight: normal;
            }

                .content .content_right .preview_block .prev_title p.city {
                    margin: 0px 0 5px 0;
                }

            .content .content_right .preview_block .read_more {
                position: absolute;
                right: 15px;
                bottom: 15px;
                width: 60px;
                display: block;
            }

        .content .content_right .ad {
            position: relative;
            width: 333px;
            height: 278px;
            margin-bottom: 30px;
            border: 1px solid #eee;
            background: #fff;
        }

        .content .content_right .side_menu {
            position: relative;
            width: 333px;
            margin-bottom: 30px;
            margin-bottom: 30px;
        }

.content .content_right .side_menu .option,
                .content .content_right .side_menu a .option {
                    position: relative;
                    width: 303px;
                    margin-bottom: 5px;
                    padding: 5px 10px 5px 20px;
                    border: 1px solid #ddd;
                    background: #fff;
                    line-height: 30px;
                    text-decoration: none !important;
                    cursor: pointer;
                }

.content .content_right .side_menu .option:hover,
.content .content_right .side_menu a:hover .option:hover,
            .content .content_right .side_menu .option.active {
                border: 1px solid #eee;
                background: #f2bd1d;
                color: #fff;
            }

a.side_menu {
    color: #000;
    text-decoration: none;
}

.side_menu {
    color: #000 !important;
    text-decoration: none !important;
}

.footer {
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-top: 50px;
    padding: 20px 0 20px 0;
    background: #c79c00;
    color: #000;
}

    .footer a {
        color: #fff !important;
        text-decoration: none;
    }

    .footer .footer_content {
        position: relative;
        width: 1200px;
        padding-bottom: 20px;
    }

        .footer .footer_content h3 {
            margin-bottom: 15px;
            color: #fff;
            font-weight: 400;
        }

        .footer .footer_content .destinations {
            position: absolute;
            top: 140px;
            left: 40px;
        }

            .footer .footer_content .destinations .row_des {
                position: relative;
                float: left;
                width: 270px;
            }

                .footer .footer_content .destinations .row_des ul {
                    position: relative;
                    margin-right: 5px;
                }

                    .footer .footer_content .destinations .row_des ul li {
                        position: relative;
                        width: 270px;
                        margin: 0 5px 5px 0;
                        color: #fff;
                        line-height: 16px;
                        text-decoration: none;
                        cursor: pointer;
                        font-size: 14px;
                    }

.footer .footer_content .destinations .row_des ul li:hover,
                    .footer .footer_content .destinations .row_des ul li.active {
                        color: #fff;
                        text-decoration: underline;
                    }

        .footer .footer_content .search_holder {
            position: absolute;
            top: -28px;
            right: 0px;
            width: 300px;
            height: 245px;
            border-top: 0px;
            z-index: 9999999999999999999999;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            display: none;
        }

            .footer .footer_content .search_holder h3 {
                position: absolute;
                top: 45px;
                font-size: 20px;
            }

        .footer .footer_content .gogotravel {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 190px;
            height: 140px;
            background: url("../images/logo_gogotravel_f.png") no-repeat;
        }

span.searched {
    background: #f2bd1d;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.cookiemonster {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background: #f2bd1d;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

    .cookiemonster h2 {
        margin: 0 0 20px 0;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1px;
        text-shadow: 2px 2px 2px rgb(130 130 130);
    }

    .cookiemonster p {
        margin-bottom: 20px;
        color: #fff;
    }

    .cookiemonster .btn {
        position: relative;
        padding: 10px 15px 10px 15px;
        border: 1px solid #fff;
        border-radius: 5px;
        background: #fcd751;
        color: #000;
        line-height: 30px;
        cursor: pointer;
        display: inline;
    }

        .cookiemonster .btn:hover {
            background: #fff;
            color: #000;
        }

.ad_holder_text,
.ad_holder_script,
.ad_holder_script_g {
    position: relative;
    width: 500px;
    min-height: 10px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.ad_holder_text {
   padding-left: 15px;
}

.ad_holder_script_g {
    width: 750;
    height: 200px;
    padding: 0;
}

.ad_holder_text .adsby,
    .ad_holder_script .adsby {
        position: absolute;
        right: 0;
        bottom: 10px;
        padding: 4px 10px 3px 10px;
        border-radius: 5px;
        background: #ffd800;
        color: #000;
        font-size: 9px;
        font-weight: bold;
        line-height: 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        cursor: pointer;
        z-index: 9999;
        z-index: 9999999999999999999999999999999999999999999999999999;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.ad_holder_text .adsby:hover,
.ad_holder_script .adsby:hover {
   background: #ebbc30;
   text-decoration: underline;
}

.ad_holder_script {
    padding: 0;
}

    .ad_holder_text .ad_text_title {
        position: relative;
        margin: 0 0 10px 15px !important;
        color: #000;
        font-size: 19px;
        font-family: arial;
        font-weight: 600 !important;
    }
    
    .ad_holder_text .ad_text_title h2 {
       font-size: 21px !important;
       line-height: 25px !important;
       margin-left: 0px !important;
    }
    
      .ad_holder_text .ad_text_title a {
         color: #000 !important;
         text-decoration: none !important;   
      }
      
         .ad_holder_text .ad_text_title a:hover {
            text-decoration: underline !important;   
         }

    .ad_holder_text .ad_text_desc {
        position: relative;
        margin: 0 0 20px -15px;
        color: #000;
        font-size: 14px;
        font-family: arial;
        width: 480px;
        left: 15px !important;
    }
    
      .ad_holder_text .ad_text_desc a {
         color: #000 !important;
         text-decoration: none !important;   
      }
      
         .ad_holder_text .ad_text_desc a:hover {
            text-decoration: underline !important;   
         }
         
      .ad_holder_text .ad_text_desc p.ad {
         margin-left: 15px !important;
      }         
    
    .ad_holder_text .ad_text_btn {
        position: relative;
        margin: 0 0 20px 0;
        color: #000;
        font-size: 16px;
        font-family: arial;
        left: 0;
        left: 15px !important;
    }

        .ad_holder_text .ad_text_btn a {
            margin-bottom: -20px;
            padding: 6px 10px 6px 10px;
            border-radius: 5px;
            background: #01a5d4;
            color: #000;
            color: #fff;
            font-size: 14px;
            font-family: arial;
            text-decoration: none;
        }

            .ad_holder_text .ad_text_btn a:hover {
                background: #00c6ff;
                text-decoration: none;
            }

    .ad_holder_img img {
        margin: 0;
        padding: 0;
    }

        .ad_holder_img img:hover {
            filter: brightness(0.95);
        }

.ad_holder_img {
    position: relative;
    width: 700px;
    height: 150px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

    .ad_holder_img .adsby {
        position: absolute;
        right: 0;
        bottom: 10px;
        padding: 4px 10px 3px 10px;
        border-radius: 5px;
        background: #ffd34e;
        color: #000;
        font-size: 9px;
        font-weight: bold;
        line-height: 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        cursor: pointer;
        z-index: 9999;
        z-index: 9999999999999999999999999999999999999999999999999999;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .ad_holder_img .adsby:hover {
            background: #ebbc30;
            text-decoration: underline;
        }

.art_btn {
    position: relative;
    float: left;
    width: 215px;
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 0 20px 0 20px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

    .art_btn:hover {
        background: #f2bd1d;
        color: #fff;
    }

    .art_btn span.total {
        position: absolute;
        top: 0;
        right: 20px;
    }

p.city {
    margin-top: -5px;
    margin-bottom: -17px;
    color: #000;
    font-size: 10px;
}

.locinfo_holder{
    position: relative;
    width: 800px;
}

.loc_info {
    padding-left: 25px;
    color: #000;
}

    .loc_info a {
        color: #000;
        text-decoration: none;
    }

        .loc_info a:hover {
            color: #000;
            text-decoration: underline;
        }

    .loc_info .loc_icn {
        position: relative;
        float: left;
        width: 15px;
        height: 15px;
        margin-top: 2px;
        margin-left: -25px;
    }

.loc_info .loc_icn.adres { background: url("../icns/icn_adres.png") no-repeat; }
.loc_info .loc_icn.www { background: url("../icns/icn_world.png") no-repeat; }
.loc_info .loc_icn.phone { background: url("../icns/icn_phone.png") no-repeat; }
.loc_info .loc_icn.time { background: url("../icns/icn_time.png") no-repeat; }
.loc_info .loc_icn.child { background: url("../icns/icn_child.png") no-repeat; }
.loc_info .loc_icn.wheel { background: url("../icns/icn_wheel.png") no-repeat; }
.loc_info .loc_icn.pets { background: url("../icns/icn_pets.png") no-repeat; }
a.cta {
    text-decoration: none !important;
}

    a.cta:hover {
        text-decoration: none !important;
    }

span.cta {
    margin-bottom: 20px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    background: #01a5d4;
    color: #000;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-decoration: none !important;
}

    span.cta:hover {
        background: #00c6ff;
    }

    .search_holder h3 {
        position: absolute;
        top: 70px;
        left: 20px;
        margin: 0 0 20px 0;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        z-index: 9999999999999999999999;
        letter-spacing: -1px;
    }

    .search_holder .search {
        position: absolute;
        top: 100px;
        left: 20px;
        max-width: 260px;
        height: 25px;
        margin: 0 0 20px 0;
        border: 1px solid #aaa;
        background: #fff;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

        .search_holder .search input {
            max-width: 240px;
            height: 27px;
            padding: 0 10px 0 10px;
            border: 0px;
            background: transparent;
            line-height: 27px;
        }

    .search_holder .btn {
        position: absolute;
        top: 140px;
        left: 20px;
        padding: 10px 15px 10px 15px;
        border: 1px solid #fff;
        border-radius: 5px;
        background: #fcd751;
        color: #000;
        line-height: 16px;
        cursor: pointer;
        display: inline;
        z-index: 9999999999999999999999;
    }

        .search_holder .btn:hover {
            background: #fff;
            color: #000;
        }

        .footer .footer_content .social {
            position: relative;
            margin-top: 20px;
            color: #fff;
        }

            .footer .footer_content .social p {
                color: #fff;
                font-size: 11px;
            }

            .footer .footer_content .social .icn {
                position: relative;
                float: left;
                width: 44px;
                height: 44px;
                margin-right: 5px;
                cursor: pointer;
            }

                .footer .footer_content .social .icn:hover {
                    -webkit-filter: brightness(70%);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3 ease;
                    -o-transition: all 0.3 ease;
                    -ms-transition: all 0.3 ease;
                    transition: all 0.3 ease;
                }

.footer .footer_content .social .icn.twitter { background: url("../icns/icn_twitter.png") no-repeat; }
.footer .footer_content .social .icn.insta { background: url("../icns/icn_insta.png") no-repeat; }
.footer .footer_content .social .icn.snapchat { background: url("../icns/icn_snapchat.png") no-repeat; }
.loc_c {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 300px;
    padding-top: 80px;
    padding-bottom: 20px;
    display: none;
}

    .loc_c .loc_c_flexible {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 15px 15px 15px 15px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

.loc_c .loc_c_flexible .city_row_1,
.loc_c .loc_c_flexible .city_row_2,
.loc_c .loc_c_flexible .city_row_3,
.loc_c .loc_c_flexible .city_row_4,
        .loc_c .loc_c_flexible .city_row_5 {
            position: relative;
            float: left;
            width: 190px;
            margin: 0 auto;
            text-decoration: none;
        }

        .loc_c .loc_c_flexible .city_row_5 {
            float: right;
            margin-right: 0;
        }

        .loc_c .loc_c_flexible a {
            text-decoration: none !important;
        }

        .loc_c .loc_c_flexible li {
            position: relative;
            width: 170px;
            max-height: 30px;
            padding: 0 10px 0 10px;
            background: #fff;
            color: #000;
            line-height: 30px;
            cursor: pointer;
        }

            .loc_c .loc_c_flexible li:hover {
                background: #f2bd1d;
                color: #fff;
            }

        .loc_c .loc_c_flexible .exit {
            position: absolute;
            top: -26px;
            right: 0;
            padding: 5px;
            border: 1px solid #ddd;
            background: #fff;
            line-height: 10px;
            cursor: pointer;
        }

            .loc_c .loc_c_flexible .exit:hover {
                background: #f2bd1d;
                color: #fff;
            }

h2.original_title {
    margin-top: -10px;
    font-size: 12px;
    font-weight: normal;
}

span.info_gogomap {
    position: relative;
    float: left;
    height: 12px;
    margin: -40px 0 0 0;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    background: #23a2d3;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    cursor: default;
    z-index: 99999999999999999999999999999;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .vatican a {
        position: relative;
        height: 12px;
        margin: 15px 0 0 0 !important;
        padding: 5px 8px 5px 8px;
        border-radius: 5px;
        background: #f2bd1d;
        color: #fff !important;
        font-size: 11px !important;
        font-weight: bold;
        line-height: 12px;
        text-decoration: none !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        cursor: default;
        cursor: pointer;
        display: inline-block;
        z-index: 99999999999999999999999999999;
    }

        .vatican a:hover {
            color: #fff !important;
            text-decoration: underline !important;
        }

.btn_gps {
    position: relative;
    float: left;
    min-width: 54px !important;
    max-width: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 30px 0 40px 0;
    background: url("../images/btn_gps.png") no-repeat;
    display: inline-block;
    background-size: 54px 54px;
}

    .btn_gps:hover {
        opacity: 0.8;
    }

    h2.title, h3.title {
        height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

.content_left {
    line-height: 19px;
}

        body, .content, .content_left {
            background: #fffffe !important;
        }

.shout {
    font-weight: 600;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none; /* optioneel, voorkomt ook klik/selectie */
}

.hover_img {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}

        .hover_img img:hover {
            cursor: pointer;
        }

p.intro {
    margin: 0px !important;
    margin-bottom: 10px;
    padding: 0px !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

p {
    margin: 0 !important;
    margin-top: 10px;
    margin-bottom: 20px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    //text-align: justify;
    word-break: break-word;
}

p.intro {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

    p a {
        color: #000;
        text-decoration: none;
    }

        p a:hover {
            color: #000;
            text-decoration: underline;
        }

    h2, h2.title {
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    h3, h3.title {
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    .items_holder h2 {
        margin-left: 15px !important;
    }

    .items_holder p {
        margin-left: 15px !important;
    }

    .items_holder .item_block_1_img {
        margin: 0 0 15px 0 !important;
    }

.art_img {
    margin: 20px 0 20px 0;
    filter: contrast(1.2) brightness(1.01);
}

span.img_info {
    position: relative;
    float: right;
    height: auto; /* of verwijder dit helemaal */
    margin: -90px 0 0 -50px;
    padding: 3px 10px;
    border-radius: 5px 0 0 5px;
    background: #2cc2fe;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    cursor: default;
    display: inline-block; /* zorgt voor juiste box-weergave */
    z-index: 9999;
}

    span.img_info:hover {
        background: #2cc2fe;
        color: #fff !important;
    }

    a .cta {
        margin-bottom: 40px !important;
    }

        body, p, .menu {
            //font-family: roboto;
            //font-size: 14px !important;
        }

p.text,p.intro,p.info {
    text-align: justify;
}

    p.text b {
        font-size: 18px;
        font-weight: 400;
    }

    p.text img {
        margin-bottom: -5px;
    }

p.intro {
    font-weight: normal;
}

h2 {
    font-size: 15px !important;
    font-weight: 600 !important;
}

h2.original_title {
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: normal !important;
}

.items_row3 .item_block_1.block {
    padding-right: 0;
}

.items_row3 h2 {
    max-width: 220px !important;
}
ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
    margin-bottom: 20px;
}
    ul.list li {
        margin-bottom: 10px;
    }

        ul.list li a {
            color: #000;
        }
            ul.list li a:hover {
                color: #000;
            }

img {
  image-rendering: auto; /* standaard */
  filter: contrast(1) saturate(1); /* subtiel meer contrast en kleur */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.message {
   position: relative;
   padding: 3px 10px;
   border-radius: 5px;
   background: #ffd800;
   color: #000;
   font-size: 9px;
   font-weight: bold;
   line-height: 18px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
               rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
   width: auto;
   display: inline-block;
}

@font-face {
  font-family:"creattion";
  src: url("../fonts/creattion.woff2") format("woff2"),
       url("../fonts/creattion.woff") format("woff"),
       url("../fonts/creattion.ttf") format("truetype");
}

.shout_holder {
   position: relative;
   width: 1150px;
   height: 430px;
   margin: 0 auto;
   margin-top: 40px;
   z-index: 999;
}

.shout {
   position: absolute;
   margin-top: 100px;
   width: 100%;
   text-align: center;
   cursor: default;
   font-family:"creattion";
   color: #fff;
   font-size: 60px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

	.shout h3 {
   	margin-left: -80px;
      font-family:"creattion";
      color: #fff;
      font-size: 60px;
   	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
   }

.shout_what {
   position: relative;
   margin-top: 10px;
   width: 900px;
   margin-left: 315px;
	color: #fff;
   text-align: center;
   line-height: 50px;
   font-family:"creattion";
   font-size: 40px;
   cursor: default;
   text-shadow: 5px 5px 5px #000;
}

.site-footer {
     position: relative;
     width: 100%;
     min-height: 500px;
     background: #d9ab00;
     color: #fff;
     font-family: sans-serif;
     margin-top: 50px;
     border-top: 1px solid #eee;
}

.footer-container {
       max-width: 1200px;
       width: 1200px;
       margin: 0 auto;
       margin-top: 30px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1;
  min-width: 180px;
}

.footer-column h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin: 1px 0;
  list-style: none;
}

   .footer-column li.active a {
     color: #fff;
     text-decoration: none;
     padding: 2px 4px;
     display: inline-block;
     border-radius: 4px;
     transition: all 0.2s ease;
     padding: 0 10px 0 10px;
     background: #ffd800;
     color: #fff;
   }

.footer-column a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.2s ease;
  padding: 0 10px 0 10px;
}

.footer-column a:hover {
  background: #ffd800;
  color: #fff;
}

.footer-search {
  margin: 20px 0 20px 10px;
}

.footer-search h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 19px;
}

.footer-search input {
  padding: 8px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.footer-search button {
  padding: 8px 12px;
  background: #ffd800;
  color: #000;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.footer-search button:hover {
  background: #e4b300;
}

.footer-bottom {
   width: 1200px;
   background: #d9ab00;
   color: #fff;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   border-top: 1px solid #fff;
   height: 100px;
}

.footer-links {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
   color: #fff;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-rechts {
   float: right;
   color: #fff;
   margin-top: -30px;
   font-size: 11px;
}

.logo-gogo {
    width: 160px;
    height: 140px;
}

.logo-gogo {
    position: relative;
    float: right;
    background: url("../images/logo_gogotravel_f.png") no-repeat;
    margin: -140px 0 0 0;
    padding: 0; 
}

.socials {
   position: relative;
   margin: 0 auto;
   width: 250px;
   top: -55px;
   left: 50px;
   overflow: hidden;
}

   .socials .social_btn {
      position: relative;
      float: left;
      width: 35px;
      height: 35px;
      margin-right: 10px;
   }
     
      .socials .social_btn.insta { background: url("../images/btn_social_insta.png") no-repeat; background-size: 35px 35px; }
      .socials .social_btn.x { background: url("../images/btn_social_x.png") no-repeat; background-size: 35px 35px; }
      .socials .social_btn.threads { background: url("../images/btn_social_threads.png") no-repeat; background-size: 35px 35px; }
      .socials .social_btn.youtube { background: url("../images/btn_social_youtube.png") no-repeat; background-size: 35px 35px; }
      .socials .social_btn.twitch { background: url("../images/btn_social_twitch.png") no-repeat; background-size: 35px 35px; }

.info_art {
	position: relative;
    margin: 20px 0 10px 0;
}

.block_symbol {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	margin-right: 10px;
	border-radius: 5px;
	background: #f9db54;
	background-position: center center;
	background-size: 26px 26px;
	display: inline-block;
	vertical-align: middle;
}

	.block_symbol.adres { background: #f9db54 url("../images/icon_location.png") no-repeat; }
    .block_symbol.kids { background: #f9db54 url("../images/icon_kids.png") no-repeat; }
    .block_symbol.wheel { background: #f9db54 url("../images/icon_wheel.png") no-repeat; }
    .block_symbol.pets { background: #f9db54 url("../images/icon_pets.png") no-repeat; }

    .block_symbol.icn_style {
        background-position: center center;
		background-size: 26px 26px;
		display: inline-block;
		vertical-align: middle;
    }

    .block_symbol.icn_style.extra {
    	background-position: calc(50% + 1px) center;
    }
    
#map_pip, #map_pip_click {
   position: relative;
   width: 800px;
   height: 430px;
   background: #fff;
   z-index: 99999;
   margin-bottom: 20px;
   border: 1px solid #ddd;
   overflow: hidden;
}
#map_pip_click {
   position: relative;
   margin-top: -452px;
   background: transparent;
   max-width: 800px;
}
#map_pip_click:hover {
   background: rgba(255, 255, 255, 0.3);
}
     .banner_map {
         position: absolute;
         bottom: 80px;
         left: 50%;
         transform: translateX(-50%);
         line-height: 40px;
         font-size: 17px;
         font-weight: 200;
         color: #000;
         background: #fff;
         border: 1px solid #ccc; /* iets donkerder dan #eee */
         border-radius: 5px;
         padding: 0 20px;
         white-space: nowrap;
         z-index: 99999;
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* subtiele schaduw */
    }
    
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: none;
}

form#contact {
   position: relative;
   margin-left: 0px;
}

form select {
   cursor: pointer;
}  

form#contact input,
form#contact select,
form#contact textarea,
form#contact button {
   width: 100%;
   padding: 10px;
   margin-top: 5px;
   border: 1px solid #ddd;
   border-radius: 5px;
   box-sizing: border-box;
   resize: none;
}

form#contact input,
form#contact select,
form#contact textarea {
   margin-left: 0px;
}

#onderwerp {
   padding-right: 10px;
}

form#contact p {
   margin-left: -10px; 
   margin-bottom: 15px;
}

form#contact button {
   background-color: #f9ce1d;
   color: #000;
   border: none;
   cursor: pointer;
   font-weight: bold;
   width: 130px;
}

form#contact button:hover {
   background-color: #ffd800;
}

.foutmelding {
   float: right;
   text-align: center;
   background-color: #ffd800;
   color: #000;
   border: none;
   font-weight: bold;
   font-size: 10px;
   margin-top: 5px;
   line-height: 20px;
   border-radius: 5px;
   padding: 0 10px 0 10px;
   cursor: default;
}        


