﻿*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: Calibri,Arial,Helvetica;
    font-size: 10pt;
    font-weight: normal;
    background-color: #e3e3e3;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

.maplist {
    width: 30%;
    min-width: 200px;
    float: left;
    text-align: left;
    height: 400px;
    overflow: auto;
}

.map {
    float: left;
    width: 68%;
    margin-left: 2%;
    height: 400px;
}


.headerspacer {
    width: 100%;
    height: 85px;
}

.hp1 {
   font-size: 30pt;
   text-shadow: 1px 1px 2px #000000;
}

.hp2 {
   color: #000;
   font-size: 30pt;
   font-weight: normal;
}

.hp3 {
    color: #a6a7a9;
    font-size: 30pt;
    font-weight: normal;
}

.appimg {
    margin-left: 5px;
}

.prodSum {
    font-size: 12pt;
}

.pnlTxt {
    width: 100%;
    height: 90px;
    background-color: #fff;
    text-align: center;
    font-size: 1.3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    overflow: hidden;
}

    .pnlTxt div {
        flex: 0 1 auto;
    }

#newsMobile {
    display: none;
}

#news {
    display: block;
    background-color: #212121;
}

a, a:visited {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #d520a4;
    }

.innercontent a {
    text-decoration: underline;
}

td, th {
    text-align: left;
    vertical-align: top;
}

p {
    margin: 0;
}

h1 {
    font-weight: bold;
    font-size: 14pt;
    color: #d520a4;
    margin: 0 0 2px 0;
}

h2 {
    font-weight: bold;
    font-size: 12pt;
    color: #d520a4;
    margin: 30px 0 0 0;
    padding: 0;
}

ul {
    margin-top: 0;
}

input, textarea, select {
    font-family: Calibri,Arial,Helvetica;
    font-size: 9pt;
}

.watermark {
    color: gray;
}

#shadow {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(/images/content_wrapper_shadow.png) top no-repeat;
    background-color: #e3e3e3;
}

#container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
}

#header {
    width: 100%;
    background-color: #ffffff;
    z-index: 200;
    max-width: 1920px;
    border-bottom: 3px solid #e3e3e3;
    margin: 0 auto;
}

#headerleft {
    float: left;
    font-size: 11pt;
    text-align: left;
    margin: 0;
}

#headermiddle {
    float: left;
    margin: 0 0 0 5px;
    padding-top: 39px;
}

    #headermiddle a {
        font-size: 10.5pt;
        text-align: left;
    }

.red a {
    color: #cc0000 !important;
}

#contact {
    color: #0026ff;
}

#logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

.mainmenu {
    font-size: 1.5em;
    color: #000;
    line-height: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-color: #f5f5f5;
    width: 100%;
}

.aImg {
    left: 100%;
}


#rightmenu {
    float: right;
    right: 0;
    position: relative;
    width: auto;
}

.mainmenuitem {
    float: left;
    text-align: left;
    padding: 0px 10px 0px 10px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

    .mainmenuitem a {
        color: #000;
        display: block;
    }

.mainmenuitemselected {
    text-align: left;
    background-color: #F0F0F0;
    padding: 0 30px 0 2px;
}

    .mainmenuitemselected a {
        color: #d520a4;
    }

.dropdownmenu {
    position: absolute;
    top: 88px;
    z-index: 1000;
    background-color: #f7f6f6;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    font-size: 0.75em;
}

.firstddlist {
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
}

.ddlist {
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #FFFFFF;
}

.menuheading {
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
}

    .menuheading a, .menuheading a:visited {
        text-decoration: none;
        font-weight: bold;
        color: #000000;
    }

.menulink a, .menulink a:visited {
    text-decoration: none;
    margin: 0;
    font-weight: normal;
    color: #000000;
}

    .menuheading a:hover, .menulink a:hover {
        color: #d520a4;
    }

#locationselector {
    float: right;
    margin: 10px 5px 10px 5px;
    height: 30px;
}

.flag {
    border: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

#banner {
    width: 100%;
    height: 540px;
    background-color: #FAFAFA;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    overflow: hidden;
}

