﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Red: #ee1c23
    - Black: #000
    - White: #fff
    - Gray: #333333
*/

/*==========================================================

    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;}
    table{border-collapse:collapse; width:100%;}
    td{vertical-align:top;}

    svg:not(:root) {overflow: hidden;/*reset*/}

/*image replacement*/
    .hide-text {
        text-indent:  100%;
        white-space:  nowrap;
        overflow:  hidden;
        }	

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-style: solid;
        height: 0;
        color: #ccc;
        margin: 3em 0
        } 

    img { border: 0; max-width:100%;} 
    img.imgresp{max-width: 100%;}

    /* Make HTML 5 elements display block-level for consistent styling */  
    header, nav, article, footer, address { display: block;  } 

    /* Clearfix */
    .cf:before,.cf:after {content: " ";display: table;}
    .cf:after {clear: both;}
    .cf {*zoom: 1;}
    .clear{clear: both}
    /* clear floats */ 
    .group:before,
    .group:after {content: ""; display: table;} 
    .group:after {clear: both;}
    .group {zoom: 1;}	
    .clear { clear: both;}

    ::-moz-selection {
        background: #ee1c23; 
        color: #fff;
        text-shadow: none;
    }
    ::selection {
        background: #000;
        color: #fff;
        text-shadow: none;
    }

    html, body{
        -webkit-text-size-adjust: none; 
        -ms-text-size-adjust: 100%; 
        margin: 0;
        padding: 0;
        background: #000!important;
        line-height: normal; 
        font-family: 'Oswald', sans-serif !important;
    }

/*==========================================================

    TYPOGRAPHY

===========================================================*/

    h1 { font-weight:900; font-size:22px; line-height:normal;}
	h2 { font-weight:400; font-size:30px; }
	h3 { font-weight:900; font-size:25px; }
	h4 { font-weight:400; font-size:55px; }
	h5 { font-weight:800; font-size:20px; } 
    h6 { font-weight:300;font-size: 15px; }

