.customer-styles {
  /* START widget: gallery */
  /* END widget: gallery */
}

.customer-styles .widget_template_gallery {
  padding-top: 30px;
  padding-bottom: 30px;
}

.customer-styles .widget_template_gallery .gallery-years-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-family: 'DroidSans';
}

.customer-styles .widget_template_gallery .gallery-years-area .gallery-year {
  margin-right: 15px;
  cursor: pointer;
  color: #000;
  background: #90a4ae;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-family: 'DroidSans';
  font-weight: normal;
}

.customer-styles .widget_template_gallery .gallery-years-area .gallery-year.active {
  background: #ff1744;
}

.customer-styles .widget_template_gallery .tpl-gallery-widget-container .tpl-gallery-widget-item.hidden {
  display: none;
}
