/*  BODY  ============================================================================= */
body {
    line-height: 1;
    position: relative;
}

.notInv {
    text-align: center;

}

.notInv input {
    width: 100%;
}

/*

BLUE =   #0065a4

*/


.inventory .inner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

/*  FONTS  ============================================================================= */
h1 {
    font-size: 32px !important;
    line-height: 135%;
    font-family: 'LatoWebBlack';
}

.list-content .list-title .list-title-text {
    font-size: 40px !important;
}

h2 {
    font-size: 24px !important;
    line-height: 135%;
    font-family: 'LatoWebBlack';
}

h3 {
    font-size: 18px !important;
    line-height: 135%;
    font-family: 'LatoWeb';
}

h4 {
    font-size: 18px !important;
    line-height: 135%;
    font-family: 'LatoWebBlack';
}

p {
    font-size: 18px !important;
    line-height: 135%;
    font-family: 'LatoWebMedium';
}





/*  STYLES  ============================================================================= */
.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
}


a[href^=tel] {
    font-family: 'LatoWebBlack';
}

a.emailButton {
    display: inline-block;
    float: left;
    background: #0065a4;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

a.emailButton:hover {
    background: #0d5684;
    padding: 10px 15px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: none;
    box-shadow: none;
}




/*GLOBAL BACKGROUND | COLORS*/
.blueBackground {
    background-color: #0065a4;
}

.whiteColor {
    color: #fff;
}


.minHeight_400 {
    min-height: 400px;
}


.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}


.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}


/*SPACING*/
.padding_10 {
    padding: 10px 0px !important;
}

.padding_20 {
    padding: 20px 0px !important;
}

.padding_40 {
    padding: 40px 0px !important;
}

.padding_60 {
    padding: 60px 0px !important;
}

.padding_80 {
    padding: 80px 0px !important;
}


/* ====*/
.paddingTop_10 {
    padding: 10px 0px 0px 0px !important;
}

.paddingTop_20 {
    padding: 20px 0px 0px 0px !important;
}

/* ====*/

.margin_20 {
    margin: 20px 0px !important;
}

.margin_40 {
    margin: 40px 0px !important;
}


.marginRight_10 {
    margin: 0px 10px 0px 0px !important;
}

.marginRight_20 {
    margin: 0px 20px 0px 0px !important;
}




.linkfill {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}




/*  SUB PAGE  ============================================================================= */
.subpageBanner {
    background: url(../siteart/test.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 35px 0px !important;
}

.subpageBanner h1 {
    text-align: left;
    color: #fff;
}

.subpageBanner h2 {
    text-align: left;
    color: #fff;
    font-size: 16px !important;
}


.subPageTitle {
    background: #e8e8e8;
    padding: 25px 0px !important;
    color: #0065a4;
    border-bottom: 2px solid #000;
}

.subPageTitle h1 {
    text-align: left !important;
    color: #0065a4;
}



/*  GENERAL FORM  ============================================================================= */
.formCol_Half {
    width: 49%;
    display: inline-block;
    text-align: left !important;
    padding: 10px;
    box-sizing: border-box;
}

.formCol_Full {
    width: 98%;
    display: inline-block;
    text-align: left !important;
    padding: 10px;
    box-sizing: border-box;
}




/*  FRAMELESS INVENTORY  ============================================================================= */
.hosted-content .listings-wrapper .border-bottom,
.hosted-content .listings-detail-wrapper .border-bottom,
.hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 24px;
}

.hosted-content .listings-wrapper .currency-box {
    text-align: left !important;
}

.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-size: 2em;
    text-align: center;
}



/*Used for Attachments / Components page*/
#ShowAttachmentsForm {
    display: none;
    background: #eee;
    border-bottom: 5px solid #dedede;
}



/*  HEADER  ============================================================================= */
button#showLeftPush {
    display: none;
}

.header {
    background: #fff;
}

.headerContact {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 25px;
    text-align: left;
}

.headerContact a {
    display: block;
    font-size: 20px;
    line-height: 135%;
    font-family: 'LatoWebBlack';
    color: #000;
    text-decoration: none;
}

.headerLogo {
    width: 250px;
    float: left;
    display: inline-block;
}

.headerLogo img {
    display: inline-block;
}


.navigation {
    display: inline-block;
    float: left;
}





/* ENGLISH*/
.en-translator {
    display: inline-block;
    float: right;
    line-height: 42px;
    padding: 0px 10px;
    color: #fff;
    font-family: 'LatoWebBlack';
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
}

.en-translator:before {
    content: "";
    background-repeat: no-repeat;
    width: 38px;
    height: 31px;
    display: inline-block;
    float: left;
    margin: 5px 8px;
}

/* FRENCH*/
.fr-translator {
    display: inline-block;
    float: right;
    line-height: 42px;
    padding: 0px 10px;
    color: #fff;
    font-family: 'LatoWebBlack';
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
}

.fr-translator:before {
    content: "";
    background-repeat: no-repeat;
    width: 38px;
    height: 31px;
    display: inline-block;
    float: left;
    margin: 5px 8px;
}






/* ====*/

.goog-te-gadget img {
    display: inline-block !important;
}


.facebook-box {
    float: right;
    padding: 4px;
    margin-left: 10px;
}

.facebook-box img {
    bordeR: 1px solid #fff;
    box-sizing: border-box;
}


/* ====*/

.header-extraLogos {
    float: right;
}

.header-extraLogos img {
    display: block;
    border: 1px solid #000;
    margin: 10px 0px 0px 0px;
}

