/*css/style.css?v=1.1/css/style.css?v=1.1/*
	Site Developed by Karoline Dassie

	Main Colors:
	- White #fff
	- Red #b0041c
	- Blue #0f3888
	- Yellow #f8b101
*/

/* ============================ 

	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;
}

html, body{
	 -webkit-text-size-adjust: none;
	font-size: 16px;
	line-height:1.5em;   
	color: #37414e;
	background: #fff;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 !important;
}
.clear{clear:both;}

/* ============================ 

	Typography
	
==============================*/

	h1{
		font-size: 25px;
		text-transform:uppercase;
		font-weight:600;
		color:#fff;
		line-height:normal
	}
	
	h2{
		color:#0f3888;
		font-size: 20px;
		text-transform:uppercase;
		font-weight:600;
		margin-top:10px;
		color:#b0041c;
	}
	
	h3{
		color:#0f3888;
		font-size: 25px;
		text-transform:uppercase;
		font-weight:600;
		margin-bottom:10px
		}
		
	h4{
		font-size: 55px;
		text-transform:uppercase;
		font-weight:900;
		color:#fff;
	}
	
	p{
		font-size: 16px;
		line-height: 1.7em;    
		color: #37414e;
	}
	
	h1 a{color:#f8b101 !important;}
	
	a { 
		color: #686867; 
		text-decoration:none;
		transition: all .2s ease-in-out; 
		-moz-transition: all .2s ease-in-out; 
		-webkit-transition: all .2s ease-in-out;
	}
	
	a:hover {color:#b7b7b7;}
	
	::-moz-selection {
		background: #686867;
		color: #fff;
		text-shadow: none;
	}
	
	::selection {
		background: #686867;
		color: #fff;
		text-shadow: none;
	}
	

/* ============================ 

	Header
	
==============================*/
	
	header{
		background:#b0041c;
		position: relative;
		z-index: 999999999999;
		padding:0 2%
	}
	
	#logo h4{
		display:inline-block; 
		float:left; 
		margin:60px 0 0 10px;
		font-size: 48px;
	}
	
	#logo{
		float:left;
		margin:0 0 -40px 0
	}
	
	#logo img{
		float:left;
		display:inline-block;
		width:100%;
		max-width:350px;
	}
	
	#contact {
		float: right;
		text-align: right;
		margin: 30px 0 0 0
	}
	
