html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: none;
    font-size: 12px;
}

.cams-widget {
    overflow: hidden;
    box-sizing: border-box;
    font-family: sans-serif;
    margin: calc(10px / -2) calc(10px / -2);
    opacity: 0;
    transition: opacity .4s;
}

    .cams-widget.cw-ready {
        opacity: 1;
    }

    .cams-widget .cw-card {
        display: inline-block;
        padding: calc(10px / 2) calc(10px / 2);
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        width: 100%;
        vertical-align: top;
        float: left;
    }

        .cams-widget .cw-card a {
            position: relative;
            color: #fff;
            display: block;
            text-decoration: none;
            background: rgba(0, 0, 0, 0);
            ;
            border: solid 0px rgba(0, 0, 0, 0);
            border-width: 0px 0px 0px 0px;
            border-radius: 0px;
            overflow: hidden;
        }



    .cams-widget.cw-rows-1 .cw-card .cw-thumbnail-ctn {
        padding-top: calc((100vh - (0px + 0px + 0px + 0px)));
    }



.cw-thumbnail-ctn {
    width: 100%;
    height: 0;
    padding-top: calc((100vh - (1 * (0px + 0px + 0px + 0px)) - (0 * 10px)) / 1);
    position: relative;
    overflow: hidden;
    display: block;
    background: center top;
    background-size: cover;
}


    .cw-thumbnail-ctn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
        display: block;
    }




.cams-widget .cw-card img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    z-index: 11;
}

.cw-load-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: top center;
    background-size: cover;
    opacity: 0;
    transition: opacity 500ms;
}

    .cw-load-image.cw-current,
    .cw-load-image.cw-previous {
        opacity: 1;
    }

.cw-info-ctn {
    display: block;
    left: 0;
    right: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 .3em;
    vertical-align: middle;
    text-align: right;
    z-index: 21;
}

.cw-info-ctn-top {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .6);
    height: 1.2em;
    line-height: 1.2em;
    color: #fff;
}

.cw-info-ctn-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    height: 1.2em;
    line-height: 1.2em;
    color: #fff;
}

.cw-card-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.cw-room_subject {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    z-index: 21;
    animation-name: scrollSubject;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate-reverse;
    animation-delay: 0s;
    box-sizing: border-box;
}

    .cw-room_subject.cw-active {
        text-overflow: ellipsis;
        width: 100%;
    }

.cw-card:not(:hover):not(.model-live) .cw-room_subject.cw-active {
    animation-name: none;
    text-indent: 0 !important;
}

@keyframes scrollSubject {
    0% {
    }

    100% {
        text-indent: 0;
    }
}

.cw-info-ctn-left,
.cw-info-ctn-right {
    height: 1em;
    line-height: 1em;
    vertical-align: baseline;
    position: relative;
    margin: calc((1.2em - 1em) /2) 0;
    padding: 0 .3em;
}

.cw-info-ctn-left {
    float: left;
}

.cw-info-ctn-right {
    float: right;
}

.cw-age:after {
    content: ' yo';
}

.cw-gender {
    color: rgba(0, 0, 0, 0);
    letter-spacing: -1em;
}

    .cw-gender:before {
        color: #fff;
        letter-spacing: 0;
    }


    .cw-gender.cw-gender-f:before {
        content: 'Female';
    }

    .cw-gender.cw-gender-m:before {
        content: 'Male';
    }

    .cw-gender.cw-gender-ff:before,
    .cw-gender.cw-gender-mf:before,
    .cw-gender.cw-gender-fm:before,
    .cw-gender.cw-gender-mm:before,
    .cw-gender.cw-gender-c:before {
        content: 'Couple';
    }

    .cw-gender.cw-gender-t:before,
    .cw-gender.cw-gender-tf2m:before,
    .cw-gender.cw-gender-tm2f:before,
    .cw-gender.cw-gender-s:before {
        content: 'Trans';
    }




/*
.cw-info-ctn-right + .cw-info-ctn-right:not(.cw-room_subject) {
    border-right: 1px solid #fff;
}
*/
.cw-thumbnail-border {
    overflow: hidden;
    position: relative;
    border: solid 0px rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    border-radius: 0px;
}

.cw-live {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    transition: 2s;
    transition-delay: 1s;
}

.model-live .cw-live {
    opacity: 1;
}

.cw-live iframe {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center top;
    display: none;
    z-index: 21;
    width: 1600px;
    height: 900px;
    transform: translate(-50%, 0);
}

    .cw-live iframe.show {
        display: block;
    }

.cw-live .cw-load-image {
    display: none;
}

.model-live .cw-live .cw-load-image {
    display: block;
}

.cw-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    opacity: .5;
    z-index: 10;
    transition: width 0s linear;
}

    .cw-progress-bar.complete {
        width: 100%;
        height: 3px;
        transition: width 2s linear;
    }

    .cw-progress-bar.hide {
        display: none;
        width: 0;
    }

.cams-widget .cw-card a:after {
    content: '';
    position: absolute;
    top: auto;
    border-radius: calc();
    bottom: calc();
    background:;
    color:;
    width:;
    height:;
    line-height:;
    font-size:;
    font-weight:;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
}

.cams-widget .cw-card a:hover:after {
    background:;
    color:;
}