﻿/*===================== 
	Color information
	
	- Yellow #e2d000;
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Fira Sans', sans-serif !important;
    margin: 0;
    padding: 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: 50px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .75);
    padding: 3% 0 1% 0;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    padding: 3% 0 2% 0;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding: 3% 0 2% 0;
}

p {
    margin: 0;
    padding: 1% 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

p.small {
    font-size: 18px;
}

.bold {
    font-weight: 500;
}

.center {
    text-align: center;
}

/*===================== 
	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: underline;
}

a.yellow_btn {
    background-color: #e2d000;
    border-radius: 3px;
    width: 600px;
    display: block;
    font-size: 72px;
    text-align: center;
    margin: -160px auto 0 auto;
    position: relative;
    color: #000;
    z-index: 700;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .6);
}

a.yellow_btn:hover {
    background-color: #FFEB06;
}

.notInv a .fa {
    color: #fff;
}

a .fa:hover {
    color: #ccc;
}

/*===================== 
	header styles 
=======================*/

header {
    width: 100%;
    background: url(../siteart/metal-header-footer.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

div.phone {
    float: right;
    display: block;
    font-size: 40px;
    font-weight: 500;
    width: 60%;
    text-align: right;
    color: #fff;
    padding: 2% 4% 2% 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

img.main_logo {
    width: 15%;
    padding: 1% 0 1% 4%;
    float: left;
}

/*===================== 
	nav styles 
=======================*/

#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0 3% 0 0;
    display: block;
    margin: 0;
    position: relative;
    float: right;
    width:75%;
}

nav.primary ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
}

nav.primary ul li a {
    color: #fff;
    font-size: 24px; /* was: 28px */
    text-decoration: none;
    padding: 12px 25px;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

nav.primary ul li a:hover {
    color: #e2d000;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 10px 10px;
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #fff solid 1px;
}

/* Appearance of the sub-level links on hover
nav.primary ul li li a:hover {}*/

/* 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: 800;
}

nav.primary ul ul li {
    float: none;
    width: 230px;
    display: block;
    position: relative;
    margin: 0;
}

/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/
.hosted-content {
    color: #fff;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: none !important;
}

.hosted-content h3 {
    color: #fff !important;
    font-size: 21px;
}

.hosted-content h1 {
    font-size: 34px;
}

.hosted-content .listings-detail-wrapper .information-box .row:nth-child(2n) {
    background-color: #606060 !important;
}

.hosted-content .listings-wrapper .sort-box {
    background: none !important;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/
.wrap {
    width: 100%;
    background: url(../siteart/main-content-bg.jpg) no-repeat;
    background-size: cover;
    margin: 3% 0 0 0;
    padding: 0;
}

.other-page-wrap {
    width: 100%;
    background: url(../siteart/main-content-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: -5px 0 0 0;
    padding: 0;
}

.wrap2 {
    width: 100%;
    background: url(../siteart/honeycomb-chrome-full.jpg) fixed no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.black_bg {
    background-color: rgba(0, 0, 0, 0.30);
    width: 100%;
}

.brands {
    width: 100%;
    background: url(../siteart/honey-comb-bg.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 2% 0 4% 0;
}

.brands img {
    margin: auto;
    width: 100%;
}

.small-brands {
    margin: 25px 0;
    text-align: center;
}

.small-brands a {
    display: inline-block;
    margin: 15px;
}

.small-brands img {
    max-height: 50px;
}

div.jMyCarousel {
    width: 100%;
    height: 50px;
}

div.jMyCarousel ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

div.jMyCarousel ul li a:hover {
    opacity: .5;
}

div.jMyCarousel img {
    max-height: 50px;
    width: auto;
    vertical-align: middle;
}

.hero {
    width: 100%;
    display: relative;
    margin: 0;
    padding: 0;
}

.hero img {
    width: 100%;
}

.container2 {
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 6% 2%;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 6% 2%;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.scrolling {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 24%;
}

.col-1-3 {
    width: 33%;
    padding: 0 1%;
    box-sizing: border-box;
    float: left;
}

.col-1-2 {
    width: 49%;
}

.col-2-3 {
    width: 65%;
    padding: 0 1%;
    box-sizing: border-box;
    float: left;
}

.col-3-4 {
    width: 75%;
}

/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;
    background: url(../siteart/metal-header-footer.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 3% 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #888888;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #888888;
}

.smallfootertext {
    font-size: 13px;
    color: #888888;
}

.divfooter {
    max-width: 780px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto;
    color: #888888;
}

/*========================= 
	 Resposive styles 
===========================*/

@media screen and (max-width: 1400px) {
	nav.primary ul li a {
		font-size: 20px;
	}
}

@media screen and (max-width: 1255px) {
	nav.primary {
		width: 100%;
	}
    nav.primary ul li a {
        font-size: 19px;
        padding: 12px 25px;
    }

    nav.primary ul li li a {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0 10px 10px;
        color: #fff;
        background: #181818;
        text-align: left;
        border-right: none;
        border-left: none;
        border-bottom: #fff solid 1px;
    }

    nav.primary ul ul ul {
        position: absolute;
        right: 100%;
        left: auto;
        top: 0;
    }

    div.phone {
        float: right;
        display: block;
        font-size: 30px;
        font-weight: 500;
        width: 60%;
        text-align: right;
        color: #fff;
        padding: 2% 4% 3% 0;
        text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    }

    img.main_logo {
        width: 14%;
        padding: 1% 0 1% 4%;
        float: left;
    }

    a.yellow_btn {
        background-color: #e2d000;
        border-radius: 3px;
        width: 600px;
        display: block;
        font-size: 50px;
        text-align: center;
        margin: -100px auto 0 auto;
        position: relative;
        color: #000;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
            0px 8px 13px rgba(0, 0, 0, 0.1),
            0px 18px 23px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .6);
    }

    .container {
        padding: 6% 8%;
    }

    h1 {
        font-size: 30px;
        padding: 3% 0 1% 0;
    }

    h2 {
        font-size: 30px;
    }

    p {
        margin: 0;
        padding: 1% 0;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }

}

@media screen and (max-width: 1015px) {

    .col-1-3,
    .col-2-3 {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
    }

    nav.primary ul li a {
        font-size: 16px;
        padding: 12px 18px;
    }

}

@media screen and (max-width: 760px) {

    /*==============================
		Mobile Nav Styles			
	================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 100%;
        display: block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 800;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #252928;
    }

    #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: #333;
        z-index: 900;
        /* 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 #454545;
        border-bottom: 1px solid #151515;
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 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 #e2d000 solid;
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        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 .fa,
    nav.mobile ul li a .fas,
    nav.mobile ul li a .far {
        width: 25px;
        /* font-weight: 100; */
        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: #999;
    }

    /************************************************/

    a.yellow_btn {
        width: 100%;
        font-size: 50px;
        margin: -5px auto 0 auto;
        box-shadow: none;
    }

    .wrap {
        margin: 0 0 0 0;
    }

    div.phone {
        float: right;
        display: block;
        font-size: 21px;
        font-weight: 500;
        width: 60%;
        text-align: right;
        color: #fff;
        padding: 8% 4% 3% 0;
        text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    }

    img.main_logo {
        width: 20%;
        padding: 3% 0 1% 4%;
        float: left;
    }

    h2 {
        font-size: 21px;
    }

    .contactpad {
        padding: 6% 14%;
    }

    .flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    a.yellow_btn {
        width: 100%;
        font-size: 30px;
        margin: -5px auto 0 auto;
        box-shadow: none;
    }

}


/**********************
Auction Time styles 
*********************/
