.example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
}

.example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'fonts/danzza/danzza_trialmedium';
    background-color: #0E0E0E;
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.preload-images {
    display: none;
}

.wrapper {

    overflow: hidden;
    position: relative;
}

.city {
    height: 100%;
    position: absolute;
    z-index: 0;
}

.people {
    width: 100%;
    position: absolute;
    z-index: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    opacity: 0;
}

.animation-wrapper {
    background-size: 100%;
    position: relative;
    height: 700px;
    margin: 0 auto;
    width: 1490px;
    box-shadow: 0 0 9px black;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.glow {
    position: absolute;
    width: 499px;
    top: 97.2px;
    left: 0px;
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms;
    opacity: 0;
}

.shine {
    position: absolute;
    width: 300px;
    top: 106px;
    left: 25px;
    -webkit-transition: opacity 2000ms;
    transition: opacity 2000ms;
    opacity: 0;
}

.text-mask {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: 185px;
    left: 106px;
}

.text {
    width: 143px;
    height: auto;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transform: translate(70%, -60%);
    transform: translate(70%, -60%);
    -webkit-transition: 7s linear;
    transition: 7s linear;
}

.text-move {
    left: 0;
    top: 0;
    -webkit-transform: translate(-102%, 69%);
    transform: translate(-102%, 69%);
}

.opacity {
    opacity: 1;
}

.options {
    z-index: 4 !important;
    padding-top: 100px;
    margin-top: -100px;
}

input[type="submit"] {
    padding: 10px;
}

/*--Animations--*/

.option-university,
.option-cinema,
.option-square,
.option-corner,
.option-shop {
    display: table;
    margin-top: 0px;
    font-family: 'fonts/danzza/danzza_trialmedium';
    padding: 6px 14px 3px 11px;
    max-height: 14px;
    line-height: 18px;
    border-radius: 13px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: 150ms;
    transition: 150ms;
}

/*--Cinema--*/

.cinema {
    display: none;
    position: absolute;
    z-index: 1;
    width: 308px;
    right: 272px;
    opacity: 1;
    top: 55px;
}

.cinema-text {
    width: 188px;
    right: 324px;
    top: 39px;
}

.options-cinema,
.before-cinema {
    left: 1254px;
    top: 85px;
}

.options-cinema-under {
    display: block;
    color: white;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}

.animation-option-current,
.animation-option-current-click {
    background: #fff;
    color: #000;
    padding-left: 20px;
    position: relative;
}

/*--University--*/

.university {
    display: none;
    position: absolute;
    z-index: 1;
    width: 357px;
    right: -13px;
    opacity: 1;
    top: 333px;
}

.university-text {
    width: 188px;
    right: 324px;
    top: 39px;
}

.options-university,
.before-university {
    left: 1290px;
    top: 254px;
}

.options-university-under {
    display: block;
    color: white;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}
.options-university-move {
    left: 3px;
}

/*--Square--*/

.square {
    display: none;
    position: absolute;
    z-index: 1;
    width: 354px;
    right: 653px;
    opacity: 1;
    top: 52px;
}

.square-text {
    width: 188px;
    right: 324px;
    top: 39px;
}

.options-square,
.before-square {
    left: 412px;
    top: 91px;
}

.options-square-under {
    display: block;
    color: white;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}

/*--Corner--*/

.corner {
    display: none;
    position: absolute;
    z-index: 1;
    width: 223px;
    right: 298px;
    opacity: 1;
    top: 335px;
}

.corner-text {
    width: 188px;
    right: 324px;
    top: 39px;
}

.options-corner,
.before-corner {
    left: 786px;
    top: 384px;
}

.options-corner-under {
    display: block;
    color: white;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}

/*--Shop--*/

.shop {
    display: none;
    position: absolute;
    z-index: 1;
    width: 354px;
    left: 17px;
    opacity: 1;
    top: 226px;
}

.shop-text {
    width: 188px;
    right: 324px;
    top: 39px;
}

.options-shop,
.before-shop {
    left: 502px;
    top: 432px;
}

.options-shop-under {
    display: block;
    color: white;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}

/*--Universal--*/

.options {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    overflow: visible;
    position: absolute;
    z-index: 2;
}

.options-cinema-move,
.options-university-move,
.options-square-move,
.options-corner-move,
.options-shop-move {
    position: relative;
    -webkit-transition: top 300ms;
    transition: top 300ms;
    max-height: 1000px;
    padding-left: 10px;
}

.options-hide {
    max-height: 29px;
    overflow: hidden;
    top: 0px !important;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.before {
    background-image: url("../images/on-off.png");
    background-color: #FFFFFF;
    background-size: 40px;
    border-radius: 15px;
    background-repeat: no-repeat;
    position: absolute;
    height: 27px;
    width: 27px;
    background-position: 4px 6px;
    cursor: pointer;
    z-index: 5;
}

.icons-switch {
    background-position: -18px 6px;
}

.animation-cinema-option-current,
.animation-cinema-option-current-click,
.animation-university-option-current,
.animation-university-option-current-click,
.animation-square-option-current,
.animation-square-option-current-click,
.animation-corner-option-current,
.animation-corner-option-current-click,
.animation-shop-option-current,
.animation-shop-option-current-click {
    background: #fff;
    color: #000;
    padding-left: 30px;
    position: relative;
    margin-left: -10px;
}

/*--Snow--*/

.snow-animation {
    position: absolute;
    z-index: 2;
}

.snow-cinema {
    position: absolute;
    right: 274px;
    width: 307px;
    top: 55px;
}

.snow-square {
    width: 346px;
    left: 486px;
    top: 56px;
}

.snow-corner {
    right: 302px;
    top: 335px;
    width: 219px;
}

.snow-shop {
    width: 370px;
    top: 220px;
    left: 8px;
}

.snow-university {
    right: -15px;
    width: 364px;
    top: 328px;
}

#snow {
    display: none;
}
.snow-button {
    bottom: 40px;
    left: 59px;
    background: #fff;
    color: #000;
    position: absolute;
    text-transform: uppercase;
    display: table;
    padding: 6px 14px 3px 11px;
    max-height: 14px;
    border-radius: 13px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.animation {
}

.options-hover {
    visibility: visible;
    opacity: 1;
}

.c-shine,
.s-shine,
.u-shine,
.sh-shine,
.sc-shine {
    position: absolute;
    display: none;
    z-index: 3;
}

.c-shine {
    right: 228px;
    width: 375px;
    opacity: 0.4;
    top: 48px;
}

.u-shine {
    right: 26px;
    width: 386px;
    top: 337px;
    opacity: 0.4;
}

.s-shine {
    width: 324px;
    top: 94px;
    left: 511px;
    opacity: 0.15;
}

.sh-shine {
    top: 230px;
    width: 323px;
    left: 107px;
    opacity: 0.65;
}

.sc-shine {
    left: 982px;
    top: 395px;
    width: 213px;
    opacity: 0.4;
}

.hide {
    display: none;
}

/*--People--*/

.c-people,
.s-people,
.u-people,
.sh-people,
.sc-people {
    position: absolute;
    display: none;
    z-index: 1;
}

.c-people {
    right: 163px;
    top: 148px;
}

.s-people {
    left: 571px;
    top: 243px;
}

.u-people {
    bottom: 3px;
    right: 19px;
    /* opacity: 0; */
}

.sh-people {
    top: 340.51px;
    left: 16.4px;
    z-index: 1;
}

.sc-people {
    right: 216px;
    top: 372px;
}

.right {
    text-align: center;
    color: #fff;
    position: absolute;
    right: 122px;
}

.center {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header {
    height: 70px;
    position: relative;
    background: #0E0E0E;
    z-index: 1;
}

.header-elements {
    position: relative;
    top: 23px;
}

.logo {
    position: absolute;
    left: 122px;
    width: 191px;
}

.c-glow,
.s-glow,
.u-glow,
.sh-glow,
.sc-glow {
    position: absolute;
    z-index: 2;
    display: none;
}

.c-glow {
    right: 196px;
    top: 141px;
}

.s-glow {
    left: 575px;
    top: 262px;
}

.u-glow {
    right: 45px;
    bottom: 1px;
}

.sh-glow {
    top: 346px;
    left: 41px;
    z-index: 2;
}

.sc-glow {
    right: 279px;
    top: 371px;
}

.snowfall-visible {
    display: block
}

.animation-visible {
    display: block
}

.glows-visible {
    display: block;
    -webkit-animation: fade 2s;
    animation: fade 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1400px) {
    .animation-wrapper {
        margin-top: -40px;
        z-index: 0;
    }

    .header {
        height: 50px;

    }

    .header-elements {
        top: 15px;
    }

}
@media (max-width: 1200px) {

        
    .before, .options {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transform-origin: top;
    }
    .options {
        margin-left: 25px;
        margin-top: -130px;
    }
    .options.mtop {
        /* margin-top: 12px; */
    }
    .options-university.mtop {
        margin-left: 20px;
    }
    .option-university, .option-cinema, .option-square, .option-corner, .option-shop {
        padding: 6px 14px 3px 25px;
    }
    .option-university {
        padding: 6px 14px 3px 28px;
    }
    .snow-button {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transform-origin: top;
    }
    .animation-cinema-option-current, 
    .animation-cinema-option-current-click, 
    .animation-university-option-current, 
    .animation-university-option-current-click, 
    .animation-square-option-current, .animation-square-option-current-click, 
    .animation-corner-option-current, .animation-corner-option-current-click, 
    .animation-shop-option-current, .animation-shop-option-current-click {
        margin-left: -8px;
    }

    .options-university,
    .before-university {
        left: 1241px;
    }


    /*.before {
        background-size: 70px;
        border-radius: 25px;
        height: 38px;
        width: 40px;
    }
    .before.icons-switch {
        background-position: -33px 6px;
    }
    .option-university, .option-cinema, .option-square, .option-corner, .option-shop {
        display: table;
        margin-top: 0px;
        font-family: 'fonts/danzza/danzza_trialmedium';
        padding: 12px 14px 8px 42px;
        max-height: 14px;
        line-height: 18px;
        border-radius: 20px;
        font-size: 18px;
    }*/
}

@media (max-width: 1024px) {

    .logo {
        left: 20px;

    }

    .right {
        right: 20px;
    }
}