﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

.beta {
    display: none !important;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #fff;
}

form.disabled {
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: 600;
}

body,
input,
textarea,
select {
    font-family: "Open Sans", Verdana, sans-serif;
    color: #333;
    font-size: 16px;
    font-size: min(16px, 2.6vw);
}

input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="time"],
textarea {
    border: 1px solid #ccc;
    cursor: text;
    outline: 0;
    margin-top: 2px;
}

input[type="text"]:disabled,
textarea:disabled {
    background: transparent;
    cursor: inherit;
}

input[type="text"]:enabled,
input[type="number"]:enabled,
input[type="url"]:enabled,
input[type="email"]:enabled,
input[type="tel"]:enabled,
input[type="password"]:enabled,
input[type="time"]:enabled,
textarea:enabled {
    background: #fff;
    border-color: #ccc;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
textarea:focus {
    border: 1px solid #999;
}

input[type="text"].empty:not(:focus) {
    background: #fffff0 !important;
}

textarea {
    resize: none;
}

textarea:enabled {
    resize: vertical;
}

::-webkit-input-placeholder {
    opacity: .4;
}

:-ms-input-placeholder {
    opacity: .4;
}

::-moz-placeholder {
    opacity: .4;
}

:-moz-placeholder {
    opacity: .4;
}

:disabled::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

:disabled:-ms-input-placeholder,
:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

:disabled::-moz-placeholder,
:focus::-moz-placeholder {
    opacity: 0 !important;
}

:disabled:-moz-placeholder
:focus:-moz-placeholder {
    opacity: 0 !important;
}

.checkbox-before input[type=checkbox],
.checkbox-after input[type=checkbox],
.checkbox-before input[type=radio],
.checkbox-after input[type=radio] {
    display: none;
}

.checkbox-before input[type=checkbox] + label:before,
.checkbox-after input[type=checkbox] + label:before,
.checkbox-before input[type=radio] + label:before,
.checkbox-after input[type=radio] + label:before {
    font-family: "Font Awesome 5 Pro";
    color: #777;
    font-size: 14px;
    font-weight: 200;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding-right: 2px;
}

.checkbox-before input[type=checkbox] + label:before,
.checkbox-after input[type=checkbox] + label:before {
    content: "\f0c8";
}

.checkbox-before input[type=radio] + label:before,
.checkbox-after input[type=radio] + label:before {
    content: "\f111";
}

.checkbox-before input[type=checkbox]:checked + label:before,
.checkbox-after input[type=checkbox]:checked + label:before {
    content: "\f14a";
    font-weight: 700;
}

.checkbox-before input[type=radio]:checked + label:before,
.checkbox-after input[type=radio]:checked + label:before {
    content: "\f192";
    font-weight: 700;

}

.checkbox-before input[type=checkbox]:disabled + label:before,
.checkbox-after input[type=checkbox]:disabled + label:before,
.checkbox-before input[type=radio]:disabled + label:before,
.checkbox-after input[type=radio]:disabled + label:before {
    background: #eee;
    color: #aaa;
}

.checkbox-before input[type=checkbox] + label:before,
.checkbox-before input[type=radio] + label:before {
    padding: 0 8px 10px 2px;
}

.checkbox-before input[type=checkbox] + label:last-of-type:before,
.checkbox-before input[type=radio] + label:last-of-type:before {
    padding-bottom: 0;
}

.checkbox-after input[type=checkbox] + label:before {
    position: absolute;
    left: 126px;
    top: 1px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.pale {
    opacity: .2;
}

.flip-up {
    transform-origin: top;
    transform: perspective(1200px) rotateX(90deg);
    transition: all .5s;
    max-height: 0 !important;
}

.icon-preload {
    width: 0;
    height: 0;
    overflow: hidden;
}

header {
    height: 50px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

header .top {
    line-height: 50px;
}

header .top.disabled {
    pointer-events: none;
}

header .logo {
    padding: 0 5px 0 10px;
}

header .logo img {
    height: 42px;
    vertical-align: middle;
    padding-bottom: 5px;
}

header .page-name {
    padding-right: 20px;
    color: #999;
}

header .edit-icon {
    color: #ddd;
    cursor: pointer;
}

header .edit-icon:hover {
    color: #666;
}

header .head-icon,
header .head-icon div {
    display: inline-block;
}

header .head-icon div {
    bottom: 0;
    padding: 0 15px;
    color: #999;
}

header .head-icon div:hover {
    color: #666;
}

header .head-icon span.user-name {
    padding: 0;
    font-size: 80%;
    color: unset;
}

header .user-menu {
    position: absolute;
    top: 51px;
    right: -20px;
    font-size: 1rem;
    line-height: 1;
    min-width: 200px;
    z-index: 110;
}

header .user-menu ul {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-top: none;
}

header .user-menu li {
    cursor: pointer;
    padding: 10px 28px;
}

header .user-menu li:hover {
    background-color: #eee;
}

.change-password {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #eee;
    line-height:2;
}

.change-password form {
    margin: auto;
    padding: 10px 50px 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.change-password .button.disabled {
    opacity: .3;
    pointer-events: none;
}

.topmenu {
    position: absolute;
    right: -300px;
    top: 50px;
    height: calc(100vh - 100px);
    border-left: 1px solid #999;
    background: #fff;
    text-align: center;
    overflow-y: scroll;
    transition: .5s;
    z-index: 100;
}

.topmenu.open {
    right: 0;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 50%);
}

.topmenu ul {
    list-style: none;
    padding-inline: 0px;
    margin: 0;
    padding: 0;
}

.topmenu li {
    border-bottom: 1px solid #e0e0e0;
}

.topmenu li:hover {
    background: #fafafa;
}

.topmenu li a {
    display: block;
    padding: 5px 60px;
    color: #666;
    text-decoration: none;
    font-size: 20px;
}


main {
    margin-top: 50px;
}

.upper {
    height: calc(100vh - 280px);
    display: flex;
    padding: 10px 5px;
}

.column {
    flex: .5;
    margin: 0 5px;
    height: 100%;
}

.box {
    height: 100%;
    overflow: hidden;
}

.box.overview {
    height: 35%;
}

.box.templates {
    height: 65%;
}

.box .box-title {
    padding: 5px 0;
    background: #eee;
    text-align: center;
    font-size: 125%;
}

.box .box-content {
    height: calc(100% - 40px);
    overflow-y: scroll;
}

.box .box-content.edit-list {
    height: calc(100% - 90px);
}

.lower {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    display: flex;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #666;
    color: #fff;
}

.copyright {
    padding: 15px;
    text-align: center;
}

.draggable > .head {
    cursor: move;
}

.dropable {
    border: 2px solid transparent;
    min-height: 40px;
}

.dropable.target,
.dropable.target.body {
    border: 2px dashed #ccc;
    transition: .25s;
}

.wo-body.dropable.target {
    padding-left: 18px;
}

.dropable.target.dragover {
    border-color: #42a5f5;
}

.trashcan .dropable.target.dragover {
    border-color: red;
}

.target.dragover.body,
.target.dragover > .body {
    padding-bottom: 30px;
}

.target.dragover.body::after,
.target.dragover > .body::after {
    content: " ";
    display: block;
    position: relative;
    top: 17px;
    height: 2px;
    margin: 0 8px;
    background: #42a5f5;
}

.drag {
    color: #ccc;
    display: inline-block;
}

.drag i {
    padding: 0 3px 0 1px;
}

.coll,
.coll-all {
    display: inline-block;
}

.head-icon {
    color: #ccc;
    float: right;
    font-size: 125%;
}

.head-icon span {
    padding: 0 7px;
    cursor: pointer;
}

.head .drag,
.head .head-icon span {
    transition: all .25s;
}

.head:hover .drag,
.head:hover .head-icon span {
    color: #666;
}

.drag:hover,
.head-icon span:hover {
    color: #999;
}

.editor {
    position: fixed;
    width: calc(100vw - 20px);
    height: calc(100vh - 70px);
    left: 10px;
    top: 10px;
    padding: 2.5vw;
    background: #fff;
    box-shadow: 0 0 20px 0 #333, 0 0 100px 1000px rgb(0 0 0 / 10%);
    z-index: 10;
    overflow-y: scroll;
    text-align: center;
}

.editor-content {
    margin: 10px 0 40px;
    display: inline-block;
    text-align: left;
}

.editor .name,
.editor .title {
    font-size: 125%;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.editor .title {
    font-weight: 700;
}

.editor .preamble,
.editor .text {
    border-color: #ccc;
    padding: 5px 10px;
    resize: vertical;
    width: 100%;
    height: 185px;
    font-size: 100%;
}

.editor .preamble {
    height: 75px;
    font-weight: 700;
}

.text:focus {
    border-color: #999;
}

.media {
    display: inline-block;
    margin: 15px 5px;
    width: 225px;
    min-height: 127px;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.media.img {
    width: 245px;
}

.medias.add .media {
    border: 2px dashed transparent;
    background: none;
    padding-top: 0;
}

.medias.add .media .img-cover {
    display: inline-block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.media-edit-info {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    color: #aaa;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
}

.media:hover .media-edit-info {
    color: #777;
}

.pop-and-fade {
    opacity: 0;
    font-size: 100%;
    animation: pop-and-fade 1s
}

@keyframes pop-and-fade {
    0% {
        opacity: 1;
        font-size: 100%
    }

    100% {
        opacity: 0;
        font-size: 500%
    }
}

.media img {
    max-height: 150px;
    max-width: 225px;
    transition: all .2s;
}

.dz-details, .dz-success-mark, .dz-error-mark {
    display: none;
}

.video-block.deleted img,
.dz-image.deleted img {
    opacity: .05;
}

.video-block.deleted .fa-trash::before,
.dz-image.deleted .fa-trash::before {
    content: "\f895"
}

.video-block.deleted .view-media,
.video-block.deleted .play-media,
.dz-image.deleted .view-media,
.dz-image.deleted .play-media {
    display: none;
}

.video-block .stop-media {
    display: none;
}

.video-block.playing .delete-media,
.video-block.playing .play-media {
    display: none;
}

.video-block.playing .stop-media {
    display: inline;
}

.img .media-edit-info i {
    font-size: 300%;
}

.vid .media-edit-info span i {
    font-size: 150%;
}

.video-block .fa-stack-1x.fa-play {
    font-size: 75%;
    position: relative;
    bottom: 1px;
}

.media-icons {
    display: none;
    position: absolute;
    top: calc(50% - 34px);
    left: 10%;
    padding: 7px 0;
    text-align: center;
    width: 80%;
    color: #999;
    font-size: 40px;
    text-shadow: 0 0 4px #fff;
    z-index: 10;
    background: rgba(255,255,255,.4);
    border-radius: 100px;
    height: 68px;
}

#medias .vid {
    float: right;
}

.dz-preview {
    position: relative;
    margin-top: 10px;
    padding: 15px 10px 10px 10px;
    background: #f5f5f5;
}

.dz-image {
    position: relative;
    background-color: white;
}

.dz-preview:first-of-type {
    margin-top: 0;
}

.dz-image:not(.deleted):hover img,
.video-block:not(.deleted):hover img
{
    opacity: .4;
}

.dz-image:hover .img-id {
    display: inline-block;
}

.dz-image:hover .media-icons,
.video-block:hover .media-icons {
    display: block;
}

.media.over:not(.deleted) img {
    opacity: .2;
}

.img-id {
    font-size: 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -1em;
    display: none;
}

.media-icons span {
    padding: 0 20px;
    cursor: pointer;
}

.media-icons span:hover {
    color: #333;
}

.video-block {
    position: relative;
}

input[type="text"].video-url {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 1px 5px 2px;
    color: transparent;
    background: transparent !important;
    cursor: default;
}

input.video-url::-webkit-input-placeholder {
    opacity: 0;
}

input.video-url:-ms-input-placeholder {
    opacity: 0;
}

input.video-url::-moz-placeholder {
    opacity: 0;
}

input.video-url:-moz-placeholder {
    opacity: 0;
}

input.video-url.active {
    border: 1px solid #999;
    height: auto;
    bottom: calc(50% - 1em);
    color: #333;
    cursor: text;
}

input.video-url.active::-webkit-input-placeholder {
    opacity: .4 !important;
}

input.video-url.active:-ms-input-placeholder {
    opacity: .4 !important;
}

input.video-url.active::-moz-placeholder {
    opacity: .4 !important;
}

input.video-url.active:-moz-placeholder {
    opacity: .4 !important;
}

.media-info-toggle i,
.game-toggle i {
    transition: transform .5s;
    height: 2ex;
}

.media-text {
    margin-top: 10px;
    margin-bottom: 5px;
}

.media-text textarea,
.media-credit input[type="text"],
.image-link input[type="text"] {
    width: 100%;
    padding: 1px 35px 3px 5px;
}

.media-info {
    text-align: left;
    margin-top: 10px;
    color: #999;
}

.media-auto {
    margin-top: 35px;
}

.media-place {
    margin-bottom: 5px;
}

.edit-buttons {
    width: calc(100vw - 20px);
    padding: min(10px, 2vh);
    position: fixed;
    bottom: 60px;
    left: 10px;
    background: #fff;
    box-shadow: 0px -5px 9px 0px #fff;
    z-index: 10;
}

.edit-buttons span {
    display: inline-block;
    margin: 5px;
    padding: 6px 25px 7px 9px;
    border: 1px solid #999;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.1s;
    background: #fff;
    color: #666;
}

.edit-buttons span:hover {
    border-color: #666;
}

.edit-buttons span.disabled {
    cursor: not-allowed;
    filter: opacity(0.25);
}

.edit-buttons span i {
    padding-right: 10px;
    font-size: 125%;
    vertical-align: middle;
    transition: all .2s;
}

.save-button:hover i {
    color: green;
}

.preview-button:hover i {
    color: #000;
}

.cancel-button:hover i {
    color: red;
}

i.alert-icon {
    font-size: 18px;
    margin-left: 10px;
    color: orange;
}

i.alert-icon.when-checked {
    display: none;
}

input[type=checkbox]:checked ~ i.alert-icon.when-checked {
    display: inline-block;
}

.infobox {
    position: relative;
    max-height: 75px;
    margin: 0px 33px 20px;
    border: 1px solid #ccc;
}

.infobox .info-text {
    padding: 30px;
    font-size: 125%;
    color: #999;
}

.infobox .cancel-tips {
    font-size: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    cursor: pointer;
}

.infobox .cancel-tips:hover {
    color: #333;
}

.infobox i.icon {
    padding: 20px 30px;
    color: #666;
    font-size: 200%;
}

.infobox i.icon.error {
    color: red;
}

.infobox i.icon.tip {
    background: #fff59d;
}

.infobox i.info-closer {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    color: #999;
    cursor: pointer;
}

.infobox i.info-closer:hover {
    font-weight: 700;
    padding-right: 4px;
}

.infobox i.info-closer:hover::before {
    content: "\f2d3";
}

.infobox-nudge {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #fff59d;
    color: #666;
    border-radius: 100px;
    text-align: center;
    transition: all .5s;
}

.infobox-nudge i {
    line-height: 2;
}

.imageBoxWrapper {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 50%;
    z-index: 20;
}

.imageBoxContainer {
    position: relative;
    top: 0;
    left: -50%;
    min-height: 100px;
    min-width: 175px;
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px 4px rgba(0,0,0,.3);
    border-radius: 5px;
}

.imageBox {
    overflow: auto;
    max-height: 750px;
    max-height: calc(90vh - 30px);
    max-width: 900px;
    max-width: calc(100vw - 80px);
}

img.imageBoxImage {
    max-width: 1024px;
    background: repeating-conic-gradient( #fff 0deg 90deg, #eee 0deg 180deg) 0 0/40px 40px round;
}

.imageBoxContainer .closer {
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 30px;
    line-height: 0;
    color: #333;
    cursor: pointer;
}

.imageBoxContainer .closer:first-of-type {
    color: #fff;
}

.ui-effects-transfer {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .5s;
    z-index: 15;
    cursor:default;
    pointer-events: none;
}

.darken {
    background: #999;
}



.button {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 100px;
    padding: 2px 20px 3px;
    cursor: pointer;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.button:hover {
    border-color: #666;
    background: #fafafa;
}

.button i {
    color: #666;
    padding-right: .5em;
    margin-left: -.5em;
}

.button:hover i {
    color: #000;
}

.button-s {
    font-size: 80%;
    padding: 0 10px 1px;
}

.button-xl {
    font-size: 120%;
    padding: 10px 20px 10px 15px;
    border: 2px solid #ccc;
}

.button-xl i {
    margin-left: 0;
}

.no-help-texts .help-text {
    visibility: hidden;
}

.black {
    color: #111 !important;
}

.grey {
    color: #999 !important;
}

.green {
    color: #31a836 !important;
}

.orange {
    color: orange !important;
}

.red {
    color: red !important;
}

.ilb {
    display: inline-block !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.w100 {
    width: 100% !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.bb {
    border-bottom: 1px solid #ccc !important;
}

.bt {
    border-top: 1px solid #ccc !important;
}

.fw1 {
    font-weight: 100 !important;
}

.fw2 {
    font-weight: 200 !important;
}

.fw3 {
    font-weight: 300 !important;
}

.fw4 {
    font-weight: 400 !important;
}

.fw5 {
    font-weight: 500 !important;
}

.fw6 {
    font-weight: 600 !important;
}

.fw7 {
    font-weight: 700 !important;
}

.fw8 {
    font-weight: 800 !important;
}

.fw9 {
    font-weight: 900 !important;
}

.fs80 {
    font-size: 80% !important;
}

.fs150p {
    font-size: 150% !important;
}

.fs200p {
    font-size: 200% !important;
}

.transparent {
    opacity: 0;
}

.fa-spinner {
    padding-top: 2px;
    animation: rotation 1s infinite linear;
    line-height: 20px;
}

.accordion .fa-spinner {
    margin-left: calc(50% - 8px);
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.main-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgb(255 255 255 / 75%);
    z-index: 9999;
}

.main-spinner::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    content: '';
    background: url(https://jogg.se/Images/SiteLogos/Logo50.png);
    animation: rotate360 linear 1.25s infinite;
    filter: grayscale(1);
}


.rotate {
    animation: rotate360 linear 2s infinite;
}

@keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

.flip-horizontal {
    transform: rotateY(180deg);
}

.flip-vertical {
    transform: rotateX(180deg);
}

.no-break {
    white-space: nowrap;
}


/* TODO: */

.info-box.unavailable-info {
    position: fixed;
    top: 25px;
    left: 50%;
    margin-left: -216px;
    border: 1px solid gold;
    background: lightyellow;
    padding: 10px 20px;
}

span.info-box-closer {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 100%;
    background: #fff;
    color: #666;
    cursor: pointer;
    display: none;
}

span.info-box-closer:hover {
    color: #333;
}


@media screen and (min-width: 720px) {
    header {
        height: auto;
        border-bottom: none;
        position: absolute;
    }
    .topmenu {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        padding-left: 10px;
        border-left: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 38px;
    }
    .topmenu.open {
        box-shadow: none;
    }
    .topmenu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .topmenu li {
        border-bottom: none;
        background-color: #fff;
        transition: all .2s;
    }
    .topmenu li:hover {
        background: #eee;
    }
    .topmenu li a {
        padding: 5px 10px;
        color: #ccc;
        font-size: 16px;
        transition: all .2s;
    }
    .topmenu li.active a {
        color: #fff;
        background-color: #ccc;
    }
    .topmenu:hover li.active a {
        background-color: #999;
    }
    .topmenu:hover li:not(.active) a,
    body.__start__ .topmenu li:not(.active) a
    {
        color: #333;
    }
    .hamburger-menu-icon {
        display: none;
    }
    main {
        margin-top: 100px;
    }
    .head-icon {
        color: #999;
    }
    .head-icon span:hover {
        color: #666;
    }
}