/*
Theme Name: Starter Vara Tic
Theme URI: http://www.wordpress.com
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: tic
*/

/*
*
* .================================ - UTILITIES
* .================================ - HEADER
* .================================ - NAVIGATION
* .================================ - HERO
* .================================ - HOMEPAGE
* .================================ - PAGE
* .================================ - FOOTER
* .================================ - RESPONSIVE
*
*/


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Jost', sans-serif;
    background: #4f284e url(img/background.jpg) no-repeat top center;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

p, span {
    color: #ffffff;
    font-weight: normal;
}


.sticky-bar {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #4f284e;
    text-align: center;
    z-index: 1010;
    padding: 15px 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.sticky-bar.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.sticky-bar a {
    color: #fff;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    position: relative;
}
header .header{
  border-bottom: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

header .navbar{
  padding-top: 0px;
  padding-bottom: 0px;
}

header .col__logo{
  text-align: right;
  padding-right: 0;
}

header .logo{
  width: 123px;
  height: 57px;
}

.tribe-events, .tribe-events-pg-template{
  background-color: #fff;
}

.tribe_events-template-default{
  background: #4f284e; 
}

.navbar ul{
  text-align: center;
}

.navbar ul li a {
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
}
.navbar ul li a:hover {
    font-size: 20px;
}
.hero{
    margin-top: 50px;
}

.hero .col__right{
  text-align: right;
}

.hero .col__right img, .hero .col__left img{
  margin-top: 32px;
}

.hero .col__center{
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.hero .hero__title{
  max-width: 255px;
  width: 100%;
  margin: auto;
}

.hero .hero__img{
  max-width: 660px;
  width: 100%;
}

.hero_video {
    margin-top: -550px;
    border: 3px solid #f291b4;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.sub_video{
    transform: translateY(-580px);
    text-align: center;
    /* color: #fff; */
    background: #ffffff;
    max-width: 700px;
    padding: 20px;
    border-radius: 35px;
    opacity: 0.9;
    margin: auto;
}
.hero_video a {
    display: block;
    position: relative;
}
.hero_video a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98px;
    height: 98px;
    background: url('img/play_icon.png') no-repeat center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero_video img {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

#spectacole{
  margin-top: 40px;
}

#spectacole .spectacole{
  max-height: 1520px;
  overflow-y: scroll;
}

#spectacole .spectacole::-webkit-scrollbar-track
{
	border: 3px solid #fff;
	border-radius: 10px;
	background-color: #fff;
}

#spectacole .spectacole::-webkit-scrollbar
{
	width: 17px;
	background-color: #fff;
  border-radius: 10px;
}

#spectacole .spectacole::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: #ff713f;
}

#spectacole .section-title span{
  position: relative;
}

#spectacole .section-title img{
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: -1;
  max-width: 160px;
  width: 100%;
}

.spectators_left {
    width: 281px;
    height: 419px;
    position: absolute;
    bottom: -80px;
    left: -55px;
    background: url('img/spectators_left.png') no-repeat center;
}
.spectators_right {
    width: 268px;
    height: 482px;
    position: absolute;
    bottom: -200px;
    right: -60px;
    background: url('img/spectators_right.png') no-repeat center;
}
.section-title {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.spectacole {
    margin-top: 70px;
}
.spectacole .spectacol {
    /*flex-direction: row;*/
    flex-wrap: wrap;
}

.spectacole .spectacol img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}
.spectacole .spectacol .animation img {
    max-width: 150px;
}
.spectacole .spectacol{
  margin-bottom: 30px;
}

.spectacole .spectacol .spectacol__top{
  border-left: 4px solid #ff3304;
  padding-left: 30px;
  margin-bottom: 25px;
  margin-top: 16px;
}

.spectacole .spectacol .spectacol__bottom{
  border-left: 4px solid #3282fc;
  padding-left: 30px;

}

.spectacol h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
}
.spectacol h4{
  font-size: 14px;
  margin-bottom: 0;
}

.spectacol .recomandat {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-style: italic;
}
.spectacol p {
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
    margin-bottom: 0;
}
.spectacol .date {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    font-size: 14px;
    padding-top: 0;
    max-width: 190px;
    margin: auto;
}
.spectacol .date img{
  width: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 0;
}
.spectacol .date span {

}

.btn {
    color: #ffffff;
    font-size: 15px;
    padding: 12px 36px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    margin: auto;
    transition: 0.4s;
}
.btn span{
  position: relative;
  display: flex;
  align-items: center;
    font-weight: 600;
}