#banner1, #banner2 {
    display: block;
    position: absolute;
    width: 1000px;
    height: 250px;
    left: 50%;
    margin-left: -500px;
    border: none;
    top: 60px;
    padding: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    opacity: 100;
    z-index: 100;
    visibility: hidden;
}

#bannercontrolbar {
    position: relative;
    width: 100%;
    height: 30px;
    top: 310px;
    /*background-image:url(images/controlbarbg.png);*/
    background-color: #f0f0f0;
}

#ctl00_ContentPlaceHolder1_bannercontrol {
    clear: left;
    float: left;
    margin: 2px 5px 0 5px;
}

#bannertitle {
    clear: right;
    float: right;
    margin: 2px 5px 0 5px;
    padding-top: 3px;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.discover {
    width: 49.75%;
    height: auto;
    border: 2px solid black;
    background-color: dimgrey;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 0.5%;
    margin-bottom: 0.25%;
}

.dleft {
    float: left;
    margin-right: 0.25%;
}

.dright {
    margin-left: 0.25%;
    float: right;
}

.bannerimage {
    width: 1000px;
    height: 250px;
}

.HomeImg {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

#ctl00_smallbanner {
    width: 100%;
    max-width: 1920px;
    height: 72px;
    background-color: #FAFAFA;
    overflow: hidden;
}

.smallbannerimage {
    width: 100%;
    max-width: 1920px;
    height: 72px;
    background-size: cover;
    background-position: bottom;
}

#banner picture {
    width: 1920px;
    height: 540px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    flex: none;
    z-index: 1;
}


#banner img {
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
}

#bannerText {
    flex: 0 1 auto;
    z-index: 2;
    padding: 30px;
    width: 640px;
    max-height: 540px;
    overflow: hidden;
}

#bannerText h1 {
    font-size: 3em;
}

#menubar {
    position: relative;
    width: 100%;
    height: 22px;
    top: 100px;
    background-color: #f0f0f0;
}

#secondmenu {
    margin: 0 5px;
}

.secondmenuitem {
    text-align: left;
    padding: 0 30px 0 2px;
}

    .secondmenuitem a {
        color: #000000;
        font-size: 10pt;
        font-weight: bold;
    }

        .secondmenuitem a:hover {
            color: #d520a4;
            font-size: 10pt;
        }

#footer {
    clear: both;
    width: 99%;
    max-width: 1920px;
    background-color: #f5f5f5;
    color: #000;
    padding: 0.5%;
    margin: 0;
}

#footer1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 15%;
    float: left;
}

#footer2 {
    width: 40%;
    float: left;
    text-align: center;
}

#footer3 {
    width: 25%;
    float: left;
    text-align: center;
}

#footer4 {
    width: 20%;
    float: right;
    text-align: right;
}

#footerlinks a, #footerlinks a:visited {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

#ctl00_emailaddress, #emailaddress {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 90%;
    max-width: 200px;
}

#ctl00_subscribe {
    background-color: gray;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 3px 15px;
}

.bluearrow {
    width: 170px;
    background-color: #F0F0F0;
    padding: 5px;
    background-image: url(/images/whitearrow3.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    .bluearrow a, .bluearrow a:visited {
        color: #000000;
        font-size: 9pt;
        font-weight: bold;
        text-decoration: none;
    }

.linklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .linklist li {
        width: 48%;
        margin: 1%;
        float: left;
    }

#homepagetable {
    margin: 0 2px;
}

    #homepagetable th {
        padding: 10px 0 2px 0;
    }

    #homepagetable td {
        padding: 0 0 10px 0;
    }

.error {
    color: #cc0000;
}

.innercontent {
    width: 98%;
    margin: 0 auto;
    text-align: left;
    max-width: 920px;
}

#ctl00_ContentPlaceHolder1_newscontainer {
    width: 98%;
    margin: 0 1%;
    text-align: center;
}

.newsitem {
    margin: 0 auto;
    width: 99%;
    max-width: 800px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
    text-align: left;
    padding: 1px;
}

.productmenu {
    list-style-type: none;
    padding: 0;
}


.lihead {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
}

.productmenu li {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    padding: 0;
    margin: 5px 0 0 0;
    background-color: #F0F0F0;
}

