@-webkit-keyframes bload {
    0 {
        background-color: #82f8fb;
        color: #000
    }

    100% {
        background-color: #fff
    }
}

@-moz-keyframes bload {
    0 {
        background-color: #82f8fb;
        color: #000
    }

    100% {
        background-color: #fff
    }
}

@-o-keyframes bload {
    0 {
        background-color: #82f8fb;
        color: #000
    }

    100% {
        background-color: #fff
    }
}

@keyframes bload {
    0 {
        background-color: #82f8fb;
        color: #000
    }

    100% {
        background-color: #fff
    }
}

@-webkit-keyframes bgblink {
    0 {
        background-color: #000
    }

    50% {
        background-color: #fff
    }

    100% {
        background-color: #000
    }
}

@-moz-keyframes bgblink {
    0 {
        background-color: #000
    }

    50% {
        background-color: #fff
    }

    100% {
        background-color: #000
    }
}

@-o-keyframes bgblink {
    0 {
        background-color: #000
    }

    50% {
        background-color: #fff
    }

    100% {
        background-color: #000
    }
}

@keyframes bgblink {
    0 {
        background-color: #000
    }

    50% {
        background-color: #fff
    }

    100% {
        background-color: #000
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-o-keyframes spin {
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes psleft {
    0 {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}

@-moz-keyframes psleft {
    0 {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}

@-o-keyframes psleft {
    0 {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}

@keyframes psleft {
    0 {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes psright {
    0 {
        left: 0
    }

    50% {
        left: 50%
    }

    100% {
        left: 0
    }
}

@-moz-keyframes psright {
    0 {
        left: 0
    }

    50% {
        left: 50%
    }

    100% {
        left: 0
    }
}

@-o-keyframes psright {
    0 {
        left: 0
    }

    50% {
        left: 50%
    }

    100% {
        left: 0
    }
}

@keyframes psright {
    0 {
        left: 0
    }

    50% {
        left: 50%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes beaticon {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes beaticon {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes beaticon {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes beaticon {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pointclick {
    0 {
        opacity: 1
    }

    50% {
        opacity: 0;
        background-image: url(../icons/touch-tap-clicked.svg)
    }

    100% {
        opacity: 1;
        background-image: url(../icons/touch-tap-clicked.svg)
    }
}

@-moz-keyframes pointclick {
    0 {
        opacity: 1
    }

    50% {
        opacity: 0;
        background-image: url(../icons/touch-tap-clicked.svg)
    }

    100% {
        opacity: 1;
        background-image: url(../icons/touch-tap-clicked.svg)
    }
}

@-o-keyframes pointclick {
    0 {
        opacity: 1
    }

    50% {
        opacity: 0;
        background-image: url(../icons/touch-tap-clicked.svg)
    }

    100% {
        opacity: 1;
        background-image: url(../icons/touch-tap-clicked.svg)
    }
}

@keyframes pointclick {
    0 {
        opacity: 1
    }

    50% {
        opacity: 0;
        background-image: url(../icons/touch-tap-clicked.svg)
    }

    100% {
        opacity: 1;
        background-image: url(../icons/touch-tap-clicked.svg)
    }
}

@-webkit-keyframes fin {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fin {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fin {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fin {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

::-webkit-input-placeholder {
    color: #999;
    font-family: Vegur,arial,Helvetica,sans-serif
}

:-ms-input-placeholder {
    font-family: Vegur,arial,Helvetica,sans-serif;
    color: #999
}

::-moz-placeholder {
    color: #999;
    font-family: Vegur,arial,Helvetica,sans-serif;
    opacity: 1
}

:-moz-placeholder {
    color: #999;
    font-family: Vegur,arial,Helvetica,sans-serif;
    opacity: 1
}

._circle_loader_icon,#splash-container>div>div.icon:last-child,#player-container #player-loading>.icon,#ui-loading {
    background-image: url(../icons/ui-loading-circle.svg) !important;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

._loader_icon,#menu-container .menu-content .data-loader,.stream-indi.loading>.strico,.pref-element.loading.tag .icon,.pref-element.loading.author .icon,#category-listing .category-element.loading .icon,#extra-stream-listing .category-element.loading .icon {
    background-image: url(../icons/ui-loading.svg) !important;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

._loader_icon_black,#sign-up-cntr .form>.button>div {
    background-image: url(../icons/ui-loading-black.svg) !important;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@font-face {
    font-family: Vegur;
    src: url(../fonts/vegur-light-webfont.eot);
    src: url(../fonts/vegur-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/vegur-light-webfont.woff) format("woff"),url(../fonts/vegur-light-webfont.ttf) format("truetype"),url(../fonts/vegur-light-webfont.svg#vegurlight) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Vegur;
    src: url(../fonts/vegur-regular-webfont.eot);
    src: url(../fonts/vegur-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/vegur-regular-webfont.woff) format("woff"),url(../fonts/vegur-regular-webfont.ttf) format("truetype"),url(../fonts/vegur-regular-webfont.svg#vegurregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Vegur;
    src: url(../fonts/vegur-bold-webfont.eot);
    src: url(../fonts/vegur-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/vegur-bold-webfont.woff) format("woff"),url(../fonts/vegur-bold-webfont.ttf) format("truetype"),url(../fonts/vegur-bold-webfont.svg#vegurbold) format("svg");
    font-weight: 700;
    font-style: normal
}

html {
    height: 100%;
    width: 100%
}

body {
    overflow: hidden;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: Vegur,arial,Helvetica,sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

body a {
    color: #85999a;
    text-decoration: none
}

body .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

body.inactive {
    opacity: .5
}

body.inactive #ui-loading {
    display: block
}

body input {
    box-shadow: none
}

body input.hilit {
    -webkit-animation: bgblink .7s;
    -moz-animation: bgblink .7s;
    -o-animation: bgblink .7s;
    animation: bgblink .7s
}

::-webkit-scrollbar {
    display: none
}

input {
    border-radius: 0
}

.fadein {
    animation: .5s fin forwards
}

#splash-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    background-image: url(../images/splash-bg.png);
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

@media(orientation: portrait),(max-width:400px) {
    #splash-container {
        background-size:cover;
        background-image: url(../images/splash-bg-portrait.png)
    }
}

#splash-container>div {
    text-align: center;
    font-size: 28px;
    color: #ababab;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#splash-container>div>div {
    margin-left: auto;
    margin-right: auto
}

#splash-container>div>div.icon:first-child {
    width: 200px;
    height: 75px;
    background-image: url(../images/primary-logo.svg);
    background-size: 240px
}

#splash-container>div>div.icon:last-child {
    width: 30px;
    height: 30px;
    margin-top: 18px
}

#player-container {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: margin-left 1s,width 1s,opacity 1s;
    -moz-transition: margin-left 1s,width 1s,opacity 1s;
    -ms-transition: margin-left 1s,width 1s,opacity 1s;
    -o-transition: margin-left 1s,width 1s,opacity 1s;
    transition: margin-left 1s,width 1s,opacity 1s
}

#player-container .icon {
    width: 45px;
    height: 50px;
    background-size: 42px;
    cursor: pointer
}

#player-container .icon.share {
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../icons/player-share.svg)
}

#player-container .icon.share.active {
    background-image: url(../icons/player-share-cyan.svg)
}

#player-container .icon.heart {
    right: 45px;
    position: absolute;
    bottom: 0;
    background-image: url(../icons/player-heart.svg)
}

#player-container .icon.heart.active {
    background-image: url(../icons/player-heart-active.svg)
}

#player-container .icon.menu {
    left: 0;
    bottom: 0;
    position: absolute;
    background-size: 30px;
    background-image: url(../icons/header-menu.svg)
}

#player-container .icon.comment {
    display: none;
    left: 45px;
    position: absolute;
    bottom: 0;
    background-image: url(../icons/player-comment.svg)
}

#player-container #players {
    height: 100%;
    background: #000
}

#player-container #players .player {
    z-index: 0;
    display: none;
    height: 100%;
    width: 100%;
    position: relative
}

#player-container #players .player iframe {
    height: 100%;
    width: 100%;
    z-index: 0
}

#player-container #players .player.psleft {
    animation: psleft .6s
}

#player-container #players .player.psright {
    animation: psright .6s
}

#player-container #player-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s
}

#player-container #player-cover.blackout {
    background-color: #000
}

#player-container .player-overlay-button {
    cursor: pointer;
    opacity: 0;
    height: 90px;
    width: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 50%;
    background-size: 35px
}

@media(min-width: 600px) {
    #player-container .player-overlay-button {
        background-size:40px
    }
}

#player-container .player-overlay-button svg {
    height: 100%;
    width: 100%
}

#player-container .player-overlay-button.prev svg,#player-container .player-overlay-button.next svg {
    position: relative;
    height: 80%;
    width: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#player-container .player-overlay-button.prev {
    display: none;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#player-container .player-overlay-button.next {
    display: none;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#player-container .player-overlay-button.next svg {
    float: right
}

#player-container .player-overlay-button.pause {
    display: none;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#player-container .player-overlay-button.pause>svg:first-child {
    display: none
}

#player-container .player-overlay-button.fs {
    display: none;
    left: initial;
    top: initial;
    height: 35px;
    width: 35px;
    background-size: 25px;
    background-image: url(../icons/player-fs.svg)
}

@media(orientation: portrait),(max-width:400px) {
    #player-container .player-overlay-button.fs {
        top:6px;
        right: 6px;
        display: block
    }
}

#player-container>.player-overlay-button {
    display: none !important;
    opacity: 1;
    z-index: 1
}

#player-container .player-center-button {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: contain;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#player-container #player-heart-notif {
    display: none;
    z-index: 5;
    width: 100px;
    height: 100px
}

#player-container #player-heart-notif>div {
    height: 100%;
    width: 100%;
    background-image: url(../icons/player-heart-solid.svg);
    opacity: 0
}

#player-container #player-heart-notif.beaticon>div {
    -webkit-animation: beaticon .7s forwards !important;
    -moz-animation: beaticon .7s forwards !important;
    -o-animation: beaticon .7s forwards !important;
    animation: beaticon .7s forwards !important
}

#player-container #player-loading {
    width: 50px;
    height: 50px;
    z-index: 6;
    display: none
}

#player-container #player-loading>.icon {
    width: 100%;
    height: 100%
}

#player-container #thumbs-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    z-index: 1
}

#player-container #thumbs-container[data-mode="l"]>div:last-child,#player-container #thumbs-container[data-mode="r"]>div:first-child {
    display: block
}

#player-container #thumbs-container>div {
    display: none;
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%
}

#player-container #thumbs-container>div:first-child {
    left: -100%
}

#player-container #thumbs-container>div:last-child {
    left: 100%
}

#player-container #time-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    z-index: 2
}

#player-container #time-container>div {
    margin: 0;
    padding: 0;
    height: 100%;
    float: left;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#player-container #time-container>div>div {
    font-size: 5em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#player-container.bars.nv .player-overlay-button.next {
    display: block
}

#player-container.bars.pv .player-overlay-button.prev {
    display: block
}

#player-container.bars #title-bar,#player-container.bars #controls-bar {
    display: block
}

#player-container.bars .player-overlay-button {
    opacity: .6
}

#player-container.bars .player-overlay-button.pause {
    display: block
}

#player-container.drag .player-overlay-button {
    opacity: 0
}

#player-container.drag #progress-dragger-container {
    -webkit-transition: initial !important;
    -moz-transition: initial !important;
    -ms-transition: initial !important;
    -o-transition: initial !important;
    transition: initial !important
}

#player-container #floating-time {
    position: absolute;
    margin-top: 17px;
    margin-left: 25px;
    display: none
}

#player-container.stitle:not(.bars) #floating-time {
    display: block
}

#player-container.stitle:not(.bars) #title-bar {
    display: block
}

@media(orientation: portrait),(max-width:400px) {
    #player-container {
        transition:none !important;
        height: 56.25vw !important;
        width: 100% !important;
        margin-left: 0 !important
    }
}

