<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 55px;
    background-color: #181818 !important;
    overflow-y: scroll;
}

#xtra {
    color: pink;
}

.camsquare {
    display: block;
    background-size: cover;
    opacity: 0.8;
    transition: all 0.1s;
    position: relative;
    background-color: #333;
    cursor: pointer;
    color: #fff !important;
    border-radius: 2px;
    position: relative;
    padding-bottom: 75%;
}

.camsquare .provider-logo {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}

.camsquare .provider-logo.stripchat {
    mix-blend-mode: multiply;
}

.camsquares {
    --cols: 1;
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    grid-gap: 15px;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.camsquare:hover {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.5), 0 15px 12px rgba(0, 0, 0, 0.5);
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.navbar {
    padding: 8px 1rem;
}

.camsquare .label {
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, 0.3);
    bottom: 5px;
    left: 5px;
    border-radius: 2px;
    font-size: 0.7em;
    padding: 6px;
    font-weight: bold;
}

.camsquare .stream {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.camsquare video {
    object-fit: cover;
}

.camsquare .stream {
    pointer-events: none;
}

.fas {
    margin-right: 5px;
}

.form-control {
    background: #4e4e4e;
    color: #fff;
}

.page-link {
    background: #2a2a2a;
}

.page-item.active .page-link {
    background: #3a3a3a;
}

.page-item.disabled .page-link {
    background: #3a3a3a;
    opacity: 0.5;
}

.page-link:hover {
    background: #5a5a5a;
}

.mr-3 {
    width: 150px;
}

.alert-warning {
    color: #000;
}


#streamshotModal .modal-body {
    justify-content: center;
    overflow-y: scroll;
    max-height: 85vh;
}

#streamshotModal img {
    margin-bottom: 10px;
    max-width: 100%;
}

.fab {
    display: none !important;
}

@media screen and (orientation : portrait) and (max-width : 800px) {
    .fab {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block !important;
    }

    .fab i {
        margin: 0;
    }

    .embed-responsive.provider-10::before {
        padding-top: 75% !important;
    }

}

@media screen and (min-width : 320px) and (max-width : 550px) {
    .camsquares {
        --cols: 2;
    }
}

@media screen and (min-width : 550px) and (max-width : 800px) {
    .camsquares {
        --cols: 3;
    }
}

@media screen and (min-width : 800px) and (max-width : 1000px) {
    .camsquares {
        --cols: 4;
    }
}

@media screen and (min-width : 1000px) and (max-width : 1200px) {
    .camsquares {
        --cols: 5;
    }
}

@media screen and (min-width : 1200px) and (max-width : 1400px) {
    .camsquares {
        --cols: 6;
    }
}

@media screen and (min-width : 1400px) and (max-width : 1600px) {
    .camsquares {
        --cols: 7;
    }
}

@media screen and (min-width : 1600px) and (max-width : 1800px) {
    .camsquares {
        --cols: 8;
    }
}

@media screen and (min-width : 1800px) and (max-width : 2000px) {
    .camsquares {
        --cols: 8;
    }
}

@media screen and (min-width : 2000px) {
    .camsquares {
        grid-template-columns: repeat(auto-fill, 250px);
    }
}


@media screen and (min-width : 400px) and (max-width : 800px) {
    .pagination {
        font-size: 0.7em;
    }

    .camsquare .provider-logo {
        width: 15px;
    }
}



.more-cams-desktop {
    display: none;
}

@media screen and (min-width : 1200px) {

    .more-cams-desktop {
        display: block;
    }

    #details-screen .main {
        flex-grow: 1;
    }

    #details-screen {
        display: flex;
        margin-top: 10px;
    }

    .more-cams-desktop {
        width: 300px;
        flex-shrink: 0;
    }

    .info {
        width: 300px;
    }

    .more-cams-desktop .camsquare {
        margin: 15px;
    }

    .more-cams-desktop .camsquare:first-child {
        margin-top: 0;
    }

    #details-screen .info {
        margin: 0 10px;
        flex-shrink: 0;
        flex-grow: 0;
    }

}


