@font-face {
    font-family: lavka;
    src: url(lavka2021.otf);
    font-display: swap
}

@font-face {
    font-family: TDCharodey;
    src: url(TDCharodey.woff2);
    font-display: swap
}

@font-face {
    font-family: geometria;
    src: url(geometria.woff2);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: geometria;
    src: url(geometria-b.woff2);
    font-weight: 600;
    font-display: swap
}

:root {
    --c-red: #c80000;
    --c-grey: #1c173c;
    --c-yellow: #f2e200;
    --radius: 10px;
    --transition: all .5s .02s ease
}

body {
    color: #fff;
    font-size: 18px;
    font-family: geometria;
    min-width: 320px;
    background-color: var(--c-grey);;
    background-size: 100%;
    overflow-x: hidden;
    max-width: 1920px
}

body, ul {
    margin: 0;
    padding: 0
}

::selection, ::-moz-selection {
    background: var(--c-red)
}

#nota, #titler {
    flex-wrap: nowrap;
    display: flex
}

#subheader, #titler, .container, body, header, #newz li, main, #ufo-wrap img, #ufo-wrap-2, .slick-list, .slick-slider, .slick-track, .top-module-icon {
    position: relative
}

#nota span, #prana, #prana a, #titler, a, h1, h2, h3, h4, strong {
    color: #fff;
}

.btn, .slick-list:focus, [tabindex], a img, button, img, input, select, textarea {
    outline: 0
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.clr, .slick-track:after {
    clear: both
}

#in-body {
    background: url(../images/starz.webp) top center repeat-y;
    background-size: 100%;
    position: relative;
    z-index: 5;
    background-color: var(--c-grey);
}

#titler, .blog-default .pos-author h2, nav .container h4, .blog-sans .item .pos-related > h3 {
    font-family: TDCharodey;
    font-weight: 400
}

* {
    box-sizing: border-box
}

ul {
    list-style-type: none
}

a {
    text-decoration: underline;
    transition: var(--transition)
}

a:hover {
    color: var(--c-yellow);
    text-decoration: none
}

h1 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 40px
}

.container {
    margin: 0 auto;
    width: 90%
}

#nota, #prana, .socials, nav {
    position: absolute
}

header {
    height: 155px;
    z-index: 125
}

header .container {
    height: 100%;
    background: url(../images/header-bg.png) top center no-repeat;
    background-size: 100%;
    width: 96%
}

#nota {
    left: 40px;
    top: 25px;
    cursor: pointer;
    align-items: center;
    z-index: 10;x
}

#in-nota {
    width: 63px;
    height: 67px;
    transition: var(--transition)
}

#nota span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'TDCharodey';
    text-transform: uppercase;
    color: #fff;
    margin-left: 17px
}

#nota:hover #in-nota {
    transform: rotateY(360deg)
}

#menu-footer img, .bottom-module-icon {
    transform: rotate(180deg)
}

#titler {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    top: 16px;
    z-index: 9;
    font-family: 'lavka';
    position: relative;
    left: -3%;
}

#titler div {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 2.7vw;
    color: #fff;
}

#titler > div > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
}

#titler a {
    text-decoration: none;
    color: #fff !important;
}

#titler a:hover {
    color: var(--c-red)
}

#titler img:first-of-type {
    width: 50%;
    margin-right: 0
}

#titler img:last-of-type {
    width: 49%
}

#titler span, #titler em {
    font-size: 1.8vw;
    color: #fff;
    position: relative;
    font-style: normal;
}


#subheader {
    text-align: center
}

#sub-logo {
    width: 463px;
    height: auto
}

main {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 3vw;
}

footer {
    height: 127px
}

footer .container {
    height: 100%;
    background: url(../images/footer-bg.png) center bottom no-repeat;
    background-size: 100%
}

#prana {
    font-size: 13px;
    right: 38px;
    color: #fff;
    top: 81px
}

#prana a {
    text-decoration: none;
    display: inline-block;
    padding-right: 25px;
    background: url(../images/lotos.webp) right 3px no-repeat;
    color: #fff;
    background-size: 17px
}

.socials {
    top: 68px;
    left: 66px;
    z-index: 20;
}

.socials ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.socials li {
    margin-right: 23px
}

.socials a {
    display: block;
    width: 34px
}

#menu-footer, nav .container {
    width: 95%;
    margin: 0 auto
}

nav {
    left: 20px;
    right: 20px;
    z-index: 120;
    top: -700px
}

nav .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: rgba(122, 0, 0, 0.8);
    padding-top: 170px;
    padding-bottom: 40px;
    border-radius: 0 0 10px 10px
}

nav .container img {
    height: 56px;
    width: auto;
    display: block;
    margin: 0 auto
}

nav .container h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 400
}

nav .container .in-menu h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: left
}

nav .container h4 a {
    color: #fff;
    text-decoration: underline;
}

nav .container h4 a:hover{
    text-decoration: none;
    color: #f2e200;
}

nav .container li {
    margin-bottom: 17px
}

nav .container li a {
    color: #fff;
    text-decoration: none;
    font-family: 'TDCharodey';
    text-transform: uppercase
}

nav .container li a:hover, nav .container li.current a {
    color: #f2e200
}

#article-body, #yoo-zoo {
    margin: 0 auto;
    position: relative;
    background-color: var(--c-grey);;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px
}

#article-body {
    padding-top: 60px
}

.item-image img, .main-icon {
    width: 140px;
    height: auto;
    display: block;
    text-align: center;
    margin: -11px auto 50px
}

.item-image img {
    margin-bottom: -58px
}

.b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 70px 40px
}

.b-stage .meta, .blog-default .teaser-item .pos-content {
    text-align: center;
    font-size: 15px;
    margin-top: 3px
}

.blog-default .pos-author {
    margin-top: 80px;
    width: 100%
}

.blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.blog-default .item .pos-author .element-relatedcategories .pos-title a, .blog-sans .item .pos-related h5 a {
    font-family: geometria;
    text-transform: uppercase
}

#history .history h2, .blog-default .item h1, .blog-pure .item .element-itemprevnext a, .blog-pure .item h1, .blog-sans .item h1, .line-up h2 {
    font-family: TDCharodey
}

.b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0
}

.b-stage h2 a, .blog-default .item .pos-author .element-relatedcategories .pos-title a, .blog-default .teaser-item .pos-title a, .blog-sans .items .pos-title a, .blog-sans .item .pos-related h5 a {
    color: var(--c-yellow);
    font-family: 'TDCharodey';
    text-decoration: none
}

.blog-default .teaser-item .pos-title a{
    font-family: geometria;
}

#history .history h3 {
    font-size: 17px;
    text-align: center
}

#history .history h3 a {
    text-decoration: none
}

#history .history {
    margin-bottom: 60px
}

#history .history h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 30px
}

#yoo-zoo .details {
    margin-left: -30px;
    margin-right: -30px
}

#yoo-zoo .details .description img {
    border-radius: 20px;
    width: 100%;
    display: block;
    margin: -124px auto 40px
}


#yoo-zoo .details .description {
    margin-top: 65px;
    margin-bottom: 80px
}

#yoo-zoo .details .description p {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px
}

.blog-default .item .pos-author .element-relatedcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog-default .item .pos-author .element-relatedcategories > div {
    width: 18%
}

#in-item, #sub-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

#participate, #socialz-art, .blog-sans .pos-meta .element-linkpro {
    flex-wrap: nowrap;
    display: flex
}

.blog-sans .item .pos-related {
    margin-top: 40px
}

#sub-item h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px
}

#participate .pos-taxonomy > h3, .blog-default .item .pos-media h3, .blog-sans .item .pos-meta h3 {
    font-weight: 400;
    font-size: 18px
}

.fb-icon {
    background: url(../images/art-facebook.webp) center no-repeat;
    background-size: 100%
}

.youtube-icon {
    background: url(../images/art-youtube.webp) center no-repeat;
    background-size: 100%
}

.vk-icon {
    background: url(../images/art-vk.webp) center no-repeat;
    background-size: 100%
}

.insta-icon {
    background: url(../images/art-insta.webp) center no-repeat;
    background-size: 100%
}

.soundcloud-icon {
    background: url(../images/art-soundcloud.webp) center no-repeat;
    background-size: 100%
}

.mixcloud-icon {
    background: url(../images/art-mixcloud.webp) center no-repeat;
    background-size: 100%
}

.bandcamp-icon {
    background: url(../images/art-bandcamp.webp) center no-repeat;
    background-size: 100%
}

#socialz-art a {
    margin-right: 15px;
    display: block;
    width: 50px;
    height: 56px;
    transition: var(--transition);
    max-width: 50px
}

.blog-default .item .pos-top, .blog-sans .item .pos-top {
    width: 45%;
    overflow: hidden;
}

#sub-item .pos-bottom {
    width: 100%
}