#title-bar {
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: none;
}

#title-bar>.fs-button {
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-image: url(../icons/player-fs.svg);
    background-size: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none
}

@media(orientation: landscape) and (min-width:401px) {
    #title-bar>.fs-button {
        display:block
    }
}

#title-bar #video-title {
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    max-height: 96px;
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 8px;
    top: 9px;
    width: 70%;
}

@media(orientation: portrait),(max-width:400px) {
    #title-bar #video-title {
        display:none
    }
}

@media(orientation: landscape) and (min-width:401px) {
    #title-bar #video-title {
        margin-right:45px;
        margin-left: 51px;
        margin-bottom: 12px;
    }
}

@media(min-width: 600px) {
    #title-bar #video-title {
        font-size:21px;
    }
}

#controls-bar {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: none;
    bottom: 0;
    background-image: -webkit-linear-gradient(to top,rgba(0,0,0,0.7) 0,transparent 100%);
    background-image: -o-linear-gradient(to top,rgba(0,0,0,0.7) 0,transparent 100%);
    background-image: -ms-linear-gradient(to top,rgba(0,0,0,0.7) 0,transparent 100%);
    background-image: -moz-linear-gradient(to top,rgba(0,0,0,0.7) 0,transparent 100%);
    background-image: linear-gradient(to left,rgba(0,0,0,1) 0,transparent 100%);
}

@media(orientation: portrait),(max-width:400px) {
    #controls-bar {
        bottom:0;
        top: initial
    }
}

#timeline-container {
    margin: 0 90px 0 45px;
    height: 100%
}

#timeline-container #progressbar {
    cursor: pointer;
    height: 100%;
    margin: 0 60px 0 60px
}

#timeline-container #progress-slider {
    width: 100%;
    height: 3px;
    background: #fff;
    top: 23px;
    position: relative
}

@media(min-width: 600px) {
    #timeline-container #progress-slider {
        height:4px
    }
}

#timeline-container #progress-done {
    height: 100%;
    position: absolute;
    width: 0;
    background-color: #82f8fb;
    -webkit-transition: width .1s ease-out;
    -moz-transition: width .1s ease-out;
    -ms-transition: width .1s ease-out;
    -o-transition: width .1s ease-out;
    transition: width .1s ease-out
}

#timeline-container #progress-dragger-container {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -24px;
    left: 0;
    -webkit-transition: left .1s ease-out;
    -moz-transition: left .1s ease-out;
    -ms-transition: left .1s ease-out;
    -o-transition: left .1s ease-out;
    transition: left .1s ease-out
}

#timeline-container #progress-dragger-container #progress-dragger {
    width: 12px;
    height: 12px;
    background-color: #82f8fb;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    display: inline-block;
    margin-left: 22px;
    margin-top: 20px
}

#timeline-container .time-cnt,#timeline-container #player-container #floating-time,#player-container #timeline-container #floating-time,#timeline-container #time-full,#timeline-container #time-remain,#timeline-container #time-done {
    width: 55px;
    height: 100%;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-size: 16px;
    line-height: 50px
}

#timeline-container #time-full,#timeline-container #time-remain {
    right: 90px
}

#timeline-container #time-full {
    display: block
}

@media(orientation: portrait),(max-width:400px) {
    #timeline-container #time-full {
        display:none
    }
}

#timeline-container #time-remain {
    display: none
}

@media(orientation: portrait),(max-width:400px) {
    #timeline-container #time-remain {
        display:block
    }
}

body:not(.menu-open) #timeline-container.show-remain #time-full {
    display: none !important
}

body:not(.menu-open) #timeline-container.show-remain #time-remain {
    display: block !important
}

body.menu-open #player-container {
    margin-left: 33%;
    width: 67%
}

@media(min-width: 1280px) {
    body.menu-open #player-container {
        margin-left:25%;
        width: 75%
    }
}

@media(orientation: portrait),(max-width:400px) {
    body.menu-open #player-container {
        margin-left:50%;
        width: 50%
    }
}

@media(orientation: portrait) and (min-width:1280px) {
    body.menu-open #player-container {
        margin-left:40%;
        width: 60%
    }
}

body.menu-open #player-container .icon.menu {
    display: none
}

body.menu-open #player-container .icon.comment {
    left: 0
}

body.menu-open #player-container #timeline-container {
    margin-left: 0
}

body.menu-open #player-container #timeline-container #time-done,body.menu-open #player-container #timeline-container #time-full {
    display: none
}

body.menu-open #player-container #timeline-container #time-remain {
    display: block
}

body.menu-open #player-container #timeline-container #progressbar {
    margin-left: 15px
}

@media(orientation: portrait),(max-width:400px) {
    body:not(.menu-open) #player-container #timeline-container {
        margin-left:45px
    }

    body:not(.menu-open) #player-container #timeline-container #time-done {
        display: none
    }

    body:not(.menu-open) #player-container #timeline-container #progressbar {
        margin-left: 10px
    }
}

body.hntf #player-container .player-overlay-button.pause {
    display: none !important
}

body.hntf #player-heart-notif {
    display: block !important
}

body.loading #player-container #player-loading {
    display: block
}

body.loading #player-container .player-overlay-button.pause {
    display: none !important
}

body[data-playing="0"] #player-container .player-overlay-button.pause>svg:last-child {
    display: none
}

body[data-playing="0"] #player-container .player-overlay-button.pause>svg:first-child {
    display: block
}

@media(orientation: portrait) {
    body.facade #main-view-swappa>*,body.facade #now-playing-head,body.facade #main-info-block>hr,body.facade #comment-entry {
        opacity:.3 !important
    }
}

body.facade .menu-view.top-swap .swappa-container>.headers {
    visibility: hidden !important
}

body.facade #comment-entry {
    visibility: hidden !important
}

@media(orientation: portrait) {
    body.facade #main-info-block {
        background:none !important
    }
}

@media(orientation: portrait) {
    body.facade #main-info-block .block-content {
        background:#181818 !important
    }
}

body.facade .menu-view:not(.main).active {
    opacity: .2 !important
}

body.mobInit #player-container>*:not(#players):not(.player-overlay-button):not(#controls-bar):not(#title-bar) {
    display: none !important
}

body.mobInit #player-container>.player-overlay-button,body.mobInit #controls-bar,body.mobInit #title-bar {
    display: block !important
}

body.msg #player-container>:not(#msg-screen) {
    display: none !important
}

body.isFs #player-cover .player-overlay-button.fs,body.isFs #title-bar .fs-button {
    background-image: url(../icons/player-fs-exit.svg);
    background-size: 25px
}

body.mobile .nano>.nano-pane {
    display: none !important
}

body.mobile #player-container .player-overlay-button.fs {
    background-size: 23px
}

@media(orientation: landscape) and (min-width:401px) {
    body.mobile #player-container .player-overlay-button.fs {
        display:none
    }
}

body.mobile #player-container #video-title {
    margin-right: 0 !important
}

#menu-container {
    height: 100%;
    width: 33%;
    position: absolute;
    left: -33%;
    background-color: #0a0a0a;
    z-index: 6;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    linear-gradient(5deg, #80f9fd, #000000);
    linear-gradient(5deg, #80f9fd, #000000);
}

@media(min-width: 1280px) {
    #menu-container {
        width:25%;
        left: -25%;
    }
}

@media(orientation: portrait),(max-width:400px) {
    #menu-container {
        width:50%;
        left: -50%
    }
}

@media(orientation: portrait) and (min-width:1280px) {
    #menu-container {
        width:40%;
        left: -40%
    }
}

#menu-container.anim {
    -webkit-transition: left 1s,opacity 1s;
    -moz-transition: left 1s,opacity 1s;
    -ms-transition: left 1s,opacity 1s;
    -o-transition: left 1s,opacity 1s;
    transition: left 1s,opacity 1s
}

#menu-container .menu-view {
    width: 100%;
    height: 100%
}

#menu-container .menu-content {
    clear: both;
    font-size: 12px;
    height: 100%
}

#menu-container .menu-content .data-loader {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat
}

@media(min-width: 600px) {
    #menu-container .menu-content {
        font-size:14px
    }
}

#menu-container .content-block {
    padding: 4px 0;
    /* margin-bottom: 2px; */
    border-bottom: black solid 2px;
}

#menu-container .content-block .data-loader {
    display: none
}

#menu-container .content-block.loading>:not(.data-loader) {
    display: none
}

#menu-container .content-block.loading>.data-loader {
    display: block
}

#menu-container .content-block>.block-header {
    font-weight: bold;
    padding: 0 4px
}

#menu-container .content-block>.block-content {
    padding: 0 3px 3px 3px
}

#menu-container .content-block>hr {
    border-color: #000;
    margin: 5px 0 5px 0;
    border-style: solid
}

#menu-container .menu-view:not(.active) {
    display: none
}

#menu-container .containment {
    margin-left: 0;
    margin-right: auto
}

@media(orientation: portrait),(max-width:400px) {
    #menu-container {
        transition:none !important;
        top: 56.25vw !important;
        left: 0 !important;
        width: 100% !important
    }
}

body.menu-open #menu-container {
    left: 0;
}

body:not(.menu-open) .menu-view.top-swap .swappa-container .headers {
    display: none
}

.menu-header {
    width: 100%;
    height: 30px;
    border-bottom: 2px solid black;

}

.menu-header .icon {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    background-size: 75%;
}

@media(min-width: 600px) {
    .menu-header .icon {
        width:40px;
        height: 40px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header .icon {
        height:35px
    }
}

.menu-header>.icon.menu {
    background-image: url(../icons/header-menu.svg)
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header>.icon.menu {
        display:none
    }
}

.menu-header>.icon.option {
    background-size: 16px;
    background-image: url(../icons/author-white.svg)
}

@media(min-width: 600px) {
    .menu-header>.icon.option {
        background-size:22px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header>.icon.option {
        display:none
    }
}

.menu-header>.icon.search {
    background-image: url(../icons/header-search.svg)
}

.menu-header>.icon.back {
    display: none;
    float: left;
    background-size: 18px;
    width: 35px;
    background-image: url(../icons/header-back.svg);
    background-position: 50% 7px
}

@media(min-width: 600px) {
    .menu-header>.icon.back {
        width:40px;
        background-size: 22px;
        background-position: 50% 11px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header>.icon.back {
        background-position:50% 10px
    }
}

@media(orientation: portrait),(max-width:600px) {
    .search-bar .input {
        margin-top: 7px !important;
        z-index: 1;
    }
}
@media(min-width: 400px) and (max-width: 600px) {
    .search-bar .input {
        margin-top: 4px !important;
        z-index: 1;
        height: 34px;
        width:90%
    }
}

.menu-header .title-area {
    margin-right: 30px;
    margin-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-header .title-area>.title {
    font-size: 16px;
    line-height: 30px
}

@media(min-width: 600px) {
    .menu-header .title-area>.title {
        line-height:40px;
        font-size: 19px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header .title-area>.title {
        line-height:35px
    }
}

@media(min-width: 600px) {
    .menu-header .title-area {
        margin-left:43px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header .title-area {
        margin-right:5px
    }
}

.menu-header .pref-element {
    display: none;
    margin-top: 6px
}

.menu-header .pref-element>.icon {
    display: none
}

.menu-header .pref-element>.pref {
    float: right;
    display: inline-block;
    margin-top: -2px
}

.menu-header .pref-element>.pref>div:first-child {
    margin: 0 5px 0 0 !important
}

.menu-header .pref-element>.text {
    font-size: 13px;
    margin-left: 0
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header .pref-element {
        display:block
    }
}

@media(min-width: 600px) {
    .menu-header {
        height:40px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-header {
        height:35px;
        border-top: 2px solid #181818
    }
}

.menu-view:not(.main) .menu-header .icon.back {
    display: inline-block
}

.menu-view.main .title-area {
    margin-left: 0;
    margin-right: 90px
}

.menu-view.main .content-block>hr {
    margin-top: 3px !important
}

.menu-view.main #video-author {
    margin-top: 3px;
    margin-left: 3px
}

.menu-view.main #video-author,.menu-view.main #video-tags {
    display: inline-block;
    margin-right: 15px
}

@media(orientation: landscape) and (min-width:401px) {
    .menu-view.main #video-author,.menu-view.main #video-tags {
        margin-top:0px;
    }
}

.menu-view.main #video-author .pref-element,.menu-view.main #video-tags .pref-element {
    margin: 3px 0 0 0
}

.menu-view.main #video-author .pref-element>.text,.menu-view.main #video-tags .pref-element>.text {
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
}

.menu-view.main .title-container {
    padding: 3px 29px 3px 3px;
    font-size: 14px
}

@media(orientation: portrait) {
    .menu-view.main .title-container {
        font-size:13px
    }
}

@media(min-width: 600px) {
    .menu-view.main .title-container {
        font-size:15px
    }
}

.menu-view.main #main-info-block .expander-cntr {
    padding: 5px 0 0 0;
    margin-left: 3px
}

.menu-view.main #main-info-block .expander-cntr>.expand-content:not(.expanded) {
    max-height: 0 !important
}

