﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

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;
}

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 {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

:root{
	--green: #01891E;
	--gray: #7B747A;
	--text: "Yantramanav", sans-serif;	
}


/*-------- BODY STYLES --------*/

body {
	font-family:var(--text);
}
a{text-decoration:none;}
.btn-row{display:flex; flex-direction:row; justify-content: center; width:100%;}
.btn-row a{margin:3px;}
.green-btn{width:150px; transition:.3s ease; font-size:15px; display:block; font-weight:400; text-align:center; color:#fff; background:var(--green); border:solid 1px var(--green); border-radius:10px; padding:14px;}
.green-btn:hover{background:transparent; color:#000;}
.white-btn{width:200px; transition:.3s ease; box-shadow:1px 1px 4px 2px rgba(0,0,0,.15); font-size:15px; display:block; font-weight:400; text-align:center; color:var(--green); background:#fff; border-radius:10px; padding:14px;}
.white-btn:hover{background:var(--green); color:#fff;}

/*--- HEADER STYLES ---------------------*/
header{width:100%; box-shadow:1px 1px 6px 4px rgba(0,0,0,.15);}
.header{width:100%; max-width:1500px; padding:0 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.header-right{display:flex; flex-direction:row; justify-content: flex-end;}
.icons{width:100px; display:flex; flex-direction:row; padding:13px 10px; box-sizing:border-box}
.logo{width:100%; max-width:200px;}
.logo img{width:100%; padding-top:5px;}

.mylogo{width:100%; max-width:200px;}
.mylogo > img{width:100%; padding-top:5px;}

.icons a{color:#000; font-size:18px; margin:0 3px; padding:10px 14px;}
.social{border-radius:50%; background:var(--green); transition:.3s ease; box-sizing:border-box; color:#fff!important; height:42px; margin-top:4px!important; width:45px; }
.social:hover{background:var(--gray);}
/*------Header Search-----*/

.search{ position: relative;height:51px;width:51px;}
.inputsearch{ background: #fff!important; font-size:16px!important; padding: 15px!important; height:50px!important; width:50px!important; transition: width 0.3s ease!important; border-radius: 30px!important;border:0!important;}
.mybtn:before{content:"\f002"; font-family:FontAwesome; font-size:19px;}
.mybtn2{display:none;}
.mybtn, .mybtn2{ border-radius: 30px;  background: #ffffff;  border:0; color:#000;  position:absolute;cursor: pointer;height:48px;margin:0!important; top:1px; left:0; width:48px; transition: transform 0.3s ease;}
.mybtn:focus, .inputsearch:focus{ outline: none;}
.search.active .inputsearch{right:-16px; width:200px!important;border-radius: 30px!important;border:solid 1px var(--green)!important; position:absolute; top:70px; z-index:400;}
.search.active .mybtn:before{content:"\58"; font-size:15px;}
.search.active .mybtn{transform:translate(-15px);}
.search.active .mybtn2 {display:block;transition:.3s ease; right:0; top:71px; z-index:450;}
.search.active .mybtn2:hover{background:#000; color:#fff;}

/*---BODY--------------------------------*/
.hero{width:100%; height:700px; position:relative;}
.hero img{width:100%; height:100%; object-fit:cover;}
.hero-text{position:absolute; color:#fff; left:0; padding:10px; box-sizing:border-box; right:0; bottom:20%; margin:0 auto; max-width:1500px;}
.hero-text h1{font-size:90px; display:block; color:#fff; font-weight:700; text-shadow:1px 1px 3px rgba(0,0,0,.8);}
.hero-text h1 span{font-size:30px; display:block; max-width:600px; line-height:30px; font-weight:600; color:#fff; padding-bottom:50px; padding-top:15px;}
.hero-text a:hover{color:#fff!important; background:var(--gray)!important; border:solid 1px var(--gray)!important;}
/*--------Sections Home--------*/
.flex2{width:100%; display:flex; flex-direction:row; max-width:1500px; margin:0 auto; padding:10px; box-sizing:border-box;}
.flex50{width:50%;}
.flex50 img{height:450px; width:100%; object-fit:cover; border-radius:20px;}
.flex-text{padding:3%; box-sizing:border-box;}
.flex-text h2{font-size:45px; font-weight:700; color:#000;}
.flex-text p{font-size:17px; line-height:26px; padding:40px 0;}

/*--------Contact Home-------*/
.cont{width:100%; background:url("/siteart/cattle-background.jpg");}
.cont-text{ text-align:center; padding:180px 10px; max-width:750px; margin:0 auto; width:100%; box-sizing:border-box;}
.cont-text h2{font-size:45px; padding-bottom:15px; font-weight:700; color:#000; }
.cont-text p{color:#000; font-size:17px; line-height:26px;}
.cont-text a{margin:40px auto 0 auto;}

/*------Brands---------*/
.width{max-width:1500px; margin:0 auto; padding:0 10px; box-sizing:border-box;}
.brands{width:100%; padding:10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.brands a{max-width:260px; width:100%;}
.brands a img{width:100%;}

/*-------Sub Pages----------*/
.page-hero{width:100%; height:400px; position:relative;}
.page-hero img{width:100%; height:100%; object-fit:cover; filter:brightness(.5);}
.page-hero-text{position:absolute; color:#fff; left:0; right:0; bottom:10%; margin:0 auto; max-width:1500px;}
.page-hero-text h1{font-size:70px; display:block; color:#fff; line-height:50px; font-weight:700; text-shadow:1px 1px 3px rgba(0,0,0,.8);}
.page-hero-text h1 span{font-size:30px; display:block; max-width:600px; line-height:30px; font-weight:600; color:#fff; padding-bottom:20px; padding-top:15px;}
.page-hero-text p{font-size:17px; line-height:26px; padding-bottom:30px;}

.why{width:100%; padding:80px 0;}
.why h2{font-size:45px; font-weight:700; text-align:center; padding-bottom:40px;}
.gray{width:100%; background:#f0f0f0; padding:80px 0;}
.why-row{width:100%; display:flex; flex-direction:row; justify-content: space-between;}
.why-row div{flex:1; padding:15px; box-sizing:border-box; text-align:center;}
.why-row i{background:var(--green); font-size:33px; color: transparent; -webkit-text-stroke-width: 1px;  -webkit-text-stroke-color:#fff; width:80px; height:80px; padding:10px; box-sizing:border-box; margin:0 auto; border-radius:50%; display:flex; flex-wrap:wrap; align-content:center; justify-content: center;}
.why-row h3{font-size:20px; font-weight:700; padding:20px 0;}
.why-row p{font-size:16px; color:#000; line-height:24px;}
.why-row a{font-size:18px;color:#000; line-height:24px;}
.why-row a:hover{color:var(--green);}

.areas{width:100%; display:flex; flex-direction:row;}
.areas-left{width:50%; padding-right:40px; box-sizing:border-box;}
.areas-right{width:50%;}
.areas h2{font-size:40px; font-weight:700; padding-bottom:10px;}
.areas p{font-size:17px; line-height:26px; padding:15px 0;}
.areas table tr td{padding:5px; font-size:17px;}
.areas table tr td i{color:var(--green);}

.start{width:100%; background:#7B747A;}
.start-text{text-align:center; padding:80px 10px; max-width:750px; margin:0 auto; width:100%; box-sizing:border-box;}
.start-text h2{font-size:45px; padding-bottom:15px; font-weight:700; color:#fff; }
.start-text p{color:#fff; font-size:17px; line-height:26px;}
.start-text .btn-row{padding-top:40px;}

.flex3{width:100%; display:flex; flex-direction:row; max-width:1500px; margin:0 auto; padding:10px; box-sizing:border-box;}
.flex-half{width:calc(100% - 300px); }
.flex-logo{width:300px; display:flex;}
.flex-logo img{width:100%; object-fit:contain; display:flex; align-items:center; flex-wrap:wrap;}
.flex-text{padding:3%; box-sizing:border-box;}
.flex-text h2{font-size:45px; font-weight:700; color:#000;}
.flex-text p{font-size:17px; line-height:26px; padding:40px 0;}


/*--------FORM STYLES--------------------*/
.flex-form{width:98%; max-width:1500px; background:#fff; margin:0 auto; padding:40px; box-sizing:border-box; box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
#formpage label{font-size:18px; font-weight:500; padding:10px 0 5px 0;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 


#formpage input.submit-button, #submit-btn button{width:180px; display:block;  padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--green); border-radius:25px; border:none;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:var(--gray); color:#fff!important; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; display:flex; flex-direction:row;}
.footer-left{width:calc(100% - 450px); background:var(--gray); padding:60px 0 60px 6%; box-sizing:border-box;}
.footer-right{width:450px; background:#fff; display:flex; align-items:center; flex-wrap:wrap;}
.footer-row{display:flex; flex-direction:row; width:450px; justify-content: space-between;}
.foot-col{padding:10px 20px 0 20px; box-sizing:border-box;}
.foot-col p{font-size:22px; font-weight:600; color:#fff; padding-bottom:20px;}
.foot-col ul li a{font-size:16px; line-height:24px; color:#fff;}
.foot-col ul li a:hover{text-decoration:underline;}
.footer-right img{width:100%; max-width:270px; margin:0 auto; display:flex; justify-content: center; align-content:center; flex-wrap:wrap;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #01911f !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #01911f !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #aea9ad !important;
    color: #000 !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1450px) {
	.hero{height:500px;}
	.page-hero-text{padding:0 10px; box-sizing:border-box;}
}

@media only screen and (max-width: 1250px) {
	.cont-text{padding:120px 10px;}
}
@media only screen and (max-width: 1000px) {	
	.flex2{flex-direction:column-reverse; padding:0;}
	.flex2:first-of-type, .flex2:last-of-type{flex-direction:column;}
	.flex50{width:100%;padding:10px; box-sizing:border-box;}
	.cont-text h2{font-size:35px; line-height:38px;}
	footer{flex-direction:column;}
	.footer-left, .footer-right{width:100%;}
	.footer-right{padding:20px 0;}
	.footer-right img{max-width:250px; margin:0 auto; padding:10px; box-sizing:border-box;}
	.brands a{min-width:180px;}
	.brands{flex-wrap:wrap; justify-content: center;}
	.search.active .inputsearch{z-index:550;}
	.search.active .btn2{z-index:560;}
	.page-hero-text h1{font-size:55px; line-height:60px;}
	.why-row div{width:50%; flex:unset;}
	.why-row{flex-wrap:wrap; justify-content:center;}
	.start-text h2{font-size:35px; line-height:38px;}
}
@media only screen and (max-width: 850px) {	
	.flex-text{padding:2%;}
	.flex-text h2{font-size:35px; line-height:37px;}
	.flex-text p{padding:20px 0;}
	.flex50 img{height:350px;}
	.flex3{flex-direction:column;}
	.flex-half{width:100%; text-align:center;}
	.flex-half a{margin:20px auto;}
	.flex-logo{max-width:280px; width:100%; margin:0 auto;}
	.flex-logo img{margin:0 auto; display:block;}
	.gray{padding:40px 0;}
	.why h2{font-size:35px; line-height:38px;}
	.areas{flex-direction:column;}
	.areas-left{padding-bottom:15px;}
	.areas-left, .areas-right{width:100%;}
}
@media only screen and (max-width: 650px) {	
	.hero-text h1{font-size:70px;}
	.hero-text h1 span{font-size:22px;}
	.hero img{filter:brightness(.6);}
	.footer-left{padding:60px 10px; }
	.footer-row{flex-direction:column;}
	.flex50 img{height:250px;}
	.footer-row{width:100%;}
	.page-hero-text h1{font-size:40px; line-height:44px;}
	.page-hero-text h1 span{font-size:22px; line-height:24px;}
	.page-hero-text{bottom:5%;}
	.btn-row{flex-direction:column; justify-content: center; }
	.btn-row a{margin:3px auto;}
	.areas h2{font-size:32px; line-height:35px;}
	.areas-left{padding-right:0;}
}
@media only screen and (max-width: 480px) {
	.flex50 img{height:180px;}
	.flex-text h2{font-size:30px; line-height:32px;}
	.cont-text{padding:80px 0;}
	.cont-text h2{font-size:30px; line-height:32px;}
	.hero{height:420px;}
	.page-hero{height:500px;}
	.page-hero-text h1{font-size:32px; line-height:36px;}
	.why-row div{width:100%;}
	.flex-text h2{font-size:26px; line-height:28px;}
	.why h2{font-size:26px; line-height:28px;}
}
@media only screen and (max-width: 380px) {
	
	
}





