﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


a:hover{
    color:orangered !important;
}

h1 {
    font-size:1.2em;
}

h2 {
    font-size:1em;
}

body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.body-content {
    margin-bottom: 350px;
}

.mobile {
    display: none;
}

.noMobile {
    display: table-cell;
}

.sitelogo {
    width:100%;
}

.pagebanner {
    width: 100%
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

label {
    font-weight: normal;
    float:left;
}


/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

#PromoHex {
    background-image: url('/Images/promoHex1.png');
}

    #PromoHex:hover {
        background-image: url('/Images/blankHex.png')
    }

#TradeInHex {
    background-image: url('/Images/tradeHex1.png');
}

    #TradeInHex:hover {
        background-image: url('/Images/blankHex.png')
    }

#SearchHex {
    background-image: url('/Images/searchHex.png');
}

    #SearchHex:hover {
        background-image: url('/Images/blankHex.png')
    }

.HomePagePromoCell {
    background-color: #ffffff;
}

    .HomePagePromoCell:hover {
        background-color: cornflowerblue;
        cursor: pointer;
    }

.btn-wizard-current {
    color: #ffffff;
    background-color: forestgreen;
    border-color: #357ebd;
}

.btn-wizard-default {
    color: #ffffff;
    background-color: #418BCA;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}


/* POSITIONS */
.posfixedcenterautoresize {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1030;
}


/* BI ICONS */
.bi-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    filter: alpha(opacity = 20);
    cursor: pointer;
}




/* WIDGETS */
.widgets {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000E;
    padding: 10px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 100%;
    line-height: 25px;
    background-color: #111;
    color: white;
    box-shadow: -3px -3px 7px rgb(0 0 0);
    border-top: 1px solid #111;
    opacity: 0.9;
    max-height:300px;
}


    .widgets .widget {
        display: inline-block;
        width: 31%;
        vertical-align: top;
        padding: 1%;
    }

    .widgets h4 {
        text-align: left;
        color: white;
        font-size: 1.3em;
        padding: 2%;
    }

    .widgets .widget_body {
        vertical-align: top;
        color: gray;
        font-size: 1.1em;
        padding: 2%;
        text-align: left;
    }

    .widget:hover {
        background: #fff1;
    }





/*WEB ACCESSIBILITY AUDIT*/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }


/* BUTTONS */

.td_btn {
    cursor:pointer;
    vertical-align:middle !important;
}

.td_btn:hover {
    background:#468cba !important;
    color:white !important;
}


/*PADDING*/
.p10 {
    padding:10px;
}

/*MARGIN*/
.mb10 {
    margin-bottom:10px;
}


/*SHADOW*/
.shadIn5px {
    box-shadow:inset 5px 5px 5px rgba(0,0,0,0.5);
}


/* BORDERS */
.fake_input {
    border: 1px solid lightgray;
    border-radius: 4px;
    height: 33px;
    width: 75px;
    padding: 5px 10px;
}

.border3d {
    border-top: 2px solid #fff;
    border-left: 2px solid #eee;
    border-right: 2px solid #888;
    border-bottom: 2px solid #333;
}

.borderRad5 {
    border-radius: 5px;
}

.borderRad10 {
    border-radius: 10px;
}

.bor1Gray {
    border: 1px solid gray;
}

.bor1LightGray {
    border: 1px solid LightGray;
}

.bor1Black {
    border: 1px solid black;
}

.bor1Blue {
    border: 1px solid #468cba;
}

.bor1DarkBlue {
    border: 1px solid darkblue;
}

.bor1Red {
    border: 1px solid red;
}

.bor1White {
    border: 1px solid white;
}

.borWhiteTBL {
    border-style: solid !important;
    border-width: 0px 1px 0px 0px !important;
}







/* NAVBAR */
.navbar_container {
    background: #111;
    color: white;
    box-shadow: 4px 4px 10px rgba(0,0,0,1);
}