.menu-view.main #main-info-block .expander-cntr>.expand-content>.icon {
    top: 6px;
    right: 11px;
    position: absolute;
    float: none
}

@media(orientation: landscape) and (min-width:401px) {
    .menu-view.main #main-info-block .expander-cntr>.expand-content>.icon {
        top:40px
    }
}

.menu-view.main .description-container {
    -moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
    margin-top: 5px
}

.menu-view.main .description-container .video-element:first-child {
    margin-top: 8px
}

.menu-view.main .description-container .video-element:last-child {
    margin-bottom: 8px
}

.menu-view.main .menu-header>.icon.search {
    display: none
}

.menu-view.main .menu-header>.title-area {
    margin-right: 65px
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main .menu-header>.title-area {
        margin-right:10px
    }
}

.menu-view.main .menu-header .search-bar {
    padding-left: 5px
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main .menu-header {
        display:none;
        height: 0
    }
}

.menu-view.main #now-playing-head {
    display: block
}

.menu-view.main #now-playing-head+hr {
    margin: 3px 0 5px 0
}

.menu-view.main #now-playing-head>span {
    display: none
}

.menu-view.main #now-playing-head .stream-indi {
    display: block;
    margin: -4px 0 -4px -7px
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head .stream-indi[data-stream^="tre"] {
        padding:0 0 0 4px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head .stream-indi[data-stream^="tre"] .strico {
        width:20px
    }
}

.menu-view.main #now-playing-head .stream-indi .icon {
    height: 30px;
}

.menu-view.main #now-playing-head .stream-indi .icon.option {
    display: none;
    float: right;
    width: 30px;
    background-size: 19px;
    background-image: url(../icons/author-white.svg)
}

@media(min-width: 600px) {
    .menu-view.main #now-playing-head .stream-indi .icon.option {
        background-size:25px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head .stream-indi .icon.option {
        width:40px;
        display: block
    }
}

.menu-view.main #now-playing-head .stream-indi .icon.search {
    display: none;
    float: right;
    width: 40px;
    background-size: 17px;
    background-image: url(../icons/header-search-thick.svg)
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head .stream-indi .icon.search {
        display:block
    }
}

@media(min-width: 600px) {
    .menu-view.main #now-playing-head .stream-indi .icon.search {
        background-size:21px
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head .stream-indi {
        margin:0
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main #now-playing-head {
        padding:0
    }
}

.menu-view.main.top-swap .menu-content .swappa-container:not([data-count="1"])>.headers {
    width: 33%;
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 2;
    border-top: solid 2px black;
}

@media(min-width: 1280px) {
    .menu-view.main.top-swap .menu-content .swappa-container:not([data-count="1"])>.headers {
        width:25%
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.main.top-swap .menu-content .swappa-container:not([data-count="1"])>.headers {
        top:56.25vw;
        width: 100%;
    }
}

.menu-view.main.top-swap .menu-content .swappa-container:not([data-count="1"])>.content {
    margin-top: 29px
}

@media(orientation: portrait),(max-width:400px) {
    #main-info-expnd>.icon {
        margin-right:5px
    }
}

#main-view-swappa>.headers .header.c .icon {
    background-image: url(../icons/player-comment-solid.svg);
    background-size: 11px
}

#main-view-swappa>.headers .header.r .icon {
    background-image: url(../icons/stream-conn-white.svg);
    background-position: 50% 3px
}

#main-view-swappa>.headers .header.u .icon {
    background-image: url(../icons/tv-white.svg);
    background-size: 105px
}

#main-view-swappa .pref-element {
    display: none
}

.stream-indi {
    cursor: pointer
}

.stream-indi>.strico {
    float: left;
    width: 28px;
    background-image: url(../icons/stream-trending-white.svg);
    background-size: 40px;
}

.stream-indi[data-stream="follows"]>.strico {
    background-image: url(../icons/stream-conn-white.svg);
    background-size: 22px
}

.stream-indi[data-stream="starred"]>.strico,.stream-indi[data-stream="etstarred"]>.strico {
    background-image: url(../icons/stream-likes-white.svg);
    background-size: 22px
}

.stream-indi[data-stream="related"]>.strico,.stream-indi[data-stream="mentioned"]>.strico {
    background-image: url(../icons/stream-conn-white.svg);
    background-position: 50% 3px;
    background-size: 22px
}

.stream-indi[data-stream="author"]>.strico {
    background-image: url(../icons/stream-author-white.svg);
    background-position: 50% 5px;
    background-size: 16px
}

.stream-indi[data-stream="subreddit"]>.strico,.stream-indi[data-stream="reddit"]>.strico {
    background-image: url(../icons/stream-reddit.svg);
    background-position: 50% 5px;
    background-size: 12px
}

.stream-indi[data-stream="queued"]>.strico {
    background-image: url(../icons/stream-queued-white.svg);
    background-size: 22px
}

.stream-indi[data-stream="categories"]>.strico,.stream-indi[data-stream="tag"]>.strico,.stream-indi[data-stream="search"]>.strico {
    background-image: url(../icons/stream-tag-white.svg);
    background-size: 10px;
    background-position: 50% 7px
}

.stream-indi[data-stream="categories"][data-thumb="Cute"]>.strico {
    background-image: url(../icons/cat-cute.svg);
    background-size: 16px;
    background-position: 50% 5px
}

.stream-indi[data-stream="categories"][data-thumb="Educational"]>.strico {
    background-image: url(../icons/cat-doc.svg)
}

.stream-indi[data-stream="categories"][data-thumb="Funny"]>.strico {
    background-image: url(../icons/cat-funny.svg);
    background-size: 16px;
    background-position: 50% 6px
}

.stream-indi[data-stream="categories"][data-thumb="Gaming"]>.strico {
    background-image: url(../icons/cat-gaming.svg);
    background-size: 16px;
    background-position: 50% 6px
}

.stream-indi[data-stream="categories"][data-thumb="Music"]>.strico {
    background-image: url(../icons/cat-music.svg)
}

.stream-indi[data-stream="categories"][data-thumb="News"]>.strico {
    background-image: url(../icons/cat-news.svg)
}

.stream-indi[data-stream="categories"][data-thumb="Sports"]>.strico {
    background-image: url(../icons/cat-sports.svg)
}

.stream-indi[data-stream="categories"][data-thumb="Beauty"]>.strico {
    background-image: url(../icons/cat-beauty.svg)
}

.stream-indi[data-stream="categories"][data-thumb="Nsfw"]>.strico {
    background-image: url(../icons/nsfw.svg)
}

.stream-indi.loading>.strico {
    background-size: 16px
}

.stream-indi .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stream-indi .text span.icon {
    width: 20px;
    height: 20px;
    background-image: url(../icons/expand-arrow.svg);
    background-size: 65%;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

.stream-indi.cyan>.strico {
    background-image: url(../icons/stream-trending-cyan.svg);
}

.stream-indi.cyan[data-stream="follows"]>.strico {
    background-image: url(../icons/stream-conn-cyan.svg)
}

.stream-indi.cyan[data-stream="starred"]>.strico,.stream-indi.cyan[data-stream="etstarred"]>.strico {
    background-image: url(../icons/stream-likes-cyan.svg)
}

.stream-indi.cyan[data-stream="related"]>.strico,.stream-indi.cyan[data-stream="mentioned"]>.strico {
    background-image: url(../icons/stream-conn-cyan.svg);
    background-position: 50% 3px
}

.stream-indi.cyan[data-stream="author"]>.strico {
    background-image: url(../icons/stream-author-cyan.svg);
    background-position: 50% 5px
}

.stream-indi.cyan[data-stream="subreddit"]>.strico,.stream-indi.cyan[data-stream="reddit"]>.strico {
    background-image: url(../icons/stream-reddit.svg);
    background-position: 50% 5px
}

.stream-indi.cyan[data-stream="queued"]>.strico {
    background-image: url(../icons/stream-queued-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"]>.strico,.stream-indi.cyan[data-stream="tag"]>.strico,.stream-indi.cyan[data-stream="search"]>.strico {
    background-image: url(../icons/stream-tag-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Cute"]>.strico {
    background-image: url(../icons/cat-cute-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Educational"]>.strico {
    background-image: url(../icons/cat-doc-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Funny"]>.strico {
    background-image: url(../icons/cat-funny-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Gaming"]>.strico {
    background-image: url(../icons/cat-gaming-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Music"]>.strico {
    background-image: url(../icons/cat-music-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="News"]>.strico {
    background-image: url(../icons/cat-news-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Sports"]>.strico {
    background-image: url(../icons/cat-sports-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Beauty"]>.strico {
    background-image: url(../icons/cat-beauty-cyan.svg)
}

.stream-indi.cyan[data-stream="categories"][data-thumb="Nsfw"]>.strico {
    background-image: url(../icons/nsfw-cyan.svg)
}

.pref-element {
    margin: 5px 0 2px 0;
    clear: both
}

.pref-element .icon {
    width: 8px;
    height: 25px;
    background-size: 11px;
    float: left
}

.pref-element.tag>.icon {
    background-image: url(../icons/tag-white.svg);
    background-size: 10px;
    margin-top: -1px;
    padding-left: 10px;
}

.pref-element.tag .pref>:first-child .icon {
    background-image: url(../icons/pref-tag-follow.svg)
}

.pref-element.tag .pref>:last-child .icon {
    background-image: url(../icons/pref-tag-ban.svg)
}

.pref-element.author>.icon {
    background-image: url(../icons/author-white.svg);
    padding-right: 14px;
    margin-left: -6px;
    margin-top: -1px;
}

.pref-element.author .pref>:first-child .icon {
    background-image: url(../icons/pref-author-follow.svg)
}

.pref-element.author .pref>:last-child .icon {
    background-image: url(../icons/pref-author-ban.svg)
}

.pref-element .text {
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px
}

@media(min-width: 600px) {
    .pref-element .text {
        font-size:15px
    }
}

.pref-element .pref {
    display: none;
    height: 25px;
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.pref-element .pref:after {
    clear: both
}

.pref-element .pref>div {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 100%;
    font-size: 12px;
    line-height: 25px;
    padding: 1px 6px 1px 2px;
    border-radius: 3px;
    background-color: #73d1f0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.pref-element .pref>div span:last-child {
    display: none
}

.pref-element .pref>div:first-child {
    margin-right: 20%
}

@media(min-width: 600px) and (orientation:landscape) {
    .pref-element .pref>div {
        padding:5px 10px 5px 5px
    }
}

.pref-element .pref .icon {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    background-position: 50% 3px;
    background-size: 17px
}

.pref-element.l .pref>:first-child {
    color: #82f8fb
}

.pref-element.d .pref>:last-child {
    color: #fff
}

#video-age {
    margin-top: 12px;
    margin-left: 1px
}

#video-age .icon {
    margin-top: -5px;
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-size: 11px;
    background-position: 50% 1px;
    background-image: url(../icons/calendar-white.svg);
}

#trendometer {
    margin-top: 13px;
    padding-bottom: 11px;
    margin-left: -5px;
}

#trendometer .trom-container {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#trendometer .trom-container .trom-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

#trendometer .trom-container.rt .trom-icon {
    background-image: url(../icons/logo-rt.svg)
}

#trendometer .trom-container.tw .trom-icon {
    background-image: url(../icons/logo-tw.svg)
}

#trendometer .trom-container.yt .trom-icon {
    background-image: url(../icons/logo-yt.svg);
    background-size: 23px;
    background-position: 50% -3px
}

#trendometer .trom-container.vm .trom-icon {
    background-image: url(../icons/logo-vm.svg)
}

#trendometer .trom-container.dm .trom-icon {
    background-image: url(../icons/logo-dm.svg);
    background-position: 0 2px
}

#trendometer .trom-container .trom-meter {
    height: 15px;
    float: right;
    margin-left: 5px
}

#trendometer .trom-container .trom-meter .trom-bar {
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #555
}

#trendometer .trom-container .trom-meter .trom-bar.f {
    height: 5px
}

