/* Common */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

@media (min-width: 768px){
    .row.gut-sm-18{
        margin-left: -9px;
        margin-right: -9px;
    }
    .row.gut-sm-18 *[class*="col-"]{
        padding-left: 9px;
        padding-right: 9px;
    }
}

.custom-image-right {
    margin-top: 0;
}

.media-box,
.pull-right {
    margin: 0 !important;
}

.heading-with-border-bottom-h2 {
    margin-bottom: 16px;
    text-align: center;
}

.series-lineup .pull-right,
.body-variation .pull-right,
.features .pull-right {
    float: none !important;
}


/* Header */

.header-contents {
    /*margin: 0 0 32px;*/
}
.header-contents .clearfix {
    background-size: cover;
}
@media (max-width: 767px) {
    .header-contents .clearfix {
        padding: 12px;
    }
}
@media (min-width: 768px) {
    .header-contents .clearfix {
        padding: 0 53px;
    }
}


.header-contents .text-box {
    color: #f6f6f6;
    line-height: 1.8;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;

}
@media (max-width: 767px) {
    .header-contents .text-box {
        line-height: 1.5;
    }
}
@media (min-width: 768px) {
    .header-contents .text-box {
        width: 50%;
        margin: 0 4% 0 0;
        min-height: 604px;
        float: left;
    }
}

.header-contents .text-box h3 {
    margin: 0 0;
    color: #f6f6f6;
    font-weight: bold;
    font-family:'Poppins',sans-serif;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header-contents .text-box h3 {
        font-size: 26px;
        margin: 36px 0 20px;
    }
}
@media (min-width: 768px) {
    .header-contents .text-box h3 {
        margin-top: 55px;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: bold;
    }
}


.header-contents .media-box {
}
@media (max-width: 767px) {
    .header-contents .media-box {
        float: none;
        margin-top: 25px !important;
    }
}
@media (min-width: 768px) {
    .header-contents .media-box {
        width: 46%;
        padding-top: 117px;
    }
}



/* Legacy Continue */
.legacy_continue{
    background-color: #000;
    color: #f6f6f6;
}
@media (max-width: 767px) {
    .legacy_continue{
        padding: 12px;
    }
}
@media (min-width: 768px) {
    .legacy_continue{
        padding: 30px 53px;
    }
}

.legacy_continue h3{
    color: #f6f6f6;
    font-weight: bold;
    font-family:'Poppins',sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .legacy_continue h3{
        font-size: 26px;
        margin-top: 42px;
        margin-bottom: 17px;
        letter-spacing: -0.03em;
    }
}
@media (min-width: 768px) {
    .legacy_continue h3{
        margin: 0 0 20px;
        font-size: 36px;
    }
}

