
.promo-header{
	margin-top:0px;
}
 
.promo-header {
	
}

.promo-header  a{
 color: #fff;
}


 
	
	
/*@media screen and (max-width: 1024px) {
	.promo-text {
		background-color: #000000;
		color: #FFFFFF;
		font-size: 13px;
		display: table !important;
		height: 32px;
	}

	.promo-text a,.promo-text p {
		display: table-cell;
		vertical-align: middle;
	}
}*/

.promo-text {
  text-align: center;

  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  
  background-color: #000000;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 11px;
	height: 30px !important;
}
 
/* The ghost, nudged to maintain perfect centering */
.promo-text:before {
  content: '';
  display: inline-block;
 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
  background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	
	height: 30px;
}

/* The element to be centered, can also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;
  /*width: 625px;*/
}
.promo-header-container p{
	display:inline-block;
	color: #FFFFFF;
	font-size: 11px;
}
.slick-list{
	display:block !important;
}

