
/* 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; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

*{box-sizing: border-box;}
html, body{font-family: 'Montserrat', sans-serif; font-size: 16px; -webkit-text-size-adjust: none} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.8; letter-spacing: .02em;}
::-moz-selection{background: #991b1e; color: #fff; text-shadow: none} ::selection{background: #991b1e; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.pad60 {padding: 60px 5%!important;}
.pad30 {padding: 30px!important;}
.center {text-align: center;}
.lightgray-bg {background: #f6f6f6;}
.gray-bg {background: linear-gradient(#444, #555);}
.red {color: #991b1e;}
.align-right {text-align: right;}

.content-width {margin: 0 auto; width: 95%; max-width: 1500px;}
.flex-wrapper {display: flex; flex-direction: row!important; flex-wrap: wrap; justify-content: space-between; align-items: center; box-sizing: border-box;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{ box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}


/* LINKS + BTNS */

a{text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn, #form input[type="submit"] {cursor: pointer; display: inline-block; text-align: center; background: #444; color: #fff!important; font-family: 'Montserrat', sans-serif; position: relative; padding: 12px 4em; transition: all .3s ease-in-out; font-size: 14px; width: 100%; max-width: 300px; margin: 3px; font-weight: 600;}
a#cta-btn:hover, #form input[type="submit"]:hover {background: #000;}
a#cta-btn2 {width: 100%; cursor: pointer; display: inline-block; text-align: center; border: 1px solid #444; color: #444!important; font-family: 'Montserrat', sans-serif; position: relative; padding: 12px 2em; font-weight: 800; transition: all .3s ease-in-out; font-size: 15px; margin: 5px 0;}
a#cta-btn2:hover {border: 1px solid #8a0209; transition: .3s ease-in-out all;}

/* HEADER */
.header, .inv-header {width: 100%; background: url('/siteart/header-bg.png'); background-size: cover; position: relative; z-index: 99;}
#menu-button, .mobile-display {display: none;}
.top-bar {background: linear-gradient(#991b1e, #8a0209); padding: 1em 6.5% 1em 1.5em; text-align: right;}
.top-bar a {margin-left: 30px; font-weight: 500; color: #fff!important;}
.main-logo {font-weight: 900; font-size: 42px; width: 50%; margin-left: 10%; line-height: 1; letter-spacing: 2px; display: block;}
.hdr-left {display: flex;  align-items: center;}
.american-boyz {width: 50%;}
.american-boyz img {width: 100%; max-width: 200px; display: block;}

/* 	inv search  */
#display-mobile {display: none;}
.inv-search {padding: 1em 0; padding-right: 3%;}
.inv-search .flex-wrapper {justify-content: flex-end;}
.inv-search form select, .inv-search form input[type="text"]{display: block; width: 100%; height: 100%; padding: 15px; font-family: 'Montserrat', sans-serif; border: 1px transparent solid; background: #fff; color: #666; border-radius: 0;}
.inv-search form input[type="submit"] {width: 100%; cursor: pointer; text-align: center; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; padding: 17px 5%; background: #000; border: none; border-radius: 0; transition: all .2s ease-in-out;}
.inv-search form input[type="submit"]:hover {background: #444; color: #fff!important;}

.header.clone {position: fixed; top: -888px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74);}
body.down .header.clone {top: 0; background: rgba(242,242,242,.9);}
body.down .header.clone .inv-search {padding: .75em 0; padding-right: 5%;}
body.down .header.clone .top-bar {padding: .75em 0; font-size: 14px; display: none;}
body.down .header.clone .main-logo {font-size: 32px;}
body.down .header.clone .american-boyz {display: none;}

.mobile-right {width: 50%; display: flex; justify-content: flex-end; align-items: center;}


/* ALL OTHER STYLES */

.catslide {position: relative;}
.catslide img, .content-wrapper .column5 img {width: 100%;}

/* welcome section */
.welcome-wrapper {padding: 3em 0;}
.welcome-wrapper .column8 {border-left: .5px solid #888;}
.content-wrapper h1 {font-weight: 800; text-transform: uppercase; font-size: 36px; line-height: 44px; margin-bottom: 30px;}
.content-wrapper h1 span {color: #991b1e; font-size: 24px; display: block; font-weight: 900; line-height: 32px;}
.content-wrapper h2 {font-weight: 900; color: #444; line-height: 36px;}

.content-wrapper.equipment a {float: left; width: calc(33.33% - 20px); margin: 10px; padding: 1em 2em; border: 1px solid #eee; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}
.content-wrapper.equipment a:hover {border: 1px solid #991b1e;}
.content-wrapper.equipment a:hover h3 span {color: #991b1e;}
.content-wrapper.equipment a:hover h3 i {transform: translateX(5px); transition: all .8s ease-in-out;}
/*.content-wrapper.equipment a:hover img {filter: grayscale(0%);}*/
.content-wrapper.equipment h3 {line-height: 22px; margin: 20px 0; font-weight: 500; color: #444;}
.content-wrapper.equipment h3 span {display: block; text-transform: uppercase; font-weight: 700; font-size: 30px; margin-bottom: 25px;color: #000; letter-spacing: 3px;}
.content-wrapper.equipment img {width: 100%; height: auto; /*filter: grayscale(40%);*/}

.title-wrapper {display: flex; clear: both; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.title-wrapper img {width: 100%; height: 100%; max-width: 222px;}


/* quick links */
.quicklinks-wrapper {width: 100%; display: flex; padding: 0 30px 30px 30px!important;}
.quicklinks-wrapper .content-width {margin-top: -5em; display: flex; justify-content: center; flex-wrap: wrap;}
.quicklinks-wrapper h2 {color: #fff; font-weight: 700;}

figure.effect-bubba {background:#444; position: relative; width: calc(16.6667% - 20px); margin: 10px; box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);}
figure.effect-bubba img {width: 100%; opacity: 0.4; -webkit-transition: opacity 0.8s; transition:opacity 0.8s;}
figure.effect-bubba:hover img {opacity: 1;}
figure.effect-bubba figcaption, figure.effect-bubba figcaption > a {position:absolute; top:0; width:100%; height:100%;}
figure.effect-bubba figcaption {box-sizing:border-box; font-weight: 700; color: #fff!important; text-transform: uppercase; display: flex; justify-content: center; align-items: center; flex-direction: column;}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content:''; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
figure.effect-bubba figcaption::before {border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);}
figure.effect-bubba figcaption::after {border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0);}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {opacity:1; -webkit-transform: scale(1); transform: scale(1);}

/* location banner */
.banner-wrapper {background:#991b1e url('/siteart/Richiger-Bagging-Equipment.jpg'); background-position: bottom; background-attachment: fixed; background-size: cover; padding: 11em 11%;}
.banner-wrapper h1 {color: #fff; letter-spacing: 3px; font-weight: 500; font-size: 36px; line-height: 1.1; margin-bottom: 20px;}
.banner-wrapper h1 i {font-size: 28px;}
.banner-wrapper h2 {color: #ddd; font-weight: 800; line-height: 1.1; letter-spacing: 3px;}

/* cta grid section */
.cta-grid {padding: 10px 10px 2.5em 10px; display: flex; align-items: center; flex-wrap: wrap;}
.zoom-container {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	height: 500px;
	position: relative;
	box-sizing: border-box;
}
.zoom-container.richiger {
	background: url('/siteart/richiger-poster.jpg') no-repeat center;
	background-size: cover;
}
.zoom-container.fancy-video {
	background: url('/siteart/feeding-the-world-poster.jpg') no-repeat center;
	background-size: cover;
}
.zoom-container img {display: block; width: 100%; height: auto; transition: all .5s ease;}
.zoom-container .zoom-caption h1 {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 4.5em;
}
.zoom-container .zoom-caption h1 span {font-weight: 500; display: block;}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
    transition: all .5s ease;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
.zoom-container .zoom-caption:hover {background: rgba(153, 27, 30, .65);}

.content-wrapper ul {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 30px;}
.content-wrapper ul li {width: calc(50% - 3em); margin: 1.5em; padding: 1em;}
.content-wrapper ul li span {font-weight: 700; display: block; font-size: 20px;}
.content-wrapper ul li i {padding: 7px; color: #444; background: #ddd; margin: 0 5px 10px 0;}

.contact-content h2 {font-weight: 900; font-size: 36px; line-height: 42px; letter-spacing: 2px; margin: 30px 0 15px 0;}
.contact-content h3 {display: block; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;}
.contact-content h3 i {
	text-align: center;
    border: 2px solid #991b1e;
    border-radius: 100%;
    width: 71px;
    height: 71px;
    line-height: 71px;
    display: block;
    margin: 10px auto;
    vertical-align: middle;
    max-width: 100%;
    color: #991b1e;
}
.contact-content p {font-weight: 500; padding: 5px 6.5%; margin-bottom: 15px;}
iframe.dark-mode {filter: grayscale(100%) invert(92%) contrast(83%);}

/* form + captcha */
#form {margin: 2em 0;}
#form .column6 {width: 50%;}
#form .form-row {display: block; /*margin: 0 0 5px;*/ text-align: left!important;}
#form .form-row label{font-weight: 600; color: #444;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 5px 0 20px; padding: 10px; border: 1px solid #f6f6f6; background: #f6f6f6; font-weight: 500; color: #000; height: 50px;}
#form textarea {height: 90px;}
#form .checkbox {margin-top: 15px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 250px; max-width: 100%; padding: 5px; margin: 5px 0; background: #f6f6f6; border: 1px solid #f6f6f6; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px; color: #444;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #fff;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* NET WRAP */
.net-wrap-header {display: flex; flex-direction: column; margin-bottom: 3em;}
.net-wrap-header .column6.pad30.center {padding: 0 !important;}
.column6.pad30.center img{width: 100%; max-width: 400px;margin-bottom: 30px;}
.net-wrap-header .center {text-align: left !important;}
.top {display: flex; flex-direction: row; gap: 100px;}
.top-little {display: flex; flex-direction: row; gap: 150px;}
.net-column-1 ul{display: flex; flex-direction: column !important; text-align: left !important; align-items: flex-start;}
.net-column-1 ul li{width: unset !important; margin: unset !important; padding: unset !important;}
.flex {display: flex; gap: 15%; align-items: center;}
.net-flex {display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin-top: 1em;}
p#scroll-over {text-align: center; font-weight: 600; color: #991b1e; margin-top: 2em; display: none;}
.net-section h3 {display: block; margin-bottom: 1em; border-bottom: 1px solid #991b1e; padding-bottom: .25em;}

/* FOOTER */

.social-links {position: absolute; padding: 0 1em 1.5em 1em; background: #fff; right: 0; left: 0; width: 100%; display: block; margin: 0 auto; max-width: 500px; box-sizing: border-box;}
.social-links:before {    
	content: "";
    position: absolute;
    left: -58px;
    bottom: 0;
    border-style: solid;
    border-width: 0 58px 58px 0;
    border-color: transparent #fff transparent transparent;
}
.social-links:after {    
	content: "";
    position: absolute;
    right: -58px;
    bottom: 0;
    border-style: solid;
    border-width: 0 58px 58px 0;
    border-color: transparent #fff transparent transparent;
	transform: rotate(-90deg);
}
.social-links h3 {display: inline-block; color: #000; font-weight: 800;}
.social-links i {font-size: 22px; padding: 0 10px; transition: all .2s ease-in-out;}
.social-links i:hover {color: #444;}

.footer {color: #fff; background: linear-gradient(#991b1e, #8a0209); padding: 0 0 2em 0; position: relative;}
.footer .column6 {margin-top: 3.5em;}
.footer h2 {font-size: 28px; font-weight: 900; letter-spacing: 2px;}
.footer a {color: #fff!important;}


/* HOME SLIDER */

.home-slider{position: relative;}
.cattext{position: absolute; z-index: 1; right: 0; background: #fff; padding: 10px 15px; font-weight: 900;
    color: #991b1e; line-height: 1.3;}

.cattext a:hover {color: #000;}

.cattext:before {
    content: "";
    position: absolute;
    left: -58px;
    bottom: 0;
    border-style: solid;
    border-width: 0 58px 69px 0;
    border-color: transparent #fff transparent transparent;
}

/* MEDIA QUERIES (RESPONSIVE) */

@media screen and (max-width: 1500px){
	.zoom-container .zoom-caption h1 {max-width: 340px; padding-top: 3em;}
	.zoom-container a#cta-btn {display: block; margin: 0 auto; margin-bottom: 3px;}
}

@media screen and (max-width: 1480px){
	.net-flex{flex-direction: column !important;}
	figure.effect-bubba {width: calc(33.33% - 20px);}
}

@media screen and (max-width: 1350px) {
	.content-wrapper.equipment a {width: calc(50% - 20px);}
	
	.hdr-left {display: none;}
	
	.header {background: url('/siteart/header-bg.png'); background-size: cover; position: relative;}
	.main-logo {padding: 1em 20px; margin-left: 0; width: auto; font-size: 36px;}
	body.down .header.clone .main-logo {padding: 0; margin-left: 20px; font-size: 28px;}
	body.down .header.clone .mobile-display {display: none;}
	body.down .header.clone #display-mobile i {padding: .75em 30px;}
	body.down .header.clone #display-mobile {justify-content: space-between;}	
	.top-bar {padding: 1em 6.5% 1em 1em;}
	.inv-search, #hide-mobile {display: none;}
	#display-mobile {display: flex; justify-content: space-around; align-items: center;}
	#display-mobile i {font-size: 30px; text-align: right; padding: 1em 20px;}
	.american-boyz {width: auto; margin: 0;}
}
	
@media screen and (max-width: 1000px){		
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto; width: 100%; float: none; padding: 0;}
	
	#form .column6 {width: 100%;}
	
	figure.effect-bubba {width: calc(50% - 20px);}
	
	.header .column6 {float: left; width: 50%;}
	body.down .header.clone .main-logo, body.down .header.clone #display-mobile i {font-size: 24px;}
	.welcome-wrapper .column8 {border-left: none; border-top: 1px solid #ddd;}
	.title-wrapper img {display: none;}
	
	.zoom-container, .content-wrapper ul li {width: calc(100% - 20px); margin: 10px;}
	.quicklinks-wrapper .content-width {margin-top: -2.5em;}
	
	.content-wrapper ul {padding-right: 0;}
	
	.footer, .align-right {text-align: center;}
}

@media screen and (max-width: 785px) {		
	.pad30 {padding: 20px 15px!important;}
	.pad60 {padding: 40px 7%!important;}	
	
	.top-bar {padding: 1em 20px; font-size: 2.25vw; text-align: center;}
	.top-bar a {margin: 0 5px;}	
	.main-logo {font-size: 5vw; padding: 5% 20px;}
	
	.net-column-1 ul li {font-size: 15px !important;}
	
	.content-wrapper h1 {font-size: 32px; line-height: 40px;}
	.content-wrapper h1 span {font-size: 20px; line-height: 28px;}
	.content-wrapper ul li span {display: block; margin-bottom: 10px;}
	.content-wrapper ul li i {margin: 0 5px 0px 0;}
				
	.content-wrapper.equipment a {width: 100%; margin: 0 auto; margin-top: 10px;}
	.net-section h3 {padding-top: 15px;}
	.column6.pad30.center img {display: flex; justify-content: center; margin: 0 auto !important;}
	
	.net-flex {verflow-x: scroll; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch;}
	.net-section {width: 500px; scroll-direction: horizontal;}
	.flex {gap: 10%;}	
}

@media screen and (max-width: 632px) {		
	p#scroll-over {display: block;}
	
	figure.effect-bubba {width: 100%; margin: 0 auto; margin-top: 10px;}
}

@media screen and (max-width: 500px) {	
	.main-logo {font-size: 6vw;}
	#form {margin: 30px 0;}
	.banner-wrapper {background-attachment: inherit;}
	.social-links:before, .social-links:after {display: none;}
	
	.cattext {position: relative; text-align: center;}
	.mobile-right {width: inherit;}
}

@media screen and (max-width: 340px) {
	figure.effect-bubba figcaption {line-height: 20px; font-size: 14px;}
}
