/*#region common*/
@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Bold.eot');
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Alef-Bold.woff') format('woff'), url('fonts/Alef-Bold.ttf') format('truetype'), url('fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}




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

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Alef',Arial;
    font-size: 1em;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-image: url(images/backgrounds/main_rpt.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    direction: rtl;
}

.main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(images/backgrounds/main.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.game_background {
    background-size: 100% auto;
    height: 100vh;
    left: 50%;
    position: absolute;
    top: 0;
    transition: background-position ease 2s;
}

body.committee {
    background-image: url(images/backgrounds/committee_rpt.png);
}

    body.committee .game_background, body.committee .main {
        background-image: url(images/backgrounds/committee.png);
    }

    body.committee .game_background {
        margin-left: -103.5vh;
        width: 207vh;
    }

body.figure {
    background-image: none;
    background-color: #77958d;
}

    body.figure .main, .figure .game_background {
        background-image: url(images/backgrounds/figure.png);
    }

.figure .game_background {
    background-position: center;
    background-size: auto 100%;
    left: 0;
    width: 100%;
}

    .figure .game_background.second {
        background-position: 10% center;
    }

body.public {
    background-image: url(images/backgrounds/public_rpt.png);
}

    body.public .main {
        background-image: url(images/backgrounds/public.png);
    }

body.schedule {
    background-image: url(images/backgrounds/schedule_rpt.png);
}

    body.schedule .main {
        background-image: none;
    }

body.plenary {
    background-image: url(images/backgrounds/plenary_rpt.png);
}

    body.plenary .game_background, body.plenary .main {
        background-image: url(images/backgrounds/plenary.png);
    }

    body.plenary .game_background {
        margin-left: -196.75vh;
        width: 393.5vh;
    }

body.final .game_background.left {
    background-image: url(images/backgrounds/final_rpt_left.png);
    background-size: auto 100%;
    left: 0;
    width: 50%;
}

body.final .game_background.right {
    background-image: url(images/backgrounds/final_rpt_right.png);
    background-size: auto 100%;
    left: 50%;
    width: 50%;
}

body.final .main {
    background-image: url(images/backgrounds/final.png);
}


.sprite, .sprite_before:before, .sprite_after:after {
    content: '';
    display: inline-block;
    background-image: url(images/sprites.png);
    background-size: auto 100vh;
    background-repeat: no-repeat;
}

    .sprite.sprite_schedule, .sprite_before.sprite_schedule:before, .sprite_after.sprite_schedule:after {
        background-image: url(images/sprites_schedule.png);
    }

    .sprite.info {
        background-position: 72.7% 26%;
        width: 5vh;
        height: 6vh;
        max-height: 36px;
        max-width: 34px;
        vertical-align: middle;
    }

    .sprite.home {
        background-position: 62.9% 58%;
        height: 6vh;
        width: 7vh;
        max-height: 44px;
        max-width: 51px;
    }


    .sprite.home_small {
        background-position: 68% 57%;
        height: 5vh;
        width: 5vh;
        max-height: 36px;
        max-width: 36px;
        margin: -20% -2% -6% 1%;
    }

button .sprite.home_small {
    margin: -11% -8% -6% 8%;
    vertical-align: middle;
}

.sprite.sandclock {
    background-position: 71.3% 67.3%;
    height: 4vh;
    width: 3vh;
    max-height: 30px;
    max-width: 22px;
    vertical-align: text-bottom;
    margin-left: 1vh;
}

.sprite.close {
    position: absolute;
    top: -1vh;
    right: -1vh;
    background-color: #000;
    height: 4vh;
    width: 4vh;
    max-height: 30px;
    max-width: 30px;
    cursor: pointer;
    background-position: 83.5% 36.2%;
    border-radius: 50%;
}

.checkbox {
    display: inline-block;
    height: 4.5vh;
    width: 8.5vh;
    max-height: 32.7px;
    max-width: 62px;
    background-color: #b4b4b3;
    border-radius: 3vh;
    vertical-align: middle;
    margin: 0 1vh;
    cursor: pointer;
    position: relative;
}

    .checkbox:after {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 90%;
        position: absolute;
        left: 3%;
        top: 5%;
        width: 45%;
        0%;
    }

    .checkbox.active {
        background-color: #50bc07;
    }

        .checkbox.active:after {
            left: auto;
            right: 3%;
        }

button {
    height: 6vh;
    max-height: 44px;
    border-radius: 3vh;
    display: inline-block;
    background-color: #50bc07;
    border: 0;
    padding: 0 2vh;
    color: #fff;
    position: relative;
    font-size: 3vh;
    font-weight: bold;
    line-height: 1vh;
    cursor: pointer;
}

    button.next {
        background-color: #ffa200;
    }

    button.play, button.next, button.back, a.play {
        padding-left: 7vh;
    }

        button.play:after, button.next:after, button.back:after, a.play:after {
            background-color: #000;
            border-radius: 50%;
            height: 5vh;
            width: 5vh;
            max-height: 36.5px;
            max-width: 36.5px;
            left: 4%;
            position: absolute;
            top: 9%;
            background-position: 77.1% 67.1%;
        }

        button.back:after {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    button.small {
        height: 5vh;
        max-height: 36px;
        padding: 0 2vh;
        font-size: 2.5vh;
    }

        button.small.play, button.small.next, button.small.back {
            padding-left: 6vh;
        }

            button.small.play:after, button.small.next:after, button.small.back:after {
                height: 4vh;
                width: 4vh;
                max-height: 29px;
                max-width: 29px;
                background-position: 76.9% 66.8%;
            }

.fullsize {
    width: 100%;
    height: 100%;
}
/*#endregion*/

/*#region spritsheet animations*/
.clouds {
    background-position: 70% 43.5%;
    width: 27vh;
    height: 9vh;
    opacity: 0.7;
    position: absolute;
    top: 9%;
    -moz-animation: clouds 40s linear infinite;
    -o-animation: clouds 40s linear infinite;
    -webkit-animation: clouds 40s linear infinite;
    animation: clouds 40s linear infinite;
    z-index: 1;
}

@-moz-keyframe clouds {
    from {
        left: 0;
        margin-left: -276px;
    }

    to {
        left: 100%;
        margin-left: 0;
    }
}

@-webkit-keyframes clouds {
    from {
        left: 0;
        margin-left: -276px;
    }

    to {
        left: 100%;
        margin-left: 0;
    }
}

@keyframes clouds {
    from {
        left: 0;
        margin-left: -276px;
    }

    to {
        left: 100%;
        margin-left: 0;
    }
}

.knesset {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 60vh;
    height: 15vh;
    top: 13%;
    background-position: 0 46%;
    z-index: 2;
}

.flag {
    background-image: url(images/sprites/flag.png);
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    top: 6%;
    margin: 0 auto 0 18vh;
    -moz-animation: flag 1s steps(8) infinite;
    -o-animation: flag 1s steps(8) infinite;
    -webkit-animation: flag 1s steps(8) infinite;
    animation: flag 1s steps(8) infinite;
}

@-moz-keyframes flag {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 640px top;
    }
}

@-webkit-keyframes flag {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 640px top;
    }
}

@keyframes flag {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 640px top;
    }
}

.traffic {
    background-image: url(images/sprites/traffic.png);
    background-size: auto 100%;
    width: 100px;
    height: 250px;
    position: absolute;
    left: 77%;
    bottom: 0;
    -moz-animation: traffic 10s steps(1) infinite;
    -o-animation: traffic 10s steps(1) infinite;
    -webkit-animation: traffic 10s steps(1) infinite;
    animation: traffic 10s steps(1) infinite;
}

@-moz-keyframes traffic {
    0% {
        background-position: 0 0;
    }

    30% {
        background-position: 0 0;
    }

    40% {
        background-position: -100px 0;
    }

    45% {
        background-position: -200px 0;
    }

    50% {
        background-position: -300px 0;
    }

    85% {
        background-position: -200px 0;
    }

    90% {
        background-position: -100px 0;
    }
}

@-webkit-keyframes traffic {
    0% {
        background-position: 0 0;
    }

    30% {
        background-position: 0 0;
    }

    40% {
        background-position: -100px 0;
    }

    45% {
        background-position: -200px 0;
    }

    50% {
        background-position: -300px 0;
    }

    85% {
        background-position: -200px 0;
    }

    90% {
        background-position: -100px 0;
    }
}

@keyframes traffic {
    0% {
        background-position: 0 0;
    }

    30% {
        background-position: 0 0;
    }

    40% {
        background-position: -100px 0;
    }

    45% {
        background-position: -200px 0;
    }

    50% {
        background-position: -300px 0;
    }

    85% {
        background-position: -200px 0;
    }

    90% {
        background-position: -100px 0;
    }
}

.knesset_small {
    background-size: auto 100%;
    position: absolute;
    left: 0;
    width: 300px;
    height: 210px;
    top: 0;
    cursor: pointer;
    -moz-animation: knesset_small 2s steps(22) infinite;
    -o-animation: knesset_small 2s steps(22) infinite;
    -webkit-animation: knesset_small 2s steps(22) infinite;
    animation: knesset_small 2s steps(22) infinite;
    animation-delay: 0 !important;
    z-index: 4;
}

.knesset_think {
    background-color: #23b800;
    border-radius: 10px;
    cursor: pointer;
    display: none;
    font-size: 1.7vh;
    font-weight: bold;
    left: 220px;
    line-height: 1.5vh;
    margin: 12vh 0 0 4vh;
    max-width: 250px;
    padding: 1.5vh;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 34.3vh;
    z-index: 5;
}

    .knesset_think:before {
        background-position: 50.5% 65%;
        height: 7vh;
        left: -1.5vh;
        position: absolute;
        top: -10vh;
        width: 7vh;
    }

    .knesset_think:after {
        border-color: transparent transparent #23b800;
        border-style: solid;
        border-width: 3vh 2vh;
        bottom: 100%;
        content: "";
        left: 2vh;
        position: absolute;
    }


    .knesset_think.tutorial {
        display: block !important;
    }


    .knesset_think .icontent {
        background-color: #fff;
        height: 100%;
        padding: 1.5vh;
    }

    .knesset_think .item_wrapper {
        background-position: 81% 46%;
        height: 8vh;
        margin-bottom: 0;
        margin-right: 0;
        width: 9.5vh;
        transform: scale(0.7);
    }

    .knesset_think span {
        width: 6vh;
        height: 7vh;
    }

        .knesset_think span.item0 {
            background-position: 5% 45.5%;
        }

        .knesset_think span.item1 {
            background-position: 54% 45.5%;
        }

        .knesset_think span.item2 {
            background-position: 42% 45.5%;
        }

        .knesset_think span.item3 {
            background-position: 30% 45.5%;
        }

        .knesset_think span.item4 {
            background-position: 17.5% 45.5%;
        }

        .knesset_think span.item5 {
            background-position: 66.3% 45.5%;
        }

.plenary .knesset_think {
    z-index: 1100;
}

.knesset_alert {
    background-color: rgba(0,0,0,0.6);
    width: 27vh;
    height: auto;
    padding: 1vh;
    position: absolute;
    left: 265px;
    top: 90px;
    z-index: 5;
}

    .knesset_alert:after {
        border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
        border-style: solid;
        border-width: 1.3vh 2.5vh;
        content: "";
        position: absolute;
        right: 100%;
        top: 1vh;
    }

    .knesset_alert .container {
        background-color: #fff;
        padding: 10px;
        font-size: 2vh;
    }

    .knesset_alert h3 {
        text-align: center;
        margin: 0;
        font-size: 2.5vh;
    }

    .knesset_alert .btn_container {
        padding: 1vh 0;
        text-align: left;
    }

    .knesset_alert.alert button {
        background-color: #ec0f52;
    }

        .knesset_alert.alert button.back {
            background-color: #50bc07;
            float: right;
        }

.figure .knesset_alert.alert button {
    background-color: #50bc07;
}

.knesset_small.hands {
    background-image: url(images/sprites/hands1.png);
    animation: none;
}

