/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700');

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.right {
    margin-right: 0 !important;
}

/***** END RESET *****/

/***** FRAMEWORK *****/
body {
    font-family: 'Fira Sans', sans-serif;
}

img {
    max-width: 100%;
    display: inline-block;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
	font-family:'Fira Sans', sans-serif !important;
}

h2#dialog-label {
    color: black;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #b7252d;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}


.one-third {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.two-third {
    float: left;
    width: 66%;
    margin-right: 3%;
}

.hosted-content h2 {
    color: #000;
}

.hosted-content h3 {
    color: #000;
    font-size: 19px;
}

#listings-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.one-third a {
    color: #000;
}

.container {
    width: 100%;
    padding: 20px;
}

.site-width {
    max-width: 1440px;
    margin: 0 auto;
}

header {
    background: #000;
    padding: 10px;
}

.logo {
    float: left;
    max-width: 350px;
    width: 40%;
}

.header-contact {
    float: right;
    text-align: right;
    margin-top: 1%;
}

.header-contact p,
.header-contact a {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
}

#auctions-link {
    background: #000;
}

.black-box {
    float: left;
    background: #000;
    width: 33%;
    padding: 10px;
}

.red-box {
    float: left;
    background: #b7252d;
    width: 33%;
    padding: 10px;
}

.box-content {
    text-align: center;
}

.box-content img {
    display: inline-block;
}

.box-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
    margin: 5px 0;
}

.scroll-frame iframe {
    width: 100%;
    height: 90px;
    display: block;
    text-align: center;
}



.contact-form {
    text-align: left;
}

.column3 {
    width: 50%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.column4 {
    width: 100%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}


.detailed-search input[type="text"] {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
}

input[type="submit"] {
    width: 40%;
    margin: 5px 0;
    padding: 7px 7px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #b7252d;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    min-height: 100px;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
}

.contact-form {
    margin-bottom: 20px;
    padding: 0 20px;
}

#boxlinks {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    max-width: 1020px;
    margin: 30px auto;
}

.linkbox {
    width: 30%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *float: left;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.google-map {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}


.google-map-home {
    position: relative;
    padding-bottom: 25%;
    overflow: hidden;
    width: 100%;
}

.google-map-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

.side-menu {
    float: left;
    width: 23%;
    margin-right: 2%;
    padding: 10px;
}

.side-menu li {
    width: 100%;
    padding: 10px;
    background: #333;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}

.side-menu a,
.side-menu a:hover {
    color: #fff;
}

.side-menu li:hover {
    background: #b7252d;
}


.inventory-listings {
    float:
        left;
    width: 100%;
    margin: 80px 0;
}



/***** FOOTER *****/

footer {
    background: #000;
    padding: 20px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    max-width: 750px;
    text-align: right;
    margin: 0 auto;
    float: right;
}

/***** RESPONSIVE STYLES *****/


@media only screen and (max-width: 900px) {
    .logo {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .header-contact {
        float: none;
        text-align: center;
        margin-top: 3%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .one-third,
    .two-third {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .side-menu {
        display: none;
    }

    .inventory-listings {
        width: 100%;
    }

    .black-box,
    .red-box {
        width: 100%;
    }

    .red-box {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    footer {
        padding-bottom: 15%;
    }

    .contact-form {
        margin-bottom: 20px;
        padding: 0 10px;

    }

}

@media only screen and (max-width: 699px) {

    footer {
        padding-bottom: 28%;
    }

    .column3 {
        width: 100%;
    }

    .google-map {
        padding-bottom: 75%;
    }

}

@media only screen and (max-width: 370px) {

    h1 {
        font-size: 26px;
    }

    footer {
        padding-bottom: 35%;
    }

}