.FPO_content {
    width: 100%;
}

    .FPO_content .cell {
        padding-right: 10px;
        float: left;
    }

        .FPO_content .cell .inner {
            height: 290px;
            position: relative;
        }

        .FPO_content .cell .banner_text {
            text-align: center;
            line-height: 270px;
            height: 183px;
        }

            .FPO_content .cell .banner_text span {
                /*font-family: Gotham-BlackItalic;*/
                font-family: "Gotham A", "Gotham B";
                font-style: italic;
                font-weight: 800;
                font-size: 30px;
                text-transform: uppercase;
                color: #fff;
                line-height: 30px;
                display: inline-block;
            }

.input_button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #000;
    /*font-family: Gotham-BlackItalic;*/
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
}

    .input_button.white_border {
        border: 3px solid #fff;
        color: #fff;
    }

.FPO_content .cell .buttonContainer {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 63px;
}

.FPO_content .cell .inner:hover {
    cursor: pointer;
}

    .FPO_content .cell .inner:hover .hoverGeneric {
        background-color: #EE2C74;
        border: 3px solid #EE2C74;
        color: #FFFFF;
    }

.FPO_content .cell .inner.bg1 {
    background-image: url('../images/banner_ads/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content .cell .inner.bg2 {
    background-image: url('../images/banner_ads/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content .cell .inner.bg3 {
    background-image: url('../images/banner_ads/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content .cell .inner.bg4 {
    background-image: url('../images/banner_ads/bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content .cell .inner.bg5 {
    background-image: url('../images/banner_ads/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content .cell .inner.bg6 {
    background-image: url('../images/banner_ads/bg6.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.FPO_content.two-module-a .cell .inner.cropLeft, .FPO_content.two-module-b .cell .inner.cropLeft, .FPO_content.three-module .cell .inner.cropLeft {
    background-position: right;
}

.FPO_content.two-module-a .cell .inner.cropRight, .FPO_content.two-module-b .cell .inner.cropRight, .FPO_content.three-module .cell .inner.cropRight {
    background-position: left;
}

.FPO_content.two-module-a .cell .inner.cropBoth, .FPO_content.two-module-b .cell .inner.cropBoth, .FPO_content.three-module .cell .inner.cropBoth {
    background-position: center;
}

.FPO_content.two-module-a .cell3, .FPO_content.two-module-b .cell3 {
    display: none;
}

.FPO_content.two-module-a .cell2, .FPO_content.two-module-b .cell2 {
    padding: 0;
}

.FPO_content .cell .inner:hover .hoverGeneric {
    background-color: #EE2C74;
    border: 3px solid #EE2C74;
    color: #FFFFF;
}


@media (min-width:1024px) {
    /*** two-module-a ***/
    .FPO_content.two-module-a .cell {
        width: 33.33333333%;
    }

        .FPO_content.two-module-a .cell .inner {
            background-position: -50px;
        }

    .FPO_content.two-module-a .cell1 {
        width: 66.66666667%;
    }

        .FPO_content.two-module-a .cell1 .inner {
            background-position: 0;
        }

    .FPO_content.two-module-a .cell .banner_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .FPO_content.two-module-a .cell1 .banner_text {
        padding-left: 144px;
        padding-right: 144px;
    }


    /*** two-module-b ***/
    .FPO_content.two-module-b .cell {
        width: 33.33333333%;
    }

        .FPO_content.two-module-b .cell .inner {
            background-position: -50px;
        }

    .FPO_content.two-module-b .cell2 {
        width: 66.66666667%;
        background-position: 0;
    }

    .FPO_content.two-module-b .cell1 .inner {
        background-position: 0;
    }

    .FPO_content.two-module-b .cell .banner_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .FPO_content.two-module-b .cell2 .banner_text {
        padding-left: 144px;
        padding-right: 144px;
    }

    .FPO_content.two-module-b .cell1 .inner.cropLeft, .FPO_content.two-module-b .cell1 .inner.cropRight, .FPO_content.two-module-b .cell1 .inner.cropBoth {
        background-position: -50px;
    }

    /*** three-module ***/
    .FPO_content.three-module .cell {
        width: 33.33333333%;
    }

        .FPO_content.three-module .cell .inner {
            background-position: -50px;
        }

        .FPO_content.three-module .cell .banner_text {
            padding-left: 30px;
            padding-right: 30px;
        }

        .FPO_content.three-module .cell.cell3 {
            padding: 0;
        }

        .FPO_content.three-module .cell .inner.cropLeft, .FPO_content.three-module .cell .inner.cropRight, .FPO_content.three-module .cell .inner.cropBoth {
            background-position: -50px;
        }

    .FPO_content .wide-cell {
        width: 100% !important;
        padding-top: 40px;
        padding-right:0px !important;
    }
}

@media (min-width:647px) and (max-width:1023px) {
    .FPO_content .cell {
        width: 50%;
    }

        .FPO_content .cell .inner {
            background-position: -50px;
        }

        .FPO_content .cell .banner_text {
            padding-left: 30px;
            padding-right: 30px;
        }

    .FPO_content.three-module .cell.cell3 {
        padding: 0;
        float: none;
        width: 100%;
        padding-top: 10px;
        clear: both;
    }

    .FPO_content.three-module .cell.cell2 {
        padding: 0;
    }


    .FPO_content .cell3 .inner {
        background-position: 0;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg1 {
        background-image: url('../images/banner_ads/original/bg1.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg2 {
        background-image: url('../images/banner_ads/original/bg2.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg3 {
        background-image: url('../images/banner_ads/original/bg3.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg4 {
        background-image: url('../images/banner_ads/original/bg4.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg5 {
        background-image: url('../images/banner_ads/original/bg5.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .FPO_content.three-module .cell.cell3 .inner.bg6 {
        background-image: url('../images/banner_ads/original/bg6.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
}


@media (max-width:646px) {
    .FPO_content .cell {
        width: 100%;
        padding: 0 0 10px 0;
        float: none;
        clear: both;
    }

        .FPO_content .cell .inner {
            background-position: -50px;
        }

        .FPO_content .cell .banner_text {
            padding-left: 30px;
            padding-right: 30px;
        }

    .FPO_content.three-module .cell.cell3, .FPO_content.two-module-b .cell2, .FPO_content.two-module-a .cell2 {
        padding: 0;
    }
}
