body {
    font-family: Arial, sans-serif;
    background: rgb(235, 227, 190) url("../images/bg.jpg");
}

.tubes ul li .picture img,
.tubes ul li .picture .stars i:before,
.tubes ul li .picture:before,
.pager ul li.next a:before {
    font-family: 'player';
}

.tubes ul:after,
.pager ul:after {
    clear: both;
    display: block;
    content: '';
}

header {
    background: rgb(235, 227, 190);;
}

header .content-head {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 43px;
}

header .header-content {
    position: relative;
    width: 100%;
    height: 481px;
    top: 43px;
    box-shadow: inset 0 13px 1px rgba(0,0,0,0.1), inset 0 -13px 1px rgba(0,0,0,0.1);
    background: url("../images/header_bg.jpg") left no-repeat;
}

header .header-desc {
    position: absolute;
    left: 0;
    width: 100%;
    height: 43px;
    z-index: 1;
    background: #ff4e00 url("../images/top_slug.jpg") no-repeat center;
}

header .header-logo {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 244px;
    padding-bottom: 193px;
    background: url(../images/header_logo.png) no-repeat right;
    background-size: contain;
}

header .header-join {
    position: absolute;
    overflow: hidden;
    right: 4px;
    bottom: 2px;
    width: 354px;
    height: 138px;
    border-radius: 6px 6px 0 0;
    background: #01c6f1;
}

header .header-join .desc {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 108%;
    padding-top: 2.1%;
}

header .header-join .title {
    text-align: center;
    font-size: 38px;
    margin-top: 1%;
    color: #000;
    white-space: nowrap;
}

.top-nav {
    position: relative;
    width: 1240px;
    padding: 2px 4px;
    max-width: 100%;
    margin: 0 auto 16px auto;
    box-sizing: border-box;
    background: #fff;
}

.top-nav .menu {
    display: table;
    width: 100%;
}

.top-nav .home-link {
    display: table-cell;
    vertical-align: top;
    width: 50px;
}

.top-nav .home-link a {
    display: block;
    position: relative;
    width: 50px;
    height: 58px;
    background: linear-gradient(to bottom, #d7d7d7, #fff);
    margin-right: 4px;
}

.top-nav .home-link a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -11px;
    background: url("../images/home-icon.png") no-repeat 0 0;
}

