@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");
/* Verti by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Basic */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: #fff;
    background-position: top left, top left;
    background-repeat: repeat-x, repeat;
    background-size: 100% 30em, auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #444444;
    font-weight: 400;
    line-height: 2.2;
    overflow-x: hidden;
}

    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #696969;
    font-weight: 300;
    line-height: 2.25em;
}

a {
    color: #E02626;
    text-decoration: underline;
}

    a:hover {
        /* text-decoration: none;
     */
    }

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-weight: 800;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
        outline: 0;
    }

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.7em;
    margin: 0;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
    margin: 0 0 0em 0;
}

b, strong {
    font-weight: 600;
    color: #444;
}

i, em {
    font-style: italic;
}

br.clear {
    clear: both;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    width: 100%;
    display: block;
    border: none;
    margin: 20px 0px;
    height: 2px;
    background: rgba(68, 68, 68, 0.16);
}

blockquote {
    border-left: solid 0.5em #eee;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p, ul, ol, dl, table {
    margin-bottom: 2em;
}
/* Container */
.container {
    margin: 0 auto;
    max-width: 100%;
    /* width: 1400px;
     */
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .container {
        /* width: 1200px;
         */
    }
}

@media screen and (max-width: 1280px) {
    .container {
        /* width: 960px;
         */
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 100%;
    }
}
/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp {
        order: -1;
    }

    .row > .col-1 {
        width: 8.3333333333%;
    }

    .row > .off-1 {
        margin-left: 8.3333333333%;
    }

    .row > .col-2 {
        width: 16.6666666667%;
    }

    .row > .off-2 {
        margin-left: 16.6666666667%;
    }

    .row > .col-3 {
        width: 25%;
    }

    .row > .off-3 {
        margin-left: 25%;
    }

    .row > .col-4 {
        width: 33.3333333333%;
    }

    .row > .off-4 {
        margin-left: 33.3333333333%;
    }

    .row > .col-5 {
        width: 41.6666666667%;
    }

    .row > .off-5 {
        margin-left: 41.6666666667%;
    }

    .row > .col-6 {
        width: 50%;
        display: inline-block;
    }

    .row > .off-6 {
        margin-left: 50%;
    }

    .row > .col-7 {
        width: 58.3333333333%;
    }

    .row > .off-7 {
        margin-left: 58.3333333333%;
    }

    .row > .col-8 {
        width: 66.6666666667%;
    }

    .row > .off-8 {
        margin-left: 66.6666666667%;
    }

    .row > .col-9 {
        width: 75%;
    }

    .row > .off-9 {
        margin-left: 75%;
    }

    .row > .col-10 {
        width: 83.3333333333%;
    }

    .row > .off-10 {
        margin-left: 83.3333333333%;
    }

    .row > .col-11 {
        width: 91.6666666667%;
    }

    .row > .off-11 {
        margin-left: 91.6666666667%;
    }

    .row > .col-12 {
        width: 100%;
    }

    .row > .off-12 {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

        .row.gtr-0 > * {
            padding: 0px 0 0 0px;
        }

        .row.gtr-0.gtr-uniform {
            margin-top: 0px;
        }

            .row.gtr-0.gtr-uniform > * {
                padding-top: 0px;
            }

    .row.gtr-25 {
        margin-top: -10px;
        margin-left: -10px;
    }

        .row.gtr-25 > * {
            padding: 10px 0 0 10px;
        }

        .row.gtr-25.gtr-uniform {
            margin-top: -10px;
        }

            .row.gtr-25.gtr-uniform > * {
                padding-top: 10px;
            }

    .row.gtr-50 {
        margin-top: -20px;
        margin-left: -20px;
    }

        .row.gtr-50 > * {
            padding: 20px 0 0 20px;
        }

        .row.gtr-50.gtr-uniform {
            margin-top: -20px;
        }

            .row.gtr-50.gtr-uniform > * {
                padding-top: 20px;
            }

.row {
    /* margin-top: -40px;
     */
    /* margin-left: -40px;
     */
}

    .row > * {
        padding: 20px 20px 0 20px;
    }

    .row.gtr-uniform {
        margin-top: -40px;
    }

        .row.gtr-uniform > * {
            padding-top: 40px;
        }

    .row.gtr-150 {
        margin-top: -60px;
        margin-left: -60px;
    }

        .row.gtr-150 > * {
            padding: 60px 0 0 60px;
        }

        .row.gtr-150.gtr-uniform {
            margin-top: -60px;
        }

            .row.gtr-150.gtr-uniform > * {
                padding-top: 60px;
            }

    .row.gtr-200 {
        margin-top: -80px;
        margin-left: -80px;
    }

        .row.gtr-200 > * {
            padding: 80px 0 0 80px;
        }

        .row.gtr-200.gtr-uniform {
            margin-top: -80px;
        }

            .row.gtr-200.gtr-uniform > * {
                padding-top: 80px;
            }

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-xlarge {
            order: -1;
        }

        .row > .col-1-xlarge {
            width: 8.3333333333%;
        }

        .row > .off-1-xlarge {
            margin-left: 8.3333333333%;
        }

        .row > .col-2-xlarge {
            width: 16.6666666667%;
        }

        .row > .off-2-xlarge {
            margin-left: 16.6666666667%;
        }

        .row > .col-3-xlarge {
            width: 25%;
        }

        .row > .off-3-xlarge {
            margin-left: 25%;
        }

        .row > .col-4-xlarge {
            width: 33.3333333333%;
        }

        .row > .off-4-xlarge {
            margin-left: 33.3333333333%;
        }

        .row > .col-5-xlarge {
            width: 41.6666666667%;
        }

        .row > .off-5-xlarge {
            margin-left: 41.6666666667%;
        }

        .row > .col-6-xlarge {
            width: 50%;
        }

        .row > .off-6-xlarge {
            margin-left: 50%;
        }

        .row > .col-7-xlarge {
            width: 58.3333333333%;
        }

        .row > .off-7-xlarge {
            margin-left: 58.3333333333%;
        }

        .row > .col-8-xlarge {
            width: 66.6666666667%;
        }

        .row > .off-8-xlarge {
            margin-left: 66.6666666667%;
        }

        .row > .col-9-xlarge {
            width: 75%;
        }

        .row > .off-9-xlarge {
            margin-left: 75%;
        }

        .row > .col-10-xlarge {
            width: 83.3333333333%;
        }

        .row > .off-10-xlarge {
            margin-left: 83.3333333333%;
        }

        .row > .col-11-xlarge {
            width: 91.6666666667%;
        }

        .row > .off-11-xlarge {
            margin-left: 91.6666666667%;
        }

        .row > .col-12-xlarge {
            width: 100%;
        }

        .row > .off-12-xlarge {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -10px;
            margin-left: -10px;
        }

            .row.gtr-25 > * {
                padding: 10px 0 0 10px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -10px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 10px;
                }

        .row.gtr-50 {
            margin-top: -20px;
            margin-left: -20px;
        }

            .row.gtr-50 > * {
                padding: 20px 0 0 20px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -20px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 20px;
                }

    .row {
        margin-top: -40px;
        margin-left: -40px;
    }

        .row > * {
            padding: 40px 0 0 40px;
        }

        .row.gtr-uniform {
            margin-top: -40px;
        }

            .row.gtr-uniform > * {
                padding-top: 40px;
            }

        .row.gtr-150 {
            margin-top: -60px;
            margin-left: -60px;
        }

            .row.gtr-150 > * {
                padding: 60px 0 0 60px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -60px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 60px;
                }

        .row.gtr-200 {
            margin-top: -80px;
            margin-left: -80px;
        }

            .row.gtr-200 > * {
                padding: 80px 0 0 80px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -80px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 80px;
                }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-large {
            order: -1;
        }

        .row > .col-1-large {
            width: 8.3333333333%;
        }

        .row > .off-1-large {
            margin-left: 8.3333333333%;
        }

        .row > .col-2-large {
            width: 16.6666666667%;
        }

        .row > .off-2-large {
            margin-left: 16.6666666667%;
        }

        .row > .col-3-large {
            width: 25%;
        }

        .row > .off-3-large {
            margin-left: 25%;
        }

        .row > .col-4-large {
            width: 33.3333333333%;
        }

        .row > .off-4-large {
            margin-left: 33.3333333333%;
        }

        .row > .col-5-large {
            width: 41.6666666667%;
        }

        .row > .off-5-large {
            margin-left: 41.6666666667%;
        }

        .row > .col-6-large {
            width: 50%;
        }

        .row > .off-6-large {
            margin-left: 50%;
        }

        .row > .col-7-large {
            width: 58.3333333333%;
        }

        .row > .off-7-large {
            margin-left: 58.3333333333%;
        }

        .row > .col-8-large {
            width: 66.6666666667%;
        }

        .row > .off-8-large {
            margin-left: 66.6666666667%;
        }

        .row > .col-9-large {
            width: 75%;
        }

        .row > .off-9-large {
            margin-left: 75%;
        }

        .row > .col-10-large {
            width: 83.3333333333%;
        }

        .row > .off-10-large {
            margin-left: 83.3333333333%;
        }

        .row > .col-11-large {
            width: 91.6666666667%;
        }

        .row > .off-11-large {
            margin-left: 91.6666666667%;
        }

        .row > .col-12-large {
            width: 100%;
        }

        .row > .off-12-large {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -6.25px;
            margin-left: -6.25px;
        }

            .row.gtr-25 > * {
                padding: 6.25px 0 0 6.25px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -6.25px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 6.25px;
                }

        .row.gtr-50 {
            margin-top: -12.5px;
            margin-left: -12.5px;
        }

            .row.gtr-50 > * {
                padding: 12.5px 0 0 12.5px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -12.5px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 12.5px;
                }

    .row {
        margin-top: -25px;
        margin-left: -25px;
    }

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row.gtr-uniform {
            margin-top: -25px;
        }

            .row.gtr-uniform > * {
                padding-top: 25px;
            }

        .row.gtr-150 {
            margin-top: -37.5px;
            margin-left: -37.5px;
        }

            .row.gtr-150 > * {
                padding: 37.5px 0 0 37.5px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -37.5px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 37.5px;
                }

        .row.gtr-200 {
            margin-top: -50px;
            margin-left: -50px;
        }

            .row.gtr-200 > * {
                padding: 50px 0 0 50px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -50px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 50px;
                }
}

