body.single-shortlink {
    border: none!important;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
}

body.single-shortlink>iframe {
    width: 100%;
    height: 100vh;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
}

.entry-content-inside {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
}

.entry-content-inside .holder {
    position: relative;
    margin: 0 auto;
}

.entry-content-inside .holder p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 100%;
}

.entry-content-inside .button,
.entry-content-inside .close {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border-radius: 2px;
    padding: 5px;
}

.entry-content-inside .close {
    display: inline-block;
    position: absolute;
    background: red none repeat scroll 0 0;
    font-size: 10px;
    padding: 5px 20px;
}

.entry-content-inside .holder-autoresponder button {
    cursor: pointer;
}

.entry-content-inside .autoresponder-send,
.entry-content-inside .autoresponder-sent {
    display: none;
}

.thePopUp {
    text-align: center;
    z-index: 10000;
}

.thePopUp .entry-content-inside .close {
    top: -15px;
    right: 9px;
}

.thePopUp .entry-content-inside .holder {
    border-radius: 5px;
    padding: 10px;
}

.thePopUp .entry-content-inside input,
.thePopUp .entry-content-inside button {
    display: block;
    height: 20px;
    margin-bottom: 10px;
    padding: 5px;
    width: 96%;
    border: 1px solid #999;
    border-radius: 3px;
}

.thePopUp .entry-content-inside button {
    border: none;
    height: 29px;
    width: 100%;
    background: #444;
    color: #eee;
    border-radius: 3px;
    border: 1px solid #333;
}

.thePopUp .entry-content-inside iframe {
    max-width: 100%;
}

.theBar {
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.theBar.theBar-top {
    top: 0;
}

.theBar.theBar-bottom {
    bottom: 0;
}

.theBar .entry-content-inside input,
.theBar .entry-content-inside button {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    padding: 5px!important;
    width: auto!important;
    font-size: 11px;
}

.theBar .entry-content-inside button {
    border: none;
    height: 29px;
}

.theBar .entry-content-inside .holder {}

.theBar.theBar-top .entry-content-inside .close {
    bottom: -25px;
    right: 0;
}

.theBar.theBar-bottom .entry-content-inside .close {
    top: -25px;
    right: 0;
}

.centerInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popbarCountdown .countdownBox .boxed .digits {
    position: relative;
    height: 60%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

.popbarCountdown .countdownBox .boxed .labels {
    position: relative;
    font-size: 11px;
    height: 40%;
}

@media only screen and (max-width: 512px) {
    .centerInner {
        display: block;
    }
    .popbarCountdown .textlabel {
        display: block !important;
        margin-bottom: 10px;
    }
    .popbarCountdown .countdownBox {
        display: block !important;
    }
}

.maine {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.redirect-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
}

.redirect-content-inner {
    position: relative;
    text-align: center;
    max-width: 500px;
    padding: 10px;
}

.redirect-content-inner img {
    max-width: 95%;
    height: auto;
    margin: 0 auto;
}

.redirect-content-inner p.counter {
    margin-bottom: 20px;
}