@media (max-width: 1249px) 
{

.timeLine .swiper-navigation .arrow-navigation .arrow-left:before 
	{
	font-size: 2.2em;
	color: #313a3d;
	position: absolute;
	left: -34px;
	top: -13px;
	background: #fbf9f9;
	}

.timeLine .swiper-navigation .arrow-navigation .arrow-right:before 
	{
	font-size: 2.2em;
	color: #313a3d;
	position: absolute;
	right: -34px;
	top: -13px;
	background: #fbf9f9;
	}
}

@media (min-width: 1250px) 
{

.timeLine .swiper-navigation .arrow-navigation .arrow-left:before,
.timeLine .swiper-navigation .arrow-navigation .arrow-right:before
	{
	display: none;
	}
}


.timeLine .swiper-navigation 
{
	height: auto;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom:40px;
	padding-bottom:-40px;
	padding-left: 2.8rem;
	padding-right: 2.8rem;
}



.timeLine .swiper-navigation .swiper-slide.activeSlide, .timeLine .swiper-navigation .swiper-slide.activeSlide span, 
.timeLine .swiper-navigation .swiper-slide:active, .timeLine .swiper-navigation .swiper-slide:active span, 
.timeLine .swiper-navigation .swiper-slide:focus, .timeLine .swiper-navigation .swiper-slide:focus span, 
.timeLine .swiper-navigation .swiper-slide:hover, .timeLine .swiper-navigation .swiper-slide:hover  .timeLine .swiper-navigation .swiper-slide:hover span
{
	text-decoration:underline;
}

.timeLine .swiper-navigation .swiper-wrapper 
{
	justify-content: space-between;
	margin:0px;
	align-items: center;
	align-content: center; 
	height: 8rem!important;
	margin-left: -2rem;
}

@media (min-width: 1250px) 
{

.timeLine .swiper-navigation .swiper-wrapper
	{
	margin-left: 0;
	}
}

.timeLine .swiper-navigation .swiper-slide span
	{
	padding: .0em 1em;
	}

.timeLine .swiper-navigation .swiper-slide
{
	color:black!important;
	background-color: transparent;
	border: none;
	height: 2em;
	line-height: 2.1em;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: auto;
}
