@charset "utf-8";* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body {
    color: #ffeded;
    margin: 0;
    background: maroon;
	-webkit-text-size-adjust: none
}

.logo {
    flex: 1 1 auto;
    text-align: center;
    align-self: center;
    border-radius: 7px;
    min-width: 180px;
    display: flex;
    justify-content: center
}

.logo img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px
}

header {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%;
    border-radius: 5px;
    z-index: 1;
    margin: 5px;
    justify-content: stretch;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    border: 2px solid #a00000;
    background: #000
}

header h1 {
    flex: 1 0 auto;
    max-width: 650px;
    text-align: center;
    margin: 0;
    line-height: 3em;
    font-size: 1.3em;
    text-shadow: 3px 3px 3px rgba(0,0,0,.75);
    text-transform: capitalize
}

header>ul {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    list-style: none;
    align-items: center
}

header ul li {
    flex: 1 0 auto;
    text-align: center;
    margin: 6px 1px;
    position: relative
}

.click {
    width: 100%;
    border: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: 0;
    font: inherit;
    font-size: 1.4em;
    margin: 4px 0;
    border-radius: 20px;
    border-top: 2px solid #ffeded;
    border-bottom: 2px solid #ffeded
}

.click span {
    width: 27px;
    font-weight: 700;
    display: inline-block
}

.menu {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    font-weight: 700;
    height: 43px;
    margin: 13px 0 10px 73px;
    border: solid 2px;
    border-right-width: 0;
    border-left-width: 0;
    max-width: 60px;
    border-radius: 5px
}

.start {
    color: #ffeded;
    padding: 0 5px;
    background: 0 0;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.random{display: none;}
.start:hover {
    color: #ffeded;
    border-color: rgba(255,237,237,.68);
    background: maroon
}

.stop {
    background: #720310;
    color: #000;
    padding: 0 5px;
    border-color: #720310;
    opacity: 1;transition: opacity 0.5s ease;display: inline-block;
}
.stop.fade-out {opacity: 0;pointer-events: none;}
.stop:hover {
    color: #ffeded
}

.icons {
    list-style: none;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: space-around
}

li.icons {
    font-size: 1.5em;
    margin: 0 10px;
    text-shadow: 3px 3px 3px rgba(0,0,0,.75)
}

li.icons a {
    padding: 7px
}

header li.icons .fa:hover {
    transform: rotate(360deg);
    color: #a00000;
}

header li.icons .fa {
    transition: .4s ease-out
}

header ul li a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    font-size: 1em
}

header img {
    position: relative;
    z-index: 3000
}

header ul li a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #000;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid rgba(255,237,237,.25);
    background-image: url(bg-dark-4775.jpg)
}

.csstransforms3d header ul li a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: maroon;
    content: attr(data-hover);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 5px;
    border: 1px solid rgba(255,237,237,.4)
}

header ul li a:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px)
}


a {
    text-decoration: none;
    color: #ffeded;
    outline: 0
}

main {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto
}

main div.videoembed {
    flex: 0 1 45%;
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-self: flex-start;
    padding: 5px
}
.video-wrap{
    flex: 1 1 auto;
    border: 0;
    display: flex;
}
main ul.headcam {
    display: flex;
    flex: 1 1 auto;
    list-style: none;
    border-radius: 5px;
    margin: 1px 0 6px 0;
    order: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    border: 2px solid #a00000;
    background: #000;
    justify-content: space-between;
}

main ul.headcam li {
    text-align: center;
    margin: 0 5px;
    display: flex;
    align-items: center
}

main ul.headcam li a {
    position: relative
}

main ul.headcam li img.hidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .7s ease-out
}

main ul.headcam li img.visible {
    transition: .7s ease-out;
    opacity: .75
}

main ul.headcam li a:hover img.hidden {
    opacity: 1
}

main ul.headcam li a:hover img.visible {
    opacity: 0
}

.chat {
    font-size: 1em;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    border: 2px solid #a00000;
    background: #000;
    border-radius: 5px;
    margin: 0 0 -2px;
    flex: 1 1 auto;
    text-transform: uppercase;
    padding: 4.5px;
    text-align: center
}

