﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,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, 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;	
	font-weight: normal;
}

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;  
} 


.gray-home-links a:hover {
    color: #fff;
}


/***** 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;
}



.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}



.white {color:#fff;}
.semi-bold {font-weight: 600;}
.bold {font-weight: 700;}
.blue {color:#003694;}
.small-caps {font-variant: small-caps;}
.uppercase {text-transform: uppercase;}



h2 {font-size: 32px;}
h3 {
    font-size: 32px;
	line-height: 1.5;
}
h4 {font-size: 26px;}
h5 {font-size: 18px;}

p {
    font-size: 20px;
}


/*-------- BODY STYLES --------*/

body {
font-family: 'Josefin Sans', sans-serif !important;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
/*--- HEADER STYLES ---------------------*/

.header-container {
    display: flex;
	align-items: center;
}

.header-blue {
    background: #003694;
    right: 0;
    flex-basis: 69%;
    top: 0;
    padding: 10px 0;
    padding-left: 6%;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
	margin-bottom: 16px;
}

.blue-container {
    display: flex;
    justify-content: space-between;
    padding-right: 4%;
}

.blue-container p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
}

.logo {
    flex: 1 0;
}

.right-header {
    flex: 2 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.logo img {
    max-width: 100%;
}

.social-header {
    flex-basis: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.social-header i {
    color: #003694;
    margin-right: 2%;
    font-size: 20px;
}

/*---BODY--------------------------------*/
a.blue-button.home-button {
    margin-left: 30px;
}
.hero-image {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/siteart/hero-bg.jpg)!important;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.hero-internal {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.about { background-image: url(/siteart/about-bg.jpg)!important;}
.parts { background-image: url(/siteart/parts-bg.jpg)!important;}
.service { background-image: url(/siteart/service-bg.jpg)!important;}
.contact { background-image: url(/siteart/contact-bg.jpg)!important;}
.attachments { background-image: url(/siteart/attachments-bg.jpg)!important;}




.hero-text {
    max-width: 1020px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 8% 0;
}

.hero-internal .hero-text {
    max-width: 1020px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1% 0;
}


.flex-full {
    flex-basis: 100%;
	display: flex;
}


.hero-divider {
    background-image: url(/siteart/white-v-divider.png);
    background-size: 100% 160px;
    bottom: 0;
    height: 157px;
    z-index: 1;
}

.hero-internal .hero-divider {
    background-image: url(/siteart/white-v-divider.png);
    background-size: 91% 110px;
    bottom: 0;
    height: 109px;
    z-index: 1;
}

a.hero-button {
    background: #003694;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5%;
    font-size: 25px;
    font-weight: 600;
    margin: 15px auto;
    border: solid  #fff;
}

.hero-border {
    margin: 20px 0;
    padding: 5%;
    border: solid 8px #fff;
}

.hero-border h1 {
    font-size: 50px;
}

.hero-border p {
    font-size: 25px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.home-three-box {
    padding: 4% 0;
}

.home-three-box .flex-1 {
    text-align: center;
}

.home-three-box img {
    margin-bottom: 20px;
	border: solid 3px #003694;
}

.home-three-box h4 {
    margin-bottom: 20px;
}

.home-three-box a {
    color: #000;
}

.flex-1 {
    flex: 1 0;
    padding: 0 1%;
    box-sizing: border-box;
}
.flex-2 {
    flex: 2 0;
    padding: 0 1%;
    box-sizing: border-box;
}


.blue-home {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    background-image: url(/siteart/blue-bg.jpg)!important;
}


.blue-home-container {
    width: 90%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.blue-logo {
    margin-top: -50px;
    margin-bottom: -50px;
}

.buy-now-text {
    flex: 1 0;
    text-align: left;
    align-items: center;
    padding-left: 4%;
    justify-content: center;
	padding-right:2%;
}


a.white-button {
    margin: 20px 0;
    display: block;
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #000;
    color: #003694;
}

#main-content {
    padding: 4% 0;
}

.full-container {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}


a.blue-button {
    margin: 20px 0;
    display: block;
    width: 300px;
    text-align: center;
    background: #003694;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #000;
    color: #fff;
}

.home-text h4 {
   margin-bottom: 20px;
}

.home-text a.blue-button {
    float: right;
}

.parts-text a.blue-button {
    float: none !important;
}

.light-gray {
	background: #e6e6e6;
	padding:20px 0;
}
.brand-images {display: flex;justify-content: space-between;align-items: center;}

.brand-images img {
    padding: 0 10px;
    box-sizing: border-box;
    max-height: 115px;
}

.image-container img {
    width: 100%;
}

ul.parts-list {
    display: inline-block;
    width: 48%;
    padding: 0 1%;
    box-sizing: border-box;
}

ul.parts-list li {
	margin:5px 0;
	font-size: 20px;
	}

.google-maps {
    position: relative;
    padding-bottom: 73%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.column3 {flex-basis: 100%;margin: 10px;}

.detailed-row {
    display: flex;
    flex-wrap: wrap;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
font-family: 'Josefin Sans', sans-serif;
}

textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
font-family: 'Josefin Sans', sans-serif;
}
.full-container.no-align {
    align-items:baseline;
}
.container.cf {
    margin: 0 auto;
}

.home-three-box img {
    max-width: 100%;
}
.detailed-search {flex:1 0;}
/*--------FORM STYLES--------------------*/



.parts-search  {
	
	display: flex;
    align-items: center;
	justify-content: center;
    margin: 0 auto 45px auto;
}

.parts-search input[type="text"] {
    width: 235px;
    padding: 10px;
    box-sizing: border-box;
font-family: 'Josefin Sans', sans-serif;
}

.parts-search input.submit {
    margin: 0 auto;

    width:65px;
    padding: 10px;
    color: #003694;
	font-family: 'Josefin Sans', sans-serif;
}


/*-------- FOOTER STYLES ----------------*/
.gray-footer {background:#303030; padding: 20px 10px;}

.footer-contact {
	display: flex;
    margin: 10px 0;
    align-items: center;
}

.footer-icon i {
    font-size: 28px;
    margin-right: 15px;
}

.footer-info-text h6 {
    font-size: 18px;
}

.footer-info-text a {
    font-size: 16px;
}
.footer-justify {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.footer-social i {
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    margin-top: 15px;
}

ul.footer-menu {
    display: inline-block;
    width: 47%;
    margin: 10px 0;
}
.footer-menu li {margin: 5px 0;}

.footer-blocks p {
    line-height: 1.5;
}

.footer-nav li {margin: 10px 0;}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 5px 0;
	background: #fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}


footer{}

.partner-image img {
    max-width: 100%;
}

input.submit-button {
    margin: 0 auto;
    display: inherit;
    background: #003694;
    width: 34%;
    padding: 12px;
    color: #fff;
    font-size: 24px;
}

/*----INVENTORY STYLES----*/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#003694 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#003694 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #003694 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #003694 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/




@media only screen and (max-width: 1400px) {
	.red-products .box-container{flex-wrap: wrap; justify-content: space-around;}

	.red-products .cta-link {
    flex-basis: 32%;
    max-width: 348px;
    margin: 10px;
}

}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1000px) {
	
.gray-footer .flex-1 {
    justify-content: center;
    flex-basis: 100%;
    text-align: center;
    align-items: center;
}

.gray-footer .flex-container {
    flex-wrap: wrap;
}

.footer-justify {
    margin-left: 0;
}	
	
	
}


@media only screen and (max-width: 767px) {
.header-container {
    flex-flow: column-reverse;
}

.header-blue {
    flex-basis: 100%;
    clip-path: none;
	-webkit-clip-path: none;
}

.logo {
    text-align: center;
}
.box-container {
    flex-wrap: wrap;
}

.cta-link {
    flex-basis: 50%;
}
.hero-container-internal {
    flex-wrap: wrap;
}

.home-three-image img {
    max-width: 100%;
}

.lely-page .flex-1 {
    width: 100%;
}	
	
.hero-internal .hero-divider {
    background-size: 91% 74px;
    height: 73px;
}	

.gray-footer .flex-1 {
    justify-content: center;
    flex-basis: 100%;
    text-align: center;
    align-items: center;
	margin: 20px 0;
}

.gray-footer .flex-container {
    flex-wrap: wrap;
}

.footer-justify {
    margin-left: 0;
}	
	
	.gray-footer a {color: #fff;}	
.gray-top-divider {
    background-size: 100% 30px;
    height: 30px;
}

.red-bottom-divider {
    background-size: 100% 20px;
    height: 20px;
}

.red-top-divider {
    background-size: 100% 30px;
    height: 30px;
}

.gray-home-links .flex-1 {
    margin: 10px;
    flex-basis: 30%;
}

.flex-container {
    flex-wrap: wrap;
}

.flex-1 {
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
	margin: 10px 0;
}

.hero-divider {
    background-size: 100% 51px;
    height: 50px;
}

.hero-container {
    flex-wrap: wrap;
    padding: 5% 20px;
}

.hero-text {
    flex-basis: 100%;
    text-align: center;
}

.flex-half {
    flex-basis: 100%;
    margin: 10px 0;
}

.hero-text h1 {
    font-size: 34px;
}

.align-right {
    text-align: center;
}

.home-title.align-right.has-border {padding-right: 0;}

.has-border {border-right: none;}

.home-title {
    border-bottom: solid 2px #a8262f;
    width: 75%;
    margin: 10px auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.home-three-box .flex-1 {
    margin: 20px 0;
}
.align-left {
    text-align: center;
}

.flex-2 {
    flex-basis: 100%;
}

.lely-image-2 {
    margin: 0 auto;
    text-align: center;
}

a.red-button {
    margin: 15px auto;
    width: 75%;
}

.lely-image-1 {
    text-align: center;
    margin: 0 auto;
}

.bad-boy-info {
    flex-wrap: wrap;
}
	
	.social-header {
    text-align: center;
}
	.hero-phone-number {
    margin-top: 20px;
}
	.home-text a.blue-button {
    float: none;
    margin: 10px auto;
}
	
	.gray-footer {padding-bottom: 40%;}
	
.home-three-box .flex-1 {
    margin: 20px 0;
}

.blue-home-container {
    flex-wrap: wrap;
    justify-content: center;
}

.blue-logo {
    margin: 10px 0;
	flex-basis: 100%;
	text-align: center;
}

.buy-now-text {
    text-align: center;
}

a.white-button {
    margin: 0 auto;
}

.full-container {
    flex-wrap: wrap;
}

.brand-images {
    flex-wrap: wrap;
    flex-direction: column;
}

.brand-images img {
    margin: 15px 0;
}
	
	
	a:visited {color: #fff;}	
	
	.blue-container a {color:#fff;}
	
/*Inventory Styles/ Filters*/
.parts-option-mobile .parts-option-bar{
	bottom: 100px !important;
}
	
.detail-contact-bar{
	bottom: 100px !important;
}
}

@media only screen and (max-width: 500px) {
.red-products .cta-link {
    flex-basis: 100%;
}

}

