/*
@media only screen and (max-width: 768px) {
	.tx_on_hover_color_0,
	.tx_on_hover_color_0 a {
		pointer-events: none;
	}

	.tx_on_hover_color_1,
	.tx_on_hover_color_1 a {
		pointer-events: none;
	}

	.tx_on_hover_color_2,
	.tx_on_hover_color_2 a {
		pointer-events: none;
	}

	.tx_on_hover_color_3,
	.tx_on_hover_color_3 a {
		pointer-events: none;
	}

	.tx_on_hover_color_4,
	.tx_on_hover_color_4 a {
		pointer-events: none;
	}
}


@media only screen and (min-width: 768px) {
	.tx_on_hover_color_0,
	.tx_on_hover_color_0 a {
		pointer-events: none;
	}

	.tx_on_hover_color_1,
	.tx_on_hover_color_1 a {
		pointer-events: none;
	}

	.tx_on_hover_color_2,
	.tx_on_hover_color_2 a {
		pointer-events: none;
	}

	.tx_on_hover_color_3,
	.tx_on_hover_color_3 a {
		pointer-events: none;
	}

	.tx_on_hover_color_4,
	.tx_on_hover_color_4 a {
		pointer-events: none;
	}
}


@media only screen and (min-width: 1024px) {
	.tx_on_hover_color_0,
	.tx_on_hover_color_0 a {
		pointer-events: none;
	}

	.tx_on_hover_color_1,
	.tx_on_hover_color_1 a {
		pointer-events: none;
	}

	.tx_on_hover_color_2,
	.tx_on_hover_color_2 a {
		pointer-events: none;
	}

	.tx_on_hover_color_3,
	.tx_on_hover_color_3 a {
		pointer-events: none;
	}

	.tx_on_hover_color_4,
	.tx_on_hover_color_4 a {
		pointer-events: none;
	}
}


@media only screen and (min-width: 1250px) {
	.tx_on_hover_color_0,
	.tx_on_hover_color_0 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_1,
	.tx_on_hover_color_1 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_2,
	.tx_on_hover_color_2 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_3,
	.tx_on_hover_color_3 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_4,
	.tx_on_hover_color_4 a {
		pointer-events: auto;
	}
}


@media only screen and (min-width: 1400px) {
	.tx_on_hover_color_0,
	.tx_on_hover_color_0 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_1,
	.tx_on_hover_color_1 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_2,
	.tx_on_hover_color_2 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_3,
	.tx_on_hover_color_3 a {
		pointer-events: auto;
	}

	.tx_on_hover_color_4,
	.tx_on_hover_color_4 a {
		pointer-events: auto;
	}
}
*/


.tx_color_0,
a.tx_color_0 {
	transition: all 0.25s ease-in-out;
	color: red;
}

.tx_on_hover_color_0:hover,
.tx_on_hover_color_0:hover a {
	color: blue;
}

.tx_color_1,
a.tx_color_1 {
	transition: all 0.25s ease-in-out;
	color: blue;
}

.tx_on_hover_color_1:hover,
.tx_on_hover_color_1:hover a {
	color: red;
}


.tx_color_2,
a.tx_color_2 {
	transition: all 0.25s ease-in-out;
	color: yellow;
}

.tx_on_hover_color_2:hover,
.tx_on_hover_color_2:hover a {
	color: green;
}


.tx_color_3,
a.tx_color_3 {
	transition: all 0.25s ease-in-out;
	color: green;
}

.tx_on_hover_color_3:hover,
.tx_on_hover_color_3:hover a {
	color: yellow;
}


.tx_color_4,
a.tx_color_4 {
	transition: all 0.25s ease-in-out;
	color: white;
}

.tx_on_hover_color_4:hover,
.tx_on_hover_color_4:hover a {
	color: white;
}