@font-face {
    font-family: 'player';
    src: url('../font/player.eot');
    src: url('../font/player.eot') format('embedded-opentype'), url('../font/player.woff2') format('woff2'), url('../font/player.woff') format('woff'), url('../font/player.ttf') format('truetype'), url('../font/player.svg#player') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'player';
    src: url('//asianteengfs.com/tour/font/player.svg?86083650#player') format('svg');
  }
}
*/

body {
    font-family: Arial, sans-serif;
    background: #373737;
}

.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(41, 41, 41);
    max-height: 470px;
    margin-bottom: 13px;
}

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

header .header-content {
    position: relative;
    width: 100%;
    height: 482px;
    background: url("//dirtypublicnudity.com/tour/images/header_bg.jpg") right no-repeat;
}

header .header-button {
    position: relative;
    float: right;
    top: 17px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
}

header .header-button.login {
    margin-right: 15px;
    background: #373737;
}

header .header-button.signup {
    margin-right: 2px;
    background: #fd3214;
}

header .header-desc {
    position: absolute;
    width: 910px;
    height: 70px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fefefe;
    z-index: 1;
}

header .header-text {
    display: table-cell;
    height: 70px;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

header .header-logo {
    position: absolute;
    left: 108px;
    top: 148px;
    width: 345px;
    padding-bottom: 173px;
    background: url(//dirtypublicnudity.com/tour/images/logo.png) no-repeat;
    background-size: contain;
}

header .header-join {
    display: block;
    position: absolute;
    right: 79px;
    top: 400px;
    width: 312px;
    height: 70px;
    text-indent: -99999px;
}

@media all and (max-width: 1260px) {
    header .header-desc {
        width: 60%;
        font-size: 15px;
        color: #f6f6f6;
    }
    header .header-text {
        padding: 10px;
    }
}

@media all and (max-width: 1000px) {
    header .header-logo {
        left: 11%;
    }
}

@media all and (max-width: 850px) {
    header .header-desc {
        font-size: 14px;
        font-weight: 400;
    }
    header .header-button {
        padding: 0 10px;
    }
    header .header-logo {
        left: 5%;
    }
    header .header-content {
        background-position: 92%;
    }
    header .header-join {
        right: 5.5%;
    }
}

@media all and (max-width: 640px) {
    header .header-desc {
        width: 54%;
        height: 59px;
        font-size: 12px;
    }
    header .header-text {
        height: 59px;
        padding: 8px;
    }
    header .header-button {
        height: 32px;
        line-height: 32px;
        top: 14px;
        font-size: 12px;
    }
    header .header-button.login {
        margin-right: 12px;
    }
    header .header-logo {
        top: 123px;
        width: 53%;
        padding-bottom: 26%;
    }
    header .header-content {
        height: 400px;
        background-position: 95%;
        background-size: cover;
    }
    header .header-join {
        right: 7.3%;
        top: 332px;
        width: 260px;
        height: 58px;
    }
}

@media all and (max-width: 500px) {
    header .header-desc {
        display: none;
    }
    header .header-button {
        padding: 0 8px;
    }

    header .header-button.signup {
        margin-right: 8px;
    }
    header .header-button.login {
        float: left;
        margin-left: 8px;
    }
}


.tubes {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto 13px auto;
}

.tubes ul {
    margin: 0 -5px;
}

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

.tubes ul li:last-child {
    display: none;
}

.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: 100px;
    height: 82px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -30px;
    background: url("//dirtypublicnudity.com/tour/images/watch.png");
}

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

.tubes ul li .duration {
    float: right;
    height: 25px;
    line-height: 25px;
    background: rgb(35, 35, 35);
    padding: 0 15px;
    font-size: 12px;
    color: #737272;
    visibility: hidden;
}
.tubes ul li .picture .stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 21px;
    padding: 0 3px;
    box-sizing: border-box;
    line-height: 21px;
    background: rgba(0,0,0,0.5);
    z-index: 11;
}

.tubes ul li .picture .stars i {
    margin: 0 3px 0 0;
}

.tubes ul li .picture .stars i:before {
    color: #ff3206;
    content: '\e805';
}