#trendometer .trom-container .trom-meter .trom-bar.s {
    height: 10px
}

#trendometer .trom-container[data-rating="1"] .trom-bar.f,#trendometer .trom-container[data-rating="2"] .trom-bar.f,#trendometer .trom-container[data-rating="2"] .trom-bar.s,#trendometer .trom-container[data-rating="3"] .trom-bar.f,#trendometer .trom-container[data-rating="3"] .trom-bar.s,#trendometer .trom-container[data-rating="3"] .trom-bar.t {
    background: white
}

#trendometer span {
    margin-right: 5px
}

.search-bar {
    height: 100%
}

.search-bar input {
    outline: 0;
    border: 0;
    background: #000 !important;
    color: #fff;
    background: inherit;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 38px;
    width: 88%;
    height: 24px;
    border: 1px solid rgb(57, 59, 62);
    -webkit-transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -ms-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    border-radius: 1px;
}

@media(min-width: 600px) {
    .search-bar input {
        font-size:17px
    }
}

@media(orientation: portrait),(max-width: 600px) {
    .search-bar input {
        width: 69%;
    }
}

.search-bar .input {
    margin-top: 7px
}

.search-bar .icon {
    height: 25px;
    float: left;
    position: relative;
    background-size: 25px;
    width: 35px;
    background-image: url(../icons/header-search-thick.svg)
}

@media(min-width: 600px) {
    .search-bar .icon {
        width:40px;
        background-size: 36px
    }
}

@media(orientation: portrait),(max-width:400px) {
}

.search-bar .icon.search {
    float: clear;
    position: absolute;
    width: 21px;
    background-size: 15px;
    background-position: 50% 5px;
    margin-left: 9px;
    margin-top: 1px;
}
}

@media(min-width: 600px) {
    .search-bar .icon.search {
        background-size:16px;
        background-position: 50% 4px
    }
}

.search-bar .icon.clear {
    float: right;
    background-image: url(../icons/input-clear.svg);
    background-size: 13px;
    opacity: .6;
    width: 16px;
    display: none
}

.search-bar .icon.clear:hover {
    opacity: 1
}

@media(min-width: 600px) {
    .search-bar .icon.clear {
        right: 16px;
        width: 18px;
        background-size: 15px;
        background-position: 50% 2px;
        margin-top: 3px;
    }
}

.search-bar.t .icon.search {
    display: none
}

.search-bar.t .input {
    margin-left: 0
}

.search-bar.t .input input {
    padding-left: 8px;
    padding-right: 28px
}

.search-bar.t .icon.clear {
    display: block
}

@media(max-width: 600px) {
    body.mobile .search-bar .input {
        margin-top:0
    }
}

@media(max-width: 600px) {
    body.mobile .search-bar .icon.search {
        background-position:50% 5px
    }
}

@media(max-width: 600px) {
    body.mobile .search-bar .icon.clear {
        background-position:50% 8px
    }
}

body.mobile .search-bar.t .input {
    margin-right: 25px
}

body.mobile .search-bar.t input {
    padding-right: 0
}

#category-listing .category-element,#extra-stream-listing .category-element {
    cursor: pointer;
    margin-bottom: 8px;
    clear: both;
    padding-left: 35px;
    border-bottom: 1px solid #151718;
    padding-bottom: 8px;
}

#category-listing .icon,#extra-stream-listing .icon {
    width: 50px;
    height: 50px;
    background-size: 75%;
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media(orientation: portrait),(max-width:400px) {
    #category-listing .icon,#extra-stream-listing .icon {
        float:left;
        display: inline-block;
        vertical-align: middle
    }
}

#category-listing .text,#extra-stream-listing .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-size: 20px;
    text-align: center
}

@media(orientation: portrait),(max-width:400px) {
    #category-listing .text,#extra-stream-listing .text {
        font-weight:bold;
        margin-left: 65px;
        line-height: 50px;
        text-align: left
    }
}

#category-listing .category-element[data-name="Trending"] .icon,#extra-stream-listing .category-element[data-name="Trending"] .icon {
    background-image: url(../icons/stream-trending-white.svg);
    background-size: 70px
}

#category-listing .category-element[data-name="Follows"] .icon,#extra-stream-listing .category-element[data-name="Follows"] .icon {
    background-image: url(../icons/stream-conn-white.svg)
}

#category-listing .category-element[data-name="Cute"] .icon,#extra-stream-listing .category-element[data-name="Cute"] .icon {
    background-image: url(../icons/cat-cute.svg)
}

#category-listing .category-element[data-name="Educational"] .icon,#extra-stream-listing .category-element[data-name="Educational"] .icon {
    background-image: url(../icons/cat-doc.svg)
}

#category-listing .category-element[data-name="Funny"] .icon,#extra-stream-listing .category-element[data-name="Funny"] .icon {
    background-image: url(../icons/cat-funny.svg)
}

#category-listing .category-element[data-name="Gaming"] .icon,#extra-stream-listing .category-element[data-name="Gaming"] .icon {
    background-image: url(../icons/cat-gaming.svg)
}

#category-listing .category-element[data-name="Music"] .icon,#extra-stream-listing .category-element[data-name="Music"] .icon {
    background-image: url(../icons/cat-music.svg)
}

#category-listing .category-element[data-name="News"] .icon,#extra-stream-listing .category-element[data-name="News"] .icon {
    background-image: url(../icons/cat-news.svg)
}

#category-listing .category-element[data-name="Sports"] .icon,#extra-stream-listing .category-element[data-name="Sports"] .icon {
    background-image: url(../icons/cat-sports.svg)
}

#category-listing .category-element[data-name="Beauty"] .icon,#extra-stream-listing .category-element[data-name="Beauty"] .icon {
    background-image: url(../icons/cat-beauty.svg)
}

#category-listing .category-element[data-nsfw="1"] .icon,#extra-stream-listing .category-element[data-nsfw="1"] .icon {
    background-image: url(../icons/nsfw.svg) !important
}

#menu-container .menu-view.options .menu-content .containment {
    margin-left: 7px;
    margin-top: 10px;
    max-width: 180px
}

#menu-container .menu-view.options .menu-content .entry {
    margin-bottom: 18px
}

#menu-container .menu-view.options .menu-content .entry .icon {
    width: 20px;
    height: 20px;
    float: left
}

#menu-container .menu-view.options .menu-content .entry .text {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 35px;
    text-align: left;
    font-size: 18px
}

@media(min-width: 600px) {
    #menu-container .menu-view.options .menu-content .entry .text {
        font-size:18px
    }
}

#menu-container .menu-view.options .menu-content .entry.likes .icon {
    background-size: 26px;
    background-image: url(../icons/player-heart-solid.svg)
}

#menu-container .menu-view.options .menu-content .entry.history .icon {
    background-image: url(../icons/player-history.svg)
}

#menu-container .menu-view.options .menu-content .entry.auth .icon {
    background-image: url(../icons/auth-login.svg)
}

#menu-container .menu-view.options .menu-content .entry.feedback .icon {
    background-image: url(../icons/feedback.svg)
}

#menu-container .menu-view.options .menu-content .entry.help .icon {
    background-image: url(../icons/help.svg)
}

#menu-container .menu-view.options .menu-content .entry.slider .text {
    margin-left: 0
}

#menu-container .menu-view.options .menu-content .entry.slider .opt-slider-cntr {
    float: right;
    margin-top: -2px
}

#menu-container .menu-view.options .menu-content #soci-cnt {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    height: 40px
}

#menu-container .menu-view.options .menu-content #soci-cnt .soci {
    cursor: pointer;
    width: 30%;
    height: 100%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    display: inline-block;
    max-width: 35px;
    max-height: 35px;
    margin: 0 10px
}

#menu-container .menu-view.options .menu-content #soci-cnt .soci.f {
    background-image: url(../icons/soc-circ-fb.svg)
}

#menu-container .menu-view.options .menu-content #soci-cnt .soci.r {
    background-image: url(../icons/soc-circ-rt.svg)
}

#menu-container .menu-view.options .menu-content #soci-cnt .soci.t {
    background-image: url(../icons/soc-circ-tw.svg)
}

#menu-container .menu-view.options .menu-content center {
    font-size: 1.3em;
    color: #555
}

.menu-view.listing .menu-content .pref-element>.icon,.menu-view.listing .menu-content .pref-element>.text {
    display: none
}

.menu-view.listing .menu-content .pref-element>.pref {
    display: block
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.listing .menu-content .pref-element {
        display:none
    }
}

@media(orientation: portrait),(max-width:400px) {
    .menu-view.listing .menu-header>.title-area>.pref-element ~ .title {
        display:none
    }
}

.menu-view.search-history .search-item {
    margin-bottom: 12px;
    margin-top: 12px
}

.menu-view.search-history .search-item .icon {
    float: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../icons/header-search.svg)
}

.menu-view.search-history .search-item .text {
    padding-left: 5px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#login-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
    background-color: #000
}

#login-container .text {
    padding: 0 3px
}

#login-container .icon {
    width: 130px;
    height: 130px;
    background-size: 700px
}

.menu-view.login .message-container,#login-container .message-container {
    height: 100%;
    height: calc(100% - 210px);
    width: 100%;
    position: absolute;
    bottom: 210px
}

.menu-view.login .message-container>:first-child,#login-container .message-container>:first-child {
    text-align: center;
    font-size: 25px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-view.login .message-container .icon,#login-container .message-container .icon {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-image: url(../icons/app-icon-4.png);
    background-size: contain
}

@media(max-height: 400px) {
    .menu-view.login .message-container .icon,#login-container .message-container .icon {
        height:50px
    }
}

.menu-view.login .message-container .text,#login-container .message-container .text {
    font-weight: bold
}

@media(max-height: 430px) {
    .menu-view.login .message-container .text,#login-container .message-container .text {
        display:none
    }
}

.menu-view.login .logins-container,#login-container .logins-container {
    position: absolute;
    bottom: 0;
    width: 100%
}

.login-button {
    cursor: pointer;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #1d1d1d
}

.login-button[data-type^="g"] {
    background: #df4a32
}

.login-button[data-type^="f"] {
    background: #3b5998
}

.swappa-container {
    width: 100%;
    overflow: hidden
}

.swappa-container>.headers {
    height: 28px;
    border-bottom: 1px solid #222;
}

@media(orientation: portrait),(max-width: 600px) {
    .swappa-container>.headers .header .text {
        font-size: 12px!important;
    }
}

.swappa-container>.headers .header {
    cursor: pointer;
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    padding: 5px 2px;
    height: 28px;
    background-color: #0a0a0a;
}

.swappa-container>.headers .header.h {
    display: none
}