#participate {
    justify-content: space-between
}

#participate .pos-taxonomy a {
    width: 51px;
    margin-right: 20px
}

#stages-art {
    display: flex;
    flex-wrap: nowrap
}

#participate > div {
    width: 48px%
}

#sub-item .pos-related, .blog-default #in-item .floatbox, .blog-sans .item .floatbox {
    width: 50%
}

.blog-default .item h1, .blog-sans .item h1 {
    font-size: 30px;
    margin-top: 0;
    color: var(--c-yellow);
}

.blog-default .item .pos-subtitle {
    color: #fff;
    font-size: 18px
}

.blog-default .item .pos-subtitle span {
    margin-right: 12px
}

.blog-default .item .pos-meta h3 {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 10px
}

.blog-default .item .pos-meta {
    color: #fff;
}

.blog-default #in-item .pos-content, .blog-sans .item .pos-content {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 35px
}

.blog-default .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
}

.blog-sans .item .pos-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px
}

.blog-pure .item .pos-top img {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

.blog-default .item #in-bottom .element, .blog-expo .item .pos-taxonomy > div, .blog-pure .item .element-media, .blog-sans .item .element-media, .sticker-video, .video-wrapper {
    position: relative;
    padding-bottom: 32.25%;
    height: 0;
    width: 49%
}

.blog-default .item #in-bottom .element {
    padding-bottom: 30.25%;
    margin-left: 1%;
    margin-right: 1%
}

.blog-default .item #in-bottom .element.count-3 {
    padding-bottom: 21.25%
}

.blog-default .item #in-bottom .element.count-4 {
    padding-bottom: 16.25%
}

.blog-pure .item .element-media, .sticker-video {
    width: 100%;
    padding-bottom: 79%
}

.video-wrapper {
    width: 100%;
    padding-top: 18%
}

#in-video iframe, #videoz iframe, .blog-default .item .element iframe, .blog-expo .item iframe, .blog-sans .item .element-media iframe, .sticker-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

#newz .meta, .blog-expo .teaser-item .pos-subtitle {
    color: #fff;
    font-size: 14px
}

#newz h3, .blog-expo .teaser-item h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 6px
}

.blog-pure .item .pos-related .element-imagepro {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 25px
}

#in-video, .blog-expo .items {
    grid-template-columns:repeat(3, 1fr)
}

.blog-pure .item .pos-related h3, .blog-pure .pos-bottom h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 40px
}

.blog-pure .item .pos-bottom, .blog-pure .item .pos-related {
    margin-bottom: 40px
}

.blog-pure .item .pos-bottom {
    padding-top: 70px
}

.blog-pure .item .pos-meta {
    padding-top: 30px
}

.blog-pure .item .element-itemprevnext, #sub-item #in-bottom, #in-history, .blog-expo .item, .blog-pure .item .pos-subtitle, #line-upz {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.blog-pure .item .element-itemprevnext a {
    font-size: 16px;
    text-decoration: none
}

.blog-pure .item .element-itemprevnext .prev::before {
    content: '';
    background: url(../images/arrow-icon.webp) left center no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 9px;
    transform: rotate(180deg);
    margin-right: 15px
}

.blog-pure .item .element-itemprevnext .next::after {
    content: '';
    background: url(../images/arrow-icon.webp) left center no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin-left: 15px
}

#in-video {
    display: grid;
    grid-gap: 40px;
    margin-bottom: 70px
}

#article-body .img-width, #in-video iframe, #newz .slick-list, #photoz .slick-list, #sub-item .pos-related iframe, .b-stage img, .blog-default .item .pos-author img, .blog-default .item .slick-list, .blog-default .teaser-item img, .blog-expo .item iframe, .blog-expo .slick-list, .blog-pure .item .pos-related img, .blog-sans .slick-list, .blog-sans .teaser-item img, .sticker-video iframe, .blog-sans .item .pos-related img, #in-item .pos-top img {
    border-radius: 30px
}

#newz h3 a, .blog-expo .teaser-item .pos-title a {
    text-decoration: none;
    color: #fff
}

#newz .inner, .blog-expo .teaser-item .floatbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background-color: #040a2873;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: var(--transition);
    padding: 10px 20px
}

#newz .description, #newz .links, .blog-expo .teaser-item .pos-content, .blog-expo .teaser-item .pos-links {
    opacity: 0;
    transition: var(--transition);
    height: 0;

}

#newz .links, .blog-expo .teaser-item .pos-links {
    margin-top: 10px
}

#newz .links a, .blog-expo .teaser-item .pos-links a {
    text-decoration: none
}

#newz .description, .blog-expo .teaser-item .pos-content {
    font-size: 16px;
    color: #fff;
    text-align: center
}

#newz li:hover .inner, .blog-expo .teaser-item:hover .floatbox {
    top: 0;
    background-color: #040a2873
}

#newz li:hover .description, #newz li:hover .links, .blog-expo .teaser-item:hover .pos-content, .blog-expo .teaser-item:hover .pos-links {
    opacity: 1;
    height: auto
}

#newz li .media, .blog-expo .teaser-item .pos-media {

    transition: var(--transition)
}

#newz li:hover .media, .blog-expo .teaser-item:hover .pos-media {
    filter: blur(2px)
}

#sub-item {
    margin-top: 40px
}

#newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
    display: inline-block;
    background: url(../images/title-bg.png) center no-repeat;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: TDCharodey;
    font-size: 32px;
    height: 106px;
    position: relative;
    top: 0;
    padding-top: 26px;
    z-index: 15;
    font-weight: 400;
    background-size: 100%
}

.details .title, .page-header h1, .slick-slide img, .slick-initialized .slick-slide {
    display: block
}

#photoz {
    margin-bottom: 70px
}

#photoz, #newz {
    overflow: hidden;
    width: 100%;
}

.blog-expo .items {
    display: grid;
    grid-gap: 50px
}

.blog-expo .teaser-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;

    border-radius: 30px
}

.blog-expo .item .pos-media, .blog-pure .item .pos-media {
    width: 40%
}

.blog-expo .item .floatbox, .blog-pure .item .floatbox {
    width: 55%
}

.blog-expo .item .pos-content, .blog-pure .item .pos-content {
    text-align: justify;
    font-size: 16px
}

.blog-expo .item h1 {
    font-size: 30px;
    color: var(--c-red);
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px
}

.blog-expo .item .pos-media .center {
    margin-top: 30px
}

.blog-expo .item .pos-media .center a {
    font-size: 18px
}

.blog-pure .item h1 {
    font-size: 30px;
    color: #fff;
}

.blog-pure .item .pos-subtitle h3 {
    display: block;
    font-size: 18px;
    color: var(--c-grey);
    font-weight: 400;
    margin-bottom: 10px
}

.blog-pure .item .pos-subtitle span {
    color: #fff;
    font-size: 18px
}

.blog-pure .item .pos-subtitle > div {
    margin-right: 30px;
    width: 25%
}

.blog-pure .item .pos-subtitle > div:last-of-type {
    width: 50%;
    margin-right: 0
}

.blog-pure .item .pos-taxonomy a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 66px;
    background: url(../images/phones-icon.png) left 5px no-repeat;
    background-size: 48px
}

#rulez h2, #rulez h3, .line-up h2 {
    font-weight: 400
}

.blog-pure .item .pos-taxonomy {
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-pure .item .pos-author {
    margin-top: 70px
}

.btn, .button, input[type=submit] {
    color: #fff;
    background-color: var(--c-red);
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    border-radius: 4px;
    transition: var(--transition);
    border: 3px solid transparent;
    padding: 13px 70px 15px
}

.btn:hover, .button:hover, input[type=submit]:hover {
    background-color: #fff;
    border-color: var(--c-red);
    color: var(--c-red)
}

.line-up h3, .line-up h4 a:hover {
    color: var(--c-yellow);
}

.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px
}

.slick-dots li button {
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    background-color: #343520;
    transition: var(--transition)
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
    background-color: var(--c-yellow)
}

.slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

#newz h2, #photoz h2, #videoz h2, .item-page h1, #main-content h2 {
    top: 134px
}

.minus-expo .item{
    padding-top: 3vw;
}

.blog-expo .details + .top-module-icon, #content #yoo-zoo.minus-expo .details{
    margin-top: -132px;
}

#content #yoo-zoo.minus-expo{
    padding-top: 70px;
}

#content .blog-expo .items{
    margin-top: 0;
}

.blog-pure .details{
    top: -55px;
    position: relative;
}

#in-video iframe, #sub-item .pos-related iframe, .blog-default #in-bottom iframe, .blog-default .item .element-media iframe, .blog-expo .item iframe, .blog-pure .item .pos-related img, .blog-sans .item .element-media iframe, .sticker-video iframe {
    border: 2px solid var(--c-yellow)
}

#sub-item .pos-related iframe {
    height: 400px
}

