.searchPanel {
    display: none;
}
.searchPanel.active {
    display: flex !important;
}

.frp-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.frp-details .bg-dark {
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 4px;
    color:#fff;
    text-align: center;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 3px;
}
.contactDetails {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contactDetails span  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contactDetails img {
    display: block;
    margin:auto;
    max-width: 80%;
}
.hidden {
    display: none;
}

.area-title {
    color: #3F525C;
    font-size: 18px;
    font-weight: bold;
}

.COPList .list-table tr td {
    vertical-align: top;
}

.COPList .heading {
    background: #aaa;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
}

    .COPList .heading a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

    .COPList .heading img.edge {
        float: right;
        width: 34px;
        height: 25px;
    }

.COPList .content {
    padding: 0;
}

    .COPList .content .media {
        float: left;
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin-right: 15px;
    }

    .COPList .content .info {
        float: left;
        width: 205px;
    }

        .COPList .content .info .options {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

.COPList .pager {
    float: right;
}


.COP .heading {
    background: #aaa;
    margin: 10px 0;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

    .COP .heading img.edge {
        float: right;
        width: 34px;
        height: 25px;
        background: #888;
    }

.COP .content {
}

    .COP .content .media {
        float: left;
        width: 200px;
        margin-right: 30px;
        min-height: 200px;
    }

        .COP .content .media .vid a {
            height: 112px;
            overflow: hidden;
        }

        .COP .content .media .vid #title {
            text-align: center;
            display: block;
            font-weight: bold;
        }

        .COP .content .media .main-image {
            width: 200px;
            height: 170px;
            overflow: hidden;
        }

        .COP .content .media .thumbs {
            display: block;
            margin-top: 2px;
        }

            .COP .content .media .thumbs a, .COP .content .media .thumbs span {
                display: block;
                float: left;
                overflow: hidden;
                width: 100px;
                height: 75px;
            }

                .COP .content .media .thumbs a img, .COP .content .media .thumbs span img {
                    padding: 2px;
                }

    .COP .content .info {
        float: left;
        width: 250px;
        min-height: 200px;
        padding-top: 10px;
    }

.region.FrankstonAndSurrounds {
    background-color: #00BAB9;
}

.region.NorthernPeninsulaMeander {
    background-color: #A581B1;
}

.region.WesternPortBayAndOceanAdventure {
    background-color: #A9CE81;
}

.region.PeninsulaHinterlandExperience {
    background-color: #C691A3;
}

.region.SouthernPeninsulaEscape {
    background-color: #EEC472;
}

.region.Transport {
    background-color: #8ED0ED;
}

#downloads a {
    display: block;
    line-height: 16px;
    margin: 10px;
}

    #downloads a span {
        display: block;
        padding-left: 20px;
    }

        #downloads a span, #downloads a span.generic {
            background: #fff url(/images/icons/document.png) no-repeat 0 0;
        }

            #downloads a span.pdf {
                background: #fff url(/images/icons/pdf.png) no-repeat 0 0;
            }

            #downloads a span.txt {
                background: #fff url(/images/icons/text.png) no-repeat 0 0;
            }

            #downloads a span.doc, #downloads a span.docx {
                background: #fff url(/images/icons/word.png) no-repeat 0 0;
            }

            #downloads a span.xls, #downloads a span.xlsx {
                background: #fff url(/images/icons/excel.png) no-repeat 0 0;
            }

#resultStats {
    color: #999999;
    font-size: 13px;
    top: 23px;
}

.searchPanel .image {
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    margin-bottom: 1px;
}

.plan-an-event .active a, .plan-an-event .btn.active {
    color: #FFF !important;
}

.btnVen:hover, .btnAct:hover, .btnDining:hover, .review:hover{color:#fff !important;}