.productmenu ul {
    list-style-type: none;
    margin: 1px 0;
    padding-left: 20px;
    background-color: #ffffff;
}

    .productmenu ul li {
        font-weight: bold;
        font-size: 10pt;
        color: #000000;
        padding: 0;
        margin: 0;
        background-color: #ffffff;
    }

    .productmenu ul ul {
        list-style-type: none;
        margin: 1px 0 1px 20px;
        padding: 0;
    }

        .productmenu ul ul li {
            padding: 0;
            margin: 0;
            background-color: #ffffff;
        }

            .productmenu ul ul li a.productmenuitem, .productmenu ul ul li a.productmenuitem:visited {
                text-decoration: none;
                font-weight: normal;
                font-size: 10pt;
                color: #000000;
            }

                .productmenu ul ul li a.productmenuitem:hover {
                    text-decoration: none;
                    font-weight: normal;
                    font-size: 10pt;
                    color: #d520a4;
                }

            .productmenu ul li a.productmenuselected, .productmenu ul li a.productmenuselected:visited, .productmenu ul ul li a.productmenuselected, .productmenu ul ul li a.productmenuselected:visited {
                text-decoration: none;
                font-weight: bold;
                font-size: 10pt;
                color: #d520a4;
            }

div.thumbnailoff {
    border: 2px solid #C0C0C0;
    width: 90%;
    height: auto;
    cursor: pointer;
    margin: 2%;
    float: left;
    text-align: center;
}

div.thumbnailon {
    border: 2px solid #d520a4;
    width: 90%;
    height: auto;
    cursor: pointer;
    margin: 2%;
    float: left;
    text-align: center;
}

#newsitem {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

    #newsitem iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #newsitem object,
    #newsitem embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#thumbnails {
    height: 420px;
}

img.thumbnailProd {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: none;
}

img.thumbnail {
    height: 60px;
    width: 60px;
    vertical-align: middle;
    border: none;
}

img.mediaimg, div.mediaimg {
    width: 100%;
    vertical-align: middle;
    border: none;
}

#mediadesc {
    width: 400px;
    text-align: left;
}



#galleryimg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

    #galleryimg object {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        #galleryimg object embed {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    #galleryimg img {
        width: 100%;
        height: auto;
    }


/*#gallerybg {
    width: 100%;
    height: 100%;
    background-image: url(images/polaroid2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid white;
}*/

.gallerybg {
    display: block;
}

/* IE7 fix for image being offset to the right */
* + html div.galleryimgbg {
    width: 100%;
    height: 100%;
    text-align: center;
}

div.galleryimgbg {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

div.gallerytitle {
    width: 100%;
    height: 60px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
}

img.galleryimg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    padding-bottom: 1px;
}

div.galleryimg {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: none;
}

.listTable {
    width: 100%;
}

.listRow {
    background-color: #EEEEEE;
}

.altListRow {
    background-color: #FFFFFF;
}

.distrib h2 {
    text-align: left;
}

.distributorlist {
    width: 33.333%;
    float: left;
}

    .distributorlist th, .distributorlist td {
        text-align: left;
        padding: 2px;
    }

    .distributorlist th {
        font-size: 12pt;
        font-weight: bold;
        color: blue;
        padding: 15px 0 0 0;
    }


.endDiv {
    float: none;
    clear: both;
}

.endDivHP {
    float: none;
    clear: both;
}

.contactCategories {
    width: 23%;
    margin: 1%;
    float: left;
    text-align: left;
}

.contactSection {
    width: 75%;
    float: left;
    text-align: left;
}

.contactForm {
    width: 68%;
    margin: 1%;
    float: left;
}

.contactOther {
    width: 28%;
    margin: 1%;
    float: left;
}


.mediaCategories {
    width: 23%;
    margin: 1%;
    float: left;
    text-align: left;
}

.mediaLinks {
    width: 75%;
    float: left;
    text-align: left;
}

.mediaTextColumn {
    width: 27.5%;
    margin: 0 1%;
    float: left;
}

.mediaVideoColumn {
    width: 68%;
    margin: 0 1%;
    float: right;
}

.mediaContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.mediatn {
    width: 29%;
    float: left;
    margin: 20px 2%;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.3);
}

    .mediatn .mediatitle {
        width: 98%;
        margin: 1%;
        height: 3em;
        overflow: hidden;
    }

        .mediatn .mediatitle h3 {
            margin: 0;
            text-align: center;
        }
    
    .mediatn img {
        z-index: 3;
        max-width: 100%;
    }

    .mediatn .mediatext {
        /*position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        color: #fff;
        height: 100%;*/
        height: 4em;
        width: 98%;
        margin: 1%;
        overflow: hidden;
        color: #000;
        text-align: left;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }

#mediapopup iframe {
    width: 100%;
    height: 100%;
    min-width: calc()
}

.blocker {
    z-index: 99 !important;
}

.modal {
    z-index: 100 !important;
    max-width: 1200px !important;
    width: 95% !important;
    padding: 15px !important;
}

    .modal a.close-modal {
        border: 2px solid #fff;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    }

.textBox {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 90%;
    max-width: 300px;
}

.ModelImage {
    width: 48%;
    margin: 1%;
    float: left;
}

.ModelDescription {
    width: 48%;
    margin: 1%;
    float: left;
}


.ProductTitle {
    width: 97.5%;
    margin: 1%;
    float: left;
}

.ProductImage {
    width: 57.5%;
    margin: 1%;
    float: left;
}

.ProductDescription {
    width: 57.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
}

#ProductMedia {
    width: 90%;
    margin: 0 auto;
}

.ProductMedia {
    width: 37.5%;
    margin: 1%;
    float: left;
}

.ProductButtons {
    width: 27.5%;
    margin: 1%;
    float: left;
}

.featuresthumbs {
    height: auto;
}

.mediathumbs {
    height: auto;
}

.thumbnailOuter {
    width: 20%;
    height: auto;
    float: left;
}

.contactTB {
    width: 99%;
    margin: 0 auto;
}

.smallPanel {
    width: 33.75%;
    float: left;
    margin-top: 0.25%;
    margin-bottom: 0.25%;
    border: 2px solid black;
    overflow: hidden;
}

.quarterPanel {
    width: 24.6%;
    float: left;
    margin-top: 0.25%;
    margin-bottom: 0.25%;
    border: 2px solid black;
    overflow: hidden;
}

.twoThirdsPanel {
    width: 65.75%;
    float: right;
    margin-top: 0.25%;
    margin-bottom: 0.25%;
    border: 2px solid black;
    overflow: hidden;
}

.pLeft {
    margin-right: 0.25%;
    clear: left;
}

.pMiddle {
    margin-right: 0.25%;
    margin-left: 0.25%;
}

.pRight {
    margin-left: 0.25%;
    float: right;
}

#mobilenavigation {
    display: none;
}


.mediaCategories1 {
    text-align: left;
}

.liWrap {
    float: left;
    width: 31.33%;
    margin: 10px 1%;
}

.ProductImage {
    width: 38%;
}

.ProductDescription {
    width: 58%;
}

.ProductMedia {
    width: 38%;
}

.listenBtn {
    padding: 5px 10px 5px 10px;
    background-color: #d520a4;
    cursor: pointer;
    border: 0;
    color: #fff;
    width: 70px;
}

.optionsBtn {
    padding: 5px 10px 5px 10px;
    background-color: #d520a4;
    cursor: pointer;
    border: 0;
    color: #fff;
    width: 70px;
}

.faqsBtn {
    padding: 5px 10px 5px 10px;
    background-color: #d520a4;
    cursor: pointer;
    border: 0;
    text-transform: capitalize;
    color: #fff;
    width: 70px;
}

.dealerBtn {
    padding: 5px 10px 5px 10px;
    background-color: gray;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    width: 143px;
}

.endImg {
    display: none;
}

#playVideo {
    position: relative;
    height: 100%;
    width: 100%;
    background-color:#fff;
}

#playVideoTitle {
    height: 5em;
    padding: 0.5% 0 0 0;
}

.videoTitle {
    float: left;
    width: 78%;
    font-size: 2.5em;
    margin: 10px 0 0 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoPanelTxt {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: -71px;
    width: 120px;
    padding: 11px;
    font-size: 12pt;
    background-color: #FFF;
    opacity: 0.7;
    border-right: 5px solid #d520a4;
    display: block;
}

@media screen and (max-width:1600px) {
    .pnlTxt {
        font-size: 1.2em;
    }
}

@media screen and (max-width:1280px) {
    #productList {
        display: none;
    }


    .mediaLinks {
        width: 100%;
    }
}

