﻿/***** BEGIN 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 {
    background: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
}

.blackbg {
    background: #444444;
    color: white;
    text-align: center;
    padding: max(40px, 7vw);
}

.blackbg p {
    line-height: 2.6;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


body {
    font-size: 18px;
    line-height: 26px;
    -webkit-text-size-adjust: none;
}

.overlay {
    position: absolute;
    text-align: center;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #ed1b24;
}

a:hover {
    text-decoration: underline;
    color: #ed1b24;
}

.locinfo a:link,
.locinfo a:visited,
.locinfo a:active {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.locinfo a:hover {
    text-decoration: underline;
    color: #ed1b24;
}

/*HEADER*/

header {
    background: #444;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2% 0.5%;
    font-size: 16px;
    gap: 20px;
}

header>div {
    flex-grow: 1;
}

.logo-main{
    width: 100%;
    max-width: 553px;
}
.logo-main img{width:100%}
.logo-brands{
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    justify-content: center;
    padding: 0 3px;
    max-height: 144px;
}
.logo-item{
    padding: 7px 29px;
   justify-items: center;
}
.logo-item img{width:100%;}

.locinfowrap {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 633px;
    /* padding: 0 9px; */
    gap: 40px;
}

.locinfo {
    flex-grow: 1;
}

.manufacturers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.manufacturers img {
    width: 270px;
}

.manufacturers>div {
    flex-grow: 1;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.wrapper {
    width: 100%;
    /* max-width: 80%; */
    margin: 0 auto;
    padding: 3% 40px;
    box-sizing: border-box;
}

.wrapper {}

.onecols,
.twocols,
.threecols,
.fivecols {
    width: 100%;
    height: auto;
}

.onecols {
    max-width: 25%;
}

.twocols {
    max-width: 50%;
}

.threecols {
    max-width: 75%;
}

.fivecols {
    max-width: 20%;
}

.cornbg {
    background: url("../siteart/cornfieldbg.png") no-repeat;
    background-size: cover;
    background-position: center center;
}

.emptyspace {
    padding: 10% 0;
}


.comodity-markets {    
	color: #fff;
    font-weight: 900;
    line-height: 1.2 !important;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

a.comodity-icon:hover {color:#ed1b24; text-decoration: none !important;}


/*---Side buttons---*/
#slideout {
    position: fixed;
    z-index: 999;
    top: 30%;
    left: 0;
    -webkit-transition-duration: 0.0;
    -moz-transition-duration: 0.0;
    -o-transition-duration: 0.0s;
    transition-duration: 0.0;
}

#slideout:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#slideout-l {
    position: fixed;
    z-index: 999;
    top: 30%;
    right: 0;
    -webkit-transition-duration: 0.0;
    -moz-transition-duration: 0.0;
    -o-transition-duration: 0.0s;
    transition-duration: 0.0;
}

#slideout-l:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#slideout img {
    width: 100%;
}

#slideout-l img {
    width: 100%;
}




/************************************** popup STYLES ****************************************/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #26262c;
    display: none;
    width: 100% !important;
    height: 1060px !important;
    font-size: 32pt;
    color: white;
    opacity: 0.4;
}

.window {
    height: 100%;
    margin: 0 auto !important;
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#boxes #dialog {
    width: 1000px;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
    border: #ed1b24 thick solid;
}

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: #ed1b24;
}

.popupoption2:hover {
    color: #ed1b24;
}

#boxes img {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.lc-form {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.popupCloseButton {
    /* background-color: #fff; */
    /* border: 3px solid #999; */
    /* border-radius: 50px; */
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    /* top: -4px; */
    right: 30px;
    font-size: 20px;
    line-height: 30px;
    /* width: 50px; */
    height: 30px;
    text-align: center;
    color: #000000 !important;
}

.popupCloseButton:hover {
    background-color: #000;
}


/* The alert message box */
.alert {
  padding: 20px;
  background-color:#FFA600;
  color: #000;
}

/* The close button */
.closebtn {
  margin-right: 50px;
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.warning.flex {display: flex; gap: 40px; justify-content: center;}


.warning.flex div {width: 70%; margin-top: 14px;}

span.warning {font-size: 100px;}

span.warning-heading {font-size: 30px; font-weight: 600;}

/*===================== 
	POP UP
=======================*/


#boxes h1 {
    color: #fff !important;
    background: #a3191f !important;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 30px;
    line-height: normal;
}

#boxes p {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    line-height: 35px;
    color: #000 !important
}



#boxes ul {
    padding: 20px 180px;
    text-align: left;
}

#boxes li {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 30px;
}

