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


a.menu-opener{
    position: relative;
    float: left;
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
}

a.menu-opener span{
    display: inline-block;
    padding: 10px 0 10px 32px;
    background: url(../images/ico-menu.png) no-repeat left center;
}

.onplayer-data{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.header-video .btn-white{
    margin-top: 10px;
}

.promo-header-2 .col-half.col-left{
    background: url(../images/bg-red-1.png);
    min-height: 186px;
}

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

.promo-header-2 .info-block{
    padding: 23px 15px;
}

.promo-header-2 .box{
    width: 25%;
    float: left;
    text-align: center;
    line-height: 0;
    color: #fff;
}

.promo-header-2 .box .inner{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.promo-header-2 .box .amount{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding-left: 15px;
    height: 23px;
    line-height: 23px;
}

.promo-header-2 .box.more{
border: 1px solid #df0000;
}

.promo-header-2 .box img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
}

.promo-header-2 .box.more a{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.promo-header-2 .box.more a:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-red-2.png);
    opacity: 0;
    transition: all .3s ease;
}

.promo-header-2 .box.more a:hover::before{
    opacity: 1;
}

.promo-header-2 .box.more a .more-body{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 15px;
}

.promo-header-2 .box.more a span,
.promo-header-2 .box.more a b{
    width: 100%;
    display: inline-block;
}

.promo-header-2 .box.more a b{
    text-transform: uppercase;
    font-size: 22px;
}

.promo-header-2 .box.more a .more-body:after{
    content: '';
    display: inline-block;
    clear: both;
    width: 20px;
    height: 3px;
    background: #1c1c1c;
}

.promo-header-2 .box.image .amount:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
    background: url(../images/ico-photos.png) no-repeat center center #df0000;
}

.promo-header-2 .box.videos .amount:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
    background: url(../images/ico-videos.png) no-repeat center center #df0000;
}

.promo-header-2 .box.models .amount:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
    background: url(../images/ico-models.png) no-repeat center center #df0000;
}

.promo-header-2 .col-half.col-right{
    background: url(../images/bg-red-2.png);
    min-height: 186px;
}

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

.title.gray-white{
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 24px;
    padding-left: 40px;
    position: relative;
    font-weight: 700;
}

.title.gray-white:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #1c1c1c;
}

.promo-header-2 .col-half.col-right p{
    margin: 15px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.promo-header-2 .col-half.col-right p b{
    font-weight: 700;
}

.promo-header-2 .col-half.col-right a{
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    padding-top: 8px;
    display: inline-block;
}

.promo-header-2 .col-half.col-right a:hover{
    color: #df0000;
}

.title.red-white{
    border-bottom: 1px solid #a80000;
    text-align: center;
}

.title.red-white span{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    line-height: 30px;
}

.title.red-white span:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #a80000;
}

.border-top{
    border-top: 10px solid rgba(0,0,0,0.36);
}

.darker-bg{
    background: url(../images/bg-gray-dark.png);
}

.item-lg{
    position: relative;
    margin: 15px 0;
    display: inline-block;
    float: left;
    width: 100%;
}

.item-lg:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #464646;
    bottom: -15px;
    left: 0;
    right: 0;
}

.item-lg .previews{
    width: 66%;
    float: left;
}

.item-lg .previews a{
    float: left;
    width: 50%;
    display: block;
    background: #fff;
}

.item-lg .previews a .inner{
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    overflow: hidden;
}

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

.item-lg .previews a:hover img{
    transform: scale(1.1);
    opacity: 0.9;
}

.item-lg .details{
    height: 100%;
    width: 33%;
    float: left;
    padding: 0 15px 15px 15px;
}

.item-lg .details .description{
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
    padding-bottom: 179px;
}

.item-lg .buttons{
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: calc(66% + 15px);
}

.item-lg.bg-1{
    background: #151414;
}

.item-lg.bg-2{
    background: #1e1919;
}

.item-lg.bg-3{
    background: #281111;
}

.title.white-red{
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    padding-left: 40px;
    color: #df0000;
    line-height: 22px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #383838;
}

.title.white-red:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #a80000;
}

.item-lg .btn-white,
.item-lg a.btn-white{
    width: 100%;
    padding-right: 30px;
    font-size: 36px;
    padding-left: 12px;
}

.item-lg .btn-red,
.item-lg a.btn-red{
    width: 100%;
    margin-top: 15px;
    font-size: 36px;
}

.item-lg .btn-white:after,
.item-lg a.btn-white:after,
.item-lg .btn-red:after,
.item-lg a.btn-red:after{
    right: 5px;
    width: 27px;
}

.promo-box-1{
    position: relative;
    margin-top: 15px;
    min-height: 430px;
    background: url(../images/bg-promo-box-1.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.promo-box-1:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: rgba(0,0,0,0.23);
}

.promo-box-1:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: rgba(0,0,0,0.23);
}

.double-banner{
    font-size: 0;
    line-height: 0;
    margin-top: 56px;
}

.promo-box-1 .btn-white{
    margin-top: 25px;
}

.promo-box-1 .title-md{
    margin-bottom: 56px;
}

.double-banner .info{
    position: relative;
    display: block;
    float: left;
    width: 159px;
    height: 159px
}

.double-banner .info .inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 17px;
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.double-banner .info .inner span{
    display: inline-block;
    width: 100%;
}

.double-banner .info .inner b{
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.double-banner-left{
    display: inline-block;
}

.double-banner-left .info{
    background: url(../images/bg-red-1.png);
}

.double-banner-right{
    display: inline-block;
}

.double-banner-right .info{
    background: url(../images/bg-red-3.png);
}

.title-md,
.title-md a{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 53px;
    margin-top: 15px;
    color: #fff;
}

.pagination{
    margin-bottom: 15px;
}

.pagination .wrapper{
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    padding-bottom: 15px;
    line-height: 0;
    font-size: 0;
}

.pagination a,
.pagination span{
    line-height: 32px;
    height: 35px;
    border: 1px solid #464646;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
    margin-top: 15px;
    vertical-align: top;
    color: #fff;
    min-width: 35px;
    transition: all .3s ease;
    text-align: center;
}

.pagination a.prev,
.pagination a.next{