.legacy_continue p{
    color: #f6f6f6;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    font-size: 14px;
}
@media (max-width: 767px) {
    .legacy_continue p{
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .legacy_continue p{
    }
}


/* History */

.history .container-fluid .bg{
    color: #fff;
    background-size: cover;
}
@media (max-width: 767px) {
    .history .container-fluid .bg{
        padding: 28px 12px 30px;
    }
}
@media (min-width: 768px) {
    .history .container-fluid .bg{
        padding-left: 53px;
        padding-right: 53px;
        padding-bottom: 60px;
    }
}
.history .container-fluid .bg [class*="col-"]{

}
@media (max-width: 767px) {
    .history .container-fluid .bg [class*="col-"]{
        margin-bottom: 15px;
    }
}
.history .container-fluid .bg h3{
    font-family:'Poppins',sans-serif;
    line-height: 1.3;
    font-weight: bold;
    padding: 0;
    font-size: 24px;
}
@media (max-width: 767px) {
    .history .container-fluid .bg h3{
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .history .container-fluid .bg h3{
        font-size: 18px;
        margin: 14px 0 16px;
    }
}


.history .container-fluid .bg p{
    font-family: 'Source Sans Pro', sans-serif;
    line-height:1.5;
}
@media (max-width: 767px) {
    .history .container-fluid .bg p{
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .history .container-fluid .bg p{
        font-size: 14px;
        margin-bottom: 0;
    }
}

.history .media-box img{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

/* artist */
.artist .bg,
.artist-header .bg{
    background-color: #1b2839;
    color: #fff;
}
@media (max-width: 767px) {
    .artist-header .bg{
        padding-top: 70px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .artist-header .bg{
        padding-top: 56px;
        text-align: center;

    }
}
@media (max-width: 767px) {
    .artist .bg{
        /*padding-top: 72px;*/
        padding-bottom: 80px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 768px) {
    .artist .bg{
        /*padding-top: 86px;*/
        padding-bottom: 125px;

    }
}

.artist-header .bg h2{
    margin: 0 0 30px;
    color: #fff;
    font-weight: bold;
    font-family:'Poppins',sans-serif;
    text-align: center;
}
@media (max-width: 767px) {
    .artist-header .bg h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .artist-header .bg h2{
        font-size: 30px;
    }
}

.artist .bg .carousel{
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.artist .bg .carousel .left.carousel-control{
    color: #898989;
    opacity: 1;
}
@media (max-width: 767px) {
    .artist .bg .carousel .left.carousel-control{
        left: 0;
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 1019px) {
    .artist .bg .carousel .left.carousel-control{
        left: 0;
    }
}
@media (min-width: 1020px) {
    .artist .bg .carousel .left.carousel-control{
        left: -77px;
    }
}


.artist .bg .carousel .left.carousel-control .fa{
    position: absolute;
    top: 50%;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    margin-top: -16px;

}
@media (max-width: 767px) {
    .artist .bg .carousel .left.carousel-control .fa{
        font-size: 26px;
        right: 0;
    }
}
@media (min-width: 768px) {
    .artist .bg .carousel .left.carousel-control .fa{
        right: 40px;
    }
}


.artist .bg .carousel .right.carousel-control{
    color: #898989;
    opacity: 1;
}
@media (max-width: 767px) {
    .artist .bg .carousel .right.carousel-control{
        right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1019px) {
    .artist .bg .carousel .right.carousel-control{
        right: 0;
    }
}
@media (min-width: 1020px) {
    .artist .bg .carousel .right.carousel-control{
        right: -77px;

    }
}


.artist .bg .carousel .right.carousel-control .fa{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}
@media (max-width: 767px) {
    .artist .bg .carousel .right.carousel-control .fa{
        font-size: 26px;
        left: 0;
    }
}
@media (min-width: 768px) {
    .artist .bg .carousel .right.carousel-control .fa{
        left: 40px;
    }
}

#features .bg{
    color: #fff;
}
@media (max-width: 767px) {
    #features .bg{
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 16px;

    }
}
@media (min-width: 768px) {
    #features .bg{
        padding-top: 20px;
        padding-left: 52px;
        padding-right: 52px;
        padding-bottom: 30px;
    }
}

#features .bg [class*=col-]{
    color: #fff;
}
@media (max-width: 767px) {
    #features .bg [class*=col-]{
    }
}
@media (min-width: 768px) {
    #features .bg [class*=col-]{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #features .row-movie {
        padding-top: 56px;
        margin-bottom: 29px;
    }
}
@media (min-width: 768px) {
    #features .row-movie {
        margin-bottom: 56px;
    }
}
#features .movie-full-width{
}
@media (max-width: 767px) {
    #features .movie-full-width{
        margin-bottom: 27px;
    }

}
@media (min-width: 768px) {
    #features .movie-full-width{
        margin-bottom: -20px;
    }
}

#features h3{
    font-family:'Poppins',sans-serif;
    font-weight: bold;
    line-height: 1.3;

}
@media (max-width: 767px) {
    #features h3{
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    #features h3{
        font-size: 24px;
    }
}

#features .item-features{
    color: #f6f6f6;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    font-size: 14px;
}
@media (max-width: 767px) {
    #features .item-features{
        margin-bottom: 21px;
    }
}
@media (min-width: 768px) {
    #features .item-features{
    }
}
#series .bg{
    background-color: #162333;
    color: #fff;
}
@media (max-width: 767px) {
    #series .bg{
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 768px) {
    #series .bg{
        padding-top: 60px;
        padding-left: 52px;
        padding-right: 52px;
        padding-bottom: 60px;
    }
}
#series h3{
    font-family:Oswald, 'Lucida Grande', sans-serif;
    font-size: 24px;
}
@media (max-width: 767px) {
    #series h3{
    }
}
@media (min-width: 768px) {
    #series h3{
        margin-bottom: 15px;
    }
}
#series header .images{
    margin-bottom: 16px;
}
#series p.strong{
    font-family:Oswald, 'Lucida Grande', sans-serif;
    font-size: 18px;
    /*margin-top: 16px;*/
}
@media (max-width: 767px) {
    #series p.strong{
    }
}
@media (min-width: 768px) {
    #series p.strong{

    }
}

#series .links {
}
@media (max-width: 767px) {
    #series .links{
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    #series .links{

    }
}
#series .links a{
    /*font-family:Oswald, 'Lucida Grande', sans-serif;*/
    /*margin-top: 16px;*/
    color: #fff;
}
@media (max-width: 767px) {
    #series .links a{
    }
}
@media (min-width: 768px) {
    #series .links a{

    }
}

.list-sns{

}
@media (max-width: 767px) {
    .list-sns{
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .list-sns {
        margin-top: 70px;
        margin-bottom: 200px;
    }
}
.list-sns a{
    display: block;
    transition: all 0.4s ease-out;
}
.list-sns a:hover{
    opacity: 0.75;
}
.list-sns img{

}
@media (max-width: 767px) {
    .list-sns img{
        width: auto;
        height: 47px;
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (min-width: 768px) {
    .list-sns img{
        width: auto;
        height: 47px;
        margin-left:8px;
        margin-right: 8px;
    }
}