#festival-page h1 {
    letter-spacing: 1px;
    margin-top: 16%;
    font-size: 22px;
    margin-bottom: 0;
}
#festival-page .wrapper-h h1{
   font-size: 20px!important;
}
#festival-page p {
    margin-bottom: 10px;
}

#festival-page p+p {
    margin-top: 10px;
}

#festival-page section h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 30px 0;
    position: relative;
}
#festival-page #about h2{
    padding-top: 10px;
}
#festival-page section h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -45px;
    background-image: url(img/title_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: -1;
}

#festival-page section h2 span {
    display: inline-block;
    border-bottom: 2px solid #ff1550;
}

#festival-page .block-pink {
    background: #ff1550;
}

#festival-page .block-pink p {
    color: #FFF;
}

#festival-page .block-pink img {
    margin-bottom: 0;
}

#link_video1 {
    margin-top: 20px;
    display: block;
    position: relative;
    max-width: 300px;
}

#link_video1 strong {
    position: absolute;
    z-index: 1;
    left: 32%;
    top: 24%;
    /* padding-left: 100px; */
    color: #fff;
    background: #ff0d51;
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 6px 1px #c5c5c5;
    box-shadow: 0 0 6px 1px #c5c5c5;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 100%;
    padding: 10px 20px;
    padding-left: 75px;
    font-size: 80%;
}

#link_video1 img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#link_video1 svg {
    background: #fff;
    color: #ff0d51;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -23px;
    top: -6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#about {
    /*background: #eaeaea;*/
}

#about .about-text {
    /*padding: 10px 15px 20px;*/
}

#about .uk-card-body {
    padding: 0;
    text-align: center;
}

#about .uk-card-body strong {
    font-size: 180%;
}

#about .uk-card-body p {
    margin: 0;
    line-height: 120%;
    font-size: 80%;
    padding-bottom: 20px;
}

#about iframe {
    margin-bottom: 20px;
}

#about .uk-card-media-top img {
    width: 80%;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 6px 1px #c5c5c5;
    box-shadow: 0 0 6px 1px #c5c5c5;
    margin-bottom: 5px;
    max-width: 200px;
}

#about .uk-grid>.uk-grid-margin,
#about *+.uk-grid-margin {
    margin-top: 10px;
}

#about .uk-grid.icons {
    margin-left: -15px;
}

#about .uk-grid.icons>div {
    padding-left: 10px;
}

#festival-page .slogan {
    margin: 40px auto 60px;
    display: block;

    position: relative;
}

#festival-page .slogan img {
    position: absolute;
    top: -100px;
    z-index: -1;
    width: 100%;
}

#festival-page .slogan p {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 120%;
    margin: 0;
    padding: 15px;
    text-align: left;
}



#our-work img {
    margin: 0;
}

#festival-page #video {
    /*  z-index: -1;
    position: absolute;
    top: 80px;*/
}

#festival-page #compet-h,
#festival-page .wrapper-h {
    position: relative;
}

#festival-page #compet-h {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    min-height: 320px;
}

#festival-page .header-images {
    position: relative;
    z-index: -1;
}

#festival-page .header-images img {
    position: absolute;

}

#festival-page .header-images img:first-child {
    width: 17%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0.6;
}

#festival-page .header-images img:last-child {
    width: 60%;
    height: auto;
    right: 0;
    top: 0;
    max-width: 1070px;
}

#festival-page #compet-h .uk-container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

#festival-page .wrapper-h p {
    color: #fff;
    margin-top: 10px;
    line-height: 120%;
    font-size: 80%;
}

#festival-page .wrapper-h img {
    position: absolute;
    top: 5%;
    width: 245px;
    left: 0;
}

#festival-page #compet-h:after {
    content: "";
    background-image: url(img/maska-for-video.png);
    opacity: 0.6;
    background-repeat: repeat;
    -webkit-background-size: 220px;
    -o-background-size: 220px;
    background-size: 220px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#festival-page .uk-modal-dialog {}