.history ul {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 60px 60px;
    align-items: center;
    justify-content: space-between
}

#line-upz > div {
    text-align: center;
    width: 23%
}

.line-up h2 {
    font-size: 22px;
    margin-bottom: 45px;
    margin-top: 27px
}

.line-up h4 {
    font-size: 18px
}

.line-up h4 span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-top: 3px
}

#line-upz, .line-up h3 {
    margin-top: 40px
}

.module-wrapper {
    background-color: #561613
}

#starz-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(../images/starz-opt.webp) center no-repeat;
    background-size: cover
}

#rulez h2, #rulez h3, .blog-pure .center a {
    font-family: TDCharodey
}

#logo {
    display: block;
    width: 600px;
    position: relative;
    margin: 0 auto
}

#logo #logo-slice-2, #logo #logo-slice-3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#logo-wrap {
    overflow: hidden
}

header .socials {
    right: 17px;
    top: 31px;
    left: auto;
}

#main-content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 700
}

#main-content .module-wrapper {
    background-color: var(--c-grey);;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px
}

#newz {
    margin-top: -90px
}

.in-mod{
    overflow: hidden;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: none;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#line-upz-2 .line-up{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#line-upz-2 .line-up > a{
    width: 150px;
}

#line-upz-2 .line-up{
    margin-bottom: 3vw;
}

#line-upz-2 .in-lineup{
    width: calc(100% - 165px);
}

#line-upz-2 .in-lineup h2{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 23px;
}

#line-upz-2 .in-lineup h2 a{
    text-decoration: none;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--c-yellow);
}


#line-upz-2 .in-lineup h2 span{
    color: #fff;
}

#line-upz-2 .line-up ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

#line-upz-2 .line-up ul li{
    margin-bottom: 8px;
}

#line-upz-2 .line-up ul h4{
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 2px solid var(--c-red);
    font-size: 20px;
}

#line-upz-2 .line-up ul h4 > a{
    text-transform: uppercase;
    text-decoration: none;
}

#line-upz-2 .line-up ul h4 span{
    margin-left: 7px;
    margin-top: 0;
    font-size: 12px;
}

#line-upz-2 .line-up ul li:last-of-type h4{
    border-right: none;
}


/* INDEX PAGE */


.indexed .container {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.image-block {
    height: 95%;
}

.indexed body{
    background: #242752;
}

.indexed body, .indexed{
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.indexed .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.indexed .container .mobile {
    display: none;
}
.indexed .container .main__button__container {
    display: flex;
    width: 100vw;
    margin: 0 auto;
    justify-content: center;
    background: #242752;
    flex-direction: column;
    margin-top: -1px;
    height: 15%;
}

.indexed .container .main__button__container a {
    width: 240px;
    margin: 0 auto;
}

.indexed .container .container-two {
    text-align: center;
    position: relative;
    z-index: 3;
    height: 40px;
    width: 240px;
    margin: 0 auto;
    cursor: pointer;
}

.indexed .container button {
    position: relative;
    height: 40px;
    width: 240px;
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    overflow: hidden;
    z-index: -2;
    color: #1b1583;
    font-family: sans-serif;
}


.indexed .container .fill-two {
    position: absolute;
    background-image: linear-gradient(to right, #f7d23c , #df962a	);
    background-size: 150% 150%;
    height: 60px;
    width: 350px;
    border-radius: 10px;
    margin: -40px 0 0 -55px;
    z-index: -1;
    transition: all 0.4s ease;
}


.indexed .container .container-two:hover .fill-two {
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@media (min-width: 320px) and (max-width: 580px) {
    .indexed .container .mobile {
        display: block;
    }
    .indexed .container .desktop {
        display: none;
    }
    .indexed .container button {
        width: 220px;
        height: 35px;
    }
    .indexed .container .main__button__container {
        background: #272a54;
        height: 13%;
    }
    .indexed .container .main__button__container a {
        width: 220px;
    }
    .indexed .container .container-two {
        width: 223px;
    }
    .indexed .container .image-block {
        height: 95%;
    }
}


#sub-picz{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 2vw;
    margin-top: 2vw;
    position: relative;
    z-index: 9;
}




#org{
    width: 20%;
    position: relative;
    left: -1%;
}

/*#yoo-zoo.blog-default .details{*/
    /*position: relative;*/
    /*top: -4vw;*/
/*}*/

#newz h3 a:hover, #nota.is-active span, #nota:hover span, #prana a:hover, .blog-default .item .pos-author .element-relatedcategories .pos-title a:hover, .blog-default .teaser-item .pos-title a:hover, .blog-expo .teaser-item h2 a:hover, .blog-sans .items .pos-title a:hover, nav .container a:hover, .blog-sans .item .pos-related h5 a:hover {
    text-decoration: underline
}

.ximg, #article-body .img-width, #history .history img, #logo img, #menu-footer img, #newz img, #nota img, #rulez-1 img, #sticker img, #titler img, .b-stage img, .blog-default .details .description img, .blog-default .item img, .blog-default .teaser-item img, .blog-expo .items .pos-media img, .blog-expo .teaser-item img, .blog-pure .item .pos-author img, .blog-pure .item .pos-top img, .blog-pure .item img, .blog-sans .teaser-item img, .module-icon, .socials a img, .blog-sans .item .pos-related img, .blog-expo .item .pos-media img, .blog-sans .pos-top img, #photoz .slick-slide img, #line-upz-2 .line-up a img, #org img {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transition: var(--transition);
    vertical-align: top
}

#history .history img:hover, #socialz-art a:hover, #stages-art img:hover, #sticker img:hover, .b-stage img:hover, .blog-default .item .pos-author img:hover, .blog-default .teaser-item img:hover, .blog-pure .item .pos-related img:hover, .blog-sans .teaser-item img:hover, .socials a img:hover, .blog-sans .item .pos-related img:hover, #photoz .slick-slide img:hover, #line-upz-2 .line-up a img:hover {
    opacity: .6
}

#history .history > h3, .bd, .blog-default .element-link, .blog-pure .pos-taxonomy .element-link a, .blog-sans .pos-subtitle, .hidder, .item-101, .item-106, .main-icon, .item-image {
    display: none !important
}

#logo-slice-2 {
    animation: 150s linear 0 normal none infinite running rot2
}

#logo-slice-1, #logo-slice-3 {
    animation: 150s linear 0 normal none infinite running rot
}

#videoz .top-module-icon, .module-icon.bottom-module-icon {
    transform: scale(-1, 1)
}

.items {
    padding-top: 3vw;
    padding-bottom: 3vw
}

@keyframes rot {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rot2 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

#ufo-wrap {
    position: absolute;
    right: 3%;
    top: 12%;
    width: 60px;
    transform: translateX(-200px);
    animation: x-axis 18s infinite cubic-bezier(.28, .67, .7, .51);
    z-index: 300
}

#ufo-wrap-2 {
    animation: z-rotate 13s infinite ease-in-out;
    z-index: 290
}

#ufo-wrap img {
    width: 100%;
    height: auto;
    transform: translateY(-200px);
    animation: y-axis 18s infinite ease-in-out;
    z-index: 200;
    position: relative
}

@keyframes x-axis {
    50% {
        transform: translateX(200px)
    }
}

@keyframes y-axis {
    50% {
        transform: translateY(200px)
    }
}

@keyframes z-rotate {
    50% {
        transform: rotateZ(360deg)
    }
}

.slick-slider {
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    display: block;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

#lightbox-left-ico, .slick-arrow.slick-prev {
    transform: rotate(180deg)
}

.slick-track {
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img, .slick-arrow.slick-hidden {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow {
    position: absolute;
    border: none;
    left: 30px;
    top: 40%;
    width: 40px;
    height: 62px;
    background: url(../images/arrow-icon.webp) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: -99999px;
    z-index: 99
}

.slick-arrow.slick-next {
    left: auto;
    right: 30px
}

#main-content {

    margin-top: -20px
}

#error-page {
    text-align: center
}

#error-page img {
    width: 400px
}

#rulez img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

#rulez #rulez-1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

#rulez #rulez-1 > div:nth-of-type(2) {
    width: 20%
}

#rulez #rulez-1 > div:nth-of-type(1) {
    width: 70%
}

#rulez #rulez-1::after {
    content: '';
    clear: both;
    display: block
}

#rulez h2 {
    font-size: 24px
}

#rulez > div {
    margin-bottom: 60px
}

#rulez p {
    text-align: justify;
    font-size: 18px
}

#copy, #rulez h3, #sticker > p, .b-stage h3, .blog-pure .center, .center {
    text-align: center
}

#rulez h3 {
    font-size: 24px
}

.blog-pure .item .pos-top {
    position: relative;
    top: 30px;
    width: 40%
}

#lightbox-left-ico, #lightbox-right-ico {
    background: url(../images/arrow-icon.webp) center no-repeat;
    width: 35px;
    height: 70px
}

