/* RESET 
------------------------------------------------*/
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    /* margin: 0 auto; */
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}


@font-face {
    font-family: 'Helvetica Neue LT Std', 'Oswald', sans-serif;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


* {
    box-sizing: border-box;
}

body {
    background: url(/siteart/sitebg.jpg) !important;
    background-size: cover !important;
    width: 100%;
    max-width: none !important;
    font-family: 'Helvetica Neue LT Std', 'Oswald', sans-serif;
}


.wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: #356088;
}

::-moz-selection {
    color: #fff;
    background: #356088;
}


/* ------Header------ */
.header {}

.logo {
    position: absolute;
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
    z-index: 9999;
}

.main-img img {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.home-buttons {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
    color: #727272;
    height: 150px;
    position: relative;
    padding-top: 50px;
}

.home-buttons a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #727272;
    border: 4px solid #727272;
    padding: 20px 40px;
}

.home-buttons a:hover {
    border: 4px solid #F26522;
    color: #F26522;
}

.attachments {
    display: inline-block;
    *float: left;
    width: 33%;
}

.used-equip {
    display: inline-block;
    *float: left;
    width: 33%;
}

.white-bg {
    width: 100%;
    background-color: #fff;

}

.container.body-content {
    padding: 30px 0 !important;
}

.white-bg h1 {
    width: 100%;
    max-width: 1300px;
    padding: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.white-bg p {
    width: 100%;
    color: #000;
}


/*  ATTACHMENTS PAGE
-----------------------------------------------*/

.attachments-wrap {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
}


.item {
    width: 18%;
    display: inline-block;
    *float: left;
    position: relative;
    margin: 20px 40px;
}

.item h3 {
    text-align: center;
    margin: 0 auto;
}


.item img {
    opacity: 1.0 !important;
}

.item img:hover {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}


/* SPEC PAGES
-----------------------------------------------*/

.specs {
    width: 100%;
    max-width: 1300px;
}

.spec-images {
    width: 100%;
    max-width: 1300px;
    display: block;
}

.spec-images img {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    padding: 5px;
}

.specs img {
    width: 35%;
    display: inline-block;
    *float: left;
    position: relative;
    vertical-align: top;
}

.spec-table {
    display: inline-block;
    *float: left;
    position: relative;
    width: 100%;
}

.spec-table h3 {
    border-bottom: 4px black solid;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.spec-table h4 {
    padding: 20px 0 10px 0;
}

.spec-row {
    border: .5px solid gray;
    padding: 10px;

}

.list {
    padding: 0 0 20px 20px;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #727272;
    margin-bottom: 30px;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/***** Contact Footer *****/


.contact-footer {
    height: auto;
    width: 100%;
    background-color: #f26522;
}

.map {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    max-width: 1300px;
    text-align: left;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
}

.contact-footer h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    display: inline;
    width: 20%;
    color: #fff;
}


.bbb-badge {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.bbb-badge img {
    width: 180px;
    margin: 0 auto
}

/*.contact-info p{
	width:90%;
	text-align:right;
	margin:0 auto;
	position:relative;
	display:inline-block;
	*float:left;
}*/

.contact-info a {
    text-decoration: underline;
    color: #fff;
}

.contact-info a:hover {
    color: #fff;
    text-decoration: none;
}

.home-contact {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    text-align: left;
}

.hours {
    width: 30%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.hours p {
    padding: 2px;
}


.hosted-footer {
    background-color: #f26522;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
}


.hosted-footer p {
    font-size: 11px;
}

.hosted-footer a {
    color: #fff;
}

.hosted-footer a:hover {
    text-decoration: underline;
}







@media screen and (max-width:1275px) {
    .logo {
        position: relative;
        padding-bottom: 20px;
    }

}

@media screen and (max-width:1000px) {

    .home-buttons {
        padding-top: 0px;
        height: auto;
    }

    .attachments {
        display: block;
        position: relative;
        height: 50%;
        width: 100%;
        margin-bottom: 20px;
    }

    .attachments a {
        display: block
    }

    .used-equip {
        display: block;
        position: relative;
        height: 50%;
        width: 100%;
    }

    .used-equip a {
        display: block;
    }

    .item {
        width: 40%;
        text-align: center;
        margin: 0;
    }

    .spec-table {
        width: 90%;
    }


    .contact-info {
        text-align: left;
    }

    .contact-info p {
        width: 100%;
        text-align: left !important;
        display: block;
    }
}

@media screen and (max-width:850px) {
    .item {
        width: 100%;
        text-align: center;
        padding-right: 10px;
    }
}

@media screen and (max-width:750px) {
    .spec-images img {
        width: 70% !important;
    }

    .home-contact {
        width: 100%;
    }

    .hours {
        width: 100%;
    }


}

@media screen and (max-width:650px) {
    .spec-table {
        width: 100%;
        margin: 0px;
    }

    .specs img {
        width: 70%;
    }

    .contact-info p {
        width: 100%;
    }

    .logo {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width:560px) {
    .item {
        width: 100% !important;
        text-align: center;
    }

    .spec-images img {
        width: 100% !important;
    }


}

@media screen and (max-width:390px) {
    .attachments a {
        padding: 20px 30px;
    }

    .used-equip a {
        padding: 20px 10px;
    }

}