.swappa-container>.headers .header.active {
    border-bottom: 1px solid #80f9fd;
}

.swappa-container>.headers .header .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-size: 75%;
    display: none
}

@media(orientation: landscape) and (min-width:401px) and (max-width:700px) {
    .swappa-container>.headers .header .icon {
        display:none !important
    }
}

.swappa-container>.headers .header .text {
    vertical-align: middle;
    font-size: 15px;
}

.swappa-container>.content {
}

.swappa-container>.content .swappa-content {
    display: none
}

.swappa-container>.content .swappa-content.h {
    display: none
}

.swappa-container>.content .swappa-content.active {
    display: block
}

.swappa-container[data-count="1"]>.headers .header {
    width: 100%
}

.swappa-container[data-count="2"]>.headers .header {
    width: 50%
}

.swappa-container[data-count="3"]>.headers .header {
    width: 33.33333%;
}

.swappa-container[data-count="4"]>.headers .header {
    width: 25%
}

@media(orientation: portrait) {
    .swappa-container.swp-ico>.headers .header {
        padding:5px 2px
    }
}

@media(orientation: landscape) and (min-width:700px) {
    .swappa-container.swp-ico>.headers .header {
        padding:5px 2px
    }
}

.swappa-container.swp-ico>.headers .header .icon {
    display: inline-block
}

.expander-cntr {
    padding: 8px 0
}

.expand-content {
    max-height: 1.2em;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.expand-content>.icon {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../icons/expand-arrow.svg);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.expand-content.expanded>.icon {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.expand-content.disabled>.icon {
    display: none
}

@media(min-width: 600px) {
    .expand-content {
        max-height:1.2em
    }
}

.video-element {
    cursor: pointer;
    width: 100%;
    box-sizing: border-box
}

@media (orientation: portrait), (max-width: 400px) {
    .video-element .thumb {
        width: 125px!important;
        height: 50px!important;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .video-element .thumb {
        width: 77px!important;
        height: 50px!important;
    }
}

.video-element .thumb {
    float: left;
    display: inline-block;
    width: 100px;
    height: 75px;
    vertical-align: middle;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media(min-width: 800px) {
    .video-element .thumb {
        width:150px;
        height: 90px;
    }
}

.video-element .thumb .ftime {
    display: none;
    float: right;
    background-color: rgba(0,0,0,0.8);
    margin-top: 65px;
    margin-right: 4px;
    padding: 1px 2px 1px 2px;
    border-radius: 2px
}

@media(min-width: 600px) {
    .video-element .thumb .ftime {
        display:inline-block
    }
}

.video-element .vcount {
    position: absolute;
    width: 75px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bfbfbf;
    z-index: 1
}

.video-element .vcount+.thumb {
    opacity: .5
}

.video-element .vcount .icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: sub;
    background-size: 15px;
    background-image: url(../icons/upvote.svg)
}

.video-element .text {
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 75px;
    vertical-align: middle;
    overflow: hidden;
    height: 50px;
    line-height: 14px;
    color: #d6dddd;
    font-size: 14px;
    padding-right: 19px;
}

@media (orientation: portrait), (max-width: 600px) {
    .video-element .text {
        font-size:12px!important;
        padding-right: 5px;
        overflow: hidden;
    }
}

@media(min-width: 600px) {
    .video-element .text {
        height:90px
    }
}

.video-element .expander-cntr {
    padding: 2px 0;
    border-top: 1px solid #151718;
}

.video-element .comment {
    margin: 8px 3px;
    font-size: 10px;
    max-height: 1.1em;
    color: #d4d4d4;
}

@media(min-width: 600px) {
    .video-element .comment {
        font-size:13px;
        color: #d4d4d4;
    }
}

.video-element .comment .content .icon {
    height: 13px;
    width: 13px;
    float: left;
    margin-right: 5px;
    background-image: url(../icons/player-comment-solid.svg)
}

.video-element:not(:last-child) {
    margin-bottom: 5px
}

@media(min-width: 600px) {
    .video-element:not(:last-child) {
        margin-bottom:8px
    }
}

.video-element:not(:last-child):not(.nb) {
    border-bottom: 0px solid #181818
}

.video-element.wa {
    display: none
}

.search-ext-cntr> {
    margin: 10px 0
}

.search-ext-cntr .search-ext {
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-ext-cntr .search-ext .icon {
    background-size: 75%;
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    margin-right: 10px
}

.search-ext-cntr .search-ext.author .icon {
    background-image: url(../icons/stream-author-white.svg)
}

.search-ext-cntr .search-ext.subreddit .icon {
    background-image: url(../icons/stream-tag-white.svg)
}

.opt-slider-cntr {
    height: 23px;
    width: 40px;
    display: inline-block;
    cursor: pointer
}

.opt-slider-cntr .area {
    border-radius: 10px;
    height: 100%;
    background-color: #ccd0d9
}

.opt-slider-cntr .area .dragger {
    border-radius: 10px;
    background-color: #fff;
    height: 17px;
    width: 17px;
    position: relative;
    top: 3px;
    left: 3px;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s
}

.opt-slider-cntr.on .area {
    background-color: #82f8fb
}

.opt-slider-cntr.on .area .dragger {
    left: 20px
}

#boarding-container {
    cursor: pointer;
    z-index: 7;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-image: -webkit-linear-gradient(to top,rgba(0,0,0,0.9) 0,transparent 10%);
    background-image: -o-linear-gradient(to top,rgba(0,0,0,0.9) 0,transparent 10%);
    background-image: -ms-linear-gradient(to top,rgba(0,0,0,0.9) 0,transparent 10%);
    background-image: -moz-linear-gradient(to top,rgba(0,0,0,0.9) 0,transparent 10%);
    background-image: linear-gradient(to left,rgba(0,0,0,1) 0,transparent 100%)
}

#boarding-container #player-tips-container {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: margin-left 1s;
    -moz-transition: margin-left 1s;
    -ms-transition: margin-left 1s;
    -o-transition: margin-left 1s;
    transition: margin-left 1s
}

@media(orientation: portrait),(max-width:400px) {
    #boarding-container #player-tips-container {
        height:56.25vw
    }
}

#boarding-container.pinchtip,#boarding-container.pinchtip .player-tip.pi {
    display: block !important
}

#boarding-container.pinchtip>.skbtn,#boarding-container.pinchtip .skip,#boarding-container.pinchtip #boarding-stage-cntr {
    display: none !important
}

#boarding-container>.skbtn {
    height: 100px;
    width: 50px;
    top: 50%;
    margin-top: -50px;
    position: absolute;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../icons/player-prev.svg)
}

#boarding-container>.skbtn.n {
    right: 0;
    background-image: url(../icons/player-next.svg)
}

#boarding-container>.skip {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.2em
}

#boarding-container>.skip::after {
    content: '';
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../icons/expand-arrow.svg);
    bottom: 14px;
    margin-left: 8px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media(orientation: portrait) {
    #boarding-container>.skip {
        display:none
    }
}

.player-tip {
    height: 70px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none
}

.player-tip .icon {
    float: left;
    height: 100%;
    width: 60px;
    background-size: 50px
}

.player-tip .text {
    padding: 0 10px 0 60px
}

.player-tip .text>div {
    height: 50%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.player-tip .text>div:first-child {
    font-weight: bold;
    font-size: 27px;
    line-height: 45px
}

.player-tip .text>div:last-child {
    font-size: 20px
}

.player-tip.m {
    width: 100%;
    max-width: 100%
}

.player-tip.m .icon {
    background-image: url(../icons/touch-swipe-right.svg)
}

.player-tip.l .icon {
    background-image: url(../icons/touch-tap-double.svg)
}

.player-tip.s .icon {
    background-image: url(../icons/touch-swipe-right.svg)
}

.player-tip.p .icon {
    background-image: url(../icons/touch-tap-long.svg)
}

.player-tip.f .icon,.player-tip.pi .icon {
    background-image: url(../icons/touch-pinch.svg)
}

.info-tip {
    height: 70px;
    max-width: 90%;
    position: absolute;
    display: none
}

.info-tip.m {
    width: 100%;
    max-width: 100%
}

.info-tip .icon {
    float: left;
    height: 50px;
    width: 60px;
    background-size: 50px;
    background-image: url(../icons/touch-tap.svg)
}

.info-tip .icon.click {
    -webkit-animation: pointclick 1s forwards;
    -moz-animation: pointclick 1s forwards;
    -o-animation: pointclick 1s forwards;
    animation: pointclick 1s forwards
}

.info-tip .text {
    padding: 0 10px 0 60px;
    margin-top: -6px
}

.info-tip .text>div {
    height: 50%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-tip .text>div:first-child {
    font-weight: bold;
    font-size: 27px;
    line-height: 45px
}

.info-tip .text>div:last-child {
    font-size: 20px
}

.info-tip.lmode .text {
    padding: 0 60px 0 10px
}

.info-tip.lmode .icon {
    float: right
}

.ofocus {
    transition: opacity 1s;
    opacity: .8 !important
}

.ifocus {
    background-color: #464343 !important
}

#boarding-stage-cntr {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 8
}

@media(orientation: landscape) {
    #boarding-stage-cntr {
        text-align:center
    }
}

@media(orientation: portrait) {
    #boarding-stage-cntr>div {
        float:left
    }
}

#boarding-stage-cntr>.point {
    width: 8%;
    height: 100%;
    display: inline-block
}

#boarding-stage-cntr>.point.h {
    display: none !important
}

#boarding-stage-cntr>.point>div {
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    position: relative;
    margin-top: -7.5px;
    margin-left: -7.5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: grey
}

#boarding-stage-cntr>.point.active div {
    background-color: #fff
}

#boarding-stage-cntr>.skip {
    width: 28%;
    height: 100%;
    color: white;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    font-size: 20px
}

#boarding-stage-cntr>.skip::after {
    content: '';
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../icons/expand-arrow.svg);
    bottom: 13px;
    margin-left: 10px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media(orientation: landscape) {
    #boarding-stage-cntr>.skip {
        display:none
    }
}

body.boarding #boarding-container {
    display: block
}

body.boarding #menu-container,body.boarding #player-container {
    opacity: .5
}

body.boarding #menu-container.blink {
    opacity: 1
}

body.boarding.menu-open #boarding-container #player-tips-container {
    margin-left: 33%;
    width: 67%
}

@media(min-width: 1280px) {
    body.boarding.menu-open #boarding-container #player-tips-container {
        margin-left:25%;
        width: 75%
    }
}

@media(orientation: portrait),(max-width:400px) {
    body.boarding.menu-open #boarding-container #player-tips-container {
        width:100%;
        margin-left: 0
    }
}

#sign-up-cntr {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: #000
}

#sign-up-cntr>.header {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #999;
    border-bottom: 1px solid #999;
    width: 100%;
    position: absolute;
    background-color: #000;
    z-index: 1;
    max-width: 100%
}

@media(max-height: 500px) {
    #sign-up-cntr>.header {
        display:none
    }
}

#sign-up-cntr>.header .icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    background-image: url(../icons/header-back.svg);
    background-size: 70%;
    background-position: 50% 11px
}

#sign-up-cntr>* {
    width: 75%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto
}

#sign-up-cntr .form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#sign-up-cntr .form>.logo {
    width: 100%;
    height: 60px;
    background-image: url(../icons/app-icon-4.png);
    background-size: contain
}

#sign-up-cntr .form>.greeting {
    font-size: 25px;
    font-weight: bold
}

#sign-up-cntr .form>.greeting span {
    margin-left: 5px
}

#sign-up-cntr .form>.presonalize-text,#sign-up-cntr .form .init-text {
    font-size: 20px;
    color: #999
}

#sign-up-cntr .form .personalize-text {
    text-align: center;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px
}

#sign-up-cntr .form input {
    background-color: #000;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 0 4px;
    border-bottom: 2px solid #818181;
    outline: 0;
    height: 40px;
    margin-bottom: 30px
}