/* ====*/

a.header-email {
    display: inline-block;
    float: left;
    background: #0065a4;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

a.header-email:hover {
    background: #0d5684;
    padding: 10px 15px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*  HOME  ============================================================================= */
.slideshow {
    position: relative;
}

.slideshow_title {
    background: url(../siteart/blackOpacity.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

/* ====*/

.homeCategory {
    background: url(../siteart/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeCategory_Box {
    position: relative;
}

.homeCategory_Box img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.BoxTitle {
    opacity: 0.8;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    font-family: 'LatoWebMedium';
    font-size: 20px;
}

.BoxTitle_Bottom {
    color: #000;
}

.homeCategory_Box a {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* ====*/

.logos {}

.logos img {
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 10px 5px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}




/*  CONTACT  ============================================================================= */
.contactInfo {
    display: inline-block;
    bavkground: #eee;
}

.contactInfo p {
    text-align: left !important;
}

.contactInfo ul {
    counter-reset: foo;
    display: table;
}

.contactInfo ul,
.contactInfo li {
    list-style-type: circle !important;
    margin: 0;
    padding: 0;
}

.contactInfo ul li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 150%;
    text-align: left !important;
}

.contactInfo ul li a {
    color: #0065a4;
}


.contactMap {
    display: inline-block;
}

.contactMap iframe {
    width: 100%;
    height: 350px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}






/*  FOOTER  ============================================================================= */
.footer {
    background: #e8e8e8;
}

.footerBox {
    width: 200px;
    vertical-align: top;
    floaT: none;
    display: inline-block;
    margin: 0px 15px;
}

.footerBox h4 {
    text-align: left;
    color: #0065a4;
    text-transform: uppercase;
}

.footerBox ul {
    counter-reset: foo;
    display: table;
}

.footerBox ul,
.footerBox li {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.footerBox ul li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 150%;
    text-align: left !important;
}

.footerBox ul li a {
    text-decoration: none;
    color: #000;
}

.footerBox ul li a:hover {
    color: #0065a4;
}




@media screen and (max-width: 1020px) and (min-width: 876px) {

    /*Header*/
    .headerLogo {
        width: 100%;
    }

    /* ====*/

    .headerContact {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .header-keep {
        width: 100%;
    }

    .header-hide {
        display: none;
    }

    /* ====*/

    .header-extraLogos {
        display: none;
    }


    /*Contact*/
    .contactInfo {
        width: 100% !important;
    }

    .col.contactInfo {
        margin: 1% 0% 1% 0%;
    }

    .contactMap {
        width: 100% !important;
    }

    .col.contactMap {
        margin: 1% 0% 1% 0%;
    }

}

@media screen and (max-width: 875px) and (min-width: 481px) {

    /*Header*/
    .headerLogo {
        width: 100%;
    }

    /* ====*/

    .headerContact {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .header-keep {
        width: 100%;
    }

    .header-hide {
        display: none;
    }

    /* ====*/

    .header-extraLogos {
        display: none;
    }

    nav.desktop {
        display: none !important;
    }

    button#showLeftPush {
        display: inline-block;
    }

    /* ====*/

    .en-translator,
    .fr-translator {
        line-height: 50px;
    }

    .en-translator:before,
    .fr-translator:before {
        margin: 8px 8px;
    }


    /* ====*/

    .facebook-box {
        padding: 8px;
    }


    /*Home*/
    .slideshow_title {
        display: none !important;
    }

    .BoxTitle {
        display: none !important;
    }


    /*General Form Page*/
    .formCol_Half {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    .formCol_Full {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }


    /*Contact*/
    .contactInfo {
        width: 100% !important;
    }

    .col.contactInfo {
        margin: 1% 0% 1% 0%;
    }

    .contactMap {
        width: 100% !important;
    }

    .col.contactMap {
        margin: 1% 0% 1% 0%;
    }


    /*Footer*/
    .footerBox {
        width: 100%;
        margin: 20px 0px;
    }

    .footerBox h4 {
        text-align: center;
    }

    .footerBox ul {
        width: 100%;
    }

    .footerBox ul li {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {

    /*Global Styles*/
    .hide {
        display: none !important;
    }


    /*Header*/
    .headerLogo {
        width: 100%;
    }

    /* ====*/

    .headerContact {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .header-keep {
        width: 100%;
    }

    .header-hide {
        display: none;
    }

    /* ====*/

    .header-extraLogos {
        display: none;
    }

    nav.desktop {
        display: none !important;
    }

    button#showLeftPush {
        display: inline-block;
    }

    /* ====*/

    .en-translator,
    .fr-translator {
        line-height: 50px;
    }

    .en-translator:before,
    .fr-translator:before {
        margin: 8px 8px;
    }

    /* ====*/

    .facebook-box {
        display: none;
    }



    /*Home*/
    .slideshow_title {
        display: none !important;
    }

    .logos img {
        width: 50%;
    }


    /*General Form Page*/
    .formCol_Half {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    .formCol_Full {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }


    /*Contact*/
    .contactInfo {
        width: 100% !important;
    }

    .col.contactInfo {
        margin: 1% 0% 1% 0%;
    }

    .contactMap {
        width: 100% !important;
    }

    .col.contactMap {
        margin: 1% 0% 1% 0%;
    }


    /*Footer*/
    .footerBox {
        width: 100%;
        margin: 20px 0px;
    }

    .footerBox h4 {
        text-align: center;
    }

    .footerBox ul {
        width: 100%;
    }

    .footerBox ul li {
        text-align: center !important;
    }
}
