/*Next Episode Plugins*/
.next-episode-wrapper {
    position: absolute;
    width: 30%;
    right: 10;
    color: #fff;
    padding: 15px 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: 0;
    height: 105px;
    overflow: hidden;
    direction: rtl;
}
.next-episode {
    display: block;
    -webkit-transition: visibility 1.5s, opacity 1.5s !important;
    -moz-transition: visibility 1.5s, opacity 1.5s !important;
    -ms-transition: visibility 1.5s, opacity 1.5s !important;
    -o-transition: visibility 1.5s, opacity 1.5s !important;
    transition: visibility 1.5s, opacity 1.5s !important;
    position: absolute;
    bottom: 65px;
    right: 60px;
    z-index: 10;
    -webkit-transition: height .25s ease-out;
    -moz-transition: height .25s ease-out;
    -ms-transition: height .25s ease-out;
    -o-transition: height .25s ease-out;
    transition: height .25s ease-out;
    opacity: 1 !important;
    visibility: visible !important;
    width:250px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #ed5229;
    background: #1e1e1ecc;
    padding: 10px 5px;
    text-align: center;
}
.next-up{
    text-align: center;
    font-size: 13px;
    padding: 2px;
}

.close-div {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    opacity: .9;
    padding: 2px 4px 2px;
    position: absolute;
    right: -6px;
    transform: scale(1.5);
    z-index: 28;
    background: #0c0d0c;
    border: 1px solid #ed5229;
    top: -6px;
    color: #fff;
}

.close-div-a{
    text-decoration: none; color: white;font-size: 13px;text-align: left;float: left;cursor:pointer
}

.title-bar{
    display: table-cell;list-style-type: none;padding: 2px;text-align: left;text-decoration: none;
}
.title-bar-a{
    text-decoration: none; color: white;font-size: 14px;text-align: center;
}
.next-li{
    float: left; display: table-cell;list-style-type: none;padding: 0;overflow: hidden; text-align: center;
}
.next-ul{
    width: 100%;list-style: none;padding:5px;display:block
}

.next-li .vjs-carousel-thumbnail {
    max-height: 130px;
    width: auto !important;
    text-align: center;
    margin: 0 auto;
    /*position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
    margin: 2px;*/
}

/*Social Networks*/
.span-label{
    /*float:left;height: 23px;vertical-align: middle;margin: 15px;width: 18%;*/
}

.span-input{
    float:left;height: 23px;
    width: 99%;
}

.span-checkbox-label{
    float:left;height: 23px;vertical-align: middle;;margin-top: 15px;margin-left:5px
}

.div-block{
    margin: auto;width: 50%;padding:20px;
}

.input-element{
    width: 100% !important;
}

.textarea-element{
    width: 100%;height:120px
}
p .span-input{
    width:auto;
}
.textarea-element{
    margin-top: 22px;
}
.width-bar .span-label{
    margin-left: 0;
}

.vjs-custom-waiting .vjs-loading-spinner
{
    display: block;
}
.video-js.vjs-custom-waiting .vjs-loading-spinner:before,
.video-js.vjs-custom-waiting .vjs-loading-spinner:after
{
    /* I just copied the same animation as in the default css file */
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.previous-episode-area {
    left: 60px;
    right: auto;
}
