@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

body {
	font-family:'Lato', sans-serif;
	font-size: 5pt;
	11font-weight: 100;
	box-sizing: border-box;
	clear: both; 
}

.container {
	width: 100%; 
	height: 27px; 
	margin-top: 0px;
	box-sizing: border-box;
	clear: both; 
	}

.first-of-all {
	width: 100%;
	border: 0px;
	box-sizing: border-box;
	clear: both; 
	}

.sliding-text {
	height: 25px; 
	}

.slider-item h1 {
	width: 100%;
	height: 25px !important; 
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	top: 0 !important;
	margin-top: 5px !important; position: absolute;
	text-align: center;
	}

#THEfirstORDER {
  	color: #fde9ff;
	height: 100%;
	text-align: center;
	border: 0px;
	margin-top: 3px; 
	box-sizing: border-box; /**DO NOT REMOVE**/ 
	clear: both;
	/** color brilliance**/
		/*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    			          0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
		*/
  		777animation: blink 12s infinite;
  		777-webkit-animation: blink 12s infinite;
	/** end of color brilliance**/

  	text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
                     #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;	
	}



/**BLINK THE NAME**/
@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  77text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff6a9;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    77text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  77text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  		 text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff6a9;
  }
}
/**END OF BLINK THE NAME**/