@font-face {
    font-family: Gotham;
    src: url(/fonts/Gotham-Light.otf) format("opentype")
}

@font-face {
    font-family: Gotham;
    font-weight: 700;
    src: url(/fonts/Gotham-Bold.otf) format("opentype")
}

@font-face {
    font-family: Gotham Medium;
    src: url(/fonts/Gotham-Medium.otf) format("opentype")
}

@font-face {
    font-family: Gotham Book;
    src: url(/fonts/Gotham-Book.otf) format("opentype")
}

@font-face {
    font-family: DIN Condensed;
    src: url(/fonts/ParaType-DINCondensed.ttf) format("truetype")
}

html {
    font-size: 16px
}

body {
    background: #000;
    color: #fff;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 1em
}

a {
    border: 0;
    color: #d72029;
    cursor: pointer;
    text-decoration: none
}

a.underlined {
    color: #fff;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

h1 {
    font-family: Gotham Book, Helvetica, Arial, sans-serif
}

@media (max-width:768px) {
    h1 {
        font-size: 2em
    }
    h2 {
        font-size: 1.625em
    }
    h3 {
        font-size: 1.5em
    }
    h4 {
        font-size: 1.125em
    }
    h5 {
        font-size: .925em
    }
}

@media (max-width:1023px) {
    h1 {
        font-size: 2.5em
    }
    h2 {
        font-size: 2em
    }
    h3 {
        font-size: 1.5em
    }
    h4 {
        font-size: 1.125em
    }
    h5 {
        font-size: .925em
    }
}

@media (min-width:1024px) {
    h1 {
        font-size: 3em
    }
    h2 {
        font-size: 2em
    }
    h3 {
        font-size: 1.75em
    }
    h4 {
        font-size: 1.125em
    }
    h5 {
        font-size: .925em
    }
}

.thumb {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 260px
}

.thumb img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.thumb .rollover img {
    opacity: 0
}

.shoot-list {
    margin: 0 auto;
    position: relative;
    width: 90%
}

.shoot-list h2 {
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 17.6px;
    margin-bottom: 1.1rem
}

.shoot-list:after,
.shoot-list:before {
    content: "";
    display: table
}

.shoot-list:after {
    clear: both
}

.shoot {
    height: 224px;
    margin: 0 auto 4px;
    margin: 0 auto .25rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 260px
}

.shoot .shoot-thumb-image {
    height: 147px;
    left: 0;
    position: absolute;
    top: 0;
    width: 260px
}

.shoot .shoot-thumb-image img {
    max-height: 147px;
    width: auto
}

.shoot .shoot-thumb-image .rollover img {
    height: 147px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 100%
}

.shoot .shoot-thumb-image .new-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
    z-index: 10
}

.shoot .shoot-thumb-info {
    font-size: 12px;
    font-size: .75rem;
    left: 0;
    line-height: 14.08px;
    line-height: .88rem;
    padding: 5px 2px 0;
    position: absolute;
    text-align: left;
    top: 147px;
    width: 100%
}

.shoot .shoot-thumb-info .top-row-info:after,
.shoot .shoot-thumb-info .top-row-info:before {
    content: "";
    display: table
}

.shoot .shoot-thumb-info .top-row-info:after {
    clear: both
}

.shoot .shoot-thumb-info .date,
.shoot .shoot-thumb-info .stars {
    float: left
}

.shoot .shoot-thumb-info .stars {
    margin-left: 6.4px;
    margin-left: .4rem
}

.shoot .shoot-thumb-info .stars .average-rating {
    font-size: 10px
}

.shoot .shoot-thumb-info .stars span {
    cursor: auto
}

.shoot .shoot-thumb-info .video {
    float: right;
    padding-right: 4.8px;
    padding-right: .3rem;
    text-align: right
}

.shoot .shoot-thumb-info .video:before {
    content: "\e819";
    font-family: kink-video;
    margin-right: 5px
}

.shoot .shoot-thumb-info .video span {
    color: #d72029
}

.shoot .shoot-thumb-info .shoot-thumb-title a {
    color: #fff
}

.shoot .shoot-thumb-info .shoot-thumb-title a:hover {
    text-decoration: underline
}

.shoot .shoot-thumb-info .shoot-thumb-models {
    color: #d72029;
    padding-top: 2px
}

.shoot .shoot-thumb-info .shoot-thumb-models a:hover {
    text-decoration: underline
}


.image-preview-display {
    background: #000;
    text-align: center;
    z-index: 60
}

.image-preview-display img {
    border: 10px solid #666;
    border-radius: 8px;
    margin: 0 auto
}

.image-preview-display .ui-button {
    background-color: #666;
    border: 3px solid #fff;
    border-radius: 26px;
    bottom: 50%;
    color: #fff;
    font-family: kink-icons;
    height: 31px;
    position: absolute;
    right: 20px;
    width: 31px
}

.image-preview-display .ui-button.close {
    bottom: auto;
    right: -8px;
    top: -10px
}

.image-preview-display .ui-button.close:before {
    content: "x";
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 22px;
    left: 6px;
    position: absolute;
    top: -2px
}

