menubar {
    display: block;
    position: fixed;
    top: 0;
    height: 62px;
    width: 100%;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 90;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease-out;
}

menubar.hide {
    top: -65px;
}

menubar mainNav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 60px;
}

stream {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

stream:hover {
    -webkit-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    box-shadow: 0px 2px 0px 0px rgba(125, 125, 255, 1);
}

menubar mainNav .logo {
    /* background-color: red!important; */
    display: block;
    width: 175px;
    height: 63px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    mix-blend-mode: hard-light;
}

.sharpen {
    mix-blend-mode: hard-light;
}

.sharpen,
.sharpen::before,
.sharpen::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sharpen::before,
.sharpen::after {
    content: '';
    background: url("http://www.thinkheaven.com/application/files/7015/1670/9710/Asset_1.png") no-repeat contain;
}

.sharpen::after {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.5;
    top: -1px;
    left: -1px;
}

menubar mainNav .logo:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(125, 125, 255, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(125, 125, 255, 1);
    box-shadow: 0px 0px 0px 0px rgba(125, 125, 255, 1);
}

menubar a {
    display: block;
    position: relative;
    font-size: 25px;
    line-height: 63px;
    padding: 0 15px;
    vertical-align: baseline;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-decoration: none;
    color: #333;
    font-family: concourse_sc;
    font-weight: 400;
    text-align: center;
    font-feature-settings: 'c2sc';
}

menubar mainNav a:hover {
    -webkit-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
}

menubar mainNav search:hover,
menubar mainNav side:hover {
    color: rgba(125, 125, 255, 1);
}

menubar mainNav altNav {
    display: block;
    width: 130px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    /* color: red; */
}

menubar altNav search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    background: none;
    cursor: default;
    line-height: normal;
    color: inherit;
    font: inherit;
    text-align: inherit;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    /* font-size: 25px; */
    color: #333;
    position: absolute;
    top: 0;
    right: 63px;
    width: 40px;
    height: 59px;
    line-height: 63px;
    z-index: 50;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0) rotate(45deg);
    display: block;
    /* background-color: white; */
}

search.menubutton:after {
    content: '\26b2';
    font-size: 45px;
    font-weight: 600;
    /* font-family: concourse; */
}

search.menubutton:before {
    /* content: '\1f50d'; */
    /* color: black; */
}

menubar altNav side {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    background: none;
    cursor: default;
    line-height: normal;
    color: inherit;
    font: inherit;
    text-align: inherit;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 59px;
    line-height: 63px;
    z-index: 50;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

side.menubutton:after {
    content: '\2630';
    font-size: 35px;
    font-weight: 100;
}

side.menubutton bar {
    display: block;
    height: 5px;
    padding: 2px;
    position: relative;
}

side.menubutton bars {
    display: block;
    position: relative;
    transform: translateX(-50%) translateY(-70%);
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    padding-top: 7px;
}

side.menubutton bar:before {
    content: '\5f';
    font-size: 50px;
}

side i,
search i {
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit !important;
}

menucontainer {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
    /* display: none; */
}

menucontainer mask {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(13, 13, 13, 0.5);
    display: inline-block;
    cursor: pointer;
}

menucontainer sidebar closebutton {
    z-index: 101;
    right: 13px;
    position: fixed;
    top: 13px;
    font-size: 35px;
    cursor: pointer;
    color: white;
}

closebutton:after {
    content: '\2715';
    position: absolute;
    right: 0;
    top: 0;
}

menucontainer searchBar {
    z-index: 100;
    display: block;
    position: fixed;
    right: 0;
    /* top: 63px; */
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    /* max-width: 760px; */
    height: 62px;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    /* border-left: 1px solid rgba(0,0,0,0); */
    border-bottom-left-radius: 7px;
}

menucontainer searchBar goButton {
    z-index: 101;
    right: 0px;
    position: absolute;
    /* top: 63px; */
    cursor: pointer;
    color: white;
    width: 80px;
    height: 62px;
    background-color: rgba(55, 255, 255, 1);
}

gobutton#submit:before {
    content: '\27a1';
    font-size: 60px;
    position: absolute;
    top: -70%;
    color: black;
    transform: translateX(50%) translateY(50%);
    left: -40%;
    height: 60px;
    width: 100%;
    transition: all .5s ease-out;
}

gobutton#submit:hover:before {
    color: orange;
}

menucontainer searchBar goButton i {
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 60px;
    color: rgba(0, 0, 0, 1);
}

menucontainer searchBar textarea {
    display: block;
    left: 10px;
    position: absolute;
    background-color: transparent;
    outline: none;
    border: none;
    resize: none;
    overflow: hidden;
    wrap: off;
    font-size: 40px;
    line-height: 53px;
    height: 100%;
    font-family: concourse;
    font-weight: 400;
    width: 100%;
}

menucontainer sidebar {
    z-index: 100;
    display: block;
    min-width: 370px;
    width: 40%;
    max-width: 400px;
    background-color: darkslategrey;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(4, 6, 41, 1);
    -moz-box-shadow: -1px 0px 0px 0px rgba(4, 6, 41, 1);
    box-shadow: -4px 0px 6px -5px rgba(25, 25, 2, 1);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    border-left: 1px solid rgba(0, 0, 0, 0);
    overflow: hidden;
    /* width: 100vw; */
    padding-left: 30px;
}

sidebar stream {
    font-family: concourse_sc;
    /* padding-top: 30px; */
    display: table;
    font-size: 40px;
    padding: 30px;
    border-bottom: 1px solid white;
    position: relative;
    width: 200px;
    padding-left: 0px;
    margin-left: 10px;
}

sidebar stream:hover {
    -webkit-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
    box-shadow: 0px 4px 0px 0px rgba(125, 125, 255, 1);
}

sidebar stream a {
    text-decoration: none;
    color: #fafafa;
    /* text-align:  center; */
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}

@media (max-width: 760px) {
    menubar mainNav a:not(.logo) {
        display: none;
    }
}

@media (max-width: 465px) {
    menucontainer sidebar {
        min-width: unset;
        max-width: unset;
        width: 100vw;
    }
}