@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1226 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.snip1226 * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1226 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
}
.snip1226 a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1226 a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #e67e22;
}
.snip1226 a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
    transform: translateY(100%);
}

/* .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
} */


.ps{
    margin-top:16px;
}

@keyframes ps {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }

 }
.ps {
   -webkit-animation: ps 1.75s linear infinite;
   -moz-animation: ps 1.75s linear infinite;
   -ms-animation: ps 1.75s linear infinite;
   -o-animation: ps 1.75s linear infinite;
   animation: ps 1.75s linear infinite;
}