.btn span img{
  width: 26px;
  margin-right: 5px;
}
.btn.small {
    padding: 15px 30px;
}
.btn:hover {
    color: #fff;
    opacity: 0.7!important;

}
.gallery-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.gallery-icon img {
    max-width: 32px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 20px;
    height: 20px;
}
#bilete p a {
    color: #eb6902;
    border-bottom: 1px solid #eb6902;
}

.useful-links a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px dashed #555;
}
.useful-links a:hover {
    border-bottom: none;
    color: #eb6902;
}

#activitati{
  margin-top: 80px;
  padding-bottom: 50px;
}

#activitati h1{
  margin-bottom: 50px;
}

#activitati h1 span{
  position: relative;
}

#activitati h1 img{
  position: absolute;
  left: -70px;
  top: -70px;
  z-index: -1;
}

#activitati .spectacole{
  position: relative;
}

#activitati .spectacole .slider__act{
  position: relative;
  overflow-x: hidden;
}

#activitati .spectacole .swiper-slide{
  background: url('img/back-act.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 555px;
  width: 100%!important;
  padding: 20px 40px;
  padding-right: 60px;
  padding-bottom: 165px;
  position: relative;
}

#activitati .spectacole .swiper-slide .atel__bottom{
  position: absolute;
  bottom: 35px;
  left: 40px;
}

#activitati .spectacole .swiper-slide .date{
  font-weight: bold;
  margin-bottom: 0px;
  align-items: center;
  margin-top: 5px;
}

#activitati .spectacole .swiper-slide .date img{
  width: 30px;
  margin-right: 16px;
}

#activitati .spectacole .swiper-slide .coord{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

#activitati .spectacole .swiper-slide .durata{
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}

.swiper-button-next{
  right: -50px;
  z-index: 3
}

.swiper-button-prev{
  left: -50px;
  z-index: 3
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 24px;
  font-weight: bold;
  color: #ef6153;
}

.swiper-pagination{
  bottom: -60px!important;
}

.spectacole .swiper-pagination-bullet{
  height: 14px;
  width: 14px;
  margin-left: 6px;
  margin-right: 6px;
  background: #ffff;
  opacity: 1;
}

.spectacole .swiper-pagination-bullet-active{
  background: #ef6153;
}

.bilete{
  position: relative;
  max-width: 620px;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}

.bilete .back__img{
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 19%;
  max-width: 121px;
  width: 100%;
}

.bilete h1{
  margin-bottom: 30px;
}

.bilete p{
  font-size: 16px;
  line-height: 1.2;
}

.bilete .prices{
  margin-top: 30px;
}

.bilete .prices a{
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.program .back__img{
  left: 0;
  right: 0;
  max-width: 218px;
  width: 100%;
  margin: auto;
  top: 15%;
}

.locatii{
  padding-top: 100px;
  padding-bottom: 30px;
}

.locatii .locatii__top{
  position: relative;
  max-width: 620px;
  margin: auto;
  text-align: center;
  padding-bottom: 80px;
}

.locatii .back__img{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 220px;
  width: 100%;
  margin: auto;
  top: 0;
  z-index: -1;
}

.locatii h1{
  margin-bottom: 30px;
}

.locatii .desc{
  font-size: 16px;
  line-height: 1.2;
}

.locatii .locatii__bottom{
  margin-top: 16px;
  padding-bottom: 60px;
}

.locatii .locatii__bottom .col__addres{
  border-left: 1px solid #8c4a8a;
}
.locatii .locatii__bottom .col__addres:nth-child(1){
  border: none;
}

.locatii .locatii__bottom img{
  height: 37px;
  display: block;
  margin:auto;
  margin-bottom: 16px;
}

.locatii .locatii__bottom h3{
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.participanti{
    padding-top: 100px;
}

.participanti .part__top{
  position: relative;
  max-width: 620px;
  margin: auto;
  text-align: center;
  padding-bottom: 80px;
}

.participanti .back__img{
  right: 0px;
  max-width: 160px;
  width: 100%;
  margin: auto;
  top: -25px;
  position: absolute;
  z-index: -1;
}

.accordion{
  max-width: 812px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.accordion-item{
  border-top: 1px solid #81427f;
}

.accordion-item:nth-last-child(1){
  border-bottom: 1px solid #81427f;
}

.accordion-item-header{
  font-size: 16px;
  line-height: 48px;
  padding-left: 16px;
  position: relative;
}

.accordion-item-header::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 16px;
  height: 16px;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  top: 20px;
  transform: rotate(90deg);
}

.accordion-item-header.active::after {
  transform: rotate(-90deg);
}

.accordion-item-body{
  font-size: 15px;
  font-weight: 200;
  color: #bd9fbc;
  padding: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 55px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content{
  padding-bottom: 16px;
}

#map {
    height: 550px;
    width: 100%;
    border-radius: 30px;
}

#map p{
  color: #000;
  padding-top: 20px;
}

#contact, #locatie, .animations, #footer {
    position: relative;
}
#contact:after {
    display: block;
    content: '';
    width: 425px;
    height: 325px;
    background: url(img/cocos-1.png);
    position: absolute;
    bottom: 4%;
    right: 0;
    z-index: -1;
    background-size: cover;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#locatie:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 858px;
    z-index: -1;
    height: 276px;
    background: url(img/locatie_clouds.png) no-repeat center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.animations .left-animation {
    position: absolute;
    top: 50%;
    left: 0;
}
.lan img, .ran img {
    width: 200px;
}
.lan {
    position: absolute;
    top: 20%;
    right: 0;
}
.ran {
    position: absolute;
    top: 20%;
    left: 0;
}
.animations .right-animation {
    position: absolute;
    top: 30%;
    right: 0;
}
.animations .right-animation .r-a-t {
    position: relative;
}
.animations .right-animation .r-a-b {
    position: absolute;
    top: 0;
    left: 0;
}

