/* Slider */

.ares .tp-bullet-title {
	display: none;
}

/* Widget derniers résultats */

.fixture_detail .command_info .score {
	background: #004486;
	color: #f47d21 !important;
	width: 70px;
}
.fixture_detail .command_info .logo {
	overflow: visible;
}
.fixture_detail .command_info .logo img {
	width: 120px;
	height: 120px;
	max-width: none;
}
.fixture_detail .command_left .command_info .logo img, .fixture_detail .command_right .command_info .logo img {
	position: relative;
	bottom: 11px;
}
.fixture_detail .command_left .command_info .logo img {
	right: 75px;
}
.fixture_detail .command_right .command_info .logo img {
	left: 55px;
}
.fixture_detail .command_left .goals {
	margin-right: 140px;
}
.fixture_detail .command_right .goals {
	margin-left: 140px;
}
.fixture_detail .command_right .command_info .score:after {
	border-right: 11px solid #004486;
}
.fixture_detail .command_info .score:after {
	border-left: 11px solid #004486;
}
.fixture_detail .fixture_info .venue, .fixture_detail .goals h2 a:hover, .fixture_detail .command_right .goals h2 a:hover {
	color: #f57d21;
}
.fixture_detail .goals h2 {
	border-color: #f57d21;
}
.fixture_detail h3:after, .latest_result > .fixture_detail > h2:after, .vc_latest_result .fixture_detail > h2:after {
	background: #f57d21;
}
.stm-custom-row > div.col-60 > div:nth-child(3) {
	text-align: center;
}