.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
	position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
	content: attr(data-bigletter);
	font-size: 1.5em;
	opacity: .08;
	position: absolute;
	top: -0.5em;
	left: 0px;
	right: 0px;
	text-align: inherit;
	text-transform: uppercase;
	color:inherit;
}

.ata-section-title .be-heading span.slim-text{
	font-weight:normal!important;	
}
.az-promo-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

.az-promo-box .az-probox-item {
  background-size: cover;
  margin-bottom: 50px;
  min-height: 247px;
  position: relative;
  text-align: center;
}
.az-promo-box .az-probox-item .az-item-link {
  background: #fff;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  left: 50%;
  letter-spacing: 2px;
  line-height: normal;
  min-width: 175px;
 
  padding: 13px 30px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 5;
}

.az-promo-box .az-probox-item .az-item-link:hover {
	background-color: #333;
    color: #fff;
}

.az-probox-item .bgoverlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

.az-probox-item::after {
  border: 1px solid #fff;
  border-radius: 3px;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 20px;
}