#myBtn {
    position: fixed;
    width: 100px;
    /* height: 44px; */
    bottom: 15px;
    right: 20px;
    z-index: 100;
    display: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    outline: none;
    background: #9F8E5F url(../images/goldcta.png);
    background-size: cover;
    background-position: center;
    color: black;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 10px 10px 8px 10px;
}

.scroll-down {
    position: absolute;
    margin-left: -5px;
    bottom: -20px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

/*.slider .additional-stage .item, .slider .additional-stage .item .image, .slider .stage .item, .slider .stage .item .image, section.contacts .office .office-box, section.interiors .slider .stage .item, section.location .map-overlay .dot {
    background-position: top !important;
}*/
/* @media(min-width:767px) {
    .fxRollX {
        z-index: -98;
        opacity: 0.0;
    }
} */


@media (max-width:768px) {
    .deskDevelopement {
        display: none !important;
    }



    .deskresidence {
        display: none !important;
    }

    .mobileresidence {
        display: block !important;
    }

    .mobileDevelopement {
        display: block !important;
    }

    .item.fxRollX .image {
        background: #ececec !important;
    }

    .index-joker-text-block h1 {
        letter-spacing: 1px;
    }

    .hidemob {
        display: none;
    }