body {
	font-family: Tahoma, Geneva, sans-serif;

}

h1.cam {
    font-family: Impact, Charcoal, sans-serif;
    margin: 1%;
    /* float: left; */
    /* position: relative; */
    font-size: 1.8em;
    text-overflow: ellipsis;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
}

h1.main {
    font-family: Impact, Charcoal, sans-serif;
    margin: 10px;
    position: relative;
    font-size: 1.5em;
    text-align: center;
    font-weight: lighter;
}

h2 { 
    font-family: Impact, Charcoal, sans-serif;
    margin: 1%;
    position: relative;
    font-size: 1.3em;
    text-align: center;
    font-weight: lighter;
}

.logo {
    font-family: Impact, Charcoal, sans-serif;
    margin: 1%;
    float: left;
    position: relative;
    font-size: 1.8em;
}
.mob {
    display: none;
}
.logomain {
    font-family: Impact, Charcoal, sans-serif;
    margin-left: 25px;
    float: left;
    position: relative;
    font-size: 1.8em;
}

.logo b, .logomain b { 
    background: red; 
    padding: 3px 10px; 
    border-radius: 5px; 
    color: #fff; 
    font-weight: bolder; 
}

h1 b { 
    background: red; 
    padding: 3px 10px; 
    border-radius: 5px; 
    color: #fff; 
    font-weight: bolder; 
}

.pag {
    text-align: center;
}

.st-btn > svg {
    height: 30px !important;
}

.pag b:hover {
    background: #5B9040;
    color: white;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
}

.username {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: .84em;
    color: rgba(0, 0, 0, 0.8);
}

.summary {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: .75em;
    color: rgba(0, 0, 0, 0.8);
} 
   
.active { 
    background: black; 
}

a { 
    text-decoration: none;
 }

.menu {
    display: inline-block;
    margin: 1%;
    float: right;
    position: relative;
    text-align: center;
}
.chatur{
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 5%;
}
.menumain {
    display: inline-block;
    margin: 1%;
    float: right;
    position: relative;
    text-align: center;
}

.menu b, .pag b, .event b, .menumain b {
    display: inline-block;
    margin: 1% 0 0 0;
    background: lightgrey;
    padding: 5px 10px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bolder;
    font-size: .84em;
}

.fulldesc b {
    /* display: inline-block; */
    background: #5B9040;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bolder;
    font-size: 1em;
}
.layer{
    width: 100%;
    /* max-width: 1000px; */
    position: relative;
    z-index: 10;
}
.thumb {
    display: flex;
    margin: 3px;
    position: relative;
    background: #ececec;
    padding: 20px;
    border-radius: 5px;
    max-width: 320px;
    min-width: 200px;
    flex: 1 1 14%;
    /* content-visibility: auto; */
    /* contain-intrinsic-size: 600px; */
}

.thumb a img.live {z-index:0;/* position:absolute; *//* max-width: 240px; */left: 20px;/* height: 180px; */width: 100%;}
.thumb a img.save {z-index:1;position: absolute;left: 20px;height: 152px;width: 180px;}
.thumb a:hover img.live {z-index:5;}
.thumb a:hover img.save {z-index:2; } 
.gifs img {
    padding: 16px;
}

.room {position: relative;text-align: center;display: flex;margin: 0 5%;flex-flow: row wrap;justify-content: center;flex: 1 1 100%;}
.mainframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
}

