	html, body {
  scroll-behavior: auto; /* or use 'auto' or 'initial' as needed */
}
	
	body {
		border:0; 
		margin:0;
		padding:0;
		background-color:white;
		font:.875rem "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	}

	
	#wrapper {
		width: 100%;
		margin: 0px auto;
		padding: 0;
		background-color: white;
		color:black;
	}
	
	a {
		text-decoration: none;
		color: #fff;
	}
	
	a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	.menu {
		margin: 20px 0;
	}
	
	.menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.menu li {
		display: inline;
		padding: 10px;

	}

.topnav1 {
  background-color: white;
  max-width: 1568px;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px solid #cbcbcb;
}

.topnav1 a {
  float: left;
  display: block;
  color: #3b3b3b;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 16px;
}

.topnav1 a:hover {
  box-shadow: inset 0 -3px 0 #c92746;
  
}

.topnav1 a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav1 .icon1 {
  display: none;
}

@media screen and (max-width: 512px) {
  .topnav1 a:not(:first-child) {display: none;}
  .topnav1 a.icon1 {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 512px) {
  .topnav1.responsivemenu {position: relative;}
  .topnav1.responsivemenu .icon1 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav1.responsivemenu a {
    float: none;
    display: block;
    text-align: left;
    background-color: #ffffff;
  }
}
	
	.cb_thumbs {
		list-style: none;
		margin: 0;
		padding: 0;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		
	}	
	
	.cb_thumbsli {
		background: #efefef;
		padding: 0px;
		margin: 5px;
		float: left;
		width: 230px;
	}
	
	@media screen and (max-width:500px){
    .cb_thumbsli{
        width: 45%;
        height: 140px;
    }
}

@media screen and (max-width:445px){
    .cb_thumbsli{
        width: 45%;
        height: 135px;
    }
}

@media screen and (max-width:390px){
    .cb_thumbsli{
        width: 45%;
        height: 120px;
    }
}

@media screen and (max-width:340px){
    .cb_thumbsli{
        width: 45%;
        height: 110px;
    }
}
	
		.cb_thumbnail {
			position: relative;
			width: 230px;
			height: 173px;
			background-color:#888888;
		}
		
			@media screen and (max-width:500px){
    .cb_thumbnail{
        width: 100%;
        height: 140px;
    }
}

@media screen and (max-width:445px){
    .cb_thumbnail{
        width: 100%;
        height: 135px;
    }
}
		
		@media screen and (max-width:390px){
    .cb_thumbnail{
        width: 100%;
        height: 120px;
    }
}

		@media screen and (max-width:340px){
    .cb_thumbnail{
        width: 100%;
        height: 110px;
    }
}
		
		
		.cb_thumbnail img {
			width: 100%;
            height: 100%;
            object-fit: cover;
            display:block;
		}
		
		.cb_thumbnail .cb_status {
			position: absolute;
			background:#000;
			color: #FFF;
			padding: 1px 4px;
			top: 10px;
			left: 10px;
			font-size:13px;
		}
		
			.cb_thumbnail .cb_status.private {
				background: red;
			}	
			
			.cb_thumbnail .cb_status.public {
				background: #14d616;
				border-radius:2px;
			}	
			
			.cb_thumbnail .cb_status.virtualPrivate {
				background: purple;
			}	
			
			.cb_thumbnail .cb_status.groupShow {
				background: darkorange;
			}	
	
	
		.cb_video iframe {
			height: 900px;
		}
		
	.cb_pager {
		    width: 100%;
            text-align: center;
            padding: 0;
            margin: 0;
	}
	
	.cb_pager li {
            width: auto;
            display: inline-block;
    }
	
	.powered {
		background: white;
		margin: 0 auto;
		max-width: 1568px;
		padding: 10px;
		color: #676767;
        border-top: 1px solid #ccc;
	}
	
	.section {
	    background-color: #a02239;
	    max-width: 1568px;
	    margin: 0 auto;
	    height: 50px;
	}
	
	.cb_performer {
	    position: absolute;
	    bottom: 0;
	    padding: 7px;
	    font-weight: 600;
        font-size: 13px;
	}
	
	.cb_performer a:hover {
	    text-decoration:none;
	    color:white;
    }	
	
	#content-wrapper{
    width:100%
    }
    
    .content-wrapper{
    max-width: 1568px;
    padding: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 1278px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    }
    
    #content-fill{
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    }
    
    .video-wrapper{
    margin:25px auto 0;
    height:auto;
    background-color:#e0e0e0;
    border-top:2px solid #acacac;
    border-top-left-radius:6px;
    border-top-right-radius:6px
    }
    
