div.header-top a.paymentButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
div.header-top a.paymentButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}
	
header.template-header .header-top
	{
	z-index: 1000;
	}

/* ------------------------------------------------------------------
Colors ADA
------------------------------------------------------------------ */
h2,
.h2,
.checkbox-custom input[type='checkbox'][disabled]:checked + label:after,
.checkbox-custom input[type='checkbox'][readonly]:checked + label:after,
.widget.widget-blocks-group .block-subtitle,
.widget.events-list-all .event-date,
.event-detail .event__other__wrapper .event__other__info__address,
.modal-inline.event-popup .event-date,
.events-list .event-date .event-weekday,
.module-blog-wrapper .blog-post .post-date,
.facilities-list .facility .facility-info ul li > i
.mfp-helpful-links-popup p.description,
.testimonials-wrapper .testimonial-box cite span,
.module-alternative .module-header .module-title,
.locations-wrapper-2 .location .location-address,
.locations-wrapper-2 .location .location-address p,
.input-wrap .form-control-placelabel span,
.upload-file-list .file-list .file-list__file__size,
.page-content .disclaimer-notice p.text-muted,
.heading-group .subtitle,
.internal-menu-article .category em,
.mfp-helpful-links-popup address,
.mfp-helpful-links-popup p.description,
.module-alternative .module-header .module-title,
.page-list .page .description,
.page-list .page .description p,
.testimonials-wrapper .testimonial-box cite span,
.widget.image-heading4-text .main-content .subtitle,
.widget.image-text .main-content .subtitle,
.widget.page-intro .page-intro__subtitle,
.widget.page-intro .subtitle,
label.checkbox-label,
label.radio-label,
.text-muted {
  color: #757575;
}

.select2-choice.select2-default .select2-chosen {
  color: #757575 !important; 
}

.overview .overview-content .overview-item.overview-item-full figure:after,
.overview-item.overview-item-full figure:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(55%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.25)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.25));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.25));
  opacity: 1;
}