@media screen and (min-width : 1365px) {
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.navbar.fixed-top {
    z-index: 1049;

}

@media screen and (min-width : 1700px) {
    .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

#provider-bar {
    display: none;
}

.btn.btn-primary {
    background: #b3005d;
}

@media screen and (min-width : 1250px) {
    #provider-bar {
        width: 100%;
        display: block;
        background: #000;
        position: fixed;
        top: 0;
        z-index: 1049;
        text-transform: uppercase;
        font-size: 0.7em;
        padding: 5px 10px;
    }

    #provider-bar .provider-bar-link {
        margin-right: 15px;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
    }

    #provider-bar .provider-logo {
        height: 15px;
        margin-right: 5px;
    }
}

.live-promo-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

h4,
.h4 {
    margin: 15px 0;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #ccc;
}

.live-promo-box .background-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}

.live-promo-box .button {
    position: absolute;
    padding: 15px;
    color: pink;
    border: 2px solid #fff;
    background: #b3005d;
    font-size: xx-large;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    z-index: 1;
}

.online .live-promo-box .button {
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.tagline {
    font-size: 0.45em;
    text-transform: uppercase;
}

.footer a {
    margin: 0 6.5px !important;
}

.footer a:last-child {
    margin-right: 0 !important;
}

.firecall-player {
    height: 0;
    position: relative;
    padding-bottom: calc(56.25% + 400px);
    width: 100%;
}

.premium-video-link {
    display: block;
    background: #181818;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-top: 1px solid #3e3e3e;
}

.premium-video-link i {
    float: right;
    margin-top: 3px;
}

.premium-video-link img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

@media screen and (max-width : 1000px) {
    .firecall-player {
        padding-bottom: calc(56.25% + 250px);
    }
}

.firecall-player iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    position: absolute;
}

@keyframes flash {
    0% {}

    50% {
        transform: scale(1.2);
    }

    100% {}
}

#gallery-screen {
    margin: 10px auto;
    width: 95%;
    max-width: 1600px;
}


@media screen and (min-width : 500px) {
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        grid-gap: 15px;
    }
}


@media screen and (max-width : 500px) {
    .gallery-grid .gallery-item {
        margin-bottom: 15px;
    }
}



.gallery-grid .gallery-item {
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 100%;
    width: 100%;
}

.widescreen {
    position: relative;
    padding-bottom: 56.25%;

}

.widescreen img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-grid .gallery-item img {
    border-radius: 5px;

}

.gallery-cam-profile-promo-link {
    text-transform: uppercase;
    background: darkorange;
    color: #000 !important;
    display: block;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    position: sticky;
    top: 62.75px;
    cursor: pointer;
    z-index: 100;
    margin-bottom: 10px;
}

@media screen and (min-width: 1250px) {
    .gallery-cam-profile-promo-link {
        top: calc(62.75px + 26px);
    }
}

.promo-link {
    text-align: center;
    padding: 10px;
    color: #000 !important;
    background: darkorange;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    cursor: pointer;
    max-width: 400px;
    text-transform: uppercase;
    font-weight: bold;
}

.showname {
    word-break: break-all;
}

.synopsis {
    padding: 20px;
    font-size: 1.1em;
    background: #303030;
}

.synopsis .dates {
    font-size: 0.8em;
    opacity: 0.75;
    margin-top: 10px;
}

.synopsis .text a {
    color: #fff;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
}

.alert-me-button {
    font-size: x-large;
    margin: 20px auto;
    color: #000;
    font-weight: bold;
}

