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

    width: 35px;
}

.pagination a.prev{
    background: url(../images/ico-prev.png) no-repeat center center;
}

.pagination a.next{
    background: url(../images/ico-next.png) no-repeat center center;
}

.pagination a:hover,
.pagination span{
    border: 1px solid #850000;
}

.pagination span{
    background: rgba(0,0,0,0.24);
}

.promo-box-2 .col-half{
    min-height: 245px;
}

.promo-box-2 .col-half.col-left{
    background: url(../images/bg-red-2.png);
}

.promo-box-2 .btn-white{
    width: 100%;
    font-size: 1.8vw;
}

.promo-box-2 .col-half.col-left .inner{
    width: 100%;
    max-width: 585px;
    float: right;
    padding-right: 30px;
}

.promo-box-2 .col-half.col-left p{
    font-size: 16px;
    font-weight: 300;
}

.promo-box-2 .title.gray-white{
    margin-top: 20px;
}

.promo-box-2 .ticks{
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.promo-box-2 .ticks .tick{
    position: relative;
    width: 50%;
    float: left;
    padding-left: 50px;
    color: #0e0e0e;
    text-shadow: 1px 1px rgba(255,255,255,0.23);
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.promo-box-2 .ticks .tick:before{
    display: inline-block;
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    background: url(../images/tick-white.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promo-box-2 .col-half.col-right{
    background: url(../images/bg-promo-box-2.jpg) center center;
    background-size: cover;
    display: block;
    min-height: 250px;
}

.promo-box-2 .col-half.col-right .inner{
    width: 100%;
    max-width: 585px;
    float: left;
}

footer{
    padding-bottom: 20px;
    background: #000;
}

footer .inner{
    border-bottom: 1px solid #650000;
    text-align: center;
    width: 100%;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
}

footer .inner div{
    display: inline-block;
    float: none;
    margin: 0 5px 0 5px;
    font-size: 16px;
    opacity: 0.65;
}

footer .inner div a{
    color: #fff;
}

footer .inner div a:hover{
    text-decoration: underline;
}

footer .inner div a.special{
    color: #eb0000;
}

/* SUBPAGES STYLES */

.join-area{
    margin-bottom: 20px;
}

.join-area-inner{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1545px;
}

.join-form{
    margin-top: 25px;
}

.join-form-left{
    width: 63%;
    float: left;
    background: url(../images/bg-red-2.png);
    min-height: 857px;
}

.join-form-right{
    width: 37%;
    float: left;
    background: #151414;
}

.join-form-right .title.white-red{
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.join-form-right .title.white-red:before{
    background: #fff;
    left: 40px;
}

.red-info-bar{
    margin-top: 10px;
    text-align: center;
    background: url(../images/bg-red-1.png);
}

.red-info-bar .wrapper{
    padding: 15px;
}

.red-info-bar.special{
    padding-top: 0;
    padding-bottom: 0;
}

.red-info-bar.special-2{
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 5px;
}

.red-info-bar.special .title.gray-white,
.red-info-bar.special-2 .title.gray-white{
    font-size: 20px;
}

.red-info-title{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    line-height: 45px;
}

.red-info-bar .title.gray-white{
    text-transform: none;
}

.red-info-desc{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 16px;
}

.red-info-desc span{
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.red-info-desc:after{
    display: inline-block;
    content: '';
    position: relative;
    width: 20px;
    height: 3px;
    background: #1c1c1c;
}

.red-info-desc-sm{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
}

.left-info-bar{
    float: left;
    width: 68%;
    padding-right: 30px;
    padding-top: 5px;
}

.right-info-bar{
    float: left;
    width: 32%;
    position: relative;
}

.right-info-bar img{
    width: 50%;
    display: block;
    float: left;
}

.inputs-radio{
    margin-top: 20px;
}

.items{
    display: inline-block;
    width: 100%;
}

.items .item{
    float: left;
    width: 218px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #151414;
    font-size: 0;
    line-height: 0;
}

.items .item.photo-item{
    background: #281111;
}

.items.photos-single .item{
    background: #281111;
    padding: 38px 0;
}

.items .item .title{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.items .item .title:hover{
    color: #ff0000;
}

.items .item .title:after{
    position: absolute;
    bottom: 7px;
    left: 50%;
    content: '';
    display: inline-block;
    background: #7e0a0a;
    transform: translateX(-50%);
    width: 26px;
    height: 4px;
}

.items .item .thumb{
    display: inline-block;
    width: 100%;
}

.items .item .thumb a{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.items .item .thumb a img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    transition: all .4s ease;
}

.items .item .thumb a:hover img{
    transform: scale(1.1);
}

.items .item .amount{
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #272727;
}

.items .item .rating{
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.items .item .rating .stars{
    display: inline-block;
    width: 95px;
    height: 15px;
    background: url(../images/star-off.png) repeat-x;
}

.items .item .rating .stars-on{
    height: 15px;
    background: url(../images/star-on.png) repeat-x;
}

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

.network-sites{
    text-align: center;
    margin-bottom: 30px;
}

.network-sites a{
    display: inline-block;
    margin: 10px;
}

/* Radio Input Styles */

input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 5px 40px;
    margin-bottom: 1px;
    line-height: 28px;
}
.inputs-radio div:nth-child(odd) input[type="radio"] + label{
    background: #1a1919;
}
.inputs-radio div:nth-child(even) input[type="radio"] + label{
    background: #1f1f1f;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/ico-radio.png) no-repeat;
    background-position: left bottom;
    padding-right: 20px;
}

input[type="radio"]:checked + label{
    background: #731b1b !important;
}

input[type="radio"]:checked + label span{
    background: url(../images/ico-radio.png) no-repeat;
    background-position: left top;
}

.intro-player .inner{
    position: relative;
}

.intro-player .player{
    width: 100%;
    padding-bottom: 59%;
    position: relative;
    overflow: hidden;
}

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

.btn-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 165px;
    height: 165px;
    background: url(../images/ico-play.png) no-repeat center center;
    background-size: cover;
}

.join-area .ticks{
    display: inline-block;
    width: 100%;
    padding: 15px 20px 0 20px;
}

.join-area .ticks .tick{
    position: relative;
    width: 33.33%;
    float: left;
    padding-left: 50px;
    color: #0e0e0e;
    text-shadow: 1px 1px rgba(255,255,255,0.23);
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    padding-right: 10px;
}

.join-area .ticks .tick:before{
    display: inline-block;
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    background: url(../images/tick-white.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.join-promo-images{
    padding: 10px 10px 0 10px;
}

.join-promo-images img{
    display: block;
    float: left;
    width: 20%;
}

.info-white-red{
    padding: 0 10px 10px 10px;
}

.info-white-red.sticky-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 37%;
}

.join-promo-text.sticky-bottom{
    padding-bottom: 135px;
}

.info-white-red .inner{
    background: #fff;
    font-size: 30px;
    text-transform: uppercase;
    color: #930000;
    font-weight: 700;
    padding: 15px 10px;
    text-align: center;
    line-height: 5px;
}

.info-white-red .inner:after{
    display: inline-block;
    width: 33px;
    height: 4px;
    background: #980000;
    content: '';
    position: relative;
}

.info-white-red .inner span{
    display: inline-block;
    width: 100%;
    line-height: 32px;
}

.join-form-right{