/*.animations:before {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 218px;*/
/*    height: 181px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    background: url(img/anim_locatie_left.png);*/
/*}*/
/*.animations:after {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 319px;*/
/*    height: 278px;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    right: 0;*/
/*    background: url(img/anim_locatie_right.png);*/
/*}*/

#organizatori, #footer {
    background: #ffffff;
}
#footer > div {
    position: relative;
    z-index: 2;
}
#footer:after {
    display: block;
    content: '';
    width: 564px;
    height: 226px;
    position: absolute;
    bottom: 0;
    left: 52%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.organizatori h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.organizatori .o-image {
    width: 20%;
}
.footer-links li:after {
    display: inline-block;
    content: '|';
    color: #000;
    font-weight: normal;
    margin-right: 5px;
    margin-left: 7px;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links a {
    font-size: 14px;
    text-decoration: underline;
    color: #4f284e;
}
#footer p {
    font-size: 14px;
    color: #4f284e;
}
.imagine-spectacol {
    position: relative;
}
.imagine-spectacol a {
    display: block;
}
.imagine-spectacol .animation {
    position: absolute;
    top: -60px;
    right: auto;
    left: 0px;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


@media screen and (min-width: 1200px) {

    /* LEFT SIDE */
    .lan {
        animation-name: animToRightSlim;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .ran {
        animation-name: animToLeftSlim;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    /* RIGHT SIDE */
    .spectacole .spectacol .imagine-spectacol .animation {
        animation-name: animToLeft;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

}



    @keyframes animToRight {
        0% {
            right: 0;
        }
        10% {
            -webkit-transform: rotate(30deg);
            -moz-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            -o-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        30% {
            right: -200px;
            top: -100px;
        }

        50% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

        70% {
            -webkit-transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
            -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
        }

        100% {
            right: 0;
            top: -60px;

            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }
}

@keyframes animToRightSlim {
    0% {
        right: 0;
    }
    10% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    30% {
        right: -100px;
        /*top: -100px;*/
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    70% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        right: 0;
        /*top: -60px;*/

        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animToLeft {
    0% {
        left: 0;
    }
    10% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    30% {
        left: -200px;
        top: -100px;
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    70% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        left: 0;
        top: -60px;

        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animToLeftSlim {
0% {
    left: 0;
}
10% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

30% {
    left: -100px;
    /*top: -100px;*/
}

50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

70% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

100% {
    left: 0;
    /*top: -60px;*/

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
}




/*@media screen and (min-width: 1200px) {*/
/*    .spectacole .spectacol:nth-child(2n+1) .imagine-spectacol .animation {*/
/*        animation-name: toLeft;*/
/*        animation-duration: 6s;*/
/*        animation-iteration-count: infinite;*/
/*        animation-timing-function: linear;*/
/*    }*/
/*    .spectacole .spectacol .imagine-spectacol .animation {*/
/*        animation-name: toRight;*/
/*        animation-duration: 6s;*/
/*        animation-iteration-count: infinite;*/
/*        animation-timing-function: linear;*/
/*    }*/
/*}*/


/*@keyframes toRight {*/
/*    0% {*/
/*        -webkit-transform: rotate(10deg) translateX(-10%);*/
/*        -moz-transform: rotate(10deg) translateX(-10%);*/
/*        -ms-transform: rotate(10deg) translateX(-10%);*/
/*        -o-transform: rotate(10deg) translateX(-10%);*/
/*        transform: rotate(10deg) translateX(-10%);*/
/*    }*/
/*    20% {*/
/*        -webkit-transform: rotate(0) translateX(-20%);*/
/*        -moz-transform: rotate(0) translateX(-20%);*/
/*        -ms-transform: rotate(0) translateX(-20%);*/
/*        -o-transform: rotate(0) translateX(-20%);*/
/*        transform: rotate(0) translateX(-20%);*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: rotate(10deg) translateX(-30%);*/
/*        -moz-transform: rotate(10deg) translateX(-30%);*/
/*        -ms-transform: rotate(10deg) translateX(-30%);*/
/*        -o-transform: rotate(10deg) translateX(-30%);*/
/*        transform: rotate(10deg) translateX(-30%);*/
/*    }*/
/*    60% {*/
/*        -webkit-transform: rotate(180deg) translateX(30%);*/
/*        -moz-transform: rotate(0) translateX(30%);*/
/*        -ms-transform: rotate(0) translateX(30%);*/
/*        -o-transform: rotate(0) translateX(30%);*/
/*        transform: rotate(0) translateX(30%);*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: rotate(10deg) translateX(20%);*/
/*        -moz-transform: rotate(10deg) translateX(20%);*/
/*        -ms-transform: rotate(10deg) translateX(20%);*/
/*        -o-transform: rotate(10deg) translateX(20%);*/
/*        transform: rotate(10deg) translateX(20%);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotate(0) translateX(0%);*/
/*        -moz-transform: rotate(0) translateX(0%);*/
/*        -ms-transform: rotate(0) translateX(0%);*/
/*        -o-transform: rotate(0) translateX(0%);*/
/*        transform: rotate(0) translateX(0%);*/
/*    }*/
/*}*/




.modal-popup {
    position: fixed;
    width: 50%;
    top: 50%;
    /*left: 40px;*/
    left: 50%;
    /*bottom: 40px;*/
    /*right: 40px;*/
    height: 500px;
    padding: 40px;
    overflow: auto;
    z-index: 1030;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8) translate(-50%, -50%);
    -moz-transform: scale(.8) translate(-50%, -50%);
    -ms-transform: scale(.8) translate(-50%, -50%);
    -o-transform: scale(.8) translate(-50%, -50%);
    transform: scale(.8) translate(-50%, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.modal-popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}
.modal-body, .modal-body p {
    font-weight: normal;
}
.modal-body > div {
    display: none;
}
.modal-body > div.active {
    display: block;
    color: #000;
}
.modal-body h4{
  font-size: 16px!important;
}
.modal-popup .close {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.modal-popup .close img{
  border-radius: 50%;
}


.lg-video-cont {
    max-width: 80% !important;
}
#lg-download {
    display: none !important;
}

@media screen and (min-width: 991px) {
.anim {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.special-anim.anim {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.anim.in-view {
    opacity: 1;
    visibility: visible;
}
.anim.from-left {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
}
.anim.from-right {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
}
.anim.from-bottom {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
}

.anim.from-left.in-view, .anim.from-right.in-view, .anim.from-bottom.in-view {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.delay200 {
    -webkit-transition-delay: 200ms !important;
    -moz-transition-delay: 200ms !important
    -ms-transition-delay: 200ms !important;
    -o-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
}
.delay300 {
    -webkit-transition-delay: 300ms !important;
    -moz-transition-delay: 300ms !important
    -ms-transition-delay: 300ms !important;
    -o-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}
.delay400 {
    -webkit-transition-delay: 400ms !important;
    -moz-transition-delay: 400ms !important
    -ms-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    transition-delay: 400ms !important;
}
.delay500 {
    -webkit-transition-delay: 500ms !important;
    -moz-transition-delay: 500ms !important
    -ms-transition-delay: 500ms !important;
    -o-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
}
.delay600 {
    -webkit-transition-delay: 600ms !important;
    -moz-transition-delay: 600ms !important
    -ms-transition-delay: 600ms !important;
    -o-transition-delay: 600ms !important;
    transition-delay: 600ms !important;
}
}

@media screen and (max-width: 1640px) {
    .hero_video {
        margin-top: -450px;
    }
    .sub_video{
        transform: translateY(-480px);
    }
}
@media screen and (max-width: 1200px) {
    .lan {
        top: -10%;
    }
    .modal-popup {
        top: 20px;
        left: 50%;
        width: 90%;
        height: 100%;
        /*bottom: 20px;*/
    }
    .modal-popup.active {
        -webkit-transform: scale(1) translateX(-50%);
        -moz-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
        -o-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }
    #contact:after {
        display: none;
    }
    .hero_video {
        margin-top: -300px;
    }
    .sub_video{
        transform: translateY(-350px);
    }
}
@media screen and (max-width: 991px) {
    .spectacole .spectacol:nth-child(2) .imagine-spectacol .animation {
        left: auto;
        right: -30px;
    }
    .spectacol .date {
        justify-content: center;
    }
    .gallery-icon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .anim {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .delay200, .delay300, .delay400, .delay500, .delay600 {
        -webkit-transition-delay: 0 !important;
        -moz-transition-delay: 0 !important;
        -ms-transition-delay: 0 !important;
        -o-transition-delay: 0 !important;
        transition-delay: 0 !important;
    }
    /*p, span {*/
    /*    text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);*/
    /*}*/
    .right-animation {
        display: none;
    }
    .nospt {
        margin-top: 20px !important;
    }
    .spectacole {
        margin-top: 0;
    }
    .modal-popup {
        padding: 0;
        /*top: 20px;*/
        /*right: 20px;*/
        /*left: 20px;*/
        /*bottom: 20px;*/
        width: 90%;
    }
    body {
        margin-top: 50px;
    }
    header {
        position: fixed;
        background: #4f284e;
        padding: 10px 0;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    header ul {
        text-align: center;
    }
    header .navbar {
        padding: 0;
    }
    header .navbar ul li {
        margin: 0 .7rem;
    }
    header .navbar ul li a {
        font-size: 15px;
        color: #fff;
    }
    header .navbar ul li a:hover {
        font-size: 15px;
    }
    body {
        overflow-x: hidden;
    }
    .spectacole {
        text-align: center;
    }
    #contact:after {
        right: 0;
        z-index: -1;
    }
    .spectacole .spectacol:nth-child(2n+1) .imagine-spectacol .animation {
        right: 0;
    }
    .imagine-spectacol .animation {
        left: 0;
    }
    #locatie:after {
        display: none;
    }
    .animations:after {
        z-index: -1;
    }
    .animations:before {
          display: none;
      }
    .spectators_left, .spectators_right {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    .spectators_left {
        left: -80px;
        bottom: -140px;
    }
    .spectators_right {
        right: -80px;
        bottom: -170px;
    }
    .sub_video{
        transform: translateY(-200px);
    }
}

@media screen and (max-width: 768px) {
    .ran {
        top: -10%;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }
    .lan {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }
    .modal-popup .close {
        width: 25px;
        height: 25px;
    }
    .modal-popup .close img {
        max-width: 25px;
    }
    .lg-actions .lg-prev, .lg-actions .lg-next, .lg-toolbar .lg-icon {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }
    .modal-popup .close {
        margin-top: 10px;
    }
    .animations .left-animation {
        top: 0;
        left: -40px;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
    #contact:after {
        bottom: -95px;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }
    .section-title {
        font-size: 50px;
    }
    .imagine-spectacol .animation {
        top: -40px;
    }
    .hero_video {
        margin-top: -100px;
    }
    #footer:after, .prices {
        width: 100%;
    }
    #footer:after {
        left: 50%;
    }
    .imagine-spectacol .animation {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }
    .spectacol > br {
        display: none;
    }
    .sub_video{
        transform: translateY(-150px);
    }
}
.lg-actions .lg-prev {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: url(img/arrow_left1.png) no-repeat center;
    border-radius: 50%;
}
.lg-actions .lg-next {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: url(img/arrow_right1.png) no-repeat center;
    border-radius: 50%;
}
.lg-actions .lg-next:before, .lg-actions .lg-prev:after, .lg-toolbar .lg-close:after, #lg-counter {
    display: none;
}

.lg-toolbar{
  text-align: center;
}
.lg-toolbar .lg-icon {
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-top: 10px;
    height: 50px;
    width: 50px;
    padding: 0;
    background: url(img/closer1.png) no-repeat center;
    border-radius: 50%;
    float: none;
}

@media screen and (max-width: 640px) {

    .pointer {
        max-width: 10%;
    }
    .spectators_left, .spectators_right {
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3);
    }
    .spectators_left {
        left: -105px;
        bottom: -160px;
        display: none !important;
    }
    .spectators_right {
        right: -100px;
        bottom: -190px;
        display: none !important;
    }
    .hero_video {
        margin-top: -170px;
    }
    .spectacol p {
        font-size: 14px;
        margin: 10px 0;
    }
    .spectacol h2 {
        font-size: 35px;
    }
    .hero_video a:after {
        -webkit-transform: translate(-50%, -50%) scale(.5);
        -moz-transform: translate(-50%, -50%) scale(.5);
        -ms-transform: translate(-50%, -50%) scale(.5);
        -o-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }
    .sub_video{
        transform: translateY(-200px);
    }
}

@media screen and (max-width: 600px) {
    .spectacol .date span {
        font-size: 15px;
    }
    .prices {

    }
    .prices h3 {
        font-size: 30px;
    }
    .prices span {
        font-size: 20px;
    }
    .sub_video{
        transform: translateY(-180px);
    }
}

@media screen and (max-width: 500px) {
    #contact:after {
        right: -100px;
    }
}


#contact p a {
    color: #ffffff;
    border-bottom: 1px dashed #555555;
}
#contact p a:hover {
    color: #eb6902;
    border-bottom: none;
}


@media screen and (max-width: 1500px) {
    .navbar ul li:last-child {
        margin-right: 60px;
    }
}
@media screen and (max-width: 1370px) {
    .navbar ul li:last-child {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1240px) {
    .navbar ul li:last-child {
        margin-right: 130px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar ul li:last-child {
        margin-right: inherit;
    }
}




































@media screen and (max-width: 768px) {
    @-webkit-keyframes toRight {
        0% {
            -webkit-transform: rotate(10deg) translateX(10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(10%) scale(.5);
            -o-transform: rotate(10deg) translateX(10%) scale(.5);
            transform: rotate(10deg) translateX(10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(20%) scale(.5);
            -moz-transform: rotate(0) translateX(20%) scale(.5);
            -ms-transform: rotate(0) translateX(20%) scale(.5);
            -o-transform: rotate(0) translateX(20%) scale(.5);
            transform: rotate(0) translateX(20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(30%) scale(.5);
            -o-transform: rotate(10deg) translateX(30%) scale(.5);
            transform: rotate(10deg) translateX(30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(0) translateX(-30%) scale(.5);
            -ms-transform: rotate(0) translateX(-30%) scale(.5);
            -o-transform: rotate(0) translateX(-30%) scale(.5);
            transform: rotate(0) translateX(-30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(-20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-20%) scale(.5);
            -o-transform: rotate(10deg) translateX(-20%) scale(.5);
            transform: rotate(10deg) translateX(-20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }

    @-o-keyframes toRight {
        0% {
            -webkit-transform: rotate(10deg) translateX(10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(10%) scale(.5);
            -o-transform: rotate(10deg) translateX(10%) scale(.5);
            transform: rotate(10deg) translateX(10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(20%) scale(.5);
            -moz-transform: rotate(0) translateX(20%) scale(.5);
            -ms-transform: rotate(0) translateX(20%) scale(.5);
            -o-transform: rotate(0) translateX(20%) scale(.5);
            transform: rotate(0) translateX(20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(30%) scale(.5);
            -o-transform: rotate(10deg) translateX(30%) scale(.5);
            transform: rotate(10deg) translateX(30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(0) translateX(-30%) scale(.5);
            -ms-transform: rotate(0) translateX(-30%) scale(.5);
            -o-transform: rotate(0) translateX(-30%) scale(.5);
            transform: rotate(0) translateX(-30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(-20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-20%) scale(.5);
            -o-transform: rotate(10deg) translateX(-20%) scale(.5);
            transform: rotate(10deg) translateX(-20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }

    @-moz-keyframes toRight {
        0% {
            -webkit-transform: rotate(10deg) translateX(10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(10%) scale(.5);
            -o-transform: rotate(10deg) translateX(10%) scale(.5);
            transform: rotate(10deg) translateX(10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(20%) scale(.5);
            -moz-transform: rotate(0) translateX(20%) scale(.5);
            -ms-transform: rotate(0) translateX(20%) scale(.5);
            -o-transform: rotate(0) translateX(20%) scale(.5);
            transform: rotate(0) translateX(20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(30%) scale(.5);
            -o-transform: rotate(10deg) translateX(30%) scale(.5);
            transform: rotate(10deg) translateX(30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(0) translateX(-30%) scale(.5);
            -ms-transform: rotate(0) translateX(-30%) scale(.5);
            -o-transform: rotate(0) translateX(-30%) scale(.5);
            transform: rotate(0) translateX(-30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(-20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-20%) scale(.5);
            -o-transform: rotate(10deg) translateX(-20%) scale(.5);
            transform: rotate(10deg) translateX(-20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }

    @keyframes toRight {
        0% {
            -webkit-transform: rotate(10deg) translateX(10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(10%) scale(.5);
            -o-transform: rotate(10deg) translateX(10%) scale(.5);
            transform: rotate(10deg) translateX(10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(20%) scale(.5);
            -moz-transform: rotate(0) translateX(20%) scale(.5);
            -ms-transform: rotate(0) translateX(20%) scale(.5);
            -o-transform: rotate(0) translateX(20%) scale(.5);
            transform: rotate(0) translateX(20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(30%) scale(.5);
            -o-transform: rotate(10deg) translateX(30%) scale(.5);
            transform: rotate(10deg) translateX(30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(0) translateX(-30%) scale(.5);
            -ms-transform: rotate(0) translateX(-30%) scale(.5);
            -o-transform: rotate(0) translateX(-30%) scale(.5);
            transform: rotate(0) translateX(-30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(-20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-20%) scale(.5);
            -o-transform: rotate(10deg) translateX(-20%) scale(.5);
            transform: rotate(10deg) translateX(-20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }
}






@keyframes toLeft {
    0% {
        -webkit-transform: rotate(10deg) translateX(-10%);
        -moz-transform: rotate(10deg) translateX(-10%);
        -ms-transform: rotate(10deg) translateX(-10%);
        -o-transform: rotate(10deg) translateX(-10%);
        transform: rotate(10deg) translateX(-10%);
    }
    20% {
        -webkit-transform: rotate(0) translateX(-20%);
        -moz-transform: rotate(0) translateX(-20%);
        -ms-transform: rotate(0) translateX(-20%);
        -o-transform: rotate(0) translateX(-20%);
        transform: rotate(0) translateX(-20%);
    }
    40% {
        -webkit-transform: rotate(10deg) translateX(-30%);
        -moz-transform: rotate(10deg) translateX(-30%);
        -ms-transform: rotate(10deg) translateX(-30%);
        -o-transform: rotate(10deg) translateX(-30%);
        transform: rotate(10deg) translateX(-30%);
    }
    60% {
        -webkit-transform: rotate(180deg) translateX(30%);
        -moz-transform: rotate(0) translateX(30%);
        -ms-transform: rotate(0) translateX(30%);
        -o-transform: rotate(0) translateX(30%);
        transform: rotate(0) translateX(30%);
    }
    80% {
        -webkit-transform: rotate(10deg) translateX(20%);
        -moz-transform: rotate(10deg) translateX(20%);
        -ms-transform: rotate(10deg) translateX(20%);
        -o-transform: rotate(10deg) translateX(20%);
        transform: rotate(10deg) translateX(20%);
    }
    100% {
        -webkit-transform: rotate(0) translateX(0%);
        -moz-transform: rotate(0) translateX(0%);
        -ms-transform: rotate(0) translateX(0%);
        -o-transform: rotate(0) translateX(0%);
        transform: rotate(0) translateX(0%);
    }
}
@media screen and (max-width: 768px) {
    @keyframes toLeft {
        0% {
            -webkit-transform: rotate(10deg) translateX(-10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-10%) scale(.5);
            -o-transform: rotate(10deg) translateX(-10%) scale(.5);
            transform: rotate(10deg) translateX(-10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(-20%) scale(.5);
            -moz-transform: rotate(0) translateX(-20%) scale(.5);
            -ms-transform: rotate(0) translateX(-20%) scale(.5);
            -o-transform: rotate(0) translateX(-20%) scale(.5);
            transform: rotate(0) translateX(-20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-30%) scale(.5);
            -o-transform: rotate(10deg) translateX(-30%) scale(.5);
            transform: rotate(10deg) translateX(-30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(30%) scale(.5);
            -moz-transform: rotate(0) translateX(30%) scale(.5);
            -ms-transform: rotate(0) translateX(30%) scale(.5);
            -o-transform: rotate(0) translateX(30%) scale(.5);
            transform: rotate(0) translateX(30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(20%) scale(.5);
            -o-transform: rotate(10deg) translateX(20%) scale(.5);
            transform: rotate(10deg) translateX(20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }
    @-webkit-keyframes toLeft {
        0% {
            -webkit-transform: rotate(10deg) translateX(-10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-10%) scale(.5);
            -o-transform: rotate(10deg) translateX(-10%) scale(.5);
            transform: rotate(10deg) translateX(-10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(-20%) scale(.5);
            -moz-transform: rotate(0) translateX(-20%) scale(.5);
            -ms-transform: rotate(0) translateX(-20%) scale(.5);
            -o-transform: rotate(0) translateX(-20%) scale(.5);
            transform: rotate(0) translateX(-20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-30%) scale(.5);
            -o-transform: rotate(10deg) translateX(-30%) scale(.5);
            transform: rotate(10deg) translateX(-30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(30%) scale(.5);
            -moz-transform: rotate(0) translateX(30%) scale(.5);
            -ms-transform: rotate(0) translateX(30%) scale(.5);
            -o-transform: rotate(0) translateX(30%) scale(.5);
            transform: rotate(0) translateX(30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(20%) scale(.5);
            -o-transform: rotate(10deg) translateX(20%) scale(.5);
            transform: rotate(10deg) translateX(20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }
    @-o-keyframes toLeft {
        0% {
            -webkit-transform: rotate(10deg) translateX(-10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-10%) scale(.5);
            -o-transform: rotate(10deg) translateX(-10%) scale(.5);
            transform: rotate(10deg) translateX(-10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(-20%) scale(.5);
            -moz-transform: rotate(0) translateX(-20%) scale(.5);
            -ms-transform: rotate(0) translateX(-20%) scale(.5);
            -o-transform: rotate(0) translateX(-20%) scale(.5);
            transform: rotate(0) translateX(-20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-30%) scale(.5);
            -o-transform: rotate(10deg) translateX(-30%) scale(.5);
            transform: rotate(10deg) translateX(-30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(30%) scale(.5);
            -moz-transform: rotate(0) translateX(30%) scale(.5);
            -ms-transform: rotate(0) translateX(30%) scale(.5);
            -o-transform: rotate(0) translateX(30%) scale(.5);
            transform: rotate(0) translateX(30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(20%) scale(.5);
            -o-transform: rotate(10deg) translateX(20%) scale(.5);
            transform: rotate(10deg) translateX(20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }
    @-moz-keyframes toLeft {
        0% {
            -webkit-transform: rotate(10deg) translateX(-10%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-10%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-10%) scale(.5);
            -o-transform: rotate(10deg) translateX(-10%) scale(.5);
            transform: rotate(10deg) translateX(-10%) scale(.5);
        }
        20% {
            -webkit-transform: rotate(0) translateX(-20%) scale(.5);
            -moz-transform: rotate(0) translateX(-20%) scale(.5);
            -ms-transform: rotate(0) translateX(-20%) scale(.5);
            -o-transform: rotate(0) translateX(-20%) scale(.5);
            transform: rotate(0) translateX(-20%) scale(.5);
        }
        40% {
            -webkit-transform: rotate(10deg) translateX(-30%) scale(.5);
            -moz-transform: rotate(10deg) translateX(-30%) scale(.5);
            -ms-transform: rotate(10deg) translateX(-30%) scale(.5);
            -o-transform: rotate(10deg) translateX(-30%) scale(.5);
            transform: rotate(10deg) translateX(-30%) scale(.5);
        }
        60% {
            -webkit-transform: rotate(180deg) translateX(30%) scale(.5);
            -moz-transform: rotate(0) translateX(30%) scale(.5);
            -ms-transform: rotate(0) translateX(30%) scale(.5);
            -o-transform: rotate(0) translateX(30%) scale(.5);
            transform: rotate(0) translateX(30%) scale(.5);
        }
        80% {
            -webkit-transform: rotate(10deg) translateX(20%) scale(.5);
            -moz-transform: rotate(10deg) translateX(20%) scale(.5);
            -ms-transform: rotate(10deg) translateX(20%) scale(.5);
            -o-transform: rotate(10deg) translateX(20%) scale(.5);
            transform: rotate(10deg) translateX(20%) scale(.5);
        }
        100% {
            -webkit-transform: rotate(0) translateX(0%) scale(.5);
            -moz-transform: rotate(0) translateX(0%) scale(.5);
            -ms-transform: rotate(0) translateX(0%) scale(.5);
            -o-transform: rotate(0) translateX(0%) scale(.5);
            transform: rotate(0) translateX(0%) scale(.5);
        }
    }
}


@media screen and (max-width: 1200px) {
    .spectacole .spectacol:nth-child(2n+1) .imagine-spectacol .animation {
        right: -50px;
    }
    .spectacole .spectacol .imagine-spectacol .animation {
        left: -40px;
        top: -70px;
    }
}