.image-preview-display .ui-button.prev {
    left: 20px;
    right: auto
}

.image-preview-display .ui-button.prev .ui-icon {
    left: 1px
}

.image-preview-display .ui-icon {
    left: 4px;
    position: absolute;
    top: 0
}

.image-preview-display .ui-icon:before {
    font-size: 20px;
    line-height: 28px
}

.image-preview-display .ui-dialog-titlebar,
.image-preview-display .ui-dialog-titlebar-close {
    display: none
}

@media (min-width:410px) {
    .shoot-list,
    .thumb {
        max-width: 410px;
        width: 100%
    }
    .thumb {
        height: 231px;
        margin: 0 auto .5rem
    }
    .shoot {
        height: 306px;
        width: 410px
    }
    .shoot .shoot-thumb-image {
        height: 231px;
        width: 410px
    }
    .shoot .shoot-thumb-image img {
        max-height: 231px
    }
    .shoot .shoot-thumb-image .rollover img {
        height: 306px;
        left: 3px;
        top: 3px;
        width: 410px
    }
    .shoot .shoot-thumb-info {
        top: 231px
    }
    .featured-shoots,
    .latest-shoots,
    .most-clicked-shoots,
    .partner-shoots,
    .similar-shoots {
        height: 306px
    }

}

@media (min-width:640px) {
    .shoot,
    .thumb {
        float: left;
        margin: 0 .5rem .5rem 0;
        text-align: center
    }
    .thumb {
        height: 147px;
        max-width: none;
        width: 260px
    }
    .shoot {
        height: 224px;
        width: 260px
    }
    .shoot .shoot-thumb-image {
        height: 147px;
        width: 260px
    }
    .shoot .shoot-thumb-image img {
        max-height: 147px
    }
    .shoot .shoot-thumb-image .rollover img {
        height: 224px;
        left: 2px;
        top: 2px;
        width: 260px
    }
    .shoot .shoot-thumb-info {
        top: 147px
    }
}

@media (min-width:1800px) {
    .shoot .shoot-thumb-image {
        height: 231px;
        width: 410px
    }
    .shoot .shoot-thumb-image img {
        max-height: 231px
    }
    .shoot .shoot-thumb-image .rollover img {
        height: 306px;
        left: 3px;
        top: 3px;
        width: 410px
    }
    .shoot .shoot-thumb-info {
        top: 231px
    }
    .shoot-thumb-image .rollover img {
        left: 3px;
        top: 3px
    }
}

.site-hero {
    margin-bottom: 0;
    padding-top: 10px;
    padding-top: .625rem;
    position: relative
}

.site-hero .player {
    margin: 0
}

.site-hero .header-container {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 180px;
    width: 100%
}

.site-hero .logo {
    height: 50px;
    width: 150px
}

.site-hero .logo,
.site-hero .title {
    padding-left: 8px;
    padding-left: .5rem
}

.site-hero .title {
    text-shadow: 2px 2px 2px #333;
    text-transform: uppercase;
    width: 300px
}

.site-hero .title h1 {
    text-shadow: #333 2px 2px 2px;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem
}

@media (max-width:751px) {
    .channels {
        margin-left: auto;
        margin-right: auto;
        max-width: 638px
    }
}

@media (min-width:752px) {
    .new-channel-tile {
        float: left;
        width: 47%
    }
}

.border-tiles img {
    border: 1px solid hsla(0, 0%, 41%, .5)
}

.more-kink-tiles {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 5%;
    width: 100%
}

.more-kink-tiles h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 16px 0 8px;
    margin: 1rem 0 .5rem;
    text-transform: uppercase
}