#lightbox-content {
    border-color: #0f001f;
    border-radius: 20px
}

#lightbox-outer {
    background-color: transparent
}

#lightbox-left-ico, #lightbox-right-ico {
    background-size: 100%
}

.blog-pure .center {
    padding-top: 50px
}

.blog-pure .center a {
    font-size: 22px
}

.center {
    margin-top: 20px
}

#copy {
    position: absolute;
    right: 0;
    left: 0;
    top: 73px;
    color: #fff;
    font-size: 13px
}

#copy a {
    color: #f59a9a
}

.pure-top {
    margin-top: 80px
}

#titler i {
    font-style: normal;
    font-size: 11px;
    display: none
}

.blog-expo .item .pos-taxonomy, .news-top {
    margin-top: 30px
}

.blog-default .element-relatedcategories .pos-content {
    font-size: 16px;
    text-align: center
}

.in-sticker {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 45px;
    align-items: flex-start
}

.left-sticker {
    width: 41%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.right-sticker {
    width: 55%
}

.left-sticker a {
    width: 48%;
    margin-bottom: 30px
}

#sticker .left-sticker a:first-of-type {
    width: 100%
}

.sticker-video {
    margin-top: 40px
}

.item-173 a {
    font-weight: 700;
    color: var(--c-red);
    position: relative
}

#menu-7 ul li:first-of-type a{
    position: relative;
 }

.item-173 a::after, #menu-7 ul li:first-of-type a::after{
    content: 'NEW';
    display: inline-block;
    position: absolute;
    top: -16px;
    color: #fff;
    background-color: red;
    padding: 2px 9px;
    font-weight: 400;
    font-size: 10px;
    border-radius: 3px;
    margin-left: -5px
}

#yoo-zoo.bass-x .details {
    margin-top: 50px
}

.b-stage h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 45px
}

.b-stage {
    margin-bottom: 40px
}

#logo-2022 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative
}

#logo-2023 {
    width: 650px;
    height: 650px
}

#gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2
}

#lightbox-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104
}

#lightbox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../images/loading.webp)
}

#lightbox-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

#lightbox-tmp {
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto
}

#lightbox-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none
}

#lightbox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px #555
}

#lightbox-content {
    position: relative;
    width: 0;
    height: 0;
    padding: 0;
    border: 0 solid var(--c-red);
    outline: none;
    overflow: hidden;
    z-index: 1102
}

#lightbox-close {
    display: none;
    position: absolute;
    top: -17px;
    right: -17px;
    width: 34px;
    height: 34px;
    background: url(../images/close.webp) 0 0 no-repeat;
    cursor: pointer;
    z-index: 1103
}

#lightbox-error {
    margin: 0;
    padding: 14px;
    font: normal 12px/20px Arial;
    color: #444
}

#lightbox-img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top
}

#lightbox-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

#lightbox-left, #lightbox-right {
    display: none;
    position: absolute;
    top: 100px;
    bottom: 100px;
    width: 35%;
    outline: none;
    background: url(../images/blank.gif);
    z-index: 1102;
    cursor: pointer
}

#lightbox-left {
    left: 0
}

#lightbox-right {
    right: 0
}

#lightbox-left-ico, #lightbox-right-ico {
    display: block;
    position: absolute;
    top: 50%;
    left: -9999px;
    z-index: 1102;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/buttons.webp) 0 0 no-repeat;
    cursor: pointer
}

#lightbox-right-ico {
    background-position: 0 -50px
}

#lightbox-left:hover span {
    left: 30px
}

#lightbox-right:hover span {
    left: auto;
    right: 30px
}

#lightbox-title {
    font-size: 12px;
    z-index: 1102
}

#lightbox-title.lightbox-title-float {
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-weight: 700;
    border-radius: 6px
}

#lightbox-title.lightbox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #FFF;
    position: relative
}

#lightbox-title.lightbox-title-outside {
    padding-top: 10px;
    color: #FFF
}

#lightbox-title.lightbox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}

#lightbox-title-over {
    padding: 10px
}

a[data-lightbox] {
    display: inline-block;
    max-width: 100%
}

.spotlight {
    display: inline-block;
    max-width: 100%
}

.spotlight .overlay {
    visibility: hidden
}

.spotlight .overlay-default {
    background: rgba(0, 0, 0, 0.5) url(../images/magnifier.webp) 50% no-repeat
}

.spotlight .overlay {
    background: rgba(0, 0, 0, 0.5)
}

.spotlight .overlay, .spotlight .overlay a {
    color: #fff
}

.spotlight .overlay a {
    text-decoration: underline
}

.spotlight .overlay > div {
    padding: 10px
}

.spotlight .overlay.remove-padding > div {
    padding: 0
}

.spotlight .overlay > div > :first-child {
    margin-top: 0
}

.spotlight .overlay > div > :last-child {
    margin-bottom: 0
}

#share .ya-share2__item_service_vkontakte, #share .ya-share2__item_service_telegram {
    margin-right: 15px
}

#lightbox-content {
    width: 100% !important
}

@media (max-width: 1810px) {

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        margin-top: 12px;
        font-size: 17px
    }

    #yoo-zoo .details .description {
        margin-bottom: 70px
    }

    .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .item .pos-related h5 {
        margin-top: 20px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        background-size: 100%;
        width: 340px;
        font-size: 26px
    }
}

@media (max-width: 1710px) {
    #titler div {
        font-size: 36px
    }

    .blog-expo .item h1 {
        font-size: 28px
    }

    .blog-default .item {
        margin-top: 30px
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        font-size: 16px
    }

    #titler {
        top: 16px;
    }

    #yoo-zoo .details .description {
        margin-bottom: 60px
    }

    header .socials {
        right: 17px;
        top: 28px;
        left: auto;
    }

    #nota {
        left: 39px;
        top: 20px;
    }
}

@media (max-width: 1610px) {
    #logo {
        width: 550px
    }

    #titler {
        top: 17px;
    }

    .blog-expo .teaser-item h2 {
        font-size: 19px
    }

    .blog-pure .item .pos-related .element-imagepro {
        grid-template-columns:repeat(5, 1fr)
    }

    .blog-pure .item .pos-related h3, .blog-pure .pos-bottom h3 {
        margin-bottom: 20px
    }

    .line-up h2 {
        font-size: 21px
    }

    #in-history {
        margin-top: -30px
    }

    footer {
        height: 105px
    }

    #prana {
        top: 65px
    }

    .socials {
        top: 53px;
        left: 40px
    }

    #sub-item .pos-related, .blog-default #in-item .floatbox, .blog-sans .item .floatbox {
        width: 52%
    }

    .blog-default #in-item .pos-content, .blog-sans .item .pos-content {
        font-size: 17px
    }

    .b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
        grid-template-columns:repeat(4, 1fr);
        grid-gap: 55px 30px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        font-size: 23px;
        width: 320px;
        height: 95px
    }

    header {
        height: 130px
    }

    .item-image img, .main-icon {
        width: 130px
    }

    #titler div {
        font-size: 37px
    }

    #titler {
        top: 9px;
        left: -5%;
    }

    #nota {
        top: 14px
    }

    #copy {
        top: 59px
    }
}

@media (max-width: 1510px) {
    #copy {
        top: 60px
    }

    #sub-picz > div{
        width: 12%;
        height: auto;
    }

    #sub-picz img{
        width: 100%;
        height: auto;
    }

    #sub-picz #moon img{
        width: 76%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #line-upz-2 .in-lineup h2 a{
        font-size: 25px;
    }

    .blog-expo .teaser-item h2 {
        font-size: 18px
    }

    .blog-pure .item .pos-top {
        top: 60px;
        width: 40%
    }

    #titler img:first-of-type {
        margin-right: 8px
    }

    .history ul {
        grid-template-columns:repeat(4, 1fr)
    }

    #rulez p, body, .blog-default .item .pos-meta h3, .blog-default .item .pos-subtitlel {
        font-size: 17px
    }

    #rulez h2 {
        margin-bottom: 23px
    }

    #rulez h3 {
        font-size: 22px
    }

    #rulez > div {
        margin-bottom: 50px
    }

    .blog-default .item h1, .blog-sans .item h1, .blog-expo .item h1 {
        font-size: 28px
    }

    footer {
        height: 112px;
    }

    #prana {
        bottom: 23px;
        top: auto;
    }

    .socials {
        top: auto;
        bottom: 20px;
    }

    footer .container {
        width: 96%
    }

    .item-image img, .main-icon {
        width: 120px
    }

    .blog-default .item .pos-subtitle span {
        margin-right: 10px
    }

    header {
        height: 120px
    }

    #titler div {
        font-size: 44px;
    }

    #nota {
        top: 12px
    }

    #copy {
        top: 49px
    }
}

