@import url("https://fonts.googleapis.com/css?family=Lato:300");.shimmer p{color:rgba(255,255,255,0)}.shimmer p a{text-decoration:none;color:#fff}.shimmer p a:visted{color:#fff}.shimmer{background:-webkit-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));background:-moz-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));background:gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));-webkit-background-size:125px 100%;-moz-background-size:125px 100%;background-size:125px 100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-animation-name:shimmer;-moz-animation-name:shimmer;animation-name:shimmer;-webkit-animation-duration:4s;-moz-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;background-repeat:no-repeat;background-position:0 0;background-color:#222}@-moz-keyframes shimmer{0%{background-position:-30% 0}100%{background-position:130% 0}}@-webkit-keyframes shimmer{0%{background-position:-30% 0}100%{background-position:130% 0}}@-o-keyframes shimmer{0%{background-position:-30% 0;}100%{background-position:130% 0;}}@keyframes shimmer{0%{background-position:-30% 0}100%{background-position:130% 0}}