.more-tile {
    clear: both;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.more-tile img {
    display: block;
    margin: 0 auto;
    width: 260px
}

@media (min-width:410px) {
    .more-tile img {
        width: 350px
    }
}

@media (min-width:410px) {
    .channel-tile {
        height: 231px;
        margin: 0 auto .5rem;
        width: 410px
    }
}

@media (min-width:640px) {
    .more-kink-tiles {
        margin: 5% auto;
        width: 520px
    }
    .more-kink-tiles h2 {
        font-size: 2rem
    }
    .more-tile img {
        width: 260px
    }
}

@media (min-width:640px) and (max-width:751px) {
    .new-channel-tile .left,
    .new-channel-tile .right {
        background-color: #181818
    }
}

@media (min-width:768px) {
    .channel-tile {
        margin: 2px auto .5rem
    }
    .more-kink-tiles {
        margin-left: 15.5%;
        width: 640px
    }
    .more-tile {
        display: inline-block
    }
}

@media (min-width:860px) {
    .channels {
        margin: 0 auto 3rem;
        padding: 0 1rem
    }
    .channels h2.channels-title {
        text-align: left
    }
    .channel-tile {
        float: left;
        margin-bottom: .1rem;
        padding-right: .625rem
    }
    .new-channel-tile {
        width: 48%
    }
    .more-kink-tiles {
        margin-left: 23%
    }
}

@media (min-width:1040px) {
    .more-kink-tiles {
        margin-left: 15%;
        margin-top: 4.25%;
        width: 860px
    }
}

@media (min-width:1280px) {
    .channels {
        width: 1280px
    }
    .more-kink-tiles {
        margin-left: 19.5%;
        margin-top: 3.5%;
        position: inline;
        width: 1040px
    }
    .new-channel-tile .left,
    .new-channel-tile .right {
        background-color: #181818
    }
}

@media (min-width:1300px) {
    .more-kink-tiles {
        margin: 3.5% auto;
        width: 1040px
    }
}

@media (min-width:1800px) {
    .more-kink-tiles {
        margin-top: 3%;
        width: 1640px
    }
    .more-tile img {
        width: 410px
    }
}

.feedback-tab {
    display: none
}

.top-header {
    background-color: #222;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center
}

.top-header img {
    max-width: 100%
}

.navigation {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.migration {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 55px;
    z-index: 100
}

.migration .modal-content {
    background: #000;
    border: 1px solid #c00;
    margin: 10px;
    padding: 20px
}

.migration h3 {
    font-size: 20px;
    font-size: 1.25rem
}

.migration p {
    color: #ccc
}

.migration p strong {
    color: #fff
}

.migration ul {
    color: #ccc;
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 10% 30px;
    padding: 0;
    text-align: left;
    text-transform: uppercase
}

.migration ul:after,
.migration ul:before {
    content: "";
    display: table
}

.migration ul:after {
    clear: both
}

@media (min-width:600px) {
    .migration .modal-content {
        margin: 75px 10%;
        padding: 40px
    }
    .migration p,
    .migration ul {
        font-size: 1.3rem
    }
}

@media (min-width:900px) {
    .migration h3 {
        font-size: 1.5rem
    }
    .migration li {
        float: left;
        margin-left: 2%;
        width: 48%
    }
    .migration .cta-button,
    .migration .post-comment-button.ready-to-submit {
        font-size: 1.5rem;
        max-width: 80%
    }
}

body,
html {
    margin: 0;
    min-height: 100%;
    padding: 0
}

h1.page-title {
    margin: 24px 0 48px;
    margin: 1.5rem 0 3rem
}

h1.shoot-title {
    clear: both;
    font-size: 28px;
    font-size: 1.75rem;
    margin: 10px 0;
    margin: .625rem 0
}

ul {
    list-style: none
}

ul.nest {
    list-style: disc
}

.double-line {
    border-top: 1px solid #121;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0
}

.error-page,
.four-oh-four {
    margin-top: 120px;
    padding: 20px;
    text-align: center
}

.error-page h1,
.error-page h2,
.error-page h3,
.four-oh-four h1,
.four-oh-four h2,
.four-oh-four h3 {
    padding: 10px
}

.error-page .categories-page,
.error-page .model-page,
.error-page .shoot-list,
.four-oh-four .categories-page,
.four-oh-four .model-page,
.four-oh-four .shoot-list {
    text-align: left
}

.err-500 {
    max-width: 100%
}

.result-message {
    border-radius: 10px;
    padding: 10px;
    padding: .625rem;
    text-align: center
}

.error-container {
    position: relative
}

.error-capitalize {
    font-family: Gotham, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.success-message {
    background: #d1f8c4;
    color: #000
}

.error-message.display,
.success-message.display {
    display: block;
    margin-bottom: 0
}

.notice {
    font-style: italic;
    margin-top: 20px;
    margin-top: 1.25rem
}

.empty {
    padding-top: 20px;
    padding-top: 1.25rem
}

.no-search-results {
    padding: 20px;
    padding: 1.25rem;
    text-align: center
}

a.buy-shoot {
    color: #fff;
    font-size: 13.6px;
    font-size: .85rem;
    text-decoration: underline
}

.user-id {
    display: none
}

.accordion .title {
    background-color: #222;
    cursor: pointer;
    font-weight: 700;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 20px 40px 20px 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    position: relative
}

.accordion .title:after {
    content: "\e810"
}

.accordion .title.open:after,
.accordion .title:after {
    font-family: kink-icons;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 20px;
    top: 1.25rem
}

.accordion .title.open:after {
    content: "\e813"
}

.accordion .content {
    background: #333;
    cursor: pointer;
    display: none;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0;
    padding: 20px 40px 20px 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem
}

.accordion .content.display {
    display: block
}

.borderless th {
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 10px;
    padding: .625rem
}

.borderless th,
.borderless tr:nth-of-type(odd) {
    background: #333
}

.borderless tr:nth-of-type(2n) {
    background: #222
}

.borderless td {
    padding: 10px;
    padding: .625rem
}

.bordered {
    border-collapse: collapse
}

.bordered th {
    border: 1px solid #666;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    padding: .625rem
}

.bordered th,
.bordered tr:nth-of-type(odd) {
    background: #333
}

.bordered tr:nth-of-type(2n) {
    background: #222
}

.bordered td {
    border: 1px solid #666;
    padding: 10px;
    padding: .625rem
}

.bullets,
.bullets-slim {
    list-style-type: disc
}

.bullets li,
.spacing li {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (max-width:595px) {
    .content {
        margin-top: 4.5rem
    }
}

@media (max-width:639px) {
    .shoot-list {
        width: 100%
    }
}

@media (min-width:640px) {
    .shoot-list {
        width: 540px
    }
}

@media (min-width:768px) {
    .shoot-list {
        margin: 1.25rem auto .625rem
    }
}

@media (min-width:875px) {
    .shoot-list {
        width: 810px
    }
}

@media (min-width:1145px) {
    .shoot-list {
        width: 1075px
    }
}

@media (min-width:1310px) {
    .sitelogo-container {
        display: none;
        height: 80px;
        position: relative
    }
    .sitelogo-container .sitelogo {
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .65)), to(transparent));
        background: -o-linear-gradient(right, rgba(0, 0, 0, .65) 0, transparent 100%);
        background: linear-gradient(270deg, rgba(0, 0, 0, .65) 0, transparent);
        display: inline-block;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
        padding: .625rem
    }
}

.container {
    min-width: 100%;
    padding-bottom: 0px;
    padding-top: 0px
}

.container:after,
.container:before {
    content: "";
    display: table
}

.container:after {
    clear: both
}

.container .support-content {
    padding-bottom: 64px;
    padding-bottom: 4rem
}

.hero-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #000;
}

