html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@font-face {
    font-family: 'NETV-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('NETV-Regular'), url(media/font/NETV-Regular.woff) format('woff');
}

body {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background: black;
    font-family: 'NETV-Regular', 'Awesome-Font', Arial;
    color: white;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-top: 1px solid white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:hover:before {
    content: '●';
    padding: 5px;
}

#tv {
    padding-left: 40px;
    float: left;
}

#art {
    padding-left: 80px;
    float: left;
}

#info {
    padding-right: 40px;
    float: right;
}

/* LEFT COLUMNT START */

.left-column {
    float: left;
    width: 200px;
    height: 100vh;
}

#gif-logo img {
    height: 150px;
    width: 150px;
    padding: 20px;
}

.video-list-parent {
    height: 61vh;
    overflow: hidden;
    position: relative;
    margin: 20px;
}

.video-list-parent:before {
    content:' ';
    position:absolute;
    left:0;
    right:17px;
    height:6em;
    top: 0em;
    background:linear-gradient(
            to bottom,
            rgba(0,0,0,1),
            rgba(0,0,0,0) 50%
    );
    z-index:1;
    pointer-events: none;
}

.video-list-parent:after {
    content:' ';
    position:absolute;
    left:0;
    right:17px;
    height:6em;
    bottom:-1em;
    background:linear-gradient(
            to bottom,
            rgba(0,0,0,0),
            rgba(0,0,0,1) 50%
    );
    z-index:1;
    pointer-events: none;
}

.video-list {
    padding-top: 15px;
    padding-bottom: 75px;
    position: absolute;
    top: 0;
    bottom: -17px;
    left: 0;
    right: -17px;
    overflow-y: scroll;
}

.video-list a {
    text-decoration: none;
    color: white;
}

/* LEFT COLUMN STOP */

.main-column,.popup-container {
    margin-top: 25px;
    height: 100vh;
}

.info-container {
    margin-top: 25px;
    height: 90vh;
}

.second-menu {
    float: right;
}

.second-menu-item {
    float: right;
    padding: 40px 20px 40px 20px;
}

.h1 {
    /*font-size: 7vw;*/
    font-size: 76px;
    float: left;
    margin-bottom: 35px;
}

#main-video video {
    height: 70vh;
    width: auto;
}

.popup-container, .info-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    z-index: 30;

}

.popup-header {
    margin-left: 200px;
}

.header-row-popup {
    position: relative;
    z-index: 30;
}

.pop-up-content {
    font-size: 20px;
    clear: both;
    padding: 0 8vw 0 8vw;
}

.people-left {
    float: left;
    font-size: 35px;
}

.people-right {
    float: right;
}

.hide {
    display: none;
}

.notVisible {
    visibility: hidden;
}

.link-arrow:hover img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.link-star:hover img {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.blur {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
