#blink1 { -webkit-animation: blink1 3s linear infinite; animation: blink1 2s linear infinite; }
@-webkit-keyframes blink1 {
0% { color: rgba(34, 34, 34, 1); }
50% { color: rgba(34, 34, 34, 0); }
100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
0% { color: rgba(255, 42, 85, 1); }
50% { color: rgba(255, 42, 85, 0); }
100% { color: rgba(255, 42, 85, 1); }
}

#blink7
a[href]:visited {color:#808 !important}
@-webkit-keyframes pulsate {
50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;} }
@keyframes pulsate { 50% { color: #002AFF; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; } }
#blink7 { color: rgb(185, 41, 40);
text-shadow: 1 -1px rgba(0,0,0,.1);
/* background: green; */
-webkit-animation: pulsate 3.2s linear infinite;
animation: pulsate 3.2s alternate infinite; }
}

@-webkit-keyframes blink6 { 10% { transform: scale(1, 1) rotate(80deg); } 20% { transform: scale(0, 0) rotate(160deg); } 100% { transform: scale(0, 0) rotate(0deg); } }
@keyframes blink6 { 10% { transform: scale(1, 1) rotate(80deg); } 20% { transform: scale(0, 0) rotate(160deg); } 100% { transform: scale(0, 0) rotate(0deg); } }
#blink6 { position: relative; display: inline-block; color: #fff; text-shadow: 0 0 10px #3d7a97; background: #064578; } #blink6:after, #blink6:before { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100px; height: 100px; background-image: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%); -webkit-animation: blink6 10s linear infinite; animation: blink6 10s linear infinite; transform: scale(0, 0) rotate(0deg); } #blink6:before { top: -30%; right: 0; left: auto; -webkit-animation-delay: 5s; animation-delay: 5s; }
/*	*/
@-webkit-keyframes blink0 { 10% { transform: scale(1, 1) rotate(80deg); } 20% { transform: scale(0, 0) rotate(160deg); } 100% { transform: scale(0, 0) rotate(0deg); } }

@keyframes blink0 { 10% { transform: scale(1, 1) rotate(80deg); } 20% { transform: scale(0, 0) rotate(160deg); } 100% { transform: scale(0, 0) rotate(0deg); } }
#blink0 { position: relative; color: #fff; text-shadow: 0 0 10px #3d7a97;}
 #blink0:after, #blink0:before { content: ""; position: absolute; top: 0; left: 200px; display: block; width: 100px; height: 100px; background-image: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%); -webkit-animation: blink6 10s linear infinite; animation: blink0 10s linear infinite; transform: scale(0, 0) rotate(0deg); } #blink0:before { top: -30%; right: 200px; left: auto; -webkit-animation-delay: 5s; animation-delay: 5s; }