@media screen and (max-width:1150px) {
    .quarterPanel, .quarterPanel.pLeft, .quarterPanel.pRight {
        width: 49.75%;
    }

    .pLeft1 {
        margin-left: 0;
        margin-right: 0.25%;
        clear: both;
        float: left;
    }

    .pRight1 {
        margin-right: 0;
        margin-left: 0.25%;
        float: right;
    }

    .pnlTxt {
        font-size: 1.3em;
    }
}

@media screen and (max-width:1080px) {
    .mediaCategories {
        width: 98%;
        margin: 1%;
        float: left;
        text-align: left;
    }

    .liWrap {
        float: left;
        width: 31.33%;
        margin: 1%;
    }

    .mediaLinks {
        width: 100%;
        float: left;
        text-align: left;
    }

    .third {
        width: 33.33%;
        float: left;
        clear: right;
    }

    .twothirds {
        width: 66.66%;
        float: left;
    }

    #ctl00_smallbanner {
        height: 72px;
        background-color: #FAFAFA;
    }

    .smallbannerimage {
        width: 100%;
        max-width: 1920px;
        height: 72px;
        background-size: cover;
        background-position: center;
    }

    .mediatn {
        width: 46%;
    }
}

@media screen and (max-width:1000px) {
    .endImg {
        float: none;
        clear: both;
        display: block;
    }

    #facebookimg, #twitterimg, #itunesimg {
        margin-top: 5px !important;
    }

    #youtubeimg, #instagramimg, #googimg {
        margin-top: 0 !important;
    }

    #footer1 {
        text-align: center;
        width: 30%;
        float: left;
    }

    #footer2 {
        width: 60%;
        margin-right: 2%;
        float: right;
        text-align: center;
    }

    #footer3 {
        width: 50%;
        float: left;
        text-align: center;
    }

    #footer4 {
        width: 50%;
        float: right;
        text-align: right;
    }

    #emailaddress {
        max-width: 150px;
    }

    #mobilenavigation {
        display: block;
        cursor: pointer;
        height: 30px;
        background-color: #f5f5f5;
    }

    .dropdownmenu {
        position: relative;
        visibility: hidden;
        top: 0;
        left: 0 !important;
        height: 0;
    }

    .mainmenu {
        position: absolute;
        background: #f5f5f5;
        top: 85px;
        margin: 0;
        border-bottom-right-radius: 20px;
        padding: 0;
        width: auto;
        height: auto;
        display: none;
        z-index: 2000;
    }

    .mainmenuitem {
        text-align: left;
        width: 96%;
        display: block;
        margin: 0;
        margin-left: 4%;
        padding: 0;
        padding-bottom: 5px;
    }

        .mainmenuitem a {
            color: #8C8C8C;
            padding: 0;
        }

    .mainmenuitemselected {
        text-align: left;
        background-color: #F0F0F0;
    }

        .mainmenuitemselected a {
            color: #d520a4;
        }

    #rightmenu {
        float: left;
        left: 0;
        position: relative;
        width: 100%;
    }

    .pnlTxt {
        font-size: 1.2em;
    }
}

