/*main message & Thingy Linky */

.hidden {
  display:none;
}

.fa {
    font-size: 35px !important;
}

    .main-point {
        position: absolute;
        width: 250px;
        display: block;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    @media screen and (max-width:1024px){
        .main-point { display: none;}
    }
    .point p, .point h4 {
        padding: 0px 15px;
        margin-bottom: 10px;
        line-height: 1.1em;
    }

    .point {
        width: 300px;
        border: 0;
        margin: 0 auto;
        padding: 20px 0px;
        background: white;
        position: absolute;
        display: none;
        z-index: 1000;
        border-radius: 3px;
        box-shadow: 0px 5px 20px rgba(0,0,0,.25);
    }

    .point::before {
            border: 0;
    }

      .new-0 {
            visibility:hidden;
        }

    .new-1 {
            top: 30%;
            left: 13%;
        }

        .new-2 {
            top: 70%;
            left: 25%;
        }

        .new-3 {
            top: 55%;
            right: 0%;
        }

        .new-4 {
            top: 15%;
            left: 35%;
        }

        .new-5 {
            top: 5%;
            left: 60%;
        }



.pulsor {
   -webkit-animation: pusate 1s infinite alternate;
   animation: pusate 1s infinite alternate;
}
 .point p {
    padding: 0 20px;
}
@-webkit-keyframes pusate {
    from { color:  #333; }
    to { color:  #CBA15D; }
}
@keyframes pusate {
    from { color:  #333; }
    to { color:  #CBA15D; }
}