@charset "utf-8";.start,header h1,li.icons a {
    color: rgba(255,255,255,.5);
    text-shadow: 0 0 2px rgba(255,255,255,.79)
}

.start:hover:not(:active),li.icons a:hover {
    text-shadow: 0 0 9px rgba(255,255,255,.79);
    color: #000
}

.start:hover:not(:active),.stop:hover:not(:active) {
    background: linear-gradient(rgba(147,147,158,0),rgba(253,253,253,.28)) rgba(107,104,104,.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)
}

.blogo,.button,.icons,body,header,html,nav {
    display: flex
}

.click,.cmn-toggle-switch:focus {
    outline: 0
}

main div.thumb>section:hover,ul.gifkas li:hover,ul.paginator li:hover {
    box-shadow: 0 0 8px 3px rgba(103,103,103,.92)
}

.click,.cmn-toggle-switch,main div.thumb>section,ul.gifkas li {
    position: relative;
    overflow: hidden
}

.icons,.logo,header h1,ul.gifkas li b {
    align-self: center
}

.click,.mod a,header h1,main h2,ul.links li a {
    text-transform: capitalize
}

.icons,footer ul,ul.links,ul.paginator {
    list-style: none
}

.counter,ul.gifkas li b {
    top: 0;
    position: absolute
}

.counter,.logo,.mod,footer,footer ul li,header h1,main div.thumb section p,main h2,ul.gifkas li,ul.links li,ul.links li a {
    text-align: center
}

.counter,header {
    box-sizing: border-box
}

body,html {
    font-size: 100%;
    flex: 0 1 auto;
    margin: 0;
    flex-flow: column nowrap;
    align-items: stretch;
    align-content: stretch;
    background: url(images.jpg)
}

header {
    flex-flow: row wrap;
    flex: 0 0 auto;
    background: #000;
    border-radius: 7px;
    z-index: 1000;
    border: 1px solid rgba(179,179,179,.5);
    margin: 0 5px 5px
}

header h1 {
    flex: 1 0 auto;
    margin: 0;
    font-size: 1.3em
}

header ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding: 0
}

.icons {
    align-items: center;
    flex: 1 1 auto;
    justify-content: space-around
}

li.icons {
    font-size: 1.5em;
    margin: 0 10px
}

.mod a,main h2 {
    font-size: 1.3em
}

li.icons a {
    padding: 7px
}

.button {
    flex: 1 1 auto;
    justify-content: center;
    align-items: center
}

.button a {
    display: block;
    height: 100%;
    transition: .3s ease-in-out;
    min-height: 40px;
    border-radius: 7px
}

.click {
    background: 0 0;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 1.3em;
    font-weight: 700;
    height: 100%;
    border-radius: 7px;
    transition: .2s ease-in-out
}

.start {
    background: url(body21.jpg) 0 0/contain no-repeat
}

.mod a,.stop:hover:not(:active),main h2 {
    color: rgba(255,255,255,.5);
    text-shadow: 0 0 2px rgba(255,255,255,.79)
}

.stop {
    background: url(body21.png) 0 0/contain
}

.active .cmn-toggle-switch__htx,.cmn-toggle-switch__htx {
    background-color: transparent
}

.fa-3x {
    font-size: 1.2em!important
}

.blogo,nav {
    flex: 1 1 auto
}

.cmn-toggle-switch {
    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 .3s;
    transition: background .3s
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    right: 17px;
    height: 4px;
    background: rgba(255,255,255,.75);
    border-radius: 2px
}

.logo,.logo img {
    border-radius: 7px
}

