﻿/* ======================================================================================================================================== */
/* =====| Solutions |====================================================================================================================== */
/* ======================================================================================================================================== */
/* ========================================================================================= */
/* =====| Solutions Index |================================================================= */
/* ========================================================================================= */
.solution {
    background: #4C493C;
    border-right: 1px solid #9B958E;
    padding: 175px 70px 300px 70px;
    text-align: center;
    height: 750px;
}

.list:last-child .solution {
    border-right: none;
}

.solution:hover {
    background: #F26522;
    border-color: transparent;
}

.solution .img {
    text-indent: -9999px;
    width: 100%;
    height: 60px;
    margin: 0 auto 70px auto;
}

    .solution .img.websto {
        background: url(/assets/client/img/solutions/websto.png) no-repeat center center transparent;
    }

    .solution .img.fino {
        background: url(/assets/client/img/solutions/fino.png) no-repeat center center transparent;
    }

    .solution .img.edgar {
        background: url(/assets/client/img/solutions/edgar.png) no-repeat center center transparent;
    }

    .solution .img.cargo {
        background: url(/assets/client/img/solutions/cargo.png) no-repeat center center transparent;
    }

.solution .text {
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
}

    .solution .text p:last-child {
        margin-bottom: 0;
    }

.solution a {
    position: absolute;
    bottom: 175px;
    left: 50%;
}

/* ========================================================================================= */
/* =====| Solutions Details |=============================================================== */
/* ========================================================================================= */
.solutions .banner .content h1.edgar {
    background: url(/assets/client/img/solutions/edgar/logo_edgar.png) no-repeat center center transparent;
    text-indent: -999999px;
}

.solutions .banner .content h1.cargo {
    background: url(/assets/client/img/solutions/cargo/logo_cargo.png) no-repeat center center transparent;
    text-indent: -999999px;
}

.solutions .details h2 {
    margin-bottom: 55px;
}

/*.solutions .details ul {
    margin: 0;
    padding: 0;
}

    .solutions .details ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: 20px;
    }

        .solutions .details ul li:last-child {
            margin-bottom: 0;
        }

        .solutions .details ul li:before {
            content: "—";
            color: #F26522;
            position: absolute;
            top: -25px;
            left: 50%;
            margin-left: -5px;
        }*/

.solutions .details ul {
    margin: 80px 0 0 0;
    padding: 0;
}

    .solutions .details ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 42px;
        text-transform: uppercase;
        color: #F26522;
        font-family: 'bebas_neuebook', sans-serif;
    }

        .solutions .details ul li:last-child {
            margin-bottom: 0;
        }

        .solutions .details ul li:before {
            content: "—";
            color: #F69364;
            position: absolute;
            top: -40px;
            left: 50%;
            margin-left: -10px;
        }

.mosaic {
    width: 100%;
    font-family: 'GalanoClassic-ExtraBold';
    font-size: 68px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFFFFF;
}

    .mosaic .top,
    .mosaic .bot {
        position: relative;
    }

    .mosaic .top {
        background: #5F5241;
    }

    .mosaic .bot {
        background: #F26522;
    }

        .mosaic .top img,
        .mosaic .mid img,
        .mosaic .bot img {
            display: block;
            width: 100%;
        }

    .mosaic .citation {
        width: 100%;
        position: absolute;
        top: 50%;
        font-size: 52px;
        line-height: 70px;
    }

        .mosaic .citation span {
            display: block;
            font-size: 30px;
            line-height: 46px;
        }

.solutions .clients img {
    margin-top: 140px;
    max-width: 264px;
    width: 100%;
}