#sign-up-cntr .form input::-webkit-outer-spin-button,#sign-up-cntr .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

#sign-up-cntr .form input.email,#sign-up-cntr .form input.age {
    margin-top: 20px
}

#sign-up-cntr .form select {
    background-color: #000;
    width: 100%;
    border: 0;
    color: #999;
    outline: 0;
    padding: 4px 4px;
    font-size: 1.1em;
    border-bottom: 2px solid #818181;
    -webkit-appearance: none;
    -moz-appearance: none
}

#sign-up-cntr .form select:focus {
    color: #fff
}

#sign-up-cntr .form select option[disabled] {
    display: none
}

#sign-up-cntr .form select option {
    color: #fff;
    outline: 0;
    border: 0
}

#sign-up-cntr .form .selectdiv {
    margin-bottom: 35px;
    margin-top: 30px
}

#sign-up-cntr .form .selectdiv::after {
    content: '';
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../icons/expand-arrow.svg);
    right: 5px;
    margin-top: -20px;
    position: absolute;
    display: block
}

#sign-up-cntr .form>.button {
    cursor: pointer;
    color: #000;
    background-color: #82f8fb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px
}

#sign-up-cntr .form>.button>div {
    width: 20px;
    height: 23px;
    position: relative;
    left: 50%;
    margin-left: -10px;
    display: none
}

#sign-up-cntr .form>.button.loading>span {
    display: none
}

#sign-up-cntr .form>.button.loading>div {
    display: block
}

#sign-up-cntr .form input.md,#sign-up-cntr .form .done,#sign-up-cntr .form .selectdiv {
    display: none
}

#sign-up-cntr .form .error-msg {
    color: #82f8fb;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 18px;
    padding: 0 4px
}

#sign-up-cntr .policy {
    width: 100%;
    color: #818181;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 15px
}

@media(max-height: 320px) {
    #sign-up-cntr .policy {
        display:none
    }
}

#sign-up-cntr.md .form input:not(.md),#sign-up-cntr.md .form>.greeting,#sign-up-cntr.md .form .init-text,#sign-up-cntr.md .form .login,#sign-up-cntr.md .form .policy {
    display: none
}

#sign-up-cntr.md .form input.md,#sign-up-cntr.md .form .personalize-text,#sign-up-cntr.md .form .done,#sign-up-cntr.md .form .selectdiv {
    display: block
}

#menu-facade {
    position: absolute;
    z-index: 7;
    background: #000;
    width: 100%;
    height: 100%;
    top: 56.25vw;
    opacity: .7;
    display: none
}

@media(orientation: portrait),(max-width:400px) {
}

#main-c-swappa {
    padding-bottom: 35px
}

#main-c-swappa .headers>.header {
    background-color: black;
}

#main-c-swappa .comments-container {
    min-height: calc(100% - 210px)
}

#main-c-swappa .comments-container.i img {
    display: block
}

#main-c-swappa .comments-container.i .il {
    display: none
}

#main-c-swappa .comments-container.l .partial-listing {
    display: none
}

#main-c-swappa .comments-container.l .il {
    display: none
}

#main-c-swappa[data-count="1"]>.headers {
    display: none
}

#comment-entry {
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 33%;
    z-index: 5;
    border-top: 5px solid #181818;
    background-color: #000;
    display: none
}

@media(min-width: 1280px) {
    #comment-entry {
        width:25%
    }
}

@media(orientation: portrait),(max-width:400px) {
    #comment-entry {
        width:100%
    }
}

#comment-entry input {
    background: #000;
    border: 0;
    width: 100%;
    height: 30px;
    padding: 0 5px;
    outline: 0;
    color: #fff
}

@media(min-width: 600px) {
    #comment-entry input {
        font-size:1.1em
    }
}

#comment-entry.h {
    height: 100%;
    top: 10%;
    z-index: 3
}

@media(orientation: portrait),(max-width:400px) {
    #comment-entry.h {
        height:100%;
        top: 56.25vw;
        z-index: 3
    }
}

.comments-container .data-loader:not(:first-child) {
    display: inline-block
}

.comments-container .thread.child+.thread.child>.comment {
    margin-top: 1px
}

.comments-container>.thread {
    position: relative;
    padding: 0 7px;
    font-size: 14px
}

@media(orientation: portrait) {
    .comments-container>.thread {
        font-size:12px
    }
}

.comments-container>.thread.sel>.comment {
    -moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial
}

.comments-container>.thread.h {
    display: none
}

.comments-container>.thread.ht {
    margin-top: 1px
}

.comments-container>.thread.ht .indi,.comments-container>.thread.ht .comment,.comments-container>.thread.ht .ex {
    display: none !important
}

.comments-container>.thread.mi>.comment {
    overflow: hidden;
    opacity: .3;
    max-height: 15px
}

.comments-container>.thread.mi:not(.vp)>.comment {
    max-height: 80px
}

.comments-container>.thread.mi>.ex {
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.comments-container>.thread:not(:first-child) .comment {
    border-top: 1px solid #2d2d2d
}

.comments-container>.thread p {
    margin: 0
}

.comments-container>.thread>.indi {
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.comments-container>.thread.child[data-depth="2"]>.comment {
    margin-left: 0;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="2"]>.indi {
    left: 7px;
    background-color: #07d8dd
}

.comments-container>.thread.child[data-depth="3"]>.comment {
    margin-left: 4px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="3"]>.indi {
    left: 11px;
    background-color: #05a7ac
}

.comments-container>.thread.child[data-depth="4"]>.comment {
    margin-left: 8px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="4"]>.indi {
    left: 15px;
    background-color: #04777a
}

.comments-container>.thread.child[data-depth="5"]>.comment {
    margin-left: 12px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="5"]>.indi {
    left: 19px;
    background-color: #024749
}

.comments-container>.thread.child[data-depth="6"]>.comment {
    margin-left: 16px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="6"]>.indi {
    left: 23px;
    background-color: #011717
}

.comments-container>.thread.child[data-depth="7"]>.comment {
    margin-left: 20px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="7"]>.indi {
    left: 27px;
    background-color: black
}

.comments-container>.thread.child[data-depth="8"]>.comment {
    margin-left: 24px;
    padding-left: 8px
}

.comments-container>.thread.child[data-depth="8"]>.indi {
    left: 31px;
    background-color: black
}

.comments-container>.thread>.comment {
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media(min-width: 600px) {
    .comments-container>.thread>.comment {
        padding-top:9px;
        padding-bottom: 9px
    }
}

.comments-container>.thread>.comment img {
    max-width: 80%;
    max-height: 100px
}

.comments-container>.thread>.comment blockquote {
    margin-left: 10px;
    margin-top: 5px
}

.comments-container>.thread>.comment h1,.comments-container>.thread>.comment h2,.comments-container>.thread>.comment h3 {
    font-size: inherit
}

.comments-container>.thread>.ex {
    margin-top: 4px;
    display: none;
    width: 20px;
    height: 15px;
    float: right;
    background-image: url(../icons/expand-arrow.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comments-container>.thread.vp>.ex {
    display: block;
    width: 75px;
    height: 50px;
    background-size: 20px;
    z-index: 1;
    border-radius: 25px
}

.comments-container>.thread.vp.mi>.ex {
    height: 25px
}

.comments-container .tools {
    width: 100%;
    background-color: silver;
    margin-top: 1px;
    display: none;
    min-height: 35px
}

.comments-container .tools.v {
    display: block
}

.comments-container .tools .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    background-size: 70%
}

.comments-container .tools>div {
    cursor: pointer;
    float: left;
    width: 80%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 1.3em;
    line-height: 25px;
    white-space: nowrap;
    top: 50%;
    position: relative;
    margin-top: -12px
}

.comments-container .tools>div::after {
    clear: both
}

.comments-container .tools>div.b {
    width: 20%
}

.comments-container .tools>div.b>.icon {
    background-image: url(../icons/comment-t-back.svg);
    margin: 0
}

.comments-container .tools>div.u {
    display: none
}

.comments-container .tools>div.u>.icon {
    background-image: url(../icons/author-black.svg)
}

.comments-container .tools>div.s {
    display: none
}

.comments-container .tools>div.s>.icon {
    width: 0
}

.comments-container .tools>div.c>.icon {
    background-image: url(../icons/comment-t-copy.svg)
}

.comments-container .tools>div.r>.icon {
    background-image: url(../icons/player-comment-solid-black.svg)
}

.comments-container .tools.s>div,.comments-container .tools.u>div {
    width: 42%
}

.comments-container .tools.s>div.b,.comments-container .tools.u>div.b {
    width: 15%
}

.comments-container .tools.s.u>div {
    width: 30%
}

.comments-container .tools.s.u>div.b {
    width: 10%
}

.comments-container .tools.s>.s {
    display: block
}

.comments-container .tools.u>.u {
    display: block
}

.comments-container .video-element {
    border-bottom: none !important
}

.comments-container .video-element .vcount,.comments-container .video-element .expander-cntr {
    display: none
}

#ui-loading {
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    display: none
}

#share {
    display: none;
    background-color: rgba(0,0,0,0.9);
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute
}

#share>.header {
    height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    line-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap
}

#share>.header>.icon {
    cursor: pointer;
    height: 50px;
    width: 50px;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -25px;
    background-image: url(../icons/x-close.svg)
}

#share>.content {
    height: 100%;
    height: calc(100% - 80px)
}

#share>.content>.p-share {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width: 600px) {
    #share>.content>.p-share {
        width:50%
    }
}

#share>.content>.p-share .icons {
    margin-bottom: 10px;
    height: 50px;
    text-align: center
}

#share>.content>.p-share .icons .icon {
    cursor: pointer;
    height: 100%;
    width: 26%;
    margin: 0 3px;
    display: inline-block
}

#share>.content>.p-share .icons .icon.t {
    background-image: url(../icons/logo-tw.svg)
}

#share>.content>.p-share .icons .icon.f {
    background-size: 40px;
    background-image: url(../icons/logo-fb.svg)
}

#share>.content>.p-share .icons .icon.m {
    background-size: 40px;
    background-image: url(../icons/more-options.svg?v=3)
}

#share>.content>.p-share hr {
    margin: 0;
    border-bottom: 3px solid #82f8fb;
    border-top: 3px solid #82f8fb;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    width: 100%
}

#share>.content>.p-share input {
    font-size: 1.4em;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    color: #fff;
    background: #000;
    outline: 0;
    border: 0;
    text-align: center
}

#share>.content .s-share {
    display: none;
    height: 100%
}

#share>.content .s-share .nano-content>div {
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    font-size: 2em;
    text-align: center;
    border-top: 2px solid #181818
}

#share>.content .s-share .nano-content>div:last-child {
    border-bottom: 2px solid #181818
}

#share>.content .s-share .nano-content>div>.icon {
    vertical-align: middle;
    float: left;
    width: 60px;
    height: 100px;
    margin-right: 30px;
    left: 50px;
    left: calc(50% - 130px);
    position: absolute;
    background-size: 80%
}

#share>.content .s-share .nano-content>div.r .icon {
    background-image: url(../icons/logo-rt.svg)
}

#share>.content .s-share .nano-content>div.t .icon {
    background-image: url(../icons/logo-tu.svg)
}

#share>.content .s-share .nano-content>div.p .icon {
    background-image: url(../icons/logo-pin.svg)
}

#share>.content .s-share .nano-content>div.e .icon {
    background-image: url(../icons/mail.svg)
}

#share.exp .p-share {
    display: none
}

#share.exp .s-share {
    display: block
}

#msg-screen {
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#msg-screen>.t {
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 17px;
    margin: 8px 0;
    padding: 0 20px
}

#msg-screen>:first-child {
    font-weight: bold;
    font-size: 20px
}

#msg-screen>:last-child {
    display: none;
    font-size: 25px;
    font-weight: bold;
    color: #82f8fb
}

.rad-p {
    position: relative;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    height: 100px
}

