@font-face {
    font-family: DaxlinePro-Bold;
    src: url(/assets/font/DaxlinePro-Bold.eot);
    src: url(/assets/font/DaxlinePro-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Bold.woff2) format("woff2"), url(/assets/font/DaxlinePro-Bold.woff) format("woff"), url(/assets/font/DaxlinePro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro;
    src: url(/assets/font/DaxlinePro-Thin.eot);
    src: url(/assets/font/DaxlinePro-Thin.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Thin.woff2) format("woff2"), url(/assets/font/DaxlinePro-Thin.woff) format("woff"), url(/assets/font/DaxlinePro-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Light;
    src: url(/assets/font/DaxlinePro-Light.eot);
    src: url(/assets/font/DaxlinePro-Light.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Light.woff2) format("woff2"), url(/assets/font/DaxlinePro-Light.woff) format("woff"), url(/assets/font/DaxlinePro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Normal;
    src: url(/assets/font/DaxlinePro-Regular.eot);
    src: url(/assets/font/DaxlinePro-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Regular.woff2) format("woff2"), url(/assets/font/DaxlinePro-Regular.woff) format("woff"), url(/assets/font/DaxlinePro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-normalplus;
    src: url(/assets/font/DaxlinePro-Medium.eot);
    src: url(/assets/font/DaxlinePro-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Medium.woff2) format("woff2"), url(/assets/font/DaxlinePro-Medium.woff) format("woff"), url(/assets/font/DaxlinePro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-ExBold;
    src: url(/assets/font/DaxlinePro-Black.eot);
    src: url(/assets/font/DaxlinePro-Black.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Black.woff2) format("woff2"), url(/assets/font/DaxlinePro-Black.woff) format("woff"), url(/assets/font/DaxlinePro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Bold;
    src: url(/assets/font/DaxlinePro-ExtraBold.eot);
    src: url(/assets/font/DaxlinePro-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-ExtraBold.woff2) format("woff2"), url(/assets/font/DaxlinePro-ExtraBold.woff) format("woff"), url(/assets/font/DaxlinePro-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}

#footer {
    background-color: #5b5b5b;
    padding: 0.9rem 0;
}

    #footer .footer-note {
        text-align: center;
    }

        #footer .footer-note .desc {
            font-size: 2rem;
            line-height: normal;
            font-family: DaxlinePro-Bold;
            color: #fff;
			margin-bottom: 0;
        }

a.scroll_To_Top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    padding: 5px;
    transition: all 0.2s linear;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    display: block;
}

    a.scroll_To_Top:after {
        content: "";
        position: absolute;
        left: 50%;
        z-index: 11;
        display: block;
        width: 12px;
        height: 12px;
        top: 50%;
        -ms-transform-origin: 50% -18%;
        transform-origin: 50% -18%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

a.scroll_To_Top {
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    a.scroll_To_Top {
        bottom: 50px;
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-note .desc {
        font-size: 1.4rem;
        line-height: normal;
    }

    a.scroll_To_Top {
        width: 20px;
        height: 20px;
    }

        a.scroll_To_Top:after {
            width: 10px;
            height: 10px;
        }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
