﻿



/* Parallax box - increase font sizes */
.box-icon .box-icon-title>h2
{
    font-size: 32px !important;
}
.box-icon p
{
    font-size: 18px !important;
}



.mainimage
{
    width: 100%;
    height: auto;
    display: block;
}




body
{
    color: #000 !important;
}

/* Adust the mobile menu height to allow more viewable area. This applies to the inventory filter column as well. */
@media only screen and (max-width: 768px) {
    .div.side-nav ul {
        max-height: none !important; /*800px;*/
        overflow-y: auto;
    }
}
@media only screen and (max-width: 767px) {
    div.side-nav ul {
        max-height: none !important;
    }
}


/* On mobile, makes the inventory filter catgory titles clickable the full button width. */
@media only screen and (max-width: 767px) {
    div.side-nav .side-nav-head button {
        width: 100% !important;
        background-color: transparent !important;
    }
}






/* Change behaviour of phone link on MOBILE */
@media screen and (max-width: 750px) {
    .phone-mobile {
        display: inline;
    }
    .phone-nonmobile {
        display: none;
    }
}
/* Change behaviour of phone link on NON-MOBILE */
@media screen and (min-width: 750px) {
    .phone-mobile {
        display: none;
    }
    .phone-nonmobile {
        display: inline;
    }
}




/* Used as a base style for both light/dark themes. This is the only style.css needed for light theme. */


/* ######################################################################################################*/
/* UNIQUE STYLES */
/* ######################################################################################################*/

/* Changes the color of the top header info bar if there is one for the site. Coordinate color with the site.*/
.header-bar 
{
    background-color: #b92c28; /* red */
}

/* Used to set logo header width only on larger screens when using nav HeaderNavStack. */
@media only screen and (min-width:800px) 
{
    .customlogo 
    {
	    max-height: 200px; 
	    max-width: 782px;
    }
}

/* Depending on the logo size, adjust this max-height to fit for mobile viewing. */
@media only screen and (max-width: 992px) 
{
    #header #topNav a.logo > img 
    {
        /*max-height: 20px !important;*/
        max-height: 55px !important;
    }
}

/* Added 4/6/2017 to allow for larger header and logo area overwriting styles in header-1.css */
#topMain>li>a {
	height:150px;
    line-height:136px;
}
#topNav a.logo {
	height:150px;
	line-height:96px;
	overflow:hidden;
	display:inline-block;
}
#header a.logo > img {
    height: 100% !important;
}


#header.dark #topMain.nav-pills > li > a, .nav 
{
    color: #ffffff !important;
}
#header.dark #topNav #topMain.nav-pills > li > a.dropdown-toggle:after 
{
    color: #fff !important;
    opacity: 1 !important;
}



@media screen and (min-width: 750px) {
    #topBar .logo.has-banner {
        height: 110px;
        line-height: 96px;
    }
    #topBar .logo img
    {
        max-height: 150px;
    }
    .logo-bar
    {
        /*padding-top: 20px;*/
        background-color: #fff;
    }
}
@media screen and (max-width: 750px) {
    #topBar .logo img
    {
        max-height: 100px;
    }
}



/* Applies a bg color to the content area when body uses boxed and bg image. */
/* Do not use when using the video bg. */
/*#wrapper
{
	background-color: #ffffff;
}*/

/* /UNIQUE STYLES */
/* ______________________________________________________________________________________________________*/




/* ######################################################################################################*/
/* MENU NAV */
/* ######################################################################################################*/

/* Customize menu bar items */
#topMain.nav-pills>li>a
{
    font-size: 18px;
}

.nav
{
    font-size: 18px;
}

/* Center menu only on large displays and not mobile size */
@media only screen and (min-width:980px) 
{
    .menu-center 
    {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        vertical-align:top; /* removes the space below what the inline-block puts */
    }
}

/* Used in HeaderNavStack to set the bg and height where the logo is displayed.*/
div.logo-bar
{
    background-color: #fff;
    /*background-color: #212121;*/
    /*background-color: #333;*/ 
}