.button {
    display: flex;
    flex: 0 1 70%;
    list-style: none;
    margin: 0;
    order: 0;
    justify-content: center;
    align-items: center
}

.fa-3x {
    font-size: 1em!important
}

.fa-fw {
    width: 1em!important
}

main div.videoembed img {
    /* flex: 1 0 auto; */
    width: 100%;
    /* display: block; */
    border-radius: 5px;
}
img.layer {
    width: 100%;
    position: relative;
    z-index: 200;
    flex: 1 1 auto
}
iframe.chaturbate {
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
main div.videoembed div.info {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    order: 2;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    border: 2px solid #a00000;
    margin: 5px 0 0 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    background-image: url(bg-dark-4774.jpg)
}

main div.videoembed div.info div.mainslider {
    max-width: 320px;
    order: 3;
    margin: 5px 0 5px 0;
    position: relative
}

main div.videoembed div.info div.mainslider:hover i.user {
    /* opacity: 0; */
}

main div.videoembed div.info div.mainslider .sliders>.flex-direction-nav {
    display: none
}

main div.videoembed div.info div.mainslider .sliders {
    overflow: hidden
}

main div.videoembed div.info div.mainslider>img {
    box-sizing: border-box
}

main div.videoembed div.info i.user .fa {
    margin-right: 3px
}

main div.videoembed div.info i.user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    align-self: auto;
    text-shadow: 3px 3px 3px rgba(0,0,0,.75);
    line-height: 2em;
    position: absolute;
    z-index: 100;
    bottom: 0;
    transition: all .5s ease-out;
    opacity: .9;
    font-size: .9em
}

main div.videoembed div.info span {
    flex-flow: row wrap;
    transition: all .5s ease-out;
    align-content: flex-start;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    font-size: 1em;
    z-index: 3;
    max-width: 600px
}

main div.info>img {
    border: 2px solid #000;
    box-sizing: border-box
}

main div.videoembed p.loading {
    position: absolute;
    line-height: 2em;
    left: 9%;
    top: 20%;
    text-align: center;
    color: #ffeded;
    font-size: 1.5em;
    text-shadow: 0 0 3px #6d6d6d;
    text-transform: capitalize;
    margin: 5px;
}

main div.videoembed p.loading .fa-3x {
    font-size: 1em
}

main div.videoembed div.info:hover span {
    left: 0;
    top: 0
}

main div.videoembed div.info span em {
    font-style: normal
}

main div.videoembed div.info span b {
    flex: 1 0 93%;
    text-align: center;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    font-size: 1.1em;
    border-bottom: 1px dotted rgba(160,0,0,.7);
    border-top: 1px dotted rgba(160,0,0,.7);
    background: rgba(128,0,0,.27);
    border-radius: 5px
}

main div.videoembed div.info span a {
    text-align: center;
    display: block;
    text-transform: capitalize;
    transition: .5s ease-in-out;
    margin: 3px;
    overflow: hidden
}

main div.videoembed div.info span a:hover {
    color: #a00000
}

main div.videoembed div.info span a strong {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    text-decoration: underline
}

main div.videoembed div.info span a strong:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    white-space: nowrap;
    text-decoration: underline
}

main div.videoembed div.info span a:hover strong {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

main div.videoembed>iframe {
    flex: 1 1 auto;
    border: 0;
    position: relative;
    display: flex;
    z-index: 90
}

main div.videoembed iframe.livejasmin {
    border-radius: 3px;
    flex: 1 1 auto;
    z-index: 90
}

h2 {
    font-size: .9em;
    font-weight: initial
}

.videochat {
    flex: 1 1 auto;
    position: relative;
    /* display: flex; */
    flex-flow: row wrap;
    border: 2px solid #a00000;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    /* height: 500px; */
}
.videochat.stuck {
    position: fixed;
    top: calc(100% - 230px);
    left: 5px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 396px;
    height: 225px;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    z-index: 9999;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
}
.videochat #close {
    display: none
}
.videochat.stuck:hover #close {
    opacity: 1;
}
.stuck #close {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: all;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    background: rgba(50,50,50,.4);
    top: 11px;
    right: 11px;
    opacity: .4;
    z-index: 210;
}
#close:hover {
    background: rgba(50,50,50,.9);
    transform: rotate(90deg)
}

