@-webkit-keyframes blink {
    50% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0
    }
}

@-o-keyframes blink {
    50% {
        opacity: 0
    }
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes bounce {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes bounce {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Arial'
}

body * {
    box-sizing: border-box
}

.container {
    display: table;
    width: 100%;

}

.container .row {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.container .row .content {
    margin: 0 auto;
    width: 100%
}

.container .row .content p {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 26px;
    line-height: 34px
}

.container .row .content p span {
    color: #F00
}

.container .row .content p span.blink {
    -webkit-animation: blink 0.50s linear infinite;
    -moz-animation: blink 0.50s linear infinite;
    -o-animation: blink 0.50s linear infinite;
    animation: blink 0.50s linear infinite
}

.container .row .content p small {
    font-size: 18px;
    line-height: 14px
}

.container .row .content a {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: #3da100;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out
}

.container .row .content a:hover {
    text-decoration: none;
    -webkit-animation: bounce 0.75s linear infinite;
    -moz-animation: bounce 0.75s linear infinite;
    -o-animation: bounce 0.75s linear infinite;
    animation: bounce 0.75s linear infinite
}

.container .row .content strong {
    display: block;
    margin: 15px 0 0 0;
    font-size: 24px
}

@media only screen and (min-width: 240px) and (max-width: 650px) {
    .container .row {
        vertical-align: top
    }

    .container .row .content img {
        margin-top: 10px;
        max-width: 160px
    }

    .container .row .content p {
        margin: 0 0 10px 0;
        font-size: 22px
    }

    .container .row .content p:nth-child(2) br {
        display: none
    }
}

@media only screen and (min-width: 240px) and (max-width: 330px) {
    .container .row .content img {
        max-width: 140px
    }
}

#white_box {
    position: fixed;
    width: 380px;
    text-align: center;
    top: 8%;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    left: 40%;
    margin-left: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .42)
}

#spin {
    position: fixed;
    width: 80px;
    height: auto;
    bottom: 50px
}

@media only screen and (max-width:600px) {}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

body {
    background-color: #000
}

.cont {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px
}

img {
    height: auto
}

.mobile {
    top: 12%;
    margin-top: 0
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit
}

.ytp-button:focus,
.ytp-button {
    outline: 0
}

.ytp-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer
}

.ytp-chrome-bottom {
    position: absolute;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.ytp-chrome-bottom {
    bottom: 5px;
    height: 36px;
    width: 98%;
    left: 1%;
    z-index: 60;
    padding-top: 3px;
    text-align: left;
    direction: ltr;
    min-width: 340px
}

.ytp-chrome-controls .ytp-button {
    opacity: .9;
    display: inline-block;
    width: 36px;
    -moz-transition: opacity .1s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, 1, 1);
    transition: opacity .1s cubic-bezier(.4, 0, 1, 1);
    overflow: hidden
}

.ytp-chrome-controls .ytp-button {
    height: 100%
}

.ytp-chrome-controls .ytp-button:not([aria-disabled=true]):not([disabled]):hover {
    opacity: 1;
    -moz-transition: opacity .1s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: opacity .1s cubic-bezier(0, 0, .2, 1)
}

.ytp-svg-fill {
    fill: #fff
}

.ytp-svg-shadow {
    stroke: #000;
    stroke-opacity: .15;
    stroke-width: 2px;
    fill: none
}

.ytp-chrome-controls {
    height: 36px;
    line-height: 36px;
    font-size: 109%;
    text-align: left;
    direction: ltr
}

.ytp-left-controls {
    float: left;
    height: 100%
}

.ytp-right-controls {
    float: right;
    height: 100%
}

.ytp-chrome-bottom {
    -moz-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    transition: opacity .25s cubic-bezier(0, 0, .2, 1)
}

.ytp-swatch-background-color {
    background-color: red
}

.ytp-fullscreen-button-corner-0,
.ytp-fullscreen-button-corner-1,
.ytp-fullscreen-button-corner-2,
.ytp-fullscreen-button-corner-3 {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

@keyframes ytp-fullscreen-button-corner-0-animation {
    50% {
        -moz-transform: translate(-1px, -1px);
        -ms-transform: translate(-1px, -1px);
        -webkit-transform: translate(-1px, -1px);
        transform: translate(-1px, -1px)
    }
}

@keyframes ytp-fullscreen-button-corner-1-animation {
    50% {
        -moz-transform: translate(1px, -1px);
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
}

@keyframes ytp-fullscreen-button-corner-2-animation {
    50% {
        -moz-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
}

@keyframes ytp-fullscreen-button-corner-3-animation {
    50% {
        -moz-transform: translate(-1px, 1px);
        -ms-transform: translate(-1px, 1px);
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px)
    }
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-0 {
    -moz-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(.4, 0, .2, 1);
    animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(.4, 0, .2, 1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-1 {
    -moz-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(.4, 0, .2, 1);
    animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(.4, 0, .2, 1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-2 {
    -moz-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(.4, 0, .2, 1);
    animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(.4, 0, .2, 1)
}

.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-3 {
    -moz-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(.4, 0, .2, 1);
    animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(.4, 0, .2, 1)
}

.ytp-chrome-controls .ytp-play-button {
    width: 46px
}

.ytp-progress-list {
    z-index: 39;
    background: rgba(255, 255, 255, .2);
    height: 100%;
    -moz-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    -webkit-transform: scaleY(.6);
    transform: scaleY(.6);
    -moz-transition: -moz-transform .1s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: -ms-transform .1s cubic-bezier(.4, 0, 1, 1);
    transition: transform .1s cubic-bezier(.4, 0, 1, 1);
    position: relative
}

.ytp-play-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ytp-play-progress {
    z-index: 34
}

.ytp-progress-bar-container {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 35px;
    height: 5px
}

.ytp-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    outline: none
}

.ytp-settings-button {
    position: relative
}

.ytp-settings-button svg {
    -moz-transition: -moz-transform .1s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: -ms-transform .1s cubic-bezier(.4, 0, 1, 1);
    transition: transform .1s cubic-bezier(.4, 0, 1, 1)
}

.ytp-time-display {
    font-size: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    white-space: nowrap;
    line-height: 40px;
    color: #ddd
}

body {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, sf ui text, sf pro text, Helvetica, Arial, sans-serif !important;
    background-size: cover;
    background-repeat: no-repeat
}

.ui-widget {
    font-family: -apple-system, BlinkMacSystemFont, sf ui text, sf pro text, Helvetica, Arial, sans-serif !important
}

body:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%
}

.wrapper {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.ui-dialog-titlebar {
    display: none
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important
}

.ui-dialog {
    top: 30% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-radius: 12px;
    border: none !important
}

.ui-button.ui-corner-all.ui-widget {
    font-size: 100%;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 0 0 #fff;
    z-index: 5;
    white-space: nowrap;
    color: #0379f4;
    background-color: transparent;
    border: none
}

.ui-dialog {
    margin: 100px auto auto;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out
}

.ui-dialog.show {
    margin: 50px auto auto;
    opacity: 1;
    visibility: visible
}

@keyframes popin {
    from {
        margin: 100px auto auto;
        opacity: 0
    }

    to {
        margin: 50px auto auto
    }
}