a:hover{
    text-decoration: none;
}


.header{
    height: 560px;
    position: relative;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    background: url("../img/cartoon/banner1_01.png") no-repeat center;
    background-size: cover;
}

@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
}
@media all and  (max-width: 768px) and (min-width: 429px){
    .header{
        height: 360px;
    }
}
@media all and (max-width: 430px)  and (min-width: 320px) {
    .header{
        height: 250px;
    }
}

.cartoon-content{
    margin-top: 20px;
}
.cartoon-content h3{
    padding-left: 10px;
    border-left: 3px solid #ffb900;
    margin-bottom: 20px;
}
.media>a>div{
    width: 100%;
    height: 100%;
}
.cartoon-item .pull-left{
    width: 100%;
    padding-right: 0 !important;
    position: relative;
}
.cartoon-item{
    margin-bottom: 20px;
}
.cartoon-item .media{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.cartoon-item .media .media-object{
    width: 90%;
    margin: 0 auto;
}
.video-date{
    position: absolute;
    right: 10%;
    bottom: 5px;
    display: inline-block;
    padding: 2px 5px;
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}
.media-body>div{
    width: 90%;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 5px;
}

.cartoon-item .media-heading{
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.cartoon-item .media-body p{
    color: #858484;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media all and (min-width: 992px) and (max-width: 1200px){
    .media-body{
        width: 100% !important;
    }
    .cartoon-item .media .media-object{
        width: 94%;
        margin: 0 auto;
    }
    .media-body>div{
        width: 211px;
        margin: 0 auto;
        background: #f0f0f0;
        padding: 5px;
    }

}
@media all and (min-width: 769px) and (max-width: 991px){
    .media-body{
        width: 100% !important;
    }
    .cartoon-item .media .media-object{
        width: 94%;
        margin: 0 auto;
    }
    .media-body>div{
        width: 220px;
        margin: 0 auto;
        background: #f0f0f0;
        padding: 5px;
    }

}

@media all and  (max-width: 768px) and (min-width: 320px){
    .media-body{
        width: 100% !important;
        display: block !important;
    }
    
}
@media all and  (max-width: 531px) and (min-width: 320px){
    .cartoon-content h3 {
        font-size: 16px;
    }
    .media-heading{
        font-size: 14px;
    }
    .media-body p{
        font-size: 12px;
    }
    .media-body{
        width: 100%;
        display: block;
    }
    .media-body>div{
        width:90%;
        margin: 0 auto;
        background: #f0f0f0;
        padding: 5px;
        font-size: 14px;
    }
}

#footer{
    margin-top: 80px;
}

.comics-title h3{
    color: #000;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    padding-bottom: 15px;
}
.comics-title span:first-of-type{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffb900;
    margin-bottom: 3px;
}
.comics-title span:last-of-type{
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    width: 40%;
    margin: 0 auto;
    height: 7px;
    background: #ffb900;
}

a:hover{
    text-decoration: none !important;
}


.bg-three p{
    color: #ffb900;
    font-size: 50px;
    margin-top: 20px;
}


.news-content .nav-tabs{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.nav-tabs{
    height: 130px;
    line-height: 130px;
    border-bottom: none !important;
}
.nav-tabs li{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    font-size: 24px;
    border-top: 1px solid #d5d5d5;

}
.nav-tabs li a{
    display: inline-block;
    height: 100%;
    color: #000;
    border: none;
    position: relative;
}
.nav-tabs li span,.nav-tabs li b{
    display: inline-block;
}
.circle-bg{
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96px;
    background: #fff;
}
.circle-one{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 5px solid transparent;
    background: #fff;
}
.circle-two{
    width: 38px;
    height: 38px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #d5d5d5;
    position: relative;
    left: -3px;
    top: -3px;
}
.circle-three{
    width: 17px;
    height: 17px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    top: -3px;
}
.nav-tabs>li.active .circle-one{
    border-color: #ffb900;
}
.nav-tabs>li.active .circle-two{
    border-color: transparent;
}
.nav-tabs>li.active .circle-three{
    background: #ffb900 !important;
}
.nav-tabs>li.active>a{
    color: #ffb900 !important;
    border: none !important;
}
.nav-tabs>li>a:hover{
    border: none !important;
    background: none !important;
}

.tab-content .col-lg-6,.tab-content .col-lg-12{
    /*padding: 0 !important;*/
}
.tabs-img{
    text-align: center;
    vertical-align: middle;
}
.tabs-img img{
    width: 80%;
    vertical-align: middle;
}
.tabs-con{
    vertical-align: middle;
}
.content-item{
    border: 2px solid #d5d5d5;
    padding: 7px 14px;
    margin: 8px 0;
    height: 130px;
    transition: .3s;
}
.tab-content .col-lg-12 a{
    color: #000000;
}
.content-item h4{
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.content-item img{
    display: none;
}
.date{
    display: inline-block;
    width: 50%;
    text-align: right;
    color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.content-item p{
    color: #d5d5d5;
    text-indent: 2em;
    font-size: 16px;
    letter-spacing: 2px;
    height: 46px;
    overflow: hidden;
}
.tab-content .col-lg-12 a:hover .content-item{
    border-color: #ffb900;
}

.comics-bottom{
    margin-top: 48px;
}
.comics-bottom>.row>.col-lg-12{
    padding-left: 50px !important;
    margin-bottom: 48px;
}
.comics-bottom .media{
    border: 2px solid #d5d5d5;
    position: relative;
}
.comics-bottom .media .media-left>a>div{
    width: 100%;
    height: 100%;
}
.comics-bottom .media .media-left img{
    height: 230px;
}
.media-body{
    color: #000000;
    line-height: 30px;
}
.comics-bottom .media-heading{
    font-weight: bold;
}
.comics-bottom .media-body p{
    color: #606060;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    padding-right:  10px;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
}
.comics-bottom .media-body a{
    display: inline-block;
    width: 125px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #ffb900;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

#footer{
    margin-top: 40px;
}


@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
    .banner-title{
        padding: 30px 0 30px;
        font-size: 50px;
    }
    .bg-three p{
        font-size: 30px;
        margin-top: 10px;
    }
    .circle-three{
        top: 1px;
    }
    .nav-tabs li{
        font-size: 22px;
    }
    .content-item{
        height: 100px;
    }
    .content-item h4{
        font-size: 18px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .comics-bottom .media .media-left img{
        height: 180px;
    }
    .comics-bottom .media-heading{
        font-size: 16px;
    }
    .comics-bottom .media-body p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .comics-bottom .media-body a{
        width: 100px;
        height: 33px;
        line-height: 33px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
    }
    .bg-three p{
        font-size: 25px;
        margin-top: 15px;
    }
    .nav-tabs li{
        font-size: 20px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 18px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
    }
    .circle-bg{
        width: 60px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 25px;
        height: 25px;
        left: -3px;
        top: 1px;
    }
    .circle-three{
        width: 14px;
        height: 14px;
        top: -10px;
        left: 1px;
    }
    .comics-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .comics-bottom .media .media-left img{
        height: 150px;
    }
    .comics-bottom .media-heading{
        font-size: 14px;
    }
    .comics-bottom .media-body{
        height: 150px;
        padding: 10px;
    }
    .comics-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .comics-bottom .media-body a{
        width: 80px;
        height: 33px;
        line-height: 33px;
    }
}
@media all and  (max-width: 768px) and (min-width: 481px) {
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
    }
    .bg-three p{
        font-size: 25px;
        margin-top: 15px;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 22px;
        height: 22px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 13px;
        height: 13px;
        top: -10px;
        left: 2px;
    }
    .nav-tabs li{
        font-size: 18px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .comics-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .comics-bottom .media .media-left img{
        height: 150px;
    }
    .comics-bottom .media-heading{
        font-size: 14px;
    }
    .comics-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .comics-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .comics-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
}
@media all and  (max-width: 480px) and (min-width: 320px) {
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
        left: 20%;
        right: 20%;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .nav-tabs li{
        font-size: 16px;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 22px;
        height: 22px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 13px;
        height: 13px;
        top: -7px;
        left: 2px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .comics-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .comics-bottom .media .media-left img{
        height: 150px;
    }
    .comics-bottom .media-heading{
        font-size: 14px;
    }
    .comics-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .comics-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .comics-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
    .banner-title{
        padding: 7px 0;
        font-size: 18px;
    }
    .bg-three p{
        font-size: 14px;
        margin-top: 7px;
    }
    .bg-two{
        top: 108px;
        bottom: 30px;
        left: 20%;
        right: 20%;
    }
    .news-title h3{
        font-size: 16px;
    }
    .news-title span:first-of-type{
        width: 7px;
        height: 7px;
    }
    .news-title span:last-of-type{
        bottom: -2px;
        height: 4px;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .nav-tabs{
        height: 80px;
        line-height:80px;
    }
    .nav-tabs li{
        font-size: 16px;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 27px;
        height: 27px;
    }
    .circle-two{
        width: 20px;
        height: 20px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 11px;
        height: 11px;
        top: -11px;
        left: 1px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .comics-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .comics-bottom .media .media-left img{
        height: 150px;
    }
    .comics-bottom .media-heading{
        font-size: 14px;
    }
    .comics-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .comics-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .comics-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
}


