﻿/*===================== 
	CSS reset/normalize 
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Open Sans', sans-serif !important;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*===================== 
	typography 
=======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 35px;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

/*===================== 
	link styles 
=======================*/
a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: inherit;
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: inherit;
}

/*===================== 
	header styles 
=======================*/
header {
    margin: 0 auto;
    width: 100%;
}

.header-bg-color {
    background: #f9f9f9;
}

.top-header {
    width: 70%;
    margin: 0 auto;
}

header .col-1-3 {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.header-info {
    text-align: right;
}

.header-info img,
.header-info p {
    display: inline-block;
    vertical-align: middle;
}

.header-info img {
    width: 18px;
}

.header-logo {
    text-align: left;
}

.header-logo img {
    max-width: 100%;
    height: auto;
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
    display: none;
}

#menu-button {
    display: none;
}

/* ----- */

nav.primary {
    max-width: 100%;
    background: rgba(0, 0, 0, .65);
    text-align: center;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
}

nav.primary ul li a {
    color: #f9f9f9;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
}

nav.primary ul li a:hover {
    background: #111;
}

/* DROP DOWNS */
nav.primary ul li li a {
    /* appearance of the sub-level links */
    background: #111;
    width: 180px;
    text-align: left;
    display: block;
    text-decoration: none !important;
}

nav.primary ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #c33445 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    margin: 0;
    display: block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
    display: none;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/
.banner {
    background: #c33445;
    padding: .70% 0;

}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*===================== 
	layout styles 
=======================*/
.wrap {
    max-width: 60%;
    margin: 0 auto;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 24%;
}

.col-1-3 {
    width: 33%;
}

.col-1-2 {
    width: 49%;
}

.col-2-3 {
    width: 65%;
}

.col-3-4 {
    width: 75%;
}

/*===================== 
	footer styles 
=======================*/
footer {
    margin: 0;
    width: 100%;
    background: #1b1b1b;
    color: #F9F9F9;
    text-align: center;
    padding: .75% 0;
    font-size: 12px;
}

footer .col-1-5 {
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    text-align: left;
}

footer .col-1-5 ul {
    margin: 0;
    padding: 0;
}

footer .col-1-5 ul li {
    list-style-type: none;
    padding: 0;
    line-height: 15px;
    margin: 0;
}

footer .col-1-5 ul li a:hover {
    text-decoration: underline;
}

footer .col-1-5 img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.footer-contact {
    margin: .5% 0;
}

.footer-contact img,
.footer-contact p {
    display: inline-block;
    vertical-align: middle;
}

.footer-contact img {
    width: 25px !important;
}

.copyright {
    background: #111;
    padding: 10px 0;
    color: #F9F9F9;
}

.divfooter {
    width: 60%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 10px;
    color: #F9F9F9;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 10px;
    color: #F9F9F9;
}

.footertext {
    font-size: 10px;
    color: #F9F9F9;
}

.smallfootertext {
    font-size: 10px;
    color: #F9F9F9;
}

/*===================== 
	Home Page 
=======================*/
.hero-img {
    background: url("../siteart/hero-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0 4% 0;
}

.hero-img h1 {
    margin-top: 20%;
    color: #F9F9F9;
    text-transform: uppercase;
}

.search-section {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: url("../siteart/red-search-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0;
}

.column3 {
    text-align: left !important;
    color: #f9f9f9
}

.search-section h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    text-align: center;
}

.search-col {
    width: 33%;
    box-sizing: border-box;
    padding-right: 2%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

.search-col input {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
}

.equip-btn {
    text-align: left;
    margin-top: 2.75%;
}

.equip-btn input.search-btn {
    border: none;
    color: #fff;
    width: 30%;
    font-weight: bold;
    padding: .75% 0;
    background: #1b1b1b;
}

.intro-section {
    padding: 1.5% 0;
}

.intro-section h1 {
    text-transform: uppercase;
    color: #c33445;
}

.intro-section .col-1-2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 0 0;
    box-sizing: border-box;
    width: 48%;
}

.about-section {
    background: #f9f9f9;
    padding: 2% 0;
    text-align: center;
}

.about-section .col-1-3 {
    text-align: left;
    width: 33%;
    padding: 0 1%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}



.pg-pad {
    padding: 3% 0;
}

/*===================== 
	Contact Page 
=======================*/
.contacts {
    width: 100%;
    max-width: 25%;
    float: left;
    display: block;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
    background: #fafafa;
}

.contacts:hover {
    border: 1px solid #ccc;
    background: #c33445;
    cursor: pointer;
}



/*===================== 
	Products Page 
=======================*/
.products-pg {
    padding: 3% 0;
}

.products-pg h1 {
    padding-bottom: 1%;
    text-transform: uppercase;
}

.products-pg .gray-bg {
    background: #f9f9f9;
    border: 1px solid #eee;
    box-sizing: border-box;
    width: 100%;
    padding: 1%;
    margin: 1% 0;
}

.products-pg .col-1-2 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1%;
}

.products-pg .col-1-2 p {
    text-decoration: underline;
}

.products-pg .manu-divs {
    width: 12%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
}