.hero-container img {
    width: 100%
}

.hero-container .hero-image {
    height: 100%;
    max-width: 100%;
    width: 100%
}

.hero-container .playbutton {
    left: 50%;
    margin: -5.5% 0 0 -5.5%;
    max-width: 92px;
    opacity: .5;
    position: absolute;
    top: 50%;
    width: 11%
}

.hero-container .center-hero {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.hero-container .center-hero img {
    height: 140px;
    margin: 0 auto;
    padding-top: 10px;
    width: auto
}

.hero-container .center-hero img.desktop {
    display: none
}

.hero-container .center-hero img.mobile {
    display: block
}

.hero-container .single-hero,
.hero-container .single-hero .header-imgs img {
    display: none
}

.hero-container .double-hero .header-imgs {
    max-height: 384px;
    min-height: 130px
}

.hero-container .double-hero .header-imgs img {
    display: inline-block;
    max-width: 49%
}

.hero-container .mobile-text-hero {
    -webkit-text-stroke-color: #d72029;
    -webkit-text-stroke-width: 1.3px;
    color: #d72029;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
    margin-top: 16px;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase
}

.hero-container .mobile-text-hero .mth-bold {
    -webkit-text-stroke-width: 0;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 700
}

.adblock .main-carousel {
    display: none
}

.adblock .hero-container .single-hero {
    display: block
}

@media (min-width:860px) {
    .hero-container {
        margin: 0 auto .625rem
    }
    .hero-container.display .single-hero {
        display: block
    }
    .hero-container .center-hero,
    .hero-container .mobile-text-hero {
        display: none
    }
    .hero-container .single-hero .header-imgs {
        max-height: 384px;
        min-height: 130px
    }
    .hero-container .single-hero .header-imgs img {
        display: inline-block;
        max-width: 100%
    }
    .hero-container .double-hero {
        display: none
    }
}

@media (min-width:1560px) {
    div.hero-container {
        min-height: 405px
    }
    div.hero-container.site-hero {
        min-height: 350px
    }
    div.home-hero {
        height: 0;
        min-height: 0
    }
    .adblock div.home-hero,
    div.home-hero.display {
        height: 100%;
        min-height: 405px
    }
}

@media (min-width:1645px) {
    div.hero-container {
        min-height: 450px
    }
    div.hero-container.site-hero {
        min-height: 350px
    }
    div.home-hero {
        height: 0;
        min-height: 0
    }
    .adblock div.home-hero,
    div.home-hero.display {
        height: 100%;
        min-height: 450px
    }
}

@media (min-width:1800px) {
    div.hero-container {
        min-height: 550px
    }
    div.home-hero {
        height: 0;
        min-height: 0
    }
    .adblock div.home-hero,
    div.home-hero.display {
        height: 100%;
        min-height: 550px
    }
}

@media (min-width:2210px) {
    div.hero-container {
        min-height: 650px
    }
    div.home-hero {
        height: 0;
        min-height: 0
    }
    .adblock div.home-hero,
    div.home-hero.display {
        height: 100%;
        min-height: 650px
    }
}

.modal-overlay {
    background: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    top: 0;
    z-index: 55
}

.modal-overlay.display {
    display: block
}

.shoots-list-content:after,
.shoots-list-content:before {
    content: "";
    display: table
}

.shoots-list-content:after {
    clear: both
}

@media (min-width:640px) {
    .site-hero .header-container {
        min-height: 250px
    }
    .site-hero .logo {
        height: 75px;
        width: 225px
    }
}

@media (min-width:768px) {
    .hero-container .video-info {
        display: inline-block
    }
    .hero-container .center-hero img {
        height: 100%;
        max-height: 300px
    }
    .hero-container .center-hero img .mobile {
        display: none
    }
    .hero-container .center-hero img .desktop {
        display: block
    }
    .site-hero .video-info {
        max-width: 62%
    }
    .site-hero .header-container {
        min-height: 350px
    }
    .site-hero .logo {
        height: 100px;
        width: 300px
    }
}

@media (min-width:1024px) {
    .site-hero {
        max-width: 100%;
        width: 830px
    }
    .hero-container .center-hero img {
        max-height: 300px
    }
}

@media (min-width:1310px) {
    .hero-container {
        margin: 0 auto .625rem
    }
    .hero-container .video-overlay {
        width: 75%
    }
    .hero-container .center-hero img {
        max-height: 384px
    }
    .hero {
        float: left;
        max-height: 500px;
        max-width: 830px;
        position: relative
    }
    .site-hero {
        width: 1115px
    }
    .site-hero .video-overlay {
        width: 830px
    }
    .site-hero .player {
        background-color: transparent;
        float: right;
        position: relative
    }
    .site-hero p .models {
        cursor: default
    }
}

.logo-overlay:before {
    bottom: 0;
    height: 174px;
    position: absolute;
    right: 0;
    width: 260px;
    z-index: 10
}

.logo-overlay._30minutesoftorment:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/30minutesoftorment.png)
}