/* Search widget format */
/* Note: Replaces the use of the original form tag to allow just for a div */
.inline-search input.serch-input {
    background: #fff;
    border: #e3e3e3 1px solid;
    color: #aaa;
    float: left;
    font-size: 13px;
    height: 39px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 50px 5px 10px;
    width: 100%;
}

.inline-search button {
    background: rgba(0, 0, 0, 0);
    border-left: #e3e3e3 1px solid;
    font-size: 17px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    vertical-align: bottom;
    position: absolute;
    right: 0;
}
/* /Search widget format */

/* Was used for centering */
/*@media only screen and (min-width:980px) 
{
    .nav-center
    {
        margin: auto 0;
        text-align: center;
    }
    .nav-center .nav-main
    {
        margin: auto 0;
        text-align: center;
    }
}*/

/* /MENU NAV */
/* ______________________________________________________________________________________________________*/




/* ######################################################################################################*/
/* ADJUSTMENT STYLES */
/* ######################################################################################################*/

/* Set consistent font family for site. */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
}

/* Removes the margin from the bottom of the page. */
#form1
{
    margin-bottom: 0px !important;
}

/* Aligns text below icon images. */
span.icap
{
    display: block;
    text-align: center;
}

.text-right
{
    text-align: right !important;
}

/* Fixes the modal popup form and scroll when using the Done button on the iphone keyboard */
/* Has side affect of scolling to the top*/
@media only screen and (max-width: 480px) 
{
    body.modal-open 
    {
        overflow: hidden;
        position:fixed;
        width: 100%;
    }
}


/* /ADJUSTMENT STYLES */
/* ______________________________________________________________________________________________________*/













/* ######################################################################################################*/
/* CREDIT APP BUTTON */
/* ######################################################################################################*/

/* Show full vs. mobile credit app based on viewing size. */
/*medium+ screen sizes*/
@media only screen and (min-width:980px) {
    .desktop-only {
        display:inline-block !important;
        visibility: visible;
    }

    .mobile-only {
        display:none !important;
        visibility: hidden;
    }
}
/*small screen sizes*/
@media only screen and (max-width: 979px) {
    .mobile-only {
        display:inline-block !important;
        visibility: visible;
    }
 
    .desktop-only {
        display:none !important;
        visibility: hidden;
    }
}




/* ######################################################################################################*/
/* INVENTORY PAGE */
/* ######################################################################################################*/


/* Dims the the label for each detail item title. */
.item-details span
{
    /*color: #ccc;*/
}

/* list item price */
div.shop-item-price {
	font-size:20px;
	margin-top:6px;
	font-weight:bold;
}
div.shop-item-price>span {
	color:#999;
	font-size:15px;
	display:inline-block;
	padding:0 10px;
	font-weight:400;
}