@media (max-width: 1410px) {
    .blog-pure .center a {
        font-size: 21px
    }

    #line-upz-2 .line-up ul h4{
        font-size: 19px;
    }

    #line-upz-2 .in-lineup h2 a{
        font-size: 24px;
    }

    #logo {
        width: 500px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-gap: 20px;
        grid-template-columns:repeat(4, 1fr)
    }

    #in-video {
        grid-template-columns:repeat(3, 1fr)
    }

    #history .history h2 {
        font-size: 27px;
        margin-bottom: 35px;
        margin-top: 0;
        padding-top: 10px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 28px
    }

    .blog-expo .item h1 {
        font-size: 26px
    }

    .blog-default .item h1, .blog-sans .item h1, .blog-pure .item h1 {
        font-size: 27px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        width: 300px;
        font-size: 22px;
        padding-top: 30px
    }

    #newz h2, #photoz h2, #videoz h2, .item-page h1, #main-content h2 {
        top: 113px
    }

    #yoo-zoo .details .description img {
        margin-bottom: 30px;
        margin-top: -97px;
        width: 96%
    }

    .main-icon {
        margin-bottom: 45px
    }

    header {
        height: 110px
    }

    nav .container h4 {
        font-size: 17px
    }

    #menu-footer, nav .container {
        width: 97%
    }

    nav .container {
        padding-top: 140px
    }

    nav .container li a, .blog-expo .teaser-item .pos-content {
        font-size: 15px
    }

    nav .container img {
        height: 50px
    }

    #copy {
        top: 51px
    }
}

@media (max-width: 1370px) {
    .blog-expo .item .pos-taxonomy > div {
        padding-bottom: 66.25%;
        width: 100%
    }

    #titler {
        top: 14px;
        left: -5%;
    }

    .blog-pure .item .pos-bottom {
        padding-top: 65px
    }

    .blog-pure .center a {
        font-size: 20px
    }

    #newz h3 {
        font-size: 19px
    }

    #photoz, #videoz {
        margin-top: -40px
    }

    #logo {
        width: 470px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 22px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 26px
    }

    nav .container {
        padding-top: 120px;
        padding-bottom: 20px
    }

    footer {
        height: 93px
    }

    #prana {
        top: 57px
    }

    .socials li {
        margin-right: 15px
    }

    .socials {
        top: 44px
    }

    #titler div {
        font-size: 35px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        top: -2px;
    }

    #titler span {
        font-size: 27px
    }

    #rulez p, body {
        font-size: 16px
    }

    #rulez h2 {
        margin-bottom: 21px
    }

    #rulez h3 {
        font-size: 21px
    }

    #main-content .module-wrapper {
        padding-top: 30px
    }
}

@media (max-width: 1310px) {
    header .socials {
        right: 12px;
        top: 17px
    }

    #line-upz-2 .in-lineup h2 a {
        font-size: 23px;
    }

    #line-upz-2 .line-up ul h4{
        font-size: 18px;
        border-width: 3px;
        padding-right: 8px;
        padding-left: 7px;
    }



    header .socials li {
        margin-right: 18px
    }

    .blog-pure .center a {
        font-size: 19px
    }

    .blog-pure .item .pos-related h3, .blog-pure .pos-bottom h3 {
        padding-bottom: 20px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 21px
    }

    .history ul {
        grid-template-columns:repeat(3, 1fr)
    }

    .blog-default .item h1, .blog-default .pos-author h2, .blog-expo .item h1, .blog-sans .item h1, .blog-sans .item .pos-related > h3 {
        font-size: 25px
    }

    #nota span, #yoo-zoo .details .description p {
        font-size: 17px
    }

    #socialz-art a {
        margin-right: 15px
    }

    main {
        width: 95%
    }

    #nota span {
        margin-left: 14px
    }

    #in-nota {
        width: 51px;
        height: 56px
    }

    #copy {
        top: 51px
    }
}

@media (max-width: 1210px) {
    header .socials {
        right: 9px;
        top: 14px
    }

    #org {
        width: 24%;
    }

    #titler img:first-of-type {
        margin-right: 6px
    }

    .blog-pure .center a {
        font-size: 18px
    }

    .blog-pure .center {
        padding-top: 47px
    }

    #logo {
        width: 430px
    }

    .blog-pure .item h1 {
        font-size: 25px
    }

    .blog-pure .item .pos-subtitle span, .blog-expo .teaser-item h2 {
        font-size: 17px
    }

    .blog-default .item .pos-author .element-relatedcategories {
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 40px 20px
    }

    .blog-default .item .pos-author .element-relatedcategories > div {
        width: auto
    }

    .blog-expo .item h1 {
        font-size: 23px
    }

    #prana {
        top: 61px;
        right: 30px
    }

    .socials {
        top: 49px;
        left: 30px
    }

    .blog-default #in-item .pos-content, .blog-sans .item .pos-content {
        font-size: 16px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 24px
    }

    .b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 40px 30px
    }

    .item-image img, .main-icon {
        width: 110px
    }

    header {
        height: 97px
    }

    nav .container h4 {
        font-size: 15px
    }

    nav .container {
        padding-top: 100px;
        padding-bottom: 10px
    }

    nav .container img {
        height: 43px
    }

    #titler div {
        font-size: 37px
    }

    nav .container li a {
        font-size: 14px
    }

    #titler span{
        font-size: 24px;
    }

    #titler {
        top: 10px;
    }

    #copy {
        top: 53px
    }

    .item-173 {
        font-size: 9px
    }
}

@media (max-width: 1110px) {
    .blog-expo .items {
        grid-template-columns:repeat(2, 1fr)
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro, .history ul {
        grid-template-columns:repeat(3, 1fr)
    }

    .blog-expo .teaser-item h2 {
        font-size: 18px
    }

    #copy {
        top: 51px;
        font-size: 12px
    }

    #copy a {
        display: block
    }

    .blog-pure .center a {
        font-size: 17px
    }

    .blog-pure .center {
        padding-top: 45px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 21px;
        background-size: 43px;
        padding-left: 60px
    }

    .blog-pure .item .pos-subtitle {
        flex-wrap: wrap
    }

    .blog-pure .item .pos-subtitle > div {
        width: 50%
    }

    .blog-pure .item .pos-subtitle > div:last-of-type {
        width: 100%
    }

    #history .history h2 {
        font-size: 25px;
        margin-top: 0;
        padding-top: 0
    }

    .history ul {
        grid-gap: 30px 60px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 24px
    }

    .line-up h2 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .line-up h4, .line-up h4 span {
        font-size: 16px
    }

    .blog-expo .item h1 {
        font-size: 22px
    }

    #prana {
        top: 64px
    }

    .socials a {
        width: 30px
    }

    .socials {
        top: 54px
    }

    #yoo-zoo .details .description {
        margin-bottom: 45px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 23px
    }

    .blog-default .item .pos-meta h3 {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        margin-right: 7px;
        margin-bottom: 5px
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        margin-top: 16px
    }

    .item-image img, .main-icon {
        width: 100px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        width: 290px;
        font-size: 20px;
        padding-top: 26px;
        top: -74px
    }

    .blog-default .details .title{
        top: 0;
    }

    nav .container li a {
        font-size: 13px
    }

    #titler div {
        font-size: 33px
    }

    #newz h2, #photoz h2, #videoz h2, .item-page h1, #main-content h2 {
        top: 106px
    }
}

@media (max-width: 1030px) {

    header .socials {
        right: 5px;
        top: 11px
    }

    #titler {
        top: 10px;
    }

    #line-upz-2 .line-up ul h4{
        font-size: 17px;
    }

    .blog-pure .details {
        top: -150px;
    }

    #copy {
        top: 55px;
        font-size: 12px
    }

    .blog-pure .center {
        padding-top: 42px
    }

    .blog-pure .item h1 {
        font-size: 24px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 20px;
        background-size: 39px;
        padding-left: 55px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 23px
    }

    #line-upz {
        flex-wrap: wrap;
        margin-top: 15px
    }

    #article-body, #yoo-zoo {
        padding-bottom: 30px
    }

    #article-body {
        padding-top: 50px
    }

    #line-upz > div {
        width: 45%;
        margin-bottom: 40px
    }

    .blog-expo .item h1 {
        font-size: 21px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 22px
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5, #main-content p {
        font-size: 15px
    }

    .blog-default .item .pos-subtitle, .blog-pure .item .pos-subtitle span {
        font-size: 16px
    }

    header {
        height: 86px
    }

    .item-image img, .main-icon {
        width: 95px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1 {
        width: 283px;
        font-size: 19px;
        padding-top: 28px;
        top: 98px
    }

    #yoo-zoo .details .description img {
        border-radius: 15px
    }

    nav .container {
        padding-top: 80px
    }

    nav .container h4 {
        font-size: 14px;
        margin-bottom: 12px
    }

    nav .container li {
        margin-bottom: 14px
    }

    #titler div {
        font-size: 30px;
        margin-left: 15px;
        margin-right: 15px
    }

    nav .container li a {
        font-size: 12px
    }

    #titler span{
        font-size: 22px;
    }

    #nota span {
        font-size: 16px;
        margin-left: 11px
    }

    #in-nota {
        width: 44px;
        height: 42px
    }

    #nota {
        left: 20px;
        top: 6px
    }
}

