/***************************************************
 * iframe settings
 ***************************************************/
body {
    background: transparent !important;
}

.container {
    width: inherit !important;
}

#iframe-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .6);
}

#iframe-loader em {
    position: absolute;
    top: 200px;
    font-size: 2em;
    color: #BBB;
}

.copyright-link {
    font-size: .9em;
    text-align: center;
    padding: 1em;
    color: #000 !important;
}

.copyright-link .foco-black,
.copyright-link .foco-black * {
    font-family: "Foco Black";
    font-size: 1.3em;
}

.copyright-link .foco-black sup {
    font-size: .6em;
}