﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Red: #c1221f
    - White: #fff
    - Black: #000
    - 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
        } 

.scholar:hover {cursor: pointer !important;}

.joblist {list-style-type: disc !important; padding-left: 25px;}
.boldspot {font-weight: 700;}

.compare-listings__checkbox {width: auto !important;}

    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: #c1221f; 
        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;
        line-height: normal; 
        font-family: 'Roboto Condensed', sans-serif;
        background:#000 url(../siteart/bg.jpg) repeat-x!important;
    }

/*==========================================================

    TYPOGRAPHY

===========================================================*/

    h1 { font-weight:900; color: #ca2525; font-size: 31px; margin: 0 0 30px 0}
        h1 span{font-weight:300;color: #ca2525;}
	h2 { font-weight:300; color: #ca2525; font-size: 24px;}
	h3 { font-weight:900; color: #ca2525; font-size: 22px;}
	h4 { font-weight:800; color:#000; font-size:15px; text-transform: uppercase;}
	h5 { font-weight:600; color:#c1221f; font-size:19px;} 
    b{font-weight: 900}
	p, ul, ol, li { font-size: 16px; line-height: 25px; font-weight: 400; color: #000; }

    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: #000}
    a:hover {text-decoration:none; cursor: pointer;}
    .center{text-align: center!important}


.mybutton {background-color: #ca2525 !important; padding: 6px !important; font-size: 14px !important; color: white !important; font-weight: 700 !important; border: 0px solid white !important; cursor: pointer;}

/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/
    .hosted-content #listings-title { font-size: 24px!important; text-align: left!important;}
    .hosted-content .listings-wrapper .listings-list .category-banner h3 {line-height:normal!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:100%; margin:0 auto; padding:0; max-width:1100px; position:relative}

   
/*==========================================================

    HEADER STYLES 

===========================================================*/
    .headleft{float: left; display: block; position: relative; width: 33%; height: 365px; background: #fff;}
    .headright{float: right; display: block; position: relative; width: 66%; height: 365px; overflow: hidden;}

    .logo{margin-top: 80px; text-align: center; line-height: 16px;}
    .logo p{text-align: center; font-weight: 400; font-size: 16px; line-height: 22px; margin: 0 0 15px;}
    .logo img{max-width: 300px; width: 100%; margin: 0 auto;  display: block}

    .logoregpages {text-align: center; background: #fff; padding: 5px 0; }
    .logoregpages img{max-width: 300px; width: 100%; margin: 0 auto;  display: block}
    .margtop{margin-top: 25px;}

/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */

.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 {background:#c1221f !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: #c1221f !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: #c1221f!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;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {width: auto!important;}

 .list-listings-count, .list-top-section, .listing-option-bar { color:#c1221f!important}

.detail-content, .dealer-info, .phone-and-email, .send-email-btn, .detail-content, .search-results, .detail-price, .rent-title-details, .lease-title-details, .fractional-title-details, .rent-title, .lease-title, .fractional-title, .price { color:#c1221f!important}

.data-value {color:#000!important}
/*==========================================================

    SLIDESHOW

===========================================================*/

    .slides{padding:0;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-family: arial; 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

===========================================================*/
    .blocobranco{background: #fff; padding: 35px 2%; margin-bottom: 25px}
    .formcont{background: #c1221f}
    .formcont p{color: #fff; font-weight: 700; font-size: 17px}
    
    iframe.mapa{border:0; width:100%; height: 400px; display: block}
    #finlogos {text-align: center}
    #finlogos img {display: inline-block; max-width: 250px; margin: 0 1%;}

/*==========================================================

    HOME PAGE

===========================================================*/
    .manu{margin: 1em auto 0 auto}
    .manu a{width: 12%; display: inline-block; text-align: center; margin: 1% 0}
    #mapright {float: right;width: 40%; text-align: right}
    #mapright img{max-width: 300px; text-align: right}
    #textleft {float: left; width: 55%;}

/*==========================================================

    PRODUCT LINES PAGE

===========================================================*/
    .manubig{margin: 1em auto 0 auto}
    .manubig a{width: 22%; display: inline-block; text-align: center; margin: 1%; }
	.manubig div{width: 22%; display: inline-block; text-align: center; margin: 1%; }

/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
        padding: 20px 0;
    }
    .scrolling{
        width:100%;
        height:92px;
    }

/*==========================================================

    FORM

===========================================================*/

    .order-form{display:block;}
    #formpage{padding:0;}
    form{ margin:0 0 0;font-family: 'Roboto Condensed', sans-serif;}
    label{
        display:block;
        font-size:12px;
        padding-top: 4%;
        
    }
    input{
        border: #ccc 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:focus{ outline: #c1221f solid 1px!important; color: #000000}

    input.button2{
        display:block;
        width:100%;
        padding: 10px 0;
        margin:10px 0 0 0;
        background:#c1221f;
        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:#000;
        cursor:pointer;
    }

    select{
        border:#ccc solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        width:98%;
        margin:0 1% 10px 0  ;
        color:#969696;
    }
    select.half{width:49%;float:left;}
     select:focus{ outline: #c1221f solid 1px!important; color: #000000}
    textarea{
        font-family: 'Roboto Condensed', sans-serif;
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 10px;
        font-size:16px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    textarea:focus{ outline: #c1221f solid 1px!important;}

    .CaptchaPanel {
        margin: 0px 0px 0px 0px !important;
        text-align: center;
        padding: 0px !important;
    }

    .CaptchaWhatsThisPanel a{color:#727272!important}
    .CaptchaImagePanel,
    .CaptchaMessagePanel,  
    .CaptchaAnswerPanel, 
    .CaptchaWhatsThisPanel {
        margin:0px 0px 0px !important;
        font-size: 12px;
        color: #727272;
        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

===========================================================*/

    .footer {
        background-image: url(../siteart/footer.jpg);
        width: 100%;
        border-top: #ca2525 5px solid;
    }
    .divfooter {
        max-width: 460px;
        text-align: center;
        margin: 0 auto;
        line-height: 20px;
        display: block;
        padding: 30px 0 ;
    }
    .footer span {
        padding: 0 3px;
        color: #bbb;
    }
    a.footerlink:link, a.footerlink:visited, a.footerlink:active {
        text-decoration: underline;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }
    a.footerlink:hover {
        color: #ca2525;
    }
    .smallfootertext {
        font-weight: 100;
        font-size: 14px;
        color: #fff;
    }

/*==========================================================

    RESPONSIVE STYLES

===========================================================*/
    
/* iPads (portrait and landscape) ----------- */
 
@media screen and (max-width: 1100px) {
    h1 {text-align: center; margin: 0 0 15px 0;}
    .blocobranco p{text-align: center}
    .headleft {
        float:none;
        display: block;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 5px 0;
    }
    .logo{margin: 0 auto}
    .logo p {margin: 0 }
    .headright {
        float:none;
        display: block;
        width: 100%;
        height: auto;
    }
    .wrapper {width: 96%;}
    
    #textleft {float:none;display: block;width: 100%;text-align: center}
    #mapright {float:none;display: block;width: 100%;text-align: center; margin:10px auto 0 auto}
    #mapright img{max-width: 200px}
    .logo img {max-width: 230px;}
    .blocobranco {padding: 25px 2%;}
}

@media screen and (max-width: 900px) {
    .manu a {width: 24%;}
    #mobilemore{display: block; padding-top: 2em;}
    #mobileless{display: none}
    
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
    .manubig a {width: 30%;}
	.manubig div {width: 30%;}
    .manu a {width: 31%;}
    .first h3{margin:0;}    
    .top .last{display: none}
    .column2 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .column3 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .column4 {width:50%; float:left; padding:0 ; margin: 0 auto; }

    .CaptchaImagePanel {
        float: none;
        margin: 0 auto !important;
    }
    #CaptchaAnswer{width: 100%}
    .CaptchaImagePanel, .CaptchaMessagePanel, .CaptchaAnswerPanel, .CaptchaWhatsThisPanel{text-align: center!important;}
    input.half{width:98%;float:left;}
    select.half{width:98%;float:left;}
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 500px){
    .manu a {width: 49%;}
    .divfooter { width: 90%;}
    
    .manubig a {width: 47%;}
}
 


