body {
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 500px;
    font-family: "Avenir";
    color: #404040;
    font-size: 14px;
    line-height: 23px;
    background: -webkit-radial-gradient(right center, rgb(18, 194, 233) 0%, rgb(196, 113, 237) 92.5641%, rgb(246, 79, 89) 100%);
    margin-left: 0px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
}

.button {
    display: inline-block;
    padding: 4px 15px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
}

.logo {
    background-color: transparent;
    box-shadow: none;
    opacity: 0.6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: 0px;
    left: 1px;
}

.menu {
    height: 37px;
    margin-top: 19px;
    background-color: transparent;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.menubar {
    height: 46px;
    background-color: transparent;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: transparent;
}

.columncontainer {
    margin-top: 33px;
}

.textblock {
    margin-bottom: 24px;
    padding: 12px 10px 14px 12px;
    border: 1px solid #e3e1e1;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.23);
    box-shadow: none;
    opacity: 1;
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
    font-weight: 400;
    list-style-type: square;
}

.textblock.crossnet {
    background-image: url('../images/02141_auroraborealis_800x480.jpg');
    background-position: 0% 72%;
    background-size: 400px;
    color: rgba(51, 51, 51, 0.43);
}

.textblock.apple {
    border-color: #588c14;
}

.textblock.news {
    border-width: 1px;
    border-color: #26acc7;
}

.link {
    padding: 0px;
    border-radius: 8px;
    color: #515151;
    font-size: 16px;
    list-style-type: square;
}

.link:hover {
    color: #9c1010;
}

.link.dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0px;
}

.channel-header {
    padding-bottom: 4px;
    color: #574d4d;
    font-size: 14px;
    font-weight: 700;
    font-family: avenir;
}

.channel-header.apple {
    color: #028700;
}

.channel-header.night-top {
    color: #ff0a0a;
}

.channel-header.tech {
    color: #4773ad;
}

.channel-header.intercross {
    color: #71579e;
}

.channel-header.skin {
    color: #c86464;
}

.channel-header.news {
    color: #db1818;
}

.channel-header.play {
    color: #ff4d8e;
}

.link-list {
    padding-left: 0px;
    list-style-type: none;
}

.list-item {
    font-family: avenir;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.row-last {
    margin-bottom: 100px;
}

.note {
    margin-top: 6px;
    color: rgba(51, 51, 51, 0.65);
    font-size: 11px;
}

.nav.w--current {
    color: #ff0a0a;
}

.nav.select {
    color: #ff0a0a;
}

.body-night {
    background-color: rgba(255, 0, 0, 0.29);
    background-image: none;
    background-size: auto;
}

.dropdown {
    margin-top: 4px;
    padding: 0px 154px 0px 0px;
    border-top-style: none;
    color: #c75050;
}

.dropdown-list.w--open {
    border: 1px solid #b0b0b0;
    box-shadow: #dbdbdb -1px 1px 3px 0px;
}

@media (max-width: 991px) {
    .list-item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body {
        background-image: none;
        background-size: auto;
    }

    .textblock {
        margin-top: 22px;
    }
}

@media (max-width: 479px) {
    .textblock {
        margin-top: 22px;
    }

    .row {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}