  .news-item-background.grey,
  .products-item-background.grey {
    background-color: #f4f4f4; }




.mobile-news-body .orange {
  color: #f98608;
}


.mobile-app-stores {
  text-align: center;
}
.mobile-app-stores > .banner-text-container {
      max-width: 1000px !important;
      padding: 30px 0 !important;
}

.mobile-app-stores > .banner-text-container h3 {
      margin-bottom: 20px !important;
}

.mobile-app-stores > .banner-text-container a {
      margin: 10px 10px;
      display: inline-block;
}

.btn-circle.dark-grey {
    background-color: #D5D5D5;
    color: #252525 !important;
}
.bottom-buttons .btn-circle.large span {
   margin-top: 4px;
}

.circle-title {
  margin-top: -8px;
}

.reveal-modal-bg {
  position: fixed;
}

.circle-title {
    height: 128px;
    width: 80px;
    margin: 0 auto;
    display: table-cell !important;
     position: relative;
    vertical-align: middle;

}

.news-item-body:hover .circle span.circle-title,
.products-item-body:hover .circle span.circle-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