.rad-p .i {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    cursor: pointer;
    background-size: contain;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    background-image: url(../icons/player-play-solid.svg)
}

.rad-p .m,.rad-p .f,.rad-p .s {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%
}

.rad-p .s {
    box-shadow: 0 0 21px 11px rgba(0,0,0,0.2) inset
}

.rad-p .m,.rad-p .f {
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 5s;
    -moz-transition: transform 5s;
    -ms-transition: transform 5s;
    -o-transition: transform 5s;
    transition: transform 5s;
    border-radius: 50%
}

.rad-p .m {
    clip: rect(0,100px,100px,50px)
}

.rad-p .f {
    clip: rect(0,50px,100px,0);
    background-color: white
}

.rad-p .m.fu,.rad-p .f {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.rad-p.p .m.fu,.rad-p.p .f {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#toast-container {
    position: absolute;
    z-index: 13;
    text-align: center;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(50%,50%);
    max-width: 50%;
    min-width: 100px
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>* {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff
}

#toast-container>*:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    cursor: pointer
}

#toast-container>*.toast-info {
    display: none
}

#toast-container>*.toast-error {
    display: none
}

#toast-container>*.toast-success {
    display: none
}

#toast-container>*.toast-warning {
    display: none
}

#toast-container .toast-title {
    font-weight: 700
}

#toast-container .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

#toast-container .toast {
    background-color: #000;
    border: 3px solid #82f8fb;
    border-radius: 9px
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 8px
    }
}

@media all and (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 8px
    }
}

@media all and (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 15px
    }
}

#landing {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

#landing>.nano-content>div {
    margin: 0 auto;
    background-color: #fff;
    max-width: 980px
}

@media(max-width: 900px) {
    #landing>.nano-content>div {
        width:350px
    }
}

#landing>.nano-content>div>div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 925px
}

#landing>.nano-content>div>div:first-child,#landing>.nano-content>div>div#top6 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

#landing>.nano-content>div>div:first-child,#landing>.nano-content>div>div#l-head {
    margin-top: 0
}

#landing>.nano-content>div>div#l-foot {
    margin-bottom: 0;
    margin-top: 30px
}

#landing hr {
    max-width: 95%;
    border: 0;
    height: 1px;
    background: #e5e5e5
}

#landing .stv-logo {
    display: inline-block;
    width: 125px;
    height: 30px;
    background-image: url(../images/subtletv-logo.png)
}

#landing #l-head {
    background-image: url(../images/landing-header.png);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

@media(max-width: 900px) {
    #landing #l-head+hr {
        display:none
    }
}

@media(max-width: 900px) {
    #landing #l-head {
        height:180px;
        background-image: url(../images/landing-header-mini.png)
    }
}

#landing #l-head #l-head-bar {
    height: 5px;
    background-color: #82f8fb;
    margin: 0 auto
}

@media(max-width: 900px) {
    #landing #l-head #l-head-bar {
        display:none
    }
}

#landing #l-head .stv-logo {
    background-image: url(../images/primary-logo.svg);
    background-size: 150px;
    background-position: 50% 50%;
    float: left;
    margin-top: 10px;
    margin-left: 20px
}

#landing #l-head .sgn-btn {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 100px;
    height: 30px;
    background-color: #82f8fb;
    border-radius: 3px;
    margin-top: 12px;
    margin-right: 20px;
    color: #000;
    text-align: center;
    font-size: 21px;
    line-height: 30px
}

@media(max-width: 900px) {
    #landing #l-head .sgn-btn {
        display:none
    }
}

#landing #l-head #mini-search-bar {
    display: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
    position: relative;
    background-color: #333;
    border-radius: 5px;
    float: right;
    background-image: url(../icons/header-search-thick.svg);
    background-size: 60%;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media(max-width: 900px) {
    #landing #l-head #mini-search-bar {
        display:block
    }
}

#landing #l-head #search-bar {
    position: relative;
    margin: 10px auto 0 auto;
    width: 40%;
    height: 38px
}

@media(max-width: 900px)@media(orientation:portrait),(max-width:400px) {
    .search-bar {
        margin-top: -3px;
    }
}

media(max-width:900px) {
    #landing #l-head #search-bar {
        display: none
    }
}

#landing #l-head #search-bar .icon.search {
    cursor: pointer;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url(../icons/header-search-thick.svg);
    background-size: 75%
}

#landing #l-head #search-bar .input {
    padding-right: 40px;
    padding-left: 13px;
    background: rgba(0,0,0,0.6);
    border-radius: 4px
}

#landing #l-head #search-bar .input.b {
    -webkit-box-shadow: 0 0 2px 2px #999;
    -moz-box-shadow: 0 0 2px 2px #999;
    box-shadow: 0 0 2px 2px #999
}

#landing #l-head #search-bar input {
    background-color: transparent;
    height: 30px;
    outline: 0;
    border: 0;
    font-size: 18px;
    width: 100%;
    color: grey
}

#landing #l-head #txtnbtn {
    text-align: center;
    position: absolute;
    top: 230px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn {
        top:70px
    }
}

#landing #l-head #txtnbtn #about-txt {
    font-size: 35px;
    clear: both
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt {
        font-size:18px;
        font-weight: bold
    }
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:first-child {
        display:none
    }
}

#landing #l-head #txtnbtn #about-txt>:last-child {
    display: none
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:last-child {
        display:block
    }
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:nth-child(2) {
        display:none
    }
}

#landing #l-head #txtnbtn #trnd-btn {
    cursor: pointer;
    background-color: #000;
    color: #82f8fb;
    display: inline-block;
    padding: 5px 15px;
    font-size: 35px;
    border-radius: 5px;
    border: 2px solid #82f8fb;
    margin: 0 auto
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #trnd-btn {
        font-size:20px;
        border: 0;
        background-color: #82f8fb;
        color: #000
    }
}

#landing #l-head #txtnbtn #trnd-btn:hover {
    border-color: #fff;
    background-color: #82f8fb;
    color: #000
}

#landing #top6 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 40px
}

#landing #top6 #pop-text {
    font-size: 30px;
    color: #000
}

@media(max-width: 900px) {
    #landing #top6 #pop-text {
        font-size:18px;
        margin-left: 1px !important
    }
}

#landing #top6 .video-item {
    cursor: pointer;
    width: 279px;
    display: inline-block;
    margin: 10px 10px
}

@media(max-width: 900px) {
    #landing #top6 .video-item {
        width:99%;
        margin-left: auto;
        margin-right: auto
    }
}

#landing #top6 .video-item .thumb {
    width: 100%;
    height: 156px;
    background-size: 120%;
    background-color: grey
}

@media(max-width: 900px) {
    #landing #top6 .video-item .thumb {
        height:56.25vw;
        height: 190px
    }
}

#landing #top6 .video-item .title {
    font-size: 14px;
    padding-top: 4px;
    color: grey;
    text-align: left;
    height: 33px;
    overflow: hidden
}

@media(max-width: 900px) {
    #landing #top6 .video-item .title {
        font-size:18px;
        height: 43px
    }
}

#landing #top6 center:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: ""
}

#landing #top6 #see-more {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-top: 20px;
    text-align: center
}

#landing #top6 #see-more div {
    display: inline-block;
    width: 23px;
    height: 15px;
    background-size: 70%;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    background-image: url(../icons/expand-arrow-black.svg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#landing #app-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

@media(max-width: 900px) {
    #landing #app-links {
        margin-top:30px
    }
}

#landing #app-links #app-desc {
    max-width: 900px;
    margin: 0 auto
}

#landing #app-links #get-app-cntr {
    display: inline-block;
    position: relative;
    bottom: 130px
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr {
        bottom:initial;
        position: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 330px
    }
}

#landing #app-links #get-app-cntr .text {
    font-weight: lighter;
    font-size: 85px;
    color: #000
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr .text {
        font-size:60px
    }
}

#landing #app-links #get-app-cntr .text.m {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    margin-top: -9px
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr .text.m {
        margin-top:10px
    }
}

#landing #app-links #get-app-cntr a {
    width: 179px;
    height: 53px;
    border-radius: 4px;
    display: inline-block
}

#landing #app-links #get-app-cntr a.a {
    background-image: url(../images/app-store-lnk.png)
}

#landing #app-links #get-app-cntr a.g {
    background-image: url(../images/g-play-lnk.png)
}

#landing #app-links #get-app-cntr #req-inv-cntr {
    margin-top: 20px
}

#landing #app-links #get-app-cntr #req-inv-cntr>div {
    display: inline-block
}

#landing #app-links #get-app-cntr #req-inv-cntr>div:last-child {
    margin-left: 15px
}

#landing #app-links #get-app-cntr label {
    display: block;
    color: #000
}

#landing #app-links #get-app-cntr input {
    background-color: #e0e0e0;
    outline: 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    height: 30px;
    max-width: 300px;
    padding: 0 2px
}

#landing #app-links #get-app-cntr input.error {
    border: 2px solid red
}

#landing #app-links #get-app-cntr select {
    background-color: #e0e0e0;
    height: 30px;
    font-weight: bold;
    width: 80px;
    outline: 0
}

#landing #app-links #get-app-cntr .req-invite {
    cursor: pointer;
    clear: both;
    display: inline-block;
    color: #82f8fb;
    background-color: #000;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    border: 2px solid #82f8fb;
    padding: 2px 10px
}

#landing #app-links #get-app-cntr .req-invite:hover {
    border-color: #000;
    background-color: #82f8fb;
    color: #000
}

#landing #app-links #get-app-cntr .req-done {
    display: none;
    color: #000;
    font-size: 18px;
    border: 2px solid #82f8fb;
    padding: 3px
}

#landing #app-links #get-app-cntr .inv-error {
    display: none;
    color: red;
    font-size: .9em;
    margin-top: 3px
}

#landing #app-links #app-img {
    margin-left: 92px;
    display: inline-block;
    width: 404px;
    height: 409px;
    background-image: url(../images/landing-phone.jpg?v=2)
}

@media(max-width: 900px) {
    #landing #app-links #app-img {
        display:block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 300px
    }
}

#landing #app-links>.text {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    font-size: 20px;
    font-style: none;
    color: grey;
    text-align: justify
}

@media(max-width: 900px) {
    #landing #app-links>.text {
        display:none
    }
}

#landing #app-links>.text+.text {
    margin-top: 20px
}

#landing #app-links>.text.m {
    padding-top: 20px;
    clear: both;
    max-width: 70%;
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-bottom: 10px
}

#landing #extn-links {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 900px) {
    #landing #extn-links {
        display:none
    }
}

@media(max-width: 900px) {
    #landing #extn-links+hr {
        display:none
    }
}

#landing #extn-links #extn-icon {
    width: 300px;
    float: left
}

#landing #extn-links #extn-icon .t {
    text-align: center
}

#landing #extn-links #extn-icon .t.m {
    font-size: 30px;
    color: grey
}

#landing #extn-links #extn-icon .t.s {
    font-size: 25px;
    color: #000;
    font-weight: bold
}

#landing #extn-links #extn-icon .icon {
    height: 200px;
    background-image: url(../images/extension-icon.png)
}

#landing #extn-links #extn-info {
    width: 400px;
    margin-left: 50px;
    display: inline-block
}

#landing #extn-links #extn-info .m {
    color: #000;
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px
}

#landing #extn-links #extn-info .s {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px
}

#landing #extn-links #extn-info .p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px
}

#landing #extn-links #extn-info a {
    height: 51px;
    width: 171px;
    display: inline-block;
    border-radius: 3px;
    background-position: 5px 50%;
    background-size: 40px;
    border-radius: 3px;
    border: 1px solid grey
}

#landing #extn-links #extn-info a:hover {
    border-color: #82f8fb
}

#landing #extn-links #extn-info a:hover div {
    color: #000
}

#landing #extn-links #extn-info a.c {
    background-image: url(../images/chrome-store-lnk.png?v=2)
}

#landing #extn-links #extn-info a.f {
    background-image: url(../images/ff-addon-lnk.png?v=2)
}

