﻿/*=====================
Color information

- black: #111111
- red: #be4130

=======================*/

/*=====================
CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

/*=====================
@Font-Face
=======================*/

/*=====================
base styles
=======================*/

html {
    font-family: 'Open Sans', sans-serif!important;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Open Sans', sans-serif!important;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*=====================
typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 30px;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

/*=====================
link styles
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: inherit;
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: inherit;
}

/*=====================
header styles
=======================*/

header {
    margin: 0 auto;
    width: 100%;
    background: #111;
    position: relative;
}

.top-header {
    text-align: right;
    color: #fff;
    padding: 1% 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: ;
}

.top-header p {
    padding-right: 110px;
}

.top-header p,
.top-header img {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    /* position: absolute;
width: 68%;
margin: 0 auto;
display: block;
padding: 0 45px; */
}

.logo-bg {
    width: 200px;
    height: 160px;
    position: relative;
    background: #111;
    z-index: 500;
    margin-left: 100px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.logo-bg a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-bg img {
    max-width: 150px;
}

/*=====================
nav styles
=======================*/

nav.mobile {
    display: none;
}

#menu-button {
    display: none;
}

/* ----- */

nav.primary {
    max-width: 100%;
    background: #be4130;
    text-align: right;
    margin-top: -160px;
}

nav.primary ul {
    margin: 0;
    padding-right: 100px;
}

nav.primary ul li {
    display: inline-block;
}

nav.primary ul li a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

nav.primary ul li a:hover {
    background: #111;
}

/* DROP DOWNS */

nav.primary ul li li a {
    /* appearance of the sub-level links */
    background: #4478db;
    width: 150px;
    display: block;
    text-decoration: none !important;
}

nav.primary ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #5689EC !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */

nav.primary ul ul {
    display: none;
    position: absolute;
    padding-top: 1.5%;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    line-height: 18px;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    margin: 0;
    display: block;
}

/*=====================
slideshow styles
=======================*/

/*=====================
banner styles
=======================*/

.banner {}

/*=====================
layout styles
=======================*/

.wrap {
    max-width: 60%;
    margin: 0 auto;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 24%;
}

.col-1-3 {
    width: 33%;
}

.col-1-2 {
    width: 49%;
}

.col-2-3 {
    width: 65%;
}

.col-3-4 {
    width: 75%;
}

/*=====================
footer styles
=======================*/

footer {
    margin: 0;
    width: 100%;
    background: #111;
    text-align: center;
}

footer ul {
    margin: 0;
    color: #fff;
    padding: .5% 0;
    background: #be4130;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    padding: 10px 15px;
    text-transform: uppercase;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 1% 0;
}

/*=====================
Home Page
=======================*/

.slideshow-overlay {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 40000;
    width: 100%;
}

.cycle-slideshow {
    position: relative;
    width: 100%;
}

.welcome {
    text-transform: uppercase;
    color: #be4130;
    font-size: 20px;
    text-shadow: #333 2px 2px 2px;
}

.title {
    color: #fff;
    font-size: 40px;
    padding-bottom: 2.5%;
}

.callout-btn {
    width: 100%;
    margin: 0 0 5% 0;
    background: #111;
    text-align: right;
    font-size: 14px;
    box-sizing: border-box;
}

.callout-btn h3,
.callout-btn img {
    display: inline-block;
    vertical-align: middle;
}

.callout-btn h3 {
    color: #fff;
    text-transform: uppercase;
    padding-right: 18%;
}

.callout-span,
.auctiontime-btn {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    text-align: center;
}

.auctiontime-btn {
    padding-left: 2%;
}

.auctiontime-btn img {
    width: 90%;
    margin: 0 auto;
}

.intro-section {
    background: url(../siteart/bg-img.png) repeat;
    background-position: cover;
    background-size: center;
    padding: 3% 0;
    color: #fff;
}

.intro-section h1 {
    text-transform: uppercase;
    color: #fff;
}

.blk-bg {
    background: #111;
    padding: 2%;
}

.contact-btn {
    background: #be4130;
    padding: 1% 0;
    text-align: center;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
}

/*===========================
Consignment Page
===========================*/

.consignment-pg {
    padding: 8% 0 3% 0;
}

/*===========================
Consignment form Page
===========================*/

.consignment-pg form {
    width: 100%;
    padding: 1%;
    margin: 1.5% 0;
    background: #f9f9f9;
    border: #ccc 1px solid;
}

.consignment-pg h3 {
    background: #be4130;
    padding: 1% 0 1% .5%;
    text-transform: uppercase;
    font-size: 16px;
    color: #f9f9f9;
}

input {
    width: 48%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: .5% 0;
}

.checkbox {
    width: 3%;
    display: inline-block;
    vertical-align: middle;
}

.form-p {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
}

.form-field-select {
    width: 100%;
    margin: .5% 0;
}

.form-p-2 {
    width: 88%;
    display: inline-block;
    vertical-align: middle;
}

.select-form {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.consignment-pg form .CaptchaMessagePanel {
    font-weight: bold;
    color: #111 !important;
}

.consignment-pg form input.button {
    background: #be4130;
    border: #ce1f23 3px solid;
    box-shadow: none;
    padding: .7% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.consignment-pg form input.button:hover {
    background: transparent;
    color: #be4130;
    cursor: pointer;
}

/*=====================
Auctions Page
=======================*/

.auctions-pg {
    padding: 8% 0 3% 0;
}

/*=====================
Contact Page
=======================*/

.contact-pg {
    padding: 8% 0 3% 0;
}

.contact-pg .col-1-2 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.contact-form-bg {
    background: #f9f9f9;
    border: #ccc 1px solid;
    padding: 2%;
}

.contact-form-bg form input {
    width: 31.5%;
}

.contact-form-bg form textarea {
    width: 98%;
    margin-top: 1%;
}

.CaptchaMessagePanel {
    padding: 0px !important;
    font-weight: bold;
    font-size: 11px !important;
}

.contact-form-bg form input.button {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #be4130;
    border: #ce1f23 3px solid;
    padding: .8% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-form-bg form input.button:hover {
    background: transparent;
    color: #be4130;
    cursor: pointer;
}

/*=====================
Inventory Page
=======================*/

.retail-section {
    margin: 8% 0 3% 0;
}

.retail-btns {
    width: 31%;
    background: #be4130;
    padding: 1% 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 1%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

#btnSearch {}

.hosted-content #listings-title {}

.btn,
.btn-on-auction {}

/* ====================
RESPONSIVE SCREENS
=================================== */

/* @media screen and (max-width: 1900px) {

} */

@media screen and (max-width: 1700px) {
    nav.primary ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1645px) {
    .wrap {
        max-width: 65%;
    }
}

@media screen and (max-width: 1550px) {
    .logo-bg {
        transform: scale(0.8) translateY(-60px);
    }
    .wrap {
        max-width: 70%;
    }

    nav.primary ul {
        padding-right: 7%;
    }

    .logo-bg {
        /* margin-left: 150px; */
    }

    nav.primary ul li a {
        font-size: .8vw;
    }
}

@media screen and (max-width: 1390px) {

    .top-header p {
        padding-right: 2%;
    }

    .logo-bg {
        width: 15%;
        height: 150px;
        margin-left: 55px;
        transform: scale(0.8) translateY(-60px);
    }

    .logo {
        width: 75%;
        padding: 0 25px;
    }

    nav.primary {
        margin-top: -150px;
    }

    nav.primary ul {
        padding-right: 2%;
    }

    .wrap {
        max-width: 80%;
    }

    .callout-btn h3 {
        padding-right: 5%;
    }

    .logo-bg {
        transform: scale(0.7) translateY(-60px);
        -webkit-transform: scale(0.7) translateY(-60px);
        -moz-transform: scale(0.7) translateY(-60px);
        -ms-transform: scale(0.7) translateY(-60px);
        -o-transform: scale(0.7) translateY(-60px);
    }
}

@media screen and (max-width: 1350px) {}


@media screen and (max-width: 1280px) {
    .retail-section {
        margin: 10% 0 3% 0;
    }

    .logo {
        width: 65%;
        padding: 0 35px;
    }

    .top-header {
        text-align: center;
        font-size: 15px;
    }

    .top-header p {
        padding-right: 0;
    }

    .logo-bg {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
        position: static;
        margin-left: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .logo {
        position: static;
        width: 25%;
    }

    nav.primary {
        margin-top: -125px;
    }

    nav.primary ul {
        padding-right: 5%;
    }

    nav.primary ul li a {
        padding: 15px 10px;
    }

    .wrap {
        max-width: 85%;
    }

    .contact-btn {
        width: 60%;
    }

    /* Retail Equipment */
    .retail-section {
        margin: 5% 0 3% 0;
    }

    /* Contact */
    .contact-form-bg form input {
        width: 31%;
    }

    nav.primary {
        display: none;
    }

    #menu-button {
        /* initially will need to be hidden */
        display: block;
        font-size: 25px;
        max-width: 100%;
        position: relative;
        z-index: 20000;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 1% 0 1% 3%;
        background-color: #be4130;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 50000;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 4px solid #222;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        border-top: 1px solid #151515;
        border-bottom: 1px solid #454545;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../siteart/arrow.png) 10px 12px no-repeat;
        background-size: 45%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 10px 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 40px;
        height: 40px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }

    .logo-bg {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@media screen and (max-width: 975px) {
    .top-header {
        text-align: center;
    }

    .top-header p {
        padding-right: 5%;
    }

    .logo-bg {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
        position: static;
        margin-left: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .logo {
        position: static;
        width: 25%;
    }

    .wrap {
        max-width: 90%;
    }

    .title {
        font-size: 35px;
    }

    .slideshow-overlay {
        top: 15%;
    }

    .callout-span,
    .auctiontime-btn {
        width: 47%;
        vertical-align: top;
    }

    .callout-btn {
        font-size: 11px;
    }

    .callout-btn h3 {
        padding-right: 10%;
    }

    .callout-btn img {
        width: 45px;
    }

    .contact-btn {
        width: 75%;
    }

    /*consignment*/
    .consignment-pg form input.button {
        width: 95%;
    }

    /*Inventory*/
    .retail-btns {
        width: 47%;
        padding: 2% 0px;
        display: inline-block;
        margin: 1%;
    }

    /*contact*/
    .contact-form-bg form input {
        display: block;
        width: 99%;
        margin: 2% 0;
    }

    nav.primary {
        display: none;
    }

    #menu-button {
        /* initially will need to be hidden */
        display: block;
        font-size: 25px;
        max-width: 100%;
        position: relative;
        z-index: 20000;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 1% 0 1% 3%;
        background-color: #be4130;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 50000;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 4px solid #222;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        border-top: 1px solid #151515;
        border-bottom: 1px solid #454545;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../siteart/arrow.png) 10px 12px no-repeat;
        background-size: 45%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 10px 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 40px;
        height: 40px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }
}

@media screen and (max-width: 760px) {
    .top-header {
        text-align: center;
        font-size: 15px;
    }

    .top-header p {
        padding-right: 0;
    }

    .logo-bg {
        width: 100%;
        height: auto;
        padding: 0 0 1% 0;
        position: static;
        margin-left: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .logo {
        position: static;
        width: 43%;
    }

    .wrap {
        max-width: 95%;
    }

    h1 {
        font-size: 26px;
    }

    .slideshow-overlay {
        position: static;
        top: 0;
        left: 0;
    }

    .welcome {
        font-size: 16px;
        text-shadow: none;
    }

    .title {
        font-size: 32px;
        color: #111;
    }

    .callout-span,
    .auctiontime-btn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .callout-btn {
        margin: 0 0 3% 0px;
    }

    .callout-btn h3 {
        padding-right: 5%;
        font-size: 14px;
    }

    .auctiontime-btn {
        padding-left: 0%;
        margin: 0 0 2% 0;
    }

    .auctiontime-btn img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .contact-btn {
        padding: 2% 0;
        width: 100%;
    }

    footer ul li a {
        padding: 10px 12px;
        font-size: 16px;
    }

    .divfooter {
        width: 95%;
    }

    /*consginment*/
    .consignment-pg form input.button {
        padding: 2% 0;
        width: 100%;
    }

    input {
        width: 95%;
        padding: 5px;
        display: block;
        vertical-align: top;
        margin: 1% 0;
    }

    .checkbox {
        width: 5%;
    }

    .form-p {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    .select-form {
        width: 20%;
    }

    .form-field-select {
        margin: 3% 0;
    }

    /*contact*/
    .contact-pg .col-1-2 {
        display: block;
        width: 100%;
        margin: 2% 0;
    }

    .contact-form-bg form input {
        display: block;
        width: 99%;
        margin: 2% 0;
    }

    /*Inventory*/
    .retail-btns {
        width: 100%;
        padding: 3% 0px;
        display: block;
        margin: 1% 0;
    }


    nav.primary {
        display: none;
    }

    #menu-button {
        /* initially will need to be hidden */
        display: block;
        font-size: 25px;
        max-width: 100%;
        position: relative;
        z-index: 20000;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 1% 0 1% 3%;
        background-color: #be4130;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 50000;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 4px solid #222;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        border-top: 1px solid #151515;
        border-bottom: 1px solid #454545;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../siteart/arrow.png) 10px 12px no-repeat;
        background-size: 45%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 10px 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 40px;
        height: 40px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }
}