/* style_part4.css
   Source: style.css
   Lines: 1648-2196 of 2743 (inclusive)
   Keep order: 1 → 5 in your HTML to preserve cascade */

    padding: 0 10px 10px 10px;
    min-height: 857px;
}

.inputs-text{
    padding-top: 20px;
    border-bottom: 1px solid #383838;
}

.inputs-text .inner{
    padding: 0 55px;
}

.inputs-text label{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.inputs-text label:last-child{
    margin-bottom: 0;
}

.inputs-text .label{
    width: 30%;
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

.inputs-text .input{
    width: 70%;
    padding-left: 10px;
    display: block;
    float: left;
}
.inputs-text .input i{
    display: inline-block;
    width: 100%;
    text-align: right;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0;
}

.inputs-text .input input{
    border: 0;
    width: 100%;
    background: #212121;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 18px;
    color: #737373;
    font-weight: 300;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn-white-2 input{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.join-area .btn-white-2{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.join-promo-text{
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
}

.content-nav{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.content-nav .page-info{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.content-nav a{
    display: inline-block;
    font-size: 18px;
    font-size: 18px;
    margin: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    border: 2px solid #fff;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px;
    position: relative;
}

.content-nav a.prev-page{
    padding-left: 35px;
    transition: all .4s ease;
}

.content-nav a.prev-page:hover{
    color: #fff;
    background: #df0000;
    border: 2px solid #df0000;
}


.content-nav a.prev-page:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 3px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #df0000;
    transition: all .4s ease;
}

.content-nav a.prev-page:hover::before{
    background: #fff;
}

.content-nav a.switch-page{
    color: #df0000;
    padding-right: 35px;
    text-transform: uppercase;
    border: 2px solid #df0000;
    transition: all .4s ease;
}

.content-nav a.switch-page:hover{
    color: #fff;
    background: #df0000;
}

.content-nav a.switch-page:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 3px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #df0000;
    transition: all .4s ease;
}

.content-nav a.switch-page:hover::before{
    background: #fff;
}

.content-nav a.next-page{
    padding-right: 35px;
}

.content-nav a.next-page:hover{
    color: #fff;
    background: #df0000;
    border: 2px solid #df0000;
    transition: all .4s ease;
}

.content-nav a.next-page:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 3px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #df0000;
    transition: all .4s ease;
}

.content-nav a.next-page:hover::before{
    background: #fff;
}

.player{
    background: #1e1919;
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.player .inner{
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
}

.player .inner div,
.player .inner img,
.player .inner video,
.player .inner embed,
.player .inner iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
}

.s-btn{
    display: inline-block;
    margin: 10px 5px;
    font-size: 18px;
    color: #4a4a4a;
    padding: 0 10px;
    line-height: 22px;
    border: 2px solid #4a4a4a;
    line-height: 27px;
    transition: all 0.4s ease;
}

.s-btn:hover{
    border: 2px solid #df0000;
    color: #fff;
}

.s-btn.active{
    border: 2px solid #df0000;
    color: #fff;
}

.s-btn.active:hover{
    border: 2px solid #df0000;
    background: #df0000;
    color: #fff;
}

.btn-label{
    font-size: 18px;
    line-height: 27px;
    padding: 0 10px
}

.buttons-row.quality{
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #464646;
}

.buttons-row.video-actions{
    padding: 5px;
    border-bottom: 1px solid #464646;
}

.left-actions{
    float: left;
}

.right-actions{
    float: right;
}

.right-actions select{
    display: inline-block;
}

.right-actions form{
    display: inline-block;
}

.video-actions .red{
    display: inline-block;
    margin: 10px 5px;
    font-size: 18px;
    color: #df0000;
    padding: 0 10px;
    line-height: 22px;
    border: 2px solid #df0000;
    line-height: 27px;
    transition: all 0.4s ease;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.video-actions .red:hover{
    color: #fff;
}

.video-actions .red.favorite{
    padding-right: 30px;
    background: url(../images/ico-heart.png) no-repeat right 7px center;
}

.video-actions .red.zip{
    padding-right: 30px;
    background: url(../images/ico-zip.png) no-repeat right 7px center;
}

.video-actions.gallery-page{
    border-top: 1px solid #464646;
    border-bottom: 0;
    text-align: center;
}

.rating-form{
    display: inline-block;
    float: none;
}

.items-2{
    margin-top: 20px;
}

.items-2 .item{
    position: relative;
    width: 575px;
    float: left;
    background: #1b1b1b;
    margin-right: 20px;
    margin-bottom: 20px;
}

.items-2 .item:nth-child(2n+2){
    margin-right: 0;
}

.items-2 .thumb{
    display: block;
    width: 220px;
    float: left;
    overflow: hidden;
}

.items-2 .thumb img{
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all .4s ease;
}

.items-2 .thumb:hover img{
    transform: scale(1.1);
}

.items-2 .details{
    width: 100%;
    padding-left: 230px;
    padding-top: 10px;
}

.items-2 .details .title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.items-2 .details .title:hover{
    color: #df0000;
}

.items-2 .details p{
    padding-bottom: 50px;
}

.item-buttons{
    position: absolute;
    right: 5px;
    bottom: 0;
}

.comments{
    font-size: 18px;
}

.comments li{
    padding: 20px 0;
    border-bottom: 1px solid #464646;
}

.comments .top a{
    color: #a80000;
}

.comments .top b{
    margin-left: 10px;
    font-weight: 700;
}

.comments .bottom{
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
}

.add-comment{
    position: relative;
    width: 100%;
    padding-right: 165px;
}

.add-comment input[type="submit"]{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #df0000;
    padding: 0 5px;
    line-height: 22px;
    border: 2px solid #df0000;
    line-height: 27px;
    transition: all 0.4s ease;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.add-comment input[type="submit"]:hover{
    color: #fff;
    background: #df0000;
}

.add-comment textarea{
    width: 100%;
    background: #272727;
    border: 0;
    min-height: 160px;
    resize: none;
    padding: 10px 15px;
    color: #8f8f8f;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.comment-info{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 50px;
}

.buttons-more-episodes {
    margin: 30px 0;
    text-align: center;
}


/* Media queries */

@media(max-width: 1420px) {
    .inputs-text .label{
        font-size: 14px;
    }
    input[type="radio"] + label{
        font-size: 14px;
        padding: 5px 20px;
    }
    .info-white-red .inner{
        font-size: 25px;
    }
}

@media(max-width: 1139px) {
    .promo-header-2 .col-half.col-left,
    .promo-header-2 .col-half.col-right{
        width: 100%;
        text-align: center;
    }
    .promo-header-2 .col-half.col-left .inner,
    .promo-header-2 .col-half.col-right .inner{
        float: none;
        display: inline-block;
    }
    .promo-header-2 .col-half.col-right .inner{
        max-width: 100%;
    }
    .promo-box-2 .col-half.col-left,
    .promo-box-2 .col-half.col-right{
        width: 100%;
        text-align: center;
    }
    .promo-box-2 .col-half.col-left .inner{
        float: none;
        display: inline-block;
        padding: 0 15px;
    }
    .promo-box-2 .btn-white{
        margin-bottom: 15px;
    }
    .join-form-left,
    .join-form-right{
        width: 100%;
        min-height: auto;
    }
    .inputs-text .inner{
        padding: 0 15px;
    }
    .inputs-text .label{
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .inputs-text .input{
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .info-white-red.sticky-bottom{
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        display: inline-block;
        width: 100%;
    }
    .join-promo-text.sticky-bottom{
        padding-bottom: 10px;
    }
}