@media (min-width: 640px) and (max-width: 959px) {
    #festival-page .wrapper-h img {
        width: 360px;
        top: 25%;
    }

    #festival-page h1 {
        font-size: 36px !important;
        margin-top: 35%;
    }

    #festival-page #compet-h {
        min-height: 640px;
    }

    #festival-page .slogan p {
        font-size: 1.6em;
    }

    #festival-page section h2 {
        font-size: 180%;
        margin: 50px 0 40px;
    }

}

@media (min-width: 768px) {
    #festival-page.not-mobile .wrapper-h img {
        top: 33%;
        width: 27%;
        left: auto;
        right: 0;
    }

    #festival-page.not-mobile h1 {
        font-size: 26px !important;
        margin-top: 0;
    }

    #festival-page.not-mobile .wrapper-h {
        padding-top: 6%;
        padding-right: 35%;
    }

    #festival-page.not-mobile #about {
        background: rgba(255, 255, 255, 0.8);
        padding: 0 10px;
    }

    #festival-page.mobile #video {
        width: 100%;
        height: 640px;
        background: #29363c;
    }

    #festival-page .slogan p span {
        display: block;
        padding-left: 15%;
    }

    #festival-page .slogan p span:nth-of-type(2) {
        padding-left: 30%;
    }

    #festival-page .slogan p span:nth-of-type(3) {
        padding-left: 75%;
    }

    #video-slider .uk-dotnav,
    #photo-slider .uk-dotnav {
        margin-top: 30px !important;
    }

    #festival-page .slogan img {
        top: -315px;
    }

}

@media (min-width: 960px) {
    #festival-page section h2 {
        margin: 50px 0 40px;
    }

    #festival-page #video {
        min-height: 250px;
    }

    #link_video1 {
        margin-top: 48%;
    }

    #about .uk-card-body p {
        font-size: 80%;
    }

    #festival-page.not-mobile h1 {
        font-size: 190% !important;
    }
    #festival-page .wrapper-h p{
        font-size: 100%;
    }
    /*    #festival-page .wrapper-h img {
        top: 35%;
        width: 27%;
        left: auto;
        right: 0;
    }*/

    #festival-page.mobile #video {
        height: 320px;
    }

    #festival-page.mobile .wrapper-h img {
        top: 33%;
        width: 27%;
        left: auto;
        right: 0;
    }

    #festival-page.mobile h1 {
        font-size: 26px !important;
        margin-top: 0;
    }

    #festival-page.mobile .wrapper-h {
        padding-top: 6%;
        padding-right: 35%;
    }

    #festival-page.not-mobile #about {
        background: rgba(255, 255, 255, 0.8);
    }

    #festival-page .slogan p {
        font-size: 2em;
    }

}

@media (min-width: 1200px) {
    #festival-page section h2:before {
        top: -10px;
        left: -40px;
    }

    #festival-page.not-mobile #about {
        background: none;
    }

    #festival-page.not-mobile h1 {
        font-size: 210% !important;
    }

    #festival-page.not-mobile .wrapper-h {
        padding-top: 8%;
        padding-right: 46%;
    }

    #festival-page.not-mobile .wrapper-h img {
        width: 360px;
    }


    #about .prezent-video {
        position: relative;
    }

    #festival-page .slogan p {
        font-size: 2.3em;
    }


    #link_video1 {
        position: absolute;
        margin-top: 0;
        top: 100%;
        width: 70%;
    }

    #about .uk-card-media-top img {
        width: 70%;
    }

    #festival-page .wrapper-h img {
        width: 30%;
    }

    #festival-page .uk-grid+.uk-grid {
        margin-top: 0;
    }

    #festival-page .slogan img {
        top: -240%;
    }

    #festival-page .slogan.s2 p {
        margin-top: 35px;
    }

    #festival-page.not-mobile #video {
        min-height: 300px;
    }
}

@media (min-width: 1500px) {
    #festival-page.not-mobile .wrapper-h {
        padding-top: 10%;
    }

    #festival-page .slogan {
        margin: 80px auto 190px;
    }

    #festival-page .slogan:not(.s2) p {
        font-size: 2.5em;
    }

    #festival-page .slogan img {
        top: -300%;
    }

    #festival-page.not-mobile .wrapper-h img {
        top: 43%;
    }
}