@media (max-width: 905px) {
    .clicker, .in-menu {
        cursor: pointer
    }

    #org {
        width: 26%;
        left: 0;
    }

    #line-upz-2 .line-up{
        flex-direction: column;
        align-items: center;
    }

    #line-upz-2 .line-up > a{
        width: 130px;
        margin-bottom: 18px;
    }

    #line-upz-2 .line-up {
        margin-bottom: 6vw;
    }

    #line-upz-2 .in-lineup{
        width: 100%;
        text-align: center;
    }

    #line-upz-2 .line-up ul{
        text-align: center;
        justify-content: center;
    }

    #logo-2023 {
        width: 400px;
        height: 400px
    }

    #lightbox-wrap {
        padding: 10px !important
    }

    #logo-2022 {
        margin-bottom: 16px
    }

    .blog-sans .item .pos-related {
        margin-top: 30px
    }

    .item-173 {
        margin-top: 14px;
        font-size: 8px
    }

    #sub-item #in-bottom {
        flex-wrap: wrap
    }

    .blog-default .item #in-bottom .element {
        width: 47%;
        margin-bottom: 20px;
        padding-bottom: 25.25%
    }

    .blog-expo .items {
        grid-gap: 30px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 60px
    }

    #newz h3 {
        font-size: 18px
    }

    .blog-pure .center {
        padding-top: 39px
    }

    .socials {
        top: 62px
    }

    nav .container .in-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        padding-top: 10px
    }

    nav .container img {
        width: 30px;
        height: auto;
        margin: 0
    }

    nav .container, nav .container .nav {
        overflow: hidden;
        height: 0
    }

    nav {
        z-index: 120
    }

    #logo {
        width: 380px
    }

    .blog-pure .item h1, .b-stage h3 {
        font-size: 23px
    }

    #in-video, .history ul {
        grid-template-columns:repeat(2, 1fr)
    }

    #history .history {
        margin-bottom: 30px
    }

    #error-page img {
        width: 350px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 22px
    }

    #participate .pos-taxonomy > h3, .blog-default .item .pos-media h3, .blog-sans .item .pos-meta h3 {
        font-size: 17px
    }

    nav .container {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px
    }

    nav .container > div {
        width: 100%
    }

    nav .container h4 {
        display: inline-block;
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 0
    }

    nav .container li {
        text-align: left;
        margin-bottom: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 50px
    }

    nav .container li a {
        font-size: 14px
    }

    .in-menu {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        border-bottom: 1px solid #20253c;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 20px
    }

    .blog-expo .item h1 {
        font-size: 20px
    }

    #prana {
        top: 68px
    }

    .socials a {
        width: 25px
    }

    .socials li {
        margin-right: 10px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 21px
    }

    .item-image img, .main-icon {
        width: 90px
    }

    header {
        height: 80px
    }

    #yoo-zoo .details .description p {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px
    }

    #ufo-wrap {
        width: 45px
    }

    #titler div {
        font-size: 26px;
        margin-left: 13px;
        margin-right: 13px;
        top: -1px;
    }

    #nota span {
        font-size: 14px;
        margin-left: 8px
    }

    #titler span {
        font-size: 20px;
    }

    #rulez img {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }

    #rulez h3 {
        font-size: 20px
    }

    #rulez h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 10px
    }

    #newz .description, .blog-expo .teaser-item .pos-content, .blog-default #in-item .pos-content, .blog-sans .item .pos-content, body {
        font-size: 15px
    }
}

@media (max-width: 805px) {
    #menu-footer, .left-sticker, .right-sticker, nav .container, #rulez #rulez-1 > div:nth-of-type(1), .blog-expo .item .pos-media, .blog-pure .item .pos-media {
        width: 100%
    }

    #line-upz-2 .in-lineup h2 a {
        font-size: 22px;
    }

    #newz {
        margin-top: -70px
    }

    #main-content .module-wrapper {
        padding-top: 45px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1 {
        top: 87px
    }

    header .socials li {
        margin-right: 13px
    }

    header .socials {
        right: 6px;
        top: 9px
    }

    #logo-2022 {
        margin-bottom: 8px
    }

    .b-stage h3 {
        font-size: 22px
    }

    .in-sticker {
        flex-wrap: wrap
    }

    .btn, .button, input[type=submit] {
        border-width: 2px
    }

    .left-sticker a:nth-of-type(4), .left-sticker a:nth-of-type(5), .left-sticker a:nth-of-type(6), .left-sticker a:nth-of-type(7), #copy, .hd, [data-spotlight] .overlay  {
        display: none !important
    }

    .right-sticker {
        text-align: center;
        margin-top: 30px
    }

    .blog-expo .teaser-item h2, #newz h3 {
        font-size: 17px
    }

    #nota {
        top: 10px
    }

    nav {
        left: 14px;
        right: 14px
    }

    .bd {
        display: block !important
    }

    .blog-pure .center {
        padding-top: 36px
    }

    .blog-pure .item .pos-related h3, .blog-pure .pos-bottom h3 {
        text-align: center;
        padding-left: 0;
        padding-bottom: 0
    }

    .blog-pure .item .pos-author {
        margin-top: 50px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-gap: 22px
    }

    .blog-pure .item .pos-top {
        top: 0;
        width: 46%;
        margin-top: 40px
    }

    #rulez #rulez-1 {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .blog-pure .item .pos-subtitle > div {
        width: 100%;
        margin-right: 0
    }

    #in-history {
        justify-content: center
    }

    #rulez h3 {
        font-size: 18px
    }

    #rulez #rulez-1 > div:nth-of-type(2) {
        width: 40%
    }

    .blog-default .pos-author {
        margin-top: 50px
    }

    .blog-default .item .pos-author .element-relatedcategories {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 10px 20px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 21px
    }

    #line-upz > div {
        width: 48%;
        margin-bottom: 30px
    }

    .slick-dots {
        margin-top: 25px
    }

    #article-body, #yoo-zoo {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px
    }

    .blog-expo .item .floatbox {
        margin-top: 30px
    }

    #in-history, .blog-expo .item {
        flex-wrap: wrap;
        margin-top: -40px
    }

    .blog-expo .item .floatbox, .blog-pure .item .floatbox {
        width: 100%;
        text-align: center
    }

    .item-image img, .main-icon {
        width: 80px
    }

    #prana {
        right: 25px;
        top: 66px
    }

    .socials li {
        margin-right: 8px
    }

    .socials {
        top: 62px;
        left: 20px
    }

    header {
        height: 85px
    }

    #titler div {
        font-size: 24px;
        margin-left: 11px;
        margin-right: 11px
    }

    #titler span {
        font-size: 18px;
    }

    #in-nota {
        width: 35px;
        height: 34px
    }

    #nota span {
        font-size: 13px;
        margin-left: 6px
    }

    footer .container, header .container {
        width: 99%
    }

    #titler {
        top: 8px;
        left: -3%;
    }
}

@media (max-width: 1210px)and(orientation: portrait) {
    #logo {
        display: block;
        width: 50%
    }

    #ufo-wrap {
        right: 6%;
        top: 71%;
        transform: translateX(-100px)
    }

    #ufo-wrap img {
        transform: translateY(-100px)
    }
}

@media (max-width: 905px)and(orientation: landscape) {
    #ufo-wrap img {
        transform: translateY(-100px)
    }

    #ufo-wrap {
        transform: translateX(-100px)
    }
}

@keyframes x-axis {
    50% {
        transform: translateX(100px)
    }
}

@keyframes y-axis {
    50% {
        transform: translateY(100px)
    }
}

#main-content p {
    font-size: 18px
}

