body{margin:0;}
.wpdiv{
    height:50px;
    width:50px;
    position:fixed;
    left:5px;
    bottom:10px;
    z-index:9999;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.wplogodiv{
    position:relative;
    z-index:99999;
}
.wpdiv img{
    width: 100%;
    height: auto;
    animation: wploganim 11s infinite;
}
.wpyazi{
    position:fixed;
    bottom:10px;
    left:5px;
    width:130px;
    height:30px;
    background:green;
    color:white;
    margin:auto;
    text-align:center;
    padding:5px;
    padding-right:15px;
    z-index:999;
    overflow:hidden;
    animation: wpanim 11s infinite;
    box-sizing: content-box;
}
.wpyazi p{
    font-size:12px;
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height:14px;
    font-weight:600;
	color:white !important;
}
@keyframes wploganim {
    0% {margin-left:0px;}
    10% {margin-left:135px;}
    40%{margin-left:135px;}
    50% {margin-left:0px;}
    100% {margin-left:0px;}
}
@keyframes wpanim {
    0% {height:0; bottom:-15px;}
    10% {height:30px; bottom:15px;}
    40%{height:30px; bottom:15px;}
    50% {height:0px; bottom:-15px;}
    100% {height:0px; bottom:-15px;}
}