@media screen and (max-width:1024px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-medium {
            order: -1;
        }

        .row > .col-1-medium {
            width: 8.3333333333%;
        }

        .row > .off-1-medium {
            margin-left: 8.3333333333%;
        }

        .row > .col-2-medium {
            width: 16.6666666667%;
        }

        .row > .off-2-medium {
            margin-left: 16.6666666667%;
        }

        .row > .col-3-medium {
            width: 25%;
        }

        .row > .off-3-medium {
            margin-left: 25%;
        }

        .row > .col-4-medium {
            width: 33.3333333333%;
        }

        .row > .off-4-medium {
            margin-left: 33.3333333333%;
        }

        .row > .col-5-medium {
            width: 41.6666666667%;
        }

        .row > .off-5-medium {
            margin-left: 41.6666666667%;
        }

        .row > .col-6-medium {
            width: 50%;
        }

        .row > .off-6-medium {
            margin-left: 50%;
        }

        .row > .col-7-medium {
            width: 58.3333333333%;
        }

        .row > .off-7-medium {
            margin-left: 58.3333333333%;
        }

        .row > .col-8-medium {
            width: 66.6666666667%;
        }

        .row > .off-8-medium {
            margin-left: 66.6666666667%;
        }

        .row > .col-9-medium {
            width: 75%;
        }

        .row > .off-9-medium {
            margin-left: 75%;
        }

        .row > .col-10-medium {
            width: 83.3333333333%;
        }

        .row > .off-10-medium {
            margin-left: 83.3333333333%;
        }

        .row > .col-11-medium {
            width: 91.6666666667%;
        }

        .row > .off-11-medium {
            margin-left: 91.6666666667%;
        }

        .row > .col-12-medium {
            width: 100%;
        }

    .inventory-header > * {
        margin: 0 !important;
        padding: 0 !important;
    }

    .notches {
        margin-left: 20px
    }

    .row > .off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

        .row.gtr-0 > * {
            padding: 0px 0 0 0px;
        }

        .row.gtr-0.gtr-uniform {
            margin-top: 0px;
        }

            .row.gtr-0.gtr-uniform > * {
                padding-top: 0px;
            }

    .row.gtr-25 {
        margin-top: -6.25px;
        margin-left: -6.25px;
    }

        .row.gtr-25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.gtr-25.gtr-uniform {
            margin-top: -6.25px;
        }

            .row.gtr-25.gtr-uniform > * {
                padding-top: 6.25px;
            }

    .row.gtr-50 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

        .row.gtr-50 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.gtr-50.gtr-uniform {
            margin-top: -12.5px;
        }

            .row.gtr-50.gtr-uniform > * {
                padding-top: 12.5px;
            }

    .row {
        margin-top: -25px;
        margin-left: -25px;
    }

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row.gtr-uniform {
            margin-top: -25px;
        }

            .row.gtr-uniform > * {
                padding-top: 25px;
            }

        .row.gtr-150 {
            margin-top: -37.5px;
            margin-left: -37.5px;
        }

            .row.gtr-150 > * {
                padding: 37.5px 0 0 37.5px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -37.5px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 37.5px;
                }

        .row.gtr-200 {
            margin-top: -50px;
            margin-left: -50px;
        }

            .row.gtr-200 > * {
                padding: 50px 0 0 50px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -50px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 50px;
                }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-small {
            order: -1;
        }

        .row > .col-1-small {
            width: 8.3333333333%;
        }

        .row > .off-1-small {
            margin-left: 8.3333333333%;
        }

        .row > .col-2-small {
            width: 16.6666666667%;
        }

        .row > .off-2-small {
            margin-left: 16.6666666667%;
        }

        .row > .col-3-small {
            width: 25%;
        }

        .row > .off-3-small {
            margin-left: 25%;
        }

        .row > .col-4-small {
            width: 33.3333333333%;
        }

        .row > .off-4-small {
            margin-left: 33.3333333333%;
        }

        .row > .col-5-small {
            width: 41.6666666667%;
        }

        .row > .off-5-small {
            margin-left: 41.6666666667%;
        }

        .row > .col-6-small {
            width: 50%;
        }

        .row > .off-6-small {
            margin-left: 50%;
        }

        .row > .col-7-small {
            width: 58.3333333333%;
        }

        .row > .off-7-small {
            margin-left: 58.3333333333%;
        }

        .row > .col-8-small {
            width: 66.6666666667%;
        }

        .row > .off-8-small {
            margin-left: 66.6666666667%;
        }

        .row > .col-9-small {
            width: 75%;
        }

        .row > .off-9-small {
            margin-left: 75%;
        }

        .row > .col-10-small {
            width: 83.3333333333%;
        }

        .row > .off-10-small {
            margin-left: 83.3333333333%;
        }

        .row > .col-11-small {
            width: 91.6666666667%;
        }

        .row > .off-11-small {
            margin-left: 91.6666666667%;
        }

        .row > .col-12-small {
            width: 100%;
        }

        .row > .off-12-small {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -5px;
            margin-left: -5px;
        }

            .row.gtr-25 > * {
                padding: 5px 0 0 5px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -5px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 5px;
                }

        .row.gtr-50 {
            margin-top: -10px;
            margin-left: -10px;
        }

            .row.gtr-50 > * {
                padding: 10px 0 0 10px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -10px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 10px;
                }

    .row {
        margin-top: -20px;
        margin-left: -20px;
    }

        .row > * {
            padding: 20px 0 0 20px;
        }

        .row.gtr-uniform {
            margin-top: -20px;
        }

            .row.gtr-uniform > * {
                padding-top: 20px;
            }

        .row.gtr-150 {
            margin-top: -30px;
            margin-left: -30px;
        }

            .row.gtr-150 > * {
                padding: 30px 0 0 30px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -30px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 30px;
                }

        .row.gtr-200 {
            margin-top: -40px;
            margin-left: -40px;
        }

            .row.gtr-200 > * {
                padding: 40px 0 0 40px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -40px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 40px;
                }
}
/* Section/Article */
section, article {
    margin-bottom: 5em;
}

    section > :last-child, article > :last-child, section:last-child, article:last-child {
        margin-bottom: 0;
    }

