.boxtest {
           /* background: linear-gradient(to left, red, blue);*/
            -webkit-background-clip: text;
            color:rgba(255,0,0,0.00);
            animation: blink 3s linear infinite;
            -webkit-animation: blink 3s linear infinite;
            -moz-animation: blink 3s linear infinite;
            -ms-animation: blink 3s linear infinite;
            -o-animation: blink 3s linear infinite;	
			text-shadow: 1px 1px 0px 0px #eee;
          }

@keyframes blink{
	0%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
	10%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	40%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	50%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	90%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	100%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
          }

@-webkit-keyframes blink {
	0%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
	10%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	40%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	50%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	90%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	100%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
          }

@-moz-keyframes blink {
	0%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
	10%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	40%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	50%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	90%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	100%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
          }

@-ms-keyframes blink {
	0%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
	10%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	40%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	50%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	90%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	100%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
          }

@-o-keyframes blink {
	0%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
	10%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	40%{background:   linear-gradient(to right, red,blue);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	50%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,1.00);}
	90%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(255,0,0,0.00);}
	100%{background:   linear-gradient(to right, blue,red);-webkit-background-clip: text;color: rgba(0,0,255,1.00);}
          }
