.sggTimeline ul.nav {
	border-bottom: 2px solid #cdcdcd;
	margin-bottom: 42px;
	text-align: center;
	border-collapse: separate;
}
.sggTimeline ul.nav:before, .sggTimeline ul.nav:after {
	display: none;
}
.sggTimeline ul.nav li a {
	padding: 17px 13px;
	position: relative;
	text-decoration: none;
	color: #ec9b7e !important;
	font-size: 14px;
	margin: 0;
	font-weight: 700;
}
.cvMinistreContainerAr .sggTimeline ul.nav li a {
	min-height: 83px;
}
.sggTimeline ul.nav li a:after {
	content: " ";
	background-image: url('../images/tabsPills.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: -8px;
	text-align: center;
	left: 0;
	-webkit-transition: all 50ms ease;
	   -moz-transition: all 50ms ease;
	     -o-transition: all 50ms ease;
	        transition: all 50ms ease;
}
.sggTimeline ul.nav li a:hover:after, .sggTimeline ul.nav li.active a:after {
	background-image: url('../images/tabsPillsActive.png');
}

.sggTimeline ul.nav > li > a:focus, .sggTimeline ul.nav > li > a:hover {
	background-color: transparent;
}

@media only screen and (max-width : 768px) {
	.sggTimeline ul.nav li a:after {
		content: none;
	}
	.sggTimeline ul.nav li a {
		padding: 12px 13px;
		border-bottom: 1px solid #ececec;
		font-weight: 700;
		-webkit-transition: all 50ms ease;
		   -moz-transition: all 50ms ease;
		     -o-transition: all 50ms ease;
		        transition: all 50ms ease;
	}
	.sggTimeline ul.nav li a:hover, .sggTimeline ul.nav li.active a {
		background-color: #ec9b7e;
		color: #fff !important;
	}
	.cvMinistreContainerAr .sggTimeline ul.nav li a {
		min-height: auto;
	}
}