@media (min-width: 1840px) {
    body {
        font-size: 18px;
    }

    #festival-page .slogan img {
        top: -350%;
    }

    #festival-page.not-mobile .wrapper-h {
        padding-top: 13%;
        padding-right: 42%;
    }
    #festival-page .header-images img:last-child {
        width: 51%;
    }
}

#our-work a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

#our-work a span {
    position: absolute;
    display: block;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    background-color: rgba(255, 21, 80, 0.7);
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
}

#our-work [class*='uk-column-'] {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#our-work .uk-grid-margin {
    margin-top: 0;
}

#our-work .uk-grid-margin * {
    max-width: none;
    width: 100%;
}

#programm .uk-subnav li:not(:first-child) {
    padding-left: 0;
}

#programm .uk-subnav li span {
    color: #999;
    background: #dee2e6;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#programm .uk-subnav li a {
    background-color: transparent;
    color: #999;
    font-size: 1em;
    font-weight: bold;
}

#programm .uk-subnav li:first-child a {
    padding-left: 0;
}

#programm .uk-container {
    position: relative;
    /*background: #fff;*/
    z-index: 1;
}

#programm .uk-subnav li.uk-active a,
#programm .uk-subnav li a:hover {
    color: #333;
}

#programm .uk-subnav li.uk-active a span,
#programm .uk-subnav li a:hover span {
    background: #ea4976;
    color: #FFF;
}

#programm {
    overflow: hidden;
    padding-bottom: 30px;
}

#programm table {
    min-width: 100%;
}

#programm table tr>td:first-child span {
    background: #ea4976;
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: 120px;
    text-align: center;
    border-radius: 0 50px 50px 0;
    font-size: 120%;
    font-weight: bold;
    text-shadow: -1px 1px 1px #540317;
}

#programm table td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

#programm table td:first-child {
    padding-left: 0;
    border-bottom: none;
}

#programm table td:last-child {
    border-top: none;
    border-bottom: none;
}

#programm table tr:last-child td:last-child {
    border-bottom: 1px solid #dee2e6;
}

#programm table td.grey-bg {
    background: #dee2e6;
}

#programm table .uk-icon {
    margin-right: 10px;
}

#festival-docs+.uk-button {
    font-size: 120%;
    color: #fff;
    background: #ff0d51;
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 6px 1px #c5c5c5;
    box-shadow: 0 0 6px 1px #c5c5c5;
    margin-bottom: 5px;
    /* margin-top: 30px; */
    margin: 25px auto 70px;
    font-weight: normal;
    line-height: 100%;
    padding: 15px 20px;
    /* padding-left: 75px; */
    min-width: 270px;
    max-width: 450px;
}

#festival-docs li span {
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

#festival-docs li a {
    display: block;
    font-size: 100%;
    text-decoration: underline;
}

#festival-docs li a:hover {
    text-decoration: none;
    color: #FF1550;
}

#festival-docs li svg {
    width: 50px;
    height: 50px;
}

#festival-page .slogan.s2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#festival-page .slogan.s2 img {
    top: -18%;
}

#festival-page .slogan.s2 p {
    font-size: 0.9em;
}

#festival-page .slogan.s2 span:last-child {
    padding-top: 10px;
    display: inline-block;
}

#photo-slider {
    margin-bottom: 25px;
}

#orgkomitet img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

#orgkomitet .uk-card {
    margin-bottom: 20px;
}

#orgkomitet .uk-card-body {
    padding: 10px 0;
}

#orgkomitet .uk-card-body span {
    display: block;
    text-align: center;
    color: #666;
    font-style: italic;
    font-size: 90%;
    text-transform: lowercase;
}

#orgkomitet .uk-card-title {
    color: #FF1550;
    margin-bottom: 0;
    text-align: center;
}

#orgkomitet .uk-card-body p {
    margin-top: 5px;
    margin-bottom: 0;
}

