﻿/* # font sizes # */
.fsHome {
    margin-bottom: 20px;
    /*---home section-1 css closed--*/
}

    .fsHome .commonBanner .goToLinks {
        position: absolute;
        bottom: 34px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 10px 15px;
        z-index: 3;
    }

        .fsHome .commonBanner .goToLinks .gotoToggle span {
            font-size: 18px;
            display: inline-block;
            color: #fff;
            line-height: 50px;
            text-transform: uppercase;
        }

        .fsHome .commonBanner .goToLinks .gotoToggle button,
        .fsHome .commonBanner .goToLinks .gotoToggle a {
            background-color: #ed1b2f;
            color: #000;
            display: inline-block;
            height: 50px;
            padding: 10px;
            min-width: 230px;
            float: right;
            text-align: left;
            text-transform: uppercase;
            position: relative;
        }

            .fsHome .commonBanner .goToLinks .gotoToggle button:after,
            .fsHome .commonBanner .goToLinks .gotoToggle a:after {
                top: 15px;
                right: 15px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-top-color: #fff;
                border-width: 20px;
            }

        .fsHome .commonBanner .goToLinks ul {
            position: absolute;
            right: 15px;
            min-width: 230px;
            background-color: #ed1b2f;
            font-size: 18px;
        }

            .fsHome .commonBanner .goToLinks ul li {
                display: block;
            }

                .fsHome .commonBanner .goToLinks ul li a {
                    color: #000;
                    padding: 10px;
                    text-transform: uppercase;
                    position: relative;
                    overflow: hidden;
                }

                    .fsHome .commonBanner .goToLinks ul li a.purpleBg {
                        color: #fff;
                    }

@media only screen and (min-width: 40em) {
    .fsHome .commonBanner .goToLinks ul {
        position: static;
        min-width: inherit;
        background-color: transparent;
        text-align: center;
        padding: 0;
        max-width: 87.5rem;
        margin: 0 auto;
    }

        .fsHome .commonBanner .goToLinks ul li {
            margin: 0 10px;
            -webkit-box-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            font-size: 16px;
        }

            .fsHome .commonBanner .goToLinks ul li a {
                padding: 20px 10px;
                height: 72px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                .fsHome .commonBanner .goToLinks ul li a.active {
                    border: 4px solid #fff;
                }

    .fsHome .commonBanner .goToLinks #gotoLinks ul li a:hover {
        transition: opacity 210ms ease-in-out;
        opacity: 0.8;
    }
}

@media only screen and (min-width: 64em) {
    .fsHome .commonBanner .goToLinks ul li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 39.9375em) {
    .fsHome .commonBanner .goToLinks .off {
        display: none;
    }

    .fsHome .commonBanner .goToLinks ul {
        width: 230px;
    }

        .fsHome .commonBanner .goToLinks ul li a {
            background: transparent;
            border: 1px solid #999;
        }

            .fsHome .commonBanner .goToLinks ul li a.active {
                background-color: #35ccdf;
            }

    .fsHome .commonBanner .blockOnMobile {
        display: block;
    }
}

.fsHome h2, .fsHome .main-title {
    font-size: 25px;
    text-transform: uppercase;
    background: url("https://stordfkentico03media.blob.core.windows.net/df-us/lolfs/media/lol-fs-media/assets/bullet-border.png") no-repeat center bottom;
    background-size: 50%;
    line-height: normal;
    padding-bottom: 30px;
    background: none;
    padding-bottom: 0;
}

    .fsHome h2 .scriptFont, .fsHome .main-title .scriptFont {
        font-size: 80px;
    }

@media only screen and (min-width: 40em) {
    .fsHome h2, .fsHome .main-title {
        font-size: 35px;
        background-size: inherit;
    }

        .fsHome h2 .scriptFont, .fsHome .main-title .scriptFont {
            font-size: 110px;
        }
}

@media only screen and (min-width: 64em) {
    .fsHome h2, .fsHome .main-title {
        font-size: 40px;
    }
}

.fsHome h3 {
    text-transform: uppercase;
}

.fsHome hr + h3 {
    margin: 30px 0 10px;
}

.fsHome hr {
    border-bottom-width: 5px;
    max-width: 90%;
    width: 600px;
}

.fsHome .spotLight {
    padding: 56px 0;
}

    .fsHome .spotLight .cell {
        padding: 35px 20px 0;
        margin-top: 30px;
        position: relative;
    }

        .fsHome .spotLight .cell + .cell:after {
            content: '';
            position: absolute;
            top: 0;
            width: 90%;
            border-top: 2px solid #ed1b2f;
            left: 0;
            height: 0;
            z-index: -1;
        }

        .fsHome .spotLight .cell + .cell:before {
            content: '';
            width: 35px;
            height: 35px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid #ed1b2f;
            position: absolute;
            right: 4%;
            top: -16px;
            z-index: 0;
        }

        .fsHome .spotLight .cell hr {
            max-width: 70%;
        }

.fsHome p {
    padding-left: 15px;
    padding-right: 15px;
}

.fsHome .inspiration {
    background-color: #2ba4b1;
    position: relative;
    overflow: hidden;
}

    .fsHome .inspiration:before {
        content: "";
        position: absolute;
        left: 10%;
        top: 50%;
        border-radius: 50%;
        box-shadow: 0 0 150px 150px #5ac4d2;
        opacity: 0.8;
        width: 80%;
    }

    .fsHome .inspiration p {
        max-width: 800px;
        margin: 0 auto 20px;
    }

    .fsHome .inspiration .cell {
        position: relative;
    }

        .fsHome .inspiration .cell img {
            display: block;
        }

        .fsHome .inspiration .cell figcaption {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            bottom: 0;
            z-index: 9;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            padding: 5px;
        }

.fsHome .homeBottom {
    color: #fff;
    margin-bottom: 40px;
    background-color: #ed1b2f;
    position: relative;
    overflow: hidden;
}

    .fsHome .homeBottom:before {
        content: "";
        position: absolute;
        left: 10%;
        top: 50%;
        border-radius: 50%;
        box-shadow: 0 0 150px 150px #ef414f;
        opacity: 0.8;
        width: 80%;
    }

    .fsHome .homeBottom .relative {
        max-width: 1100px;
        margin: 0 auto;
    }

    .fsHome .homeBottom p {
        margin: 0 auto 20px;
    }

    .fsHome .homeBottom .iconSvg {
        max-width: 110px;
        margin: 20px auto -45px;
        display: block;
    }

    .fsHome .homeBottom hr {
        border-color: #fff;
    }

@media only screen and (min-width: 40em) {
    .fsHome .spotLight .cell {
        padding: 35px 20px 20%;
        position: relative;
    }

        .fsHome .spotLight .cell + .cell:after {
            top: 0;
            height: 100%;
            border-right: 2px solid #ed1b2f;
            left: 0;
            width: 0;
        }

        .fsHome .spotLight .cell + .cell:before {
            left: -16px;
            top: -5px;
        }

        .fsHome .spotLight .cell .absolute {
            position: absolute;
            bottom: 0;
            width: 90%;
            left: 5%;
        }
}

@media only screen and (min-width: 64em) {
    .fsHome .inspiration .cell figcaption {
        height: 100%;
        top: 0;
        opacity: 0;
        font-size: 25px;
    }

    .fsHome .inspiration .cell:hover figcaption {
        opacity: 1;
    }

    .fsHome .homeBottom .iconSvg {
        max-width: 350px;
        margin-bottom: -65px;
    }
}