header {
    margin: 0;
}

.box header {
    text-align: center;
    font-size: 15px;
    padding: 0;
}

header h2, header h3 {
    margin: 0 0 0.25em 0;
}

header p {
    margin: 0;
}

footer {
    margin: 2.5em 0 0 0;
}
/* Forms */
form label {
    display: block;
    font-weight: 800;
    margin: 0 0 1em 0;
    font-size: 0.8em;
    color: #444;
}

/*form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    border: none;
}*/
form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
    border: 1px solid #ccc;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
}

    form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
        border-color: #0090c5;
    }

form input[type="text"], form input[type="email"], form input[type="password"] {
    line-height: normal;
    padding: .6em;
}

form select {
    line-height: 1.5em;
}

form textarea {
    min-height: 9em;
    padding: 1em;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}
/* Tables */
table {
    width: 100%;
}

    table tr {
        border-top: solid 1px #eee;
    }

        table tr:first-child {
            border-top: 0;
        }

    table td {
        padding: 0.5em 1em 0.5em 1em;
    }

    table th {
        text-align: left;
        padding: 0.5em 1em 0.5em 1em;
        font-weight: 800;
        margin: 0 0 1em 0;
    }

    table thead {
        background: #404248;
        color: #fff;
    }
/* Image */
.image {
    display: inline-block;
    outline: 0;
}

    .image img {
        display: block;
        width: 100%;
    }

    .image.fit {
        display: block;
        width: 100%;
    }

    .image.featured {
        display: block;
        width: 100%;
        margin: 0 0 2.5em 0;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2.5em 0;
    }

        .image.centered img {
            margin: 0 auto;
            width: auto;
        }
/* Button */
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: rgb(224 38 38)!important;
    color: #f7f7f7;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-size: 1em;
    padding: 0.2em 1.5em;
    /* text-shadow: -2px 2px #000000bf;
     */
}

    input[type="button"].icon:before, input[type="submit"].icon:before, input[type="reset"].icon:before, button.icon:before, .button.icon:before {
        position: relative;
        margin-right: 0.5em;
        top: 0.05em;
    }

    input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
        background: rgb(0, 0, 0) !important;
    }

    input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active, .button:active {
        background: #22a032;
    }

    input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, button.alt, .button.alt {
        background: #f1f1f1;
        background: rgba(213, 30, 41, 0.44);
    }

        input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover, button.alt:hover, .button.alt:hover {
            background: #e8e8e8;
            background: rgba(0, 0, 0, 0.085);
            color: rgba(255, 255, 255, 0.7);
        }

        input[type="button"].alt:active, input[type="submit"].alt:active, input[type="reset"].alt:active, button.alt:active, .button.alt:active {
            background: #e4e4e4;
            background: rgba(0, 0, 0, 0.15);
        }

    input[type="button"].large, input[type="submit"].large, input[type="reset"].large, button.large, .button.large {
        font-size: 1.0em;
        padding: 0.5em 1.5em .5em 1.5em;
        font-weight: 700;
    }
/* List */
ul {
    list-style: disc;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
    }

    ul.style2 {
        list-style: none;
        padding-left: 0;
    }

        ul.style2 li {
            padding-left: 0;
        }

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }
/* Actions */
ul.actions {
    list-style: none;
    padding-left: 0;
}

    ul.actions li {
        display: inline-block;
        padding: 0 0 0 0.25em;
        margin: 0 0 0 0.25em;
    }

        ul.actions li:first-child {
            margin-left: 0;
            padding-left: 0;
        }
/* Menu */
ul.menu {
    list-style: none;
    padding-left: 0;
}

    ul.menu li {
        border-left: solid 1px #e0e0e0;
        display: inline-block;
        padding: 0 0 0 0.75em;
        margin: 0 0 0 0.75em;
    }

        ul.menu li:first-child {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }
/* Box */
.box {
    /* background: #fff;
     */
    /* border-radius: 6px;
     */
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
     */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
     */
    padding: 2em;
}

    .box.feature {
        background: #fff;
        text-align: center;
        /* border: 1px solid #ccc;
     */
        position: relative;
    }

        .box.feature .inner {
            padding: 0em;
        }

        .box.feature h2 {
            font-size: 1.1em;
        }

        .box.feature h3 {
            padding: 20px 0 10px 0px;
            background: #fff;
            line-height: 1.5em;
            font-weight: 700;
            line-height: 1;
            font-size: 17px;
            width: 100%;
            /* text-shadow: -1px 2px 2px rgba(150, 150, 150, 1);
     */
            text-overflow: ellipsis;
            overflow: hidden;
            /* white-space: nowrap;
     */
            margin: 15px 0px;
        }

        .box.feature p {
            margin: 0;
        }

        .box.feature .image {
            position: relative;
            margin: 0;
        }

            .box.feature .image img {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                /* border: 2px solid #ccc;
     */
            }