@media screen and (max-width:775px) {
    .ModelImage {
        width: 48%;
        margin: 0 auto;
        float: none;
    }

    .ModelDescription {
        width: 98%;
    }

    #ctl00_ContentPlaceHolder1_featuresthumbs, #ctl00_ContentPlaceHolder1_mediathumbs {
        width: 98%;
    }

    #ctl00_ContentPlaceHolder1_featuresrow, #ctl00_ContentPlaceHolder1_mediarow {
        width: 98%;
        float: left;
        display: block;
        margin: 1%;
    }

    .third {
        width: 100%;
        float: left;
        clear: right;
    }

    .twothirds {
        width: 100%;
        float: left;
    }

    .twoThirdsPanel {
        width: 66%;
        float: right;
        clear: right;
    }

    .liWrap {
        float: left;
        width: 98%;
        margin: 1%;
    }

    #thumbnails {
        height: 250px;
    }

    .mediaTextColumn {
        width: 98%;
        margin: 1%;
        float: right;
    }

    .mediaVideoColumn {
        width: 98%;
        margin: 1% !important;
        float: right;
    }

    .ProductTitle {
        width: 97.5%;
    }

    .ProductImage {
        width: 80%;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    .ProductDescription {
        width: 97.5%;
    }

    .ProductMedia {
        width: 97.5%;
    }

    .ProductButtons {
        width: 97.5%;
        text-align: Center;
    }

    .contactCategories {
        width: 98%;
        text-align: center;
    }

    .contactSection {
        width: 100%;
    }

    .contactForm {
        width: 99%;
        text-align: center;
    }

    .contactOther {
        width: 99%;
        text-align: center;
    }

    #locationselector {
        float: right;
        position: absolute;
        right: 0;
        top: 63px;
        margin: 0;
    }

    .flag {
        border: 0;
        margin: 0;
        height: 20px;
        width: 20px;
        margin-right: 5px;
    }

    .aImg {
        left: auto;
    }

    .linklist li {
        width: 98%;
        margin: 1%;
        float: left;
    }



    .smallPanel, .twoThirdsPanel, .quarterPanel, .quarterPanel.pLeft, .quarterPanel.pRight {
        width: 49.75%;
    }

    .endDivHP {
        display: none;
    }

    #newsMobile {
        display: block;
    }

    #news {
        display: none;
    }

    .mediatn {
        width: 75%;
        margin: 10px auto;
        float: none;
    }
}

@media screen and (max-width:700px) {
    .maplist {
        margin-top: 20px;
        width: 80%;
        float: none;
        margin: 0 auto;
        text-align: left;
        height: 110px;
        overflow: auto;
    }

    .map {
        float: none;
        width: 80%;
        margin-left: 0;
        margin: 0 auto;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2%;
        height: 275px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 18px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 30px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 10px;
        background-color: #ffffff;
    }

    .pnlTxt {
        font-size: 1.1em;
    }
}

@media screen and (max-width:600px) {
    .hp1, .hp2, .hp3 {
        font-size: 22pt;
    }

    #locationselector {
        clear: both;
        margin: 0 auto;
        float: none;
    }

    .pLeft, .pLeft1, .pMiddle, .pMiddle1, .pRight, .pRight1, .dleft, .dright {
        margin-left: 0;
        margin-right: 0;
    }

    .discover {
        width: 100%;
    }

    .dleft, .dright {
        margin-top: 2%;
    }

    .smallPanel, .quarterPanel, .twoThirdsPanel, .quarterPanel.pLeft, .quarterPanel.pRight {
        width: 100%;
        margin-top: 2%;
    }

    .endDivMobile {
        clear: both;
        float: none;
    }

    .distributorlist {
        width: 100%;
        float: left;
    }

    #footer1, #footer2, #footer3, #footer4 {
        width: 95%;
        margin: 0 auto;
        float: none;
        text-align: center;
        position: relative;
    }

    .mediatn {
        width: 97%;
    }

    .noMobile {
        display: none !important;
    }
}

@media screen and (max-width:500px) {
    .mainmenu {
        top: 88px;
    }

    .headerspacer {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .hp1, .hp2, .hp3 {
        font-size: 20pt;
    }

    .ProductImage {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    #ctl00_ContentPlaceHolder1_featuresrow, #ctl00_ContentPlaceHolder1_mediarow {
        width: 98%;
        float: left;
        display: block;
        margin: 1%;
    }

    .videoTitle {
        font-size: 2em;
    }
}

@media screen and (max-width:410px) {
    .hp1, .hp2, .hp3 {
        font-size: 18pt;
    }

    #emailaddress {
        max-width: 120px;
    }
}


@media screen and (max-width:340px) {
    .hp1, .hp2, .hp3 {
        font-size: 14pt;
    }

    .map {
        float: none;
        width: 95%;
        margin: 0 auto;
        height: 350px;
    }

    .maplist {
        width: 95%;
        float: none;
        margin: 40px auto;
        text-align: left;
        height: 300px;
        overflow: auto;
    }


    #emailaddress {
        max-width: 90px;
    }
}