#orgkomitet .uk-card-body p+p {
    margin-top: 0;
}

#orgkomitet a.uk-link-muted,
.uk-link-muted a {
    color: #FF1550;
    text-decoration: underline;
}

@media (min-width: 768px) {
    #festival-page section h2 {
        font-size: 200%;
    }

    #programm .uk-subnav li a {
        font-size: 1.5em;
    }

    #photo-slider {
        margin-bottom: 80px;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    #festival-page .slogan img {
        top: -250px;
    }

    #festival-page .slogan.s2 p {
        font-size: 1.2em;
    }

    #festival-page .slogan.s2 img {
        top: -70%;
    }

    #orgkomitet {
        margin-top: 100px;
    }

}

@media (min-width: 960px) {
    #orgkomitet .uk-first-column+div * {
        max-width: none;
        width: 100%;
    }
    #programm .uk-container:last-child{
        padding: 0;
    }
    #programm .color-before-after{
        position: relative;
        z-index: 1;
    }
    #programm .color-before-after-inner{
        background-color: #FFF;
        padding: 20px 40px;
    }
    #programm .color-before-after:after,
    #programm .color-before-after:before{
         content: "";
        display: block;
        position: absolute;
        height: 100%;
        z-index: -1;
        top: 0;
        -webkit-box-shadow: 0px 0px 30px 8px #222;
                box-shadow: 0px 0px 30px 8px #222;
    }

    #programm .color-before-after:before{
        left: 0;
    }    
    #programm .color-before-after:after{
        right: 0;
    }
    #programm .uk-container:last-child:after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        background-image: url(img/programm_after.png);
        background-repeat: no-repeat;
        -webkit-background-size: 150px;
        -o-background-size: 150px;
        background-size: 150px;
        height: 100%;
        min-width: 150px;
        width: 30%;
        background-position: left 20px;
        z-index: -1;
    }

    #programm .uk-container:last-child:before {
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
        background-image: url(img/programm_before.png);
        background-repeat: no-repeat;
        -webkit-background-size: 150px;
        -o-background-size: 150px;
        background-size: 150px;
        height: 100%;
        min-width: 150px;
        width: 30%;
        background-position: right 300px;
    }

    #festival-docs li svg {
        width: 100px;
        height: 100px;
    }

    #festival-page .slogan.s2 p span {
        padding-left: 0;
    }

    #festival-page .slogan.s2 p span:last-child {
        padding-left: 20%;
    }

    #festival-page .slogan.s2 p {
        font-size: 1.4em;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #our-work a span {
        font-size: 200%;
        padding: 15px;
    }

    #festival-page section h2 {
        font-size: 260%;
    }

    #festival-page .slogan.s2 {
        margin-top: 90px;
    }

    #festival-page .slogan.s2 img {
        top: -47%;
    }
}

#faq .uk-accordion-title {
    font-size: 1em;
}

#faq .uk-accordion-title:before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#faq .uk-accordion-title {
    display: block;
    padding: 15px 25px;
    background: #d6d6d6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#faq .uk-accordion-title::after {
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#faq .uk-accordion-content {
    background: #eaeaea;
    padding: 15px 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

#faq .uk-accordion> :nth-child(n+2) {
    margin-top: 10px;
}

#faq .uk-open .uk-accordion-title,
#faq .uk-accordion-title:hover {
    background: #ff1550;
    color: #FFF;
    text-decoration: none;
}

#smi a {
    text-decoration: underline;
    font-size: 90%;
    padding-right: 10%;
}

#smi .smi-item .uk-icon {
    margin-right: 7px;
}

#smi .smi-item>span {
    color: #8a9196;
    font-size: 80%;
}

#smi .smi-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#smi .uk-grid {
    margin: 0;
}

#smi a:hover {
    color: #FF1550;
    text-decoration: none;
}

@media (min-width: 640px) and (max-width: 959px) {
    #smi .smi-item {
        margin-right: 2%;
        width: 48%;
    }
}