.resp-container{
    position: relative;
    overflow: hidden;
    max-height: 476px;
    height: 432px;
    width: 928px;
    margin: auto;
    /*  justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start; */
    }
    
    .resp-container2{
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height:400px;
    width:48%;
    margin:auto;
    }
    
        @media screen and (max-width:1040px){
    .resp-container2{
        position: relative;
        overflow: hidden;
        margin: auto;
        max-width: 75%;
        max-height: 390px;
        height: 300px;
    }
}

    @media screen and (max-width:640px){
    .resp-container2{
        position: relative;
        overflow: hidden;
        margin: auto;
        height: 300px;
        max-height: 500px;
        max-width: 100%;
        width: 95%;
    }
}
    
    .resp-iframe{
    position: absolute;
    max-width: 100%;
    max-height: 720px;
    margin: auto;
    }
    
    .iframe-container iframe,.resp-iframe{
    top:0;
    left:0;
    width: 928px;
    height: 432px;
    border:0
    }
    
    @media screen and (max-width:1024px){
    .video-wrapper{
        position:relative;
        float:inherit;
        width:100%;
        border-left:2px solid #acacac;
        border-right:2px solid #acacac;
        max-height:800px;
    }
}
    


@media screen and (max-width:930px){
    .resp-iframe{
        position: absolute;
        max-width: 6422px;
        /* max-height: 300px; */
        margin: auto;
        height: 424px;
        width: 545px;
    }
}

    @media screen and (max-width: 586px){
    .resp-iframe{
        position: absolute;
        margin: auto;
        /* height: 100%; */
        width: 100%;
    }
}


@media screen and (max-width:930px){
    .resp-container{
        position: relative;
        overflow: hidden;
        margin: auto;
        max-width: 1090px;
        max-height: 525px;
        height: 424px;
        width: 545px;
    }
}

    @media screen and (max-width: 586px){
    .resp-container{
        position: relative;
        overflow: hidden;
        margin: auto;
        /* height: 199px; */
        /* max-height: 500px; */
        /* max-width: 100%; */
        width: 95%;
        /* height: 95%; */
    }
}

    .headerdiv {
        background-color:#a2252d;
    }
    
    .menudiv {
        background-color:white;
    }
    
    .thepromoline {
        background-color:#f1f1f1;
    }
    
    .promoline {
  background-color: #f1f1f1;
  max-width: 1568px;
  margin: 0 auto;
  height: 40px;
}

.promobutton {
    background-color: #f847c9;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 8px 2px;
    border-radius: 3px;
    font-weight: 700;
}

.promobutton:hover {
    text-decoration:none;
    color:white;
    background-color: #ff1dc3;
}    

.promoall {
  float: left;
  display: block;
  color: #3b3b3b;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  padding: 12px 16px;
}

.promoall:hover {
    text-decoration:none;
}    

.promoline a.active {
  background-color: #4CAF50;
  color: white;
}
    
    .main-wrapper {
        background-color:white;
        max-width: 1568px;
        margin:0 auto;
        
    }
    
    .content {
        background-color:white;
    }
    
    .category-text {
        padding:10px;
        color: #636363;
    }
    
    .cb_pager .button{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:#01b22e;
    border-radius: 4px;
    width:40px;
}
.cb_pager .button:hover,.cb_pager .next:hover,.cb_pager .prev:hover{
    color:white;
    background-color:#00de38
}
.cb_pager .current{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:#005a17;
    color:white;
    border-radius: 4px;
    width:40px;
}
.cb_pager .disabled{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:#005a17;
    border-radius: 4px;
    width:40px;
}
.cb_pager .next{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:#01b22e;
    border-radius: 4px;
    width:40px;
}
.cb_pager .prev{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:#01b22e;
    border-radius: 4px;
    width:40px;
}

