/* ------------
	Buttons
------------------------------------------------ */

#column-buttons .title {
  font-size: 16px !important;
  font-weight: 600 !important;
}

#column-buttons .button-wrapper {
  background: #000;
}

@media (min-width: 992px) {
  #column-buttons .button-wrapper a img {
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
  }

  #column-buttons .button-wrapper a:hover img {
    -webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) contrast(120%);
  }
  

}

  #header.sticky-style-2,
  #header {
	  height: auto !important;
  }