@media (max-width: 705px) {
    header .socials {
        right: 0;
        top: 9px
    }

    #org {
        width: 35%;
        left: 0;
    }

    #titler div {
        font-size: 22px;
    }

    #nota {
        top: 5px;
    }

    #titler span {
        font-size: 16px;
    }

    .blog-expo .items {
        grid-gap: 20px
    }

    #line-upz-2 .line-up ul h4 {
        font-size: 16px;
    }

    .b-stage h3 {
        font-size: 21px
    }

    .blog-expo .teaser-item h2 {
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 4px
    }

    .blog-pure .center a {
        font-size: 16px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 55px
    }

    .blog-pure .center {
        padding-top: 33px
    }

    #history .history h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    #history .history h3 {
        font-size: 19px
    }

    .blog-sans .item .floatbox {
        margin-top: 30px
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3, #newz h3 {
        font-size: 20px
    }

    .slick-dots {
        margin-top: 20px
    }

    .blog-default #in-item .floatbox {
        margin-top: 30px
    }

    .b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 40px 30px
    }

    .blog-expo .item .pos-content, .blog-pure .item .pos-content {
        font-size: 15px
    }

    #prana {
        font-size: 12px;
        top: 71px;
        right: 20px
    }

    .socials a {
        width: 20px
    }

    #in-item, #sub-item {
        flex-wrap: wrap
    }

    .socials {
        top: 66px
    }

    #sub-item .pos-bottom, .blog-default .item .pos-top, .blog-sans .item .pos-top {
        width: 100%
    }

    #sub-item .pos-related, .blog-default #in-item .floatbox, .blog-sans .item .floatbox {
        width: 100%;
        text-align: center
    }

    #yoo-zoo .details .description p {
        margin-left: 15px;
        margin-right: 15px
    }

    #yoo-zoo .details .description, #photoz {
        margin-bottom: 35px
    }

    .module-wrapper {
        padding: 22px
    }
}

@media (max-width: 605px) {
    #logo-2023 {
        width: 350px;
        height: 350px
    }

    #titler span, #titler em {
        font-size: 3.1vw;
    }

    #org {
        width: 30%;
    }


    #newz {
        margin-top: -80px
    }

    .blog-default .item #in-bottom .element.count-4 {
        padding-bottom: 55.25%
    }

    #lightbox-wrap {
        padding: 5px !important
    }

    .blog-default .item #in-bottom .element.count-3 {
        padding-bottom: 55.25%
    }

    header .socials {
        top: 8px
    }

    header .socials li {
        margin-right: 7px
    }

    #logo-2022 {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .blog-sans .item .pos-related {
        margin-top: 20px
    }

    .blog-default .item #in-bottom .element {
        width: 100%;
        padding-bottom: 54.25%
    }

    .b-stage h3 {
        font-size: 20px
    }

    .blog-expo .items {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 35px
    }

    .blog-expo .teaser-item h2 {
        margin-bottom: 7px
    }

    .item-image img, .main-icon {
        margin-top: 4px
    }

    #nota {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 10px;
        left: 13px;
    }

    #nota span {
        font-size: 10px;
        margin-left: 0;
        margin-top: 3px
    }

    header .container {
        background: url(../images/mobile-header-bg.png) center bottom no-repeat;
        background-size: 100%
    }

    #titler {
        top: 10px
    }

    .blog-pure .center {
        padding-top: 30px
    }

    #photoz, #videoz {
        margin-top: -60px
    }

    #main-content h2 {
        margin-top: -80px
    }

    #subheader {
        margin-top: -15px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 15px
    }

    #in-video {
        grid-template-columns:repeat(2, 1fr)
    }

    #prana {
        top: 24px;
        right: 15px
    }

    .socials {
        top: 20px;
        left: 15px
    }

    footer {
        height: 47px
    }

    footer .container {
        background-image: url(../images/mobile-footer-bg.png);
        background-position: top center;
        height: auto;
    }

    .slick-arrow {
        width: 30px;
        height: 55px;
        top: 34%;
        left: 10px
    }

    .slick-arrow.slick-next {
        right: 10px
    }

    .blog-pure .item .pos-author {
        margin-top: 40px
    }

    .blog-pure .item h1 {
        font-size: 22px;
        margin-top: 27px
    }

    .history ul {
        grid-gap: 30px
    }

    #rulez p, body, #main-content p {
        font-size: 15px
    }

    #rulez > div {
        margin-bottom: 30px
    }

    #sub-item .pos-bottom, .blog-default #in-item .pos-content, .blog-sans .item .pos-content {
        margin-bottom: 25px
    }

    #error-page h2 {
        font-size: 32px
    }

    #error-page h3 {
        font-size: 18px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, {
        width: 252px;
        font-size: 18px;
        padding-top: 31px;
        top: -63px
    }

    #main-content h2 {
        top: 82px
    }

    .blog-default .pos-author h2, .blog-expo .item h1, .blog-sans .item .pos-related > h3 {
        font-size: 19px
    }

    #newz h2, #photoz h2, #videoz h2, .item-page h1 {
        top: 82px
    }

    #participate {
        flex-wrap: wrap;
        justify-content: center
    }

    #socialz-art, #stages-art {
        justify-content: center
    }

    #sub-item h3 {
        text-align: center
    }

    #socialz-art {
        margin-bottom: 20px
    }

    #line-upz > div, #participate > div {
        width: 100%
    }

    .b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
        grid-gap: 25px 25px
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        font-size: 14px
    }

    .module-wrapper {
        padding: 20px
    }

    #newz h3 {
        font-size: 19px
    }

    #photoz {
        margin-bottom: 31px
    }
}

@media (max-width: 505px) {
    #titler {
        flex-wrap: wrap;
        justify-content: center;
        top: 10px
    }

    #org {
        width: 44%;
        top: -13px;
    }

    #socialz-art a {
        width: 40px;
        height: 40px
    }

    header .socials {
        display: none
    }

    .b-stage h3 {
        font-size: 19px
    }

    .btn, .button, input[type=submit] {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: center
    }

    nav {
        left: 5px;
        right: 5px
    }

    #nota {
        top: 6px;
        left: 15px;
    }

    header {
        height: 77px
    }

    .blog-pure .center {
        padding-top: 26px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 50px;
        padding-bottom: 25px
    }

    .blog-pure .center a, #rulez h3, #yoo-zoo .details .description p {
        font-size: 15px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 30px;
        margin-bottom: 60px
    }

    .blog-pure .item .pos-top {
        width: 70%
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 18px;
        background-size: 36px;
        padding-left: 49px
    }

    .blog-pure .item h1 {
        font-size: 21px;
        margin-top: 24px
    }

    .blog-pure .item .pos-subtitle h3 {
        margin-bottom: 4px
    }

    #history .history h3 {
        font-size: 17px
    }

    #error-page img {
        width: 300px;
        margin-top: 16px;
        margin-bottom: 7px
    }

    #rulez h2 {
        font-size: 20px
    }

    .blog-default .item #in-bottom .element, .video-wrapper {
        width: 100%;
        padding-bottom: 57%
    }

    #sub-item #in-bottom {
        flex-wrap: wrap;
        justify-content: center
    }

    #sub-item .pos-bottom {
        margin-bottom: 0
    }

    .blog-default .pos-author h2, .blog-sans .item .pos-related > h3, .blog-expo .item h1, #newz h3 {
        font-size: 18px
    }

    #error-page h2 {
        font-size: 29px
    }

    .module-wrapper {
        padding: 18px
    }

    .blog-default .item #in-bottom .element, .video-wrapper, #photoz {
        margin-bottom: 25px
    }

    #logo {
        width: 66%
    }
}

@media (max-width: 455px) {
    .socials, .socials ul {
        justify-content: center
    }

    .blog-pure .details {
        top: 10px;
    }

    #prana, .socials {
        position: relative;
        left: 0;
        top: 0;
        width: 100%
    }

    #in-video, .blog-pure .item .pos-related h3, .blog-pure .pos-bottom h3 {
        margin-bottom: 20px
    }

    .btn, .button, input[type=submit] {
        border-width: 1px
    }

    #newz h3 {
        font-size: 17px
    }

    footer {
        height: auto
    }

    .socials {
        padding-top: 25px
    }

    #prana {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .blog-pure .center {
        padding-top: 21px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .blog-pure .item h1 {
        font-size: 20px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 20px
    }

    #in-video {
        grid-template-columns:repeat(1, 1fr)
    }

    .history ul {
        grid-template-columns:repeat(1, .7fr);
        justify-content: center
    }

    #rulez img {
        margin-bottom: 10px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        width: 240px;
        font-size: 17px;
        padding-top: 31px;
        top: -56px
    }

    #rulez #rulez-1 > div:nth-of-type(2) {
        width: 50%
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        margin-top: 13px
    }

    .blog-default .item .pos-author .element-relatedcategories {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 10px 20px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 20px
    }

    .blog-expo .item h1 {
        font-size: 17px
    }

    #article-body, #yoo-zoo {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .b-stage ul, .blog-default .items, .blog-sans .items, .blog-sans .item .pos-related .element-imagepro {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 40px 25px
    }

    #yoo-zoo .details .description img {
        margin-bottom: 20px
    }

    #newz h2, #photoz h2, #videoz h2, .item-page h1, #main-content h2 {
        top: 66px
    }

    #photoz {
        margin-bottom: 27px
    }

    #logo {
        width: 70%
    }

    #lightbox-content {
        border-width: 7px !important
    }
}

@media (max-width: 905px)and(orientation: portrait) {
    #ufo-wrap img {
        transform: translateY(-50px)
    }

    #ufo-wrap {
        transform: translateX(-50px)
    }
}

@keyframes x-axis {
    50% {
        transform: translateX(50px)
    }
}