.offline .alert-me-button {
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


.camsquare:not(.online) {
    filter: grayscale(95%);
    opacity: 0.5;
}


.babeshowslive .camsquare .label {
    font-size: 1em;
}

@media screen and (min-width : 320px) and (max-width : 550px) {
    .babeshowslive .camsquares {
        --cols: 1;
    }
}

@media screen and (min-width : 550px) and (max-width : 800px) {
    .babeshowslive .camsquares {
        --cols: 2;
    }
}

@media screen and (min-width : 800px) and (max-width : 1000px) {
    .babeshowslive .camsquares {
        --cols: 3;
    }
}

@media screen and (min-width : 1000px) and (max-width : 1200px) {
    .babeshowslive .camsquares {
        --cols: 4;
    }
}

@media screen and (min-width : 1200px) and (max-width : 1400px) {
    .babeshowslive .camsquares {
        --cols: 4;
    }
}

@media screen and (min-width : 1400px) {
    .babeshowslive .camsquares {
        --cols: 5;
    }
}


.babeshowslive .camsquare {
    padding-bottom: 56.25%;
}

@media screen and (min-width : 2000px) {
    .camsquares {
        grid-template-columns: repeat(auto-fill, 250px);
    }
}


@media screen and (min-width: 600px) {
    .search_service_results_container .results-grid {
        columns: 2;
    }
}

@media screen and (min-width: 900px) {
    .search_service_results_container .results-grid {
        columns: 3;
    }
}


@media screen and (min-width: 1300px) {
    .search_service_results_container .results-grid {
        columns: 4;
    }
}


@media screen and (min-width: 1600px) {
    .search_service_results_container .results-grid {
        columns: 5;
    }
}

.search_service_wrapper {
    margin-bottom: 150px;
    margin-top: 20px;
}

.search_service_results_container .results-grid .result-container {
    break-inside: avoid;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    transition: background 0.5s;
    background: #303030;
}

.search_service_results_container .results-grid .result-container:hover {
    background: #2d2d2d;
}

.search_service_results_container .results-grid .result-image-container {
    width: 100%;
}

.search_service_results_container .result-image-container img {
    width: 100%;
    display: block;
}

.search_service_results_container .avatar-badge-link {
    display: block;
    margin-right: 10px;
}

.search_service_results_container .result-header-container {
    display: flex;
    justify-content: space-between;
}

.search_service_results_container .site-icon-container {
    width: 25px;
    height: 25px;
}

.search_service_results_container .site-icon-container img {
    width: 100%;
    height: 100%;
    display: block;
}


.search_service_results_container .result-header-container {
    padding: 12.5px;
}


.search_service_results_container .result-content-footer {
    text-align: right;
    font-size: 0.7em;
}

.view-on-twitter-link {
    text-decoration: underline;
}

.search_service_results_container .result-content-footer,
.search_service_results_container .result-content-container {
    padding: 0 12.5px 12.5px 12.5px;
}

.search_service_results_container .result-author-details {
    display: flex;

}

.search_service_results_container .author-handle {
    font-size: 0.8em;
}

.search_service_results_container .author-display-name,
.search_service_results_container .site-name {
    font-weight: bold;
}


.search_service_results_container .result-content-container a {
    text-decoration: underline;
}


.search_service_results_container a {
    color: inherit;
}

.search_service_results_container .item-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.search_service_results_container .site-name {
    font-style: italic;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.shows-thumb {
    /* filter: blur(12px); */
    overflow: hidden;
    width: 160px;
    height: 90px;
}

.show-thumb-container {
    overflow: hidden;
    position: relative;
}

.show-thumb-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sc-video-link {
    width: 95%;
    display: block;
    font-size: 2em;
    margin: auto;
    font-weight: bold;
    background: rgb(218 218 218);
    text-transform: uppercase;
    text-align: center;
    color: #000;
}


.camsquare {
    position: relative;
    overflow: hidden;
}

.camsquare::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--background-image-url);
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
}

.camsquare.blur::before {
    filter: blur(15px);
}

.camsquare&gt;* {
    position: relative;
    z-index: 1;
}</pre></body></html>