/* Icons */
.fa-1x {
    /* font-size:31px!important;
     */
    /* line-height: .1;
     */
    /* vertical-align: middle;
     */
}

.icon {
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
    }

.inventory-header .icon {
    margin-right: 0;
}
/* Widgets */
.widget.thumbnails .grid {
    margin: 0 0 3em 0;
}

.widget.thumbnails .image {
    margin: 0;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    color: #dedede;
}

.widget.contact {
    text-align: center;
    max-width: 1280px;
    margin:  0 auto;
    line-height: 2;
}

    .widget.contact ul {
        list-style: none;
        padding:  0;
        overflow: hidden;
        position: relative;
        left: -4px;
        top: 4px;
        /* margin-bottom: 1.5em; */
    }

        .widget.contact ul li {
            
display: inline-block;
            
padding: 0 30px;
            
vertical-align: top;
            
margin: 0;
            
width: 33%;
        }

            .widget.contact ul li a {
                -moz-transition: background-color .25s ease-in-out;
                -webkit-transition: background-color .25s ease-in-out;
                -ms-transition: background-color .25s ease-in-out;
                transition: background-color .25s ease-in-out;
                text-align: center;
                border-radius: 0.35em;
                outline: 0;
                opacity: 1;
                text-decoration: none;
                /* background: #444444;
     */
            }

                .widget.contact ul li a:before {
                    color: #f3f3f3;
                    font-size: 1.75em;
                    line-height: 1.5em;
                }

                .widget.contact ul li a:hover {
                    background: #444444;
                }

                .widget.contact ul li a:active {
                    background: #666666;
                }
/* Wrappers */
#header-wrapper {
    padding: 0;
    position: relative;
    background-size: 100%;
    overflow: hidden;
    z-index: 2;
}

#features-wrapper {
    padding: 4em;
    background: #e6e6e6;
    position: relative;
}

#main-wrapper {
    background: #fff;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 5em 0 2.5em 0;
    z-index: 1;
    position: relative;
}

    #main-wrapper ul {
        padding: 0;
    }

    #main-wrapper li {
        list-style-type: none;
        list-style-position: inside;
        padding: 0;
    }

#footer-wrapper {
    padding: 2em 0 3em 0;
    background: #ffffff;
    color: #000;
    z-index: 1;
    position: relative;
}
/* Header */
#header {
    position: relative;
}
/* Logo */
#logo {
    display: block;
    text-align: center;
}
#logo a {margin: 0;padding: 0;line-height: 1;display:  block;}
    #logo img {
        max-width: 300px;
        display: inline-block;
        margin: 0 auto;
    }

    #logo h1 {
        background: #ff4486;
        color: #fff;
        border-radius: 6px;
        font-family: 'Oleo Script', serif;
        font-weight: 400;
        padding: 0.25em 0.2em 0.25em 0.2em;
        font-size: 3.25em;
        letter-spacing: 0.05em;
        display: inline-block;
        vertical-align: middle;
    }

    #logo span {
        font-weight: 800;
        line-height: 4.5em;
        letter-spacing: 0.025em;
        font-size: 0.9em;
        vertical-align: middle;
        margin: 0 0 0 1.25em;
    }

.mobile-logo {
    width: 100%;
    padding: 20px;
}
/* Nav */
#nav {
    /* position: absolute;
     */
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 0.9em;
}

    #nav ul {
        list-style: none;
        padding-left: 0;
        text-align: center;
        margin: 0;
    }

        #nav ul li {
            /* float: left;
     */
            line-height: 4.5em;
            padding: 0 0.75em;
            position: relative;
            display: inline-block;
        }

            #nav ul li a, #nav ul li span {
                -moz-transition: background-color .25s ease-in-out;
                -webkit-transition: background-color .25s ease-in-out;
                -ms-transition: background-color .25s ease-in-out;
                transition: background-color .25s ease-in-out;
                font-weight: 800;
                letter-spacing: 0.025em;
                color: #696969;
                text-decoration: none;
                border-radius: 6px;
                padding: 0.5em 1em 0.5em 1em;
            }

            #nav ul li > ul {
                display: none;
            }

            #nav ul li:hover a, #nav ul li:hover span {
                /* background: #fff;
     */
                color: #E02626;
            }

                #nav ul li:hover a:before {
                    content: '';
                    position: absolute;
                    left: 10%;
                    /* margin-left: 5px;
     */
                    width: 80%;
                    height: 2px;
                    background: #E02626;
                    /* border-radius: 100%;
     */
                    top: 15px;
                    -webkit-transition: width 2s linear 1s;
                    /* For Safari 3.1 to 6.0 */
                    transition: width 2s linear 1s;
                }

            #nav ul li.active a, #nav ul li.active span {
                background: #fff;
            }

            #nav ul li.current a {
                /* background: #444;
     */
                color: #d71920;
            }

                #nav ul li.current a:before {
                    content: '';
                    position: absolute;
                    left: 10%;
                    /* margin-left: 5px;
     */
                    width: 80%;
                    height: 2px;
                    background: #d71920;
                    /* border-radius: 100%;
     */
                    top: 15px;
                    -webkit-transition: width 2s linear 1s;
                    /* For Safari 3.1 to 6.0 */
                    transition: width 2s linear 1s;
                }

.homepage #nav ul li:nth-of-type(1) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.homepage #nav ul li:nth-of-type(1) a {
    color: #E02626;
}

.inventory #nav ul li:nth-of-type(2) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.inventory #nav ul li:nth-of-type(2) a {
    color: #E02626;
}

.featured #nav ul li:nth-of-type(3) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.featured #nav ul li:nth-of-type(3) a {
    color: #E02626;
}

.lastchance #nav ul li:nth-of-type(4) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.lastchance #nav ul li:nth-of-type(4) a {
    color: #E02626;
}

.itemdetail #nav ul li:nth-of-type(2) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.itemdetail #nav ul li:nth-of-type(2) a {
    color: #E02626;
    ;
}


.disclosures #nav ul li:nth-of-type(5) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    ;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.disclosures #nav ul li:nth-of-type(5) a {
    color: #E02626;
    ;
}


.paymentandpickup #nav ul li:nth-of-type(6) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    ;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.paymentandpickup #nav ul li:nth-of-type(6) a {
    color: #E02626;
    ;
}

.about #nav ul li:nth-of-type(7) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    ;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.about #nav ul li:nth-of-type(7) a {
    color: #E02626; 
    ;
}

.contact #nav ul li:nth-of-type(8) a:before {
    content: '';
    position: absolute;
    left: 10%;
    /* margin-left: 5px;
     */
    width: 80%;
    height: 2px;
    background: #E02626;
    ;
    /* border-radius: 100%;
     */
    top: 15px;
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.contact #nav ul li:nth-of-type(8) a {
    color: #E02626;
    ;
}