.knesset_small.angry1 {
    background-image: url(images/sprites/angry01.png);
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.knesset_small.angry2 {
    background-image: url(images/sprites/angry02.png);
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.knesset_small.cry {
    background-image: url(images/sprites/cry.png);
}

.knesset_small.happy1 {
    background-image: url(images/sprites/happy01.png);
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.knesset_small.happy2 {
    background-image: url(images/sprites/happy02.png);
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.knesset_small.success_final {
    background-image: url(images/sprites/success_final.png);
}

.knesset_small.success1 {
    background-image: url(images/sprites/success01.png);
}

.knesset_small.success2 {
    background-image: url(images/sprites/success02.png);
}

.knesset_small.success3 {
    background-image: url(images/sprites/success03.png);
}

.knesset_small.talk1 {
    background-image: url(images/sprites/talk01.png);
}

.knesset_small.talk2 {
    background-image: url(images/sprites/talk02.png);
}

.knesset_small.talk3 {
    background-image: url(images/sprites/talk03.png);
}

.knesset_small.wait1 {
    background-image: url(images/sprites/wait01.png);
}

.knesset_small.wait2 {
    background-image: url(images/sprites/wait02.png);
}

.knesset_small.warning {
    background-image: url(images/sprites/warning.png);
}

.knesset_small.pointing {
    background-image: url(images/sprites/point.png);
}

.knesset_small.start {
    background-image: url(images/sprites/start.png);
}

.knesset_small.tie {
    background-image: url(images/sprites/tie.png);
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.modal .header .knesset_small {
    right: -43px;
    top: auto;
    bottom: -43px;
}

@-moz-keyframes knesset_small {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 6600px top;
    }
}

@-webkit-keyframes knesset_small {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 6600px top;
    }
}

@keyframes knesset_small {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 6600px top;
    }
}



.public .ans {
    width: 165px;
    height: 165px;
    margin: 67.5px;
    font-size: 16pt;
}

    .public .ans.wrong, .public .ans.correct {
        width: 300px;
        height: 300px;
        margin: 0;
        font-size: 16pt;
    }

    .public .ans.explain {
        margin-left: -150px;
    }

    .public .ans div > span {
        height: 165px;
    }

    .public .ans.wrong div > span, .public .ans.correct div > span {
        height: 300px;
    }

    .public .ans.wrong div {
        -moz-animation: wrong 0.3s steps(7) normal;
        -o-animation: wrong 0.3s steps(7) normal;
        -webkit-animation: wrong 0.3s steps(7) normal;
        animation: wrong 0.3s steps(7) normal;
    }

@-moz-keyframes wrong {
    0% {
        background-position: -2100px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

@-webkit-keyframes wrong {
    0% {
        background-position: -2100px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

@keyframes wrong {
    0% {
        background-position: -2100px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

.public .ans.correct div {
    -moz-animation: correct 0.3s steps(10) normal;
    -o-animation: correct 0.3s steps(10) normal;
    -webkit-animation: correct 0.3s steps(10) normal;
    animation: correct 0.3s steps(10) normal;
}

@-moz-keyframes correct {
    0% {
        background-position: -3000px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

@-webkit-keyframes correct {
    0% {
        background-position: -3000px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

@keyframes correct {
    0% {
        background-position: -3000px top;
        font-size: 16pt;
    }

    1% {
        font-size: 0;
    }

    100% {
        background-position: 0 top;
        font-size: 0;
    }
}

.figure .medal {
    background-image: url("images/sprites/medal.png");
    background-size: auto 100%;
    animation-delay: 0 !important;
    z-index: 4;
}

    .figure .medal.placed {
        -moz-animation: medal 2s steps(15) infinite;
        -o-animation: medal 2s steps(15) infinite;
        -webkit-animation: medal 2s steps(15) infinite;
        animation: medal 2s steps(15) infinite;
    }

@-moz-keyframes medal {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 3000px top;
    }
}

@-webkit-keyframes medal {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 3000px top;
    }
}

@keyframes medal {
    from {
        background-position: 0 top;
    }

    to {
        background-position: 3000px top;
    }
}

@media only screen and (max-height : 768px) {
    .modal .header .knesset_small {
        right: -13px;
        top: auto;
        bottom: -21px;
    }

    .explenations div:nth-child(1) {
        width: 200px;
        top: 125px;
        left: 20px;
    }

    .homepage .explenations div:nth-child(2), .schedule .explenations div:nth-child(8) {
        left: 53vh;
        top: 7vh;
        width: 160px;
    }

    .schedule .explenations div:nth-child(8) {
        left: 31vh;
    }

    .knesset_alert {
        left: 175px;
        top: 60px;
    }

    .knesset_think {
        left: 155px;
        top: 40px;
    }

    .knesset_small {
        width: 200px;
        height: 140px;
        -moz-animation: knesset_small1 2s steps(22) infinite;
        -o-animation: knesset_small1 2s steps(22) infinite;
        -webkit-animation: knesset_small1 2s steps(22) infinite;
        animation: knesset_small1 2s steps(22) infinite;
    }

    @-moz-keyframes knesset_small1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 4400px top;
        }
    }

    @-webkit-keyframes knesset_small1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 4400px top;
        }
    }

    @keyframes knesset_small1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 4400px top;
        }
    }

    .flag {
        width: 60px;
        height: 60px;
        -moz-animation: flag1 1s steps(8) infinite;
        -o-animation: flag1 1s steps(8) infinite;
        -webkit-animation: flag1 1s steps(8) infinite;
        animation: flag1 1s steps(8) infinite;
    }

    @-moz-keyframes flag1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 480px top;
        }
    }

    @-webkit-keyframes flag1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 480px top;
        }
    }

    @keyframes flag1 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 480px top;
        }
    }

    .public .ans {
        width: 137.5px;
        height: 137.5px;
        margin: 56.25px;
        font-size: 14pt;
    }

        .public .ans.wrong, .public .ans.correct {
            width: 250px;
            height: 250px;
            margin: 0;
            font-size: 14pt;
        }

        .public .ans.explain {
            margin-left: -125px;
        }

        .public .ans div > span {
            height: 137.5px;
        }

        .public .ans.wrong div > span, .public .ans.correct div > span {
            height: 250px;
        }

        .public .ans.wrong div {
            -moz-animation: wrong1 0.3s steps(7) normal;
            -o-animation: wrong1 0.3s steps(7) normal;
            -webkit-animation: wrong1 0.3s steps(7) normal;
            animation: wrong1 0.3s steps(7) normal;
        }

    @-moz-keyframes wrong1 {
        0% {
            background-position: -1750px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @-webkit-keyframes wrong1 {
        0% {
            background-position: -1750px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @keyframes wrong1 {
        0% {
            background-position: -1750px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    .public .ans.correct div {
        -moz-animation: correct1 0.3s steps(10) normal;
        -o-animation: correct1 0.3s steps(10) normal;
        -webkit-animation: correct1 0.3s steps(10) normal;
        animation: correct1 0.3s steps(10) normal;
    }

    @-moz-keyframes correct1 {
        0% {
            background-position: -2500px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @-webkit-keyframes correct1 {
        0% {
            background-position: -2500px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @keyframes correct1 {
        0% {
            background-position: -2500px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }
}

@media only screen and (max-height : 400px) {
    .modal .header .knesset_small {
        right: 5px;
        top: auto;
        bottom: 0px;
    }

    .explenations div:nth-child(1) {
        width: 180px;
        top: 72px;
        left: 20px;
    }

    .homepage .explenations div:nth-child(2), .schedule .explenations div:nth-child(8) {
        left: 53vh;
        top: 7vh;
        width: 160px;
    }

    .schedule .explenations div:nth-child(8) {
        left: 25vh;
    }

    .knesset_alert {
        left: 100px;
        top: 30px;
    }

    .knesset_think {
        left: 85px;
        top: 20px;
    }

    .knesset_small {
        width: 100px;
        height: 70px;
        -moz-animation: knesset_small2 2s steps(22) infinite;
        -o-animation: knesset_small2 2s steps(22) infinite;
        -webkit-animation: knesset_small2 2s steps(22) infinite;
        animation: knesset_small2 2s steps(22) infinite;
    }

    @-moz-keyframes knesset_small2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 2200px top;
        }
    }

    @-webkit-keyframes knesset_small2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 2200px top;
        }
    }

    @keyframes knesset_small2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 2200px top;
        }
    }

    .flag {
        width: 40px;
        height: 40px;
        -moz-animation: flag1 1s steps(8) infinite;
        -o-animation: flag1 1s steps(8) infinite;
        -webkit-animation: flag1 1s steps(8) infinite;
        animation: flag2 1s steps(8) infinite;
    }

    @-moz-keyframes flag2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 320px top;
        }
    }

    @-webkit-keyframes flag2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 320px top;
        }
    }

    @keyframes flag2 {
        from {
            background-position: 0 top;
        }

        to {
            background-position: 320px top;
        }
    }

    .public .ans {
        width: 55px;
        height: 55px;
        margin: 22.5px;
        font-size: 6pt;
    }

        .public .ans.wrong, .public .ans.correct {
            width: 100px;
            height: 100px;
            margin: 0;
            font-size: 6pt;
        }

        .public .ans.explain {
            margin-left: -50px;
        }

        .public .ans div > span {
            height: 55px;
        }

        .public .ans.wrong div > span, .public .ans.correct div > span {
            height: 100px;
        }

        .public .ans.wrong div {
            -moz-animation: wrong2 0.3s steps(7) normal;
            -o-animation: wrong2 0.3s steps(7) normal;
            -webkit-animation: wrong2 0.3s steps(7) normal;
            animation: wrong2 0.3s steps(7) normal;
        }

    @-moz-keyframes wrong2 {
        0% {
            background-position: -700px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @-webkit-keyframes wrong2 {
        0% {
            background-position: -700px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @keyframes wrong2 {
        0% {
            background-position: -700px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    .public .ans.correct div {
        -moz-animation: correct2 0.3s steps(10) normal;
        -o-animation: correct2 0.3s steps(10) normal;
        -webkit-animation: correct2 0.3s steps(10) normal;
        animation: correct2 0.3s steps(10) normal;
    }

    @-moz-keyframes correct2 {
        0% {
            background-position: -1000px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @-webkit-keyframes correct2 {
        0% {
            background-position: -1000px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }

    @keyframes correct2 {
        0% {
            background-position: -1000px top;
            font-size: 16pt;
        }

        1% {
            font-size: 0;
        }

        100% {
            background-position: 0 top;
            font-size: 0;
        }
    }


    .traffic {
        width: 50px;
        height: 125px;
        -moz-animation: traffic1 10s steps(1) infinite;
        -o-animation: traffic1 10s steps(1) infinite;
        -webkit-animation: traffic1 10s steps(1) infinite;
        animation: traffic1 10s steps(1) infinite;
    }

    @-moz-keyframes traffic1 {
        0% {
            background-position: 0 0;
        }

        30% {
            background-position: 0 0;
        }

        40% {
            background-position: -50px 0;
        }

        45% {
            background-position: -100px 0;
        }

        50% {
            background-position: -150px 0;
        }

        85% {
            background-position: -100px 0;
        }

        90% {
            background-position: -50px 0;
        }
    }

    @-webkit-keyframes traffic1 {
        0% {
            background-position: 0 0;
        }

        30% {
            background-position: 0 0;
        }

        40% {
            background-position: -50px 0;
        }

        45% {
            background-position: -100px 0;
        }

        50% {
            background-position: -150px 0;
        }

        85% {
            background-position: -100px 0;
        }

        90% {
            background-position: -50px 0;
        }
    }

    @keyframes traffic1 {
        0% {
            background-position: 0 0;
        }

        30% {
            background-position: 0 0;
        }

        40% {
            background-position: -50px 0;
        }

        45% {
            background-position: -100px 0;
        }

        50% {
            background-position: -150px 0;
        }

        85% {
            background-position: -100px 0;
        }

        90% {
            background-position: -50px 0;
        }
    }
}

.knesset_small.pause {
    -moz-animation: none !important;
    -o-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}
/*#endregion*/

/*#region generic UI*/
.logo {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 13vh;
    width: 33vh;
    top: 1%;
    background-position: 0% 68%;
}

.dashboard, .figure .panel {
    background-color: rgba(0,0,0,0.6);
    max-width: 204px;
    width: 28vh;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 10px;
    padding: 2vh;
    z-index: 7;
}

    .dashboard .person {
        width: 100%;
        background-color: #fff;
        text-align: center;
        display: block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
        padding: 10px 0 30px 0;
        position: relative;
        max-height: 100vh;
        -moz-transition: max-height ease 0.5s;
        -o-transition: max-height ease 0.5s;
        -webkit-transition: max-height ease 0.5s;
        transition: max-height ease 0.5s;
    }

    .dashboard.closed .person {
        max-height: 19vh;
        border-radius: 10px;
        padding: 10px 0;
    }

    .dashboard .person h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        background-color: #50bc07;
        font-size: 2.2vh;
        padding: 5px 3px;
        color: #fff;
        width: 100%;
    }

    .dashboard .person .img {
        width: 70%;
        position: relative;
        margin: auto;
    }

        .dashboard .person .img img {
            position: absolute;
            top: 0;
            display: block;
            width: 100%;
        }

            .dashboard .person .img img:nth-child(1) {
                position: static;
            }

    .dashboard .agenda {
        font-size: 2.2vh;
        font-weight: bold;
        color: #fff;
        padding: 15px 7px 7px 7px;
        margin: 20px 0;
        width: 100%;
        text-align: center;
        position: relative;
        height: 22vh;
        max-height: 175px;
        cursor: pointer;
    }

        .dashboard .agenda .info {
            position: absolute;
            left: 5%;
            top: 5%;
        }

        .dashboard .agenda .agenda_img {
            display: block;
            margin: 1vh auto;
            width: 13vh;
            max-width: 95px;
            height: 12vh;
            max-height: 87px;
        }

        .dashboard .agenda .ajendaDesc, .dashboard .agenda .shade {
            position: absolute;
            width: 50vh;
            max-width: 360px;
            height: 100%;
            top: 0;
            right: 100%;
            padding: 10px;
            font-weight: normal;
            text-align: right;
            z-index: 2;
        }

            .dashboard .agenda .ajendaDesc h2 {
                margin: 0;
                color: #000;
            }

            .dashboard .agenda .ajendaDesc span {
                display: block;
                position: relative;
                z-index: 2;
                line-height: 1.2em;
            }

        .dashboard .agenda.agenda0 .agenda_img {
            background-position: 71% 92%;
        }

        .dashboard .agenda.agenda1 .agenda_img {
            background-position: 58% 92%;
        }

        .dashboard .agenda.agenda2 .agenda_img {
            background-position: 46.5% 93%;
        }

        .dashboard .agenda.agenda3 .agenda_img {
            background-position: 34.5% 91.9%;
        }


        .dashboard .agenda.agenda0, .dashboard .agenda.agenda0 .ajendaDesc {
            background-position: 71% 92%;
            background-color: #5dd3ff;
        }

        .dashboard .agenda.agenda1, .dashboard .agenda.agenda1 .ajendaDesc {
            background-position: 58% 92%;
            background-color: #ffa200;
        }

        .dashboard .agenda.agenda2, .dashboard .agenda.agenda2 .ajendaDesc {
            background-position: 46.5% 93%;
            background-color: #50bc07;
        }

        .dashboard .agenda.agenda3, .dashboard .agenda.agenda3 .ajendaDesc {
            background-position: 34.5% 91.9%;
            background-color: #ec0f52;
        }


        .dashboard .agenda .shade {
            transform: translate(-0.4vh, 0.4vh);
            background-color: rgba(0,0,0,0.2);
            z-index: 1;
        }

            .dashboard .agenda .ajendaDesc:before, .dashboard .agenda .ajendaDesc:after, .dashboard .agenda .shade:before, .dashboard .agenda .shade:after {
                content: "";
                position: absolute;
                top: 0;
                left: -11vh;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 11vh;
                z-index: 1;
                border-color: rgba(0,0,0,0.2) transparent transparent transparent;
            }

            .dashboard .agenda .ajendaDesc:after, .dashboard .agenda .shade:after {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                bottom: 0;
                top: auto;
            }

        .dashboard .agenda.agenda0 .ajendaDesc:before, .dashboard .agenda.agenda0 .ajendaDesc:after {
            border-color: #5dd3ff transparent transparent transparent;
        }

        .dashboard .agenda.agenda1 .ajendaDesc:before, .dashboard .agenda.agenda1 .ajendaDesc:after {
            border-color: #ffa200 transparent transparent transparent;
        }

        .dashboard .agenda.agenda2 .ajendaDesc:before, .dashboard .agenda.agenda2 .ajendaDesc:after {
            border-color: #50bc07 transparent transparent transparent;
        }

        .dashboard .agenda.agenda3 .ajendaDesc:before, .dashboard .agenda.agenda3 .ajendaDesc:after {
            border-color: #ec0f52 transparent transparent transparent;
        }

        .dashboard .agenda .shade:after {
            border-color: rgba(0,0,0,0.2) transparent transparent rgba(0,0,0,0.2);
        }


    .dashboard .achievements {
        white-space: nowrap;
        position: relative;
    }

    .dashboard .achievement, .final .achievement, .modal .achievement {
        height: 9vh;
        max-height: 66px;
        width: 7vh;
        max-width: 51px;
        margin: 0 0 1vh 0.2vh;
        position: relative;
        background-position: 0 27.5%;
        opacity: 0.5;
        vertical-align: middle;
    }

    .dashboard .achievement {
        cursor: pointer;
    }

        .dashboard .achievement.active, .final .achievement.active, .modal .achievement.active {
            opacity: 1;
        }

        .dashboard .achievement:last-child, .final .achievement:last-child {
            margin-left: 0;
        }

        .dashboard .achievement:after, .final .achievement:after, .modal .achievement:after {
            position: absolute;
            width: 72%;
            height: 55%;
            left: 12%;
        }

        .dashboard .achievement:nth-child(1):after, .final .achievement:nth-child(1):after, .modal .achievement.medal0:after {
            background-position: 10% 26%;
            top: 12%;
        }

        .dashboard .achievement:nth-child(2):after, .final .achievement:nth-child(2):after, .modal .achievement.medal1:after {
            background-position: 15.2% 25%;
            top: 5%;
        }

        .dashboard .achievement:nth-child(3):after, .final .achievement:nth-child(3):after, .modal .achievement.medal2:after {
            background-position: 21% 25%;
            top: 5%;
            left: 15%;
        }


    .dashboard .achievements .text {
        position: absolute;
        background-color: #5dd3ff;
        padding: 1vh;
        border-radius: 1vh;
        z-index: 5;
        font-size: 1.7vh;
        max-width: 175px;
        width: 24vh;
        top: 130%;
    }

        .dashboard .achievements .text > span {
            background-color: #fff;
            display: block;
            padding: 1vh;
            text-align: center;
            white-space: pre-line;
        }

        .dashboard .achievements .text:after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -2vh;
            border-width: 3.5vh 2vh;
            border-color: transparent transparent #5dd3ff transparent;
            border-style: solid;
        }

        .dashboard .achievements .text.medal0:after {
            left: 85%;
        }

        .dashboard .achievements .text.medal1:after {
            left: 50%;
        }

        .dashboard .achievements .text.medal2:after {
            left: 18%;
        }


    .dashboard .collapse {
        max-height: 100vh;
        -moz-transition: max-height ease 0.5s;
        -o-transition: max-height ease 0.5s;
        -webkit-transition: max-height ease 0.5s;
        transition: max-height ease 0.5s;
    }

    .dashboard.closed .collapse {
        max-height: 0;
        overflow: hidden;
    }

    .dashboard .btn_collapse {
        background-position: 20.4% 77.3%;
        width: 10.5vh;
        max-width: 77px;
        height: 5vh;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5.25vh;
        margin-top: -2.1vh;
        cursor: pointer;
    }

    .dashboard.closed .btn_collapse {
        background-position: 65.7% 25.3%;
    }

.points {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 35vh;
    top: 25px;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    padding: 0.2vh 4vh 1vh 0;
    color: #fff;
    height: 5vh;
    border-radius: 2.5vh;
    width: 20vh;
    max-width: 144px;
    max-height: 38px;
    z-index: 5;
}

    .points:after {
        background-position: 90% 27%;
        position: absolute;
        top: -0.4vh;
        right: -2vh;
        height: 7vh;
        width: 7vh;
        max-height: 53px;
        max-width: 53px;
    }

.point_animation {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all ease 1s;
}


.sound_panel {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0.6);
    padding: 1vh 4vh;
    position: absolute;
    left: 2vh;
    bottom: 2vh;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    z-index: 3;
}

    .sound_panel span {
        display: block;
        text-align: right;
        width: 21vh;
        height: 9vh;
        max-width: 153px;
        max-height: 66px;
        line-height: 9vh;
        position: relative;
        cursor: pointer;
    }

        .sound, .reload, .home_btn, .sound_panel span:after, .sound_panel span:before {
            content: "";
            background-color: rgba(0,0,0,0.6);
            height: 8vh;
            width: 8vh;
            max-height: 53px;
            max-width: 53px;
            border-radius: 50%;
            position: absolute;
            left: 4vh;
            cursor: pointer;
            bottom: 2vh;
            z-index: 1;
        }

            .sound:after, .reload:after {
                position: absolute;
                background-position: 78.5% 37%;
                width: 75%;
                top: 21%;
                left: 16%;
                height: 75%;
            }

            .sound.disabled:after {
                background-position: 71.7% 37%;
            }

.reload {
    left: 14vh;
}

    .reload:after {
        background-position: 77.5% 60%;
        height: 100%;
    }

.sound_panel span:before, .sound_panel span:after {
    left: -2vh;
    bottom: 1vh;
}

.sound_panel span:before {
    background-color: transparent;
    opacity: 0.5;
    z-index: 2;
}

.sound_panel span.active:before {
    opacity: 1;
}

.sound_panel span:nth-child(1):before {
    background-position: 64.7% 34%;
}

.sound_panel span:nth-child(2):before {
    background-position: 58.2% 34%;
}

.sound_panel span:nth-child(3):before {
    background-position: 51.5% 34.5%;
}

.sound_panel span:nth-child(4):before {
    background-position: 78.8% 36%;
}

.home_btn {
    left: 14vh;
}

    .home_btn .home {
        position: absolute;
        top: 10%;
        left: 5%;
    }



.hidden_settings {
    bottom: 7vh;
    left: 5vh;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25vh;
    max-width: 182px;
    background-color: rgba(0,0,0,0.6);
    height: 13vh;
    max-height: 95px;
    border-radius: 6vh;
    padding: 1.5vh;
    z-index: 3;
}

    .hidden_settings div {
        display: inline-block;
        width: 10vh;
        height: 10vh;
        max-width: 73px;
        max-height: 73px;
        border-radius: 50%;
        background-color: #000;
        margin: 0 0.5vh;
    }

        .hidden_settings div:last-child {
            position: absolute;
        }

        .hidden_settings div > a, .hidden_settings div > .circle-timer {
            display: block;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: relative;
            text-align: center;
            color: #fff;
        }

        .hidden_settings div > a {
            cursor: pointer;
        }

        .hidden_settings div .home {
            margin: 1.8vh 0 0 -0.5vh;
        }

        .hidden_settings div .circle-timer span.text {
            font-size: 3vh;
            font-weight: bold;
            left: 0;
            position: absolute;
            right: 0;
            top: 2.7vh;
        }

        .hidden_settings div .circle-timer span.sprite {
            width: 100%;
            height: 50%;
            display: block;
            margin: auto;
            left: 0;
            position: absolute;
            right: 0;
            top: 2.7vh;
            background-position: 78.2% 72.8%;
        }

        .hidden_settings div .circle-timer canvas {
            margin: 1.5vh 0 0 0.5vh;
        }


.stack {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    bottom: 2vh;
    text-align: center;
}

    .stack .inner {
        display: inline-block;
        margin: auto;
        background-color: rgba(0,0,0,0.6);
        height: 13vh;
        max-height: 95px;
        border-radius: 6vh;
        padding: 1.5vh;
        position: relative;
    }

        .stack .inner > div {
            display: inline-block;
            width: 10vh;
            height: 10vh;
            max-width: 73px;
            max-height: 73px;
            border-radius: 50%;
            background-color: #000;
            margin: 0 0.5vh;
        }

        .stack .inner div.current {
            border: 4px solid #fff;
            cursor: pointer;
        }

        .stack .inner div.active {
            border: 4px solid #5edeff;
            cursor: pointer;
        }

        .stack .inner img {
            display: block;
            height: 70%;
            margin: 15% auto;
        }


        .stack .inner .hidden_points, .public .hidden_points {
            position: absolute;
            right: -25vh;
            height: 61%;
            bottom: 0;
            width: 25vh;
            max-width: 182px;
            border-radius: 0;
            background-position: 55% 67%;
            background-color: transparent;
            color: #fff;
            font-size: 4.5vh;
            font-weight: bold;
            line-height: 8vh;
            padding-right: 5%;
        }

            .stack .inner .hidden_points:before, .public .hidden_points:before {
                background-position: 99% 26%;
                bottom: 7%;
                height: 76%;
                position: absolute;
                right: 3%;
                width: 30%;
            }

            .stack .inner .hidden_points .padding, .public .hidden_points .padding {
                color: #857e77;
            }


/*#endregion*/

/*#region explenations*/
.explenations {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    top: 0;
    left: 0;
    /*pointer-events:none;*/
    background-color: rgba(0,0,0,0.2);
}

.plenary .explenations {
    z-index: 1100;
}

.explenations div {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 1vh;
    border-radius: 1vh;
    z-index: 10;
    font-size: 1.9vh;
    /*pointer-events: all;*/
}

    .explenations div span {
        background-color: #fff;
        display: block;
        padding: 1vh 1vh 6vh 1vh;
        position: relative;
    }

    .explenations div h3 {
        background-color: #ffa200;
        color: #fff;
        display: block;
        margin: -1vh -1vh 1vh -1vh;
        padding: 0.5vh 1vh;
    }

    .explenations div:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -2vh;
        border-width: 3.5vh 2vh;
        border-color: rgba(0,0,0,0.6) transparent transparent transparent;
        border-style: solid;
    }

.explenations > span, .committee span.btn, .figure span.btn {
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    height: 9vh;
    width: 22vh;
    max-width: 160px;
    max-height: 66px;
    top: 50%;
    left: 50%;
    margin-top: -4.5vh;
    margin-left: -11vh;
    z-index: 5;
    padding: 1vh;
    border-radius: 4vh;
}

    .explenations > span button, .committee span.btn button, .figure span.btn button {
        height: 7vh;
        width: 20vh;
        max-height: 51px;
        max-width: 146px;
        z-index: 5;
        background-color: #ec0f52;
        border: 2px solid #5dd3ff;
    }



.explenations > div button {
    bottom: 0;
    position: absolute;
    right: -1.5vh;
    transform: scale(0.7);
}

    .explenations > div button:last-child {
        left: -1.5vh;
        right: auto;
    }


.explenations > div .close {
    left: -2vh;
    position: absolute;
    right: auto;
    top: -2vh;
}

.committee span.btn button {
    background-color: #50bc07;
    border: 2px solid #ec0f52;
}

.figure span.btn button {
    background-color: #000;
}

.explenations div:nth-child(1):after, .plenary .explenations div:nth-child(1):after, .committee .explenations div:nth-child(1):after, .public .explenations div:nth-child(1):after, .public .explenations div:nth-child(5):after, .homepage .explenations div:nth-child(7):after {
    border-color: transparent transparent rgba(0,0,0,0.6) transparent;
    top: auto;
    bottom: 100%;
}

.plenary .explenations div:nth-child(2), .committee .explenations div:nth-child(2), .public .explenations div:nth-child(2), .schedule .explenations div:nth-child(2) {
    width: 20vh;
    bottom: 25vh;
    left: 2vh;
}

.plenary .explenations div:nth-child(3) {
    width: 30vh;
    bottom: 18vh;
    left: 50%;
    margin-left: -15vh;
}

.plenary .explenations div:nth-child(4) {
    width: 40vh;
    bottom: 16vh;
    left: 50%;
    margin-left: 40vh;
}

.plenary .explenations div:nth-child(5) {
    left: 50%;
    margin-left: -15vh;
    top: 19vh;
    width: 30vh;
    max-width: 220px;
}

.plenary .explenations div:nth-child(6) {
    left: 12vh;
    margin-top: -9vh;
    top: 50%;
    width: 30vh;
    max-width: 200px;
}

.committee .explenations div:nth-child(3) {
    width: 36vh;
    bottom: 27vh;
    left: 50%;
    margin-left: -18vh;
}

.committee .explenations div:nth-child(4) {
    width: 36vh;
    bottom: 67vh;
    left: 50%;
    margin-left: 45vh;
}

.public .explenations div:nth-child(3) {
    width: 25vh;
    left: 20%;
    top: 50%;
}

.public .explenations div:nth-child(4) {
    width: 20vh;
    bottom: 15vh;
    left: auto;
    right: 7vh;
}

.public .explenations div:nth-child(5) {
    left: 50%;
    margin-left: -16vh;
    top: 15vh;
    width: 32vh;
}

.schedule .explenations div:nth-child(4):after {
    left: 77%;
}

.schedule .explenations div:nth-child(3) {
    width: 20vh;
    right: 8vh;
    margin-right: 20px;
    bottom: 72vh;
}

.schedule .explenations div:nth-child(4) {
    width: 35vh;
    right: 14vh;
    margin-right: 20px;
    bottom: 32vh;
}

.schedule .explenations div:nth-child(5) {
    width: 35vh;
    right: 33vh;
    margin-right: 20px;
    bottom: 12.4vh;
}

.schedule .explenations div:nth-child(6) {
    width: 25vh;
    top: 19vh;
    left: 50%;
    margin-left: -13vh;
}

.schedule .explenations div:nth-child(7) {
    width: 20vh;
    bottom: 8vh;
    left: 50%;
    margin-left: -27vh;
}

.homepage .explenations div:nth-child(3):after, .homepage .explenations div:nth-child(4):after, .schedule .explenations div:nth-child(5):after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
    border-width: 2vh 3.5vh;
    left: 100%;
    margin-left: 0;
    margin-top: -1.5vh;
    top: 50%;
}

.homepage .explenations div:nth-child(2):after, .schedule .explenations div:nth-child(8):after, .plenary .explenations div:nth-child(6):after {
    border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
    border-width: 2vh 3.5vh;
    right: 100%;
    margin-left: 0;
    margin-top: -1.5vh;
    top: 50%;
    left: auto;
}

.homepage .explenations div:nth-child(3) {
    top: 75vh;
    right: 35vh;
    width: 35vh;
}

.homepage .explenations div:nth-child(4) {
    top: 21vh;
    right: 35vh;
    width: 35vh;
}

.homepage .explenations div:nth-child(5) {
    bottom: 48vh;
    left: 50%;
    margin-left: -12.5vh;
    width: 25vh;
}

    .homepage .explenations div:nth-child(5):after {
        display: none;
    }

.homepage .explenations div:nth-child(6) {
    left: 50%;
    margin-left: -49vh;
    bottom: 65vh;
    width: 35vh;
}

.homepage .explenations div:nth-child(7) {
    bottom: 1vh;
    left: 50%;
    margin-left: -19vh;
    width: 38vh;
}
/*#endregion*/

/*#region route - index*/
.thumbs .player {
    width: 27vh;
    height: 8vh;
    max-width: 196px;
    max-height: 68.24px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transition: bottom ease 0.4s, transform ease 0.4s, margin ease 0.4s;
    -o-transition: bottom ease 0.4s, transform ease 0.4s, margin ease 0.4s;
    -webkit-transition: bottom ease 0.4s, transform ease 0.4s, margin ease 0.4s;
    transition: bottom ease 0.4s, transform ease 0.4s, margin ease 0.4s;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    margin-left: 46vh;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 16vh;
    z-index: 5;
}

    .thumbs .player div {
        position: relative;
        width: 50%;
        height: 100%;
        display: block;
        top: 0;
        right: 0;
        text-align: left;
        background-position: 34.2% 65%;
        padding-left: 7%;
    }

        .thumbs .player div .img {
            right: 20%;
            margin: 10% 0 0;
            position: absolute;
            top: -15%;
            width: 85%;
            overflow: hidden;
        }

            .thumbs .player div .img img {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }
/*
.thumbs .player.fw.start{transition:all ease 0s;}
.thumbs .player.bk.end{transition:all ease 0s;}

.thumbs .player.pos0{bottom:15.5vh;margin-left:44vh;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg);}
.thumbs .player.pos0.end{-moz-transform:rotate(-110deg); -ms-transform:rotate(-110deg); -o-transform:rotate(-110deg); -webkit-transform:rotate(-110deg); transform:rotate(-110deg);}
.thumbs .player.pos1.start{-moz-transform:rotate(70deg); -ms-transform:rotate(70deg); -o-transform:rotate(70deg); -webkit-transform:rotate(70deg); transform:rotate(70deg);}
.thumbs .player.pos1{bottom:47.5vh;margin-left:31vh;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg);}
.thumbs .player.pos1.end{-moz-transform:rotate(-166deg); -ms-transform:rotate(-166deg); -o-transform:rotate(-166deg); -webkit-transform:rotate(-166deg); transform:rotate(-166deg);}
.thumbs .player.pos2.start{-moz-transform:rotate(14deg); -ms-transform:rotate(14deg); -o-transform:rotate(14deg); -webkit-transform:rotate(14deg); transform:rotate(14deg);}
.thumbs .player.pos2{bottom:52.5vh;margin-left:0;-moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); transform:rotate(-90deg);}
.thumbs .player.pos2.end{-moz-transform:rotate(-194deg); -ms-transform:rotate(-194deg); -o-transform:rotate(-194deg); -webkit-transform:rotate(-194deg); transform:rotate(-194deg);}
.thumbs .player.pos3.start{-moz-transform:rotate(-14deg); -ms-transform:rotate(-14deg); -o-transform:rotate(-14deg); -webkit-transform:rotate(-14deg); transform:rotate(-14deg);}
.thumbs .player.pos3{bottom:47.5vh;margin-left:-31vh;-moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}
.thumbs .player.pos3.end{-moz-transform:rotate(-250deg); -ms-transform:rotate(-250deg); -o-transform:rotate(-250deg); -webkit-transform:rotate(-250deg); transform:rotate(-250deg);}
.thumbs .player.pos4.start{-moz-transform:rotate(-70deg); -ms-transform:rotate(-70deg); -o-transform:rotate(-70deg); -webkit-transform:rotate(-70deg); transform:rotate(-70deg);}
.thumbs .player.pos4{bottom:15.5vh;margin-left:-44vh;-moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.thumbs .player.pos2 div img{margin:10% -3% 0;-moz-transform:rotate(90deg); -ms-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform:rotate(90deg);}
.thumbs .player.pos3 div img{margin:3% 0 0 0;-moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}
.thumbs .player.pos4 div img{margin:3% 0 0 0;-moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}
*/
.thumb {
    height: 27vh;
    width: 27vh;
    max-width: 196px;
    max-height: 196px;
    background-color: rgba(0,0,0,0.6);
    ;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 6;
    text-decoration: none;
    left: 50%;
}

    .thumb:before {
        display: none;
    }

    .thumb:after, .thumb.disabled:before {
        background-color: #fff;
        width: 92%;
        height: 92%;
        position: absolute;
        top: 4%;
        left: 4%;
        border: 6px solid #fff;
        border-radius: 50%;
        z-index: 2;
    }

    .thumb.disabled {
        cursor: not-allowed;
    }

        .thumb.disabled:before {
            content: "";
            display: block;
            z-index: 3;
            background-color: rgba(0,0,0,0.3);
            background-position: 101% 42%;
        }

    /*.thumb:nth-child(1){bottom:6vh;margin-left:30.5vh;}
.thumb:nth-child(2){bottom:38vh;margin-left:17.5vh;}
.thumb:nth-child(3){bottom:43vh;margin-left:-13.5vh;}
.thumb:nth-child(4){bottom:38vh;margin-left:-44.5vh;}
.thumb:nth-child(5){bottom:6vh;margin-left:-57.5vh;}*/

    .thumb:nth-child(1) {
        bottom: 16vh;
        margin-left: -13.5vh;
    }

    .thumb:nth-child(2) {
        bottom: 6vh;
        margin-left: 30.5vh;
    }

    .thumb:nth-child(3) {
        bottom: 38vh;
        margin-left: 17.5vh;
    }

    .thumb:nth-child(4) {
        bottom: 38vh;
        margin-left: -44.5vh;
    }

    .thumb:nth-child(5) {
        bottom: 6vh;
        margin-left: -57.5vh;
    }

    .thumb:nth-child(1):after {
        background-position: 25% 0;
    }

    .thumb:nth-child(2):after {
        background-position: 0 0;
    }

    .thumb:nth-child(3):after {
        background-position: 49.2% 0;
    }

    .thumb:nth-child(4):after {
        background-position: 74% 0;
    }

    .thumb:nth-child(5):after {
        background-position: 98.5% 0;
    }

.thumbs .player.pos0 {
    bottom: 25.5vh;
    margin-left: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.thumbs .player.pos1 {
    bottom: 15.5vh;
    margin-left: 44vh;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.thumbs .player.pos2 {
    bottom: 47.5vh;
    margin-left: 31vh;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.thumbs .player.pos3 {
    bottom: 47.5vh;
    margin-left: -31vh;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.thumbs .player.pos4 {
    bottom: 15.5vh;
    margin-left: -44vh;
    -moz-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.thumbs .player.pos0 div .img {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.thumbs .player.pos3 div .img, .thumbs .player.pos1 div .img {
    margin: 10% 6% 0 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.thumb .title {
    width: 100%;
    height: 24%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    font-size: 2.2vh;
    line-height: 6.5vh;
    vertical-align: middle;
    font-weight: bold;
    background-position: 46% 26%;
}

.thumb.disabled .stars {
    display: none;
}

.thumb.disabled.after .stars {
    display: block;
}

.thumb .stars {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}

    .thumb .stars span, .point_animation .sprite {
        background-position: 77.7% 26%;
        width: 4vh;
        height: 4vh;
        max-width: 33px;
        max-height: 33px;
        position: relative;
        vertical-align: middle;
    }

        .thumb .stars span.active, .point_animation .sprite {
            background-position: 82.7% 26%;
        }

        .thumb .stars span:nth-child(2) {
            top: 0.7vh;
        }
/*#endregion*/

/*#region route - committee*/
.plenary .clickArea, .committee .dropArea {
    position: absolute;
    z-index: 5;
}

    .committee .dropArea.populated {
        z-index: 7;
    }

.committee .table {
    background-image: url("images/table.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 33.4vh;
    position: absolute;
    left: 50%;
    margin-left: -318vh;
    top: 41%;
    width: 637vh;
    z-index: 2;
}

.committee .stack .inner {
    height: 21vh;
    min-width: 50px;
    max-height: 153px;
    border-radius: 10px;
    padding: 1.5vh 0.75vh;
}

.committee div.draggable, .committee div.chairMans {
    display: inline-block;
    width: 12vh;
    height: 17.5vh;
    position: relative;
    z-index: 2;
}

    .committee div.chairMans:nth-child(1) {
        position: absolute;
        top: 34.4%;
        left: 59%;
    }

    .committee div.chairMans:nth-child(2) {
        position: absolute;
        top: 34.4%;
        left: 51%;
    }

    .committee div.chairMans:nth-child(3) {
        position: absolute;
        top: 34.4%;
        left: 42%;
    }

    .committee div.draggable img, .committee div.chairMans img {
        bottom: 36%;
        height: auto;
        left: -20%;
        margin: 0;
        position: absolute;
        height: 100%;
        cursor: pointer;
    }

    .committee div.chairMans:nth-child(2) img, .committee .modal .content.final img {
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

.committee .stack .inner div.draggable img {
    top: auto;
    bottom: 0;
}

.committee .stack .inner div.draggable {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
    margin: 0 0.7vh;
    width: 12vh;
    height: 17.5vh;
    max-width: 87px;
    max-height: 127px;
    z-index: 5;
}

.committee div.draggable .description, .committee div.chairMans .description {
    position: absolute;
    bottom: 130%;
    width: 50vh;
    left: 50%;
    margin-left: -40vh;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    padding: 2vh;
    color: #fff;
    z-index: 5;
    display: none;
    text-align: right;
}

.committee div.draggable.ui-draggable-dragging .description {
    display: none !important;
}

.committee div.chairMans .description {
    display: block;
    bottom: 150%;
}

    .committee div.chairMans .description h2 {
        display: inline-block;
    }

    .committee div.draggable .description h2, .committee div.chairMans .description h2 {
        font-size: 12pt;
        margin: 0;
        color: #5dd3ff;
    }

    .committee div.draggable .description .triangle, .committee div.chairMans .description .triangle {
        background-position: 97% 71.5%;
        height: 5vh;
        max-height: 37px;
        position: absolute;
        right: 12%;
        top: 100%;
        width: 10%;
    }


.committee div.draggable .name, .committee div.chairMans .name {
    font-size: 2vh;
    line-height: 2vh;
    padding: 5px;
    position: absolute;
    right: -47%;
    text-align: center;
    bottom: 25%;
    width: 95px;
    background-color: #ffecc2;
    z-index: 6;
}

.committee .stack .inner div.draggable.ui-draggable-dragging {
    background-color: transparent;
}

.committee div.draggable.ui-draggable-dragging img {
    z-index: 3;
}


.committee .stack .inner .hidden_points, .public .hidden_points {
    background-image: none;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    height: 41%;
    width: 23vh;
}
/*#endregion*/

/*#region route - figure*/

.figure span.btn {
    left: 50%;
    top: 80%;
    margin-left: -70vh !important;
}

    .figure span.btn:after {
        width: 20%;
        height: 100%;
        position: absolute;
        left: -20%;
        top: 0;
        background-position: 85.8% 79.8%;
    }


.figure .dashboard, .figure .points {
    display: none;
}

.figure .chooser {
    width: 92vh;
    height: 92vh;
    border-radius: 50%;
    border-style: solid;
    border-width: 13vh;
    border-color: transparent;
    position: absolute;
    top: 4vh;
    left: 50%;
    margin-left: -46vh;
}

    .figure .chooser:before {
        background-image: url("images/circle.png");
        background-size: 100% auto;
        content: "";
        height: 140%;
        left: -20%;
        position: absolute;
        top: -20%;
        width: 140%;
    }


    .figure .chooser .options div, .figure .chooser .classes div {
        width: 11vh;
        height: 11vh;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        text-align: center;
    }

        .figure .chooser .options div.active {
            border: 3px solid #5dd3ff;
        }

        .figure .chooser .options div:nth-child(1) {
            top: -18.4%;
            left: 41.6%;
        }

        .figure .chooser .options div:nth-child(2) {
            top: -15.4634%;
            left: 23.059%;
        }

        .figure .chooser .options div:nth-child(3) {
            top: -6.94102%;
            left: 6.33288%;
        }

        .figure .chooser .options div:nth-child(4) {
            top: 6.33288%;
            left: -6.94102%;
        }

        .figure .chooser .options div:nth-child(5) {
            top: 23.059%;
            left: -15.4634%;
        }

        .figure .chooser .options div:nth-child(6) {
            top: 41.6%;
            left: -18.4%;
        }

        .figure .chooser .options div:nth-child(7) {
            top: 60.141%;
            left: -15.4634%;
        }

        .figure .chooser .options div:nth-child(8) {
            top: 76.8671%;
            left: -6.94102%;
        }

        .figure .chooser .options div:nth-child(9) {
            top: 90.141%;
            left: 6.33288%;
        }

        .figure .chooser .options div:nth-child(10) {
            top: 98.6634%;
            left: 23.059%;
        }

        .figure .chooser .options div:nth-child(11) {
            top: 101.6%;
            left: 41.6%;
        }

        .figure .chooser .options div:nth-child(12) {
            top: 98.6634%;
            left: 60.141%;
        }

        .figure .chooser .options div:nth-child(13) {
            top: 90.141%;
            left: 76.8671%;
        }

        .figure .chooser .options div:nth-child(14) {
            top: 76.8671%;
            left: 90.141%;
        }

        .figure .chooser .options div:nth-child(15) {
            top: 60.141%;
            left: 98.6634%;
        }

        .figure .chooser .options div:nth-child(16) {
            top: 41.6%;
            left: 101.6%;
        }

        .figure .chooser .options div:nth-child(17) {
            top: 23.059%;
            left: 98.6634%;
        }

        .figure .chooser .options div:nth-child(18) {
            top: 6.33288%;
            left: 90.141%;
        }

        .figure .chooser .options div:nth-child(19) {
            top: -6.94102%;
            left: 76.8671%;
        }

        .figure .chooser .options div:nth-child(20) {
            top: -15.4634%;
            left: 60.141%;
        }


    .figure .chooser .classes div {
        background-color: rgba(255,255,255,0.5);
    }

        .figure .chooser .classes div.active {
            border: 3px solid #5dd3ff;
            background-color: #fff;
        }

        .figure .chooser .classes div:nth-child(1) {
            top: 6.95898%;
            left: 21.6%;
        }

        .figure .chooser .classes div:nth-child(2) {
            top: 21.6%;
            left: 6.95898%;
        }

        .figure .chooser .classes div:nth-child(3) {
            top: 41.6%;
            left: 1.6%;
        }

        .figure .chooser .classes div:nth-child(4) {
            top: 61.6%;
            left: 6.95898%;
        }

        .figure .chooser .classes div:nth-child(5) {
            top: 76.241%;
            left: 21.6%;
        }

        .figure .chooser .classes div:nth-child(6) {
            top: 81.6%;
            left: 41.6%;
        }

    .figure .chooser div img {
        height: 90%;
        width: auto;
        display: inline-block;
    }

    .figure .chooser .colors {
        background-color: rgba(255,255,255,0.6);
        position: absolute;
        top: 50%;
        left: 85%;
        margin-top: -77px;
    }

        .figure .chooser .colors span {
            display: block;
            width: 25px;
            height: 25px;
            margin: 5px;
            cursor: pointer;
        }

            .figure .chooser .colors span.active {
                border: 2px solid #fff;
            }

    .figure .chooser.body:before {
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .figure .chooser.glasses:before {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .figure .chooser.hair:before {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .figure .chooser.hand:before {
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    .figure .chooser.legs:before {
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .figure .chooser.moustache:before, .figure .chooser.necklace:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.figure .person {
    height: 59vh;
    left: 50%;
    position: absolute;
    top: 24vh;
    width: 24vh;
}


    .figure .person span {
        display: inline-block;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.figure .panel, .figure .panel input {
    color: #fff;
    font-weight: bold;
}

    .figure .panel div {
        text-align: center;
    }

    .figure .panel h4 {
        margin: 0;
        padding: 3px 10px;
    }

    .figure .panel .boy, .figure .panel .girl {
        display: inline-block;
        width: 37%;
        height: 17vh;
        max-height: 124px;
        background-color: #fff;
        cursor: pointer;
    }

    .figure .panel .boy {
        background-position: 88% 98%;
    }

        .figure .panel .boy.active {
            background-position: 100% 98%;
            border: 2px solid #ec0f52;
        }

    .figure .panel .girl {
        background-position: 82% 98%;
        margin-right: 13%;
    }

        .figure .panel .girl.active {
            background-position: 94% 98%;
            border: 2px solid #ec0f52;
        }

    .figure .panel input {
        background-color: #50bc07;
        border: 0 none;
        border-radius: 0;
        display: block;
        margin: auto;
        padding: 5px 10px;
        width: 90%;
    }

    .figure .panel .color {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 3px;
        cursor: pointer;
    }

        .figure .panel .color.active {
            border: 2px solid #fff;
        }

.figure .stage2 .person {
    left: 72%;
    top: 32vh;
}

.figure .ajenda {
    position: absolute;
    right: 33%;
    height: 14%;
    width: 40vh;
    max-height: 102px;
    max-width: 292px;
}

    .figure .ajenda.disabled {
        opacity: 0.4;
    }

    .figure .ajenda .top, .figure .ajenda .shade {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .figure .ajenda .shade {
        transform: translate(-0.4vh, 0.4vh);
        background-color: rgba(0,0,0,0.2);
        width: 36vh;
        max-width: 262px;
        left: 7vh;
    }

        .figure .ajenda .top:before, .figure .ajenda .top:after, .figure .ajenda .shade:before, .figure .ajenda .shade:after {
            content: "";
            position: absolute;
            top: 0;
            left: -7vh;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7vh;
            z-index: 1;
            border-color: rgba(0,0,0,0.2) transparent transparent transparent;
        }

        .figure .ajenda .top:after, .figure .ajenda .shade:after {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            bottom: 0;
            top: auto;
        }

        .figure .ajenda .shade:before, .figure .ajenda .shade:after {
            left: -14vh;
        }

        .figure .ajenda .shade:after {
            border-color: rgba(0,0,0,0.2) transparent transparent rgba(0,0,0,0.2);
        }

    .figure .ajenda:nth-child(1) {
        top: 15%;
    }

    .figure .ajenda:nth-child(2) {
        top: 35%;
    }

    .figure .ajenda:nth-child(3) {
        top: 55%;
    }

    .figure .ajenda:nth-child(4) {
        top: 75%;
    }

    .figure .ajenda:nth-child(1) .top {
        background-color: #5dd3ff;
    }

    .figure .ajenda:nth-child(2) .top {
        background-color: #ffa200;
    }

    .figure .ajenda:nth-child(3) .top {
        background-color: #50bc07;
    }

    .figure .ajenda:nth-child(4) .top {
        background-color: #ec0f52;
    }

    .figure .ajenda:nth-child(1) .top:before, .figure .ajenda:nth-child(1) .top:after {
        border-color: #5dd3ff transparent transparent transparent;
    }

    .figure .ajenda:nth-child(2) .top:before, .figure .ajenda:nth-child(2) .top:after {
        border-color: #ffa200 transparent transparent transparent;
    }

    .figure .ajenda:nth-child(3) .top:before, .figure .ajenda:nth-child(3) .top:after {
        border-color: #50bc07 transparent transparent transparent;
    }

    .figure .ajenda:nth-child(4) .top:before, .figure .ajenda:nth-child(4) .top:after {
        border-color: #ec0f52 transparent transparent transparent;
    }


    .figure .ajenda .top .strips {
        height: 100%;
        position: absolute;
        width: 113%;
    }

        .figure .ajenda .top .strips:before, .figure .ajenda .top .strips:after {
            content: "";
            position: absolute;
            top: 5%;
            height: 2%;
            width: 100%;
            background-image: url(images/strips.png);
            background-repeat: repeat-x;
            z-index: 2;
        }

        .figure .ajenda .top .strips:after {
            top: auto;
            bottom: 5%;
        }

    .figure .ajenda h1 {
        text-align: center;
        font-size: 4vh;
        margin: auto 10% auto auto;
        line-height: 14vh;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .figure .ajenda:nth-child(3) h1 {
        line-height: 5vh;
        margin-top: 1.5vh;
    }

    .figure .ajenda .icon {
        position: absolute;
        right: -10vh;
        top: -1vh;
        height: 16vh;
        max-height: 117px;
        width: 16vh;
        max-width: 117px;
        border-radius: 50%;
        background-color: #000;
        border: 1.5vh solid #fff;
        cursor: pointer;
        z-index: 2;
    }

.figure .modal h4 {
    vertical-align: middle;
    font-size: 26px;
    margin: 0 auto;
    border-bottom: 1px dashed #787878;
    text-align: center;
}

    .figure .modal h4 .sprite {
        height: 11vh;
        max-height: 79px;
        width: 11vh;
        max-width: 79px;
        vertical-align: middle;
    }


    .figure .modal h4.ajenda0 {
        color: #5dd3ff;
    }

    .figure .modal h4.ajenda1 {
        color: #ffa200;
    }

    .figure .modal h4.ajenda2 {
        color: #50bc07;
    }

    .figure .modal h4.ajenda3 {
        color: #ec0f52;
    }

    .figure .ajenda:nth-child(1) .icon, .figure .modal h4.ajenda0 .sprite {
        background-position: 68.7% 79.5%;
    }

    .figure .ajenda:nth-child(2) .icon, .figure .modal h4.ajenda1 .sprite {
        background-position: 58.5% 80%;
    }

    .figure .ajenda:nth-child(3) .icon, .figure .modal h4.ajenda2 .sprite {
        background-position: 48% 80%;
    }

    .figure .ajenda:nth-child(4) .icon, .figure .modal h4.ajenda3 .sprite {
        background-position: 37.5% 80%;
    }

.figure .ajenda.active .top, .figure .ajenda.active .shade {
    z-index: 4;
}

.figure .ajenda .description {
    background-color: #fff;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    z-index: 3;
    top: 100%;
    font-weight: bold;
    font-size: 1.7vh;
}

.figure .ajenda:nth-child(3) .description, .figure .ajenda:nth-child(4) .description {
    top: auto;
    bottom: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.figure .ajenda .description button.back {
    background-color: #ec0f52;
    margin-top: 1vh;
    text-align: center;
}

.figure .ajenda .description button.play {
    float: left;
    margin-top: 1vh;
    text-align: center;
}
/*#endregion*/

/*#region route - public*/
.public .hidden_points {
    bottom: 3vh;
    height: 8vh;
    max-height: 60px;
    padding-right: 10vh;
    right: 3vh;
    width: 26vh;
    max-width: 190px;
    z-index: 2;
}

.public .ans {
    position: absolute;
    text-align: center;
    font-weight: bold;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 5;
    border-radius: 50%;
}

    .public .ans.correct, .public .ans.wrong {
        z-index: 1;
        border-radius: 0;
    }

    .public .ans.on {
        -moz-transition: left 15s linear,top 15s linear,right 15s linear;
        -o-transition: left 15s linear,top 15s linear,right 15s linear;
        -webkit-transition: left 15s linear,top 15s linear,right 15s linear;
        transition: left 15s linear,top 15s linear,right 15s linear;
    }

    .public .ans div {
        background-image: url(images/sprites/true.png);
        background-position: -6.8% center;
        background-size: auto 180%;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding-right: 10%;
        padding-left: 10%;
    }

    .public .ans.correct div, .public .ans.wrong div {
        background-size: auto 100%;
        background-position: right top;
        padding-right: 30%;
        padding-left: 30%;
    }

    .public .ans div > span {
        display: table-cell;
        vertical-align: middle;
    }

    .public .ans.correct div {
        background-position: 0 top;
        font-size: 0;
    }

    .public .ans.wrong div {
        background-image: url(images/sprites/wrong.png);
        background-position: 0 top;
        font-size: 0;
    }

    .public .ans.explain:nth-child(1) {
        top: 50% !important;
        left: 20% !important;
        bottom: auto !important;
        right: auto !important;
        background-image: url(images/sprites/wrong.png);
    }

    .public .ans.explain:nth-child(2) {
        top: 60% !important;
        left: 30% !important;
        bottom: auto !important;
        right: auto !important;
    }

    .public .ans.explain:nth-child(3) {
        top: 55% !important;
        left: 40% !important;
        bottom: auto !important;
        right: auto !important;
    }

.public .question {
    position: absolute;
    top: 3vh;
    left: 50%;
    margin-left: -40vh;
    width: 80vh;
    height: 8vh;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 5vh;
    font-size: 2.2vh;
    font-weight: bold;
    padding: 0.5vh;
    z-index: 2;
}

    .public .question span {
        display: inline-block;
        background-color: #ffce00;
        border: 2px solid #ff8a10;
        width: 7vh;
        height: 7vh;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        float: right;
    }

        .public .question span img {
            display: inline-block;
            height: 90%;
            margin-top: 5%;
        }

    .public .question div {
        display: table-cell;
        height: 7vh;
        vertical-align: middle;
        padding: 0 2vh;
    }

.public .modal.info_modal {
    height: 95%;
    padding-bottom: 17vh;
}

    .public .modal.info_modal .info {
        height: 100%;
    }

    .public .modal.info_modal .content {
        height: 100%;
        overflow: auto;
    }
/*#endregion*/

/*#region route - schedule*/
.schedule .phone {
    width: 22.5vh;
    height: 42vh;
    background-image: url(images/phone.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    right: 20px;
    bottom: 40px;
    font-size: 0;
    -moz-transition: width ease 0.5s,height ease 0.5s,font-size ease 0.5s,transform ease 0.5s;
    -o-transition: width ease 0.5s,height ease 0.5s,font-size ease 0.5s,transform ease 0.5s;
    -webkit-transition: width ease 0.5s,height ease 0.5s,font-size ease 0.5s,transform ease 0.5s;
    transition: width ease 0.5s,height ease 0.5s,font-size ease 0.5s,transform ease 0.5s;
    -moz-transform-origin: 100% 100% 0;
    -ms-transform-origin: 100% 100% 0;
    -o-transform-origin: 100% 100% 0;
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
    z-index: 4;
}

    .schedule .phone.big {
        width: 35vh;
        height: 65vh;
        font-size: 1.7vh;
    }

        .schedule .phone.big.big_small {
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }

    .schedule .phone .answerd .text, .schedule .phone .answerd .text span {
        font-size: inherit;
    }

    .schedule .phone .sprite.big {
        width: 80%;
        height: 44%;
        position: absolute;
        top: 28%;
        left: 10%;
    }

    .schedule .phone.call .sprite.big {
        background-position: 0 10%;
    }

    .schedule .phone.message .sprite.big {
        background-position: 48% 10%;
    }

    .schedule .phone.alert .sprite.big {
        background-position: 70.8% 10%;
    }

    .schedule .phone.mail .sprite.big {
        background-position: 94.4% 10%;
    }


    .schedule .phone button.answer {
        border-radius: 0;
        position: absolute;
        width: 87%;
        bottom: 11.5%;
        left: 7%;
    }


    .schedule .phone .categories {
        position: absolute;
        bottom: 31%;
        left: 0;
        width: 100%;
        height: 7%;
        text-align: center;
    }

        .schedule .phone .categories .sprite {
            position: static;
            cursor: pointer;
        }

        .schedule .phone .categories .tooltip {
            position: absolute;
            background-color: #5dd3ff;
            padding: 1vh;
            border-radius: 1vh;
            z-index: 5;
            font-size: 1.7vh;
            width: 20vh;
            bottom: 160%;
            left: 50%;
            margin-left: -10vh;
        }

            .schedule .phone .categories .tooltip span {
                background-color: #fff;
                display: block;
                padding: 1vh;
                text-align: center;
                white-space: pre-line;
            }

            .schedule .phone .categories .tooltip:after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -2vh;
                border-width: 3.5vh 2vh;
                border-color: #5dd3ff transparent transparent transparent;
                border-style: solid;
            }



    .schedule .phone .buttons {
        bottom: 10%;
        height: 20%;
        left: 10%;
        position: absolute;
        text-align: center;
        width: 78%;
    }

        .schedule .phone .buttons button {
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 5px;
            float: right;
            font-size: 1.6vh;
            height: 40%;
            line-height: 1.8vh;
            margin: 1.5% 2%;
            position: relative;
            width: 45%;
            padding-right: 3vh;
        }

            .schedule .phone .buttons button:before {
                position: absolute;
                width: 4vh;
                height: 100%;
                top: 0;
                right: 3%;
            }

            .schedule .phone .buttons button.set:before {
                background-position: 48.8% -0.5%;
            }

            .schedule .phone .buttons button.delete:before {
                background-position: 38.5% -0.6%;
            }

            .schedule .phone .buttons button.push:before {
                background-position: 43.5% -0.5%;
            }

            .schedule .phone .buttons button.move:before {
                background-position: 53.5% -0.5%;
            }

    .schedule .phone .calling {
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

    .schedule .phone .answerd {
        padding-left: 0.3vh;
        padding-top: 11vh;
    }

        .schedule .phone .answerd .title {
            background-color: rgba(236, 15, 82,0.8);
            color: #fff;
            font-weight: bold;
            height: auto;
            text-align: right;
            width: 87.5%;
            font-size: 1.7vh;
            line-height: 2.3vh;
            margin: auto;
            padding: 5px 10px;
        }



    .schedule .phone.call .answerd .title {
        font-size: 2.5vh;
        line-height: 4.5vh;
    }

        .schedule .phone.call .answerd .title div {
            font-size: 1.7vh;
            line-height: 2.5vh;
        }

    .schedule .phone.call .answerd .sprite.big {
        background-position: 21% 10%;
        height: 27%;
    }

    .schedule .phone.call .answerd .text {
        background-color: #fff;
        border: 10px solid rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        height: 23%;
        padding: 10px;
        position: absolute;
        right: 78%;
        top: 32%;
        width: 80%;
        font-size: 1.7vh;
    }

        .schedule .phone.call .answerd .text:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -1vh;
            margin-left: 10px;
            border-width: 1vh 2vh;
            border-color: transparent transparent transparent rgba(0,0,0,0.6);
            border-style: solid;
        }

        .schedule .phone.call .answerd .text span {
            display: block;
        }

        .schedule .phone.call .answerd .text h5 {
            display: none;
        }

    .schedule .phone.message .answerd .sprite.big {
        background-position: 69.8% -0.5%;
        height: 8%;
        left: 45%;
        top: 8%;
        width: 11%;
    }

    .schedule .phone.message .answerd .text {
        height: 23%;
        width: 80%;
        margin: 2vh auto;
    }

        .schedule .phone.message .answerd .text span {
            display: block;
            background-color: #fff;
            border-radius: 5px;
            margin: 10px auto;
            padding: 3px 10px 7px 10px;
            position: relative;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        }

            .schedule .phone.message .answerd .text span:after {
                content: "";
                position: absolute;
                bottom: 10px;
                right: 100%;
                border-style: solid;
                border-width: 4px 7px;
                border-color: transparent #fff transparent transparent;
            }

        .schedule .phone.message .answerd .text h5 {
            margin: 0 auto;
            color: #ec0f52;
            text-align: left;
        }

    .schedule .phone.alert .answerd .sprite.big {
        background-position: 65% -0.5%;
        height: 8%;
        left: 45%;
        top: 8%;
        width: 11%;
    }

    .schedule .phone.alert .answerd .text, .schedule .phone.mail .answerd .text {
        height: 23%;
        width: 80%;
        margin: 2vh auto;
    }

        .schedule .phone.alert .answerd .text span, .schedule .phone.mail .answerd .text span {
            display: block;
            background-color: #fff;
            border-radius: 5px;
            margin: 10px auto;
            padding: 3px 10px 7px 10px;
            position: relative;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        }

        .schedule .phone.alert .answerd .text h5 {
            display: none;
        }


    .schedule .phone.mail .answerd .sprite.big {
        background-position: 59.5% -0.5%;
        height: 8%;
        left: 45%;
        top: 8%;
        width: 12%;
    }

    .schedule .phone.mail .answerd .text h5 {
        margin: 0 auto;
        color: #50bc07;
        text-align: right;
    }

    .schedule .phone.mail .answerd .text span {
        box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    }

    .schedule .phone.noDetailes .text {
        display: none;
    }

    .schedule .phone.noDetailes .answerd .title {
        font-size: 1.9vh;
        position: absolute;
        top: 35%;
        left: 7%;
        line-height: 2.3vh;
        width: 87%;
        text-align: right;
    }

    .schedule .phone.noDetailes .title div {
        font-size: 1.7vh;
        margin-top: 0.8vh;
    }

        .schedule .phone.noDetailes .title div a {
            float: left;
            cursor: pointer;
            font-weight: normal;
        }

        .schedule .phone.noDetailes .title div > span {
            float: right;
        }

    .schedule .phone .title div > span {
        font-weight: normal;
    }

        .schedule .phone .title div > span span {
            background-position: 78.3% 1.5%;
            width: 2.2vh;
            height: 2.3vh;
            vertical-align: middle;
        }

.schedule .tablet {
    height: 99vh;
    width: 130vh;
    padding: 5.5vh 5vh 0 7vh;
    position: absolute;
    bottom: 0vh;
    left: 50%;
    margin-left: -65vh;
    background-image: url(images/tablet.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

    .schedule .tablet .row {
        border-width: 100%;
        width: 18%;
        display: inline-block;
        vertical-align: top;
        height: 78vh;
    }

        .schedule .tablet .row:first-child {
            width: 10%;
        }

        .schedule .tablet .row .col {
            height: 3vh;
            background-color: #fff;
            border-bottom: 1px solid #c4c4c4;
            border-left: 1px solid #c4c4c4;
            padding: 2px 7px;
            position: relative;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            line-height: 2.3vh;
            font-size: 1.6vh;
            color: #a5a5a5;
        }

            .schedule .tablet .row .col:nth-child(2n) {
                border-bottom: 1px dashed #c4c4c4;
            }

            .schedule .tablet .row .col:nth-child(2n+1) {
                border-top: 0;
            }

            .schedule .tablet .row:first-child .col, .schedule .tablet .row .col:first-child {
                height: 6vh;
                background-color: #50bc07;
                color: #fff;
                text-align: center;
                font-weight: bold;
                border-bottom-style: solid;
                line-height: 5vh;
                font-size: 2vh;
            }

                .schedule .tablet .row:first-child .col:nth-child(2n+1) {
                    border-left: 1px solid #c4c4c4;
                }

            .schedule .tablet .row .col:first-child {
                height: 5%;
                line-height: 3.2vh;
            }

        .schedule .tablet .row:first-child .col:first-child {
            background-color: transparent;
            border: 0;
        }

        .schedule .tablet .row:first-child .col span {
            z-index: 3;
        }

        .schedule .tablet .row:first-child .col:first-child {
            border-top-right-radius: 10px;
        }

        .schedule .tablet .row:first-child .col:last-child {
            border-bottom-right-radius: 10px;
        }

        .schedule .tablet .row:last-child .col:first-child {
            border-top-left-radius: 10px;
        }

        .schedule .tablet .row:last-child .col:last-child {
            border-bottom-left-radius: 10px;
        }

        .schedule .tablet .row .col.blocked, .schedule .tablet .bottom .blocked span {
            background-image: url(images/backgrounds/texture.png);
            background-size: auto 6px;
            color: #000;
        }

        .schedule .tablet .row .col.committee {
            background-color: #ffe9d6;
        }

        .schedule .tablet .row .col.plenary {
            background-color: #ebf7d4;
        }

    .schedule .tablet .bottom .committee span {
        background-color: #ffe9d6;
    }

    .schedule .tablet .bottom .plenary span {
        background-color: #ebf7d4;
    }

    .schedule .tablet .row .col.blocked.drive {
        z-index: 2;
    }

        .schedule .tablet .row .col.blocked.drive:after {
            background-position: -9.5vh -1vh;
            height: 105%;
            width: 22%;
            left: 40%;
            position: absolute;
            top: 41%;
        }


    .schedule .tablet .row .col span {
        position: relative;
        z-index: 2;
    }

        .schedule .tablet .row .col span .icons, .schedule .ticket .icons {
            display: inline-block;
            float: left;
            margin: 0 auto;
            position: relative;
        }

    .schedule .tablet .row .col .placed .icons {
        /*bottom: -5px;
    float: none;
    left: -5px;
    position: absolute;*/
    }

    .schedule .tablet .row .col .placed.small .icons {
        bottom: 3px;
    }

.schedule .icon {
    display: inline-block;
    height: 2.8vh;
    width: 3.2vh;
    vertical-align: middle;
}

    .schedule .icon.drive {
        background-position: -9.5vh -1vh;
    }

    .schedule .icon.meal {
        background-position: -7vh -1.5vh;
        width: 2vh;
    }

    .schedule .icon.committee {
        background-position: -14.7vh -1vh;
    }

    .schedule .icon.plenary {
        background-position: -19vh -1vh;
    }

    .schedule .icon.ajenda {
        background-position: -23vh -0.8vh;
    }

    .schedule .icon.public {
        background-position: -27vh -1.2vh;
        width: 2.3vh;
    }

    .schedule .icon.life {
        background-position: -30.3vh -1.4vh;
        height: 3vh;
    }

    .schedule .icon.media {
        background-position: -35.5vh -0.9vh;
        width: 2vh;
    }

    .schedule .icon.legal {
        display: none;
    }

.schedule .phone .icon {
    width: 4vh;
    height: 4vh;
}

    .schedule .phone .icon.committee {
        background-position: -29.5vh -31vh;
        width: 6vh;
    }

    .schedule .phone .icon.plenary {
        background-position: -18vh -31.2vh;
    }

    .schedule .phone .icon.ajenda {
        background-position: -24vh -31.3vh;
    }

    .schedule .phone .icon.public {
        background-position: -5.5vh -31.3vh;
    }

    .schedule .phone .icon.life {
        background-position: -11.5vh -31.5vh;
    }

    .schedule .phone .icon.media {
        background-position: -36.5vh -31.3vh;
    }


.schedule .modal .content.win .icons {
    float: right;
    text-align: left;
    width: 23%;
}

.schedule .modal .content.win span {
    display: block;
    padding-right: 25%;
}

.schedule .tablet .row .col .placed, .schedule .tablet .row .col .drag-over, .schedule .ticket {
    padding: 2px 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #ffec9f;
    border-width: 1px 0;
    color: #000;
    cursor: pointer;
}

.schedule .tablet .row .col .placed {
    /*display:table;*/
    border-color: #c4c4c4;
    border-width: 1px 0;
    border-style: solid;
    text-align: right;
}

.schedule .tablet .row .col.blink {
    -moz-animation: col_blink 0.5s ease infinite;
    -o-animation: col_blink 0.5s ease infinite;
    -webkit-animation: col_blink 0.5s ease infinite;
    animation: col_blink 0.5s ease infinite;
}

@-o-keyframes col_blink {
    from {
    }

    to {
        background-color: #ffec9f;
    }
}

@-ms-keyframes col_blink {
    from {
    }

    to {
        background-color: #ffec9f;
    }
}

@-webkit-keyframes col_blink {
    from {
    }

    to {
        background-color: #ffec9f;
    }
}

@keyframes col_blink {
    from {
    }

    to {
        background-color: #ffec9f;
    }
}

.schedule .tablet.activeTicket .row .col .placed {
    cursor: default;
}

.schedule .tablet .row .col .placed span {
    /*display:table-cell;*/
    display: block;
    vertical-align: middle;
}


.schedule .tablet .bottom {
    bottom: 0;
    font-size: 1.6vh;
    font-weight: bold;
    height: 6%;
    left: 0;
    padding: 1.2% 4% 0 4%;
    position: absolute;
    width: 100%;
}

    .schedule .tablet .bottom .squears {
        display: inline-block;
    }

        .schedule .tablet .bottom .squears span > span {
            display: inline-block;
            height: 2.5vh;
            width: 2.5vh;
            border: 1px solid #808080;
            margin: 0 1.5vh 0 0.5vh;
            vertical-align: middle;
        }

    .schedule .tablet .bottom .progressBar {
        width: 50%;
        height: 50%;
        border-radius: 0.5vh;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        margin: 0 10vh 0 0;
        vertical-align: middle;
        position: relative;
    }

        .schedule .tablet .bottom .progressBar > span {
            background-color: #50bc07;
            border-radius: 0.5vh;
            display: block;
            height: 120%;
            position: absolute;
            top: -10%;
            transition: width 0.5s ease 0s;
        }

.schedule .ticket {
    border: 2px solid #ec0f52;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    cursor: move;
    overflow: hidden;
    width: 18vh;
    position: relative;
    display: table;
    color: #ffec9f;
    background-color: currentColor;
}

    .schedule .ticket.multiple {
        box-shadow: -5px -5px 0 currentColor, -3px -7px 0 #ec0f52, -7px -7px 0 #ec0f52, -7px -4px 0 #ec0f52,3px 3px 3px rgba(0, 0, 0, 0.3);
    }


    .schedule .ticket span {
        color: #000;
        display: table-cell;
        vertical-align: middle;
    }

.schedule .ticket-parent {
    top: 50%;
    left: 50%;
    margin-left: -9vh;
    display: inline-block;
    z-index: 6;
    position: absolute;
}

    .schedule .ticket-parent.explain {
        top: 37%;
        margin-top: 0 !important;
    }

    .schedule .ticket-parent.animated {
        -moz-transition: top ease 0.5s,left ease 0.5s;
        -o-transition: top ease 0.5s,left ease 0.5s;
        -webkit-transition: top ease 0.5s,left ease 0.5s;
        transition: top ease 0.5s,left ease 0.5s;
    }

.schedule a.advice {
    background-position: 73.5% 1%;
    color: #fff;
    font-size: 2vh;
    font-weight: bold;
    height: 3.5vh;
    left: 3%;
    line-height: 3vh;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 4%;
    vertical-align: middle;
    width: 3.5vh;
    z-index: 5;
    cursor: pointer;
}

/*#endregion*/

/*#region route - final*/
.final .table {
    background-image: url("images/final_table.png");
    background-size: 100% auto;
    bottom: 0;
    height: 37.8vh;
    left: 50%;
    margin-left: -125vh;
    position: absolute;
    width: 195.4vh;
}

    .final .table span {
        color: #d01200;
        font-size: 1.8vh;
        position: absolute;
        right: 7.2%;
        top: 8.2%;
    }

.final .icon {
    display: inline-block;
    height: 4vh;
    width: 5vh;
    vertical-align: middle;
    margin: 0.5vh -0.5vh 0.5vh 0.5vh;
}

    .final .icon.final_schedule {
        background-position: -45.5vh -31.5vh;
    }

    .final .icon.final_plenary {
        background-position: -51.7vh -31.5vh;
    }

    .final .icon.final_committee {
        background-position: -63.2vh -31.5vh;
    }

    .final .icon.final_public {
        background-position: -57.7vh -31.5vh;
    }


.final .main .figure {
    bottom: 17vh;
    height: 50%;
    left: 50%;
    margin: auto auto auto 31vh;
    position: absolute;
    width: 27vh;
}

    .final .main .figure img {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
    }

.final .figure .medal {
    display: inline-block;
    height: 21vh;
    left: -150%;
    position: absolute;
    top: 0;
    width: 21vh;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

    .final .figure .medal.placed {
        left: 32%;
        top: 41%;
        height: 50px;
        width: 50px;
    }

@media only screen and (max-height : 768px) {
    .final .figure .medal.placed {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-height : 400px) {
    .final .figure .medal.placed {
        width: 25px;
        height: 25px;
    }
}

.final .modal .content .icons {
    float: right;
    text-align: left;
    width: 13%;
}

.final .modal .content span {
    display: block;
    margin-bottom: 0.5vh;
    padding-right: 15%;
}


/*#endregion*/

/*#region confirm & modal*/
.confirm {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    border: 15px solid #ec0f52;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center;
    z-index: 100;
}

    .confirm:after {
        border-color: #ec0f52 transparent transparent transparent;
        border-style: solid;
        border-width: 28px 15px;
        content: "";
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        position: absolute;
        top: 100%;
    }

    .confirm button {
        background-color: #000;
        height: 4vh;
        max-height: 30px;
        margin: 1vh 3vh 0;
        padding: 0;
        width: 4vh;
        max-width: 30px;
    }

        .confirm button.ok {
            background-position: 83.7% 32%;
        }

        .confirm button.cancle {
            background-position: 83.5% 36.2%;
        }


    .confirm.home {
        bottom: 17vh;
        left: 7vh;
        width: 30vh;
        max-width: 200px;
    }

    .confirm.name {
        left: 50%;
        margin-left: -72vh !important;
        max-width: 175px;
        top: 60%;
        width: 25vh;
    }

        .confirm.name button {
            display: none;
        }


    .confirm.thumbConfirm {
        bottom: 48vh;
        left: 50%;
        margin-left: -100px;
        width: 200px;
    }

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    /*pointer-events: all;*/
}

.modal {
    position: absolute;
    width: 76vh;
    max-width: 554px;
    /*max-height: 700px;*/
    background-color: rgba(0,0,0,0.6);
    top: 50%;
    left: 50%;
    margin-left: -38vh;
    border-radius: 15px;
    padding: 3vh;
    direction: rtl;
    -moz-transition: margin ease 0.3s;
    -o-transition: margin ease 0.3s;
    -webkit-transition: margin ease 0.3s;
    transition: margin ease 0.3s;
}

    .modal.positive_feedback {
        width: 68vh;
        max-width: 495px;
        margin-left: -34vh;
    }

    .modal .header {
        position: relative;
        height: 11vh;
        text-align: center;
    }

        .modal .header h3 {
            display: block;
            background-color: #ec0f52;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            width: 75%;
            height: 4.5vh;
            max-height: 31.9px;
            position: absolute;
            padding-right: 10%;
            z-index: 2;
            bottom: 0;
            right: 9%;
            font-size: 3vh;
        }

            .modal .header h3:before {
                background-position: 100% 63%;
                height: 162%;
                left: 100%;
                position: absolute;
                width: 10%;
                top: -9.6%;
            }

            .modal .header h3:after {
                background-position: 93% 60%;
                height: 229%;
                position: absolute;
                right: 100%;
                top: -114%;
                width: 20%;
            }

        .modal .header .knesset_small {
            position: absolute;
            z-index: 3;
            cursor: default;
        }

            .modal .header .knesset_small.wait1 {
                -moz-transform: scale(-1, 1);
                -ms-transform: scale(-1, 1);
                -o-transform: scale(-1, 1);
                -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
            }

            .modal .header .knesset_small.hands {
                z-index: 3;
            }

        .modal .header .points-sum {
            font-size: 8vh;
            color: #fff;
            text-shadow: 3px 3px 0 #ec0f52,3px -3px 0 #ec0f52,-3px 3px 0 #ec0f52,-3px -3px 0 #ec0f52,3px 3px 6px rgba(0,0,0,0.6);
            line-height: 1vh;
            margin: 1vh;
        }

        .modal .header.has_stars h3 {
            padding: 0 0 0 10vh;
        }

        .modal .header .star {
            background-position: 85% 70%;
            height: 7vh;
            width: 8vh;
            max-height: 53px;
            max-width: 53px;
            position: absolute;
            bottom: 0;
            z-index: 3;
            opacity: 0.6;
        }

            .modal .header .star.active {
                opacity: 1;
            }

            .modal .header .star:nth-child(1) {
                left: 0;
            }

            .modal .header .star:nth-child(2) {
                left: 7vh;
            }

            .modal .header .star:nth-child(3) {
                left: 14vh;
            }

    .modal .content {
        background-color: #fff;
        margin: auto;
        padding: 3vh;
        width: 86%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 2.8vh;
    }

        .modal .content .time-out {
            font-size: 2vh;
            font-weight: bold;
            margin-bottom: 0.5vh;
            display: block !important;
            padding: 0 !important;
        }

        .modal .content .instructions_info {
            background-color: #5dd3ff;
            margin: 1vh 0;
            padding: 1vh;
        }

            .modal .content .instructions_info h4 {
                margin: 0;
            }

                .modal .content .instructions_info h4 .info {
                    margin: 0 0 0 1vh;
                    float: right;
                }

            .modal .content .instructions_info p {
                margin: 0;
                padding: 0 6vh 0 0;
            }

        .modal .content a.instructions_info {
            color: #fff;
            display: block;
            font-weight: bold;
            margin: 2vh 0;
            padding: 1.3vh;
            position: relative;
            text-decoration: none;
        }

            .modal .content a.instructions_info .gps {
                background-position: 5% 84%;
                display: inline-block;
                height: 4.1vh;
                margin-left: 1vh;
                vertical-align: middle;
                width: 3vh;
            }

            .modal .content a.instructions_info:after {
                left: 2%;
                top: 14%;
            }

    .modal .got_medals {
        text-align: center;
    }

        .modal .got_medals h3 {
            border-bottom: 3px solid #5dd3ff;
            height: 2vh;
            margin: 0 auto 4vh;
            text-align: center;
        }

            .modal .got_medals h3 span {
                background-color: #5dd3ff;
                border-radius: 10px;
                display: inline-block;
                font-weight: normal;
                height: 4vh;
                line-height: 2vh;
                padding: 1vh 2vh;
            }


    .modal .content span.achievement {
        margin: 0 5px;
        display: inline-block !important;
        padding-right: 0 !important;
    }

.committee .modal .content.final {
    padding: 0;
}

    .committee .modal .content.final img {
        display: inline-block;
        margin: 2vh 0 0;
        vertical-align: bottom;
        width: 39%;
    }

    .committee .modal .content.final div {
        display: inline-block;
        margin: 0;
        padding: 3vh;
        vertical-align: top;
        width: 60%;
    }

.modal button.play {
    margin: 3vh 0 0;
}

.modal .feedback-header {
    color: #fff;
    padding-right: 17vh;
    font-size: 5vh;
    font-weight: bold;
    margin: -1vh 0 1vh;
    padding-right: 17vh;
    height: 8vh;
    max-height: 58px;
}

    .modal .feedback-header .stars {
        background-position: 99% 26%;
        height: 100%;
        width: 16%;
        vertical-align: middle;
        display: inline-block;
    }

.modal .feedback_content {
    background-color: #fff;
    padding: 7vh 5vh 3vh 5vh;
    width: 100%;
    position: relative;
    border-radius: 10px;
    font-size: 2.8vh;
}

    .modal .feedback_content.first {
        background-color: transparent;
        padding: 0 5vh 0 0;
    }

        .modal .feedback_content.first .clue {
            background-color: #fff;
            border-radius: 10px;
            padding: 3vh 8vh 3vh 3vh;
        }

    .modal .feedback_content h3 {
        margin: 0;
    }

    .modal .feedback_content .image, .modal .feedback_content .clue_image {
        position: absolute;
        background-color: #5edeff;
        border: 2px solid #fff;
        height: 12vh;
        width: 12vh;
        max-height: 87px;
        max-width: 87px;
        top: -6vh;
        right: 4vh;
        border-radius: 50%;
    }

    .modal .feedback_content .clue_image {
        margin-right: -1vh;
        margin-top: -6vh;
        right: 0;
        top: 50%;
    }

    .modal .feedback_content .image img {
        display: block;
        height: 80%;
        margin: 10% auto;
    }

    .modal .feedback_content .clue_image img {
        display: block;
        height: 64%;
        margin: 17% auto;
    }


.modal .info .tabs {
    position: relative;
    height: 6vh;
    width: 86%;
    background-color: #fff;
    margin: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

    .modal .info .tabs div {
        background-color: #000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #2c697c;
        cursor: pointer;
        font-size: 2.3vh;
        font-weight: bold;
        height: 5vh;
        line-height: 5vh;
        position: absolute;
        text-align: center;
        top: 0;
        width: 30%;
    }

        .modal .info .tabs div.active {
            height: 6vh;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            border: 4px solid #50bc07;
            top: -1vh;
            color: #ec0f52;
        }

        .modal .info .tabs div:nth-child(1) {
            right: 3%;
        }

        .modal .info .tabs div:nth-child(2) {
            right: 35%;
        }

        .modal .info .tabs div:nth-child(3) {
            left: 3%;
        }

.modal .info .infocontent div div span {
    color: #ec0f52;
    display: block;
    font-weight: bold;
}

.modal .info .infocontent ol {
    margin: 0;
    color: #ec0f52;
}

    .modal .info .infocontent ol p {
        margin: 0;
        color: #000;
    }

.modal .info .infocontent ul {
    list-style: outside none disc;
    margin: 0;
    padding-right: 17px;
}

.modal .info .icons div, .modal .info .icons div span {
    background-position: 91% 46.5%;
    height: 7.2vh;
    margin: 0 0.15vh;
    padding-top: 1vh;
    text-align: center;
    vertical-align: top;
    width: 8vh;
}

.modal .info .icons div {
    opacity: 0.4;
    margin-bottom: 4.3vh;
}

    .modal .info .icons div.found {
        opacity: 1;
        cursor: pointer;
    }

    .modal .info .icons div span {
        transform: scale(0.6);
        height: 7vh;
        margin-top: -1vh;
    }

    .modal .info .icons div.active {
        background-position: 81% 46%;
        float: right;
        height: 10.5vh;
        margin-bottom: 0;
        margin-right: 0;
        width: 12.5vh;
    }

        .modal .info .icons div.active span {
            transform: none;
            margin-top: 0;
        }

    .modal .info .icons div:nth-child(1) span {
        background-position: 5% 45.5%;
    }

    .modal .info .icons div:nth-child(2) span {
        background-position: 54% 45.5%;
    }

    .modal .info .icons div:nth-child(3) span {
        background-position: 42% 45.5%;
    }

    .modal .info .icons div:nth-child(4) span {
        background-position: 30% 45.5%;
    }

    .modal .info .icons div:nth-child(5) span {
        background-position: 17.5% 45.5%;
    }

    .modal .info .icons div:nth-child(6) span {
        background-position: 66.3% 45.5%;
    }

/*#endregion*/

/*#region media queries*/
@media only screen and (min-height : 728px) {
    /*to convert number x in vi to px, when Vi is 728, just  x*7.28 */
    button {
        padding: 0 15px;
        font-size: 22px;
        line-height: 8px;
    }

        button.play, button.next, button.back {
            padding-left: 51px;
        }

        button.small {
            padding: 0 15px;
            font-size: 15px;
        }

            button.small.play, button.small.next, button.small.back {
                padding-left: 44px;
            }

    .dashboard .person h1, .dashboard .agenda, .thumb span {
        font-size: 13pt;
    }

    .dashboard .btn_collapse {
        margin-left: -38.5px;
        margin-top: -17px;
    }

    .dashboard .agenda .ajendaDesc:before, .dashboard .agenda .ajendaDesc:after, .dashboard .agenda .shade:before, .dashboard .agenda .shade:after {
        left: -80px;
        border-width: 80px;
    }

    .points {
        right: 248px;
        font-size: 16pt;
    }

    .thumb:nth-child(1) {
        bottom: 166.5px;
        margin-left: -98.5px;
    }

    .thumb:nth-child(2) {
        bottom: 94px;
        margin-left: 222px;
    }

    .thumb:nth-child(3) {
        bottom: 327px;
        margin-left: 127.5px;
    }

    .thumb:nth-child(4) {
        bottom: 327px;
        margin-left: -324px;
    }

    .thumb:nth-child(5) {
        bottom: 94px;
        margin-left: -418.6px;
    }

    .thumbs .player.pos0 {
        bottom: 230px;
        margin-left: 0;
    }

    .thumbs .player.pos1 {
        bottom: 160px;
        margin-left: 320px;
    }

    .thumbs .player.pos2 {
        bottom: 395.8px;
        margin-left: 225.5px;
    }

    .thumbs .player.pos3 {
        bottom: 395.8px;
        margin-left: -225.5px;
    }

    .thumbs .player.pos4 {
        bottom: 160px;
        margin-left: -320px;
    }


    .thumbs .player div .img {
        margin: 15% 0 0 0;
    }

    .thumbs .player.pos0 div .img {
        margin: 15% 7% 0 0;
    }

    .thumbs .player.pos3 div .img {
        margin: 7% 6% 0 0;
    }

    .thumb .title {
        line-height: 48px;
    }

    /**727px instead of 728px - solves some unexplaind ff sprite shakeing*/
    .sprite, .sprite_before:before, .sprite_after:after {
        background-size: auto 727px;
    }

        .sprite.not_static, .sprite_before.not_static:before, .sprite_after.not_static:after {
            background-size: auto 100vh;
        }

    .plenary .stack {
        bottom: 15px;
    }

        .plenary .stack .inner {
            border-radius: 44px;
            padding: 11px;
        }

            .plenary .stack .inner div, .hidden_settings div {
                margin: 0 4px;
            }

            .plenary .stack .inner .hidden_points {
                right: -182px;
                line-height: 59px;
                font-size: 27px;
            }

    .plenary .modal {
        top: 100%;
        transition: margin 0.9s ease,top 0.9s ease;
    }

        .plenary .modal.in {
            top: 50%;
        }

    .public .hidden_points {
        bottom: 22px;
        padding-right: 72px;
        right: 22px;
        line-height: 57px;
    }

    .hidden_settings {
        bottom: 51px;
        left: 37px;
        border-radius: 44px;
        padding: 11px;
    }

        .hidden_settings div .home {
            margin: 11px 0 0 -7px;
        }

        .hidden_settings div .circle-timer span.text, .hidden_settings div .circle-timer span.sprite {
            font-size: 22px;
            top: 20px;
        }

        .hidden_settings div .circle-timer canvas {
            margin: 11px 0 0 4px;
        }

    .modal {
        margin-left: -277px;
        padding: 22px;
    }

        .modal.positive_feedback {
            margin-left: -248px;
        }

        .modal .header .points-sum {
            font-size: 58px;
            line-height: 7px;
            margin: 7px;
        }

        .modal .header.has_stars h3 {
            padding: 0 0 0 73px;
        }

        .modal .header .star:nth-child(2) {
            left: 51px;
        }

        .modal .header .star:nth-child(3) {
            left: 102px;
        }

        .modal .content {
            padding: 22px;
            font-size: 20px;
        }

            .modal .content .instructions_info {
                margin: 7px 0;
                padding: 7px;
            }

                .modal .content .instructions_info h4 .info {
                    margin: 0 0 0 7.5px;
                }

                .modal .content .instructions_info p {
                    margin: 0;
                    padding: 0 41px 0 0;
                }



            .modal .content a.instructions_info {
                margin: 15px 0;
                padding: 10px;
                position: relative;
                text-decoration: none;
            }

                .modal .content a.instructions_info .gps {
                    height: 30px;
                    margin-left: 7px;
                    width: 22px;
                }


        .modal button.play {
            margin: 22px 0 0;
        }

        .modal .feedback-header {
            padding-right: 124px;
            font-size: 36.5px;
            margin: -7px 0 7px;
            padding-right: 124px;
        }

        .modal .feedback_content {
            padding: 51px 36.5px 22px 36.5px;
            font-size: 20px;
        }

            .modal .feedback_content.first {
                padding: 0 36.5px 0 0;
            }

                .modal .feedback_content.first .clue {
                    padding: 22px 58px 22px 22px;
                }

            .modal .feedback_content .image, .modal .feedback_content .clue_image {
                border: 4px solid #fff;
                top: -44px;
                right: 29px;
            }

            .modal .feedback_content .clue_image {
                margin-right: -7.28px;
                margin-top: -43.5px;
                right: 0;
                top: 50%;
            }

        .modal .header h3 {
            font-size: 22px;
        }



        .modal .info .icons div, .modal .info .icons div span {
            height: 53px;
            margin: 0 1px;
            padding-top: 8px;
            width: 58px;
        }

        .modal .info .icons div {
            margin-bottom: 31px;
        }

            .modal .info .icons div span {
                height: 51px;
                margin-top: -8px;
            }

            .modal .info .icons div.active {
                height: 77px;
                width: 91px;
            }



    .explenations div, .dashboard .achievements .text, .schedule .phone .categories .tooltip {
        padding: 8px;
        border-radius: 8px;
    }

        .dashboard .achievements .text > span, .schedule .phone .categories .tooltip span {
            padding: 7px;
        }

        .explenations div span {
            padding: 7px 7px 44px 7px;
        }

        .explenations div h3 {
            margin: -7px -7px 7px -7px;
            padding: 4px 7px;
        }

    .explenations > div button {
        right: -11px;
    }

        .explenations > div button:last-child {
            left: -11px;
            right: auto;
        }

    .explenations div:after, .dashboard .achievements .text:after, .schedule .phone .categories .tooltip:after {
        margin-left: -14px;
        border-width: 26px 15px;
    }

    .explenations > span, .committee span.btn, .figure span.btn {
        margin-top: -33px;
        margin-left: -80px;
        padding: 7px;
        border-radius: 29px;
    }


    .committee div.draggable .name, .committee div.chairMans .name {
        font-size: 15px;
        line-height: 15px;
    }

    .committee div.draggable .description, .committee div.chairMans .description {
        width: 300px;
        margin-left: -225px;
        padding: 15px;
    }

    .explenations div:nth-child(1) {
        width: 219px;
        top: 168px;
        left: 44px;
    }

    .plenary .explenations div:nth-child(2), .committee .explenations div:nth-child(2), .public .explenations div:nth-child(2), .schedule .explenations div:nth-child(2) {
        width: 190px;
        bottom: 204px;
        left: 20px;
    }

    .plenary .explenations div:nth-child(3)) {
        width: 220px;
        bottom: 131px;
        margin-left: -110px;
    }

    .plenary .explenations div:nth-child(4) {
        width: 292px;
        bottom: 116px;
        margin-left: 292px;
    }

    .plenary .explenations div:nth-child(6) {
        left: 100px;
    }

    .committee .explenations div:nth-child(3) {
        width: 262px;
        bottom: 210px;
        margin-left: -131px;
    }

    .committee .explenations div:nth-child(4) {
        width: 262px;
        margin-left: 328px;
    }

    .public .explenations div:nth-child(4) {
        width: 146px;
        bottom: 120px;
        left: auto;
        right: 51px;
    }

    .public .explenations div:nth-child(5) {
        width: 234px;
        top: 140px;
        margin-left: -67px;
        margin-left: -16vh;
        top: 15vh;
        width: 32vh;
    }

    .homepage .explenations div:nth-child(2), .schedule .explenations div:nth-child(8) {
        left: 385px;
        top: 40px;
        width: 200px;
    }

    .schedule .explenations div:nth-child(8) {
        left: 285px;
    }

        .homepage .explenations div:nth-child(3):after, .homepage .explenations div:nth-child(2):after, .homepage .explenations div:nth-child(4):after, .schedule .explenations div:nth-child(8):after {
            border-width: 15px 26px;
            margin-top: -13px;
        }

    .homepage .explenations div:nth-child(3) {
        top: 546px;
        right: 255px;
        width: 255px;
    }

    .homepage .explenations div:nth-child(4) {
        top: 160px;
        right: 255px;
        width: 255px;
    }

    .homepage .explenations div:nth-child(6) {
        margin-left: -357px;
        bottom: 473px;
        width: 255px;
    }

    .homepage .explenations div:nth-child(7) {
        bottom: 40px;
        margin-left: -139px;
        width: 277px;
    }


    .sound_panel span {
        line-height: 66px;
    }

    .home_btn, .reload {
        left: 102px;
    }

        .home_btn .home {
            top: 7%;
            left: 0%;
        }

    .confirm.home {
        bottom: 130px;
        left: 51px;
        width: 218px;
    }

        .confirm.home button {
            margin: 7px 22px 0;
        }

    .confirm.thumbConfirm {
        margin-left: -115px;
        width: 230px;
        bottom: 306px;
    }

    .figure .ajenda .shade {
        left: 51px;
    }

        .figure .ajenda .top:before, .figure .ajenda .top:after, .figure .ajenda .shade:before, .figure .ajenda .shade:after {
            left: -51px;
            border-width: 51px;
        }

        .figure .ajenda .shade:before, .figure .ajenda .shade:after {
            left: -102px;
        }

    .figure .ajenda h1 {
        font-size: 29px;
        line-height: 102px;
    }

    .figure .ajenda:nth-child(3) h1 {
        line-height: 37px;
    }

    .figure .ajenda .icon {
        right: -73px;
        top: -7px;
        border: 11px solid #fff;
    }

    .figure .ajenda:nth-child(1) {
        top: 25%;
    }

    .figure .ajenda:nth-child(2) {
        top: 25%;
        margin-top: 130px;
    }

    .figure .ajenda:nth-child(3) {
        top: 25%;
        margin-top: 260px;
    }

    .figure .ajenda:nth-child(4) {
        top: 25%;
        margin-top: 390px;
    }
}

@media only screen and (max-aspect-ratio:7/4) {
    body.committee {
        background-size: 100% 75%;
        background-position: top center;
        background-color: #73734c;
    }

        body.committee .main {
            background-size: auto 75%;
            background-position: top center;
        }

        body.committee .game_background {
            height: 75vh;
            width: 155.25vh;
            margin-left: -77.6vh;
        }

    .committee .table {
        height: 25.05vh;
        margin-left: -238.5vh;
        width: 477.75vh;
    }

    .committee .stack .inner {
        height: 16vh;
    }

        .committee div.draggable, .committee div.chairMans, .committee .stack .inner div.draggable {
            height: 13.125vh;
            width: 9vh;
        }

    .committee .explenations div:nth-child(3) {
        bottom: 22vh;
    }

    .committee .explenations div:nth-child(4) {
        bottom: 50vh;
        margin-left: 25vh;
    }

        .committee .explenations div:nth-child(4):after {
            border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
            bottom: 100%;
            top: auto;
        }

    .committee div.draggable .description, .committee div.chairMans .description {
        font-size: 2vh;
    }

    .figure span.btn {
        left: 4%;
        top: 82%;
        margin-left: 0 !important;
    }
}

/*#endregion*/