@keyframes y-axis {
    50% {
        transform: translateY(50px)
    }
}

@media (max-width: 405px) {
    #logo {
        width: 100%
    }

    #titler span, #titler em {
        font-size: 4.1vw;
    }

    #line-upz-2 .in-lineup h2 a {
        font-size: 21px;
    }

    #main-content .module-wrapper {
        padding-top: 27px
    }

    #line-upz-2 .line-up ul h4 {
        font-size: 15px;
    }

    #lightbox-content {
        border-width: 5px !important
    }

    #lightbox-wrap {
        padding: 2px !important
    }

    .blog-expo .teaser-item h2 {
        font-size: 15px
    }

    .blog-sans .item .pos-related {
        margin-top: 15px
    }

    #logo-wrap {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .item-image img, .main-icon {
        margin-top: 8px
    }

    #titler {
        flex-wrap: wrap;
        justify-content: center;
        top: 10px;
        left: 0;
    }

    .blog-pure .center {
        padding-top: 17px
    }

    .slick-arrow {
        left: 5px;
        top: 37%
    }

    #newz .inner {
        padding-left: 5px;
        padding-right: 5px
    }

    .slick-arrow.slick-next {
        right: 5px
    }

    .blog-pure .item .pos-author {
        margin-top: 25px
    }

    .blog-pure .item .pos-subtitle span {
        font-size: 15px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 17px;
        background-size: 30px;
        padding-left: 43px
    }

    .blog-pure .item .pos-top {
        width: 80%
    }

    .blog-pure .item .pos-taxonomy {
        margin-bottom: 22px;
        margin-top: 22px
    }

    #history .history h2 {
        font-size: 23px
    }

    #history .history h3 {
        font-size: 16px;
        margin-top: 13px
    }

    #rulez h2 {
        font-size: 18px
    }

    #error-page img {
        width: 260px;
        margin-top: 16px;
        margin-bottom: 0
    }

    #error-page h2 {
        font-size: 26px
    }

    #error-page h3, .blog-default .pos-author h2, .blog-sans .item .pos-related > h3 {
        font-size: 17px
    }

    .container, .item-page {
        width: 100%
    }

    #in-video iframe, #sub-item .pos-related iframe, .blog-default .item #in-bottom .element iframe, .blog-expo .item iframe, .blog-pure .item .pos-related img, .blog-sans .item .element-media iframe, .sticker-video iframe {
        border-width: 1px
    }

    .slick-dots li {
        margin-left: 5px;
        margin-right: 5px
    }

    #yoo-zoo .details .description {
        margin-bottom: 33px
    }

    .module-wrapper {
        padding: 15px
    }

    #photoz, #videoz {
        margin-top: -70px
    }

    #photoz {
        margin-bottom: 25px
    }

    .blog-default .item #in-bottom .element, .video-wrapper {
        margin-bottom: 20px
    }

    .blog-expo .teaser-item .pos-content, #newz .description, #main-content p {
        font-size: 14px
    }

    #newz .inner, .blog-expo .teaser-item .floatbox {
        padding: 7px 10px
    }
}

@media (max-width: 365px) {
    #newz {
        margin-top: -100px
    }

    #sub-picz{
        margin-bottom: 6vw;
    }

    #line-upz-2 .line-up > a {
        width: 112px;
        margin-bottom: 11px;
    }

    #line-upz-2 .in-lineup h2{
        font-size: 18px;
    }

    #line-upz-2 .line-up ul h4 {
        font-size: 14px;
    }

    #lightbox-content {
        border-width: 0 !important
    }

    #lightbox-wrap {
        padding: 2px !important
    }

    .slick-arrow {
        width: 25px;
        height: 45px;
        left: 0px
    }

    .b-stage h3 {
        font-size: 18px
    }

    nav .container .in-menu {
        padding-bottom: 7px;
        padding-top: 7px
    }

    .slick-arrow.slick-next {
        right: 0px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 30px
    }

    .blog-pure .center {
        padding-top: 15px
    }

    .blog-pure .item h1 {
        font-size: 19px;
        margin-top: 22px
    }

    #in-video, .blog-pure .item .pos-related .element-imagepro {
        grid-gap: 19px
    }

    .history ul {
        grid-template-columns:repeat(1, .9fr)
    }

    .blog-pure .item .pos-subtitle h3 {
        font-size: 17px
    }

    .blog-pure .item .pos-taxonomy {
        margin-bottom: 17px;
        margin-top: 17px
    }

    #rulez h2 {
        margin-bottom: 7px
    }

    #yoo-zoo .details .description {
        margin-bottom: 30px
    }

    #newz h2, #photoz h2, #videoz h2, .details .title, .page-header h1, #main-content h2 {
        width: 225px;
        font-size: 16px;
        padding-top: 31px;
        top: -53px
    }

    .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px
    }

    .blog-default .item h1, .blog-sans .item h1 {
        font-size: 19px
    }

    #sub-item {
        margin-top: 20px
    }

    .blog-default .item .pos-subtitle {
        font-size: 15px
    }

    .line-up h2 {
        font-size: 19px;
        margin-top: 8px;
        margin-bottom: 18px
    }

    .line-up img {
        width: 70px
    }

    #article-body, #yoo-zoo {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-expo .item .pos-content, .blog-pure .item .pos-content, body, #rulez p, #yoo-zoo .details .description p {
        font-size: 14px
    }

    .blog-expo .item h1, .blog-default .item #in-bottom .element, .video-wrapper, #newz h3 {
        font-size: 16px
    }

    .blog-pure .item .pos-bottom, .blog-pure .item .pos-related {
        margin-bottom: 30px
    }

    #newz h2, #photoz h2, #videoz h2, #main-content h2 {
        top: 70px
    }

    #photoz {
        margin-bottom: 22px
    }

    .page-header h1 {
        top: 66px
    }

    #titler {
        top: 14px;
        left: 19px;
    }

    .blog-expo .teaser-item .pos-content, #main-content p, nav .container h4 {
        font-size: 13px
    }
}

@media (max-width: 325px) {
    #sub-item h3, .blog-pure .item .pos-author {
        margin-top: 0
    }

    #logo-2022 {
        margin-bottom: 38px;
        margin-top: 15px
    }

    #logo-2023 {
        width: 260px;
        height: 260px
    }

    #sub-picz{
        margin-bottom: 10vw;
    }

    .blog-expo .teaser-item .pos-content, #newz .description {
        font-size: 12px
    }


    #rulez p, body {
        font-size: 13px
    }

    #lightbox-content {
        border-width: 5px !important
    }

    .module-wrapper {
        padding: 10px
    }

    .blog-default .item #in-bottom .element, .video-wrapper, #photoz {
        margin-bottom: 13px
    }

    .blog-pure .center a, .blog-expo .teaser-item h2 {
        font-size: 14px
    }

    .blog-pure .item .pos-bottom {
        padding-top: 20px;
        padding-bottom: 10px
    }

    .blog-pure .center {
        padding-top: 13px
    }

    .blog-pure .item .pos-bottom, .blog-pure .item .pos-related {
        margin-bottom: 10px
    }

    .blog-pure .item .pos-taxonomy a {
        font-size: 16px;
        background-size: 28px;
        padding-left: 40px;
        background-position: left 9px
    }

    #history .history h2 {
        font-size: 22px
    }

    #article-body, #yoo-zoo {
        padding-left: 0;
        padding-right: 0
    }

    #sub-item h3 {
        font-size: 17px
    }

    #error-page img {
        width: 210px;
        margin-top: 14px
    }

    #error-page h2 {
        font-size: 23px
    }

    #error-page h3 {
        font-size: 16px
    }

    .blog-default .pos-author {
        margin-top: 30px
    }

    .blog-default #in-item .floatbox {
        margin-top: 20px
    }

    #socialz-art, .blog-default #in-item .pos-content, .blog-sans .item .pos-content {
        margin-bottom: 15px
    }

    .blog-default .item .pos-subtitle span {
        margin-right: 5px
    }

    .blog-default #in-item .pos-content, .blog-sans .item .pos-content, .blog-default .item .pos-subtitle {
        font-size: 14px
    }

    .line-up img {
        width: 65px
    }

    .line-up h2, .blog-default .item h1, .blog-sans .item h1 {
        font-size: 18px
    }

    .line-up h4, .line-up h4 span {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    #line-upz > div, #history .history {
        margin-bottom: 25px
    }

    .b-stage h2, .blog-default .item .pos-author .element-relatedcategories .pos-title, .blog-default .teaser-item .pos-title, .blog-sans .items .pos-title, .blog-sans .item .pos-related h5 {
        margin-top: 13px
    }

    #newz h3, .blog-default .item .pos-meta h3, .blog-expo .item h1 {
        font-size: 15px
    }

    #logo-wrap {
        padding-top: 5px;
        padding-bottom: 5px
    }
}