.dropotron {
    background: #fff;
    letter-spacing: 0.025em;
    color: #696969;
    text-decoration: none;
    border-radius: 6px;
    padding: 0.75em 0;
    min-width: 15em;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
    margin-top: calc(-0.75em + 1px);
    margin-left: -1px;
    list-style: none;
    padding-left: 0;
}

    .dropotron li {
        border-top: solid 1px #eee;
        line-height: 3em;
        padding-left: 0;
    }

        .dropotron li:first-child {
            border-top: 0;
        }

        .dropotron li > a, .dropotron li > span {
            -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
            text-decoration: none;
            color: inherit;
            display: block;
            padding: 0 1.5em;
        }

            .dropotron li > a:hover, .dropotron li > span:hover {
                background: #eee;
            }

        .dropotron li.active > a, .dropotron li.active > span {
            background: #eee;
        }

    .dropotron.level-0 {
        font-size: 0.8em;
        margin-left: 1.5em;
        margin-top: 0;
    }

        .dropotron.level-0:before {
            content: '';
            position: absolute;
            top: -0.5em;
            left: 1em;
            border-bottom: solid 0.75em #ffffff;
            border-left: solid 0.75em transparent;
            border-right: solid 0.75em transparent;
            z-index: 1;
        }

.centered {
    text-align: center;
}

#InventoryDetail_lblMessage {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
}

.catlist {
    text-align: center;
    padding: 0 6% !important;
}

    .catlist li {
        /* display: inline-block;
     */
        margin: 0px;
        /* width: 32%;
     */
    }

        .catlist li a {
            display: block;
            text-align: center;
            text-decoration: underline;
            font-weight: 600;
        }

            .catlist li a img {
                max-width: 115px;
                display: block;
                margin: 0 auto;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                /* Safari 6.0 - 9.0 */
                opacity: .6;
                display: none;
            }

.categories {
    /* background: #ededed;
     */
}

.cat-heading {
    margin-top: 22px;
    color: #fff;
    text-align: right;
    padding: 0 20px;
    vertical-align: bottom;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    text-shadow: -1px 2px 2px rgba(44, 44, 44, 0.64);
    font-weight: 600;
    background: #273128;
    font-size: 24px;
}

.cat-icon {
    max-width: 170px;
    margin: 20px 40px 20px 0px;
    margin-top: 23px;
    float: right;
    filter: brightness(6);
    opacity: .2;
    display: none;
}

#corner-login {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: normal;
    z-index: 200;
}

    #corner-login i {
        margin: 0;
    }

.banner-search-bar {
    display: inline-block !important;
    width: auto !important;
    /* max-width: 400px;
     */
    /* margin: 0 auto;
     */
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 60px 10px 10px;
    margin-bottom: 0px;
    font-weight: 600;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.bx-wrapper {
    background: none !important;
    border: none !important;
    box-shadow: 0 0 0px #e6e6e6 !important;
    -moz-box-shadow: 0 0 0px #e6e6e6 !important;
    -webkit-box-shadow: 0 0 0px #e6e6e6 !important;
    z-index: 0;
    position: absolute !important;
    width: 100%;
    overflow-x: hidden;
}

    .bx-wrapper img {
        min-height: 800px !important;
        position: relative;
        z-index: -100;
        width: 100%;
    }

.iwant {
    max-width: 1440px;
    margin: 0 auto;
}

.carpic {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    /* min-height: 800px;
     */
    /* top: -30px;
     */
}

.slider-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(44, 44, 44, 0.89);
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
}

.homehours {
    z-index: 0;
    position: relative;
    margin: 0 0 0px 0;
    text-align: center;
    padding: 0 8% 0px 8%;
    background: url(../../images/slider2.jpg) center center;
    background-size: 100%;
    color: #fff;
    width: 100%;
}

    .homehours h2 {
        color: #fff;
        text-align: center;
        margin-top: 40px;
    }

    .homehours:after {
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(51, 51, 51, 0.92);
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
    }

.brandslist {
    text-align: center;
    padding: 0 60px !important;
}

    .brandslist li {
        display: inline-block;
        text-align: center;
    }

        .brandslist li a {
            text-align: center;
            display: block;
            text-decoration: none;
            font-size: 0;
            color: #fff;
        }

    .brandslist img {
        margin: 0 auto;
    }

.brands {
    /* background: #ededed;
     */
}

    .brands ul li {
        text-align: center;
        border: none;
        color: #fff;
        display: inline-block;
        margin: 0px 20px;
    }

        .brands ul li a {
            color: #fff;
        }

            .brands ul li a img {
                display: block;
                margin: 0 auto;
                max-height: 140px;
                width: auto;
            }

.detail-heading {
    background: #E02626;
    color: #fff;
    padding: 30px 30px;
    margin: 0 0 0px 0;
    line-height: normal;
    display: inline-block;
    z-index: 10;
    position: relative;
}

    .detail-heading:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 44px 0 44px 44px;
        border-color: transparent transparent transparent #E02626;
        top: 0;
        right: -44px;
    }

    .detail-heading h3, .detail-heading h4 {
        color: #fff;
        font-weight: normal;
    }

    .detail-heading h1 {
        color: #fff;
        font-size: 28px;
        line-height: 1em;
    }

.detail-heading-background {
    background: #444;
    position: relative;
    background-position: center center;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .detail-heading-background:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.58);
        z-index: 1;
        top: 0;
        left: 0;
    }

#header-phone {
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 150%;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-left: -12px;
}

.homeinventory {
    padding: 0 60px;
}

.inventory-detail-col {
    padding: 40px;
}

    .inventory-detail-col .row > * {
        /* padding: 0px 0 0 20px;
     */
    }

    .inventory-detail-col .button {
        margin: 3px;
    }

.numitems {
    display: block !important;
}

    .numitems span {
        display: block;
        margin: 0px auto 0 auto;
        padding: 5px 15px 15px 15px;
        font-weight: 700;
        color: #E02626;
        line-height: 1;
    }

.filtercategory {
    display: block !important;
    margin: 0 !important;
}

    .filtercategory span {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        line-height: 1;
        font-weight: 700;
    }

.photos-col {
    /* background: #fff;
     */
    padding: 0;
}

.searchbox {
    background: rgba(0, 0, 0, 0.24);
    padding: 40px 60px;
    /* margin-top: 60px;
     */
}

.intro {
    padding: 0px 60px 60px 60px;
}

#price {
    font-size: 24px;
    display: block;
}

#itemactions {
    /* background: #fff;
     */
    /* padding: 10px;
     */
    /* border: 1px solid #ccc;
     */
    /* border-radius: 14px;
     */
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
    /* text-align: center;
     */
}

.stipulationsummary {
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

#stipulations .accordionItemContent {
    font-size: 13px;
    font-weight: 400;
}

.zoomimage {
    position: relative;
}

    .zoomimage:after {
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        content: '';
        bottom: 10px;
        right: 10px;
        background: #555 url(images/zoomicon.png) no-repeat;
        background-position: center center;
        background-size: 60%;
        /* opacity: .77;
     */
        /* filter: brightness(1);
     */
        /* border: 3px solid rgb(255, 255, 255);
     */
        border-radius: 5px;
    }
/*zbox image zoom */
#zbox-overlay {
    background-color: #666666;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 800;
}