#close:after,#close:before {
    content: '';
    position: absolute;
    margin: auto;
    width: 1.4rem;
    height: 3px;
    background: #fff
}

#close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tags {
    display: flex;
    justify-content: center;
    flex-flow: row wrap
}

.hypno {
    display: flex;
    order: 5;
    justify-content: center;
    margin: 5px 0 0 0;
    background: #000;
    border: #a00000 2px solid;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    flex-flow: row wrap
}

.hypnoimage {
    margin: 5px;
    border-radius: 5px
}

.button a {
    text-align: center;
    display: block;
    text-transform: capitalize;
    transition: .5s ease-in-out;
    overflow: hidden;
    margin-left: 3px;
}

.button a strong {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.button a strong:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    white-space: nowrap
}

.button a:hover strong {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.jasmin {
    flex: 1;
    border-radius: 5px
}

#object_container_0 iframe {
    border-radius: 3px;
}

main div.thumb {
    flex: 1 1 45%;
    display: flex;
    flex-flow: row wrap;
    padding: 3px;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start
}

main div.thumb section {
    flex: 1 0 15%;
    max-width: 400px;
    min-width: 220px;
    /* margin: 3px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 1;
    transition: .35s ease-in-out;
    background: #000;
    /* content-visibility: auto; */
    /* contain-intrinsic-size: 250px; */
}
.webcam{
    margin: 3px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
}
.show {
    display: flex;
    flex: 1 1 100%
}
.mob{
    display: none;
}
.spin{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: x-large;
    opacity: 0;
}

main div.thumb section.slider {
    flex: 1 1 100%;
    max-width: none;
    display: block;
    margin: 0;
    overflow: hidden;
}

main div.thumb section.slider:hover {
    box-shadow: none
}
main div.thumb section:hover .spin{
    opacity: 1;
}
main div.thumb section:hover .counter {
    top: -2.7em
}

main div.thumb section a img {
    display: block;
    border-radius: 5px;
    width: 100%;
}

section.slider img {
    width: 100%;
    border: 2px solid #a00000;
    transition: all .2s ease-in-out;
}

section.slider:hover img {
    transform: scale(1.1);
}

section.slider img:hover {
    border: 2px solid red;
}

main div.thumb section:hover {
    box-shadow: 0 0 5px 3px rgba(255,0,0,.6)
}

main div.thumb section:hover p {
    color: #f7f7f7;
    text-shadow: 3px 3px 3px rgba(0,0,0,.8);
    background: linear-gradient(rgba(239,69,69,.55),rgba(109,84,84,.1)) rgba(181,137,137,.1);
    box-shadow: 0 1px rgba(255,255,255,.2) inset,0 3px 5px rgba(0,1,6,.5),0 0 1px 1px rgba(0,1,6,.2)
}

main div.thumb section p {
    margin: 2px 2px 3px;
    flex: 1 0 auto;
    text-align: center;
    line-height: 1.5em;
    color: #f7f7f7;
    text-shadow: 2px 2px 1px rgba(0,0,0,.45);
    border-radius: 3px;
    box-sizing: border-box;
    transition: .35s ease-in-out;
    font-weight: 700
}

main div.thumb section p:hover {
    cursor: help;
    color: #ffeded;
    text-shadow: none;
    box-shadow: 0 0 1px rgba(255,255,255,.5) inset,0 2px 3px rgba(255,255,255,.5) inset,0 1px 1px rgba(255,255,255,.1);
    background: linear-gradient(rgba(126,126,134,0),rgba(70,71,76,0)) rgba(126,126,134,0)
}

