﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Blue: #0055a6
    - Yellow: #fcb913
    - White: #fff
    - Light Gray: #b7bcc0
    - Black: #212121
*/

/*==========================================================

    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: #0055a6; 
        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: #212121!important;
        line-height: normal; 
        font-family: 'Titillium Web';
    }

/*==========================================================

    TYPOGRAPHY

===========================================================*/
    h1 { font-weight:400; color:#212121; font-size:25px; text-transform: uppercase; line-height:normal;  }
	h2 { font-weight:600; color:#fcb913; font-size:40px; text-transform: uppercase; }
        h2 a:link, h2 a:visited, h2 a:active{ color:#fcb913;}
        h2 a:hover{ color:#0055a6;}
	h3 { font-weight:600; color:#fff; font-size:25px; text-transform: uppercase; margin-bottom: 10px }
	h4 { font-weight:800; color:#b7bcc0; font-size:15px; text-transform: uppercase;}
	h5 { font-weight:600; color:#0055a6; font-size:19px;} 
    b{font-weight: 900}
	p, ul, ol, li { font-size: 15px; font-weight: 400; color: #5f5f5f; line-height: 23px; }

    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;}
    .center{text-align: center!important}
    .right{text-align: right}

/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/

    .hosted-content h1{text-align: left}
    .hosted-content h5{text-align: left}
    .hosted-content .listings-wrapper .listings-list .category-banner h3{line-height: normal!important; font-size: 23px!important; color: #0055a6!important}
    .hosted-content .m-top-20{margin-top: 0!important}
    .hosted-content .listings-wrapper .listings-list .listing-banner h2{font-size: 24px!important}
    .listings-wrapper .listings-list .listing-banner {background: #0055a6!important;}
    .attachment-search .search-checkboxes .row input[type="checkbox"] {width: auto!important}
    

/*==========================================================

    LAYOUT STYLES

===========================================================*/

	.column1 {width:100%;}
	.column2 {width:50%; float:left; 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:1280px; position:relative}
    
    .white{background:#fff;}
    .pad{padding:3em 0;}

   
/*==========================================================

    HEADER STYLES 

===========================================================*/

    #headerwrap{
        position:relative;
        width:100%;
        margin:0;
        padding:0;
        background:#f1f1f1;
        -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);
    }

    .logo{float:left; width:30%; padding: 10px 0; background: #fff;}
    .logo img{max-width: 175px; width: 100%; display: block; margin: 0 auto; }
    
    .header-right{float:right; width:70%; text-align: right; margin: 25px 0 0 0}
    .header-right h1{ display: inline-block}
    .header-right h2{ display: inline-block; margin: 0 20px}


/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */


/*==========================================================

    SLIDESHOW

===========================================================*/

    .slides{background:#fff;padding:0;color:#fff;position:relative;}

    .cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
    .cycle-slideshow img{
        width:100%;
        max-width: 100%;
    }

    /* pager */
    .cycle-pager { 
        text-align: center;max-width: 100%; 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

===========================================================*/

    #mainphotomobile{
        display: none;
        text-align: center;
        /*background:url("../siteart/mobilemainphoto.jpg") no-repeat;
        padding: 20px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 300px;*/
    }
    #mainphotomobile h1{
        font-size: 28px;
        color: #fff;
        font-weight: 900!important;
        text-shadow: 2px 2px 8px rgba(2, 2, 2, 1);
        margin:-6em auto 4em auto;
    }

    #graybtm{background:#5c5a5a}

    .formcont{background: #0055a6}
    .formcont p{color: #fff; font-weight: 700; font-size: 17px}
    
    iframe.mapa{border:0; width:100%; height: 400px; display: block}
    #overmap{display: block; text-align: center ; margin: 0 auto -8em auto; position: relative; padding: 4em 0 0 0}


/*==========================================================

    HOME PAGE

===========================================================*/

    .welcome{background:#fff;position: relative;}

    a.yellowbtn {
        background:#fcb913; 
        padding:15px 0; 
        color:#fff; 
        border-radius:3px; 
        line-height:1em; 
        text-decoration: none;
        display: block;
        max-width: 200px; 
        box-sizing: border-box; 
        margin: 10px 0 0 0; 
        text-align:center; 
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    a.yellowbtn:hover{background:#0055a6; color:#fff; border-radius:3px;}

    #leftcol {
        width: 390px;
        margin: 0 30px 0 0;
        height: 170px;
        padding: 100px 0 0 0;
        float: left;
        position: relative;
        background: url(../siteart/small-photo.jpg) no-repeat;
        text-align: center;
        font-size: 18px;
    }
    #leftcol span {
        color: #006eb6;
        font-weight: bold;
        font-size: 40px;
        line-height: 45px;
    }
    #rightcol {
        float: right;
        position: relative;
        width: calc(100% - 420px);
    }
    .mostrarmobile{
        display: none;
        
        text-align: center;
        font-size: 16px;
    }
    .mostrarmobile span{
        color: #006eb6;
        font-weight: bold;
        font-size: 25px;
    }
    .mostrarmobile img{width: 100%; margin: 0 auto}
    .getovertop{margin: -45% auto 20% auto}

/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
        background:#000 url("../siteart/dark-texture.jpg") repeat;
        padding: 2em 0;
    }

    .scrolling{
        width:100%;
        height:92px;
    }

/*==========================================================

    FORM

===========================================================*/
    .formcont {
        background: #f8f8f8;
        padding: 2%;
        margin: 1em auto;
    }
    .order-form{display:block;}
    #formpage{padding:0;}
    form{ margin:0 0 0;}
    label1{
        display:block;
        font-size:16px;
        padding-top: 4%;
        width:100%;
    }
    #input1{
        border: #0055a6 solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        margin:0 1% 10px 0  ;
        width: 99%;
        font-family: 'Titillium Web';
    }
    #input1.half{width:49%;float:left;}

    #input1:focus{ outline: #0055a6 solid 1px!important;}

    input.button2{
        display:block;
        width:200px;
        padding: 10px 0;
        margin:10px 0 0 0;
        background-color:#212121;
        color:#fff;
        border: 0;
        -webkit-transition:.3s ease-in;  
        -moz-transition:.3s ease-in;  
        -o-transition:.3s ease-in;  
        transition:.3s ease-in;
    }

    #input1.button2:hover{
        background-color:#fcb913;
        cursor:pointer;
    }

    select{
        border:#0055a6 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: 'Titillium Web';
        border: #0055a6 solid 1px;
        border-radius: 2px;
        padding: 10px;
        font-size:14px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    textarea:focus{ outline: #0055a6 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{color: #000;}
    #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:#0055a6 ;
        color: #fff;
    }
    .bottom a, .bottom p{color:#fff!important}
    .bottom a:hover{color: #fcb913!important}

    .caixabtm{
        border:1px solid #fff; 
        text-align: center; 
        min-height: 120px; 
        padding: 10px 0;
        width: 47%;
        float: left;
        display: block;
        margin: 0 1%;
    }

    footer{
        width: 100%;
        margin: 0 auto;
        background: #212121;
        color: #fff;
    }
    footer h3{font-size: 20px!important; }
    footer h3 a:link,footer h3 a:visited,footer h3 a:active {color: #fff}
    footer p{ font-weight: 600}    
    footer a:hover{color: #fff}
    .menubaixo a{margin-right: 8px;font-size: 13px; text-transform: uppercase}

/*==========================================================

    FACETED INVENTORY

===========================================================*/
.view-listing-details-link, .buy-now-link, .faceted-search-content .selected-facets-container .selected-facet, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button, .fin-calc-mobile>a, #calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn, .detail-content-mobile .detail-contact-bar .contact-bar-btn {
	color:#0055a6 !important;
		background:#fcb913 !important;font-weight: bold !important;
}

.list-content .list-container .list-listing .buy-now-link, .list-content .list-container .list-listing .contact-btn, .list-content .list-container .list-listing .check-availability, .list-content .list-container .list-listing .email-seller, .list-content .list-container .list-listing .video-chat, .list-content .list-container .list-listing .facebook-messenger, .list-content .list-container .list-listing .whatsapp, .list-content .list-container .list-listing .text, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .contact-options a, .detail-content-mobile .detail-additional-data .data-row .data-label, .faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
	background: #0055a6 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .currency-selector, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3, .compare-listings-container .compare-container .compare-price {
	color:#0055a6 !important;
}



.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a {
	color:#0055a6 !important;
	border-color:#0055a6 !important;
}

.contact-info-heading h2 {
	font-size: 24px !important;
	text-transform: none !important;
}

.fas .fa-phone-alt {
width: 31.4px !important;
	}
/*==========================================================

    RESPONSIVE STYLES

===========================================================*/


/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1150px) {
    .header-right{ margin: 20px 0 0 0}
    .header-right h1{ display: block; margin: 0 20px 0 0; font-size: 20px}
    .header-right h2{ display: block; margin: 0 20px 0 0; font-size: 35px;}
}

@media screen and (max-width: 1025px) {
    .pad {padding: 2em 0;}
}

@media screen and (max-width: 850px) {
    article h2{text-align: center}
    article p{text-align: center}
    .wrapper {width: 90%;}
    
    .menubaixo a {margin-right: 5px;}
    a.yellowbtn{margin: 10px auto 0 auto;}
  
    #mobilemore{display: block; padding-top: 2em;}
    #mobileless{display: none}
    
    #leftcol {
        margin: 0 auto;
        display: block;
        height: 170px;
        padding: 100px 0 0 0;
        float: none;
    }
    #leftcol span {font-size: 30px;line-height: 35px;}
    #rightcol { width:100%; float:none; margin: 20px auto 0 auto;}
    
    .slider-pro{display: none}
    #mainphotomobile{display: block}
    #mainphotomobile h1{font-size: 35px}
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
    p{font-size: 18px; line-height: normal}
    .last h3 {margin:20px 0 0 0;}
    h3{margin:0}
    .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.button2{width:100%; margin:10px auto 0 auto}
    .header-right {
        float:none;
        width: 100%;
        text-align: center
    }
    .logo {    
        float:none;
        width: 100%;
        padding: 5px 0;
    }
    .logo img {max-width: 140px}
    .header-right {margin: 0 auto; padding: 10px 0;}
    .header-right h1{margin: 0}
    .header-right h2{margin: 0; font-size: 25px}
    
    input.half{width:98%;float:left;}
    .menubaixo a { display: block;font-size:17px; margin: 10px auto;}

    .caixabtm {
        border: 1px solid #fff;
        text-align: center;
        min-height: auto;
        padding: 20px 0;
        width: 100%;
        float: none;
        display: block;
        margin: 20px  auto;
    }
}
    
@media screen and (max-width: 640px){
    #mainphotomobile h1{font-size: 28px}
}

@media screen and (max-width:450px){
    .esconder{display: none!important}
    .mostrarmobile{display: block;}
    #mainphotomobile h1{margin:-4.5em auto 2.5em auto;}
}

@media screen and (max-width:400px){
    #mainphotomobile img{display: block}
    #mainphotomobile h1{margin:0 auto; line-height: normal}
}

@media screen and (max-width:370px){
    .mostrarmobile{font-size: 12px}
}

