@charset "utf-8";html, body {
    font-size: 100%;
    display: flex;
    flex: 0 1 auto;
    margin: 0;
    flex-flow: column nowrap;
    align-items: stretch;
    align-content: stretch;
    background: #f9eaea;
    height: 100%;
}

header {
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 auto;
    background: #FFa8bb;
    border-radius: 7px;
    z-index: 1;
    box-shadow: 0 6px 10px 0px rgba(93, 45, 45, 0.74);
    margin: 0 5px 10px;
    border: 1px solid rgba(144, 6, 6, 0.55);
    box-sizing: border-box;
}

header ul {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    padding: 0;
    list-style: none;
    line-height: 3em;
    margin: 0;
    align-items: center;
    min-width: 850px;
}

header ul li {
    flex: 1 0 auto;
    text-align: center;
    margin: 0;
    border-radius: 7px;
}

header ul li a {
    display: block;
    color: #900606;
    text-decoration: none;
    line-height: 3.2em;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 0 0 3px rgb(109, 109, 109);
    transition: 0.35s ease-in-out;
    border-radius: 7px;
    padding: 0 5px;
}

header ul li a:hover {
    color: #000;
    background: #fff;
    border-radius: 7px;
}

main {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0 auto;
}

main div.embed {
    flex: 0 1 100%;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

main div.chaturbate {
    height: 528px;
}

.logo {
    flex: 1 0 auto;
    text-align: center;
    align-self: center;
    line-height: 0;
    border-radius: 7px;
    margin-left: 40px;
    min-width: 180px;
}

.logo img {
    width: 100%;
    max-width: 400px;
}

main div.embed p.loading {
    position: absolute;
    line-height: 2em;
    left: 5%;
    top: 5%;
    text-align: center;
    margin: 0;
    color: #900606;
    font-size: 1.5em;
    text-shadow: 0 0 3px rgb(109, 109, 109);
    text-transform: capitalize;
}

main div.embed iframe {
    flex: 1 0 auto;
    border: 0;
    position: relative;
    border-radius: 7px;
}

main div.embed iframe.chaturbate {
    margin: 0 5px;
    height: 525px;
    z-index: 5;
}

ul.gifkas {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    margin: 0 5px 0 0;
    order: 3;
    /* background:#FFa8bb; */
    padding: 0 1px;
    border-radius: 8px;
    /* max-height:524px; */
    /* border:1px solid rgba(144, 6, 6, 0.55); */
    box-sizing: border-box;
}

ul.gifkas li {
    display: flex;
    position: relative;
    line-height: 0;
    flex: 1 1 8%;
    overflow: hidden;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    margin: 2px;
}

ul.gifkas li:hover {
    box-shadow: 0 0 10px 2px rgba(53, 8, 8, 0.85);
}

ul.gifkas li b {
    color: #f9eaea;
    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;
    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: 0 0 auto;
    background: #FFa8bb;
    text-align: center;
    border-radius: 7px;
    z-index: 1;
    box-shadow: 0 -6px 10px 0px rgba(93, 45, 45, 0.74);
    margin: 10px 5px 0;
    border: 1px solid rgba(144, 6, 6, 0.55);
    box-sizing: border-box;
    color: #900606;
    font-weight: bold;
    text-shadow: 0 0 3px rgb(109, 109, 109);
}

@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: 165px;
        min-width: 150px;
        max-width: 300px;
    }
}

@media screen and (max-width: 1215px) {
    header ul {
        min-width:100%
    }

    main div.embed iframe {
        flex: 0 1 100%;
        margin: 0;
    }
}

@media screen and (max-width: 920px) {
    .logo {
        margin-left:0;
    }
}

@media screen and (max-width: 666px) {
    header {
        flex-flow:wrap;
    }

    ul.gifkas li {
        min-width: 120px;
    }

    header ul {
        line-height: 1em;
        flex-wrap: wrap;
    }

    header ul li a {
        line-height: 2.7em;
        font-size: 1em;
    }

    header .logo {
        flex: 100%;
        min-width: 100%;
        margin-left: 0;
    }

    main div.embed iframe.chaturbate {
        width: 96%;
    }
}
