@charset "utf-8";html, body {
    font-size: 100%;
    display: flex;
    flex: 100%;
    margin: 0;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    background: url(https://cdn.cameffect.com/css/red-black.jpg);
}

header {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%;
    background: rgba(128, 0, 0, 0.6);
    border-radius: 7px;
    z-index: 1000;
    margin: 0 5px 7px;
    box-sizing: border-box;
    position: relative;
}

header h1 {
    flex: 1 1 auto;
    text-align: center;
    margin: 0 10px 0 10px;
    font-size: 1.1em;
    color: rgba(222, 236, 243, 0.83);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    align-self: center;
}

.button {
    display: flex;
    flex: 1 1 auto;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.start:hover {
    color: #ec0707;
    text-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
}
.random{display:none;}
.click {
    background: transparent;
    border: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    font: inherit;
    font-size: 1.1em;
    font-weight: bold;
    height: 100%;
    text-transform: uppercase;
    color: rgba(222, 236, 243, 0.83);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.click span {
    width: 27px;
    font-weight: bold;
    display: inline-block;
}

.button a {
    display: block;
    height: 100%;
    transition: .2s ease-in-out;
    min-height: 40px;
	margin-left: 3px;
}

.button a:hover {
    border-radius: 7px;
    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);
    background: linear-gradient(rgba(126, 126, 134, 0.6), rgba(70, 71, 76, 0.1)) rgba(126, 126, 134, 0.1);
}

.stop {
    color: #ec0707;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset, 0 2px 3px rgba(0,0,0,.5) inset, 0 1px 1px rgba(255,255,255,.1);
    top: 1px;
    border-radius: 5px;
    text-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
    opacity: 1;transition: opacity 0.5s ease;display: inline-block;
}
.stop.fade-out {opacity: 0;pointer-events: none;}
.fa-refresh {
    font-size: 1.3em !important;
    width: 1em !important;
}

nav {
    display: flex;
    flex: 1 1 auto;
}

.cmn-toggle-switch {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 34px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    right: 17px;
    height: 4px;
    background: rgba(222, 236, 243, 0.83);
    border-radius: 2px;
}

.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(222, 236, 243, 0.83);
    content: "";
}

.cmn-toggle-switch span::before {
    top: -10px;
    border-radius: 2px;
}

.cmn-toggle-switch span::after {
    bottom: -10px;
    border-radius: 2px;
}

.cmn-toggle-switch__htx {
    background-color: transparent;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.active .cmn-toggle-switch__htx {
    background-color: transparent;
}

.active .cmn-toggle-switch__htx span {
    background: none;
}

.active .cmn-toggle-switch__htx span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active .cmn-toggle-switch__htx span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active .cmn-toggle-switch__htx span::before, .active .cmn-toggle-switch__htx span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

header ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding: 0;
}

main {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
}

main div.embed {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

main div.chaturbate {
    height: 528px;
}

main div.embed img {
    flex: 1 0 auto;
    width: 100%;
    max-width: 320px;
    max-height: 240px;
    display: block;
    border-radius: 7px;
}

.logo {
    flex: 1 1 auto;
    text-align: center;
    align-self: center;
    line-height: 0;
    border-radius: 7px;
    /* margin-left:30px; */
    min-width: 180px;
    flex-flow: row nowrap;
    display: flex;
    justify-content: center;
}

.logo img {
    width: 100%;
    max-width: 400px;
}

main div.embed div.info {
    flex: 1 0 auto;
    max-width: 320px;
    margin: 0 5px 0px 0;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    order: 2;
    overflow: hidden;
    border-radius: 7px;
    height: 524px;
    background: rgba(128, 0, 0, 0.6);
    border: 1px solid transparent;
    box-sizing: border-box;
    font-size: 1em;
}

main div.embed div.info div.mainslider {
    position: absolute;
    bottom: 0;
}

main div.embed div.info div.mainslider .sliders > .flex-direction-nav {
    display: none;
}

main div.embed div.info div.mainslider .sliders {
    overflow: hidden;
}

main div.embed div.info div.mainslider > img {
    border: 2px solid #000;
    box-sizing: border-box;
}

main div.embed div.info i.user .fa {
    margin-right: 3px;
}

main div.embed div.info i.user {
    position: absolute;
    top: 240px;
    bottom: 240px;
    line-height: 100%;
    right: 0px;
    left: 0px;
    width: 100%;
    color: rgba(222, 236, 243, 0.83);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    align-self: auto;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

main div.embed div.info span {
    position: absolute;
    top: -310px;
    left: 0;
    height: 283px;
    flex-flow: row wrap;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(222, 236, 243, 0.83);
    transition: all .5s ease-out;
    align-content: flex-start;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    justify-content: center;
    font-size: .94em;
}

main div.info > img {
    border: 2px solid #000;
    box-sizing: border-box;
}

main div.embed p.loading {
    position: absolute;
    line-height: 2em;
    left: 5%;
    top: 5%;
    text-align: center;
    margin: 0;
    color: rgba(222, 236, 243, 0.83);
    font-size: 1.5em;
    text-shadow: 0 0 3px rgb(109, 109, 109);
    text-transform: capitalize;
}

main div.embed p.loading .fa-3x {
    font-size: 1em;
}

main div.embed div.info:hover span {
    left: 0;
    top: 0;
}

main div.embed div.info span a:after {
    position: relative;
    height: 1px;
    display: block;
    content: '';
    width: 0;
    left: 50%;
    transition: all 0.5s ease-out;
    visibility: hidden;
    background: #ec0707;
    box-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
}

main div.embed div.info span a:hover:after {
    width: 100%;
    visibility: visible;
    left: 0;
}

main div.embed div.info span em {
    display: none;
}

main div.embed div.info span b {
    flex: 1 0 93%;
    text-align: center;
    background: rgba(140, 3, 3, 0.5);
    margin: 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    font-size: 1.1em;
}

main div.embed div.info span a {
    color: rgba(222, 236, 243, 0.83);
    text-align: center;
    display: block;
    list-style: square inside;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin: 3px;
}

main div.embed div.info span a:hover {
    color: #ec0707;
    text-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
    text-decoration: none;
}

main div.embed iframe {
    flex: 1 0 auto;
    border: 0;
    position: relative;
    border-radius: 7px;
}

main div.embed a.next {
    position: absolute;
    z-index: 20;
    top: 65px;
    left: 20px;
}

main div.embed a.next img {
    max-width: 90px;
    opacity: 0.3;
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

main div.embed a.next img.hidden {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    bottom: 0;
    right: 0;
    opacity: 0;
}

main div.embed a.next img.hidden:hover {
    opacity: 1;
}

main div.embed a.next:hover img {
    opacity: 0;
}

main div.embed iframe.chaturbate {
    margin: 0 5px;
    height: 524px;
    z-index: 5;
}

main div.embed iframe.bongacams {
    height: 524px;
    z-index: 5;
    margin: 0 5px;
    border-radius: 7px;
    overflow: hidden;
}

main div.embed iframe.livejasmin {
    border-radius: 7px;
    flex: 1 0 auto;
}

.jasmin {
    flex: 1;
    height: 524px;
    margin: 0 5px 3px;
}

main div.thumb {
    flex: 1 1 100%;
    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: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 8px;
    z-index: 1;
    background: rgba(128, 0, 0, 0.6);
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: 0.35s ease-in-out;
}

main div.thumb section a img {
    display: block;
    width: 100%;
    border-radius: 7px;
}

main div.thumb section.slider {
    flex: 1 1 100%;
    max-width: none;
    display: block;
    margin: 0;
}

main div.thumb section:hover {
    background: #800000;
    box-shadow: 0px 0px 10px 3px rgba(255, 101, 101, 0.6);
}

main div.thumb section.slider:hover {
    box-shadow: none;
}

main div.thumb section:hover p {
    color: rgba(249, 234, 234, 0.9);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    background: linear-gradient(rgba(126, 126, 134, 0.6), rgba(70, 71, 76, 0.1)) rgba(126, 126, 134, 0.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;
    font-weight: bold;
    color: #000;
    text-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
    border-radius: 7px 7px 0 0;
    box-sizing: border-box;
    transition: 0.35s ease-in-out;
}

main div.thumb section p:hover {
    cursor: help;
    color: #000;
    font-weight: bold;
    text-shadow: none;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset, 0 2px 3px rgba(0,0,0,.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 strong {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: .45em;
    color: #ec0707;
}

main div.thumb section p span {
    position: absolute;
    color: rgba(222, 236, 243, 0.83);
    z-index: 0;
    left: 0px;
    right: 0px;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease-out;
    opacity: 0;
    border-radius: 7px;
    border: 3px solid transparent;
    box-sizing: border-box;
}

main div.thumb section p span em {
    display: block;
    margin: 5px 3px 0 3px;
    border-top: 1px dotted;
    font-size: .9em;
    font-weight: normal;
    color: rgba(222, 236, 243, 0.55);
    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: 7px;
}

main div.thumb section p:hover span {
    opacity: 1;
    top: 1.87em;
    z-index: 100;
    font-weight: normal;
}

main div.thumb section p span:hover {
    top: 100%;
}

main div.thumb section p span.live {
    bottom: 0;
    border: none;
}

main div.thumb section p span.live:hover {
    opacity: 0;
    z-index: 0;
    border-radius: 7px;
}

#object_container_0 iframe {
    border-radius: 5px;
}

.spot {
    flex: 1 1 auto;
    background: rgba(128, 0, 0, 0.6);
    margin: 2px 3px 0;
    border-radius: 7px;
}

.scrollup {
    width: 60px;
    height: 60px;
    opacity: 0.65;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-size: contain;
    z-index: 1000;
}

.scrollup:hover {
    opacity: .9;
}

.counter {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    left: 0;
    bottom: -3.5em;
    color: rgba(249, 234, 234, 0.9);
    padding: 5px;
    right: 0;
    font-size: .9em;
    text-align: center;
    transition: bottom .2s ease-out;
    border-radius: 5px;
    z-index: 100;
    text-transform: uppercase;
}

main div.pages {
    display: flex;
    flex: 0 1 100%;
    flex-flow: row wrap;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin: 5px 2px 0;
    line-height: 2em;
    background: rgba(128, 0, 0, 0.6);
    box-sizing: border-box;
    order: 0;
}

main h2 {
    flex: 1 0 auto;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    color: rgba(222, 236, 243, 0.83);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
    align-content: center;
    justify-content: center;
    margin: 5px 0;
}

ul.paginator {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 35%;
    margin: 0;
    padding: 0;
}

ul.paginator li, ul.paginator b {
    font-size: 1.3em;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid;
    border-radius: 7px;
    width: 32px;
    border-color: #000;
    height: 32px;
    transition: 0.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: 3px;
}

ul.paginator b {
    text-shadow: 0px 0px 3px rgb(222, 236, 243);
    padding: 3px 10px;
    color: #000;
    width: 12px;
    border: 1px solid;
    border-color: #000;
    height: 26px;
    box-sizing: content-box;
    background: linear-gradient(rgba(126, 126, 134, 0.6), rgba(70, 71, 76, 0.1)) rgba(126, 126, 134, 0.1);
}

ul.paginator li a {
    text-decoration: none;
    display: block;
    color: #000;
    text-shadow: 0px 0px 3px rgba(222, 236, 243, 0.6);
    padding: 3px 10px;
}

ul.paginator li:hover:not(:active) {
    background: linear-gradient(rgba(126, 126, 134, 0.6), rgba(70, 71, 76, 0.1)) rgba(126, 126, 134, 0.1);
}

ul.paginator li:hover {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.6);
    color: #000;
    border: 1px solid;
    border-color: #000;
}

ul.paginator li a:hover {
    color: rgba(249, 234, 234, 0.9);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

ul.gifkas {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 0 1 21%;
    margin: 0 5px 0 0;
    order: 3;
    background: rgba(128, 0, 0, 0.6);
    padding: 0 1px;
    border-radius: 7px;
    max-height: 524px;
    box-sizing: border-box;
}

.mod {
    background: url(https://cdn.cameffect.com/css/glamsex.jpg);
    width: 99.4%;
    text-align: center;
    line-height: 2em;
    border-radius: 5px;
    margin: 3px 0;
    background-size: contain;
}

.mod a {
    font-size: 1.3em;
    display: block;
    margin: 0;
    text-transform: capitalize;
    color: transparent;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
}

.mod a:hover {
    color: transparent;
    border-color: #ec0707;
}

.mod:hover {
    box-shadow: 0px 0px 10px 3px rgba(255, 101, 101, 0.6);
}

ul.gifkas li {
    display: flex;
    position: relative;
    line-height: 0;
    flex: 1 0 35%;
    overflow: hidden;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    margin: 2px;
    border: 1px solid #000;
    box-sizing: border-box;
}

ul.gifkas li:hover {
    box-shadow: 0px 0px 10px 3px rgba(255, 101, 101, 0.6);
    border-color: #ec0707;
}

ul.gifkas li b {
    color: rgba(222, 236, 243, 0.83);
    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: 7px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
    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;
}

footer {
    flex: 1 1 100%;
    background: rgba(128, 0, 0, 0.6);
    text-align: center;
    border-radius: 7px;
    z-index: 1;
    margin: 5px 5px 0;
    box-sizing: border-box;
}

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: 0px;
    transition: 0.35s ease-in-out;
}

footer ul li a {
    display: block;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 1em;
    color: rgba(222, 236, 243, 0.83);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    max-width: 200px;
    margin: auto;
    transition: 0.35s ease-in-out;
    border-radius: 7px;
}

footer ul li a:hover {
    color: #000;
    border-radius: 7px;
    background: linear-gradient(rgba(126, 126, 134, 0.6), rgba(70, 71, 76, 0.1)) rgba(126, 126, 134, 0.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);
}

@media screen and (max-width: 1520px) {
    ul.gifkas {
        flex:0 1 100%;
        max-width: none;
        order: 3;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        display: flex;
        min-width: 100px;
        margin: 0 5px;
    }

    ul.gifkas li {
        margin: 3px;
        flex: 1 0 15%;
        max-height: 120px;
        min-width: 150px;
        max-width: 300px;
    }

    .mod {
        width: 99.5%;
        margin: 5px 0;
    }

    main div.embed div.info {
        margin: 0 5px 3px 0;
    }

    main div.thumb {
        min-height: auto;
    }
}

@media screen and (max-width: 1215px) {
    header ul {
    }

    main div.thumb {
        order: 1;
        flex: 100%;
    }

    main div.embed div.info {
        flex: 0 1 100%;
        max-width: 100%;
        flex-flow: row wrap;
        background: rgba(128, 0, 0, 0.6);
        padding: 0 10px;
        height: auto;
        margin: 3px 5px 5px;
        border: none;
    }

    main div.embed div.info i.user {
        display: none;
    }

    main div.embed div.info img {
        align-self: center;
    }

    main div.embed div.info img:first-child {
        order: 1;
        border-bottom: 0;
    }

    main div.embed div.info img:nth-child(2) {
        order: 3;
    }

    main div.embed div.info div.mainslider {
        order: 0;
        max-width: 320px;
        max-height: 240px;
        align-self: center;
        position: relative;
        margin: auto;
        box-sizing: content-box;
    }

    main div.embed div.info img:nth-child(3) {
        border: none
    }

    main div.embed iframe {
        flex: 0 1 100%;
        margin: 0;
    }

    main div.embed div.info span {
        position: static;
        flex: 1 0 10%;
        order: 0;
        max-height: 240px;
        background: none;
        padding: 10px;
        color: rgba(222, 236, 243, 0.83);
        text-shadow: 0 0 3px rgb(109, 109, 109);
        box-sizing: content-box;
        font-size: .95em;
    }

    main div.embed div.info span a:after {
        background: #980000;
        box-shadow: none;
    }

    main div.embed div.info span a {
        text-shadow: 0 0 3px rgb(109, 109, 109);
        color: rgba(222, 236, 243, 0.83);
    }

    main div.embed div.info span a:hover {
        color: #980000;
        text-shadow: none;
    }

    main div.embed div.info span b {
        background: rgba(0, 0, 0, 0.5);
        font-size: 1.05em;
    }
}

@media screen and (max-width: 801px) {
    header h1 {
        margin:0;
    }

    .jasmin {
        height: 450px;
    }
}

@media screen and (max-width: 760px) {
    ul.gifkas {
        flex:0 1 100%;
    }

    ul.gifkas li {
        flex: 1 0 15%;
    }

    main div.embed div.flexcam p.loading {
        left: 15%;
    }
}

@media screen and (max-width: 920px) {
    main div.embed div.info img {
        display:none;
    }

    main div.embed div.info div img {
        display: block;
    }

    .logo {
        margin-left: 0;
    }
}

@media screen and (max-width: 860px) {
    ul.paginator {
        flex-flow:row wrap;
    }

    main h2 {
        font-size: 1.0em;
        flex: 1 0 100%;
    }
}

@media screen and (max-width: 666px) {
    header {
        flex-flow:wrap;
    }

    header h1 {
        flex: 1 0 100%;
        line-height: 1.7em;
        font-size: 1.0em;
        max-width: 100%;
    }

    ul.gifkas li {
        min-width: 120px;
    }

    header .logo {
        flex: 100%;
        min-width: 100%;
        margin-left: 0;
    }

    ul.paginator li, ul.paginator b {
        margin: 3px;
    }

    main div.embed iframe.chaturbate {
        width: 96%;
    }

    main div.embed div.info span {
        flex: 1 0 100%;
        padding: 10px 0 0 0;
        max-height: none;
        align-content: space-between;
        height: auto;
    }

    main div.embed div.info {
        padding: 0 5px;
    }

    main div.embed div.info div.mainslider {
        margin-top: 5px;
    }

    main div.embed div.info i.user {
        width: 100%;
        line-height: 2em;
        bottom: auto;
        background: rgba(0, 0, 0, 0.5);
        position: static;
        display: flex;
        border-radius: 7px;
        color: rgba(222, 236, 243, 0.83);
        margin: 5px 3px 0;
    }

    main div.embed div.info span em {
        font-size: 0.7em;
        padding-top: 3px;
        text-transform: uppercase;
        line-height: normal;
        display: block;
        flex: 1 0 100%;
        justify-content: center;
        font-style: normal;
        border-top: 1px dotted;
        margin-bottom: 5px;
    }

    main div.embed p.loading {
        font-size: 1.15em;
    }

    .button {
        margin-top: 8px;
    }

    .click span {
        width: 20px;
    }
}

@media screen and (max-width: 1000px) {
    main div.embed iframe.bongacams {
        height:480px;
    }

    main div.embed a.next {
        max-width: 77px;
    }
}
