/*
*:not(html) {
 -webkit-transform: translate3d(0, 0, 0);
}
*/
#mobile-header,
#mobile-footer,
#mobile-nav,
p.more_320,
div.mobile-container {
    display: none;
}


/* ALL CROSS COMPATIBLE MOBILE STYLES */
@media screen and (max-width: 960px) {

    html { width: 100%; }

    body {
        font-family: open_sansregular;
        font-size: 14px;
        width: 100%;
    }

    b, strong, h2, h1, h3, h4, h5, h6 {
        font-family: open_sansbold !important;
        font-weight: normal !important;
    }

    div.clear {
        width: 100% !important;
    }

    #site_contain, #site_content {
        margin: 0 !important;
        border-top: 0;
        width: 100% !important;
    }

    #site_contain {
        position: relative;
    }

    #site_bg {
        background: transparent !important;
        margin: 0 !important;
        width: 100% !important;
    }


    #header,
    #bcrumbs,
    #footer,
    #bottomb,
    #right_side,
    #side_menu,
    #catMatches,
    #left_side,
    #menu_row {
        display: none;
    }


    #site_content.wide h1.heading,
    #site_content h1.heading {
        margin: 0;
        padding-left: 5px;
        text-align: left;
        font-style: normal;
        font-size: 34px;
        line-height: 38px;
        font-family: open_sansbold;
    }

    /* Site header & Navigation */
    #mobile-header {
        display: block;
        height: 103px;
        width: 100%;
        background: url('/mobile-images/header-fade.png') repeat-x top left;
        position: relative;
        z-index: 100;
    }

    #mh-plane {
        z-index: 102;
        position: absolute;
        top: 0;
        left: 0;
    }

    #header-text {
        z-index: 101;
        position: absolute;
        top: 8px;
        left: 100px;
    }

    #mh-plane-320,
    #header-text-320 { display: none; }

    #mobile-home-button {
        display: block;
        width: 285px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 103;
    }

    #mobile-nav-button {
        float: right;
        display: inline;
        width: 67px;
        height: 64px;
        margin-top: 7px;
        margin-right: 11px;
        background: url('/mobile-images/nav-button.png') no-repeat top left;
    }

    #mobile-nav {
        display: none;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 90;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateZ(0);
    }

    #mobile-nav li {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 76px;
        border-bottom: 4px solid #000;
        background: url('/mobile-images/nav-bg.png') repeat-x top left;
        font-family: open_sansextrabold;
        font-weight: normal;
        font-size: 30px;
        position: relative;
    }

    #mobile-nav li > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 76px;
    }

    #mobile-nav li div {
        float: left;
        display: inline;
        width: 144px;
        height: 76px;
        margin: 0 16px 0 0;
        padding: 0;
        border: 0;
    }


    #mobile-nav li.apparel div {
        background: url('/mobile-images/nav-apparel.png') no-repeat top left;
    }

    #mobile-nav li.outerwear div {
        background: url('/mobile-images/nav-outerwear.png') no-repeat top left;
    }

    #mobile-nav li.headwear div {
        background: url('/mobile-images/nav-headwear.png') no-repeat top left;
    }

    #mobile-nav li.footwear div {
        background: url('/mobile-images/nav-footwear.png') no-repeat top left;
    }

    #mobile-nav li.tactical div {
        background: url('/mobile-images/nav-tactical.png') no-repeat top left;
    }

    #mobile-nav li.gloves div {
        background: url('/mobile-images/nav-gloves.png') no-repeat top left;
    }

    #mobile-nav li.bags div {
        background: url('/mobile-images/nav-bags.png') no-repeat top left;
    }

    #mobile-nav li.accessories div {
        background: url('/mobile-images/nav-accessories.png') no-repeat top left;
    }

    #mobile-nav li.medals div {
        background: url('/mobile-images/nav-medals.png') no-repeat top left;
    }

    #mobile-nav li span {
        margin-top: 25px;
        float: left;
        display: inline;
        line-height: 30px;
        height: 30px;
    }

    #mobile-nav li span.twoline {
        line-height: 32px;
        height: 64px;
        margin-top: 6px;
    }

    #mobile-nav li.search {
        width: 100%;
        padding-top: 81px;
        height: 74px;
        border: 0;
        background: url('/mobile-images/search-bar-bg.png') repeat-x bottom left;
    }

    #mobile-nav li.search form {
        display: table;
        width: 100%;
        margin-top: 22px;
        height: 44px !important;
    }

    #mobile-nav li.search form input.query {
        display: table-cell;
        width: 100% !important;
        font-family: open_sanssemibold;
        font-size: 30px;
        color: #fff;
        background: url('/mobile-images/search-text.png') no-repeat 10px 4px;
        height: 30px;
        line-height: 30px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0px;
        border: 0;
        border-bottom: 1px solid #8a8a8a;
    }

    #mobile-nav li.search form a.button {
        display: table-cell;
        width: 35px;
        height: 30px;
        border: 0;
        padding-top: 4px;
        padding-bottom: 3px;
        background: url('/mobile-images/search-icon.png') no-repeat top left;
    }

    #mobile-nav li form div#mobile-cart-icon {
        display: table-cell;
        width: 70px;
        padding: 0;
        background: url('/mobile-images/cart-icon.png') no-repeat top left;
        color: #000;
        font-size: 18px;
        font-family: open_sansbold;
        position: relative;
        z-index: 200;
        float: none;
        height: auto !important;
        margin: 0;
    }

    #mobile-cart-icon p {
        height: 20px;
        line-height: 20px;
        width: 50px;
        text-align: center;
        z-index: 1;
        position: absolute;
        padding: 0;
        top: 9px;
        left: 8px;
    }

    #mobile-cart-icon a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 300;
    }

    /* Site Footer */
    #mobile-footer {
        float: left;
        display: inline;
        width: 100%;
        height: 186px;
        background: #000 url('/mobile-images/footer-bg.png') top left repeat-x;
        color: #fff;
    }

    #mobile-footer ul {
        float: left;
        display: inline;
        font-family: open_sansbold;
        font-size: 18px;
        margin-left: 5%;
        list-style: none;
        margin-top: 14px;
        width: 45%;
    }

    #mobile-footer ul li {
        margin-bottom: 14px;
        float: left;
        display: inline;
        width: 100%;
    }

    #mobile-footer ul li a {
        color: #fff;
        text-decoration: underline;
    }

    #mf-right {
        float: right;
        width: 45%;
        margin-right: 5%;
    }

    #m-social {
        float: right;
        display: inline;
        width: 138px;
        padding-top: 20px;
    }

    #m-facebook {
        float: right;
        display: inline;
    }

    #m-twitter {
        float: right;
        display: inline;
        margin-left: 22px;
    }

    #m-impac {
        font-family: open_sansbold;
        font-size: 16px;
        float: right;
        display: inline;
        white-space: nowrap;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 6px;
        width: 100%;
    }

    #m-cage {
        font-family: open_sansregular;
        font-size: 18px;
        float: right;
        display: inline;
        line-height: 18px;

    }

    #m-cage strong {
        font-family: open_sansbold;
        font-weight: normal;
    }

    #m-duns {
        font-family: open_sansregular;
        font-size: 18px;
        float: right;
        display: inline;
        line-height: 18px;
        margin-left: 41px;
    }

    #m-duns strong {
        font-family: open_sansbold;
        font-weight: normal;
    }

    #m-copyright {
        float: left;
        display: inline;
        clear: both;
        font-family: open_sansregular;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    #emb-home-img {
        margin: 10px auto;
        width: 95%;
        height: auto;
        display: block;
    }


    #home-feat-contain {
        width: 96%;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    div.fpfloater {
        display: inline-block;
        float: none;
        vertical-align: top;

    }

    div.fpbutton p label,
    div.fpbutton p span {
        font-weight: normal;
        font-family: open_sansbold;

    }

    div.fpbutton p.fpname {
        font-size: 12px;
        line-height: 15px;
        font-weight: normal;
        font-family: open_sanssemibold;
    }

    div.front-textbox {
        width: 95%;
        background: transparent;
        padding: 0;
        margin: 10px auto;
    }

    div.front-textbox div.clearfix {
        width: 100%;
        background: transparent;
    }

    div.front-textbox div h1 {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal !important;
        font-family: open_sansbold;
        margin-bottom: 0;
        width: auto !important;
    }

    div.front-textbox div h3,
    div.front-textbox div h4 {
        width: auto !important;
        float: none !important;
        display: block !important;
        padding: 10px 20px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 18px;
    }


    #site_content.wide h1.heading,
    #site_content h1.heading {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0 4px 0 !important;
    }

    /* static pages */
    #aboutus, #custSvc, #privacy_container, #terms {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 60px;
    }

    #aboutus p img {
        width: 50%;
        height: auto;
    }

    #aboutus > img {
        width: 30%;
        height: auto;
        margin: 0px 1% 12px 1% !important;
    }

    #contactinfo p label.emails {
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

    #contactinfo tt {
        white-space: nowrap;
    }

    div.twocol {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0 !important;
    }

    #dltarget div.twocol {
        margin-right: 0 !important;
        width: 100%;
    }

    #custSvc p {
        margin-right: 0;
    }

    ul.jump {
        width: 92%;
        margin-left: 8%;
    }

    /* category view */
    p.fseinfo,
    p.fseok {
        width: 95%;
        margin: 12px auto;
    }

    h2.catcopy {
        font-weight: normal !important;
        font-size: 12px;
        line-height: 18px;
        width: 95%;
        margin: 10px auto;
        font-family: open_sansregular !important;
    }

    #subcats {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    #subcats div.catsubcontain {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 136px;
        font-size: 12px;
    }

    #subcats div.catsubcontain h3 {
        font-size: 12px;
    }

    #catmenu {
        width: 95% !important;
        margin: 0 auto;
        float: none;
        display: block;
        padding: 0;
    }

    /* Search Results */
    #search_wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    #search_wrapper div.container,
    #product_wrapper div.container {
        display: none;
    }


    /* product wrapper */
    div.mobile-container {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        background: url('/mobile-images/product-loop-bg.png') repeat-x bottom left;
        position: relative;
    }

    div.mobile-container > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    div p.viewnow {
        float: right;
        display: inline;
        font-family: open_sansbold;
        font-size: 14px;
        font-weight: normal;
        color: green;
        margin-top: 10px;
        margin-right: 20px;
    }

    div.mobile-container div.imgholder {
        margin-left: 10px;
        margin-right: 14px;
        margin-bottom: 14px;
        padding: 2px;
        background: #fff;
        border: 1px solid #ccc;
    }

    div.mobile-container h1 {
        font-family: open_sansbold;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        padding-top: 8px;
    }

    hr.rule {
        display: none;
    }

    p.sfor {
        font-size: 20px;
        line-height: 22px;
        margin-left: 5px;
        font-style: normal;
        font-family: open_sansregular;
    }

    p.resnum {
        font-size: 14px;
        font-family: open_sansregular;
        line-height: 18px;
        font-style: normal;
        margin-left: 5px;
    }

    .result_page {
        padding-top: 0 !important;
        background: #fff !important;
        border: 0 !important;
        width: 100% !important;
        margin: 12px 0 !important;
        font-family: open_sansregular;
        font-size: 20px;
    }

    .result_page span.sep,
    .result_page span.prev10,
    .result_page span.next10 {
        display: none;
    }

    #jumpcat select { max-width: 300px; }

    /* view product info page */
    div.container {
        width: 100%;
        margin: 0 !important;
    }

    div.container div.content {
        width: 95% !important;
        margin: 0px auto !important;
        padding-bottom: 60px !important;
    }

    div.container div.content img {
        max-width: 100%;
        height: auto;
    }

    input.additems {
    }

    div.options {
        margin-right: 10px !important;
        margin-bottom: 20px !important;
    }

    div.options p.option_row {
        margin: 0 0 18px 0 !important;
    }


    /* view product info page */
    div.container p.bottombox {
        width: auto !important;
        min-width: 100px !important;
        margin-right: 10px !important;
    }

    #service_award_wrapper {
        margin-left: 5px;
    }

    a.sabox {
        width: 80%;
        margin: 0px 5% 20px 5%;
        font-weight: normal;
        font-family: open_sansbold;
        padding: 6px 5%;
    }

    a.sabox span img {
        margin-left: 0;
        float: left;
    }

    a.sabox span {
        float: none;
        line-height: 18px;
        font-size: 14px;
        font-weight: normal;
        font-family: open_sanssemibold;
        display: block;
    }

    #pinback {
        width: 95%;
        margin: 0 auto;
    }


    /* Embroidery Page */
    #embform, #embty {
        width: 95%;
        margin: 12px auto 20px auto;
        z-index: 10;
        float: none;
        display: block;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #embcollage {
        width: 95%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    #embform p input, #embform p select {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-family: open_sansregular;
        font-size: 16px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #embform p textarea {
        width: 100%;
    }

    #embroidery {
        z-index: 9;
    }

    #embdesigns,
    #embships {
        left: 2px;
        top: 756px;
        height: 420px;
    }

    #quote_submit_button {
        height: 30px !important;
        line-height: 20px !important;
        font-weight: normal !important;
        font-family: open_sansbold !important;
    }

    #embroidery p {
        margin-left: 10px;
        margin-right: 10px;
    }


    #embroidery ul {
        margin-left: 10px;
    }

    #embroidery img {
        margin-left: 10px !important;
    }

    #embroidery ul li {
        font-weight: normal;
        font-family: open_sansbold;
    }



    /* view cart page */

    h2.fseok {
        width: 95%;
        margin: 12px auto 0 auto;
    }

    #totalContain {
        width: 251px;

    }

    #totals {
        margin-right: 0 !important;
        border-right: 0;
    }
    #totals td.value { width: 115px; }
    #cart {
        border-right: 0;
        border-left: 0;
        width: 100%;
        font-size: 10px;
    }

    #cart th {
        font-weight: normal !important;
        font-family: open_sansbold;
        width: auto !important;
        font-size: 10px;
    }

    #cart td {
        font-weight: normal !important;
        font-size: 10px;
    }

    #cart td a {
        text-decoration: underline;
    }

    #updateTotals {
        margin-right: 20px;
    }

    input.p2c {
        margin-right: 20px;
    }

    #totals td.value,
    #totals td.label {
        font-weight: normal;
        font-family: open_sansbold;
    }

    #totals td.snote {
        font-family: open_sansbold_italic;
        font-style: normal;
    }

    #continueLink {
        margin-left: 5px;
        font-weight: normal;
        font-family: open_sansbold;
    }

    #cartExtras {
        float: none;
        position: absolute;
        left: 13px;
        bottom: -202px;
    }

    #cartform {
        position: relative;
    }

    #tax_note {
        font-weight: normal !important;
        font-family: open_sansbold_italic;
        font-style: normal;
    }

    #secure_footer {
        width: 100%;
        padding-bottom: 20px;
    }

    #secure_notes {
        margin: 0;
        padding: 0 5%;
        width: 90%;
    }

    div#coupon-message {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width: 95% !important;
        margin: 10px auto;
    }

    /* checkout section */
    #progress {
        font-family: open_sansbold;
        font-weight: normal;
        width: 100%;
    }

    #progress li {
        padding-right: 10px;
    }

    div.checkout {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 30px 0;
        clear: both;
        border-left: 0;
        border-right: 0;
    }

    div.checkout p {
        font-size: 16px;
        padding-bottom: 8px;
    }

    div.checkout p.check {
        text-align: left;
    }

    div.checkout p.check input {
        float: left;
    }

    div.checkout p label {
        width: 22%;
    }



    div.checkout p.nomobile { display: none !important; }

    div.checkout p span,
    div.checkout p span.extlabel {
        width: 116px;
        margin-right: 4px;
    }

    div.checkout p input, div.checkout p select, div.checkout p textarea, div.signin p input, #username, #password {
        font-size: 16px;
        font-family: open_sansregular;
        line-height: 24px;
        height: 24px;

    }

    div.ptype p input[type=radio] {
        float: left;
        margin-right: 10px;
    }

    p.cardtype {
        margin-left: 0 !important;
        width: auto;
    }

    p.cardtype em { display: none !important; }

    p.cardtype label {
        float: left !important;
        font-size: 16px !important;
    }

    #ccpayment p span {
        margin-top: 0 !important;
        float: left !important;
        width: 30% !important;
    }

    #review_header {
        margin-left: 10px;
    }

    #review_header br { display: inline; }

    div.review p {
        line-height: 20px !important;
    }

    #confirmOrder p span {
        display: block;
        padding-top: 4px;
        font-size: 11px;
        line-height: 12px;
    }

    div.xav p,
    div.cleanError p,
    div.cleanError ul li {
        font-size: 14px;
        line-height: 20px;
    }

    div.fullwidth {
        width: 100%;
        margin: 0 10px 15px 10px;
    }



    div.checkout, div.account, div.next,
    #orderform > div {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        height: auto !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        border-right: 0 !important;
        border-left: 0 !important;
    }

    div.account > div {
        width: 100%;
    }



    #email1, #email2 {
        width: 100%;
    }

    #bfname, #blname, #sfname, #slname, #bcomp, #scomp, #bcountry, #scountry {
        width: 75%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #sadd1, #sadd2, #badd1, #badd2, #bcity, #scity {
        width: 75%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #bstate, #sstate {
        width: 42%;
        height: 24px !important;
        margin-top: -1px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }
    #bprovince, #sprovince {
        width: 121px;
    }

    #bzip, #szip, #bext, #sext {
        width: 65% !important;

        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    div.checkout p.required span,
    div.checkout p span.extlabel {
        width: 30%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #bphone, #sphone, #bfax {
        width: 42%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #bsp, #ssp {
        height: 22px;
    }

    #shtype {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #comments {
        width: 100%;
        height: 65px;
        margin-bottom: 3px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    div.payment p {
        width: 100% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }
    div.payment p label {
        width: 30% !important;
    }

    #cardtype {
        width: 65% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }


    #cardname, #cardnumber {
        width: 65%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #cardnumber {
        width: 35%;
        float: left;
    }



    #ccpayment p span label {
        float: left !important;
        width: 64% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #cvv {
        width: 30%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }


    #confirmOrder {
        width: 100%;
        margin: 0 0 20px 0;
        float: left;
        clear: both;
        padding-right: 0;
        padding-left: 0;
    }

    #confirmOrder p {
        width: 300px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
    }


    #mask {
        background: #fff;
        opacity: 1;
        z-index: 200;
    }
    #dltarget {
        padding: 0 20px 0 20px;
        height: 100%;
        overflow: visible;
        overflow-y: visible;
    }

    #dlclose.fixed {
        padding: 4px;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
    }

    #dloader {
        width: 100%;
        left: 0 !important;
        z-index: 210;
        height: auto !important;
    }


    #dltarget table {
        width: 100% !important;
    }

    #receiptNotes {
        width: 100%;
    }

    h2 a.printer {
        margin-top: 60px;
    }
}