.zbox-content {
    position: fixed;
    z-index: 801;
    opacity: 0.1;
    text-align: center;
    padding: 10px 40px;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 0;
}

#zbox-magnifier {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    display: none;
    background-repeat: no-repeat;
    background-image: none;
    background-position: -1000px -1000px;
    z-index: 802;
    position: fixed;
    left: 500px;
    top: 500px;
    border: 1px solid black;
    background-color: #fff;
    width: 200px;
    height: 200px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-topleft: 100px;
}

.zbox-screen {
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 803;
}

#zbox-spinner {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 803;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-image: url(images/spinner.gif);
    background-repeat: no-repeat;
}

.zbox-button {
    background-color: transparent;
    background-image: url(images/zbox-buttons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
}

    .zbox-button.left {
        left: 6px;
        top: 64px;
        background-position: -32px 0px;
    }

    .zbox-button.right {
        right: 4px;
        top: 64px;
        background-position: -64px 0px;
    }

    .zbox-button.close {
        right: 0;
        top: 0;
        background-position: 0px 0px;
    }

.notches {
    max-width: 880px;
    padding: 3.5rem;
    clip-path: circle(60%);
    max-height: 360px;
}

.bx-controls {
    position: relative;
}

.phonelrg {
    font-size: 31px;
    font-weight: 600;
}

    .phonelrg i {
        margin-right: 15px;
    }

.homehours h3 {
    text-align: center;
    color: #dedede;
    font-weight: normal;
}

.padded {
    padding-right: 60px;
    padding-left: 60px;
}

.joinmailform {
    max-width: 1000px;
    margin: 40px auto 40px auto;
    position: relative;
    padding: 0 40px;
}

    .joinmailform .row .col-4 input[type="text"] {
        width: 90%;
        background: #f1f1f1;
    }

    .joinmailform input[type="submit"] {
        margin: 0 auto;
        display: block;
    }

.zeromargin {
    margin: 0 !important;
    padding: 0 0 40px 0px !important;
}

.menudivider {
    background: #E02626;
    ;
    height: 2px;
    width: 100%;
    position: relative;
    display: block;
}

.item-roll-detail {
    text-align: left;
}

    .item-roll-detail .row {
        margin: 0;
    }

        .item-roll-detail .row > * {
            padding: 0 !important;
            margin: 0 !important;
        }

    .item-roll-detail strong {
        /* display: block;
     */
    }

#inventory-wrapper {
    padding: 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    #inventory-wrapper h2 {
        background: #fff;
        width: 100%;
        margin: 0px auto;
        z-index: 2;
        line-height: 1.2;
    }




.inventory-header {
    /*    background: rgba(9, 113, 58);*/
    background: rgba(224, 38, 38);
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
}

#inventory-header-container .inventory-header {
    max-width: 700px;
    margin: 20px auto 0 auto;
    /* position: absolute; */
    bottom: 0;
    z-index: 3;
    /* bottom: 0; */
    /* left: 50%; */
    /* margin-left: -404px; */
    text-align: left;
}

    #inventory-header-container .inventory-header .col-4:nth-of-type(3) {
        display: none;
    }

#inventory-header-container .col-4:nth-of-type(1) {
    display: none;
}

.showdropdown .inventory-header .col-4:nth-of-type(1) {
    display: block !important;
}


#inventory-header-container .row > .col-4 {
    width: 50% !important;
}

.inventory-header > * {
    margin: 0 auto !important;
    padding: 20px;
}

.inventory-header h4 {
    font-weight: 600;
    color: #fff;
}

#landing-page-marquee {
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 100px 20px 0 20px;
    text-align: center;
    background-position: center center;
}

#trucksbanner {
    width: 100%;
    height: 100%;
    background: url(/images/trucks-landing.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#carsbanner {
    width: 100%;
    height: 100%;
    background: url(/images/cars-category.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#suvbanner {
    width: 100%;
    height: 100%;
    background: url(/images/suv.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#rvbanner {
    width: 100%;
    height: 100%;
    background: url(/images/rv.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#vanbanner {
    width: 100%;
    height: 100%;
    background: url(/images/vans.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#toysbanner {
    width: 100%;
    height: 100%;
    background: url(/images/toys.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#miscbanner {
    width: 100%;
    height: 100%;
    background: url(/images/cars-category.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

#inventory-header-container .inventory-header {
    /*background: rgba(9, 113, 58, 0.69);*/
    background: rgba(224, 38, 38);
}

.phoneclick {
    margin: 15px auto;
    display: block;
}

.listingalerts {
    display: inline-block !important;
    width: auto !important;
    margin: 0 auto !important;
}

    .listingalerts .icon {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: #E02626;
    }

#landing-page-marquee h1 {
    color: #fff;
    vertical-align: middle;
    margin: 0 auto;
    padding: 30px;
    /* display: inline-block; */
    z-index: 3;
    position: relative;
    text-align: center;
    font-size: 52px;
    /*
    border-top: 2px solid rgba(9, 113, 58, 0.49);
    border-bottom: 2px solid rgba(9, 113, 58, 0.49);
*/
    border-top: 2px solid rgba(224, 38, 38, 0.49);
    border-bottom: 2px solid rgba(224, 38, 38, 0.49);
    max-width: 700px;
    line-height: 1;
}

#landing-page-marquee:before {
    background: rgba(0, 0, 0, 0.78);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.landing-intro {
    padding: 2em 2em 2em 2em;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 1330px;
    text-align: center;
    color: #696969;
    font-weight: 600;
    font-size: 19px;
}

    .landing-intro h4 {
        color: #fff;
    }

    .landing-intro h2 {
        text-transform: none;
        letter-spacing: normal;
        line-height: 1.5;
    }

    .landing-intro .col-6 .inventory-header {
        /* background: rgba(0, 0, 0, 0.23);
     */
    }

    .landing-intro > .row {
        padding: 0 !important;
    }

    .landing-intro h1 {
        /* color: #fff;
     */
    }

    .inventory-section {
        padding: 0 2em 4em 2em;
    }

    .inventory-section header .button {
        margin-top: 20px;
    }

.inventory-header #InventoryHeader_lbSearch {
    display: inline-block;
}

.inventory-header .button {
    background: #E02626;
    padding: 3px 18px;
    margin-left: 8px;
}

#category-select, #brand-select {
    text-align: left;
}

    #category-select select, #brand-select select {
        display: inline-block;
        padding: 10px 40px 10px 10px;
        margin-bottom: 0px;
        font-weight: 600;
        border-radius: 3px !important;
        background: url(images/select-arrow.png) no-repeat;
        background-position: 95% center !important;
        background-size: 16px;
        background-color: #ffffff !important;
        color: #000000 !important;
        line-height: normal;
        width: 100%;
    }

#cat-controls {
    width: 280px;
    margin: 0 auto;
}

#paypal-button {
    height: 55px;
    overflow: hidden;
}

.topcurve {
    border-radius: 100%;
    position: absolute;
    background: #e6e6e6;
    right: -380px;
    left: -380px;
    top: -120px;
    content: '';
    bottom: 0;
    z-index: 1;
    height: 500px;
}

