@charset "utf-8";
/* CSS Document */

#txtsldbox { width: 100%; height: auto; padding: 2% 0; margin: 0 0 30px; background-color: #ca0202 }

.slidetextanimate { position: relative; z-index: 30; opacity: 0; width: 100%; height: auto; margin: 0; padding: 0 20px; color: #FFFFFF; text-align:center; font-size:20px; font-weight:bold; }

@keyframes slidetextbehavior {
    0%   {  }
    15%  { opacity:1; }
    85%  { opacity:1; }
    100% {  }
}

@media only screen and (max-width: 950px) {
	#txtsldbox { height: auto; margin: 0 0 20px; }
	.slidetextanimate { font-size:18px; font-weight: normal; }
}

@media only screen and (max-width: 500px) {
	#txtsldbox { height: auto; margin: 0 0 15px; }
	.slidetextanimate { font-size:16px; font-weight: normal; }
}