#landing #extn-links #extn-info a>div {
    line-height: 51px;
    text-align: right;
    margin-right: 25px;
    font-size: 13px;
    font-weight: bold;
    color: grey
}

#landing #l-foot {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding-bottom: 30px
}

@media(max-width: 900px) {
    #landing #l-foot {
        max-width:80%;
        height: 80px;
        padding-bottom: 0
    }
}

#landing #l-foot .stv-logo {
    float: left;
    height: 100%;
    width: 150px
}

@media(max-width: 900px) {
    #landing #l-foot .stv-logo {
        height:50px
    }
}

#landing #l-foot .l {
    display: none !important;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: grey
}

@media(max-width: 900px) {
    #landing #l-foot .l {
        display:inline-block;
        width: 100%
    }
}

#landing #l-foot span {
    font-size: 15px;
    color: grey;
    margin: 0 10px
}

#landing #l-foot a {
    height: 40px;
    width: 40px;
    margin-top: 5px;
    float: right
}

#landing #l-foot a.t {
    background-image: url(../icons/logo-tw-black.png)
}

#landing #l-foot a.t:hover {
    background-image: url(../icons/logo-tw-blue.png)
}

#landing #l-foot a.f {
    margin-left: 10px;
    background-image: url(../icons/logo-fb-black.png)
}

#landing #l-foot a.f:hover {
    background-image: url(../icons/logo-fb-blue.png)
}

noscript {
    height: 100%;
    width: 100%
}

#feature-lack {
    display: none;
    height: 100%;
    width: 100%;
    color: #fff;
    background-image: url(../images/splash-bg.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 2.5em;
    padding: 10px;
    text-align: center
}

#feature-lack>div {
    top: 50%;
    position: relative;
    margin-top: -1.2em
}

@media (max-width: 900px) {
    #landing #l-head #search-bar {
        display: none
    }
}

#landing #l-head #search-bar .icon.search {
    cursor: pointer;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url(../icons/header-search-thick.svg);
    background-size: 75%
}

#landing #l-head #search-bar .input {
    padding-right: 40px;
    padding-left: 13px;
    background: rgba(0,0,0,0.6);
    border-radius: 4px
}

#landing #l-head #search-bar .input.b {
    -webkit-box-shadow: 0 0 2px 2px #999;
    -moz-box-shadow: 0 0 2px 2px #999;
    box-shadow: 0 0 2px 2px #999
}

#landing #l-head #search-bar input {
    background-color: transparent;
    height: 30px;
    outline: 0;
    border: 0;
    font-size: 18px;
    width: 100%;
    color: grey
}

@media (max-width: 899px) {
    #landing #l-head #search-bar .input {
        display:none;
    }
}

#landing #l-head #txtnbtn {
    text-align: center;
    position: absolute;
    top: 230px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn {
        top:70px
    }
}

#landing #l-head #txtnbtn #about-txt {
    font-size: 35px;
    clear: both
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt {
        font-size:18px;
        font-weight: bold
    }
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:first-child {
        display:none
    }
}

#landing #l-head #txtnbtn #about-txt>:last-child {
    display: none
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:last-child {
        display:block
    }
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #about-txt>:nth-child(2) {
        display:none
    }
}

#landing #l-head #txtnbtn #trnd-btn {
    cursor: pointer;
    background-color: #000;
    color: #82f8fb;
    display: inline-block;
    padding: 5px 15px;
    font-size: 35px;
    border-radius: 5px;
    border: 2px solid #82f8fb;
    margin: 0 auto
}

@media(max-width: 900px) {
    #landing #l-head #txtnbtn #trnd-btn {
        font-size:20px;
        border: 0;
        background-color: #82f8fb;
        color: #000
    }
}

#landing #l-head #txtnbtn #trnd-btn:hover {
    border-color: #fff;
    background-color: #82f8fb;
    color: #000
}

#landing #top6 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 40px
}

#landing #top6 #pop-text {
    font-size: 30px;
    color: #000
}

@media(max-width: 900px) {
    #landing #top6 #pop-text {
        font-size:18px;
        margin-left: 1px !important
    }
}

#landing #top6 .video-item {
    cursor: pointer;
    width: 279px;
    display: inline-block;
    margin: 10px 10px
}

@media(max-width: 900px) {
    #landing #top6 .video-item {
        width:99%;
        margin-left: auto;
        margin-right: auto
    }
}

#landing #top6 .video-item .thumb {
    width: 100%;
    height: 156px;
    background-size: 120%;
    background-color: grey
}

@media(max-width: 900px) {
    #landing #top6 .video-item .thumb {
        height:56.25vw;
        height: 190px
    }
}

#landing #top6 .video-item .title {
    font-size: 14px;
    padding-top: 4px;
    color: grey;
    text-align: left;
    height: 33px;
    overflow: hidden
}

@media(max-width: 900px) {
    #landing #top6 .video-item .title {
        font-size:18px;
        height: 43px
    }
}

#landing #top6 center:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: ""
}

#landing #top6 #see-more {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-top: 20px;
    text-align: center
}

#landing #top6 #see-more div {
    display: inline-block;
    width: 23px;
    height: 15px;
    background-size: 70%;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    background-image: url(../icons/expand-arrow-black.svg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#landing #app-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

@media(max-width: 900px) {
    #landing #app-links {
        margin-top:30px
    }
}

#landing #app-links #app-desc {
    max-width: 900px;
    margin: 0 auto
}

#landing #app-links #get-app-cntr {
    display: inline-block;
    position: relative;
    bottom: 130px
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr {
        bottom:initial;
        position: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 330px
    }
}

#landing #app-links #get-app-cntr .text {
    font-weight: lighter;
    font-size: 85px;
    color: #000
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr .text {
        font-size:60px
    }
}

#landing #app-links #get-app-cntr .text.m {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    margin-top: -9px
}

@media(max-width: 900px) {
    #landing #app-links #get-app-cntr .text.m {
        margin-top:10px
    }
}

#landing #app-links #get-app-cntr a {
    width: 179px;
    height: 53px;
    border-radius: 4px;
    display: inline-block
}

#landing #app-links #get-app-cntr a.a {
    background-image: url(../images/app-store-lnk.png)
}

#landing #app-links #get-app-cntr a.g {
    background-image: url(../images/g-play-lnk.png)
}

#landing #app-links #get-app-cntr #req-inv-cntr {
    margin-top: 20px
}

#landing #app-links #get-app-cntr #req-inv-cntr>div {
    display: inline-block
}

#landing #app-links #get-app-cntr #req-inv-cntr>div:last-child {
    margin-left: 15px
}

#landing #app-links #get-app-cntr label {
    display: block;
    color: #000
}

#landing #app-links #get-app-cntr input {
    background-color: #e0e0e0;
    outline: 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    height: 30px;
    max-width: 300px;
    padding: 0 2px
}

#landing #app-links #get-app-cntr input.error {
    border: 2px solid red
}

#landing #app-links #get-app-cntr select {
    background-color: #e0e0e0;
    height: 30px;
    font-weight: bold;
    width: 80px;
    outline: 0
}

#landing #app-links #get-app-cntr .req-invite {
    cursor: pointer;
    clear: both;
    display: inline-block;
    color: #82f8fb;
    background-color: #000;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    border: 2px solid #82f8fb;
    padding: 2px 10px
}

#landing #app-links #get-app-cntr .req-invite:hover {
    border-color: #000;
    background-color: #82f8fb;
    color: #000
}

#landing #app-links #get-app-cntr .req-done {
    display: none;
    color: #000;
    font-size: 18px;
    border: 2px solid #82f8fb;
    padding: 3px
}

#landing #app-links #get-app-cntr .inv-error {
    display: none;
    color: red;
    font-size: .9em;
    margin-top: 3px
}

#landing #app-links #app-img {
    margin-left: 92px;
    display: inline-block;
    width: 404px;
    height: 409px;
    background-image: url(../images/landing-phone.jpg?v=2)
}

@media(max-width: 900px) {
    #landing #app-links #app-img {
        display:block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 300px
    }
}

#landing #app-links>.text {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    font-size: 20px;
    font-style: none;
    color: grey;
    text-align: justify
}

@media(max-width: 900px) {
    #landing #app-links>.text {
        display:none
    }
}

#landing #app-links>.text+.text {
    margin-top: 20px
}

#landing #app-links>.text.m {
    padding-top: 20px;
    clear: both;
    max-width: 70%;
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-bottom: 10px
}

#landing #extn-links {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 900px) {
    #landing #extn-links {
        display:none
    }
}

@media(max-width: 900px) {
    #landing #extn-links+hr {
        display:none
    }
}

#landing #extn-links #extn-icon {
    width: 300px;
    float: left
}

#landing #extn-links #extn-icon .t {
    text-align: center
}

#landing #extn-links #extn-icon .t.m {
    font-size: 30px;
    color: grey
}

#landing #extn-links #extn-icon .t.s {
    font-size: 25px;
    color: #000;
    font-weight: bold
}

#landing #extn-links #extn-icon .icon {
    height: 200px;
    background-image: url(../images/extension-icon.png)
}

#landing #extn-links #extn-info {
    width: 400px;
    margin-left: 50px;
    display: inline-block
}

#landing #extn-links #extn-info .m {
    color: #000;
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px
}

#landing #extn-links #extn-info .s {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px
}

#landing #extn-links #extn-info .p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px
}

#landing #extn-links #extn-info a {
    height: 51px;
    width: 171px;
    display: inline-block;
    border-radius: 3px;
    background-position: 5px 50%;
    background-size: 40px;
    border-radius: 3px;
    border: 1px solid grey
}

#landing #extn-links #extn-info a:hover {
    border-color: #82f8fb
}

#landing #extn-links #extn-info a:hover div {
    color: #000
}

#landing #extn-links #extn-info a.c {
    background-image: url(../images/chrome-store-lnk.png?v=2)
}

#landing #extn-links #extn-info a.f {
    background-image: url(../images/ff-addon-lnk.png?v=2)
}

#landing #extn-links #extn-info a>div {
    line-height: 51px;
    text-align: right;
    margin-right: 25px;
    font-size: 13px;
    font-weight: bold;
    color: grey
}

#landing #l-foot {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding-bottom: 30px
}

@media(max-width: 900px) {
    #landing #l-foot {
        max-width:80%;
        height: 80px;
        padding-bottom: 0
    }
}

#landing #l-foot .stv-logo {
    float: left;
    height: 100%;
    width: 150px
}

@media(max-width: 900px) {
    #landing #l-foot .stv-logo {
        height:50px
    }
}

#landing #l-foot .l {
    display: none !important;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: grey
}

@media(max-width: 900px) {
    #landing #l-foot .l {
        display:inline-block;
        width: 100%
    }
}

#landing #l-foot span {
    font-size: 15px;
    color: grey;
    margin: 0 10px
}

#landing #l-foot a {
    height: 40px;
    width: 40px;
    margin-top: 5px;
    float: right
}

#landing #l-foot a.t {
    background-image: url(../icons/logo-tw-black.png)
}

#landing #l-foot a.r {
    background-image: url(../icons/soc-circ-rt.svg);
    padding-left: 25px;
}

@media (max-width: 899px) {
    #landing #l-foot a.r {
        display:none;
    }
}

#landing #l-foot a.t:hover {
    background-image: url(../icons/logo-tw-blue.png)
}

#landing #l-foot a.f {
    margin-left: 10px;
    background-image: url(../icons/logo-fb-black.png);
}

#landing #l-foot a.f:hover {
    background-image: url(../icons/logo-fb-blue.png)
}

noscript {
    height: 100%;
    width: 100%
}

#feature-lack {
    display: none;
    height: 100%;
    width: 100%;
    color: #fff;
    background-image: url(../images/splash-bg.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 2.5em;
    padding: 10px;
    text-align: center
}

#feature-lack>div {
    top: 50%;
    position: relative;
    margin-top: -1.2em
}