.bottomcurve {
    border-radius: 100%;
    position: absolute;
    background: #e6e6e6;
    right: -1010px;
    left: -1010px;
    top: -650px;
    content: '';
    bottom: 0;
    z-index: 1;
    height: 700px;
}

.homeinventory a {
    text-transform: initial;
    font-weight: 700;
    font-size: 11pt;
    line-height: 2.5;
    text-decoration: none;
}

.homeinventory li {
    border-bottom: 1px solid #ccc;
}

#banner {
    position: relative;
    padding: 5em 3em;
    z-index: 3;
}

    #banner h1 {
        font-size: 2.2em;
        margin: 0.1em 0 0.35em 0;
        color: #dedede;
        line-height: 1.2em;
    }

    #banner h2 {
        font-size: 3.2em;
        margin: 0.1em 0 0.35em 0;
        color: #dedede;
    }

    #banner h3 {
        font-size: 1.2em;
        margin: 0.1em 0 0.35em 0;
        color: #dedede;
    }

    #banner h4 {
        font-size: 1.2em;
        margin: 0.1em 0 0.35em 0;
        color: #dedede;
        font-weight: 400;
    }

    #banner p {
        font-size: 1.30em;
        line-height: 1.35em;
        margin: 0;
        color: #e5e5e5;
    }

    #banner .button {
        width: auto;
        margin: 0.5em 0;
        /* background: #333;
     */
    }

        #banner .button.icon:before {
            position: absolute;
            right: 0.25em;
            top: 50%;
            margin-top: -.65em;
            font-size: 1.2em;
        }

        #banner .button.alt {
            margin-bottom: 0;
        }

    #banner ul {
        list-style: none;
        padding-left: 0;
        margin: 0 0 0 2em;
    }

        #banner ul li {
            padding-left: 0;
        }
/* Footer */
#footer {
    margin-top: 0;
}

    #footer h3 {
        color: #fff;
        text-transform: uppercase;
        padding:  0;
        margin:  0;
        line-height: 1;
    }

    #footer a {
        color: #e02626!important;
        width: auto;
        font-weight: 600;
        display: inline-block;
        padding:  0;
        margin:  0;
        line-height: 2;
    }
#footer a:hover {

    background: none; 
}
#copyright {
    color: #000;
    padding: 0;
    text-align: center;
}

    #copyright a {
        color: inherit;
    }

    #copyright ul {
        margin: 20px 0 0 0;
    }
/* XLarge */
@media screen and (max-width: 1680px) {
    /* Basic */
    body, input, select, textarea {
        /* font-size: 12pt;
         */
    }
}
/* Large */
@media screen and (max-width: 1280px) {
    /* Basic */
    body, input, select, textarea {
        /* font-size: 11pt;
         */
    }
}
/* Medium */
#navPanel, #navToggle {
    display: none;
}