#boxes strong {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 20px;
}

#boxes a {
    color: #000 !important
}

.contact-bar-btn.des-email-seller {color:#fff !important;}


/*--------Landing Page Mobile --------*/

@media screen and (max-width: 1037px) {
 /*--Landing Page---*/
    #boxes #dialog { width: 800px;}
}

@media screen and (max-width: 847px) {
	.warning.flex {flex-direction: column;align-items: center; gap: 0;text-align: center;}
	.warning.flex div {width: 80%;}
	.closebtn {margin-right: 0;}
	
}

@media screen and (max-width: 835px) {
    /*--Landing Page---*/
    #boxes #dialog {width: 600px;}
}

@media screen and (max-width: 637px) {
    /*--Landing Page---*/
    #boxes #dialog { width: 80%;}
}

@media screen and (max-width: 605px) {
    .window { height: 100%;margin: 0 auto !important;top: 50% !important;left: 50% !important; margin-right: -50% !important;transform: translate(-50%, -50%) !important;display: none;}
    #mask {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9000;
        background-color: #26262c;
        display: none;
        width: 100% !important;
        height: 1200px !important;
        font-size: 32pt;
        color: white;
        opacity: 0.4;
    }
    #boxes ul { padding: 20px 30px;text-align: left;}
    .popupCloseButton {
        cursor: pointer;
        display: inline-block;
        font-family: arial;
        font-weight: bold;
        position: absolute;
        right: 0px;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        color: #000000 !important;
    }
}


@media screen and (max-width: 550px) {
    .window {
        height: 100%;
        margin: 0 auto !important;
        top: 75% !important;
        left: 50% !important;
        margin-right: -50% !important;
        transform: translate(-50%, -50%) !important;
        display: none;
    }
}


@media screen and (max-width: 360px) {
    .window {
        height: 100%;
        margin: 0 auto !important;
        top: 85% !important;
        left: 50% !important;
        margin-right: -50% !important;
        transform: translate(-50%, -50%) !important;
        display: none;
    }
}

@media screen and (max-width: 320px) {

    /*--Landing Page---*/
    #boxes #dialog {top: 110% !important;width: 80%;}
}

@media screen and (max-width: 240px) {

    /*--Landing Page---*/
    #boxes #dialog {
        width: 70%;
        height: auto;
        padding: 10px 5px 10px 5px;
        top: 100% !important;
    }
    .lc-form {
        position: relative;
        margin: 0 auto;
        padding: 0px;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
    }
}


footer {
    background: #292a2a;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 2% 0px;
}

/** Responsive Styles **/

@media screen and (max-width: 1627px) {.locinfowrap {display: none !important;}
.logo-brands{width: 50%;}
}

@media screen and (max-width: 1130px) {
    header>div {font-size: 14px; }
    header { flex-wrap: nowrap; padding: 5%; }
}

@media screen and (max-width: 1050px) {
    header>div {font-size: 14px; }
    header {flex-wrap: nowrap; padding: 5%;}
    .locinfowrap {display: none !important; }

    header{flex-wrap: wrap; justify-content: center;}
    .logo-main{max-width: 500px;}
    .logo-main img{width: 500px;}
    .logo-brands{flex-wrap: nowrap;
    align-items: baseline;
    width: 100%;    
    }
    
}

@media screen and (max-width: 1024px) {
    #slideout {position: fixed;z-index: 999;top: 20%; left: 0;}
    #slideout-l { position: fixed; z-index: 999;top: 20%;right: 0; }
}

@media screen and (max-width: 990px) {
    header img {width: 100%; height: auto;}
}

@media screen and (max-width: 956px) {
    #slideout {position: fixed;z-index: 999;top: 25%;left: 0;}
    #slideout-l {position: fixed;z-index: 999;top: 25%;right: 0;}
    .overlay {font-size: 10px;}
}

@media screen and (max-width: 500px){
    .logo-main img{width: 346px;}
    .logo-main{max-width: 346px;}
    .logo-item img{width: 100%;}

}
@media screen and (max-width: 330px) {
	.manufacturers img {width: 100%;}
}


@media screen and (max-width: 320px) {
    #slideout img {width: 80%;}
    #slideout-l img {width: 80%;position: relative;left: 7px;}
    #slideout {position: fixed;z-index: 999;top: 20%;left: 0;}
    #slideout-l {position: fixed;z-index: 999;top: 20%;right: 0;}
}

@media screen and (max-width: 250px) {
    #slideout {position: fixed;z-index: 999;top: 18%;left: 0;}
    #slideout-l {position: fixed;z-index: 999;top: 18%;right: 0; }
}