.top-nav .home-link a:hover {
    background: linear-gradient(to bottom, #e9e9e9, #fff);
}
.top-nav .home-link a:hover:before {
    background-position: 0 -22px;
}

.top-nav .nav-menu {
    display: table-cell;
    vertical-align: top;
    text-transform: uppercase;
}

.top-nav .nav-menu-dropdown {
    display: none;
    width: 50px;
    height: 58px;
}

.top-nav .nav-menu-dropdown a {
    display: block;
    position: relative;
    width: 50px;
    height: 58px;
    background: linear-gradient(to bottom, #d7d7d7, #fff);
    margin-right: 4px;
}

.top-nav .nav-menu-dropdown a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -11px;
    background: url("../images/list-icon.png") no-repeat 0 0;
}

.top-nav.dropdown .nav-menu-dropdown a,
.top-nav .nav-menu-dropdown a:hover {
    background: linear-gradient(to bottom, #e9e9e9, #fff);
}

.top-nav.dropdown .nav-menu-dropdown a:before,
.top-nav .nav-menu-dropdown a:hover:before {
    background-position: 0 -22px;
}

.top-nav .nav-menu ul {
    display: table;
    width: 100%;
}

.top-nav .nav-menu li {
    display: table-cell;
    margin-left: 4px;
    white-space: nowrap;
    vertical-align: top;
}

.top-nav .nav-menu li a {
    display: block;
    line-height: 58px;
    padding: 0 10px;
    color: #3e3e3e;
    font-size: 24px;
    text-decoration: none;
    margin-right: 4px;
    background: linear-gradient(to bottom, #d7d7d7, #fff);
    text-align: center;
}

.top-nav .nav-menu li a:hover {
    color: #ff4e00;
    text-decoration: underline;
    background: linear-gradient(to bottom, #e9e9e9, #fff);
}

.top-nav .get-access-link {
    display: table-cell;
    vertical-align: middle;
    width: 36%;
    white-space: nowrap;
    text-align: center;
}

.top-nav .get-access-link a {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 36px;
    text-decoration: none;
    line-height: 58px;
    color: #fff;
    background: rgb(255, 78, 0);
}

.top-nav .get-access-link a:hover {
    text-decoration: underline;
    background: rgb(255, 54, 3);
}

@media all and (max-width: 1260px) {
    header .header-desc {
        background-size: contain;
    }

    header .header-join {
        right: 0;
        border-radius: 6px 0 0 0;
    }
}

@media all and (max-width: 1024px) {
    .top-nav .get-access-link span {
        display: none;
    }
}

@media all and (max-width: 850px) {
    header .header-desc {
        height: 34px;
    }

    header .header-logo {
        border-radius: 5px;
        box-shadow: 1px 1px rgba(0,0,0,0.2);
    }

    header .content-head {
        padding-bottom: 34px;
    }

    header .header-content {
        top: 34px;
        background-position: 30%;
    }

    .top-nav .nav-menu-dropdown {
        display: table-cell;
    }

    .top-nav .nav-menu {
        display: none;
    }

    .top-nav.dropdown .nav-menu {
        display: block;
        position: absolute;
        top: 62px;
        z-index: 1;
        left: 0;
        width: 250px;
        max-width: 100%;
        box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
        background: #fff;
    }

    .top-nav.dropdown .nav-menu li {
        display: list-item;
    }

    .top-nav.dropdown .nav-menu li a {
        padding: 0 25px;
    }

    .top-nav .get-access-link {
        width: 100%;
    }

    .top-nav .get-access-link span {
        display: inline;
    }
}

@media all and (max-width: 640px) {
    header .header-desc {
        background-image: url("../images/top_slug_short.jpg");
    }

    header .header-join {
        height: 115px;
    }

    header .header-join .desc {
        font-size: 28px;
    }

    header .header-join .title {
        font-size: 30px;
        margin-top: 2%;
    }

    header .header-logo {
        top: 1px;
        width: 34%;
        padding-bottom: 26.85%;
        left: 1px;
    }
    header .header-content {
        height: 400px;
        background-size: cover;
    }

    .top-nav .get-access-link a {
        font-size: 25px;
    }
}

@media all and (max-width: 500px) {
    header .header-join {
        height: auto;
        width: auto;
    }

    header .header-join .desc {
        display: none;
    }

    header .header-join .title {
        overflow: hidden;
        padding: 3% 5%;
        margin: 0;
    }

    .top-nav .get-access-link span {
        display: none;
    }
}

.tubes {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 4px;
    background: #fff;
}

.tubes .tubes-title {
    border-top: 1px solid #00c7f3;
}

.tubes .tubes-title span {
    display: inline-block;
    min-height: 20px;
    background: #00c7f3;
    color: #fff;
    min-width: 280px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}

.tubes ul {
}

.tubes ul li {
    display: inline-block;
    float: left;
    width: 25%;
}

.tubes ul li div {
    margin: 5px;
}

.tubes ul li .picture {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.tubes ul li .picture:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/watch.png");
    background-size: cover;
}

.tubes ul li:hover .picture:before {
    display: block;
}

.tubes ul li .duration {
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-size: 14px;
    color: #008caa;
}

.tubes ul li .picture img {
    width: 100%;
    vertical-align: bottom;
}

.tubes ul li p {
    height: 25px;
    color: #000;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    line-height: 25px;
    font-size: 14px;
}

.tubes ul li p a {
    text-decoration: none;
    color: #000;
}

.tubes ul li p a:hover {
    color: #008caa;
    text-decoration: underline;
}

.get-access {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 25px auto;
    background: #fff;
    font-size: 44px;
    box-shadow: 0 7px rgba(0,0,0,0.05);
}

.get-access > div {
    display: table;
    width: 100%;
}

.get-access a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 13px;
}

.get-access a:hover {
    text-decoration: underline;
}

.get-access .desc {
    color: #00c6f1;
}

.get-access .desc:hover {
    color: #ff4e00;
}

.get-access .link {
    color: #fff;
    background: rgb(255, 78, 0);
}

@media all and (max-width: 1260px) {
    .get-access {
        font-size: 36px;
    }
}

@media all and (max-width: 1024px) {
    .get-access {
        font-size: 30px;
    }
}

@media all and (max-width: 900px) {
    .get-access {
        font-size: 24px;
    }
}

@media all and (max-width: 640px) {
    .get-access a {
        display: block;
    }
}

@media all and (max-width: 480px) {
    .get-access {
        font-size: 18px;
    }
}

.pager {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.pager div {
    display: none;
    height: 41px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.pager ul {
    position: relative;
    padding-left: 1px;
    font-size: 0;
    text-align: center;
}

.pager ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 1px 0;
    white-space: nowrap;
}


.pager ul li.select:hover a,
.pager ul li.select a {
    text-decoration: none;
    color: #fff;
    cursor: text;
    background: rgb(255, 78, 0);
}

.pager ul li:hover a {
    color: rgb(255, 78, 0);
    text-decoration: underline;
}

.pager ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #404040;
    background: rgb(235, 227, 190);
}

.pager ul li.next a {}

.pager ul li.next a:before {
    content: '\e800';
    font-size: 11px;
    font-weight: normal;
}

.prefooter {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0;
    text-align: center;
}

.prefooter>div {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

.prefooter .head {
    height: 46px;
    margin-bottom: 4px;
    background: #fff url("../images/prefooter_head.png") no-repeat center;
    background-size: contain;
}

.prefooter .left {
    float: left;
    width: 244px;
    height: 409px;
    margin: 0 4px;
    border-radius: 6px;
    background: url("../images/prefooter_left.png") no-repeat;
}

.prefooter .right {
    display: block;
    margin-left: 255px;
}

.prefooter .right span {
    display: block;
    height: 409px;
    overflow: hidden;
    border-radius: 6px;
    background: url("../images/prefooter_right.jpg") no-repeat left;
}

@media all and (max-width: 1260px) {
    .prefooter .right {
        padding-right: 4px;
    }
}

@media all and (max-width: 800px) {
    .prefooter .head {
        height: 40px;
        background-image: url("../images/prefooter_head_short.png");
    }

    .prefooter .right span {
        background-position: 15%;
    }
}

@media all and (max-width: 640px){
    .prefooter div a {
        height: 250px;
        background-position: 64%
    }

    .prefooter .right span {
        background-position: 6%;
    }
}

@media all and (max-width: 414px) {

    .prefooter .right {
        display: none;
    }

    .prefooter {
        background: #01c6f1;
    }

    .prefooter .left {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

}

.w-text-footer {
    padding: 0 10px 20px 10px;
    font-size: 11px;
    font-weight: normal;
    color: #5d5b5b;
    text-decoration: none;
    line-height: 120%;
}

.w-text-footer .text-footer {
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding-top: 15px;
    box-shadow: inset 0 5px rgba(0,0,0,0.05);
}

.w-text-footer a {
    color: #868585;
    text-decoration: none;
    font-weight: 600;
}

.w-text-footer a:hover {
    color: #444242;
}

.w-text-footer .pull-left {
    max-width: 50%;
    float: left;
    text-align: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.w-text-footer .pull-right {
    max-width: 50%;
    float: right;
    text-align: right;
}

@media all and (max-width: 640px) {
    .w-text-footer .pull-right,
    .w-text-footer .pull-left {
        float: none;
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1240px) {
    .tubes ul {
        margin: 0;
    }
}

@media screen and (max-width: 840px) {
    .tubes ul li {
        width: 33.3%;
    }
    .tubes ul li:last-child {
        display: none;
    }
}


@media screen and (max-width: 740px) {
    .tubes ul li {
        width: 50%;
    }
    .tubes ul li:last-child {
        display: inline-block;
    }
}


@media screen and (max-width: 480px) {
    .tubes ul li {
        width: 100%;
        float: none;
        display: block;
    }
}