html,
body {
    height: 100%;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.navbar-inverse {
    min-height: 41px;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color:white;
}
.navbar-inverse > .container .navbar-brand, .navbar-inverse > .container-fluid .navbar-brand{
    font-size: 20px;
    height: 40px;
    padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap {
    background-color: #f1f1f1;
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.main-container {
    padding: 70px 0px 20px;
}

footer {
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding: 10px;
}

#gotop,#goback {
    z-index: 1;
    cursor: pointer;
    position: fixed;
    padding: 10px 15px;
    background: rgba(0,0,0,.4);
    color: white;
}

#goback:hover, #gotop:hover {
   background: rgba(0,0,0,.6);
}

#goback {
    padding: 10px 18px;
    right: 10px;
    bottom: 60px;
}

#gotop {
    display: none;
    padding: 10px 15px;
    right: 10px;
    bottom: 100px;
}

#search-block {
    padding: 7px 8px;
    background-color: #89C693;
    border-radius: 5px;
}

.btn-work {
    background-color: #89C693;
    color: white;
}

.btn-stay {
    background-color: #e2e2e2;
}

.btn-work, .btn-stay {
    font-weight: bold;
    padding: 17px 30px;
}

.btn-work:hover,.btn-stay:hover {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

.carousel-inner .item img {
    width: 100%;
}

.marquee {
    border-radius: 5px
}

.marquee-header {
    padding: 9px 18px;
    background-color: #89C693;
    font-size: 120%;
    color: white;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.marquee-container {
    font-size: 120%;
    background-color: #ffffff;
    margin: 0px;
    padding: 9px 18px;
    word-break: break-all;
    height: 60px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

marquee {
    height: 100%;
    overflow-x:hidden;
    color: #444;
}

marquee p {
    margin:20px 0;
}

marquee a {
    color:#ff0000;
    font-weight: bold;
}

marquee a:hover, marquee a:focus {
    color:#ff0000;
}

a:hover, a:focus {
    text-decoration: inherit;
}

.container-channel:nth-child(odd) {
    background-color: #eaeabe;
}

.container-channel:nth-child(event) {
    background-color: #f1f1f1;
}

.videoList {
    position: relative;
    padding: 0px 20px;
}

.content-block {
    margin: 10px 0px;
}

.category-block {
    margin-bottom: 16px;
    padding: 0px;
    font-size: 24px; 
}

.btn-show-all {
    border-color: #89C693;
    color: #89C693;
    background-color: white;
    border-width:2.5px;
    font-weight:600;
}

.v_btn:hover {
    background: #ddd;
}

.v_btn.v_btn_disable:hover {
   background: #fff;
}

.v_btn.v_btn_disable {
    color:#bbb !important;
}

.v_btn_l {
    left:0px;
    box-shadow: 7px 0 11px -4px rgba(0,0,0,.5);
}

.v_btn_r {
    right:0px;
    box-shadow: -7px 0 11px -4px rgba(0,0,0,.5);
}

.v_btn {
    display: inline-block;
    padding: 0 5px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
    background: #fff;
    height: 100%;
    border: 0;
    -moz-transition: background 0.5s ease-out; 
    -o-transition: background 0.5s ease-out; 
    -webkit-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}

.videoBlock {
    background-color: #FFFFFF;
    height: 300px;
    white-space: normal;
}

.video-image-block {
    padding: 0px;
}

.video-image,
.series-image,
.list-image {
    position: relative;
    box-sizing: border-box;
    -webkit-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}

.video-image > img,
.series-image > img,
.list-image > img {
   display: block;
   margin: 0 auto;
   object-fit: contain;
}

.video-image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
}

.video-image:hover:before {
   opacity: 0.4;
}

.video-image-block .img-responsive {
    height: 144px;
}

.v_img_tag {
   z-index: 9;
   color:white;
   background-color: #000;
   opacity: 0.75;
   display: inline-block;
   padding: 1px 2px;
   font-size: 12px;
   font-weight: bold;
   position: absolute;
   bottom: 5px;
   right:5px;
}

.s_img_tag {
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 40px;
   display: inline-block;
   font-weight: bold;
   bottom: 0;
   right:0;
   color:white;
   background-color: #000;
   opacity: 0.65;
   text-align: center;
   letter-spacing: 2px;
}

.v_img_cont {
    position: absolute;
    font-size: 180%;
    z-index: 10;
    width: 100%;
    height: 100%;
    color:white;
    opacity: 0;
    text-align: center;
    display: inline-block;
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
   
}

.v_img_cont:hover{
    opacity: 1;
}

.rowList::-webkit-scrollbar{
    height: 0;
}

.rowList::-webkit-scrollbar-thumb
.rowList::-webkit-scrollbar-thumb:hover
.rowList::-webkit-scrollbar-thumb:active {
    border:0;
}

.videoDes {
   height: 150px;
   padding: 0px;
}

.videoDes p {
   overflow: hidden;
   margin: 0;
   color: #999;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-des-outline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 4px 0px 0px;
    word-break: break-all;
}

.list-des-outline.description {
    -webkit-line-clamp: 2;
    height: 42px;
    margin: 4px 0px 0px;
    word-break: break-all;
}

.video-count-view {
    position: absolute;
    bottom: 9px;
}

.video-title {
    font-weight: bold;
}

.category-title a {
    line-height: 49px;
    font-size: 130%;
    font-weight: bolder;
    text-align: center;
    color:black;
    cursor: pointer;
}

.category-title a:hover {
    color: #1E7CBA;
    text-decoration: none;
}

.breadcrumb {
    background-color: #f1f1f1;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 0px;
}

.breadcrumb a {
    color: #89C693;
    text-decoration: none;
}

.goback-breadcrumbs {
    cursor: pointer;
}

.list-title {
    font-size: 150%;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.list-video-item {
    margin: 4.5px 0px 30px;
    padding: 0px 2px;
}

.des-block {
   padding: 15px;
   margin-top: 10px;
   background-color: #FFFFFF;
}

.list-des-title {
   overflow: hidden;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 42px;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

#test-content {
    height: 100%;
}

.description-collapse, .description-expand {
    cursor: pointer;
}

.description-collapse {
    display: none;
}

.description-button {
    border-top: 1px solid rgba(0,0,0,.2);
    margin-top: 10px;
    margin-bottom: -15px;
}

.des-sub {
    font-size: 16px;
}

.paper-block {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 5px;
}

.paper-block .nav-tabs {
    border:0;
}

.paper-block .nav-tabs > li.active > a,
.paper-block .nav-tabs > li.active > a:hover,
.paper-block .nav-tabs > li.active > a:focus {
   border: 0;
}

.paper-block .nav-tabs > li > a {
   border: 0;
   border-radius: 0;
   padding: 0px 8px;
}

.paper-block ul li button {
    color: #337ab7;
}

.video-num-view {
    margin-bottom: 2px;
    font-size: 19px;
    color: #666;
}

.bb-block {
    margin-bottom: 10px;
}

.bb-closed {
    margin-right: 10px;
    color: red;
}

.mark-count {
    font-size: 150%;
    margin: 10px;
}

.mark {
    width: 36px;
    height: 36px;
    background-size: cover;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: -30%;
    cursor: pointer;
}

.mark-item {
    margin-right: 20px;
}

.click-mark {
    text-decoration:none;
}

.mark-list {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 10px;
    margin-bottom: 10px;
}

#mark-chart {
    height: 400px;
}

.mark-modal-content {
    padding-top: 10px;
    margin-bottom: 10px;
}

.mark-limit, .mark-limit-login {
    clear: both;
}

.cutom-icon {
    width: 36px;
    height: 36px;
    background-size: cover;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 2.8px;
    cursor: pointer;
    margin-right: 10px;
}

.msg-block{
    display: block;
    margin-left: 58px;
}
.msg-content{
    word-break: break-all;
    display: block;
    margin: 0px 0px 3px 0px;
}

.msg-list .item{
    margin-bottom: 30px;
}

.input-response-div {
    display: none;
}

.list-series-title {
    font-weight: bold;
}

.list-title-series {
    background-color: #FFFFFF;
    padding: 10px 0px;
}

.list-series-info {
    color:#aaa;
    font-size: 80%;
}

.list-series-info {
    padding: 0 5px;
}

.series-content {
   font-size: 80%;
   overflow-y: auto;
   max-height: 90px;
}

/* ==============================
   moblie css & xs-screen
==============================*/
@media (max-width: 767px) {    
    .videoBlock {
        height: 144px;
        margin-bottom: 10px;
    }
    
    .v_img_cont{
        padding-top: 50px;
    }
    
    .s_img_tag {
        padding:4px 10px;
    }
    
    .series-image.main-series,
    .series-image.main-series > img {
        height: 150px;
    }
    
    .videoDes {
        padding: 5px; 
    }
    
   .list-des {
      padding: 0px;
      margin-top: 10px;
   }
   
   .des-title {
      font-size: 16px;
   }
}
/* ==============================
   pc css
==============================*/
@media (min-width: 768px) {
   .video-image > img,
   .series-image > img {
      height: 157.5px;
   }
   
   .v_img_cont{
      padding-top: 60px;
   }
   
   .s_img_tag{
      padding:10px;
   }
   
    #col6 .series-image{
        height:238.5px;
    }
    
    #col6 .series-image .img-responsive{
        height:238.5px;
    }
    
   .rowList {
      margin-left: 10px;
      margin-right: 10px;
      overflow:auto;
      white-space:nowrap;
   }    
   .rowList [class*="col-lg"], rowList [class*="col-md"], rowList [class*="col-sm"] {
      float:none;
      display:inline-block;
   }
   
   .des-title {
      font-size: 18px;
   }
}
/* ==============================
   md css
==============================*/
@media (min-width: 992px) {
    .v_img_cont{
        padding-top: 65px;
    }
    
   .des-title {
      font-size: 22px;
   }
}
/* ==============================
   lg css
==============================*/
@media (min-width: 1200px) {   
   .col-lg-quintile  {
      width: 20%;
   }
   
   .des-title {
      font-size: 24px;
   }
}