h1 a .fa {color:#f8b101 !important;}

	h1 a .fa:hover {color:#b7b7b7 !important;}

h1 a .fab:hover {color:#b7b7b7 !important;}

.mobile {display: none;}
/* ============================ 

	Site Framework

==============================*/
	
	.wrapper{
		max-width: 1100px;
		margin: 0 auto;
	}

	.pad{padding:4em 0;}
	
	#right{float: right;}
	
	#two-third{
		float: left;
		width: 68%;
	}
	
	#one-third{
		float: left;
		width: 30%;
		margin-right: 15px;
	}

	.centertext {text-align:center;}
	
	.half{width:47%; *width: 47%; float:left; margin-right:6%; box-sizing: border-box;}
	.last{margin:0}
	
	.yellow{background:#f8b101; padding:3%}
	.nav-footer {color:#f8b101!important}
#red-txt {color: #b0041c !important;}

.service-list {
	    list-style: circle;
    padding-left: 30px;
}

#uppercase {
	text-transform: uppercase;
	color: #0f3888;
}

.verify-form {
	FONT-SIZE: 20px;
	font-weight: 800;
	color: #b0041c !important;
	margin: 15px 0 5px;
	
}

/* ===========
================= 

	Navigation
	
==============================*/

	/*see Menu.css*/
	

/* ============================

	Scrolling Inventory
	
==============================*/
	
	.scrolling-wrap {
		height:90px;
		overflow:hidden;
		background:#fff;
		padding:10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	 
	.scrolling{
		width:100%;
		height:92px;
	}

/* ============================  

	Content
	
==============================*/

	.cycle-slideshow{
		width: 100%;
		height: auto;
	}
	
	.cycle-slideshow img{
		width: 100%;
		height: auto;
	}
	
	#image{
		text-align: center;
		margin: 25px auto;
	}

	article{margin: 0 auto;}
	
	#fina-logo{ text-align:center}
	#fina-logo img{width:100%; max-width:280px; display:inline-block; text-align:center; margin-top:2%}
	
/* ============================ 

	Buttons

==============================*/

	a.featbtn{ 
		color:#0f3888; 
		text-transform:uppercase;
		display:inline-block;
		padding:15px 0;
		width:44%;
		float:left;
		font-weight:600;
		background:#fff;
		text-align:center;
		font-size:25px;
		margin:1.5% 3% ;
		box-shadow: 0 0 10px #5F5F5F;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	a.featbtn:hover{background:#0f3888; color:#fff} 

	a.featbtn-small{ 
		color:#0f3888; 
		text-transform:uppercase;
		display:inline-block;
		padding:5px 0;
		width:100%;
		float:left;
		font-weight:600;
		background:#fff;
		text-align:center;
		font-size:15px;
		margin:1% 0 ;
		box-shadow: 0 0 4px #5F5F5F;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	a.featbtn-small:hover{background:#0f3888; color:#fff} 
	
	a.red{color:#b0041c!important}
	a.red:hover{color:#fff!important; background:#b0041c!important}

	
/* ============================ 

	Form

==============================*/
	
	#formpage {vertical-align:top;  width:100%; margin:0 auto}
	
	#formpage input {
		padding:10px;
		border:1px solid #ccc;
		color:#8e8d8d;
		font-size:16px;
		margin-top:6px;
		width:95%;
		
	}
	
	#formpage textarea {
		padding:10px;
		margin-top:6px;
		border:1px solid #ccc;
		color:#8e8d8d;
		font-size:16px;
		width:95%;
		
	}
	 
	/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
	#formpage select {
		border:1px solid #ccc;
		color:#8e8d8d;
		vertical-align:middle;
		font-size:16px;
		line-height:normal;
		padding:5px;
	}
	 
	#formpage textarea {height:85px;}
	
	#formpage input.checkbox {
		padding:0; 
		border:0;
		margin:0 5px 0 0;
		width:13px;
		height:13px;
		display:inline;
		background-color:#fff;
	 }
	
	#formpage input.radio {
		padding:0; 
		border:0;
		margin:0 5px 0 0;
		width:15px;
		height:15px;
		display:inline;
	 }
	
	/* focus states of various types of fields */
	
	#formpage input:focus,
	#formpage textarea:focus,
	#formpage select:focus {
		background:#fff; 
		color:#686867;
		border:1px solid #ccc;
		outline-style:none;
	}
	#formpage input.radio:focus,
	#formpage input.checkbox:focus {
		background:none; 
		border:0;
		outline-style:none;
	}
	
	#formpage input.button,
	#formpage input.button:focus {
		cursor:pointer;
		margin:15px auto;
		width:99%;
		border:2px #fff solid;
		background:#0f3888;
		box-shadow: 0 0 3px #ccc;
		text-transform:uppercase;
		font-size: 18px;
		font-weight: normal;
		color:#fff;
		line-height:2em;
		text-align:center;
		padding:0 2%;
	}
	
	#formpage input .button:hover, #formpage input.button:hover {
		background:#fff;
		border: #0f3888 2px solid!important;
		color:#000;
	}
	
	/* for plain text next to an input field, if not using a table structure */
	#formpage label.basic {
		color:#212121;
		font-size:13px;
		text-align:left;
	}
	#formpage label.checkbox {
		font-size:13px;
		text-align:left;
		display:inline;
		padding:0;
	}
	
	/*control the Captcha */
	
	.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	}
	
	.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
	.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	}
	
	.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
	}
	
	.CaptchaWhatsThisPanel {
		line-height:0;
		margin:0 0 0 0;
		padding:8px 0 8px 0 !important;
	}
	.CaptchaWhatsThisPanel a {color:#000;}
	.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  











#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

/* focus states of various types of fields */

#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
 
 
        
 /* ============================ 

	Frameless Inventory
	
==============================*/
	
	.hosted-content h1{color:#0f3888}
	
	.hosted-content h5{font-size:17px; color:#8E8E8E; text-align:left}
	.hosted-content h5 a{font-size:20px; color:#8E8E8E}
	body .full .has-quote-forms #listing-bottom-information{width:100%!important;}
	.hosted-content .p-tb-10{padding:0!important}
	.hosted-content h3 { font-size: 20px!important}
.hosted-content .show-mobile {display:none}

 /* ============================ 

	Faceted Inventory
	
==============================*/

#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: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 8px 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;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {margin-bottom: 0px !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i,.parts-list-content .parts-title-and-breadcrumbs .parts-title .parts-title-text span {color:#b0041c !important;}

.detail-title{color: black !important}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}
.list-content .list-title{color: #b0041c !important; padding-top: 37px !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:#b0041c !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 #b0041c !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: #b0041c !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: #b0041c !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;}

.compare-chkbox-container .compare-listings .fa-check {top: -1px !important; left: 6px !important;}

.detail-additional-data .data-row .data-label {background: #0f3888 !important;}

.dealer-info .phone-and-email .send-email-btn {border: 1px solid #0f3888 !important;color:#0f3888 !important;  }

.body-wrapper h1 {
    color: #000 !important;
}

/* ============================

	Responsive Styles

==============================*/
@media screen and (max-width: 1730px) {
	#logo h4, h4{font-size:35px}
}


@media screen and (max-width: 1435px) {
	#logo h4, h4{font-size:25px}
	#logo img{max-width:270px;}
}



@media screen and (max-width: 1180px) {
	#logo h4, h4{font-size:20px}
	#logo img{max-width:220px;}
}


@media screen and (max-width: 1280px) {
	.wrapper{padding: 0 10px;}
	
	
}


@media screen and (max-width: 1025px) {
	
	#one-fourth{
		float: none;
		width: 213px;
		margin: 0 auto;
	}
	
	#contact{margin:50px 0 0 0}
	
	header{padding:5px 0;}
	#logo{
		float: none;
		width: 100%;
		margin: 0 auto;
		z-index:99999;
		position:relative;
	}
	#logo img {margin:0 auto; display:block; float: none;}
	#logo h4{display:block; float:none; margin:0 auto; text-align:center}
	#contact {margin:5px auto 0 auto; text-align:center; float:none; color:#f8b101}
	#contact a:hover{color:#b7b7b7!important}
	#contact h1{font-size:21px}
}

@media screen and (max-width: 910px){
	#two-third{
		float: none;
		width: 100%;
		margin: 0 auto;
		border-right: none;
	}
	
	#one-third{
		float: none;
		width: 100%;
		margin: 0 auto 10px auto;
		border-right: none;
	}
	
	#footer-fourth{
		float: none;
		margin-top: 25px;
		margin-left: 0;
		width: 100%;
	}
	.pad{padding:2em 0}
	.list-content .list-title{padding-top: 7px !important;}
}


@media screen and (max-width: 795px) {

	#one-fourth{
		float: none;
		width: 213px;
		margin: 0 auto;
	}
	
	.equipment-gallery .gallery-item{width:33.33%;}
	.equipment-gallery .gallery-item img { height: 80px;}
	
	.yellow{padding:2em 3%;}
	.btns-home{padding:1em 0}
	a.featbtn {display:block; width:94%;  font-size:21px; padding:15px 0; float:none}
	
	.half{width:100%; *width: 100%; float:none; margin:0 auto;}
	.last{margin:0 auto;}
	
}
 
@media screen and (max-width: 600px) {

	#one-fourth{
		float: none;
		width: 213px;
		margin: 0 auto;
	}
	
	.equipment-gallery .gallery-item{width:33.33%;}
	.equipment-gallery .gallery-item img { height: 80px;}
	
	.yellow{padding:2em 3%;}
	.btns-home{padding:1em 0}
	a.featbtn {display:block; width:94%;  font-size:21px; padding:15px 0; float:none}
	
	.half{width:100%; *width: 100%; float:none; margin:0 auto;}
	.last{margin:0 auto;}
	
}


@media screen and (max-width: 520px){
	h3{font-size:20px}
	h2{font-size:17px}
	.equipment-gallery .gallery-item{width:100%;}
	.equipment-gallery .gallery-item img { height: 60px;}
}

@media screen and (max-width: 400px){

}