.cmn-toggle-switch span::after,.cmn-toggle-switch span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255,255,255,.75);
    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 span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.cmn-toggle-switch__htx span::after,.cmn-toggle-switch__htx span::before {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.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 span {
    background: 0 0
}

.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::after,.active .cmn-toggle-switch__htx span::before {
    -webkit-transition-delay: 0s,0.3s;
    transition-delay: 0s,0.3s
}

main {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0 auto
}

.logo {
    flex: 1 0 auto;
    min-width: 180px;
    max-height: 60px
}

.logo img {
    width: 100%;
    max-width: 369px;
    margin-top: 0
}

main div.thumb {
    flex: 1 0 70%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0
}

main div.thumb>section {
    flex: 1 0 15%;
    max-width: 320px;
    min-width: 220px;
    margin: 3px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 5px;
    z-index: 1;
    transition: .35s ease-in-out
}

.mod,.mod a,main div.thumb section p,ul.paginator li a {
    transition: .4s ease-in-out
}

main div.thumb section a img {
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 7px
}

main div.thumb section p {
    margin: 0 0 1px;
    flex: 1 0 auto;
    border: 1px solid transparent;
    line-height: 1.5em;
    font-weight: 700;
    color: rgba(255,255,255,.7);
    text-shadow: 0 0 3px #6d6d6d;
    border-radius: 4px
}

main div.thumb section p:hover {
    background: rgba(255,255,255,.55);
    cursor: help;
    color: #000;
    font-weight: 700;
    border: 1px solid transparent
}

main div.thumb section p span {
    position: absolute;
    color: rgba(255,255,255,.8);
    z-index: 0;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: .5s ease-out;
    border-radius: 5px;
    bottom: 0
}

main div.thumb section p span i {
    display: block;
    margin: 5px 3px 0;
    border-top: 1px dotted;
    font-size: .9em;
    font-weight: 400;
    color: rgba(255,255,255,.65);
    text-align: center;
    font-style: normal
}

main div.thumb section p span img,ul.gifkas li img {
    width: 100%;
    border-radius: 7px
}

main div.thumb section p:hover span {
    opacity: 1;
    top: 1.67em;
    z-index: 100;
    font-weight: 400
}

main div.thumb section p span:hover {
    top: 100%
}

main div.thumb section p span.live {
    bottom: 0
}

main div.thumb section p span.live:hover {
    opacity: 0;
    z-index: 0;
    border-radius: 7px
}

main div.pages {
    display: flex;
    flex: 0 1 100%;
    flex-flow: row wrap;
    margin: 0 5px;
    padding: 0;
    border: 1px solid rgba(179,179,179,.5);
    color: rgba(255,255,255,.7);
    border-radius: 8px;
    line-height: 2em
}

main h2 {
    flex: 1 0 auto;
    margin: 5px 0;
    align-content: center;
    display: flex;
    justify-content: center
}

ul.paginator {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 45%;
    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: 100%;
    width: 32px;
    transition: .4s ease-in-out;
    height: 32px;
    margin: 5px
}

ul.paginator b,ul.paginator li:hover {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.7);
    color: #000;
    text-shadow: 0 0 3px #6d6d6d
}

ul.paginator b {
    padding: 3px 10px;
    width: 12px;
    height: 26px
}

ul.paginator li a {
    text-decoration: none;
    display: block;
    color: rgba(255,255,255,.7);
    text-shadow: 0 0 3px #6d6d6d;
    padding: 3px 10px
}

ul.paginator li a:hover {
    color: #000
}

ul.gifkas {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    flex: 0 1 20%;
    max-width: 315px;
    min-width: 315px;
    margin: 0
}

.mod {
    width: 95.5%;
    line-height: 2.18em;
    border-radius: 8px;
    margin-bottom: 3px;
    border: 1px solid rgba(255,255,255,.7)
}

.mod a {
    display: block;
    margin: 4px 0;
    text-decoration: none;
    font-weight: 700
}

footer,ul.links {
    background: #000;
    margin: 5px 5px 0
}

.mod a:hover {
    color: #000;
    text-shadow: 0 0 3px #6d6d6d
}

.mod:hover {
    background: url(glamgirl.png);
    border: 1px solid #fff
}

ul.gifkas li,ul.gifkas li b,ul.links {
    border-radius: 7px;
    display: flex
}

ul.gifkas li {
    line-height: 0;
    max-width: 300px;
    max-height: 225px;
    flex: 1 0 auto;
    align-items: center;
    margin: 2px;
    transition: .35s ease-in-out
}

ul.gifkas li b {
    color: rgba(255,255,255,.8);
    width: 100%;
    line-height: normal;
    background: rgba(0,0,0,.39);
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: .35s ease-out;
    height: 100%;
}