@media (min-width: 960px) {

    #faq .uk-accordion-title,
    #faq .uk-accordion-content {
        padding: 15px 50px;
    }
    #smi .smi-item {
    margin-right: 2%;
    width: 48%;
}
}
@media (min-width: 1200px) {
      #smi .smi-item {
    width: 31%;
}  
}
#free-contacts .vol-name {
    text-transform: uppercase;
    color: #FF1550;
    font-size: 90%;
}

#free-contacts li {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 5px 17px;
    line-height: 90%;
}

#free-contacts li a {
    font-size: 110%;
    font-weight: bold;
}

#free-contacts li .uk-icon {
    margin-right: 5px;
}

#free-contacts .vol-name .uk-icon {
    padding: 8px;
    background: #ff255c;
    color: #fff;
    border-radius: 50%;
}

#free-contacts li a {
    margin-left: 46px;
}

#free-contacts li a:hover {
    color: #ff255c;
}

#free-contacts .uk-first-column>div {
    background: #eaeaea;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    #free-contacts .uk-first-column>div {
        padding: 30px 20px;

    }

    #free-contacts .vol-name {
        font-size: 100%;
    }

    #free-contacts li a {
        font-size: 120%;
    }
}

@media (min-width: 960px) {
    #free-contacts .vol-name {
        font-size: 120%;
    }

    #free-contacts li {
        line-height: 140%;
        padding: 14px 10px 17px;
    }

    #free-contacts li a {
        font-size: 140%;
    }
}

@media (min-width: 1200px) {
    #free-contacts .uk-first-column>div {
        padding: 40px 50px;

    }

    #free-contacts .vol-name {
        font-size: 140%;
    }

    #free-contacts li a {
        font-size: 160%;
    }
}

#festival-page #map {
    height: auto;
}

#map .map-iframe {
    position: relative;
}

#map .map-iframe .map-info {
    position: absolute;
    background-color: rgba(244, 21, 80, 0.6);
    padding: 15px 10px;
    width: 200px;
    top: 70px;
    left: 20px;
    z-index: 10000;
    color: #FFF;
}

#map .map-iframe .map-info * {
    color: #FFF;
}

#map .uk-alert-close {
    padding: 5px;
    background: #ff1550;
    top: 0;
    right: 0;
}

#map .uk-column-1-2 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: bold;
}

#map .map-info img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 80px;
}

@media (min-width: 1200px) {
    #map .map-iframe .map-info {
        left: 10%;
    }
}

@media (min-width: 1600px) {
    #map .uk-column-1-2>div:last-child {
        padding-top: 10px;
    }

    #map .map-info img {
        width: 120px;
    }

    #map .map-iframe .map-info {
        left: 20%;
        width: 300px;
        font-size: 20px;
        padding: 30px 20px;
    }
}


#video-slider .uk-slidenav,
#photo-slider .uk-slidenav {
    background: transparent;
    color: #ff1550;
    top: 44%;
}

#photo-slider .uk-slidenav {
    top: 38%;
}

#video-slider [uk-slider],
#photo-slider [uk-slider] {
    overflow: visible;
}

#video-slider [uk-slider]>div,
#photo-slider [uk-slider]>div {
    overflow: hidden;
    width: 100%%;
    margin: 0 auto;
}


#video-slider .uk-slidenav svg,
#photo-slider .uk-slidenav svg {
    width: 26px;
}

#video-slider .uk-position-center-left-out,
#photo-slider .uk-position-center-left-out {
    left: 1%;
}

#video-slider .uk-position-center-right-out,
#photo-slider .uk-position-center-right-out {
    right: 1%;
    left: auto;
}

#video-slider .uk-slider-nav a,
#photo-slider .uk-slider-nav a {
    width: 20px;
    height: 20px;
    background-color: #ecebe9;
}

#video-slider .uk-slider-nav .uk-active a,
#photo-slider .uk-slider-nav .uk-active a {
    background-color: #FF1550;
}

#photo-slider .uk-panel {
    pointer-events: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 98%;
    left: 1%;
    right: 1%;
}

#photo-slider a img {
    margin: 0 auto;
    display: block;
}

