﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Red: #c93128
    - 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: #c93128; 
        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: 'Poppins', sans-serif !important;
    }

/*==========================================================

    TYPOGRAPHY

===========================================================*/

    h1 { font-weight:700; color:#c93128; font-size:32px; text-transform: uppercase; line-height:normal; }
	h2 { font-weight:100; color:#000; font-size:25px; text-transform: uppercase; }
	h3 { font-weight:900; color:#fff; font-size:22px; text-transform: uppercase}
	h4 { font-family: 'Open Sans', sans-serif; font-weight:600; color:#c93128; font-size:18px; text-transform: uppercase;}
	h5 { font-weight:700; color:#fff; font-size:16px;  } 
        h5 a:link,h5 a:visited,h5 a:active {color:#fff}

    b{font-weight: 900}
	p, ul, ol, li { font-size: 15px; font-weight: 400; color: #000; line-height: 25px; }

    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:#c93128}
    a:hover {text-decoration:none;}

    .center{text-align: center!important}
    .right{text-align:right}
    .black{background: #000}    
    b, strong{font-weight: 900}

/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/

    .hosted-content h1{text-align: left; font-size: 30px!important}
    .hosted-content h5{text-align: left; text-transform: inherit; color: #000!important}
    .hosted-content .listings-wrapper .listings-list .category-banner h3{line-height: normal!important; font-size: 23px!important; color: #c93128!important}
    .hosted-content .m-top-20{margin-top: 0!important}
    .hosted-content .listings-wrapper .listings-list .listing-banner h2{font-size: 24px!important; color: #000!important; font-weight: 900!important}
    
/*==========================================================

    LAYOUT STYLES

===========================================================*/

	.column1 {width:100%;}
	.column2 {width:47.5%; float:left; margin-right:5%; box-sizing: border-box; color:#fff;}
	.column3 {width:33.33333%; float:left; padding:0 ; box-sizing: border-box;}
	.column4 {width:23%; margin-right:2%; float:left;  box-sizing: border-box;}
	.column5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
    .column6 {width:16%; float:left; padding-right:1%; box-sizing: border-box;}
	
	.twothird{width:60%; float:left; box-sizing: border-box;}
	.onethird{width:40%; float:left; padding-left: 40px; box-sizing: border-box; text-align:right}
	.dois-terco{width:70%; float:left; box-sizing: border-box;}
	.um-terco{width:30%; float:left; 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; padding:0; max-width:1200px; position:relative}
    .wrapper-small{ width:100%; margin:0 auto; padding:0; max-width:1024px; position:relative}
    .pad{padding:3em 0;}

    

/*==========================================================

    HEADER STYLES 

===========================================================*/
    .top{background:#000; color: #fff}
        .top a, .top p{color: #fff;}

    #redline{background:#c93128; height: 30px; border-bottom: 10px solid #000 }

    header{
        position:fixed;
        width:100%;
        margin:0;
        padding:0;
        background:#fff url("../siteart/background.png") right no-repeat;
        z-index:999;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
        box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    }

    #spaceheader{height:205px}

    .headerwrap{width:96%;max-width:1000px;margin:0 auto;}
    .logo{width:100%;display: block; margin: 0 auto; padding: 1em 0; text-align: center}
        .logo img{width:100%; max-width: 350px; display: block; margin: 0 auto;}
    
    .header-left{float:left; width:350px; text-align: left}
    .header-right{float:right; width: calc(100% - 350px); text-align: right}
        .header-right h1{display: inline-block; margin-left: 20px}
        .header-right i {color: #3f56a1; font-size: 40px}
        .header-right{margin-top:2em}
        
/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */


/*==========================================================

    CONTENT STYLES

===========================================================*/
    .baixobtn{
        background: #000; 
        color: #fff; 
        padding: 0 0 5px 0; 
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    a.botaoblck{background: url("../siteart/buttonblck.png") no-repeat; width: 280px; height: 59px; display: block}
    a.botaoblck:hover{opacity: 0.6}
    .botaoblck p {font-weight: 900; text-align: center; line-height: 59px; text-transform: uppercase;}

    a.botao{background: url("../siteart/button.png") no-repeat; width: 280px; height: 59px; display: block}
    a.botao:hover{opacity: 0.6}
    .botao p {font-weight: 900; text-align: center; line-height: 59px; text-transform: uppercase;}

    .contside{float: left; width: 280px; margin-top: 50px; text-align: center}
    .contmid{float: left; width: calc(100% - 610px); padding: 0 25px;}
        .contmid h1{text-align: center}
    
    .formcont{ background: #ebebeb; border: 1px solid #000; padding: 2%}
    .formcont p{color: #fff; font-weight: 700; font-size: 17px}
    
    iframe.mapa{width:100%;height:670px; border:0}

/*==========================================================

	ZOOM

==========================================================*/
    .image-zoom-container {
        list-style: none;
        background: #c93128;padding: 10px 5px;
    }

    .square{
        width: 24%;
        float: left;
        margin: 0 0.5%;
    }

    .square h3 {
        display: block;
        text-align: center;
        margin: 30% auto 0 auto;
        padding: 15px 0;
        background:rgba(0, 0, 0, 0.6);
        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 {
        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 {
        -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}


/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
        padding: 5px 0;
        background: #fff;
    }

    .scrolling{
        width:100%;
        height:92px;
    }


/*==========================================================

    FORM

===========================================================*/

    .order-form{display:block;}
    #formpage{padding:0;}
    form{ margin:0 0 0;}
    label{
        display:block;
        font-size:16px;
        padding-top: 4%;
        width:100%;
    }
    input{
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        margin:0 1% 10px 0  ;
        width: 99%;
        font-family: 'Poppins', sans-serif;
    }
    input.half{width:49%;float:left;}

    input:focus{ outline: #c93128 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;
    }

    input.button2:hover{
        background-color:#4d4d4d;
        cursor:pointer;
    }

    select{
        border:#ccc solid 1px;
        border-radius: 2px;
        padding: 2%;
        font-size:14px;
        box-sizing:border-box;
        width:98%;
        margin:0 1% 10px;
        color:#969696;
    }
    select.half{width:48%;float:left;}

    textarea{
        font-family: 'Poppins', sans-serif;
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 10px;
        font-size:14px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    textarea:focus{ outline: #c93128 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

===========================================================*/
    .faixared{background:#c93128; padding: 10px 0}
    
    #bottom{
        width: 100%;
        margin: 0 auto;
        background:#000;
        color: #fff;
        padding: 2em 0;  
        display: block;
    }
    
    #menufoot{float: left; width:200px; text-align: left;}
        #menufoot ul li{display: block}
        #menufoot ul li a{ color: #fff}
        #menufoot ul li a:hover{color:#c93128!important; }

    #pe{float:right; width:calc(100% - 200px); text-align:right;}
    .divfooter{float:right; max-width: 500px; text-align:right;}
    a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px; color:#999999}
    a.footerlink:hover{text-decoration:none; font-size:13px;color: #fff}
    .footertext{font-size:13px; color:#999999;}
    .smallfootertext{font-size:10px; color:#999999;}
    
/*==========================================================

    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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.body-wrapper {padding-top: 30px;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{font-size: 14px !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;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{width: auto !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#c93128 !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input{width: auto !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:#c93128 !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 #c93128 !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: #c93128 !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; 
	color: black !important;
}

.listing-portion-title, .dealer-name, .faceted-section-head h5, .detail-additional-data h3{color: black !important;}
.view-listing-details-link{color: white !important;}
.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;}

input[type=checkbox] {background-color: initial !important;cursor: default !important;appearance: auto !important;box-sizing: border-box !important; margin: 3px 3px 3px 4px !important;padding: initial !important; border: initial !important;}
/*==========================================================

    RESPONSIVE STYLES

===========================================================*/
.hidemobile{display: block}
.showmobile{display: none}

@media screen and (max-width: 1177px) {
    .dois-terco{width:50%}
    .um-terco{width:50%}
}

@media screen and (max-width: 1100px) {
    iframe.mapa{height:690px;}
}

/* iPads (portrait and landscape) ----------- */
 
@media screen and (max-width: 1025px) {
     h3 {font-size: 18px;}
        
    .wrapper-small{width: 90%;}
    header {background: #fff;}
    #spaceheader{height:186px}
    .header-right h1 {
        margin-left: 5px;
    }
    
    .logo{ margin: 0; text-align: center; padding: 10px 0;}
        .logo img{margin: 0 auto; display: block; text-align: center}

    .header-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0
    }
    .header-left{
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .cont-right {
        display: block; 
        border-top: 1px solid #fff;
        float: none;
        padding: 5px 0;
        max-height: auto;
        width: 100%;
        clear: both;
    }
    .cont-right p{display: inline-block}
    .cont-right i {font-size:30px; padding: 0 0 0 10px}
    
    .hidemobile{display: none}
    .showmobile{display: block}
    .contmid {width:100%; float: none; margin: 1em auto; text-align: center; padding: 0}
    .contside {width:100%; float: none; margin: 0 auto; text-align: center; padding: 0}
    a.botao{margin:0 auto;}
    a.botaoblck{margin:0 auto;}
    .baixobtn {width: 280px;margin: 0 auto;}
}


@media screen and (max-width: 810px) {
    h3 {font-size:22px;}
    
    .padit{padding:2em 0}
    .column2 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    
    a.morebutton {
        max-width: 150px;
        margin: 10px auto 0 auto;
    }
    
    .square {
        width: 49%;
    }
    
    .infocont .last{margin-top: 20px}
    #bottom .last{margin-top: 20px}
    footer .last{text-align: center}
    
    .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}
    
    
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
    p{text-align: center}
    
    .top{text-align: center}
    
    .twothird{width:100%; float:none; margin: 0 auto; text-align: center}
    .onethird{width:100%; float:none; padding:0 ; margin: 3em auto 0 auto; text-align: center}
    
    #menufoot{width:100%; float: none; margin: 0 auto; text-align: center}
    #pe{width:100%; float: none; margin: 0 auto; text-align: center}
    
    .divfooter{width:100%; float: none; margin:1em auto 0 auto; text-align: center}
    
    iframe.mapa{height:300px;}
}

/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px){
    footer .last a{display: block}
    .separar{display: none}
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 500px){
    h3 {font-size: 19px;}
    
    input.half{width:98%;float:left;}
    
    .logo img{ max-width: 250px}
    .header-right h1{font-size: 22px;}
    
    #spaceheader {height: 149px;}
}
 


@media screen and (max-width: 400px){
    .square {
        width: 100%;
        float: none;
        margin:0 auto;
    }
   
}
 