main div.thumb section p span {
    position: absolute;
    color: #f7f7f7;
    z-index: 0;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: all .5s ease-out;
    opacity: 0;
    border-radius: 5px;
    border: 3px solid transparent;
    box-sizing: border-box;
    font-weight: 300;
    font-size: .95em;
}

main div.thumb section p span em {
    display: block;
    margin: 5px 3px 0 3px;
    border-top: 1px dotted;
    font-size: .9em;
    font-weight: 400;
    color: rgba(255,255,255,.6);
    text-align: center;
    font-style: normal
}

main div.thumb section p span:first-letter {
    text-transform: capitalize
}

main div.thumb section p span img {
    width: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -10;
}

main div.thumb section p:hover span {
    opacity: 1;
    top: 1.9em;
    z-index: 100
}

main div.thumb section p span:hover {
    top: 100%
}

main div.thumb section p span.live {
    bottom: 0;
    /* border:10px solid transparent; */
    font-weight: 700;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 79%);
}

main div.thumb section p span.live:hover {
    opacity: 0;
    z-index: 0;
    border-radius: 7px
}

.counter {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    color: #ffeded;
    padding: 5px;
    right: 0;
    text-align: center;
    transition: top .3s ease-out;
    border-radius: 4px;
    z-index: 1000;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0,0,0,.75);
    border: solid 2px #a00000;
    background: #000
}

main div.pages {
    display: flex;
    flex: 0 1 100%;
    flex-flow: row wrap;
    padding: 0;
    border-radius: 5px;
    margin: 3px;
    line-height: 2em;
    box-sizing: border-box;
    order: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    border: 2px solid #a00000;
    background: #000;
    min-height: 42px
}

.pag {
    flex: 1 0 auto;
    text-align: center;
    font-size: 1.2em;
    text-transform: capitalize;
    text-shadow: 3px 3px 3px rgba(0,0,0,.75);
    align-content: center;
    justify-content: center;
    margin: 3px 0;
    align-items: center;
    font-weight: 700
}

ul.paginator {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 50%;
    margin: 0;
    padding: 0
}

ul.paginator b,ul.paginator li {
    font-size: 1.3em;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 1px solid;
    border-radius: 5px;
    width: 32px;
    border-color: #000;
    height: 32px;
    transition: .35s ease-in-out;
    box-shadow: 0 1px rgba(255,255,255,.2) inset,0 3px 5px rgba(0,1,6,.5),0 0 1px 1px rgba(0,1,6,.2);
    margin: 2px;
    font-family: initial;
    text-shadow: 1px 1px 1px rgba(0,0,0,.45);
    background: rgba(255,0,0,.3)
}

ul.paginator b {
    padding: 3px 10px;
    color: #000;
    width: 12px;
    border: 1px solid;
    border-color: #000;
    height: 26px;
    box-sizing: content-box;
    background: rgba(255,219,219,.65)
}

ul.paginator li a {
    text-decoration: none;
    display: block;
    color: #ffeded;
    padding: 3px 10px
}

ul.paginator li:hover:not(:active) {
    background: rgba(255,0,0,.65);
    border-color: rgba(255,255,255,.5)
}

ul.paginator li:hover {
    box-shadow: 0 0 8px 3px rgba(0,0,0,.6);
    color: #000;
    border: 1px solid;
    border-color: #000
}

ul.paginator li a:hover {
    color: #f7f7f7;
    text-shadow: 1px 1px 1px rgba(0,0,0,.45)
}

footer {
    flex: 1 1 100%;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    margin: 5px 5px 0;
    box-sizing: border-box;
    border: 2px solid #a00000;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.5);
    background: #000
}

footer ul {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
    flex: 1 0 auto;
    padding: 0;
    line-height: 1.5em;
    margin: 0;
    align-items: center
}

footer ul li {
    flex: 1 0 auto;
    text-align: center;
    margin: 0;
    transition: .35s ease-in-out
}

footer ul li a {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    font-size: 1em
}

footer ul li a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #000;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 1em;
    font-weight: 700;
    border-radius: 3px;
    margin: 3px 0;
    border: 1px solid rgba(255,237,237,.25)
}