.tubes ul li .picture .stars.four i:last-child:before {
    #color: grey;
    #content: '\e806';
    font-size: 12px;
    opacity: .7;
}

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

.tubes ul li p {
    height: 25px;
    background: #2b2b2b;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    line-height: 25px;
    font-size: 12px;
}

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

.tubes ul li p a:hover {
    text-decoration: underline;
}

.get-access {
    width: 100%;
    max-width: 1240px;
    margin: 20px auto;
}

.get-access .access-desc {
    min-height: 23px;
    padding: 3px 4px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fefefe;
    background: #262626;
    font-weight: 600;
    box-sizing: border-box;
    /* letter-spacing: 1px; */
    text-align: center;
}

.get-access .access-block {
    display: block;
    position: relative;
    height: 329px;
    background: url("//dirtypublicnudity.com/tour/images/access_bg.jpg") no-repeat right;
}

.get-access .access-logo {
    position: absolute;
    width: 454px;
    padding-bottom: 249px;
    left: 109px;
    top: 0;
    background: url("//dirtypublicnudity.com/tour/images/access.png") no-repeat;
    background-size: cover;
}

@media all and (max-width: 1260px) {
    .get-access .access-logo {
        left: 5%;
    }
    .get-access .access-block {
        background-position: 26%;
    }
}

@media all and (max-width: 840px) {
    .get-access .access-logo {
        width: 50%;
        padding-bottom: 28%;
    }
    .get-access .access-block {
        background-position: 44%;
    }
}

@media all and (max-width: 480px) {
    .get-access .access-logo {
        width: 90%;
        padding-bottom: 49%;
        top: 10%;
    }
    .get-access .access-block {
        background-position: 0;
    }
    .get-access .access-desc {
        font-size: 14px;
        font-weight: 400;
    }
}

.join-link {
    width: 100%;
    max-width: 1240px;
    margin: 20px auto;
}

.join-link .join-title {
    display: block;
    margin-bottom: 6px;
    font-size: 56px;
    font-weight: bold;
    color: #fc3213;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.join-link .join-title:hover {
    color: #fff;
    text-decoration: underline;
}

.join-link .join-desc {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

@media all and (max-width: 1260px) {
    .join-link .join-title {
        font-size: 47px;
    }

    .join-link .join-desc {
        font-size: 15px;
    }
}

@media all and (max-width: 1100px) {
    .join-link .join-title {
        font-size: 34px;
    }

    .join-link .join-desc {
        font-size: 11px;
    }
}

@media all and (max-width: 840px) {
    .join-link .join-title {
        font-size: 38px;
    }

    .join-link .join-desc {
        font-size: 15px;
    }
}

@media all and (max-width: 840px) {
    .join-link {
        padding: 0 8px;
        box-sizing: border-box;
    }
    .join-link .join-title {
        font-size: 38px;
    }

    .join-link .join-desc {
        font-size: 15px;
    }
}

@media all and (max-width: 480px) {
    .join-link .join-title {
        font-size: 20px;
    }

    .join-link .join-desc {
        font-size: 11px;
    }
}

.pager {
    margin: 20px 0;
}

.pager div {
    padding-left: 12px;
    padding-right: 12px;
}

.pager ul {
    font-size: 0;
    margin: 10px -5px;
    text-align: center;
}

.pager ul li {
    min-width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 1px 0;
}

.pager ul li.select a {
    color: #fc3213;
    cursor: text;
    background: #fff;
}

.pager ul li:hover a {
    color: #fc3213;
}

.pager ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #232323;
}

.pager ul li.next a {}

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

.prefooter {
    width: 100%;
    margin: 45px 0 0 0;
    background: #292929;
}

.prefooter div {
    position: relative;
    top: -25px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.prefooter div a {
    display: block;
    width: 100%;
    height: 378px;
    background: url("//dirtypublicnudity.com/tour/images/footer_bg.png") no-repeat center;
    background-size: cover;
}

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

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

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

.w-text-footer .text-footer {
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: auto;
}

.w-text-footer a {
    color: #9d9d9d;
}

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

.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: inline-block;
    }
}


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


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