
/* #004015 */

.lustres {
    overflow: auto;
}

.lustres li {
    width: 48%;
    background-color: #e4ffed;
    border-radius: 10px;
}

.partner li {
    width: 100%;
    background-color: #fff;
}

.partner li::before {
    content: '>';
    padding: 0 10px;
    font-family: ani;
    color: #009230;
}

.lustres .lustre {
    height: 200px;
    margin-top: 50px;
    background: url('/assets/appimg/eService-ands.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0 -30px;
    float: left;
}

.lustres .lustre.emp {
    background: url('/assets/appimg/eService-ais-girl.jpg');
}

.lustres .lustre-data {
    height: 250px;
    float: right;

    position: relative;
}

.lustres div {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 5px;
}

.lustres div .las {
    font-size: 16pt;
    display: block;
    height: 50px;
    width: 50px;
    margin-left: -5px;
    padding: 13px 0 0 15px;
    border-radius: 50%;
    background-color: #bbeecc;
    color: #004015;
}

.lustres div p {
    font: normal 22pt 'cormorant';
    margin: 0 0 5px;
    margin-bottom: 10px;
    line-height: 20px;
}

.lustres div p small {
    font: 100 12pt 'merri';
    color: #898989;
}

.lustres .hidden {
    display: none;
}



.services {
    padding: 25px 0;
}

.services p small {
    font-size: 11pt;
    color: #afafaf;
}

.services p {
    font-size: 14pt;
}

.partner{
    text-align: justify;
}

.partner p {
    font-size: 12pt;
}

.services p strong {
    font-weight: 900;
}





.list-for-rosa {
    padding-top: 30px;
}

.list-for-rosa li {
    background: #f1f1f1;
    padding: 30px 20px 40px;
    border-radius: 5px;
    margin-bottom: 15px;

    transition: .3s;
}

.list-for-rosa li:hover {
    background: #e4ffed;
    box-shadow: 0 0 5px #ececec;
}

.list-for-rosa li h2 {
    font-size: 16pt;
    margin-top: 0;
}

.list-for-rosa li p {
    color: #666;
    font-size: 12pt;
    margin-bottom: 25px;
}

.content-exterserv p {
    font-size: 12pt;
}




@media(min-width: 1300px) {
    .lustres {
        width: 49%;
        float: right;
        overflow: auto;
    }

    .services {
        width: 49%;
        margin-top: 70px;
    }

    .lustres .lustre {
        height: 350px;
        background-size: 150%;
        margin-top: 150px;
    }
    
    .lustres .lustre-data {
        height: 350px;
    }

    .lustres .hidden {
        display: block;
        margin-top: 0;
        background-image: none;
        background-color: #e4ffed;
    }

    .lustres .hidden div {
        padding: 20px;
    }

    .lustres .hidden .las {
        margin: 5px;
        float: left;
    }

    .lustres.done {
        width: 20%;
    }

    .services.done {
        width: 78%;
        margin-top: 0;
        padding: 0 0;
    }

    .lustres.done li {
        width: 100%;
    }

    .lustres.done .lustre {
        margin-top: 0;
    }

    .lustres.done .lustre,
    .services.done .lustre-data {
        float: none;
    }
}




@media(min-width: 1450px) {

    .lustres .lustre {
        background-size: 120%;
    }

    .lustres.done .lustre {
        background-size: 150%;
    }
}




@media(min-width: 1600px) {

    .lustres .lustre {
        background-size: 110%;
    }
}

