﻿body {
}

.page {
    min-width: 320px;
}

.content-area {
    min-width: unset;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

#MobileMenu {
    display: block;
    float: right;
    border: 1px solid rgb(245,100,20);
    color: rgb(15,20,125);
    padding: 6px;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
}

    #MobileMenu:hover {
        background-color: rgb(250,250,250);
    }

    #MobileMenu i {
        margin-right: 5px;
    }


#CloseMenu {
    display: block;
}

.nav {
}

    .nav .logo {
        margin-right: 0;
    }


    .nav .menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100vh;
        z-index: 1000;
        background-color: #FFFFFF;
    }

        .nav .menu .menu-item {
            float: none;
            display: block;
        }

            .nav .menu .menu-item p {
                height: auto;
                padding: 0;
                padding: 15px;
                margin: 0;
                border-bottom: 1px solid rgb(240,240,240);
            }

            .nav .menu .menu-item div {
                position: relative;
                top: auto;
                left: auto;
                background-color: rgb(60,180,250);
                box-shadow: none;
                padding: 0;
            }


                .nav .menu .menu-item div a {
                    color: #FFFFFF;
                    border-bottom: 1px solid rgb(146, 215, 255);
                }

        .nav .menu .menu-item-right {
            float: none;
            display: block;
            height: auto;
            border-bottom: 1px dotted rgb(240,240,240);
            padding: 0;
        }

            .nav .menu .menu-item-right a {
                display: block;
                margin: 0;
                border-radius: 0;
                padding: 10px;
                padding-left: 15px;
            }

.hero .hero-content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0;
    padding-top: 30px;
}

.hero .hero-image {
    min-height: unset;
    display: none;
}

.hero .hero-content .hero-title {
    font-size: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(50,50,50);
    text-shadow: none;
}

.hero .hero-content .hero-text {
    font-size: .9em;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: none;
    color: rgb(100,100,100);
}

.booking-box {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgb(220,220,220);
}

    .booking-box .booking-box-page {
        background: linear-gradient(to bottom, rgb(255,255,255), rgb(240,240,240));
    }

.image-box div {
    top: 20px;
    left: 20px;
    font-size: 0.7em;
}


.support-bar {
    margin-top: 20px;
    padding: 20px;
    font-size: 1em;
}

    .support-bar .support-bar-button {
        margin: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        margin-top: 10px;
        padding: 15px;
    }

        .support-bar .support-bar-button:hover {
            background-color: #ffffff;
            color: rgb(15,50,125);
        }

.min-height-50, .min-height-100, .min-height-150, .min-height-200, .min-height-250, .min-height-300, .min-height-350, .min-height-400 {
    min-height: unset;
    min-height: 20px;
}

footer .footer-icon {
    width: 75px;
    height: 45px;
}

.full-width{
    display: block;
    width: 100%;
}

.dialog .dialog-box, .dialog .dialog-big {
    width: 90vw;
    min-width: 250px;
    max-width: 500px;
    position: fixed;
    top: 5vw;
    left: 5vw;
    border-radius: 4px;
    box-shadow: none;
    padding: 15px;
    font-size: 0.8em;
    overflow-x: auto;
}

footer {
    text-align: center;
}

.cms-enclosure {
    font-size: 0.9em;
    padding-right: 20px;
    padding-left: 20px;
}

    .cms-enclosure table.DataTable, .cms-enclosure table.GridTable {
        font-size: 0.9em;
    }

    .cms-enclosure h2{
        text-align: center;
        line-height: 1.7em;
    }

    .cms-enclosure ul{
        margin-left: 20px;
    }

.min-height-50, .min-height-100, .min-height-150, .min-height-200, .min-height-250, .min-height-300, .min-height-350, .min-height-400 {
    min-height: unset;
}

h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2em;
}

table.DataTable {
    font-size: 0.8em;
}

    table.DataTable th, table.DataTable td {
        padding: 8px;
        white-space: nowrap;
    }

table.GridTable {
    font-size: 0.8em;
    text-align: left;
}

    table.GridTable th {
        white-space: normal;
        padding-right: 15px;
    }

    table.GridTable td {
        white-space: normal;
    }



.mobile-only, a.mobile-only {
    display: inline-block;
}