/**************************/
/* CSS Coteo Package Mobilhome - tpl-mobilhome-listing */
/**************************/

a.tpl-mobilhome-listing__item:hover{
    text-decoration: none;
}

a.tpl-mobilhome-listing__item > div.uk-card{
    height: 100%;
}

a.tpl-mobilhome-listing__item .tpl-mobilhome-listing__image > div.uk-overlay,
.tpl-mobilhome-page .uk-overlay.tpl-mobilhome-page__sticker {
    padding: 10px 15px;
}

a.tpl-mobilhome-listing__item h2{
    font-size: 1.2rem;
    text-transform: uppercase;
}

a.tpl-mobilhome-listing__item h2:first-letter{
    text-transform: uppercase;
}

a.tpl-mobilhome-listing__item .tpl-mobilhome-listing__price{
    font-size: 1.4rem;
}

a.tpl-mobilhome-listing__item span.tpl-mobilhome-listing__percent{
    color: #FFFFFF;
    background: #E2001A;
    padding: 5px 10px;
    font-size: .8rem;
}

.uk-overlay.tpl-mobilhome-listing__stickerisNew {
    background-color: #009621;
}
.uk-overlay.tpl-mobilhome-listing__stickerisSold {
    background-color: #E2001A;
}
.uk-overlay.uk-position-top-right + .uk-overlay.uk-position-top-right {
    top: 50px;
}
.tpl-mobilhome-listing__sticker {
    text-transform: uppercase;
}
.tpl-mobilhome-listing__sticker .isNew {
    color: #fff;
}
.tpl-mobilhome-listing__sticker .isSold {
    color: #fff;
}

.tpl-mobilhome-page__zoom a {
    display: none;
}

@media screen and (min-width: 960px){
    a.tpl-mobilhome-listing__item h2{
        font-size: 1.4rem;
    }
    a.tpl-mobilhome-listing__item .tpl-mobilhome-listing__price{
        font-size: 1.8rem;
    }
    a.tpl-mobilhome-listing__item span.tpl-mobilhome-listing__percent{
        font-size: 1rem;
    }
}

/**************************/
/* CSS Coteo Package Mobilhome - tpl-mobilhome-page */
/**************************/

.tpl-mobilhome-page .tpl-mobilhome-page__price{
    font-size: 1.4rem;
}
.tpl-mobilhome-page span.tpl-mobilhome-page__percent{
    color: #FFFFFF;
    background: #E2001A;
    padding: 5px 10px;
    font-size: .8rem;
}
.tpl-mobilhome-page .tpl-mobilhome-page__description {
    font-size: 1.2rem;
}

.uk-overlay.tpl-mobilhome-page__stickerisNew {
    background-color: #009621;
}
.uk-overlay.tpl-mobilhome-page__stickerisSold {
    background-color: #E2001A;
}
.tpl-mobilhome-page__sticker {
    text-transform: uppercase;
}
.tpl-mobilhome-page__sticker .isNew {
    color: #fff;
}
.tpl-mobilhome-page__sticker .isSold {
    color: #fff;
}

@media screen and (min-width: 640px){
    .tpl-mobilhome-page .tpl-mobilhome-page__price{
        font-size: 1.8rem;
    }
    .tpl-mobilhome-page span.tpl-mobilhome-page__percent{
        font-size: 1rem;
    }
}


