	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: #f9f9f9;
		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;

	}
	
	body {
  margin: 0;
}

.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 #f841b5;
  
}

.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:white;
  }
}
	
	.cb_thumbs {
		list-style: none;
		margin: 0;
		padding: 0;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		position: relative;
        align-items: stretch;
		
	}	
	
	.cb_thumbs li {
		background:white;
		padding: 0px;
		margin: 5px;
		float: left;
		width: 230px;
		
	}
	
		.cb_thumbnail {
			position: relative;
			width: 230px;
			height: 173px;
			background-color:#545454;
		}
		
		@media screen and (max-width: 500px) {
		    .cb_thumbnail {
		        width:180px;
		        height:140px;
		    }
		    .cb_thumbs li{
		        width:180px;
		    }
		}
		
		@media screen and (max-width: 400px) {
		    .cb_thumbnail {
		        width:100%;
		        height:140px;
		    }
		    .cb_thumbs li{
		        width:45%;
		    }
		}
		
		.cb_thumbnail img {
			width: 100%;
            height: 100%;
            object-fit: cover;
		}
		
		.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;
            margin: 0;
            padding: 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: #f841b5;
	    max-width: 1568px;
	    margin: 0 auto;
	    height: 60px;
	}
	
	.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;
    margin:25px auto 0;
    padding:0;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    }
    
    #content-fill{
    width:100%;
    }
    
    .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: 400px;
    height:400px;
    width:48%;
    margin:auto;
    }
    
    .resp-container2{
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height:200px;
    width:48%;
    margin:auto;
    background:url(https://camspop.com/img/offline.webp);
    }
    
        @media screen and (max-width:1040px){
    .resp-container2{
        position: relative;
        overflow: hidden;
        margin: auto;
        max-width: 75%;
        max-height: 390px;
        height: 200px;
    }
}

    @media screen and (max-width:640px){
    .resp-container2{
        position: relative;
        overflow: hidden;
        margin: auto;
        height: 200px;
        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:100%;
    height:100%;
    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:1040px){
    .resp-iframe{
        position: absolute;
        max-width: 6400px;
        max-height: 300px;
        margin: auto;
    }
}

    @media screen and (max-width:640px){
    .resp-iframe{
        position: absolute;
        margin: auto;
        height:850px;
    }
}

    @media screen and (max-width:1040px){
    .resp-container{
        position: relative;
        overflow: hidden;
        margin: auto;
        max-width: 75%;
        max-height: 390px;
        height: 300px;
    }
}

    @media screen and (max-width:640px){
    .resp-container{
        position: relative;
        overflow: hidden;
        margin: auto;
        height: 300px;
        max-height: 500px;
        max-width: 100%;
        width: 95%;
    }
}

    .headerdiv {
        background-color:#f841b5;
    }
    
    .menudiv {
        background-color:white;
    }
    
    .thepromoline {
        background-color:#05b0fa;
    }
    
    .promoline {
  background-color: #05b0fa;
  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:#f9f9f9;
        max-width: 1568px;
        margin:0 auto;
        
    }
    
    .content {
        background-color:#f9f9f9;
    }
    
    .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:white;
    border-radius: 3px;
    color:#999;
    border:1px solid;
    font-weight: bold;
    width:40px;
}
.cb_pager .button:hover,.cb_pager .next:hover,.cb_pager .prev:hover{
    color:#05b0fa;
    background-color:white;
    border:1px solid #05b0fa;
    font-weight: bold;
    
}
.cb_pager .current{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:white;
    color:#f841b5;
    border-radius: 3px;
    border:1px solid #f841b5;
    font-weight: bold;
    width:40px;
}
.cb_pager .disabled{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:white;
    border-radius: 3px;
    color:silver;
    border:1px solid silver;
    font-weight: bold;
    width:40px;
}
.cb_pager .next{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:white;
    border-radius: 3px;
    border:1px solid #999;
    color:#999;
    font-weight: bold;
    width:40px;
}
.cb_pager .prev{
    margin:.25em;
    display:inline-block;
    height:2.85em;
    line-height:2.95em;
    text-decoration:none;
    background-color:white;
    border-radius:3px;
    border: 1px solid #999;
    color:#999;
    font-weight: bold;
    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;
    padding-top:15px;
}

.footer {
    background:white;
}

.signup-button-zone {
    float: right;
    padding: 16px;
}

@media screen and (max-width:460px){
.signup-button-zone {
    display:none;
}
}

.signup-button {
    border: 1px solid transparent;
    cursor: pointer;
    outline: 0;
    padding: 6px 20px;
    font-size: .813rem;
    letter-spacing: .013rem;
    line-height: 1.75rem;
    border-radius: 3px;
    background: #9fe20c;
    color: #000000;
}

.signup-button:hover {
  background-color: #82b90a;
  text-decoration: none;
}

.signup-button:active {
  background-color: #3e8e41;
  transform: translateY(1px);
  text-decoration: none;
}

.model-info {
    color: #f8f8f8cc;
    max-width: 752px;;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    max-width: 1568px;
    margin: 0px auto 50px;
    border:1px solid #ddd;
    background-color:white;
}

.vidImageContainer {
    width: 300px;
    height: 225px;
}    

.vidImageContainer:hover .asvideo {
	opacity: 0.8;
	pointer-events: none;}
	
.vidImageContainer:active .asvideo {
	opacity: 0.9;
}

.gallery > div > img {
    object-fit: cover;
} 

.gallImageClass {
    width: 300px;
    height: 225px;
    position: absolute;
    object-fit: cover;
}    

.gallery > div {
    width: 300px;
    height: 280px;
    margin: auto;
    padding: 10px;
} 

.model-data {
    width: 48%;
    background-color: white;
    margin: 5px 0;
    padding: 5px;
    /*height:200px; */
    color:#5d5d5d;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media screen and (max-width:640px){
.model-data {
    width: 95%;
    margin:5px auto;
}
}

.model-data2 {
    width: 24%;
    background-color: white;
    margin:auto;
    height:400px;
    display:grid;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media screen and (max-width:1040px){
.model-data2 {
    width: 48%;
    margin:5px auto;
    height:300px;
}
}

.model-data3 {
    width: 24%;
    background-color: white;
    margin:auto;
    height:400px;
    display:grid;
    align-content: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.model-data3 img{
    margin:auto;
}

@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: 48%;
    background-color: white;
    margin: 5px 0;
    padding: 5px;
    display:grid;
    /*height:200px;*/
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media screen and (max-width:640px){
.model-buttons {
    width: 95%;
    margin:5px auto;
    height:160px;
}
}

.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: #05b0fa;
    min-width: 200px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 3px;
}

.button-model1:hover {
    background: #61cfff;
    color:#ffffff;
    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: #f841b5;
    min-width: 200px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 3px;
}

.button-model2:hover {
    background: #f997d5;
    color:#ffffff;
    text-decoration: none;
}

.related {
    max-width: 1568px;
    margin: 50px auto;
    color:black;
}

.links-container {
    display:flex;
    margin:auto;
    justify-content:space-around;
    max-width: 1568px;
    background-color: white;
    border-top: 1px solid #ddd;
}

@media screen and (max-width:460px){
.links-container {
    display:block;
}
}

.footer-section-item {
    list-style:none;
}

.links ul {
    padding:0px;
}

.links {
    flex: 1 1 0;
    padding: 15px;
    color: #585858;
}

@media screen and (max-width:460px){
.links {
    text-align: center;
}
}

.links li {
    padding: .2rem 0;
    font-size: .75rem;
    line-height: 1.125rem;
}

.footer-section-item-link {
    color: #05b0fa;
    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;
    margin-left: 3px;
    width: 160px;
    margin-top: 5px;
}

.logo-zone {
    height:100%;
}

.top-models {
    float: left;
    text-align: center;
    color: #ffffffcc;
    letter-spacing: .063rem;
    text-decoration: none;
}

@media screen and (max-width:757px){
.top-models, .top-modelsDiv {
    display:none;
    margin-left: 0;
 }
}

.top-models:hover {
    position: relative;
    float: left;
    /* height: 100%; */
    text-align: center;
    color: #ffd3ef;
    letter-spacing: .063rem;
    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;
}

.eye {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 5px;
}


.asvideo {
    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: 70px;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.modeloffline {
    position: absolute;
    font-size: xx-large;
    text-align: center;
    width: 100%;
    margin-top: 70px;
}

.modelshortinfo{
    float:left;
    width:100%;
    overflow:hidden;
}
.modelname{
    float:left;
    width:96%;
    position:relative;
    margin-left:3px
}
.modellink{
    text-decoration:none;
    color:#05b0fa;
    font-weight:bold;
    float:left;
    padding:0;
    margin:0;
    margin-left:3px;
    margin-top:5px;
    margin-bottom:3px;
    font-size:14px
}
.genderage{
    float:right;
    margin: 4px 3px 3px -50px;
    padding:0;
    font-size:12px
}

@media screen and (max-width:359px){
    .genderage{
        display:none;
    }
}
    
.shorttopic{
    float:left;
    width:96%;
    height:32px;
    margin-left:3px;
    margin-right:3px;
    margin-bottom:10px
}
.shorttopictext{
    float:left;
    padding:0;
    margin:0;
    margin-left:3px;
    margin-top:3px;
    margin-bottom:3px;
    font-size:10px;
    color:#666;
}
.timeviewer{
    float:left;
    width:96%;
    height:20px;
    margin-left:3px
}
.timeviewertext{
    float:left;
    margin:0;
    padding:0;
    margin-left:3px;
    font-size:11px;
    color:#505050
}

.camwrap{
    background:white;
    border:1px solid grey;
    border-radius:4px;
    width:180px;
    height:211px;
    font-family:arial;
    font-size:10px;
    margin:3px;
    float:left;
    position: relative;
    list-style-type: none;
    display:block;
}

.camwrap:hover{
    border-color:darkgrey
    
}
.cam-thumbnails{
    width:100%;
    float:left;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    display:block;
}
@media screen and (max-width:2100px){
    .camwrap{
        width:16%;
        height:16%;
    }
    
    .cam-thumbnails{
        width:100%;
        float:left;
        border-top-left-radius:2px;
        border-top-right-radius:2px
    }
}
@media screen and (max-width:1600px){
    .camwrap{
        width:24%;
        height:24%;
    }
    
    .cam-thumbnails{
        width:100%;
        float:left;
        border-top-left-radius:2px;
        border-top-right-radius:2px
    }
}
@media screen and (max-width:1000px){
    .camwrap{
        width:31%;
        height:31%;
    }
    
    .cam-thumbnails{
        width:100%;
        float:left;
        border-top-left-radius:2px;
        border-top-right-radius:2px
    }
}
@media screen and (max-width:800px){
    .camwrap{
        width:47%;
        height:47%;
    }
    
    .cam-thumbnails{
        width:100%;
        float:left;
        border-top-left-radius:2px;
        border-top-right-radius:2px
    }
}
@media screen and (max-width:600px){
    .camwrap{
        height:95%;
    }
    
    .cam-thumbnails{
        width:100%;
        float:left;
        border-top-left-radius:2px;
        border-top-right-radius:2px
    }
}