.content {
    position: relative;
    text-align: center;
    display: flex;
    margin: 0 2%;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1 1 100%;
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.links {
    font-size: 0.94em;
    font-weight: bold;
    padding: 0px 0px 0px;
    text-align: center;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: center;
    margin: auto;
    width: 88%;
}
.gifs {
    font-size: 0.94em;
    font-weight: bold;
    padding: 0px 0px 0px;
    text-align: center;
    width: 230px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.links a {
    background-color: lightgrey;
    padding: 4px;
    margin: 5px;
    border-radius: 5px;
    display: block;
    color: rgba(0, 0, 0, 0.8);
    flex: 0 0 auto;
}
.gifs a {
    background-color: lightgrey;
    padding: 2.5px;
    margin: 4px;
    border-radius: 5px;
    display: block;
    color: rgba(0, 0, 0, 0.8);
}

b.desc {
    position: absolute;
    background: #5B9040;
    z-index: -5;
    padding: 5px 20px;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    font-size: .85em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
    height: 100px;
}

.thumb:hover b.username {
    /* display: none; */
}

.thumb:hover b.desc {
    /* top: 283px; */
    z-index: 100;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
    display: block;
}

.menu b:hover, .menumain b:hover {
    background: red;
    color: white;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
}

.links a:hover {
    background: #5B9040;
    color: white;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
}
.gifs a:hover {
    background: #5B9040;
    color: white;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
}

.thumb:hover {
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.78);
    background: #5B9040;
    border-radius: 5px 5px 0 0;
}

.thumb b.desc:hover {
    opacity: 0;
    display: none;
}

div.offline {
    display: none;
}

.chat p {
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fff;
    padding: 2% 0;
    margin: 8% 15%;
    width: 70%;
    border-radius: 5px;
}

.chat.online {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
}
.fvm{
    display: flex;
    flex: 0 1 90%;
    position: relative;
}
.fvm img{
    width: 100%;
}
.fvm iframe.chaturbate{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;
    border: 0;
}
.chat404 {
    position: relative;
    text-align: center;
    clear: both;
}

.contactform {
    position: relative;
    text-align: center;
    width: 50%;
    margin: 2% 25%;
}

.contactform p {
    text-align: left;
}


.fulldesc {
    position: relative;
    width: 88%;
    margin: auto;
    font-size: 1em;
    font-weight: bolder;
    background: #ececec;
    padding: 1%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 1%;
}

.event {
    margin: 1% auto 0;
    width: 90%;
    text-align: center;
    font-size: .83em;
    font-weight: bolder;
}

.status {
    text-align: right;
    margin-top: 2%;
}

.freeacc {
    background: green;
}

.offtxt {
    /* width: 374px; */
    display: flex;
    /* margin: auto; */
    /* clear: both; */
    /* text-align: center; */
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.imgoff{
    flex: 1 1 100%;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
.imgoff img{
    width: 100%;
    max-width: 360px;
}
.oftx{
    flex: 100%;
}
.video{
    width: 100%;
    text-align: center;
}
.picdesc {
    text-align: center;
}
.picdesc a{
    color: #5b9040;
}
.picdesc a:hover{
    color: #ff0000;
}
.fullpic{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-around;
    flex-flow: row wrap;
}
.fulldesc img {
    /* float: left; */
    margin: 10px;
    height: 200px;
}

.header {
    overflow: hidden;
}

.footer {
    text-align: center;
}

.footer a {
    background-color: lightgrey;
    padding: 4px;
    margin: 5px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
}

.footer a:hover {
    background: #5B9040;
    color: white;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.78);
}
.bigbanner img { max-width:100%; }
.bigbanner {width: 97%;margin: 10px auto;padding: 20px;border-radius: 5px;position: relative;background-color: #ececec;content-visibility: auto;}
@media screen and (max-width:1215px){
.mob{
    position: absolute;
    background-color: transparent;
    font: initial;
    border: 0;
    font-size: 45px;
    color: #fff;
    opacity: 0.5;
    display: block;
    z-index: 20;
    right: 25px;
    bottom: 25px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
}
.mob:focus {outline:none;}
.mob svg:nth-child(2){
    display: none;
}
.spin{
    display: none;
}
.mob:hover svg:nth-child(1){
    display: none;
}
.mob:hover svg:nth-child(2){
    display: block;
    font-size: 40px;
}
.mob:hover{
    opacity: .5;
}
}
@media screen and (max-width:610px){.fulldesc img{
    height: auto;
    width: 250px;
}
}