div.turnonscript > noscript {
    color: #6b6b6b;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 85000;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    font-size: 28px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.reaction-sec {
    position: relative;
    top: 20px;
    bottom: 20px;
    left: 5px;
}
/*
Drop Cap Is Fixed
*/

.firstcharacter {
    float: left;
    color: #27ae60;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
/* 
Custom popuup
*/
.ignielPopup {
    display: none;
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 890000;
}
.ignielPopup .inner {
    display: none;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 130px);
    left: 0;
    right: 0;
    width: 75%;
    max-width: 640px;
    margin: auto;
    padding: 20px;
    text-align: center;
    line-height: initial;
    border: 15px solid rgba(0,0,0,.15);
    box-shadow: 0 20px 10px -10px rgba(0,0,0,0.15);
    z-index: 5;
    animation: ignielWobble .5s;
    -moz-animation: ignielWobble .5s;
    -webkit-animation: ignielWobble .5s;
    -o-animation: ignielWobble .5s;
}


.CSS_LIGHTBOX {
    z-index: 999999 !important;
    width: 100%;
    height: auto
}

.CSS_LIGHTBOX_BG_MASK_TRANSPARENT {
    background-color: #111 !important;
    opacity: .85 !important
}

.CSS_LIGHTBOX_SCALED_IMAGE_IMG {
    width: auto !important;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.CSS_LIGHTBOX_BTN_CLOSE {
    background: url('https://4.bp.blogspot.com/-cmZSAe4hgWI/V0K-3C5xiHI/AAAAAAAAG90/2btatUgRsM4qf8HIc7QweuToTkRqRNeuACLcB/s1600/delete.png') no-repeat !important;
    width: 32px !important;
    height: 32px !important;
    top: 20px !important;
    opacity: 0.7;
    transition: all .3s
}

.CSS_LIGHTBOX_BTN_CLOSE:hover {
    opacity: 1
}

.CSS_LIGHTBOX_BTN_CLOSE_POS {
    right: 20px !important
}

.CSS_LIGHTBOX_FILMSTRIP {
    background-color: #111 !important
}