#photo-slider .uk-transition-slide-bottom-small {
    background: rgba(255, 21, 80, 0.8);
    display: block;
    text-align: center;
    padding: 5px;
    color: #fff;
    pointer-events: none;
}

#myModal-text img {
    float: left;
    margin: 5px 20px 10px 0;
    max-width: 40%;
}

#myModal-text p {
    margin: 0;
}

#myModal-text p+p {
    margin-top: 5px;
}

#myModal-link {
    margin-top: 10px;
}

#myModal-link a {
    color: #FF1550;
    text-decoration: underline;
}

@media (max-width: 767px) {
    #video-slider {
        overflow: hidden;
    }

    #video-slider .uk-slider-container {
        width: 110%;
        margin-left: -5%;
    }

    #video-slider .uk-slider-items li {
        padding-left: 10px;
    }

    #photo-slider .uk-transition-toggle img {
        width: 96%;
    }
}

@media (min-width: 768px) {
    #festival-page.not-mobile #compet-h {
        min-height: 190px;
    }

    #video-slider .uk-position-center-left-out,
    #photo-slider .uk-position-center-left-out {
        left: -2%;
    }

    #video-slider .uk-position-center-right-out,
    #photo-slider .uk-position-center-right-out {
        right: -2%;
        left: auto;
    }
}

@media (min-width: 960px) {
    #photo-slider .uk-transition-toggle img {
        margin: 0 auto;
        width: 98%;
        display: block;
    }

    #video-slider [uk-slider]>div,
    #photo-slider [uk-slider]>div {
        width: 88%;
    }
}

@media (min-width: 1200px) {


    #video-slider .uk-dotnav,
    #photo-slider .uk-dotnav {
        margin-top: 30px !important;
    }
}

@media (min-width: 1500px) {
    #festival-page .wrapper-h {
        padding-top: 115px;
    }

    #festival-page .wrapper-h img {
        top: 47%;
    }


    #festival-page .slogan.s2 {
        margin-top: 40px;
        margin-bottom: 90px;
    }
    #link_video1 {
        top: 110%;
    }
}

@media (min-width: 1840px) {
    #festival-page .wrapper-h {
        padding-top: 150px;
    }

    #link_video1 {
        top: 120%;
            max-width: 400px;
    }

    #festival-page .slogan.s2 p {
        font-size: 2em;
    }
}

.check-list-image li {
    position: relative;
}

.check-list-image li:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHdSURBVFhH7ZjLTsJQFEX5PkUFIqgxzkn0J0yM4CP+h7wU1BFGjVF7iz8gOjMU5sb5tQdPE9puPJTbEgddyRqYdt+9gzWmZFJSUgxQjsopx763HPWthraO0/GZdPbAWuW6aKihqqKDE9FRB1w7G25gDR6UoC+D3grXy9BHjw5JUsux77heJolnTtSxv7heBh6wALleBoUXIdfLoHBcnr6e6cZ7C17jehkUjsOqfayzFzm9frXhjmyGrnO9TDAYh944z63rHf00ePbdw/Uyk6E4DI7Ld4q61m+E7uN6mWDQxErPP67QLsFxJNfLoPA8RhlHcr0MCnsGn5tpRh1Hcr0MCpMPn4+63N3VFfsIXvecZxzJ9TIo7I3zSg+njKz2TkLjzvt1eG9QrpdB4dbH5fivb7I8ONJkHMn1MihM1vvN8Ej1O9J0HMn1MijsSSMLnZJvTLm75/s53y5GHkdyvQwKT4pGmo4juV4GhYM2wEiTcSTXy6AwcnKk6TiS62VQeJo0cvNmW9fezMaRXC+Dwn85638XSa6XQeFFyPUy//6liV4B4SEJGum1k16i0SGJOlLLXD8b9HUEPCgB3U9vn2ujYY/s7PjX7T4f6GAj3TOtobq1htYS16WkpEQnk/kBh1eSiKQlKU8AAAAASUVORK5CYII=);
    content: "";
    width: 20px;
    height: 20px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 2px;
}