.logo-overlay.animatedkink:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/animatedkink.png)
}

.logo-overlay.boundgangbangs:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/boundgangbangs.png)
}

.logo-overlay.boundgods:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/boundgods.png)
}

.logo-overlay.boundinpublic:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/boundinpublic.png)
}

.logo-overlay.buttmachineboys:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/buttmachineboys.png)
}

.logo-overlay.devicebondage:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/devicebondage.png)
}

.logo-overlay.divinebitches:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/divinebitches.png)
}

.logo-overlay.dungeonsex:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/dungeonsex.png)
}

.logo-overlay.electrosluts:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/electrosluts.png)
}

.logo-overlay.everythingbutt:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/everythingbutt.png)
}

.logo-overlay.footworship:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/footworship.png)
}

.logo-overlay.fuckingmachines:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/fuckingmachines.png)
}

.logo-overlay.hardcoregangbang:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/hardcoregangbang.png)
}

.logo-overlay.hogtied:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/hogtied.png)
}

.logo-overlay.kinkuniversity:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/kinkuniversity.png)
}

.logo-overlay.meninpain:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/meninpain.png)
}

.logo-overlay.menonedge:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/menonedge.png)
}

.logo-overlay.nakedkombat:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/nakedkombat.png)
}

.logo-overlay.publicdisgrace:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/publicdisgrace.png)
}

.logo-overlay.sadisticrope:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/sadisticrope.png)
}

.logo-overlay.sexandsubmission:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/sexandsubmission.png)
}

.logo-overlay.thetrainingofo:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/thetrainingofo.png)
}

.logo-overlay.theupperfloor:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/theupperfloor.png)
}

.logo-overlay.tspussyhunters:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/tspussyhunters.png)
}

.logo-overlay.tsseduction:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/tsseduction.png)
}

.logo-overlay.ultimatesurrender:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/ultimatesurrender.png)
}

.logo-overlay.waterbondage:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/waterbondage.png)
}

.logo-overlay.whippedass:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/whippedass.png)
}

