#mobilecallnumber {
    display: none;
}
@media all and (max-width: 1019px) {

    #phonenumberimage {
        display: none;
    }

    #container,
    #header,
    #top {
        width: 100%;
        height: auto;
    }

    #header {
        height: 100px;
        background-size: cover;
    }

    #top {
        font-size: 12pt;
        background-size: cover;
    }
    #top div,
    #top div[style] {
        float: none !important;
        height: auto !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
    #top img[src*="top_banner.png"] {
        display: block;
        margin: auto;
        padding-top: 35px;
    }

    #top table {
        margin: auto;
        width: 100%;
        max-width: 400px;
    }
    #top table td:first-child {
        width: 280px;
    }


    img[style],
    img {
        max-width: 100%;
    }
    img.fullwidth,
    img.fullwidth[style] {
        float: none !important;
        width: 100%;
        margin: 10px auto !important;
        display: block;
    }

    #content {
        padding: 0;
        font-size: 12pt;
    }
    .content {
        padding: 20px;
    }
    .content ul,
    .content ul[style],
    .content ol,
    .content ol[style] {
        margin-left: 20px !important;
        padding-left: 10px;
    }
    .content ul li,
    .content ol li {
        margin-bottom: 15px;
   }

    #home_right[style],
    #home_right {
        float: none !important;
        width: auto;
        margin: 20px auto;
    }

    #bottom_menu {
        height: auto;
        padding: 10px;
    }
    #bottom_menu a {
        display: block;
        line-height: 20pt;
    }
    #bottom_menu span {
        display: none;
    }
    #bottom_menu br {
        height: 40px;
        display: block;
    }

    .mobile {
        display: block;
    }

    #contact,
    #contact[style] {
        float: none !important;
        text-align: center;
    }
    #mapdiv,
    #mapdiv[style] {
        float: none !important;
    }
    #mapdiv iframe {
        width: 100%;
    }
    #contactpageform {
        width: 100%;
    }
    #contactpageform table,
    #contactpageform table tr,
    #contactpageform table td {
        width: 100%;
        display: block;
    }
    #contactpageform input,
    #contactpageform textarea {
        padding: 5px;
        font-size: 16px;
        width: 95%;
    }

    #footer {
        height: auto;
        padding: 20px;
    }




    #menu {
        display: none;
    }

    .menuactive {
        display: block !important;
    }

    #menu ul {
        padding:0;
        margin:0;
        width: 100%;
        top: 75px;
        left: 0;
        text-align:left;
        /* background-color: #6d1a49; */
        background-color: rgba(109, 26, 73, .9);
    }

    #menu > ul {
        position: fixed;
        height: calc(100vh - 85px);
        display: block !important;
        /* overflow-y: scroll; */
        /* -webkit-overflow-scrolling: touch; */
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .noscroll {
        position:fixed;
        overflow:hidden;
    }



    #navigation #mobilemenu {
        width: 90px;
        line-height: 60px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        right: 0px;
        z-index: 9999;
    }
    #navigation #mobilemenu:before {
        content: "\2261";
        position: absolute;
        right: 20px;
        color: #6d1a49;
        color: #574231;
        color: #ffffff;;
        font-size: 50pt;
        text-shadow: 0px 0px 2px #543f2e;
    }


    #menu ul li {
        display: block !important;
        width: 100%;
        margin: 0;
    }
    #menu ul li:hover {
        background: #584332;
    }

    #menu ul li a {
        width: 100%;
        display: block;
        padding: 15px 20px;
        font-size: 14pt;
    }

    #mobilecallnumber {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 14pt;
        padding: 10px;
        display: block;
        background-color: #6d1a49;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        border-top: 1px solid #ffffff;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select,
        textarea,
        input {
            font-size: 16px;
        }
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select:focus,
        textarea:focus,
        input:focus {
            font-size: 16px;
            background: #eee;
        }
    }
}

@media all and (max-height: 400px) {
    #menu a {
        font-size: 10pt !important;
        padding: 10px 20px !important;
    }
}
