@charset "UTF-8";

/* Contact form 7 */
.wpcf7-spinner {
  display: none !important;
}

/* WYSIWYG */
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 1.5em;
	margin-top: 0;
	margin-right: 0;
}
.alignleft {
	float: left;
	margin: 1.5em;
	margin-top: 0;
	margin-left: 0;
}
.alignnone {
	clear: both;
}
.txt_red {
  color: #d61300 !important;
}
.txt_blue {
  color: #10aac5 !important;
}
.txt_green {
  color: #005638 !important;
}