.logo-overlay.wiredpussy:before {
    content: url(https://cdnp.kink.com/assets/sitelogos/thumbs/wiredpussy.png)
}

.shoot-content {
    margin: 0 auto;
    max-width: 830px;
    padding: 10px 0 20px;
    padding: .625rem 0 1.25rem;
    width: 100%
}

.player {
    position: relative;
    text-align: center;
    width: 100%
}

.player,
.player:focus {
    outline: 0
}

.player video {
    height: 100%;
    max-width: 100%;
    width: 100%
}

.player .portrait-true {
    max-height: 560px;
    width: auto
}

.player img {
    max-height: 560px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%
}

.player .mejs-poster {
    background-color: #000;
    background-size: contain
}

.player .mejs-container-fullscreen.mejs-android {
    top: -54px
}

.player .mejs-container-fullscreen.mejs-android .mejs-controls {
    bottom: 49px
}

@media (min-width:850px) {
    .player .mejs-poster {
        background-size: cover
    }
}

.video-player {
    color: #fff;
    min-height: 466px
}

.video-player p {
    position: absolute
}

a,
a:focus,
div,
div:focus,
embed,
embed:focus,
object,
object:focus,
span,
span:focus {
    outline: 0
}

.mejs-button button,
.mejs-overlay-button,
.mejs-overlay-loading-bg-img {
    background-image: url(/images/mejs-controls.svg)
}

.columns {
    position: relative
}

.columns:after,
.columns:before {
    content: "";
    display: table
}

.columns:after {
    clear: both
}

.columns .column {
    float: left;
    padding: 5px;
    width: 50%
}

.columns .shoot-logo h3 {
    color: #fff;
    text-decoration: underline
}

.columns .shoot-logo a,
.columns .shoot-logo a img {
    display: inline-block;
    max-width: 100%
}

.columns a.shoot-details {
    background: #333;
    color: #fff;
    float: right;
    padding: 8px;
    padding: .5rem;
    width: 100%
}

.channel-purchase-options,
.shoot-purchase-options {
    text-align: center
}

.channel-purchase-options a.join-button,
.shoot-purchase-options a.join-button {
    margin-bottom: 5px
}

.channel-purchase-options {
    max-width: 200px;
    width: 100%
}

.channel-purchase-options a.join-button {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.details {
    background: #222;
    min-height: 130px;
    padding: 10px;
    padding: .625rem;
    position: relative;
    text-align: left
}

.shoot-info {
    display: none;
    margin-top: 48px;
    margin-top: 3rem
}

.shoot-info .column p {
    margin: 0
}

.shoot-info .starring a {
    color: #d72029
}

.description {
    margin: 20px 0 40px;
    margin: 1.25rem 0 2.5rem
}

@media (min-width:640px) {
    .shoot-content .columns .column {
        float: left;
        min-height: 1px;
        width: 49%
    }
    .shoot-content .columns p {
        margin: 0 0 .3125rem
    }
    .shoot-content .shoot-details {
        display: none
    }
    .shoot-content .shoot-info,
    .shoot-content .shoot-logo {
        display: block
    }
    .shoot-content h1 .shoot-title {
        margin: 1.25rem 0
    }
    .shoot-purchase-options {
        margin: 0;
        max-width: 200px;
        position: absolute;
        right: 1rem;
        top: 21px;
        width: 100%
    }
    .member-content h4 {
        font-size: 1.25rem
    }
    .member-content p {
        color: #666;
        display: block;
        font-size: .875rem;
        margin: 0;
        text-align: center
    }
    .member-content div {
        margin: .25rem 0 1.25rem
    }
}

@media (min-width:768px) {
    .member-content .clips,
    .member-content .full,
    .member-content .trailer {
        top: -15px
    }
}

.shoot-rating:after,
.shoot-rating:before {
    content: "";
    display: table
}

.shoot-rating:after {
    clear: both
}

.shoot-rating .labels,
.shoot-rating .message,
.shoot-rating .star-ratings {
    float: left;
    line-height: 20px;
    line-height: 1.25rem
}

.shoot-rating .message div {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-left: 10px;
    padding-left: .625rem
}

.labels {
    width: 40%
}

.average-rating {
    color: #d72029
}

.average-rating,
.member-rating {
    direction: rtl;
    font-family: kink-icons;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    text-align: left;
    unicode-bidi: bidi-override
}

.average-rating.rated,
.member-rating.rated {
    color: #d72029
}

.average-rating .star1:after,
.average-rating .star2:after,
.average-rating .star3:after,
.average-rating .star4:after,
.average-rating .star5:after,
.member-rating .star1:after,
.member-rating .star2:after,
.member-rating .star3:after,
.member-rating .star4:after,
.member-rating .star5:after {
    content: "\e80e"
}

.member-rating-container {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center
}

.member-rating-container .member-rating {
    display: inline
}

.member-rating {
    color: #888;
    padding-left: 20px;
    padding-left: 1.25rem
}

.member-rating span {
    cursor: pointer
}

.member-rating span:hover:after,
.member-rating span:hover~span:after {
    color: #d72029;
    content: "\e805"
}

[data-rating="05"] .star1:after {
    content: "\e807"
}

[data-rating="10"] .star1:after,
[data-rating="15"] .star1:after {
    content: "\e805"
}

[data-rating="15"] .star2:after {
    content: "\e807"
}

[data-rating="20"] .star1:after,
[data-rating="20"] .star2:after,
[data-rating="25"] .star1:after,
[data-rating="25"] .star2:after {
    content: "\e805"
}

[data-rating="25"] .star3:after {
    content: "\e807"
}

[data-rating="30"] .star1:after,
[data-rating="30"] .star2:after,
[data-rating="30"] .star3:after,
[data-rating="35"] .star1:after,
[data-rating="35"] .star2:after,
[data-rating="35"] .star3:after {
    content: "\e805"
}

[data-rating="35"] .star4:after {
    content: "\e807"
}

[data-rating="40"] .star1:after,
[data-rating="40"] .star2:after,
[data-rating="40"] .star3:after,
[data-rating="40"] .star4:after,
[data-rating="45"] .star1:after,
[data-rating="45"] .star2:after,
[data-rating="45"] .star3:after,
[data-rating="45"] .star4:after {
    content: "\e805"
}

[data-rating="45"] .star5:after {
    content: "\e807"
}

[data-rating="50"] .star1:after,
[data-rating="50"] .star2:after,
[data-rating="50"] .star3:after,
[data-rating="50"] .star4:after,
[data-rating="50"] .star5:after {
    content: "\e805"
}

.rating-error-message {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.rating-error-message a {
    text-decoration: underline
}

.rating-error-message.display {
    display: block
}

.comment-list table {
    border-collapse: collapse;
    display: none;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 100%
}

.comment-list table.display {
    display: block
}

.comment-list tr:nth-of-type(2n) {
    background: #000
}

.comment-list tr:nth-of-type(2n+3) {
    background: #333
}

.comment-list th {
    text-transform: uppercase
}

.comment-list td,
.comment-list th {
    padding: 10px;
    padding: .625rem
}

.comment-list td {
    vertical-align: top
}

.comment-list .comment-date {
    width: 22%
}

.comment-list .comment-body {
    width: 70%
}

.comment-list .comment-author {
    width: 17%
}

.comments .comment-form:after,
.comments .comment-form:before {
    content: "";
    display: table
}

.comments .comment-form:after {
    clear: both
}

.comments .comment-form .post-comment {
    color: #696969;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    height: 64px;
    height: 4rem;
    min-height: 64px;
    min-height: 4rem;
    width: 63%
}

.comments .comment-form .comment-button {
    float: right;
    text-align: center;
    width: 35%
}

.comments .comment-form .comment-button .post-comment-button {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.comment-error-message {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    max-width: 400px;
    max-width: 25rem
}

.comment-error-message.display {
    display: block
}

@media (min-width:1024px) {
    .comment-area-container {
        margin: 1.25rem auto;
        width: 25rem
    }
}

.model-page.page-title {
    text-align: center
}

.model-list {
    margin-left: 10%
}

.model {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 20px 20px 0;
    margin: 0 1.25rem 1.25rem 0;
    position: relative;
    text-align: center;
    width: 100%
}

.model .model-image-container {
    margin: 0 auto;
    max-width: 100%;
    width: 273px
}

.model img {
    width: 100%
}

.model a.model-name {
    background: rgba(0, 0, 0, .65);
    bottom: 20px;
    bottom: 1.25rem;
    display: block;
    padding: 5px;
    padding: .3125rem;
    position: absolute;
    width: 100%
}

.owl-carousel.model-image {
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 20px 0;
    padding: 0 .625rem 1.25rem 0;
    width: 273px
}

.owl-carousel.model-image .owl-item {
    height: 410px;
    width: 273px
}

.owl-carousel .owl-dots {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #fff;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #d72029
}

.model-data {
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
    width: 273px
}

.model-shoots {
    clear: both
}

.model-shoots:after,
.model-shoots:before {
    content: "";
    display: table
}

.model-shoots:after {
    clear: both
}

.model-shoots h3 {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.advanced-model-search {
    color: #fff;
    display: block;
    padding: 16px 0;
    padding: 1rem 0
}

.advanced-search,
.model-filter {
    display: none
}

.advanced-search.display,
.model-filter.display {
    display: inline-block
}

.advanced-search.display {
    padding-bottom: 16px;
    padding-bottom: 1rem
}

.advanced-search select {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

@media (min-width:410px) {
    .view-more-model {
        float: left;
        height: 300px;
        width: 200px
    }
    .model {
        float: left;
        width: auto
    }
    .model .model-image-container {
        height: 300px;
        overflow: hidden;
        width: 200px
    }
}

@media (min-width:640px) {
    .model-page {
        width: 540px
    }
    .model-page .page-title {
        text-align: left
    }
    .model-page .owl-carousel.model-image {
        float: left;
        margin: 0 0 0 1rem
    }
    .model-page .model-data {
        margin: 0;
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .model-page {
        margin: 1.25rem auto .625rem
    }
}

@media (min-width:875px) {
    .model-page {
        width: 810px
    }
}

@media (min-width:1145px) {
    .model-page {
        width: 1075px
    }
}

.categories-header {
    margin-top: 69px;
    margin-top: 4.3125rem
}

.categories-header:after {
    clear: both;
    content: "";
    display: table
}

.categories-header h2 {
    float: left
}

.categories-dropdown {
    float: right;
    font-size: 19.2px;
    font-size: 1.2rem;
    position: relative;
    top: -3px;
    top: -.1875rem;
    vertical-align: middle
}

.categories-dropdown:after,
.categories-dropdown:before {
    content: "";
    pointer-events: none;
    position: absolute
}

.categories-dropdown:before {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 1px 1px 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 32px;
    width: 2rem
}

.categories-dropdown:after {
    color: rgba(0, 0, 0, .9);
    content: "\25BC";
    font-size: 10px;
    font-size: .625rem;
    height: 16px;
    height: 1rem;
    line-height: 1;
    margin-top: -4px;
    margin-top: -.25rem;
    right: 12.8px;
    right: .8rem;
    top: 50%
}

.categories-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 1px;
    color: #444;
    font-size: inherit;
    margin: 0;
    padding: 10.4px 104px 6.4px 20.8px;
    padding: .65rem 6.5rem .4rem 1.3rem
}

.categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto 80px;
    margin: 0 auto 5rem;
    width: 82%
}

.category-link {
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-height: 300px;
    max-height: 18.75rem;
    max-width: 200px;
    max-width: 12.5rem;
    position: relative
}

.category-link img {
    margin: 0 auto;
    max-width: 100%
}

.category-link .category-name {
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    padding: 9.6px 0 3.2px;
    padding: .6rem 0 .2rem;
    position: absolute;
    text-align: center;
    width: 100%
}

.preference-links {
    display: inline-block;
    margin: -4px 0 0 16px;
    margin: -.25rem 0 0 1rem
}

.preference-links a {
    background-color: #444;
    color: #fff;
    display: inline-block;
    font-size: 14.4px;
    font-size: .9rem;
    padding: 12px 6.72px 10.4px;
    padding: .75rem .42rem .65rem;
    text-align: center;
    width: 70.4px;
    width: 4.4rem
}

.preference-links .selected {
    background-color: #d72029
}

@media (max-width:874px) {
    .categories-page {
        width: 64%
    }
    .categories-header {
        margin: 2.5rem auto 0;
        text-align: center;
        width: 82%
    }
    .categories-header h2 {
        margin-bottom: .8rem
    }
    .categories-header .preference-links {
        margin-bottom: 1rem
    }
    .categories-dropdown {
        float: none;
        top: 1.0625rem
    }
    .categories-dropdown:before {
        bottom: -.625rem
    }
    .categories-list {
        margin-top: 1.7rem
    }
    .category-link {
        width: 6.3125rem
    }
    .category-link .category-name {
        font-size: .77rem;
        padding: .4rem 0
    }
}

@media (max-width:824px) {
    .categories-page {
        margin: 1.25rem auto .625rem;
        width: 71%
    }
}

@media (max-width:724px) {
    .categories-page {
        width: 100%
    }
    .categories-header,
    .categories-list {
        width: 62%
    }
    .category-link {
        width: 5.7rem
    }
}

@media (max-width:415px) {
    .categories-header {
        margin-top: 2rem;
        width: 90%
    }
    .categories-header h2 {
        font-size: 1.4rem
    }
    .categories-dropdown {
        font-size: 1rem
    }
    .categories-list {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:874px) {
    .categories-page {
        width: 93%
    }
    .categories-header {
        width: 62%
    }
    .categories-header h2 {
        font-size: 1.9rem
    }
    .categories-dropdown:before {
        bottom: -.625rem;
        top: -.625rem
    }
    .categories-list {
        width: 100%
    }
    .category-link {
        width: 10rem
    }
}

@media (max-width:767px) {
    .categories-dropdown:after {
        margin-top: 1.4rem
    }
}

@media (min-width:788px) and (max-width:874px) {
    .categories-dropdown:before {
        right: 6.125rem
    }
    .categories-dropdown:after {
        margin-top: 1.4rem;
        right: 6.875rem
    }
}

@media (min-width:875px) and (max-width:1174px) {
    .category-link {
        width: 9.625rem
    }
    .category-link .category-name {
        font-size: .96rem;
        padding: .5rem 0 .3rem
    }
}

@media (max-width:595px) {
    .category-selection {
        width: 100%
    }
}

@media (min-width:768px) {
    .categories-page {
        margin: 1.25rem auto .625rem
    }
}

@media (min-width:875px) {
    .categories-page {
        width: 810px
    }
}

@media (min-width:1145px) {
    .categories-page {
        width: 1075px
    }
}

.login,
.signup {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 60px;
    padding: 3.75rem;
    text-align: center
}

.login .static-loginsignup-container,
.signup .static-loginsignup-container {
    background: #222;
    margin: 0 auto;
    max-width: 900px;
    padding: 80px
}

.login h2,
.signup h2 {
    line-height: 1.5em;
    margin: 20px 0 40px;
    margin: 1.25rem 0 2.5rem
}

.login a,
.signup a {
    color: #fff;
    text-decoration: underline
}

.login a.forgot-password,
.signup a.forgot-password {
    color: #d72029;
    display: block;
    font-size: .6em;
    margin-bottom: 42.672px;
    margin-bottom: 2.667rem
}

.login p,
.signup p {
    margin: 24px 0 16px;
    margin: 1.5rem 0 1rem;
    text-align: left
}

.login .cta-button,
.login .post-comment-button.ready-to-submit,
.signup .cta-button,
.signup .post-comment-button.ready-to-submit {
    border: 0;
    color: #fff;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 24px auto;
    margin: 1.5rem auto;
    padding: 10px;
    padding: .625rem;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
    width: 100%
}

.login .contact-support,
.signup .contact-support {
    background-color: #d72029;
    margin: 0 auto;
    max-width: 900px;
    padding: 10px;
    position: relative
}

@media (min-width:560px) {
    .container {
        padding-top: 0px
    }
    .container a:target {
        content: "";
    }
    .container .free-shoot {
        padding-top: 50px
    }
    .container.subsite {
        padding-top: 0px
    }
    .container.subsite a:target {
        content: "";
        display: block;
    }
}

.animated-ellipsis:after {
    -webkit-animation: ellipsis steps(4) 1.1s infinite;
    animation: ellipsis steps(4) 1.1s infinite;
    content: "\2026";
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    width: 0
}

@-webkit-keyframes ellipsis {
    to {
        width: 1rem
    }
}

@keyframes ellipsis {
    to {
        width: 1rem
    }
}