.product_list_container {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

.reseller_list_container {
    background: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 20px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

.shoppingcart_container {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}



/*DISPLAY*/
.displaynone {
    display:none;
}

.displayblock {
    display:block;
}


/* FOOTER */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    background-color: black;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px -2px 10px rgba(0,0,0,0.9);
    border-top: 1px solid #111;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

#centerpoint {
    top: 50%;
    left: 50%;
    position: relative;
}


.order_summary_container {
    background: white;
    border-radius: 7px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    margin-bottom: 50px;
}

.order_summary_title {
    color: white;
    background: #468cba;
    font-size: 1.4em;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.order_summary, .subtitle {
    font-size: 1.5em;
    padding-left: 10px;
}

.order_summary_body {
    padding: 20px;
}

.order_summary, .message {
    font-size: 1.1em;
    padding-left: 10px;
}

.order_summary, .table {
    font-size: 1.1em;
}


.payment_details_container {
    background: white;
    border-radius: 7px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    margin-bottom: 50px;
}

.payment_details_title {
    color: white;
    background: #468cba;
    font-size: 1.4em;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.payment_details_body {
    padding: 20px;
}

.login_register_container, .login_container {
    margin: 0 auto 100px;
    text-align: center !important;
    padding: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px 7px rgba(0,0,0,0.3);
    max-width: 450px;
}

.login_container input {
    margin: 10px auto
}


.register_container {
    margin: 0 auto 100px;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px 7px rgba(0,0,0,0.3);
    max-width:600px;
}

.register_warning {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    padding: 5px;
    margin: 5px;
    max-width: 300px;
}


.curved_top_container {
    border-radius: 7px 7px 0 0;
    color: white;
    background: #444;
    box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 2px black;
}

.curve_top_btn {
    font-size: 1em;
    float: right;
    cursor: pointer;
    margin-top: -5px;
}

.curved_bottom_container {
    border-radius: 0 0 7px 7px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    background: white;
    width: 100%;
    margin-bottom:50px;
}

.bottom_container {
    border-radius: 0 0 7px 7px;
    padding: 10px;
    margin-bottom: 10px;
    background: white;
    width: 100%;
    border: 1px solid #ddd;
}



/* LOAD SPINNER */
.search_popup_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 998;
}

.search_popup {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    text-align: center;
    z-index: 999;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    background: rgba(0,0,0,0.2);
    margin: 0 auto;
}

    .loader > div {
        position: absolute;
        top: 18px;
        left: 20px;
        color: #468cba;
    }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}







/* BACKGROUNDS */
.bgBlack {
    background:black;
}

.bgGray50 {
    background: #bbb;
    border-top-color: #eee;
    border-right-color: #888;
    border-bottom-color: #666;
    border-left-color: #ddd;
}

.bgGray10 {
    background: rgb(90%,90%,90%);
}

.bgGray20 {
    background: rgb(80%,80%,80%);
}

.bgGray30 {
    background: rgb(70%,70%,70%);
}

.bgGray40 {
    background: rgb(60%,60%,60%);
}

.bgWhite {
    background: white;
}

.bgDragOver {
    background: #eee;
}


.bgSmChecker {
    background: #eee;
}


.bgSage {
    border: 1px solid #b9d661;
    background-image: linear-gradient(to bottom, #b6d068, #91a25b) !important;
}

.bgPrimary {
    border: 1px solid #496e8f;
    background-image: linear-gradient(to bottom, #85b0d6, #428bca) !important;
}

.bgPrimary.active {
    background: #428bca;
    text-shadow: 1px 1px black;
}

.bgDanger {
    border: 1px solid #496e8f;
    background-image: linear-gradient(to bottom, #CF2323, #841414) !important;
}

.bgWarning {
    border: 1px solid #496e8f;
    background-image: linear-gradient(to bottom, #cf9a23, #846714) !important;
}

.bgPostit {
    background: #FCF3CF;
}


/* COLORS */

.tx-white {
    color:white;
}
.tx-black {
    color:black;
}


/* GLYPHICONS*/
.glyphiconplus {
    background: #428bca;
    color: white;
    padding: 5px 6px 8px 8px;
    border-radius: 5px;
    font-size: 0.8em;
}

.glyphiconremove {
    float: right;
    background: red;
    padding: 3px 4px 5px;
    border-radius: 4px;
    cursor: pointer;
}


/*BOXES*/
.box1 {
    border: 1px solid gray;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
}
.box2 {
    border: 1px solid #428bca;
}

/* INLINE BLOCKS SIZES */
.block25px {
    display: inline-block;
    width: 25px;
}

.block40px {
    display: inline-block;
    width: 40px;
}

.blockm40px {
    display: inline-block;
    min-width: 40px;
}

.block50px {
    display: inline-block;
    width: 50px;
}

.blockm50px {
    display: inline-block;
    min-width: 50px;
}

.block60px {
    display: inline-block;
    width: 60px;
}

.block75px {
    display: inline-block;
    width: 75px;
}

.blockm75px {
    display: inline-block;
    min-width: 75px;
}

.block160px {
    display: inline-block;
    width: 160px;
}

.blockm175px {
    display: inline-block;
    min-width: 175px;
}

.block100px {
    display: inline-block;
    width: 100px;
}

.blockm100px {
    display: inline-block;
    min-width: 100px;
}

.block200px {
    display: inline-block;
    width: 200px;
}

.blockm200px {
    display: inline-block;
    min-width: 200px;
}

.block230px {
    display: inline-block;
    width: 230px;
}

.block250px {
    display: inline-block;
    width: 250px;
}

.block300px {
    display: inline-block;
    width: 300px;
}

.blockm300px {
    display: inline-block;
    min-width: 300px;
}

.block350px {
    display: inline-block;
    width: 350px;
}

.blockm350px {
    display: inline-block;
    min-width: 350px;
}


.block600px {
    display: inline-block;
    width: 600px;
}

.blockm600px {
    display: inline-block;
    min-width: 600px;
}

/*This is for datepicker*/
.block282px {
    display: inline-block;
    width: 282px;
}



/*HEIGHTS */
.h300px {
    height: 300px;
}
.h150px {
    height: 150px;
}

/* MARGIN SIZE CLASSES */
.ms5 {
    margin: 5px;
}

.ms10 {
    margin: 10px;
}

.msl5 {
    margin-left: 5px;
}

.msl10, .mls10 {
    margin-left: 10px;
}

.mbs10 {
    margin-bottom: 10px;
}

.mbs5 {
    margin-bottom: 5px;
}

.mts10 {
    margin-top: 10px;
}

.mts5 {
    margin-top: 5px;
}


/*RADIUS*/
.rad5px {
    border-radius : 5px;
}


/* PADDING SIZE CLASSES */

.ps5 {
    padding: 5px;
}

.ps10 {
    padding: 10px;
}

.pts5 {
    padding-top: 5px;
}

.pts10 {
    padding-top: 10px;
}

.pls5 {
    padding-left: 5px;
}

.pls10 {
    padding-left: 10px;
}



/* ALIGN ELEMENTS */
.aligntop {
    vertical-align: top;
}

.alignbottom {
    vertical-align: bottom;
}

.alignmid {
    vertical-align: middle;
}



/* HOVER CLASSES */


.hover_fade:hover {
    opacity: 0.9;
}


/* INLINE BLOCKS*/

.inline {
    display: inline-block;
}




/* COLORS */

.primary_text {
    color: #428bca !important;
}

.warning_text {
    color: orange !important;
}

.white_text {
    color: white;
}

.dark_text {
    color: black;
}

/* FONT SIZE */
.fs12 {
    font-size: 1.2em;
}

.fs13 {
    font-size: 1.3em;
}

.fs14 {
    font-size: 1.4em;
}

.fs15 {
    font-size: 1.5em;
}

.fs16 {
    font-size: 1.6em;
}

.fs18 {
    font-size: 1.8em;
}

.fs3em {
    font-size: 3em;
}

.fs5em {
    font-size: 5em;
}
/* HEADER CLASSES */
.gray_header {
    background: gray !important;
    color: white;
    padding: 5px;
    text-align: center;
}

.darkgray_header {
    background: #444;
    color: white;
    padding: 5px;
    text-align: center;
}

.primary_header {
    color: #ffffff;
    background: #428bca !important;
    border-color: #357ebd;
    padding: 5px;
    text-align: center;
}

.block_header {
    font-size: 1.2em;
    background: #555;
    color: white;
    text-align: center;
    font-weight: normal;
}

.frame_header {
    border: 1px solid gray;
    text-align: center;
    font-weight: normal;
}

/*SHADOWS*/

.shad5px {
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

/*CURSOR*/

.pointer {
    cursor:pointer;
}


/* ZOOM */
.zoom {
    transition: transform .3s;
    transform-origin: 0% 50%;
}

    .zoom:hover {
        -ms-transform: scale(1.75); /* IE 9 */
        -webkit-transform: scale(1.75); /* Safari 3-8 */
        transform: scale(1.75);
        box-shadow:3px 3px 20px black;
        cursor:zoom-in;
    }

 


/* BOOTSTRAP OVERRIDE */


.navbar-nav > li > a {
    color: white;
}


.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: #bdbdbd;
    color: #aaa;
    padding: 5px;
}
.nav > li > a {
    padding: 5px;
}


.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ebeff1;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.rounded {
    border-radius: 5px;
}

.p-1 {
    padding: 10px;
}


.dropdown-menu {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    background: rgba(0,0,0,.8);
}

    .dropdown-menu > li > a:hover {
        background: #428bca;
        color: white;
    }

    .dropdown-menu > li > a {
        color: white;
    }


.search_popup_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 998;
}

.search_popup {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    text-align: center;
    z-index: 999;
}


/* IPAD PORTRAIT */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .sitelogo {
        width: 90%;
    }

    .widgets, .footer {
        font-size: 0.8em;
        line-height: 18px;
    }
}

/* IPAD LANDSCAPE */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .sitelogo {
        width: 90%;
    }
}

/* GALAXY A51/71 LANDSCAPE */
@media (max-width: 914px) and (orientation: landscape) {

    .sitelogo {
        width: 60%;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        font-size:initial;
    }
}


/* IPHONE XR LANDSCAPE */
@media (max-width: 896px) and (orientation: landscape) {

    .sitelogo {
        width: 60%;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        font-size:initial;
    }
}

/* IPHONE 12 PRO LANDSCAPE */
@media (max-width: 844px) and (orientation: landscape) {

    .sitelogo {
        width: 60%;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        font-size:initial;
    }
}


/* IPHONE X LANDSCAPE */
@media (max-width: 812px) and (orientation: landscape) {

    .sitelogo {
        width: 60%;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        font-size:initial;
    }
}



@media (max-width: 767px) {

    .sitelogo {
        width: 50%;
    }
}



/* IPHONE 6/7/8 PLUS LANDSCAPE */
@media (max-width: 736px) and (orientation: landscape) {

    .sitelogo {
        width: 30%;
    }
}


/* IPHONE 6/7/8 PLUS PORTRAIT */
@media (max-width: 414px) and (orientation: portrait) {

    .sitelogo {
        width: 60%;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

        .container > .navbar-header, .container > .navbar-collapse {
            margin-right: 0;
            margin-left: 0;
        }

    input, select, textarea {
        max-width: 350px;
    }

    .find_your_gun_title {
        font-size: 15pt;
    }

    .noMobile {
        display:none;
    }
    .mobile {
        display:block;
    }

    .pagebanner {
        height:125px;
        image-rendering:optimizeQuality;
    }

    body {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #f5f5f5;
    }

    td {
        font-size:1rem;
    }
    
    th {
        font-size: 1rem;
    }

    .subtitle {
        font-size:1.2em;
    }
}




/* IPHONE 6/7/8 */
@media (max-width: 375px) {


    input, select, textarea {
        max-width: 300px;
    }
}






/* IPHONE 4/5 */
@media (max-width: 320px) and (orientation: portrait) {
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 4px;
    }
}