/*===================== 
	Inventory Page 
=======================*/
.inv-pg h1 {
    text-transform: uppercase;
    padding-bottom: 2%;
}

.hosted-content #listings-title {
    color: #c33445;
    text-transform: uppercase;
    font-size: 25px !important;
}

.btn,
.btn-on-auction {}

.ctacontainer {
    position: relative;
    max-width: 20%;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    padding: 1%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .4);
}

.ctacontainer img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.ctacontainer img:hover {
    border: 1px solid red;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Style tab links */
.tablink {
    background-color: #555;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 16px;
    text-transform: uppercase;
    width: 24.33%;
    box-sizing: border-box;
}

.tablink:hover {
    background-color: #777;
}

.detailed-search input[type=text],
.detailed-search input[type=email],
.detailed-search input[type=url],
.detailed-search input[type=password],
.detailed-search textarea,
.detailed-search select {
    width: 100%;
    max-width: 99%;
    border: 1px solid #afafaf;
    background: #fff;
    padding: 8px 10px;
    box-sizing: border-box;
    font-weight: 300;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    display: none;
    padding: 100px 20px;
    height: 100%;
}

.detailed-search {
    padding: 25px;
    box-sizing: border-box;
}

.detailed-search input,
.detailed-search select {
    width: 49%;
    float: left;
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    color: #555;
    margin: .5%;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    border: 1px solid #afafaf;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
}

.detailed-search input[type='submit'] {
    display: inline-block;
    border: none;
    background: #4d1818;
    font-size: 18px;
    color: #fff;
    width: 99%;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 10px;
    vertical-align: top;
    margin-bottom: 8px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.detailed-search input[type='submit']:hover {
    color: #fff;
    background: #555;
    text-shadow: none;
    box-shadow: 1px 1px 5px #AFAFAF;
}

/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1500px) {
    .wrap {
        max-width: 75%;
    }
}

@media screen and (max-width: 1325px) {
    .wrap {
        max-width: 80%;
    }

    .hero-img h1 {
        margin-top: 10%;
        text-shadow: 1px 1px 1px #111;
    }

    nav.primary ul li a {
        padding: 8px;
        font-size: 10px;
    }

    .divfooter {
        width: 80%;
    }

}

@media screen and (max-width: 1150px) {
    .top-header {
        width: 90%;
    }

    .wrap {
        max-width: 85%;
    }

    .about-section .col-1-3 {
        text-align: center;
        width: 48%;
        margin: 1% 0;
    }

    .search-section {
        text-align: left;
    }

    .search-col {
        width: 48%;
        margin: 1% 1% 1% 0;
        padding: 0;
    }

    footer {
        text-align: left;
    }

    footer .col-1-5 {
        width: 32%;
        margin: 1% 0;
    }

    .divfooter {
        width: 90%;
    }

}

@media screen and (max-width:1100px) {

    /*==============================
	Mobile Nav Styles			
================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 100%;
        display: block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #222;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #C33445;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 15px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -4px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #F68A97;
        border-bottom: 1px solid #DD5868;
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px;
        color: #fbdee2;
        text-decoration: none;
        border-left: 4px #C33445 solid;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #fbdee2 solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #7C0311;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #7C0311 solid;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;

    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fas {
        width: 25px;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }


    nav.mobile ul li .fa-chevron-down {
        color: #fbdee2;
    }

    .contacts {
        max-width: 50%;
    }

    .ctacontainer {
        max-width: 33%;
    }

}

@media screen and (max-width: 960px) {
    .wrap {
        max-width: 90%;
    }

    .intro-section .col-1-2 {
        width: 100%;
        margin: 1% 0;
    }

    .equip-btn input.search-btn {
        width: 48%;
        padding: 1.25% 0;
    }

    .products-pg .col-1-2 {
        width: 100%;
        padding: 0;
        margin: 1% 0;
    }

    footer {
        text-align: left;
    }

    footer .col-1-5 {
        width: 49%;
        margin: 1% 0;
    }



}

@media screen and (max-width: 760px) {
    .top-header {
        width: 98%;
    }

    .header-info {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .wrap {
        max-width: 95%;
    }

    .hero-img h1 {
        margin-top: 5%;
        font-size: 25px;
        text-align: center;
        text-shadow: 1px 1px 1px #222;
    }

    .search-col {
        padding: 0;
        width: 100%;
        margin: 1% 0;
    }

    .about-section .col-1-3 {
        width: 100%;
        margin: 2.5% 0;
    }

    .intro-section {
        padding: 3% 0;
    }

    .intro-section h1 {
        font-size: 28px;
    }

    .banner {
        padding: 1.5% 0;
    }

    footer .col-1-5 {
        width: 95%;
        margin: 1% 0;
        text-align: center;
    }

    .contacts {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .ctacontainer {
        max-width: 50%;
    }

}

@media screen and (max-width: 520px) {
    header .col-1-3 {
        width: 100%;
        text-align: center;
        padding: .5% 0;
    }

}

@media screen and (max-width: 420px) {
    .ctacontainer {
        max-width: 100%;
    }

}
