﻿body, h1, div, span, p, a {
    padding: 0;
    margin: 0;
}

body {
    background-image: url("/Images/bg.jpg" );
    line-height: 1;
    font-family: inherit;
}

#logo {
    padding-left: 20px;
    width: 250px;
    vertical-align: 11px;
}

#googleMap {
    height: 380px;
}

#title {
    font-family: "Arial Black" !important;
    font-weight: bold;
}
 

#imgview {
    width: 90%;
    height: 90%;
    overflow-y: auto;
}

nav {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
    display: table;
    width: 100%;
}

.cardx {
    background-color: #fff;
    height: 250px;
    min-width: 240px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 15px;
    padding: 0px;
}

#message, #message2 {
    color: #fff !important;
    margin-top: 20px;
}

    #message a {
        color: white;
        font-weight: bold;
    }

    #message2 a {
        color: white;
        font-weight: bold;
    }

.ext {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 0px;
}


.info {
    padding: 10px;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* fallback */
    max-height: 3.3em; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#OAddress {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* fallback */
    max-height: 3.3em; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#AddressField {
    height: 75px !important;
}

.info a {
}

    .info a:focus {
        text-decoration: none;
    }

    .info a:active {
        text-decoration: none;
    }

    .info a:hover {
        text-decoration: none;
    }

.oinfo td {
    height: 50px;
}
/* The cntnr */
.cntnr {
    top: 10px;
    left: 10px;
    display: block;
    position: absolute;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cntnr input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.sizeable {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.cntnr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cntnr input:checked ~ .checkmark {
    background-color: #5cb85c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cntnr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cntnr .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnDown {
    margin-top: 20px;
}

.buttons {
    float: right;
    margin-bottom: 200px;
}

.buttonstop {
    float: right;
    padding-bottom: 30px;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    filter: 1;
    height: 0;
    clear: both;
}


.OrderInfo div {
    display: inline-block;
}

.order {
    padding: 18px;
    background-color: #3a3c3e;
}

    .order td {
        color: #f2f2f2;
    }

table td {
    padding: 7px;
    font-size: 1.5em;
}

.linkexp {
    padding: 7px;
    font-size: 1.5em;
    color: white;
    text-align: center;
}


#cards {
    clear: both;
}

.colth {
    width: 220px;
    text-align: right;
}

div.gmnoprint {
    height: 70px !important;
}

#Content_deliverypublish {
    font-weight: normal !important;
    font-family: Helvetica,Arial, sans-serif;
}

nav div, nav h1, nav p {
    display: inline-block;
}

nav h1 {
    display: inline-block;
    font-family: "Arial Black" !important;
    font-size: 42px;
    color: #009F5D;
    line-height: 2;
    padding-left: 50px;
    margin-right: 400px;
}

nav p {
    font-family: "Arial Black" !important;
    font-size: 1.2em;
}

.pdfimg {
    width: 1100px;
}


img, a, div {
    padding: 0px;
    margin: 0px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


#uploader {
    position: absolute;
    overflow: hidden;
    background: #f3f3f3;
    border: 2px dashed #e8e8e8;
}

#filePhoto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.btn {
    position: relative;
    display: block;
    z-index: 10;
    width: 108px;
}

a:link, a:visited {
    color: #000;
}

.btn img.small, .btn img.large {
    display: inline-block;
    box-shadow: 10px 10px;
    margin-left: 8px;
}


.btn img {
    display: inline-block;
}

.large {
    width: 108px;
    z-index: -10;
    height: 80px;
}

.small {
    z-index: -10;
    width: 108px;
}

.first {
    padding-top: 52px;
}

.hidden {
    display: none;
}

#test {
    position: absolute;
    top: 250px;
    left: 500px;
    z-index: 200;
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-20deg);
    /* IE */
    -ms-transform: rotate(-20deg);
    /* Opera */
    -o-transform: rotate(-20deg);
}

    #test img {
        width: 40px;
        height: 30px;
        border: 3px white solid;
        cursor: pointer;
        z-index: 200;
    }

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 800px;
}

.w3-animate-zoom {
    animation: animatezoom 1.0s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#googleLink {
    z-index: 100;
}

#googleURL {
    width: 80%;
}

.animation {
    position: absolute;
    display: block;
    z-index: 1000;
    width: 40px;
    height: 40px;
    margin-left: 40px;
    margin-top: -55px;
}

@-moz-document url-prefix() {
    .animation {
        margin-left: -70px;
        margin-top: 25px;
    }
}

.animationdrop {
    position: relative;
    z-index: 1000;
    width: 80px;
    height: 80px;
    margin-left: -65px;
    margin-top: -55px;
}

.animationsmall {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    margin-left: -70px;
}

.imgtitle {
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 10px;
}

.linkzone {
    border: 3px dashed blue;
}

    .linkzone:hover {
        border: 3px dashed blue;
    }
 
.containerhalf {
    width: 100%;
    display: flex;
    gap: 1%;
}

    .containerhalf > div {
        flex: 1;
        min-width: 0;
    }


.containerquarter {
    width: 100%;
    display: flex;
    gap: 1%;
}

    .containerquarter > div {
        flex: 1;
        min-width: 0;
    }

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.landingbtns {
    width: 100%;
    display: inline-block;
}

@media only screen and (min-width: 1347px) {
}

@media only screen and (max-width: 1346px) {
    nav h1 {
        margin-right: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    #googleMap {
        height: 360px;
    }
}

@media only screen and (max-width: 1170px) {
    nav h1 {
        margin-right: 30px;
    }
}


@media only screen and (max-width: 991px) {
    .card {
        margin: 0;
        margin-bottom: 10px;
    }

    .checkmark {
        width: 60px;
        height: 60px;
    }

    .cntnr .checkmark:after {
        left: 19px;
        top: 5px;
        width: 20px;
        height: 40px;
        border-width: 0 7px 7px 0;
    }

    .card {
        margin: 10px 10px;
    }

    #googleMap, .buttonstop, .buttons, .order {
        margin-top: 10px;
    }


    #OrderInfo, #googleMap {
        min-width: 100% !important;
    }

    .container {
        min-width: 90% !important;
    }
}
 


    @media only screen and (max-width: 981px) {
        #deliverypublish {
            margin: 10px 20px;
        }

        .row {
            margin: 0px !important;
        }
    }



@media only screen and (max-width: 965px) {
    nav {
        text-align: center;
    }

        nav p {
            display: block;
            margin: 0px auto;
            margin-bottom: 30px;
            text-align: center;
        }
}


@media only screen and (max-width: 958px) {

    .rightalign {
        text-align: center;
    }

    .leftalign {
        text-align: center;
    }

    .containerquarter {
        display: block;
    }

    .quarter {
        display: inline-block;
    width: 49.5%;
       }
}

    @media only screen and (max-width: 700px) {
        /*  .halfsize {
            display: inline-block;
            max-width: 100% !important;
            width: 100% !important;
        }

        .quarter {
            display: inline-block;
            max-width: 49.6% !important;
            width: 49.6% !important;
        }*/
    }

    @media only screen and (max-width: 624px) {
        #logo {
            margin-top: 30px;
        }

            #logo img {
                transform: scale(1.3, 1.3);
                -ms-transform: scale(1.3, 1.3);
                -webkit-transform: scale(1.3, 1.3);
            }
    }

@media only screen and (max-width: 473px) {

    .containerhalf {
    display: block;
    }


    .half {
        width: 100%;
    }

    .quarter {
        width: 100%;
    }
}



@media only screen and (max-width: 340px) {
    .buttonstop {
            text-align: center;
        }

        .buttons {
            text-align: center;
        }
    }
