﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Blue: #3953a4
    - White: #fff
    - Light Gray: #b7bcc0
    - Gray: #000
*/

/*==========================================================

    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: 10px 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: #3953a4; 
        color: #fff;
        text-shadow: none;
    }
    ::selection {
        background: #b7bcc0;
        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: 'Open Sans', sans-serif;
    }
/*==========================================================

    TYPOGRAPHY

===========================================================*/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#3953a4 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #3953a4 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}
.view-listing-details-link i, .view-listing-details-link span,.view-listing-details-link span:hover {color:white !important;}
.search-results {color:#3953a4!important;}
.page-nav{background-color:#3953a4!important;} .des-buy-now {background-color:#3953a4!important;}
.dealer-btns-bottom a {background: #3953a4 !important;}
.faceted-option-checkbox-container input {width:6%!important;}   .faceted-option-checkbox-container {width: 96%!important;}

/*==========================================================

    TYPOGRAPHY

===========================================================*/

    h3,h5{font-family: 'Open Sans Condensed', sans-serif;}

    h1 { font-weight:900; color:#000; font-size:35px; text-transform: uppercase; line-height:normal; margin-bottom: 20px  }
	h2 { font-weight:900; color:#3953a4; font-size:18px; text-transform: uppercase; font-style: italic; }
	h3 { font-weight:900; color:#fff; font-size:25px; text-transform: uppercase; margin-bottom: 10px }
	h4 { font-weight:700; color:#676767; font-size:16px; text-transform: uppercase;}
        h4 a{color:#676767!important;}
        h4 a:hover{color:#000!important;}
	h5 { font-weight:600; color:#3953a4; font-size:19px;} 
    b{font-weight: 900}
	p, ul, ol, li { font-size: 14px; font-weight: 400; color: #000; line-height: 26px; }

    a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
        -webkit-transition:all .45s ease;
        -moz-transition:all .45s ease;
        -ms-transition:all .45s ease;
        -o-transition:all .45s ease;
        transition:all .45s ease;
    } 
    
    a:link, a:visited, a:active {text-decoration:none; color: #b7bcc0}
    a:hover {text-decoration:none;}

    .right{text-align: right}
    .center{text-align: center!important}

/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/

    .hosted-content h1{text-align: left; font-size: 25px!important}
    .hosted-content h5{text-align: left}
    .hosted-content .listings-wrapper .listings-list .category-banner h3{line-height: normal!important; font-size: 23px!important; color: #3953a4!important}
    .hosted-content .m-top-20{margin-top: 0!important}
    .hosted-content .listings-wrapper .listings-list .listing-banner h2{font-size: 24px!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-right: 30px; box-sizing: border-box; text-align:left}
	.dois-terco{width:70%; float:left; padding-right: 30px; 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:1300px; position:relative}
    .white{background:#fff;}
    .pad{padding:3em 0;}
   
/*==========================================================

    HEADER STYLES 

===========================================================*/

    .top{background:#000;}

    header{
        position:fixed;
        width:100%;
        margin:0;
        padding:0;
        background:#000;
        z-index:999;
    }

    #spaceheader{height:48px}

    #topo{
        background: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
        position: relative
    }
    .header-right{float:right; width:68%; text-align: right; margin:3em 2% 0 0 }
    .header-right h4{display: inline-block; margin: 10px 0 0 20px}
    .logo{float:left; width:30%; background:#3953a4; padding:10px 0 15px 0}
        .logo img{max-width: 300px; width: 100%; margin: 0 auto; display: block}
    
/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */

/*==========================================================

    SLIDESHOW

===========================================================*/

    .slides{background:#b7bcc0;padding:0;color:#fff;position:relative;}
    .cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
    .cycle-slideshow img{width:100%;}

    /* pager */
    .cycle-pager { text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none; }
    .cycle-pager span { font-size: 50px; width: 16px; height: 16px; display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; }
    .cycle-pager span.cycle-pager-active { color:#2885b3;}
    .cycle-pager > * { cursor: pointer;}

/*==========================================================

    CONTENT STYLES

===========================================================*/

    a.morebutton {
        background:#000; 
        padding:15px 0; 
        color:#fff; 
        text-decoration: none;
        display: block;
        max-width: 200px; 
        box-sizing: border-box; 
        margin: 30px auto 0 auto; 
        text-align:center; 
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        }
        a.morebutton:hover{background:#3953a4; color:#fff;}
        
/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
        background: #fff;
    }

    .scrolling{
        width:100%;
        height:92px;
    }

/*==========================================================

    CONTACT PAGE

===========================================================*/
    
    .contlink a:link,.contlink a:visited,.contlink a:active {text-decoration:none; color: #3953a4; font-weight:600}
    .contlink a:hover {text-decoration:none; color: #000}

    iframe.mapa{border:0; width:90%; height: 590px; display: block; float: right}

/*==========================================================

    FORM

===========================================================*/
    .formcont{background:#ebebeb; padding:10px}
    .formcont p{font-weight: 800}

    .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: #3953a4 solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        margin:0 1% 10px 0  ;
        width: 99%;
    }
    input.half{width:49%;float:left;}
    input.tres{width:32.2%;float:left;}

    input:focus{ outline: #3953a4 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:#b7bcc0;
        cursor:pointer;
    }

    select{
        border: #3953a4 solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        margin:0 1% 10px 0  ;
        width: 99%;
        color:#969696;
    }
    select:focus{ outline: #3953a4 solid 1px!important;}
    
    select.half{width:48%;float:left;}

    textarea{
        font-family: 'Open Sans', sans-serif;
        border: #3953a4 solid 1px;
        border-radius: 2px;
        padding: 10px;
        font-size:14px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    textarea:focus{ outline: #3953a4 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:395px}
    fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}

    .centrocerto .CaptchaImagePanel {
        float: none;
        margin: 0 auto !important;
    }
    .centrocerto #CaptchaAnswer{width: 100%}
    .centrocerto .CaptchaImagePanel,.centrocerto .CaptchaMessagePanel,.centrocerto .CaptchaAnswerPanel,.centrocerto .CaptchaWhatsThisPanel{text-align: center!important;}
    .centrocerto input.button2{width:100%; margin:10px auto 0 auto}
    

/*==========================================================

    FOOTER STYLES

===========================================================*/

    .bottom{
        width: 100%;
        margin: 0 auto;
        background: #3953a4;
        color: #fff;
    }
    .bottom a, .bottom p{color:#fff!important}
    .bottom a:hover{color: #b7bcc0!important}
    .btmleft{border: 1px solid #fff; padding:2em 0; width: 48%; margin: 0 2% 0 0; float: left; text-align: center}
    .btmright{border: 1px solid #fff; padding:2em 0; width: 49%; margin: 0 auto; float: left; text-align: center}

    footer{
        width: 100%;
        margin: 0 auto;
        background: #000;
        color: #fff;
        font-family: 'Open Sans Condensed', sans-serif; 
    }
    footer span{color: #b7bcc0}
    footer h3{font-size: 18px!important; color: #fff}
    footer h3 a{color: #fff!important}
    footer p{ font-weight: 600}    
    footer a:hover{color: #fff}
    .menubaixo a{margin-right:10px; text-transform: uppercase;}

/*==========================================================

    RESPONSIVE STYLES

===========================================================*/
    
/* iPads (portrait and landscape) ----------- */
 
@media screen and (max-width: 1000px) {
    h1{font-size: 22px}
    h3{margin-bottom: 5px}
    #spaceheader {height: 58px;}
    .header-right {float:none; width: 100%; text-align: center; margin: 0 auto; padding: 10px 0}
    .header-right h4 {margin: 5px 0 0 10px;}
    .logo {float:none; width: 100%; padding: 0 0 5px 0}
    .logo img { max-width: 250px; padding: 0}
    .pad {padding: 1.5em 0;}
    .wrapper {width: 90%;}
    
    .column2 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .menubaixo a {display: block}
    .first{margin:0 auto 1em auto}
    
    .onethird, .twothird{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    iframe.mapa{width: 100%; margin: 20px auto 0 auto; height: 300px}
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
    
    .column3 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .column4 {width:50%; float:left; padding:0 ; margin: 0 auto; }
}


/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px){
    h4{font-size: 14px}
    .btmleft{padding:1em 0; width: 90%; margin: 0 auto; float: none; }
    .btmright{padding:1em 0; width: 90%; margin:1em auto 0 auto; float: none; }
    
    
    .CaptchaImagePanel {
        float: none;
        margin: 0 auto !important;
    }
    #CaptchaAnswer{width: 100%}
    .CaptchaImagePanel, .CaptchaMessagePanel, .CaptchaAnswerPanel, .CaptchaWhatsThisPanel{text-align: center!important;}
    input.button2{width:100%; margin:10px auto 0 auto}
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 500px){
    h1{font-size: 20px}
    .header-right h4 {margin: 5px auto; display: block}
    #menu-button {font-size: 20px!important;}
    input.half{width:98%;float:left;}
}
 
@media screen and (max-width: 320px){

}


