.module-blockbannertopaction{
  min-height: 40px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  left: 0px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
	padding-bottom: 10px;
  top: 0px;
  color: #000000;  
}
.module-blockbannertopaction .bg {
	width: 100%;
	min-height: 40px;
	padding-bottom: 10px;
	position: absolute;
	left:0;
	top: 0;
  background-repeat: repeat;
  background-position: top center
}
.module-blockbannertopaction a {
	display: block;
	z-index: 90;
	width: 100%;
	height: 40px;
	position: absolute;
	left:0;
	top: 0;
}

.module-blockbannertopaction p{
  margin-bottom: 0px;
  padding-top: 5px;
  text-align: center;
  
}
.module-blockbannertopaction p span {animation: blink 4s linear infinite;}
@keyframes blink {
	0% {
	  opacity: .6;
	}
	25% {
	  opacity: .8;
	}
	50% {
	  opacity: 1;
	}
	75% {
	  opacity: .8;
	}
	100% {
	  opacity: 0.6;
	}	
}	

.blockbannertopaction-btn-close {
	position: absolute; 
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 95;
	top: 0px;
	padding: 0px 15px 0 15px; 
	right: 0;
	font-size: 24px;
	background: transparent!important;
	color: #FFFFFF!important;
	opacity: 0.9
}
.blockbannertopaction-btn-close:hover { opacity: 1 }

@media (max-width: 767px) {
}