@media only screen and (max-width: 359px) {
    .cb_pager .current,.cb_pager .disabled,.cb_pager .next,.cb_pager .prev,.cb_pager .button {
        width: 32px;
    }
}

.pagination-wrapper{
    width:100%;
    height:55px;
    font-family:anton
}

.footer {
    background:white;
}

.signup-button-zone {
    float: right;
    padding: 11px 11px 11px 0;
}

@media screen and (max-width:460px){
.signup-button-zone {
    padding: 11px 5px 11px 0;
}
}

@media screen and (max-width:407px){
.signup-button-zone {
    display:none;
}
}

.signup-button {
    cursor: pointer;
    outline: 0;
    padding: 6px 20px;
    font-size: .8rem;
    line-height: 1.813rem;
    border-radius: 2rem;
    background: #01b22e;
    color: #ffffff;
    font-weight: bold;
}

@media screen and (max-width:460px){
.signup-button {
    padding:6px 6px;
}
}

@media screen and (max-width:407x){
.signup-button {
    display:none;
}
}

.signup-button:hover {
  background-color: #62b477;
  text-decoration: none;
  color: #ffffff;
}
/*
.signup-button:active {
  background-color: #3e8e41;
  transform: translateY(1px);
  text-decoration: none;
}*/

.model-info {
    color: #f8f8f8cc;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1568px;
    margin: 0px auto 50px;
}

.gallImg {
    width: 300px;
    height: 225px;
    position: absolute;
    object-fit: cover;
}

.vidImageContainer {
    width: 300px;
    height: 225px;
}    

.vidImageContainer:hover .vscvideo {
	opacity: 0.8;
	pointer-events: none;}
	
.vidImageContainer:active .vscvideo {
	opacity: 0.9;
}

.gallery > div > img {
    object-fit: cover;
} 

.gallery > div {
    width: 300px;
    height: 225px;
    margin: auto;
    padding: 10px;
} 

.model-data {
    width: 33%;
    background-color: #f7f7f7;
    margin: 5px 0;
    padding: 5px;
    height: 300px;
    color: #5d5d5d;
    /* display: flex; */
    flex-direction: column;
    box-sizing:border-box;

}

@media screen and (max-width:1040px){
.model-data {
    width: 49%;
}
}

@media screen and (max-width:640px){
.model-data {
    width: 95%;
    margin:5px auto;
}
}

.model-data2 {
    width: 24%;
    background-color: #f7f7f7;
    margin:auto;
    height:400px;
    display:grid;
}

@media screen and (max-width:1040px){
.model-data2 {
    width: 48%;
    margin:5px auto;
    height:300px;
}
}

.model-data3 {
    width: 24%;
    background-color: #f7f7f7;
    margin: 5px 0;
    height: 300px;
    display: grid;
    align-content: center;
    justify-content: center;
    padding: 5px;
    box-sizing:border-box;
}

.model-data3 img{
    margin:auto;
    height: 250px;
    width: 240px;
}

@media screen and (max-width:1040px){
.model-data3 {
    display:none;
}
}

@media screen and (max-width:1040px){
.model-data3 img {
    display:none;
}
}

@media screen and (max-width:640px){
.model-data2 {
    width: 95%;
    margin:5px auto;
    height:160px;
}
}

.model-buttons {
    width: 33%;
    background-color: #f7f7f7;
    margin: 5px 0;
    padding: 5px;
    display: grid;
    height: 300px;
    box-sizing:border-box;
}

@media screen and (max-width:1040px){
.model-buttons {
    width: 49%;

}
}