@media screen and (max-width: 500px) {
    #map {
        float: none !important;
        margin: 10px auto !important;
        width: 95% !important;
        display: block !important;
    }

    #couponbox {
        font-size: 11px;
        width: 160px;
    }


}


@media screen and (max-width: 475px) {

    #header-text {
        display: none;
    }

    #header-text-320 {
        display: block;
        z-index: 101;
        position: absolute;
        top: 8px;
        left: 28px;
    }

    #mh-plane {
        display: none;
    }

    #mh-plane-320 {
        display: block;
        z-index: 102;
        position: absolute;
        top: 20px;
        left: 0;
    }

    #mobile-home-button {
        width: 200px;
    }

    #mobile-nav li {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    #mobile-nav li span {
        margin-top: 0;
        height: 40px;
        line-height: 40px;
    }

    #mobile-nav li span.twoline {
        height: 40px;
        line-height: 20px;
        margin-top: 0;
    }

    #mobile-nav li div {
        width: 76px;
        height: 40px;
        background-size: 100% 100% !important;
    }

    /* footer styles */
    #mobile-footer ul li {
        font-size: 13px;
    }

    #m-social {

    }

    #m-impac {
        font-size: 12px;
        margin-left: 0;
    }

    #m-cage {
        font-size: 12px;
    }

    #m-duns {
        margin-left: 36px;
        font-size: 12px;
    }

    #m-copyright {
        margin-top: 12px;
    }

    /* homepage */

    #aboutus > img {
        display: block !important;
        float: none !important;
        width: 100%;
        height: auto;
        margin: 0px auto 12px auto !important;
    }

    div.mobile-container h1 {
        font-size: 12px;
        line-height: 16px;
    }

    div.mobile-container p.bottombox {
        font-size: 10px;
        width: 90px;
    }

    div p.viewnow {
        display: none;
    }

    p.more_320 {
        display: block;
        width: 100%;
        text-align: center;
        font-family: open_sansbold;
        font-size: 14px;
        font-weight: normal;
        color: green;
    }

    div.mobile-container p.bottombox span.itemprice,
    div.mobile-container p.bottombox span.itemsku {
        font-size: 12px;
    }

    p.result_page {
        font-size: 12px !important;
    }

    img.cartThumb {
        display: none !important;
    }

    #cart td.qty { padding-left: 0; }

    #cart td.image,
    #cart td.refresh {
        visibility: hidden;
        width: 0px;
        padding: 0;
    }
    #cart td.refresh input { display: none; }

    #cart td.qty input.qtybox {
        width: 12px;
        font-size: 10px;
    }

    #cartExtras {
        bottom: -352px;
    }

    #secure_footer {
        padding-top: 140px;
    }

    #progress {
        font-size: 11px;
    }

    div.signin h3, div.checkout h3, div.account h3 {
        font-size: 14px;
    }

    div.xav,
    div.formError,
    div.signin p input,
    div.account p input,
    div.checkout p input,
    div.checkout p select,
    #comments,
    div.checkout p,
    div.checkout p label {
        font-size: 12px !important;
    }


    #embroidery ul {
        margin-left: 10px;
        background: transparent;
    }
}