.csstransforms3d footer ul li a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: maroon;
    content: attr(data-hover);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 3px;
    border: 1px solid rgba(255,237,237,.4)
}

footer ul li a:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px)
}

.scrollup {
    width: 50px;
    height: 50px;
    opacity: .65;
    position: fixed;
    bottom: 12px;
    right: 15px;
    display: none;
    z-index: 100;
    color: #000;
    background: rgba(177,14,14,.8);
    text-align: center;
    font-size: 44px;
    border-radius: 3px
}

.scrollup:hover {
    opacity: .9
}
@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@media screen and (max-width: 1670px) {
    main div.videoembed p.loading {
        font-size:1.2em
    }
}

@media screen and (max-width: 1440px) {
    main div.thumb section {
        min-width:180px
    }

    main div.videoembed {
        /* flex: 0 1 38%; */
    }

    main div.videoembed p.loading {
        font-size: 1.11em;
        top: 10%;
        left: 3%
    }
}

@media screen and (max-width: 1280px) {
    main div.thumb>section {
        min-width:180px
    }

    main div.videoembed {
        flex: 0 1 50%
    }

    main div.videoembed p.loading {
        font-size: 1em;
        top: 11%;
        left: 10%
    }
}
@media screen and (max-width: 1215px) {
       .mob {
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 70px;
    color: #fff;
    opacity: .5;
    display: flex;
    z-index: 20;
    cursor: pointer;
} 
    .spin{
    display: none;
}
        .mob :nth-child(2) { display: none}
    .active :nth-child(2) {display: block;}.active :nth-child(1) {display: none}.active {font-size: x-large;opacity: 1;display: block;align-self: auto;top: 5px;left: 5px;justify-content: flex-start}.mob:focus { outline: 0 }
}

@media screen and (max-width: 1155px) {
    main div.videoembed {
        flex:100%
    }

    main div.thumb section {
        min-width: 220px
    }

    main div.videoembed p.loading {
        font-size: 1.4em;
        left: 18%
    }

    .videochat {
        /* height: 650px; */
    }

    main div.videoembed div.info div.mainslider {
        order: 0
    }
}

@media screen and (max-width: 860px) {
    ul.paginator {
        flex-flow:row wrap
    }

    .videochat {
        /* height: 500px; */
    }
}

@media screen and (max-width: 801px) {
    header h1 {
        margin:0
    }

    .menu {
        display: none
    }

    header {
        font-size: 85%
    }

    header img {
        margin-left: 60px
    }

    main div.videoembed {
        flex: 100%
    }

    .logo>a {
        margin-right: 19%
    }

    header ul li a {
        line-height: 30px
    }

    header ul li a span {
        font-size: 1.15em;
        padding: 0 10px
    }

    header ul li {
        margin: 2px 0
    }

    .hypno {
        order: 1
    }

    main div.videoembed p.loading {
        font-size: 1.2em;
        left: 12%
    }

    .videochat {
        /* height: 400px; */
    }
}

@media screen and (max-width: 666px) {
    header {
        flex-flow:wrap
    }

    header h1 {
        flex: 1 0 auto;
        line-height: 1.7em;
        max-width: 100%
    }

    ul.paginator b,ul.paginator li {
        margin: 3px
    }

    header img {
        margin-left: 55px
    }

    header {
        font-size: 85%
    }

    .chat {
        font-size: .9em
    }

    main ul.headcam li img.visible {
        max-width: 50px
    }

    main ul.headcam li img.hidden {
        max-width: 50px
    }

    .pag {
        font-size: 1.15em;
        flex: 1 1 100%
    }

    .click {
        font-size: 1em
    }

    .click span {
        width: 20px
    }

    main div.videoembed p.loading {
        font-size: 1em;
        left: 5%
    }

    .button {
        font-size: 1em
    }
}
@media (max-width: 500px) {
.videochat.stuck {
    width: 305px;
    height: 174px;
    top: calc(100% - 179px);
    left: 5px;
}
}