@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@media screen and (max-width:950px) {
    body #preload_main {
        border: 10px solid #F44336;
        animation: border_mob 1.2s linear;
    }
    body .preload_text {
        font-size: 4em
    }
    @keyframes border_mob {
        0% {
            border: 10px solid #000000
        }
        14% {
            border: 10px solid #000000
        }
        80% {
            border: 10px solid #000000
        }
    }
}

#preload_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

#preload_main {
    width: 100%;
    height: 100vh;
    border: 20px solid #000000;
    background: repeating-linear-gradient(to right, #ffffff, #ffffff 100px, #F4F9FC 101px);
    animation: border 15s linear;
    z-index: 100000
}

.pianotile {
    overflow: hidden;
    top: 20px;
    margin: 0 auto;
    width: 81.5%;
    height: 69%;
    max-height: 600px
}

.pianotile .pianotiles {
    float: left;
    width: 3.5%;
    height: 100%;
    background: linear-gradient(#ffffff, #EBEBEB)
}

.pianotile .pianotiles:nth-child(2) {
    margin-left: 2.33%
}

.pianotile .pianotiles:nth-child(3) {
    margin-left: 17%
}

.pianotile .pianotiles:nth-child(4) {
    margin-left: 2.33%
}

.pianotile .pianotiles:nth-child(5) {
    margin-left: 2.33%
}

.pianotile .pianotiles:nth-child(6) {
    margin-left: 17%
}

.pianotile .pianotiles:nth-child(7) {
    margin-left: 2.33%
}

.pianotile .pianotiles:nth-child(8) {
    margin-left: 17%
}

.pianotile .pianotiles:nth-child(9) {
    margin-left: 2.33%
}

.pianotile .pianotiles:nth-child(10) {
    margin-left: 2.33%
}

.a1 {
    transform: translateY(-105%);
    animation: a1 ease-out 3s forwards
}

.a2 {
    transform: translateY(-105%);
    animation: a2 ease-out 3s forwards
}

.a3 {
    transform: translateY(-105%);
    animation: a3 ease-out 3s forwards
}

.a4 {
    transform: translateY(-105%);
    animation: a4 ease-out 3s forwards
}

.a5 {
    transform: translateY(-105%);
    animation: a5 ease-out 3s forwards
}

.a6 {
    transform: translateY(-105%);
    animation: a6 ease-out 3s forwards
}

.a7 {
    transform: translateY(-105%);
    animation: a7 ease-out 3s forwards
}

.a8 {
    transform: translateY(-105%);
    animation: a8 ease-out 3s forwards
}

.a9 {
    transform: translateY(-105%);
    animation: a9 ease-out 3s forwards
}

.a10 {
    transform: translateY(-105%);
    animation: a10 ease-out 3s forwards
}

@keyframes border {
    0% {
        border: 20px solid #000000
    }
    14% {
        border: 20px solid #F44336
    }
    80% {
        border: 20px solid #F44336
    }
}

@keyframes a1 {
    10% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    11% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    14% {
        background: linear-gradient(#ffffff, #000000)
    }
    17% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    98% {
        transform: translateY(-105%)
    }
}

@keyframes a2 {
    10% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    17% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    20% {
        background: linear-gradient(#ffffff, #000000)
    }
    23% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    98% {
        transform: translateY(-105%)
    }
}

@keyframes a3 {
    15% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    23% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    26% {
        background: linear-gradient(#ffffff, #000000)
    }
    29% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    94% {
        transform: translateY(-105%)
    }
}

@keyframes a4 {
    15% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    29% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    32% {
        background: linear-gradient(#ffffff, #000000)
    }
    35% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    94% {
        transform: translateY(-105%)
    }
}

@keyframes a5 {
    15% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    35% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    38% {
        background: linear-gradient(#ffffff, #000000)
    }
    41% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    94% {
        transform: translateY(-105%)
    }
}

@keyframes a6 {
    20% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    41% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    44% {
        background: linear-gradient(#ffffff, #000000)
    }
    47% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    90% {
        transform: translateY(-105%)
    }
}

@keyframes a7 {
    20% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    47% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    50% {
        background: linear-gradient(#ffffff, #000000)
    }
    53% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    90% {
        transform: translateY(-105%)
    }
}

@keyframes a8 {
    25% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    53% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    56% {
        background: linear-gradient(#ffffff, #000000)
    }
    59% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    86% {
        transform: translateY(-105%)
    }
}

@keyframes a9 {
    25% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    59% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    62% {
        background: linear-gradient(#ffffff, #000000)
    }
    65% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    86% {
        transform: translateY(-105%)
    }
}

@keyframes a10 {
    25% {
        transform: translateY(0%)
    }
    60% {
        transform: translateY(0%)
    }
    65% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    68% {
        background: linear-gradient(#ffffff, #000000)
    }
    71% {
        background: linear-gradient(#ffffff, #EBEBEB)
    }
    86% {
        transform: translateY(-105%)
    }
}

@media screen and (max-width:1100px) {
    body .preload_text {
        font-size: 5em
    }
}

@media screen and (max-width:950px) {
    body #preload {
        border: 10px solid #F44336;
        animation: border_mob 1.2s linear;
    }
    body .preload_text {
        font-size: 4em
    }
    @keyframes border_mob {
        0% {
            border: 10px solid #000000
        }
        14% {
            border: 10px solid #000000
        }
        80% {
            border: 10px solid #000000
        }
    }
}

@media screen and (max-width:771px) {
    body .preload_text {
        font-size: 3em;
        text-align: center
    }
}

@media screen and (max-width:640px) {
    body .preload_text {
        font-size: 2.5em;
        max-width: 80%;
        margin: 0 auto
    }
}

#preload {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 20px solid #F44336;
    background: #fff;
    animation: border 1.2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    background: repeating-linear-gradient(to right, #ffffff, #ffffff 100px, #F4F9FC 101px)
}

@keyframes border {
    0% {
        border: 20px solid #000000
    }
    14% {
        border: 20px solid #000000
    }
    80% {
        border: 20px solid #000000
    }
}

.preload_text {
    font-size: 17vh;
    letter-spacing: .3em;
    font-family: 'Oswald';
    background: linear-gradient(to right, #000000, #F44336);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-linear-gradient: (to right, #000000, #F44336);
    transform: translateY(25vh);
    position: relative;
    text-transform: uppercase;
}

body.ready .preload_text {
    animation: slide 2s;
    animation-fill-mode: forwards;
}

@keyframes slide {
    30% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25vh);
    }
}

.preload_text:after {
    content: '';
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 100%;
    height: 110%;
    background: #ffffff;
    transform-origin: bottom;
}

body.ready .preload_text:after {
    animation: scale 2s;
    animation-fill-mode: forwards;
}

@keyframes scale {
    30% {
        transform: scale(1, 0);
    }
    70% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 1);
    }
}

.preload_text_out {
    width: 90%;
}

.preload_text_out {
    text-align: center;
}

.browser_version {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Oswald';
    font-size: 1.5em;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/BebasNeue%20Bold.eot');
    src: local('ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/BebasNeue%20Bold.woff') format('woff'), url('../fonts/BebasNeue%20Bold.ttf') format('truetype'), url('../fonts/BebasNeue%20Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-italic';
    src: url('../fonts/Montserrat-Italic.eot');
    src: local('ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/Montserrat-Italic.woff') format('woff'), url('../fonts/Montserrat-Italic.ttf') format('truetype'), url('../fonts/Montserrat-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter-.eot#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-spotify:before {
    content: '\0041';
}

.icon-itunes:before {
    content: '\0042';
}

.icon-google-play:before {
    content: '\0043';
}

.icon-about:before {
    content: '\0044';
}

.icon-arrowmain:before {
    content: '\0045';
}

.icon-down:before {
    content: '\0046';
}

.icon-amazon:before {
    content: '\0047';
}

.icon-playlist:before {
    content: '\0048';
}

.icon-up:before {
    content: '\0049';
}

.icon-playlist1:before {
    content: '\004a';
}

.fix:after {
    content: "";
    clear: both;
    display: block;
}

::-webkit-scrollbar {
    display: none;
}

.audio_hidden {
    opacity: 0;
    position: absolute;
    z-index: 999;
}

html,
body {
    height: 100%;
}

body.fixed {
    overflow: hidden;
}

body ul {
    margin: 0;
}

.content {
    overflow: hidden;
}

.mj_logo {
    padding: 0.2em;
    margin: -0.2em;
    margin-top: calc(20px - 0.2em);
}

.mj_logo div:first-child {
    font-size: 83px;
    line-height: 0.8;
}

.mj_logo div:last-child {
    font-size: 48px;
}

.mj_container {
    width: auto !important;
    padding: 0;
    margin: 0 20px 0 3% !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    outline: none;
}

.menu_item {
    position: relative;
}

.link_arrow {
    position: absolute;
    left: calc(100% + 5vw);
    top: calc(50% - 0.1em);
    width: 0px;
    height: 2px;
    background: #000000;
    transition: 500ms ease-out 500ms;
}

.link_arrow:before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 60%;
    height: 2px;
    background: inherit;
    transform-origin: 100% 50%;
    border-radius: 2px;
    transition: 0.4s;
}

.link_arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 60%;
    height: 2px;
    background: inherit;
    transform-origin: 100% 50%;
    border-radius: 2px;
    transition: 0.4s;
}

.menu_item:hover .link_arrow {
    width: 20px;
    transition: 0.6s;
}

.menu_item:hover .link_arrow:before {
    transform: rotate(-40deg);
    transition: 0.4s ease-out 500ms;
}

.menu_item:hover .link_arrow:after {
    transform: rotate(40deg);
    transition: 0.4s ease-out 500ms;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    border: 20px solid #000000;
    width: 100%;
    height: 100%;
}

.header {
    padding: 20px 0 0 0;
    z-index: 2;
}

.mj_logo {
    position: relative;
    z-index: 1000;
    display: inline-block;
    font-size: 38px;
    transition: 1s;
}

.fixed .mj_logo {
    color: #000000;
}

.headerleft {
    padding: 0 !important;
}

.scrollbar {
    display: none !important;
    width: 11px;
    height: 80px;
    float: left;
    background-color: #F44336;
    position: relative;
    z-index: 1000;
}

.scrollbar:before {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 30%;
    background: #000000;
}

.mj_social {
    z-index: 1000;
}

.mj_flex {
    height: 70px;
    display: flex;
    align-items: center;
}

.headerleft h1 {
    font-size: 1.75em;
    font-family: 'Oswald';
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: bold;
}

.headerleft a {
    color: #000000;
}

.headerleft a:hover,
.headerleft a:focus {
    color: #000000;
    text-decoration: none;
}

.headerright {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*background-color: purple;*/
}

.headerright span {
    order: 1;
    margin: 0 20px 0 0;
}

.headerright>span {
    display: flex;
    align-items: center;
}

.headerright span a {
    font-family: 'Oswald';
    font-size: 16px;
    margin-left: 5px;
    float: left;
    text-decoration: none;
    color: #000000;
    position: relative;
    z-index: 1;
}

.headerright span .headercircle {
    width: 3px;
    height: 3px;
    background-color: #F44336;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.headerright span .active-lang {
    color: #F44336;
}


/* Menu Burger */

.burgermenu {
    cursor: pointer;
    order: 2;
    width: 70px;
    height: 70px;
}

.icon {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 99999;
}

.icon span {
    position: absolute;
    width: 40%;
    height: 2px;
    left: 30%;
    margin-top: 40%;
    background-color: #000000;
    transition: 1s ease-in-out;
}

.icon .one {
    top: 0;
    transform: translateY(0) rotate(0);
    /*	animation:rotate1 1s;
	animation-fill-mode:alternate;*/
    transition: 1.5s;
}

.icon .two {
    top: 10px;
    transform: translateY(0) rotate(0);
    /*	animation:rotate2 1s;
	animation-fill-mode:alternate;*/
    transition: 1.5s;
}

.back.icon .one {
    transform: translateY(5px) rotate(40deg);
    animation: rotate_back1 2s;
    animation-fill-mode: forwards;
}

.back.icon .two {
    transform: translateY(-5px) rotate(-40deg);
    animation: rotate_back2 2s;
    animation-fill-mode: forwards;
}

@keyframes rotate_back1 {
    50% {
        transform: translateY(5px) rotate(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotate_back2 {
    50% {
        transform: translateY(-5px) rotate(0);
    }
    100% {
        transform: translateY(0);
    }
}


/* start open class */

.icon.open .one {
    animation: rotate1 2s;
    animation-fill-mode: forwards;
}

.icon.open .two {
    animation: rotate2 2s;
    animation-fill-mode: forwards;
}

@keyframes rotate1 {
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(5px) rotate(40deg);
    }
}

@keyframes rotate2 {
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(-5px) rotate(-40deg);
    }
}

.sidebar {
    display: none;
    position: fixed;
    left: 0;
    transform: translateX(-110%);
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    top: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5vh 16%;
    padding-top: calc(80px + 5vh);
    text-align: left;
    box-sizing: border-box;
    transition: 500ms;
    z-index: 999;
    align-items: center;
}

body.load .sidebar {
    display: flex;
}

.sidebar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 3%;
    height: 100%;
    background: #000000;
}

.sidebar.active {
    /*left:20px;*/
    transform: translate(20px);
}


/*.sidebar.active:after{
	animation:sidebar 0.8s;
	animation-fill-mode:forwards;
}*/


/*@keyframes sidebar{
	50%{
		width:20%;
	}
	100%{
		width:80%;
	}
}*/

.sidebar ul {
    /*	display:fixed;
	left:16%;
    top:calc(80px + 5vh);*/
    list-style-type: none;
    transform: translateY(10vh);
    opacity: 0;
    transition: 0.7s ease-out 500ms;
}

.sidebar.active ul {
    transform: translateY(0);
    opacity: 1;
}

.sidebar ul {
    margin: 0;
}

.sidebar ul li a {
    /* font-size: 4.375em; */
    font-size: 4em;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-family: 'Oswald';
}

.sidebar ul li a:hover,
.sidebar ul li a:active,
.sidebar ul li a:focus {
    color: #000000 !important;
}

.leftcontentheader {
    padding: 0 !important;
}


/* article start */

.mj_main_slider {
    height: auto;
    margin: 0 !important;
    position: relative;
}

.mj_main_slider .article {
    margin-left: 0;
    margin-top: 25vh;
    height: 220px;
    overflow-y: hidden;
    display: grid;
}

.article {
    width: 500px;
    margin-left: 1%;
    margin-top: 13vh;
    position: relative;
    /*background: red;*/
}

.article h2 {
    font-size: 4.375em;
    font-family: 'Oswald';
    color: #000000;
    padding-right: 50%;
}

.article .mj_main_title {
    padding-right: 0;
    max-width: 300px;
    line-height: 0.8em;
    font-size: 2.5em;
    height: 2.2em;
    overflow: hidden;
}

.mj_main_title span {
    margin: 0 !important;
}

.mj_section {
    display: grid;
    pointer-events: none;
    grid-template-areas: "slide-content";
    grid-area: 1 / 1 / 5 / 4;
}

.mj_section.current {
    pointer-events: auto;
}

.mj_section:not(.current) .mj_main_title span span,
.mj_section:not(.current) .mj_article_single {
    opacity: 0;
}

.mj_article_single {
    max-height: 3em;
    overflow: hidden;
}

.slide_content {
    grid-area: slide-content;
}

.mj_main_title>span {
    overflow: hidden;
}

.article .mj_main_title span {
    font-family: 'Oswald';
    color: #000000;
    line-height: 1em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 900;
}

.article .mj_main_title.current span span {
    transform: 0 !important;
}

.mj_article_single {
    font-family: 'montserrat-medium';
    color: #000000;
    font-size: 1.125em;
    padding-right: 10%;
}

.article span {
    float: right;
    font-family: 'montserrat-italic';
    font-size: 0.95em;
    color: #000000;
}

.articlearrow {
    margin-left: 1%;
    margin-top: 5%;
}

.mj_arrows {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
}

.articlearrow .slideup {
    width: 45px;
    height: 45px;
    background-color: #F44336;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #F44336;
    float: left;
    transition: 0.2s;
}

.articlearrow .icon-up {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articlearrow .icon-up:before {
    font-size: 0.8em;
    color: #ffffff;
    transition: 0.2s;
    position: relative;
    top: 0.1em;
}

.slideup:hover {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
}

.articlearrow .slideup:hover:before {
    color: #000;
}

.articlearrow .slidedown {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #EDEDED;
    float: left;
    margin-left: 1%;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articlearrow .icon-down {
    position: relative;
}

.articlearrow .icon-down:before {
    font-size: 0.8em;
    color: #000000;
    transform: rotate(180deg);
    transition: 0.2s;
    position: relative;
    top: -0.1em;
}

.slidedown:hover {
    background-color: #F44336;
    border: 1px solid #F44336;
}

.articlearrow .slidedown:hover:before {
    color: #fff;
}


/* article end */

.music {
    width: 70px;
    height: 70px;
    background-color: #F1EAFB;
    position: absolute;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
}

.equalizer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equalizer_in {
    height: 15px;
    width: 15px;
    position: relative;
}

.equalizer span {
    background: #000000;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 3px;
}

.eq1 {
    left: 0;
}

.eq2 {
    left: 6px;
}

.eq3 {
    right: 0;
}

.play .eq1 {
    animation-name: shorteq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation-name: shorteq;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s;
}

.play .eq2 {
    animation-name: talleq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.17s;
    -webkit-animation-name: talleq;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0.17s;
}

.play .eq3 {
    animation-name: shorteq;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.34s;
    -webkit-animation-name: shorteq;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0.34s;
}

@keyframes shorteq {
    0% {
        height: 10px
    }
    50% {
        height: 5px
    }
    100% {
        height: 10px
    }
}

@-webkit-keyframes shorteq {
    0% {
        height: 10px
    }
    50% {
        height: 5px
    }
    100% {
        height: 10px
    }
}

@keyframes talleq {
    0% {
        height: 15px
    }
    50% {
        height: 8px
    }
    100% {
        height: 15px
    }
}

@-webkit-keyframes talleq {
    0% {
        height: 15px
    }
    50% {
        height: 5px
    }
    100% {
        height: 15px
    }
}


/* ARROW SVG  SACHIROA */

.social {
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding: 0 2%;
    background-color: #ffffff;
}

.social ul {
    list-style-type: none;
}

.social ul li {
    float: left;
}

.social ul li a {
    /* satesto */
    font-size: 0.875em;
    font-family: 'montserrat-medium';
    color: #000000;
    text-decoration: none;
    margin-right: 25px;
}

.social ul li .youtube {
    margin-right: 0;
}

.icon-arrowmain {
    position: relative;
}

.icon-arrowmain:before {
    float: left;
    transform: rotate(135deg);
    margin-right: 25px;
    margin-top: 3px;
    font-size: 1em;
}

@media screen and (max-height:870px) {
    .mj_main_slider .article {
        margin-top: 15vh;
    }
    /* .sidebar ul li a{
		font-size:3.5em;
	} */
}


/* 
@media screen and (max-height:755px){
	.sidebar ul li a{
		font-size:3em;
	}
} */

@media screen and (max-height:720px) {
    .mj_main_slider .article {
        margin-top: 13vh;
    }
}


/* @media screen and (max-height:650px){
	.sidebar ul li a{
		font-size:2.5em;
		line-height:1.4em;
	}
} */

@media screen and (max-width:1550px) {
    .music {
        width: 50px;
        height: 50px;
    }
    .mj_flex {
        height: 50px;
    }
}

@media screen and (max-width:1365px) {
    .music,
    .gradient_out {
        display: none;
    }
}

@media (max-width: 991px) {
    .mj_logo {
        font-size: 17px;
    }
    .headerleft {
        margin-top: 1%;
    }
    .scrollbar {
        width: 7px;
        height: 52px;
    }
    .headerleft h1 {
        font-size: 1.125em;
        /* margin-top: 10px; */
        /* margin-left: 20px; */
    }
    .headerright span .headercircle {
        width: 3px;
        height: 3px;
        background-color: #F44336;
        border-radius: 50%;
    }
    .burgermenu {
        width: 50px;
        height: 50px;
        margin-top: 5px;
    }
    .headerright>span {
        margin: 8px 20px 0 0;
    }
    /*	.sidebar ul li a{
		font-size: 3.625em;
		line-height: 70px;

	}
*/
    .music {
        display: none;
    }
    .article {
        margin-top: 15%;
    }
    .article h2 {
        font-size: 2.75em;
    }
    .article p {
        font-size: 0.875em;
    }
    .article span {
        font-size: 0.875em;
        margin-right: 70px;
    }
    .articlearrow .slideup,
    .articlearrow .slidedown {
        width: 35px;
        height: 35px;
    }
    .articlearrow .icon-up:before {
        font-size: 0.875em;
    }
    .articlearrow .icon-down:before {
        font-size: 0.875em;
    }
    .icon-arrowmain:before {
        font-size: 0.8em;
        margin-top: 5px;
        margin-right: 10px;
    }
    .gradient {
        display: none;
    }
    .mj_main_slider .article {
        height: 210px;
        width: 50%;
        min-width: 200px;
    }
    .article .mj_main_title {
        height: 2.4em;
    }
}

@media (max-width: 950px) {
    .content {
        border: 10px solid #000000;
    }
    .header {
        padding: 20px 10px 0;
    }
    .mj_container {
        margin: 0 10px 0 3% !important;
    }
    .social {
        right: 20px;
        bottom: 20px;
    }
    .social ul li a {
        font-size: 10px;
    }
    .icon-arrowmain:before {
        margin-top: 3px;
    }
    .sidebar {
        width: calc(100% - 10px);
        height: calc(100% - 20px);
        top: 10px;
    }
    .sidebar.active {
        transform: translate(10px);
    }
}


/* @media (max-width:800px) {
	.sidebar ul li a{
    	font-size:2.5em;
    }
} */

@media (max-width: 767px) {
    .mj_logo {
        font-size: 12px;
    }
    .home_content {
        position: relative;
    }
    .home_content:before {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
    }
    .social {
        bottom: 10px;
        right: 10px;
    }
    .articlearrow .slidedown {
        left: 8px;
    }
    .headerleft {
        margin-top: 1.5%;
    }
    .sidebar {
        padding-top: calc(35px + 5vh);
    }
    .scrollbar {
        width: 4px;
        height: 32px;
    }
    .headerleft h1 {
        font-size: 0.75em;
        /* margin-top: 4.5px;
		margin-left: 15px; */
    }
    .headerright span {
        margin-right: 15px;
    }
    .burgermenu {
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }
    .headerright>span {
        margin: 11px 20px 0 0;
    }
    .icon span {
        position: absolute;
        width: 40%;
        height: 2px;
        left: 30%;
        margin-top: 30%;
        background-color: #000000;
        transition: 0.3s ease-in-out;
    }
    .music {
        display: none;
    }
    .article {
        margin-top: 10%;
        width: 80%;
        margin-left: 5%;
    }
    .mj_main_slider .article {
        height: 180px;
    }
    .article h2 {
        font-size: 1.813em;
        padding-right: 30%;
    }
    .article p {
        font-size: 0.75em;
        padding-right: 2%;
    }
    .article span {
        font-size: 0.75em;
        margin-right: 0px;
    }
    .articlearrow .slideup,
    .articlearrow .slidedown {
        width: 25px;
        height: 25px;
    }
    .articlearrow .icon-up:before {
        font-size: 0.75em;
    }
    .articlearrow .icon-down:before {
        font-size: 0.75em;
    }
    .icon-arrowmain:before {
        font-size: 0.6em;
        margin-top: 8px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .icon span {
        margin-top: 38%;
    }
    .icon .two {
        top: 6px;
    }
    .back.icon .one {
        transform: translateY(3px) rotate(40deg);
    }
    .back.icon .two {
        transform: translateY(-3px) rotate(-40deg);
    }
    @keyframes rotate_back1 {
        50% {
            transform: translateY(3px) rotate(0);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes rotate_back2 {
        50% {
            transform: translateY(-3px) rotate(0);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes rotate1 {
        50% {
            transform: translateY(3px);
        }
        100% {
            transform: translateY(3px) rotate(40deg);
        }
    }
    @keyframes rotate2 {
        50% {
            transform: translateY(-3px);
        }
        100% {
            transform: translateY(-3px) rotate(-40deg);
        }
    }
}

@media (max-height: 640px) {
    .mj_main_slider .article {
        min-height: 200px;
        height: 30vh;
        width: 70%;
    }
    .burgermenu {
        margin-top: 5px;
    }
    .headerright>span {
        margin: 9px 15px 0 0;
    }
    .headerright span a {
        font-size: 14px;
    }
    .headerright span .headercircle {
        top: 0;
    }
}

@media (max-width:500px) {
    .mj_main_slider .article {
        width: 100% !important;
    }
    .mj_social {
        padding: 0 20px;
    }
    body .mj_social li a {
        font-size: 8px;
        margin-right: 10px;
    }
    .mj_flex {
        height: 43px;
    }
}

@media (max-height: 550px) {
    .sidebar ul li:first-child {
        margin-top: 0px;
    }
    /* 
	.sidebar ul li a{
		font-size: 2.1em;
		line-height:1.2em;
	} */
}

.gradient_out {
    width: 81px;
    height: 81px;
    position: absolute;
    left: 40%;
    top: 74%;
}

.gradient {
    width: 100%;
    height: 100%;
    background-image: url(../images/gradient.png);
    transition: .4s;
}

.gradient:hover {
    transform: scale(1.2);
}

.rotaty {
    transform: translateY(100%);
    /*animation: rotate .4s forwards ease-in-out;*/
}

@media screen and (max-width:1440px) {
    .gradient_out {
        left: 50%;
    }
}

@keyframes rotate {
    100% {
        transform: translateY(0);
    }
}

.mj_main_title span {
    float: none;
    display: inline-block;
}

@media screen and (max-width:1100px) {
    body .preload_text {
        font-size: 5em;
    }
}

@media screen and (max-width:950px) {
    body #preload {
        border: 10px solid #F44336;
    }
    body .preload_text {
        font-size: 4em;
    }
}

@media screen and (max-width:771px) {
    body .preload_text {
        font-size: 3em;
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    body .preload_text_out {
        margin: 0 auto;
        max-width: 90%;
    }
    body .preload_text {
        font-size: 2.5em;
    }
}

@media (max-width:800px) and (max-height:400px) {
    .sidebar ul li a {
        font-size: 1.8em;
    }
}

@media (max-width:800px) and (max-height:350px) {
    .sidebar ul li a {
        font-size: 1.5em;
    }
}

@media (max-width:1366px),
(max-height:568px) {
    .mj_logo {
        margin-top: 0;
    }
    .mj_logo div:last-child {
        font-size: 38px;
    }
    .mj_logo div:first-child {
        font-size: 66px;
    }
}

@media (max-height:980px),
(max-width:1440px) {
    .sidebar ul li a {
        font-size: 3.5em;
    }
}

@media (max-height:890px),
(max-width:1200px) {
    .sidebar ul li a {
        font-size: 3em;
    }
    .sidebar {
        padding-top: calc(120px + 5vh);
    }
}

@media (max-height:780px),
(max-width:960px) {
    .sidebar ul li a {
        font-size: 2.5em;
    }
    .mj_logo div:first-child {
        font-size: 70px;
    }
    .mj_logo div:last-child {
        font-size: 41px;
    }
}

@media (max-height:620px),
(max-width:640px) {
    .mj_logo {
        margin-top: 0;
    }
    .mj_logo div:first-child {
        font-size: 50px;
    }
    .mj_logo div:last-child {
        font-size: 29px;
    }
    .sidebar {
        padding-top: calc(70px + 5vh);
    }
    .sidebar ul li a {
        font-size: 2.2em;
    }
}

@media (max-height:570px) {
    .mj_logo {
        margin-top: -7px;
    }
    .sidebar {
        padding-top: calc(30px + 5vh);
    }
    .sidebar ul li a {
        font-size: 1.6em;
    }
    .mj_logo div:first-child {
        font-size: 35px;
    }
    .mj_logo div:last-child {
        font-size: 20px;
    }
}

@media (max-height:430px) {
    .sidebar {
        min-height: 400px;
    }
    .sidebar ul li a {
        font-size: 1.4em;
    }
}