.pagination.pagination-rounded.pagination-md a {
	padding: 0;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1rem;
}

.custom-table-style-1 thead th {
	color: #000;
}

.tb_specs tr.active td {
	animation: changeBackground 2s infinite;
}

@keyframes changeBackground {
	0% {
		background-color: #009dff;
	}
	50% {
		background-color: white;
	}
	100% {
		background-color: #009dff;
	}
}

.text-upper {
	text-transform: uppercase;
}

.lang_link {
	text-decoration: none !important;
	margin-left: 10px;

}

.thumb-info {
	background-color: transparent;
}

.text-header {
	font-size: 15px;
}