footer ul li a,ul.links li a {
    text-decoration: none;
    line-height: 1.4em;
    font-weight: 700;
    margin: auto;
    transition: .4s ease-in-out;
    display: block;
    color: rgba(255,255,255,.5);
    text-shadow: 0 0 2px rgba(255,255,255,.79)
}

ul.gifkas li:hover img {
    display: block
}

ul.gifkas li:hover b {
    opacity: 0;
    z-index: -1
}

ul.links {
    flex: 1 1 auto;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    flex-flow: row wrap;
    border: 1px solid rgba(179,179,179,.5);
    order: 5
}

ul.links li {
    flex: 1 0 auto;
    margin: 0
}

ul.links li a {
    font-size: .9em;
    max-width: 150px;
    padding: 0 5px;
    border-radius: 7px
}

footer ul li a:hover,ul.links li a:hover {
    color: rgba(0,0,0,.8);
    background: #b3b3b3;
    border-radius: 7px;
    text-shadow: 0 0 5px rgba(0,0,0,.51)
}

footer {
    flex: 0 0 auto;
    border-radius: 7px;
    z-index: 1;
    border: 1px solid rgba(179,179,179,.5)
}

footer ul {
    display: flex;
    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;
    margin: 0
}

footer ul li a {
    font-size: 1em;
    max-width: 200px;
    border-radius: 7px
}

.spot {
    flex: 100%;
    border: 1px solid rgba(179,179,179,.5);
    border-radius: 7px;
    margin: 0 5px
}

.counter {
    background-color: #000;
    display: block;
    left: 0;
    color: rgba(255,255,255,.5);
    padding: 4px;
    right: 0;
    font-size: .88em;
    transition: top .3s ease-out;
    z-index: 100;
    text-transform: uppercase;
    border: 1px solid rgba(204,204,204,.3);
    border-radius: 4px;
    white-space: nowrap;
    text-shadow: 0 0 2px rgba(255,255,255,.79)
}

main div.thumb section:hover .counter {
    top: -2.7em
}

.scrollup {
    width: 60px;
    height: 60px;
    opacity: .65;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') 0 0/contain no-repeat;
    z-index: 1000
}

.scrollup:hover {
    opacity: .9
}

@media screen and (max-width: 1390px) {
    ul.gifkas {
        flex:0 1 100%;
        max-width: none;
        order: 0;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        display: flex;
        min-width: 100px;
        margin: 0 3px;
        order: 2
    }

    ul.gifkas li {
        margin: 3px;
        flex: 1 0 15%;
        max-height: 160px;
        min-width: 150px
    }

    .mod {
        width: 99.5%
    }

    .mod:hover {
        background-size: contain
    }

    main div.thumb {
        flex: 100%;
        margin: 3px 0 0
    }

    .spot {
        margin-top: 0
    }
}

@media screen and (max-width: 801px) {
    body,html {
        height:100%
    }

    ul.paginator {
        flex-flow: row wrap
    }

    main h2 {
        flex: 1 0 100%
    }

    main {
        overflow: auto;
        overflow-x: hidden;
        flex: 1 1 auto
    }

    footer,header {
        margin: 5px
    }
}

@media screen and (max-width: 666px) {
    .click,header h1 {
        font-size:1em
    }

    header {
        flex-flow: wrap
    }

    header h1 {
        line-height: 1.7em;
        max-width: 100%
    }

    main div.thumb section a img,main div.thumb>section {
        max-width: 400px
    }

    ul.gifkas li {
        min-width: 120px
    }

    header .logo {
        flex: 100%;
        min-width: 100%
    }

    .blogo {
        flex: 100%
    }

    ul.paginator b,ul.paginator li {
        margin: 3px
    }

    ul.paginator {
        flex-flow: row wrap
    }

    main div.thumb {
        margin-top: 0
    }

    main div.pages {
        order: 2
    }

    li.icons {
        font-size: 1.25em
    }

    .fa-refresh {
        font-size: 1.2em!important
    }
}

@media screen and (max-width: 350px) {
    .mod a,main h2 {
        font-size:1.2em
    }
}

@media screen and (max-height: 425px) {
    body,html {
        height:auto
    }
}