@media screen and (max-width:1024px) {

    #inventory-header-container .row > .col-4 {
        width: 100% !important;
    }

    #logo {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .inventory-header h4 {
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .intro {
        padding: 60px 30px 0px 30px;
    }

    .searchbox {
        margin: 0px auto 0px 20px;
        text-align: center;
        background: none;
    }

    .notches {
        clip-path: none;
    }

    .banner-search-bar {
        margin-bottom: 15px;
        width: 100% !important;
    }

    #banner h1 {
        font-size: 2em
    }

    .widget.contact ul li {
        width: 100%;
        padding-bottom: 20px
    }

        .widget.contact ul li h3 {
            margin: 0;
        }

    .inventory-section {
        /* padding: 0em */
    }

    #category-select, #brand-select {
        float: none;
        text-align: center;
    }

    .cat-heading {
        display: none;
    }

    .inventory-header {
        padding: 10px 50px;
        /* background: rgba(0, 0, 0, 0.23); */
        /* width: 100%; */
    }
    /* Basic */
    html, body {
        overflow-x: hidden;
    }

    body, input, select, textarea {
        font-size: 11pt;
    }
    /* Section/Article */
    section, article {
        clear: both;
        margin-bottom: 3em !important;
    }

        section.last, article.last {
            margin-bottom: 0 !important;
        }
    /* Image */
    .image.left {
        width: 25%;
        margin-bottom: 2em !important;
    }
    /* Menu */
    ul.menu li {
        display: block;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /* Actions */
    ul.actions li {
        display: block;
        padding: 0;
        margin: 1em 0 0 0;
    }

        ul.actions li:first-child {
            margin-top: 0;
        }
    /* Button */
    input[type="button"], input[type="submit"], input[type="reset"], button, .button {
        /* width: 100%;
         */
        text-align: center;
        /* font-size: 1.35em;
         */
        /* padding: 0.85em 0 !important;
         */
    }

        input[type="button"].icon, input[type="submit"].icon, input[type="reset"].icon, button.icon, .button.icon {
            padding-right: 0.75em !important;
        }

            input[type="button"].icon:before, input[type="submit"].icon:before, input[type="reset"].icon:before, button.icon:before, .button.icon:before {
                margin-right: 0.5em;
                top: 0.05em;
            }
    /* Wrappers */
    #header-wrapper {
        padding: 3em 0 1em 0;
        text-align: center;
    }

    #footer-wrapper {
        padding: 6em 0 4em 0;
    }
    /* Header */
    #header {
        margin: 0 auto;
    }
    /* Logo */
    #logo span {
        display: block;
        margin: 0;
    }
    /* Nav */
    #nav {
        display: none;
    }
    /* Banner */
    #banner {
        padding: 4.5em 3em;
        text-align: center;
    }

        #banner ul {
            margin: 2em 0 0 0;
        }

        #banner .button.icon:before {
            position: relative;
            right: auto;
            top: auto;
        }
    /* Content */
    #content {
        border-bottom: solid 1px #e8e8e8;
        padding-bottom: 4em;
        margin-bottom: 0 !important;
    }

        #content > :last-child {
            margin-bottom: 0 !important;
        }

    #sidebar > :last-child {
        margin-bottom: 0 !important;
    }
    /* Footer */
    #copyright {
        padding: 0;
    }
    /* Nav */
    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
        overflow-x: hidden;
    }

    #navToggle {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

        #navToggle .toggle {
            width: 50px;
            height: 50px;
            opacity: 1;
        }

            #navToggle .toggle:before {
                display: inline-block;
                font-family: FontAwesome;
                text-decoration: none;
                font-style: normal;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0px;
                top: 0px;
                background: rgb(224 38 38)!important;
                width: 50px;
                height: 50px;
                /* border-radius: 6px;
         */
                content: '\f0c9';
                color: #e7e7e7;
                text-align: center;
                line-height: 51px;
                font-size: 28px;
            }

            #navToggle .toggle:active {
            }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #fff;
        /* box-shadow: inset -3px 0px 0px 0px #dfdfdf;
         */
        padding: 0 23px 0 20px;
        background: #fff;
    }

        #navPanel .link {
            display: block;
            text-decoration: none;
            height: 54px;
            line-height: 54px;
            border-top: solid 1px #e8e8e8;
            color: #696969;
        }

            #navPanel .link:first-child {
                border-top: 0;
            }

        #navPanel .indent-1 {
            display: inline-block;
            width: 1em;
        }

        #navPanel .indent-2 {
            display: inline-block;
            width: 2em;
        }

        #navPanel .indent-3 {
            display: inline-block;
            width: 3em;
        }

        #navPanel .indent-4 {
            display: inline-block;
            width: 4em;
        }

        #navPanel .indent-5 {
            display: inline-block;
            width: 5em;
        }

        #navPanel .depth-0 {
            color: #444;
            font-weight: 800;
        }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navToggle {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    /* Small */
    @media screen and (max-width: 736px) {
        .zbox-content:after {
            content: 'Tap to magnify an area, or pinch and zoom to look closer';
            display: block;
            font-size: 11px;
            font-weight: 700;
            width: 100%;
            color: #333;
            left: 0;
            bottom: 15px;
            z-index: 802;
            background: #f1f1f1;
            position: absolute;
        }

        #logo img {
            max-width: 280px;
        }

        .topcurve, .bottomcurve {
            display: none;
        }
        /* Basic */
        body, input, select, textarea {
            line-height: 2em;
        }

        h2, h3, h4, h5, h6 {
            font-size: 13pt;
            margin: 0 0 0px 0;
        }
        /* Section/Article */
        section, article {
            clear: both;
            margin-bottom: 3em !important;
        }

            section.last, article.last {
                margin-bottom: 0 !important;
            }
        /* Image */
        .image.left {
            width: 25%;
            margin-bottom: 2em !important;
        }
        /* Menu */
        ul.menu li {
            display: block;
            border: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        /* Actions */
        ul.actions li {
            display: block;
            padding: 0;
            margin: 1em 0 0 0;
        }

            ul.actions li:first-child {
                margin-top: 0;
            }
        /* Button */
        input[type="button"], input[type="submit"], input[type="reset"], button, .button {
            width: 100%;
            text-align: center;
            /* font-size: 1.25em !important;
             */
            /* padding: 0.65em 0 !important;
             */
        }

            input[type="button"].icon, input[type="submit"].icon, input[type="reset"].icon, button.icon, .button.icon {
                padding-right: 0.75em !important;
            }

                input[type="button"].icon:before, input[type="submit"].icon:before, input[type="reset"].icon:before, button.icon:before, .button.icon:before {
                    margin-right: 0.5em;
                    top: 0.05em;
                }
        /* Box */
        .box {
            padding: 15px 15px 15px 15px;
            margin: 0;
        }

            .box.feature {
                margin: 0 !important;
                padding: 0;
            }

                .box.feature .inner {
                    padding: 0px 15px 30px 15px;
                }

                .box.feature p {
                    margin: 0;
                }

                .box.feature .image {
                    position: relative;
                    margin: 0;
                }

                    .box.feature .image img {
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                    }
        /* Widgets */
        .widget.thumbnails .image {
            margin: 0;
        }

        .widget.thumbnails .x {
            padding: 1em 0.5em 0 0;
        }

        .widget.thumbnails .y {
            padding: 1em 0 0 0.5em;
        }

        .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
            padding-top: 0;
        }
        /* Wrappers */
        #header-wrapper {
            padding: 2em 0 0em 0;
        }

        #banner-wrapper {
            padding: 0;
        }

        #features-wrapper {
            padding: 20px 0px;
        }

            #features-wrapper h2 {
                display: block;
                line-height: 1.5
            }

        #main-wrapper, #footer-wrapper {
            padding: 40px 0px 40px 0px;
        }
        /* Logo */
        #logo h1 {
            font-size: 2.75em;
            padding: 0.2em 0.275em;
        }

        #logo span {
            line-height: 3em;
        }
        /* Banner */
        #banner {
            text-align: center;
            padding: 15px 15px 15px 15px;
            margin: 0 auto !important;
        }

            #banner h2 {
                font-size: 2em;
                margin: 0.75em 0 0.5em 0;
            }

            #banner p {
                font-size: 1.2em;
                line-height: 1.5em;
                margin: 0;
            }

            #banner ul {
                margin: 0;
            }

            #banner .button {
                margin: 0 0 1em 0;
            }
        /* Content */
        #content {
            padding-bottom: 3em;
        }
        /* Footer */
        #footer section {
            border-bottom: solid 1px #ccc;
            padding-bottom: 3em;
            margin-bottom: 1em !important;
        }

        #copyright {
            text-align: center;
        }
    }
}

@media screen and (max-width: 480px) {
    .box.feature a img {
        width: 100% !important;
        height: auto !important;
    }
}
/* Accordian */
.accordionWrapper {
    float: left;
    box-sizing: border-box;
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background: #E02626;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 600;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

    .accordionItemHeading:hover {
        background: #000;
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out;
        -ms-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out;
    }

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading {
    margin: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #E02626;
}
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(images/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.itemstatus {
    padding: 5px 15px;
    background: #f1f1f1;
    display: inline-block;
    margin: 0px auto 20px auto;
    text-align: center;
    width: 100%;
}


.divider {
    display: flex;
}

    .divider:before, .divider:after {
        content: "";
        flex: 1;
    }

.line {
    align-items: center;
    margin: 1em -1em;
}

    .line:before, .line:after {
        height: 24px;
        margin: 0 1em;
    }

.one-line:before, .one-line:after {
    background: #2731280f;
}

.razor:before, .razor:after {
    box-shadow: 0 0.5px 0 black;
}

.double-razor:before, .double-razor:after {
    height: 3px;
    box-shadow: 0 -0.5px 0 black, 0 0.5px 0 black;
    border-width: 0;
}

.glow:before, .glow:after {
    height: 6px;
    -webkit-filter: blur(5px);
    border-radius: 5px;
}

.glow:before {
    background: linear-gradient(to right, blue, hotpink);
}

.glow:after {
    background: linear-gradient(to left, blue, hotpink);
}

.gradient {
    align-items: stretch;
    margin: 1em 0;
    height: 2em;
    line-height: 2em;
    color: white;
    background: black;
}

    .gradient:before {
        background: linear-gradient(to right, white, black);
    }

    .gradient:after {
        background: linear-gradient(to left, white, black);
    }

.donotcross {
    overflow: hidden;
    align-items: center;
    background: #ffd500;
    color: black;
    height: 2em;
    line-height: 2em;
}

    .donotcross:before, .donotcross:after {
        background: white;
        padding: 50px 0;
        height: 0;
        transform: rotate(45deg);
    }

@media screen and (max-width: 640px) {

    #landing-page-marquee {
        padding: 20px;
    }

        #landing-page-marquee h1 {
            font-size: 24px;
        }

    .listingalerts .icon {
        font-size: 48px;
    }
}

.small-text {
    font-size: 12px;
}

.tr-borderless {
    border-top: none;
}

/*inactive*/
.divHidePaypal {
    opacity: .2;
    pointer-events: none;
}
/*active*/
.divShowPaypal {
    opacity: 1;
    pointer-events: all;
}

.headerbanner {
    background: rgb(224 38 38) !important;
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: bold;
}