.content-header {
	font-weight:400; color:#ee1c23; font-size:55px; text-transform: uppercase;
}

    b{font-weight: 900}
	p, ul, ol, li { font-size: 19px; font-weight: 500; color: #333333; line-height: 28px; }

    a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -ms-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
    } 

    a:link, a:visited, a:active {text-decoration:none; color:#ee1c23}
    a:hover {text-decoration:none;}
    .center{text-align: center!important}
    b, strong{font-weight: 900}

/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/
    


/*==========================================================

    LAYOUT STYLES

===========================================================*/

.content-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.col-1 { width: 100%; box-sizing:border-box;}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
	
	.last{padding-right:0; margin-right:0!important;}
    .midcolumn {padding:0 20px;}
	.center{text-align:center}
    
    article{background:#fff}
    .wrapper{ width:96%; margin:0 auto; max-width:1100px; position:relative}
    .wrapper-small{ width:100%; margin:0 auto; max-width:1024px; position:relative}
    .pad{padding:3em 0;}

    .direita{float: right; text-align: right;}
    .esquerda{float: left; text-align: left;}

/*==========================================================

    HEADER STYLES 

===========================================================*/
    

    header {
        position:sticky;
		top:0;
        width:100%;
		height: 72px;
		background:#fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
        z-index: 9999;
        margin:0;
        padding:10px 5%;
		box-sizing: border-box;
        box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    }
	

.head-logo {
	max-width: 200px;
	width:40%;
	display: block;
	height: auto;
}
.head-right {
	display: flex;
	gap:20px;
}
.head-btn {
	background: #ee1c23;
	border:1px solid #ee1c23;
	text-align: center;
	padding:5px 20px;
	font-size: 18px;
	color: #fff!important;
	transition: all .2s ease;
	font-weight: 600;
}
.head-btn:hover {
	background: #fff;
	color: #ee1c23!important;
}

/*  NAVIGATION
------------------------------------------------*/

#menu-button{
		display: flex;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		margin: 0;
		background: #000;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		padding: 5px;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:23px;
        height: 19px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		right: calc(5% + 117px);
		width: 100%;
		max-width: 200px;
		height: auto;
		background: #000;
		z-index: 500;
		overflow: auto;
		top: 55px;
	}
	nav.mobile h3 { /* Menu header styles */
		position: relative;
		padding: 12px 10px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 400;
		border-bottom: 4px solid #222;
	}
	nav.mobile .menu-toggle { /* Menu close button */
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	nav.mobile .menu-toggle:hover {color: #fff;}
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	nav.mobile ul li a {
		position: relative;
        text-align: center;
		display: block;
		padding: 5px;
		color: #fff;
		font-size:18px;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {background: #ee1c23; color: #fff;}
	nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 5px 5px 5px 40px;
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
}


/*==========================================================

    CONTENT STYLES

===========================================================*/
    a.botao{
        padding: 15px 0; 
        text-align: center;  
        display: block;
        text-transform: uppercase;
        color: #fff;
        background: #000;
        font-weight:700;
        font-size: 22px;
    }
    a.botao:hover{background: #ee1c23; color: #fff}

.hero-wrap {
	width:100%;
	height: auto;
	position: relative;
}

    .background-home{
			width:100%;
			position: relative;
			z-index: 1;
			overflow: hidden;
			margin-bottom: -5px;		
	}
    .background-home video {
		object-fit: cover;
		object-position: top;
		width: calc(100% + 47px);
		max-height: calc(100vh - 80px);
		height: 70vw;
		min-height: 500px;
	}
.hero-mob-img {
	display: none;
}
    
.hero-overlay {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.hero-overlay-title {
	font-family: 'Oswald', sans-serif !important;
	color:#fff;
	text-shadow: 0 0 20px rgba(0,0,0,1.0);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding:20px 5%;
  	box-sizing: border-box;
}
.hero-overlay-title h1 {
	font-size:80px;
	font-weight: 900;
	text-transform: uppercase;
}
.hero-overlay-title h2 {
	font-size:50px;
	display: block;
	max-width: 800px;
	line-height: 1.2;
}
.hero-cta {
	width: 100%;
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.82) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.82) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.82) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.82) 100%);
}
.hero-cta a {
	width:33.33%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 175px;
}
.hero-cta a h2 {
	text-align: center;
	font-size:30px;
	padding:10px;
	box-sizing: border-box;
	font-weight:900;
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:80%;
	height: 75%;
	border:1px solid #fff;
	transition:.3s ease-in;
	background:rgba(0,0,0,0.3);
	text-shadow: 0 0 20px rgba(0,0,0,1.0);
	line-height: 1.2;
}
.hero-cta a h2 span {
	font-weight:900;
	color:#ee1c23;
}
.hero-cta a:hover h2 {
	width:85%;
	height: 80%;
	background:rgba(0,0,0,0.7);
}
.wrap-about {
	width:100%;
	background:#fff;
} 
.wrap-about .wrapper {
	max-width: 90%;
	width:100%;
	padding:150px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.home-about-left {
	width:60%;
}
.home-about-left h2, .home-about-left h3 {
	color:#000;
	font-size:28px;
	font-weight:600;
}
.home-about-left p {
	color:#000;
	font-size:18px;
	font-weight:500;
}
.home-about-right {
	width:39%;
	display: flex;
	justify-content: flex-end;
}
.home-about-right img {
	width:100%;
	max-width: 400px;
	display: block;
}

.about-content h2 {
	font-weight: 400;
	font-size: 30px;
	padding-bottom:10px;
}
.red-butn-1 {
	background: #ee1c23;
	border:1px solid #ee1c23;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	padding:20px;
	color: #fff!important;
	transition: all .2s ease;
	margin-top:20px;
	cursor: pointer;
	font-weight: 600;
}
.red-butn-1:hover {
	background: #fff;
	color: #ee1c23!important;
}
.about-img {
	position: relative;
}
.about-img img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}



/*==========================================================

	ZOOM

==========================================================*/
    .image-zoom-container {
        list-style: none;
        margin: 0 auto;
        background: #000;
    }

    .square{
        width: 25%;
        float: left;
        margin:0;
    }

    .square h3 {
        display: block;
        text-align: center;
        margin: 30% auto 0 auto;
        padding: 10px 0;
        width: 100%;
        color: #fff;
    }
    
    .zoom-container {
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 100%; 
        vertical-align: top;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
    }

    .zoom-container img {
        opacity: 0.5;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }
    .zoom-container .zoom-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

    .zoom-container:hover img {
        opacity: 100;
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
        -webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
    }
    .zoom-container:hover .zoom-caption {background: none;}

    .hide-zoom-mobile{clear:both}

/*==========================================================

    FORM

===========================================================*/


.popup-form {
	display: none;
	width:100%;
	height: 100%;
	position: fixed;
	background:rgba(0,0,0,0.7);
	align-items: center;
	flex-direction: column;
	padding:40px;
	box-sizing: border-box;
	top: 0;
  	z-index: 20000;
	gap:20px;
	overflow: scroll;
	opacity: 0;
}
.popup-form.open {
	display: flex;
    animation: fade-in 0.5s ease-in-out both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup-close {
	position: absolute;
	top:20px;
	right:20px;
	padding: 10px;
	display: flex;
	z-index: 1;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 16px;
	color:#000;
	cursor: pointer;
}
.popup-form .formcont {
	margin-top:40px;
}
    .formcont{ background:#F3F3F3; border: 1px solid #ccc; padding: 2%}
    .formcont p{color: #fff; font-weight: 700; font-size: 17px}
    .order-form{display:flex;flex-wrap: wrap;justify-content: space-around;}
    #formpage{padding:0;}
    form{ margin:0 0 0;}
    
    input{
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 5px;
        font-size:17px;
        box-sizing:border-box;
        margin:0 0 10px 0  ;
        font-family: 'Oswald', sans-serif;;
    }
    input.half{width:49%;float:left;}

    input:focus{ outline: #ee1c23 solid 1px!important;}

    input.button2{
        display:block;
        width:200px;
        padding: 10px 0;
        margin:10px 0 0 0;
        background-color:#000;
        color:#fff;
        border: 0;
        -webkit-transition:.3s ease-in;  
        -moz-transition:.3s ease-in;  
        -o-transition:.3s ease-in;  
        transition:.3s ease-in;
		cursor: pointer;
    }

    input.button2:hover{
        background-color:#ee1c23;
        cursor:pointer;
    }

    select{
        border:#ccc solid 1px;
        border-radius: 2px;
        padding: 1%;
        font-size:19px;
        box-sizing:border-box;
        width:98%;
        margin:0 1% 10px;
        color:#969696;
    }
    select.half{width:48%;float:left;}

    textarea{
        font-family: 'Oswald', sans-serif;
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 5px;
        font-size:17px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    textarea:focus{ outline: #ee1c23 solid 1px!important;}

    .CaptchaPanel {
        margin: 0px 0px 0px 0px !important;
        text-align: center;
        padding: 0px !important;
    }

    .CaptchaWhatsThisPanel a{color: #000!important}
    .CaptchaImagePanel,
    .CaptchaMessagePanel,  
    .CaptchaAnswerPanel, 
    .CaptchaWhatsThisPanel {
        margin:0px 0px 0px !important;
        font-size: 12px;
        color: #000;
        text-align: left !important;
        font-weight:normal!important;
        padding:0px 0 0!important;
        box-sizing:border-box;
        }

    .CaptchaImagePanel{float:left;margin-right:10px !important;}
    .CaptchaMessagePanel{}
    #CaptchaAnswer{margin:5px 0; width:100%}
    fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}

/*==========================================================

    FOOTER STYLES

===========================================================*/

footer {
	background:#000;
	width:100%;
	padding:40px 5%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:40px;
}
.foot-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:40px;
}
.foot-logo {
	width:100%;
	max-width: 140px;
	display: block;
	height: auto;
}
.foot-logo img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.6));
}
.foot-left ul {
	padding:0;
	margin:0;
}
.foot-left ul li {
	padding:0;
	margin:0;
	font-size:18px;
	font-weight: 400;
	color:#fff;
	list-style: none;
	font-family: 'Oswald', sans-serif !important;
}
.foot-left ul li h5 {
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.foot-left ul li a {
	text-decoration: underline;
	transition: all .2s ease;
	color:#fff;
}
.foot-left ul li a:hover {
	text-decoration: none;
}
.foot-right {
	display: flex;
	flex-direction: column;
	gap:20px;
	width:100%;
	max-width: 250px;
}
.foot-right a {
	background: #ee1c23;
	border:1px solid #ee1c23;
	text-align: center;
	padding:20px;
	color: #fff;
	transition: all .2s ease;
	font-weight: 600;
}
.foot-right a:hover {
	background: #fff;
	color: #ee1c23;
}





/*==========================================================

    INVENTORY STYLES

===========================================================*/



.container-inv {
	padding:40px 0;
}

 
.container-inv .list-top-section .sticky-top-menu {
    top: 145px;
  }

.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: 0px !important;
}
.list-content .list-title {margin-top: 20px !important;}
.listing-portion-title{color: black !important;}
.list-content .list-title .list-title-text{color: black !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important; width: 8%;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}
.detail-content{margin-top: 30px !important;}
.compare-chkbox-container{display: block !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ee3124 !important;}
.compare-chkbox-container .compare-listings .compare-chkbox { margin: 3px 3px 3px 4px;}
.view-listing-details-link, .buy-now-link{color: white !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:#ee3124 !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 #ee3124 !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: #ee3124 !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;}


.container {
margin-bottom: 30px !important;
}

.compare-chkbox-container .compare-listings .fa-check {
	    top: 1px !important;
    left: 5px !important;
}
.info {
	color: #000 !important;
}
/*==========================================================

    RESPONSIVE STYLES

===========================================================*/



@media screen and (max-width: 1378px) {
	.container {
		margin-top: 30px !important;
		
	}
}
@media screen and (max-width: 1180px) {
    nav.primary ul li a {font-size: 15px; padding:20px 8px;}
}
@media screen and (max-width: 1130px) {

    #spaceheader {height: 126px;}
}

/* iPads (portrait and landscape) ----------- */
 
@media screen and (max-width: 1030px) {
    .wrapper-small{width: 90%;}
    .dois-terco{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .um-terco{width:100%; float:none; margin: 0 auto; text-align: center}
    img.screenimg {float:none;margin: 0 auto;}
}
@media screen and (max-width: 1025px) {
	
	.container-inv .list-top-section .sticky-top-menu {
		top: 130px;
	  }
	
	
	
}

@media screen and (max-width: 900px) {
	.container-inv .list-top-section .sticky-top-menu {
		top: 0;
	  }
    h1{font-size: 32px;}
    h2{font-size: 22px;}

    .hero-overlay-title h1 {
	  font-size: 9vw;
	}
	.hero-overlay-title h2 {
		font-size: 6vw;
		max-width: 100%;
	}
    .square {
        width: 50%;
        float: left;
        margin:0;
    }
    .content-header {
	  font-size: 40px;
	}
    .column2 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .column4{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
   
    .twothird{width:100%; float:none; margin: 1em auto 0 auto; text-align: center}
    .onethird{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    

    .pushlistdown {padding: 0;}
    #bottom{padding:2em 0 }
    #bottom h5{padding-top: 1em;}
    #bottom p{text-align: center}
    
    .andbreak{display: block!important}
    
    .logotop a, .logotop img {max-width: 126px;} 
    .logotop { margin: -59px 0 -70px 15px;}

    header { position: relative;}
    #spaceheader {height:0;}
    
    .aviso{display: none!important}
    .avisomobile{display:block!important}
	.wrap-about .wrapper {
		padding:90px 20px;
	}
.col-1-6, .col-1-5, .col-1-4, .col-1-3, .col-1-2, .col-2-3, .col-3-4 { width:100%;}
	.about-content {
		order:2;
	}
	.about-img {
		order:1;
	}
}

/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 800px){

	.hero-cta a h2 {
	  font-size: 4vw;
	  width: 90%;
	  height: 90%;
	}
	.hero-cta a:hover h2 {
		width:93%;
		height: 93%;
	}
    .home-about-left {
		width:100%;
	}
	.home-about-left h2, .home-about-left h3 {
		font-size:24px;
	}
	.home-about-left p {
		font-size:16px;
	}
	.home-about-right {
		width:100%;
		padding-top:20px;
		justify-content: center;
	}
	.home-about-right img {
		margin:0 auto;
	}
	.background-home video {
		display: none;
	}
	.hero-mob-img {
		width:100%;
		object-fit: cover;
		object-position: center;
		max-height: 700px;
		height: calc(100vh - 129px);
		min-height: 500px;
		display: block;
	}
}

@media screen and (max-width: 736px){

    
}

@media screen and (max-width: 650px){
    nav.mobile { /* this section is new updated position width and positioning*/
		right: 0;
		max-width: 100%;
		top: 100%;
	}
}

/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 500px){
	.hero-overlay-title {
		text-align: center;
	}
	.content-header {
	  font-size: 30px;
	}
	.square { width: 100%; float: none}
	.hero-cta {
		height: auto;
		gap:10px 0;
		padding-bottom:30px;
		background:rgba(0,0,0,0.0);
	}
	.hero-cta a {
		height: auto;
	}
	.hero-cta a h2 span {
	  color: #fff;
	}
	.hero-cta a h2 {
		font-size: 16px;
		width: 95%;
		height: auto;
		background:#ee1c23;
		text-shadow: none;
	}
	
	
	footer {
  		justify-content: center;
	}

	
}
 