header a.menu {
	color: #03a1c8;
}

#tescoma {
	margin: auto;
	max-width: 1920px;
}

@media screen and (max-width: 1500px) {
	#tescoma img {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	#tescoma {
		padding: 0px 15px;
	}
}

/* Intro */
#tescoma .case-study-intro {
	height: 1080px;
	padding-top: 230px;
	position: relative;
	background: #fff url(../images/tescoma/main.jpg) no-repeat 120% center;
}

@media screen and (max-width: 1600px) {
	#tescoma .case-study-intro {
		background-position: 150% center;
	}
}

@media screen and (max-width: 1220px) {
	#tescoma .case-study-intro	{
		height: auto;
		padding: 240px 0 0px 0;
		background: #ffffff;
	}
}

@media screen and (max-width: 1199px) {
	#tescoma .case-study-intro	{
		text-align: center;
	}
}

#tescoma .case-study-intro .case-study-intro-title {
	margin-bottom: 70px;
	color: #32383c;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	position: relative;
}

#tescoma .case-study-intro .case-study-intro-title:after {
	width: 60px;
	height: 1px;
	background: #dedede;
	content: '';
	position: absolute;
	top: 50%;
	right: -85px;
}

#tescoma .case-study-intro h1 {
	margin: 70px 0px;
	color: #32383c;
	font-size: 90px;
	font-weight: 900;
}

@media screen and (max-width: 1600px) {	
	#tescoma .case-study-intro h1
	{
		font-size: 70px;
	}
}

@media screen and (max-width: 600px) {
	#tescoma .case-study-intro h1 {
		font-size: 40px;
	}

	#tescoma .case-study-intro p {
		font-size: 22px;
	}
}

#tescoma .case-study-intro p {
	margin: 60px 0px 0px;
	line-height: 1.7;
	color: #32383c;
	font-size: 26px;
}

@media screen and (max-width: 991px) {
	#tescoma .case-study-intro p {
		font-size: 22px;
	}
}

/* Timeline */
#tescoma .timeline-menu {
	margin: 40px 0px 200px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 1500px) {
	#tescoma .timeline-menu {
		padding: 0px 15px;
	}
}

@media screen and (max-width: 1220px) {
	#tescoma .timeline-menu {
		margin: 60px 0px;
	}
}

@media screen and (max-width: 991px) {
	#tescoma .timeline-menu {
		display: none;
	}
}

#tescoma .timeline-menu:before {
	width: 100%;
	height: 1px;
	background: #db0000;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
}

#tescoma .timeline-menu a {
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	background: white;
	color: #db0000;
	font-size: 22px;
	font-weight: 900;
	border: 1px solid #db0000;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

#tescoma .timeline-menu a.active,
#tescoma .timeline-menu a:hover {
	background: #db0000;
	color: white;
	-webkit-box-shadow: 0px 12px 18px rgba(170, 88, 123, 0.29);
	-moz-box-shadow: 0px 12px 18px rgba(170, 88, 123, 0.29);
	box-shadow: 0px 12px 18px rgba(170, 88, 123, 0.29);
}

@media (max-width: 1500px) {
	#tescoma .timeline .col-xs-12 {
		margin: 0px auto;
		width: 100%;
		max-width: 80%;
		left: 0px;
		right: 0px;
		text-align: center;
		float: none;
	}
	#tescoma .timeline .col-xs-12:first-child {
		margin-bottom: 40px;
	}
	#tescoma .timeline-item {
		margin-bottom: 150px!important;
	}
	#tescoma .timeline-item img {
		position: static!important;
	}
}

@media (max-width: 1500px) {
	#tescoma .timeline .col-xs-12 {
		padding: 0px 15px;
		max-width: 100%;
	}
}

#tescoma .timeline h2 {
	margin: 0px 0px 35px;
	padding: 0px;
	color: #32383c;
	font-size: 40px;
	font-weight: 900;
	position: relative;
}

#tescoma .timeline p {
	margin: 30px 0px;
	padding: 0px;
	line-height: 1.4;
	color: #32383c;
	font-size: 24px;
}

@media screen and (max-width: 991px) {
	#tescoma .timeline p {
		font-size: 20px;
	}
}

#tescoma .timeline q {
	margin: 45px 0px 0px;
	padding: 30px 0px 30px 45px;
	line-height: 1.4;
	color: #32383c;
	font-size: 24px;
	font-weight: 700;
	border-left: 3px solid #db0000;
	display: block;
	position: relative;
}

#tescoma .timeline q:before {
	margin-top: -19px;
	margin-left: -19px;
	width: 38px;
	height: 38px;
	background: url('../images/tescoma/icon-circle.png') no-repeat center center;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
}

#tescoma .timeline q:after {
	display: none;
}

#tescoma .timeline q span {
	color: #da0001;
}

@media screen and (max-width: 1500px) {
	#tescoma .timeline q:before {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#tescoma .timeline q {
		font-size: 20px;
	}
}
#tescoma .timeline-item {
	margin-bottom: 250px;
	position: relative;
}

#tescoma .timeline-item-1 {
	margin-bottom: 0px;
}

#tescoma .timeline-item-1 img {
	position: relative;
	top: -130px;
}

@media (max-width: 1700px) {
	#tescoma .timeline-item-2 img {
		position: relative;
		left: -200px
	}
}

#tescoma .timeline-item-5 {
	margin-bottom: 100px;
}

#tescoma .timeline-item-5 img {
	position: relative;
	top: -210px;
}

#tescoma .timeline-item-6 {
	margin-bottom: 0px;
}

#tescoma .timeline-item-6 img {
	position: relative;
	top: -200px;
}

#tescoma .timeline-item-8 {
	margin-bottom: 0px;
}

#tescoma .timeline-item-8 img {
	position: relative;
	top: -180px;
}

#tescoma .timeline-item-9 {
	margin-bottom: 0px;
}

#tescoma .timeline-item-9 img {
	position: relative;
	top: -100px;
}

@media (max-width: 1800px) {
	#tescoma .timeline-item-2011 img {
		position: relative;
		left: -100px;
	}
}

#tescoma .timeline-item-label {
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	color: #db0000;
	font-size: 22px;
	font-weight: 700;
	border: 1px solid #db0000;
	border-radius: 5px;
	display: inline-block;
}

#tescoma .timeline-item-label.left {
	position: absolute;
	top: 5px;
	left: -100px;
}

@media (max-width: 1500px) {
	#tescoma .timeline-item-label.left {
		margin-left: 30px;
		position: relative;
		left: 0px;
		top: -5px;
	}
}

#tescoma .timeline-item-label.right {
	margin-left: 30px;
	position: relative;
	top: -5px;
}

/* CTA */
#tescoma .cta {
	padding: 100px 0px 150px;
}

@media screen and (max-width: 991px) {
	#tescoma .cta {
		padding: 0px 0px 50px;
	}
}

#tescoma .cta-title {
	margin-bottom: 80px;
	color: #1d1d1b;
	font-size: 80px;
	font-weight: 900;
}

@media screen and (max-width: 991px) {
	#tescoma .cta-title {
		font-size: 40px;
	}
}

#tescoma .cta p {
	color: #1d1d1b;
	font-size: 34px;
}

@media screen and (max-width: 991px) {
	#tescoma .cta p {
		font-size: 26px;
	}
}

#tescoma .cta p a {
	color: #1d1d1b;
	font-weight: 700;
	position: relative;
}

#tescoma .cta p a:after {
	margin-top: -3px;
	width: 18px;
	height: 11px;
	background: url('../images/tescoma/icon-arrow-down.png') no-repeat center center;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -35px;
}