@charset "utf-8";
/* CSS Document */
html, body {
    font-size: 100%;
    display: flex;
    flex: 0 1 100%;
    flex-flow: row wrap;
    margin: 0;
    align-content: flex-start;
    background: url(images.jpg);
    position: relative;
}
header {
    display: flex;
    flex: 1 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 1.4em;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
    line-height: 1.6em;
    background: rgba(255, 255, 255, 0.2);
}
header h1 {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
p.loading {
    position: absolute;
    line-height: 2em;
    left: 0;
    top: 25%;
    text-align: center;
    margin: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
    z-index: 0;
}
iframe.chaturbate{
    width: 100%;
    height: 560px;
    border: 0;
    margin: 0;
    z-index: 5;
}
iframe.bongacams{
    width: 100%;
    height: 525px;
    border: 0;
    z-index: 5;
    margin: 0;
}
.room {
    display: flex;
    flex: 1 1 auto;
    text-align: center;
    justify-content: space-around;
    line-height: 1.6em;
    background: rgba(255, 255, 255, 0.2);
}
.room a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.79);
    font-size: 1.3em;
    text-transform: capitalize;
    line-height: 1.6em;
    transition: all 0.5s ease-out;
}
.room a:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.room a:after {
    position: relative;
    height: 2px;
    display: block;
    content: '';
    width: 0;
    left: 50%;
    /* right: 50%; */
    bottom: 4px;
    /* display: none; */
    transition: all 0.5s ease-out;
    visibility: hidden;
    background: rgb(0, 0, 0);
    /* transform: scale(1); */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.51);
}
.room a:hover:after {width: 100%;
    visibility: visible;
    left: 0;
}
ul.gifkas {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    flex: 0 1 100%;
    margin: 0;
    order: 2;
    align-content: center;
    z-index: 1;
    /* box-shadow: 0 0 8px 3px rgba(33, 14, 14, 0.9); */
    width: 100%;
    border-color: rgba(179, 179, 179, 0.5);
    border-width: 1px;
    border-style: solid;
}
ul.gifkas li {
    display: flex;
    position: relative;
    line-height: 0;
    margin: 1% 0;
    max-width: 150px;
    max-height: 113px;
    flex: 1 0 100%;
    overflow: hidden;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    margin: 4px;
    transition: 0.35s ease-in-out;
}
ul.gifkas li:hover {
    box-shadow: 0 0 8px 3px rgba(103, 103, 103, 0.92);
}
ul.gifkas li b {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    line-height: normal;
    background: rgba(0, 0, 0, 0.39);
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    z-index: 10;
    transition: all .3s ease-out;
    border-radius: 5px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.79);
    font-size: 0.92em;
    height: 100%;
}
ul.gifkas li a{}
ul.gifkas li img{width:100%;border-radius:7px;}
ul.gifkas li:hover img{display:block;}
ul.gifkas li:hover b{opacity:0;z-index:-1;}