/*#filter-inventory-col.in,
#filter-inventory-col.collapsing {
    display: block !important;
}*/
/* Makes the left filter column collapsed in mobile view only.  */
@media (min-width: 768px) {
    #filter-inventory-col.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/*@media screen and (min-width:768px) 
{ 
    #filter-inventory-col
    { 
        display: block !important;
        visibility: visible !important; 

    } 
}*/


/* list item options */
.shop-list-options label {
	margin:0 6px
}
.shop-list-options select,
.shop-list-options input {
	height:35px;
	padding:6px;
	border-width:1px;
	cursor:pointer;
}
.shop-list-options .btn {
	height:35px;
	line-height:22px;
	color:#ccc;
	border:#E5E7E9 1px solid;
	display:inline-block;
	margin-top:-4px;
	margin-right:0;
}
.shop-list-options .btn.active {
	color:#fff;
	/*background-color:#333;*/
}
@media only screen and (max-width: 768px) {
	.shop-list-options {
		text-align:center;
	}
	.shop-list-options ul,
	.shop-list-options select,
	.shop-list-options a {
		margin-bottom:3px;
		float:none !important;
	}
	.shop-list-options .options-left {
		display:block;
		margin-top:20px;
	}
}

div.shop-item > div.thumbnail
{
    margin-bottom: 10px !important;
}

/*.shop-item-list > ul
{
    display: table;
}
.shop-item-list > ul > li
{
    display: table-cell;
    height: 100%;
}*/
div.grid-item-summary
{
    /*min-height: 175px;*/
    /*display: -webkit-flex;
    display: flex;*/
}
.row-eq-height
{  
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;*/

}

/*@media (min-width: 768px) {
    div.grid-item-summary
    {
        min-height: 175px;
    }
}*/


/* Make inventory image larger. Only do this for full screen width. */
/*@media only screen and (min-width: 992px) {
    .shop-item-list > .col-lg-12 > .shop-item > .thumbnail, .shop-item-list > .col-md-12 > .shop-item > .thumbnail {
        width: 300px !important;
    }

    .shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary, .shop-item-list > .col-md-12 > .shop-item > .shop-item-summary
    {
        left: 330px !important;
    }
    div.shop-item-summary {
        padding: 5px 8px !important;
    }
    .shop-item-list > .col-lg-12 > .shop-item p {
        margin: 0px 0 !important;
    }
}*/

div.listing-item
{
    /*margin-bottom: 30px !important;*/
    /*margin-bottom: 120px !important;*/
    /*white-space: nowrap;*/
}
.shop-item
{
    /*margin-bottom: 30px !important;*/
}
/*.shop-item-list>.col-lg-12
{
    margin-bottom: 0px !important;
}
.shop-item-list>.col-lg-12>.shop-item
{
    min-height: 200px !important;
}
.shop-item-price
{
    margin-top: 0px !important;
}
span.out-of-stock
{
    margin-top: 0px !important;
}
.shop-item-buttons
{
    margin-top: 0px !important;
}*/

/*ul > li:has(> h4)
{
    list-style: none !important;
    list-style-type: none !important;
    background-color: #333;
}*/
ul > li > h5
{
    margin: 20px 0 10px 0;
    text-decoration: underline;
}

/* Position the label over the image. */
div.listing-image > .thumbnail > .shop-item-info {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 20;
    width: 70px;
}

/* info over image */
div.shop-item>.thumbnail>.shop-item-info {
	position:absolute;
    top: 10px;
    left: 20px;
	z-index:20;
	width:70px;
}
div.shop-item>.thumbnail>.shop-item-info>.label {
	min-width:50px;
	text-align:center;
	font-size:13px;
	margin-bottom:3px;
	display:inline-block;
}

/* Removes empty space from columns on rows. Used on inventory page for listing specs. */
.twmrow { margin: 0px 0px 0px 0px !important; height: 100% !important; }


/* Styles button on Featured inventory controls and Inventory Grid */
div.shop-item .shop-item-buttons a.btn-default {
	border:0;
	background-color:rgba(0,0,0,0.1);
}
div.shop-item .shop-item-buttons a.btn-default:hover {
	border:0;
	background-color:rgba(0,0,0,0.18);
}

/* Styles h2 on Featured inventory horizontal control. */
div.shop-item-summary h2 {
	font-size:15px;
	color:#666;
	margin:0 0 4px 0;
}




/* /INVENTORY PAGE */
/* ______________________________________________________________________________________________________*/




/* ######################################################################################################*/
/* LISTING PAGE */
/* ######################################################################################################*/

/* Aligns the pagination centered under thumbnails. */
.owl-carousel.zoom-more .owl-controls.clickable
{
    position: relative;    
    text-align: center;
}


/*
ul.portfolio-detail-list li
{
    text-align: right;
    width: 100%;
}
ul.portfolio-detail-list span 
{
    text-align: left !important;
}
*/

/* Makes the main image on the details page fill the space even if the original image is 700 in width. */
/*img.img-responsive
{
    width: 2000px !important;
}*/

/* Makes the main image on the details page fill the space even if the original image is 700 in width. */
ul#imageGallery > li > img.img-responsive
{
    width: 2000px !important;
}
/* IE & Mozilla fix for box images on home page */
div.box-image img.img-responsive {
	width: 100% !important;
}
/* Disables the hover over zoom to the main image on the details page. */
.zoomImg
{
    display: none !important;
}
/* Makes the pagination below the thumbnails center align. */
.owl-pagination
{
    text-align: center;
}


/* Update Progress meter */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
    z-index: 10000;
}
.updateProgress div
{
	background-color: #cccccc;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
    z-index: 20000;
}

