﻿body {
}


a {
    text-decoration: none !important;
}

    a :visited {
        text-decoration: none !important;
    }



.smallLoginText {
    font-size: 60px;
    height: 80px;
    width: 90%
}

.smallLoginA {
    margin: 6px 2px 6px 2px;
    text-align: center;
}


.leftmenu {
    font-size: smaller;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.galleryModal {
    width: 600px;
    height: 600px;
}

    .galleryModal img {
        max-width: 500px;
        max-height: 500px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.gallery {
    width: 300px;
    height: 320px;
    background-color: lightgray;
    float: left;
    margin: 5px;
}

    .gallery img {
        max-width: 250px;
        max-height: 250px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.galleryThumb {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}


.filterBy {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    list-style: none;
    background-color: whitesmoke;
}

    .filterBy .images li {
        flex: 0 0 auto;
        background-color: whitesmoke;
    }

    .filterBy img {
        max-height: 150px;
        max-width: 150px;
        margin-right: 10px;
    }
     
.filterByContainer {
    width: 150px;
    height: 150px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.filterByLabel {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    overflow: hidden;
    opacity: .8;
}


.footerbottom {
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    font-variant: small-caps;
    font-size: small;
    max-width: 940px;
}

.footer {
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    font-variant: small-caps;
    font-size: small;
}

.my-caps {
    text-transform: uppercase;
}

.my-compact {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}


.maindiv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


.parallelogram {
    width: 350px;
    height: 40px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background-color: grey;
}

.activediv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 98%;
}

.landingImg {
    position: relative;
}

    .landingImg img {
        width: 100%;
    }

.landingText {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.stockDiv {
    width: 200px;
    height: 315px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.stockDivsmall {
    width: 162px;
    height: 315px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.stockImage {
    max-height: 180px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.catalogue {
    /*width: 300px;*/
    max-height: 400px;
    margin: 5px 15px 5px 15px;
    display: inline-block;
    text-align: center;
    font-family: "Comic Sans MS", cursive, sans-serif;
    overflow: hidden;
}
.catalogue img {
        max-width: 100%; /* Set the maximum width of the image to 100% of its container */
        height: auto; /* Maintain the aspect ratio of the image */
}

.cataloguePage {
}


.cataloguePageList {
    width: 80px;
    height: 120px;
    margin: 5px 15px 5px 15px;
    display: inline-block;
    text-align: center;
    font-family: "Comic Sans MS", cursive, sans-serif;
    overflow: hidden;
}

    .cataloguePageList img {
        max-width: 75px;
        max-height: 100px;
        margin-left: auto;
        margin-right: auto;
    }



.collection {
    width: 250px;
    height: 250px;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    background-image: url(../Images/collection.png);
    font-family: "Comic Sans MS", cursive, sans-serif;
    overflow: hidden;
}

    .collection img {
        max-width: 200px;
        max-height: 200px;
        margin-left: auto;
        margin-right: auto;
    }

.collectionSmall {
    width: 140px;
    height: 190px;
    display: inline-block;
    text-align: center;
    background-image: url(../Images/collection.png);
    font-family: "Comic Sans MS", cursive, sans-serif;
    overflow: hidden;
    vertical-align: middle;
}

    .collectionSmall img {
        max-width: 136px;
        max-height: 136px;
        margin-left: auto;
        margin-right: auto;
    }

.hideIfNarrow {
    /*nothnig unless media rules kick in*/
}

.showIfNarrow {
    display: none;
}

.stockEdSmallImg {
    width: 120px;
    max-width: 100%;
    height: auto !important;
}

.stockistDiv {
    min-height: 225px;
    padding-right: 40px;
    width: 49%;
    float: left;
}

.stockistList {
    width: 49%;
    float: left;
}

.agentCustomerView {
    width: 275px;
    float: left;
    height: 300px;
    margin: 5px;
    overflow: hidden;
    font-size: smaller;
}

.agentCustomerLine {
    padding-left: 3%;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 2201px) {

    .maindiv {
        width: 1800px;
    }

    .footer {
        width: 1800px;
        position: fixed;
    }

    .agentMap {
        height: 1450px;
        width: 100%;
        margin-top: 5px;
    }
}


@media (min-width: 1801px) and (max-width: 2200px) {

    .maindiv {
        width: 1700px;
    }

    .footer {
        width: 1700px;
        position: fixed;
    }


    .agentMap {
        height: 1050px;
        width: 100%;
        margin-top: 5px;
    }
}



@media (min-width: 1401px) and (max-width: 1800px) {

    .maindiv {
        width: 1340px;
    }

    .footer {
        width: 1340px;
        position: fixed;
    }


    .agentMap {
        height: 750px;
        width: 100%;
        margin-top: 5px;
    }
}



@media (min-width: 1141px) and (max-width: 1400px) {

    .maindiv {
        width: 940px;
    }

    .footer {
        width: 940px;
        position: fixed;
    }

    .stockistList {
        width: 100%;
    }


    .agentMap {
        height: 700px;
        width: 100%;
        margin-top: 5px;
    }


    .agentMap {
        height: 650px;
        width: 100%;
        margin-top: 5px;
    }
}


@media (min-width: 901px) and (max-width: 1140px) {

    .maindiv {
        width: 840px;
    }

    .footer {
        width: 840px;
        position: fixed;
    }

    .hideIfNarrow {
        display: none;
    }

    .showIfNarrow {
        display: block;
        clear: both;
    }

    .stockistList {
        width: 100%;
    }


    .agentMap {
        height: 530px;
        width: 100%;
        margin-top: 5px;
    }
}


@media (max-width: 1px) and (max-width: 900px) {

    .maindiv {
        width: 640px;
    }

    .footer {
        margin-top: 15px;
        width: 640px;
        position: static;
        text-align: center;
    }

    .hideIfNarrow {
        display: none;
    }

    .showIfNarrow {
        display: block;
        clear: both;
    }

    .stockistList {
        width: 100%;
    }


    .agentMap {
        height: 430px;
        width: 100%;
        margin-top: 5px;
    }
}
