/***** Breath BEGIN*****/
@keyframes breath{0%{background-size: 101% auto;}50%{background-size: 125% auto;}100%{background-size: 101% auto;}}
@-moz-keyframes breath{0%{background-size: 101% auto;}50%{background-size: 125% auto;}100%{background-size: 101% auto;}}
@-webkit-keyframes breath{0%{background-size: 101% auto;}50%{background-size: 125% auto;}100%{background-size: 101% auto;}}
@-ms-keyframes breath{0%{background-size: 101% auto;}50%{background-size: 125% auto;}100%{background-size: 101% auto;}}
@-o-keyframes breath{0%{background-size: 101% auto;}50%{background-size: 125% auto;}100%{background-size: 101% auto;}}
/***** END Breath *****/

/***** AnimatedBackground BEGIN *****/
@keyframes animatedBackground{0%{background-position: 0 0;}33.33%{background-position: 30px 0;}66.66%{background-position: -30px 0;}100%{background-position: 0 0;}}
@-moz-keyframes animatedBackground{0%{background-position: 0 0;}33.33%{background-position: 30px 0;}66.66%{background-position: -30px 0;}100%{background-position: 0 0;}}
@-webkit-keyframes animatedBackground{0%{background-position: 0 0;}33.33%{background-position: 30px 0;}66.66%{background-position: -30px 0;}100%{background-position: 0 0;}}
@-ms-keyframes animatedBackground{0%{background-position: 0 0;}33.33%{background-position: 30px 0;}66.66%{background-position: -30px 0;}100%{background-position: 0 0;}}
@-o-keyframes animatedBackground{0%{background-position: 0 0;}33.33%{background-position: 30px 0;}66.66%{background-position: -30px 0;}100%{background-position: 0 0;}}
/***** END AnimatedBackground *****/

/***** NameAnimation BEGIN *****/
.ws{display: inline-block;width: calc(50% + 60px);height: 56px;background-color: #26C5F4;margin: 0 auto;padding: 0 30px;line-height: 56px;overflow: hidden;color: #FFF;font-size: 24px;text-align: center;-webkit-animation: WidthSize 5s linear;-moz-animation: WidthSize 5s linear;-ms-animation: WidthSize 5s linear;-o-animation: WidthSize 5s linear;animation: WidthSize 5s linear;}
@keyframes WidthSize{0%{width: 0;}100%{width: calc(50% + 60px);}}
@-moz-keyframes NameAnimation{0%{width: 0;}100%{width: calc(50% + 60px);}}
@-webkit-keyframes NameAnimation{0%{width: 0;}100%{width: calc(50% + 60px);}}
@-ms-keyframes NameAnimation{0%{width: 0;}100%{width: calc(50% + 60px);}}
@-o-keyframes NameAnimation{0%{ width: 0;}100%{width: calc(50% + 60px);}}
/***** END NameAnimation *****/