@media screen and (max-width:640px){
.model-buttons {
    width: 95%;
    margin:5px auto;
    height:210px;
}
}

.model-text {
    color: #474747;
    max-width: 1568px;
    margin: auto;
    padding:10px;
}

.button-model1 {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #ffdf83;
    min-width: 200px;
    color: #414141;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 29px;
}

.button-model1:hover {
    background:white;
    color:#414141;
    text-decoration: none;
}

.button-model2 {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #de4112;
    min-width: 200px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 29px;
}

.button-model2:hover {
    background:white;
    color:#414141;
    text-decoration: none;
}

.related {
    max-width: 1568px;
    margin: 50px auto;
    color:white;
}

.links-container {
    display:flex;
    margin:auto;
    justify-content:space-around;
    max-width: 1568px;
    background-color: #f7f7f7;
    flex-wrap: wrap;
}

.footer-section-item {
    list-style:none;
}

.links ul {
    padding:0px;
}

.links {
    flex: 1 1 0;
    padding: 15px;
    color: #585858;
    border-right: 1px solid rgba(164,164,164,.3);
    min-width: 170px;
}

.links li {
    padding: .2rem 0;
    font-size: .75rem;
    line-height: 1.125rem;
}

.footer-section-item-link {
    color: #585858;
    cursor: pointer;
    text-decoration: none;
}

.footer-section-item-link:hover {
    color: #009eeb;
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}

.thumb-fade {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(transparent,transparent,rgba(0,0,0,.2),rgba(0,0,0,.7));
    content: " ";
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.logo {
    height:50px;
    float: left;
    margin-right: 10px;
}

.logo-zone {
    height:100%;
}

.top-models {
    float: left;
    margin-left: 19px;
    padding: 25px 18px;
    color: #ffffffcc;
    letter-spacing: .063rem;
    text-decoration:none;
    line-height: 0px;
}

@media screen and (max-width:613px){
.top-models {
    display:none;
}
}

.top-models:hover {
    position: relative;
    float: left;
    text-align: center;
    color: #ffffffcc;
    letter-spacing: .063rem;
    background-color:#962036;
    text-decoration:none;
}

@media screen and (max-width:512px){
    .top-models:hover {
    position: relative;
    float: left;
    /* height: 100%; */
    text-align: center;
    color: #ffffffcc;
    letter-spacing: .063rem;
    background-color:#912229;
    text-decoration:none;
    display:none;
}}

.footer2257 {
    align-items: center;
    border-bottom: 1px solid #a4a4a433;
    border-top: 1px solid #a4a4a433;
    margin: 20px auto 0;
    min-height: 90px;
    max-width: 1568px;
    background-color: #f7f7f7;
}

.rta-label {
    padding:10px;
}

.footer-labels {
    display:flex;
}

.t2257 {
    padding:10px
}

.t2257 a {
    text-decoration:none;
    line-height:60px;
    color:#666;
}

.t2257 a:hover {
    opacity:1;
    text-decoration:underline;
    line-height:60px;
    color:#009eeb;
}

.copy {
    color: #999;;
    max-width: 1568px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copy-text {
    padding:10px;
}

.social {
    display:flex;
}

.hot {
    color:#999;
    opacity:.5;
    max-width: 1568px;
    margin:0 auto;
    padding: 0 5px;
}

.fade {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: url(https://viralsexcams.com/img/fade.png)repeat-x center;
}

.cb_viewers {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 7px 26px 7px 7px;
    right: 0px;
}

@media screen and (max-width:419px){
    .cb_viewers {
        display:none;
    }
}    

.eye {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 5px;
}


.vscvideo {
    width: 150px;
    height: 150px;
    opacity: 0.7;
    top: 37px;
    left: 75px;
    position: relative;
}
    
.vscvideo:hover {
    opacity: 0.8;
}

.views {
    background: #000000b3;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.dura {
    background: #000000b3;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.modeloffline {
    position: absolute;
    font-size: xx-large;
    text-align: center;
    width: 100%;
    margin-top: 110px;
}