.riders .page-title {
	background-image: url(../../u-files/banner_pilotos.jpg);
}

.riders h1 {
	color: #fff;
	font-weight: bold;
}

.riders h1.slice {
	background-color: #e31d1a;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	font-weight: bold;
}

.riders-rider .riders-rider-img a .riders-marginAT,
.riders-rider .riders-rider-img a .riders-marginA {
	background: #e5e5e5;
	border: 1px solid transparent;
	transition: all .2s ease-in-out;
}

.riders-rider:hover .riders-rider-img a .riders-marginAT,
.riders-rider:hover .riders-rider-img a .riders-marginA {
	border: 1px solid #e31d1a;
	transform: scale(1.05);
}

.riders-rider .riders-rider-img a p {
	color: #e31d1a;
	margin-bottom: 0;
	font-size: 18px;
}

.riders-marginAT {
	margin: auto;
}

.riders-boldI {
	font-weight: 700;
	font-style: italic;
}

.riders-lightI {
	font-weight: 300;
	font-style: italic;
}

.sm-spacer45 {
	height: 45px;
}

@media screen and (max-width: 767px) {
	.riders-marginA {
		margin: auto;
	}
}

.rider-flag {
	width: 30px;
	margin-top: 10px;
	border: 0.5px solid #ddd;
}
