/* ---------- Fusemodal ---------- */
html.noscroll {
    overflow: auto;
}

html.noscroll.extraScroll body {
    margin: 0 15px 0 0;
}

#fusemodal-overlay {
    display                     : none;
    position                    : fixed;
    top                         : 0;
    left                        : 0;
    overflow                    : hidden;
    height                      : 100%;
    width                       : 100%;
    z-index                     : 2147483642;  
    background-color            : #000; 
}

#fusemodal-loader {
    position    : fixed;
    display     : none;
    top         : 50%;
    left        : 50%;
    margin      : -16px 0 0 -16px;
    height      : 32px;
    width       : 32px;
    background  : transparent url('../images/loader.gif') no-repeat top left;
    z-index     : 2147483647;
}

#fusemodal-container {
    display                     : block;
    position                    : fixed;
    top                         : 0;
    left                        : 0;
    overflow                    : scroll;
    -webkit-overflow-scrolling  : touch;
    overflow-scrolling          : touch;
    height                      : 100%;
    width                       : 100%;
    z-index                     : 2147483643;
    cursor                      : pointer; 
    overflow-y                  : hidden;
    overflow-x                  : hidden;
}

    #fusemodal-container > div {
        position    : relative;
        margin      : 100px auto 200px auto;
        width       : 532px;
        background  : #fff;
        z-index     : 2147483644;  
        display     : none; 
    }

    #fusemodal-container > div > iframe {
        position    : relative;
        z-index     : 2147483647;  
        width       : 100%;
        height      : 500px;
        background: rgb(112, 188, 75);
        border: 1px solid #fff;   
    }

    #fusemodal-container #fusemodal-close {
        position        : absolute;
        right           : -65px;
        top             : 0;
        z-index         : 2147483646;
        text-decoration : none;
        font-weight     : bold;
        font-size       : 12px;
        cursor          : pointer;
        width           : 60px;
        height          : 60px;
        text-indent     : 70px;
        line-height     : 70px;
        overflow: hidden;
        background      : #70bc4b url('../images/modal-close.png') no-repeat top left;
        background-size: 60px 60px;
        border: 1px solid #fff;
    }