#dt-retry,
#dt-load-error-description,
#dt-wait,
#loading_image {
    font-family: 'Lato';
    text-align: center;
    font-size: 20px;
    position: absolute
}

#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7)
}

.modal__inner {
    background: white padding:10px background-color:#fefefe;
    width: 400px;
    height: 360px;
    border-radius: 5px;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.iframe-content {
    height: 100%;
    width: 100%;
    border: 0;
    -webkit-transition: border 1s linear, box-shadow 1s linear;
    -moz-transition: border 1s linear, box-shadow 1s linear;
    transition: border 1s linear, box-shadow 1s linear;
    z-index: 9999
}

.modal__inner.active {
    -webkit-box-shadow: 0 0 40px black;
    -moz-box-shadow: 0 0 40px black;
    box-shadow: 0 0 40px black
}

.open {
    cursor: pointer
}

.open.active {
    -webkit-box-shadow: 0 0 40px black;
    -moz-box-shadow: 0 0 40px black;
    box-shadow: 0 0 40px black
}

.close {
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    background: gray;
    color: #fff
}

span.button {
    font-family: 'Lato';
    font-weight: 700;
    position: absolute;
    top: -8%;
    right: -5%;
    padding: 1px 10px 1px 10px;
    color: white;
    cursor: pointer;
    float: right;
    z-index: 999
}

span.button:hover,
span.button:focus {
    color: white;
    text-decoration: none;
    cursor: pointer
}

.dt-fb-button {
    height: 100%;
    width: 100%;
    border: 0;
    -webkit-transition: border 1s linear, box-shadow 1s linear;
    -moz-transition: border 1s linear, box-shadow 1s linear;
    transition: border 1s linear, box-shadow 1s linear
}

@media only screen and (max-width:400px) {
    .modal__inner {
        width: 90%;
        height: 462px;
        border-radius: 2px;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .iframe-content {
        font-size: 16px
    }

    span.button {
        font-weight: 700;
        font-size: 16px;
        top: -6%;
        right: -7%;
        padding: 1px 10px 1px 10px
    }

    span.button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer
    }

    #dt-dialogBtn {
        right: 1%;
        bottom: 1%;
        width: 120px;
        height: 27px;
        position: fixed;
        -webkit-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        z-index: 999
    }

    #dt-loading {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white;
        text-align: center
    }

    #dt-showerror {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white
    }

    #loading_image {
        height: 30px;
        width: 30px;
        top: 40%;
        left: 45%
    }

    #dt-wait {
        height: 40px;
        width: 120px;
        top: 45%;
        left: 32%
    }

    #dt-load-error-description {
        height: 20%;
        width: 100%;
        top: 25%;
        padding: 5%
    }

    #dt-retry {
        height: 40px;
        width: 120px;
        top: 50%;
        left: 32%
    }
}

@media only screen and (min-width:401px) and (max-width:650px) {
    .modal__inner {
        width: 398px;
        height: 471px;
        border-radius: 2px;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .iframe-content {
        font-size: 16px
    }

    span.button {
        font-size: 16px;
        top: -6%;
        right: -7%;
        padding: 5px 10px 5px 10px
    }

    #dt-dialogBtn {
        right: 1%;
        bottom: 1%;
        width: 150px;
        height: 33px;
        position: fixed;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        z-index: 999
    }

    #dt-loading {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white;
        text-align: center
    }

    #dt-showerror {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white
    }

    #loading_image {
        height: 40px;
        width: 40px;
        top: 40%;
        left: 45%
    }

    #dt-wait {
        height: 40px;
        width: 120px;
        top: 45%;
        left: 35%
    }

    #dt-load-error-description {
        height: 20%;
        width: 100%;
        top: 25%;
        padding: 5%
    }

    #dt-retry {
        height: 40px;
        width: 120px;
        top: 50%;
        left: 35%
    }
}

@media only screen and (min-width:651px) and (max-width:770px) {
    .modal__inner {
        width: 399px;
        height: 472px;
        border-radius: 2px;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .iframe-content {
        font-size: 16px
    }

    span.button {
        font-size: 16px;
        top: -6%;
        right: -7%;
        padding: 5px 10px 5px 10px
    }

    #dt-dialogBtn {
        right: 1%;
        bottom: 1%;
        width: 180px;
        height: 40px;
        position: fixed;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        z-index: 999
    }

    #dt-loading {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white;
        text-align: center
    }

    #dt-showerror {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white
    }

    #loading_image {
        height: 50px;
        width: 50px;
        top: 40%;
        left: 45%
    }

    #dt-wait {
        height: 40px;
        width: 160px;
        top: 50%;
        left: 32%
    }

    #dt-load-error-description {
        height: 30%;
        width: 100%;
        top: 25%;
        padding: 5%
    }

    #dt-retry {
        height: 50px;
        width: 145px;
        top: 55%;
        left: 35%
    }
}

@media only screen and (min-width:771px) {
    .modal__inner {
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 400px;
        height: 473px;
        border-radius: 2px
    }

    .iframe-content {
        font-size: 12px
    }

    span.button {
        font-size: 18px;
        top: -6%;
        right: -7%;
        padding: 5px 10px 5px 10px
    }

    #dt-dialogBtn {
        right: 1%;
        bottom: 1%;
        width: 180px;
        height: 40px;
        position: fixed;
        -webkit-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        z-index: 999
    }

    #dt-loading {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white;
        text-align: center
    }

    #dt-showerror {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: 9999;
        background: white
    }

    #loading_image {
        height: 50px;
        width: 50px;
        top: 40%;
        left: 45%
    }

    #dt-wait {
        height: 40px;
        width: 160px;
        top: 50%;
        left: 32%
    }

    #dt-load-error-description {
        height: 30%;
        width: 100%;
        top: 25%;
        padding: 5%
    }

    #dt-retry {
        height: 50px;
        width: 150px;
        top: 55%;
        left: 30%
    }
}