/* /LISTING PAGE */
/* ______________________________________________________________________________________________________*/


/* ----------------------- CONTACTFORM control */
div.contacter
{
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
span.contacter
{
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
.contacterfield
{
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
/* ----------------------- end of CONTACTFORM control */



@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
}





/* Allows the breadcrumb to sit above the page-header and hrefs to be clickable */
@media only screen and (min-width:1000px) 
{
    section.page-header .breadcrumb 
    {
        z-index: 1000 !important;
    }
}

section.dark.page-header 
{
    color: #fff;
    background-color: #333;
    text-transform: uppercase !important; 
}


.price-clean h4
{
    font-size: 35px !important;
    color: #000000 !important;
}
.price-clean h5
{
    color: #999 !important;
}

.btn-featured span
{
    text-align: left !important;
    padding-left: 6px;
}


/*.item-price h4, .item-price h5
{
	font-weight: bold !important;
}

.item-price h4
{
    font-size: 28px;
    color: #000;   
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: right;
}
.item-price h4.subprice
{
    font-size: 18px !important;
    color: #000;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: right;
}
.item-price h5
{
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

.item-price .text-sale {
    color: #b92c28 !important;
}*/








/* ADDED 9/2/2018 */



       /* LISTING ITEM STYLES ------------------------------------------------------------------------------------------------------- */

            /* LISTING ITEM */
            .listing-item-container /* Set box container around item row. */
            {
                border: 1px solid #D9D9D9; /*#ddd; */
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }
            .listing-item /* Make entire row gray, then make specs area white, this allow the image full column gray. */
            {
                background-color: #F2F2F2; /*#EDEDED; */
            }
            .listing-item .listing-item-details /* Makes the details area white and keeps image column gray. */
            {
                background-color: #fff; 
            }
            .listing-item .listing-item-specs div /* Space the item specs per div. */
            {
                padding-bottom: 3px;
            }

            /* PRICING STYLE - LIST ITEM */
            .item-price .main-price
            {
                font-size: 24px;
                color: #000;   
                font-weight: bold !important;
                margin-top: -7px;
            }
            .item-price .sub-price
            {
                font-size: 14px !important;
                color: #000;    
                font-weight: normal !important;
            }
            .item-price .price-label
            {
                font-size: 14px;
                color: #000;
                text-transform: uppercase;
            }
            .item-price .text-sale         
            {
                color: #b92c28 !important;
            }
            .item-price .save-amount
            {
                font-style: italic;
                padding-right: .33em;
            }
            .item-price li.main-line /* Additional position for main price line due to extra font size on price. */
            {
                padding-top: 5px; 
                padding-bottom: 15px;
            }

            /* IMAGE LABEL */
            div.listing-item-image>.thumbnail>.shop-item-info /* Due to padding on image, reposition label. */
            {
                position: absolute;
                top: 30px !important; /*10px;*/
                left: 30px;
                z-index: 20;
                width: 70px;
            }


        /* \ LISTING ITEM STYLES ------------------------------------------------------------------------------------------------------- */


        /* GRID ITEM STYLES ------------------------------------------------------------------------------------------------------- */


            /* LISTING ITEM GRID */
            .listing-grid-container /* Set box container around item grid. */
            {
                /*background-color: #EDEDED !important;*/
                border: 1px solid #D9D9D9; /*#ddd; */
                -webkit-box-shadow: 0 0 10px #ccc;
                   -moz-box-shadow: 0 0 10px #ccc;            
                        box-shadow: 0 0 10px #ccc;
            }
            .listing-grid /* Make entire row gray, then make specs area white, this allow the image full column gray. */
            {
                /*background-color: #F2F2F2;*/ /*#EDEDED; */
            }
            .listing-grid .listing-grid-details /* Makes the details area white and keeps image column gray. */
            {
                background-color: #fff; 
            }

            /* PRICING STYLE - GRID ITEM */
            .grid-price .main-price
            {
                font-size: 16px;
                color: #000;   
                font-weight: bold !important;
                margin-top: 0px;
            }
            .grid-price .sub-price
            {
                font-size: 14px !important;
                color: #000;    
                font-weight: normal !important;
            }
            .grid-price .price-label
            {
                font-size: 12px;
                color: #000;
                text-transform: uppercase; /* HELLO */
            }
            .grid-price .text-sale         
            {
                color: #b92c28 !important;
            }
            .grid-price .save-amount
            {
                font-style: italic;
                padding-right: .33em;
            }
            .grid-price li.main-line /* Additional position for main price line due to extra font size on price. */
            {
                padding-top: 0px; 
                padding-bottom: 5px;
            }

            .grid-title 
            {
                min-height: 60px;
            }           
            .grid-price-box /* Diagonal Price Box */
            {
                padding: 5px;
                background-color: #013A6B;
                /*background-image: -webkit-linear-gradient(30deg, #EDEDED 45%, #F2F2F2 45%);*/
                background-image: -webkit-linear-gradient(40deg, #e7e7e7 45%, #F2F2F2 45%);
                background-image:      -o-linear-gradient(40deg, #e7e7e7 45%, #F2F2F2 45%);               
                background-image:         linear-gradient(40deg, #e7e7e7 45%, #F2F2F2 45%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#F2F2F2', GradientType=0);
                /*min-height: 30px;*/
            }

            /* IMAGE LABEL - INVENTORY GRID VIEW */
            div.listing-gridview-image>.thumbnail>.shop-item-info /* Due to padding on image, reposition label. */
            {
                position: absolute;
                top: 30px;
                left: 30px;
                z-index: 20;
                width: 70px;
            }

            /* IMAGE LABEL - INVENTORY GRID CONTROL */
            div.listing-gridcontrol-image>.thumbnail>.shop-item-info /* Due to padding on image, reposition label. */
            {
                position: absolute;
                top: 25px;
                left: 15px;
                z-index: 20;
                width: 70px;
            }

            /* IMAGE LABEL - HORIZONTAL SLIDER */
            div.listing-box-image>.thumbnail>.shop-item-info /* Due to padding on image, reposition label. */
            {
                position: absolute;
                top: 10px;
                left: 0px;
                z-index: 20;
                width: 70px;
            }


        /* \ GRID ITEM STYLES ------------------------------------------------------------------------------------------------------- */



        /* PRICE LAYOUT w/ LEADER LINES */
        ul.leaderlines {
            max-width: 40em;
            padding: 0;
            overflow-x: hidden;
            list-style: none;   
        }
        ul.leaderlines li:before {
            float: left;
            width: 0;
            white-space: nowrap;
            content:
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
        }
        ul.leaderlines span:first-child {
            padding-right: 0.33em;
            background-color: #F2F2F2;
        }
        ul.leaderlines span + span {
            float: right;
            padding-left: 0.66em;
            background-color: #F2F2F2;
        }

        /* PRICE LAYOUT for/ DIAGONAL BOX */
        ul.pricerows {
            max-width: 40em;
            padding: 0;
            overflow-x: hidden;
            list-style: none;  
            margin-bottom: 0px; 
        }
        ul.pricerows span + span {
            float: right;
        }



        /* HEADING TITLES -- make upercase site-wide*/
        .heading-title h4
        {
            text-transform: uppercase !important;
        }
        .btn-primary a
        {
            color: #ffffff !important; /* Make all primary buttons with links have color font. */
        }



        /* Callout Boxes */
        .box-text
        {
            display: flex;
            align-items: center;
            min-height: 100px;
        }
        .box-text p 
        {
            font-size: 30px !important;
            color: #fff !important;
            margin: 0 auto !important;
            padding: 15px 0 !important;
            font-weight: 600;
        }
        .box-text span 
        {
            display: block !important;
            font-size: 16px !important;
            color: #fff !important;
        
            font-weight: 400;
        }
        .box1, .box2
        {
            background-color: #EE1B2C !important;
            border-top: #fff 3px solid;
        }
        .box-title
        {
            border-bottom: #fff 1px solid;
        }



