body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
/* used to hide images being preloaded */
body > img {
    opacity: 0;
}
svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
input {
    width: 60%;
    height: 20px;
    margin: 10px;
}
.hidden {
    display: none;
}
.invisible {
    opacity: 0;
}
.fill-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.loader {
    display: block;
    width: 100%;
    height: 125px;
    text-align: center;
    margin-top: -62px;
    font-family: arial;
    color: #666;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.logo-image {
    display: block;
    margin: 0 auto;
}
.full-bg {
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;*/
}
.watermark-layer {
    z-index: 3;
    pointer-events: none;
    background: url('watermark.png') bottom right no-repeat;
}
.watermark-layer a {
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: all;
}
.iframe-layer {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    left: 50%;
}
.iframe-layer.no-transform {
    -webkit-filter: none;
    filter: none !important;
    width: 800px !important;
    height: 800px !important;
}
.device-screen-iframe {
    background: #fff;
    left: 0;
    opacity: 0.001;
    outline: 1px solid transparent;
    position: absolute;
    top: 0;
}
.no-transform img {
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    visibility: hidden;
}
video {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.preloader{
    width: 0.5px;
    height: 0.5px;
    position: fixed;
    top: -1000px;
    left: -1000px;
    opacity: 0;
    -webkit-filter: blur(1px);
    filter: url(../filters.svg#iframeBlur);
}
.no-events {
    pointer-events: none;
}
.device-screen-iframe.transformed {
    opacity: 1;
}
.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(loading.gif) no-repeat 50% 50%;
    margin-bottom: -17px;
}
@media screen and (min-width:0\0) {
    /* IE9 and IE10 rule sets go here */
    .glare-layer {
        display: none;
    }
}

@media all and (max-height: 800px) {
    .iframe-layer {
        -webkit-filter: blur(1px);
        filter: url(../filters.svg#iframeBlur);
    }
    .iframe-layer.is_frontal {
        -webkit-filter: blur(0.5px);
    }
    .Safari .iframe-layer {
        -webkit-filter: blur(0.3px);
    }
}

.browser__feature-not-supported {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    line-height: 26px;

    font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
    background-color: rgba(255,255,255,.85);
    text-align: center;
}
.browser__feature-not-supported.show {
    display: block;
}
.browser__feature-not-supported .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.browser__feature-not-supported .inner {
    display: table-cell;
    vertical-align: middle;
}
.browser__feature-not-supported .title {
    font-size: 16px;
    color: #616466;
    font-weight: bold;
}
.browser__feature-not-supported .message {
    font-size: 12px;
    color: #919699;
}
.browser__feature-not-supported a {
    color: #919699;
    text-decoration: underline;
}
