.banner-full {
  display: none;
}
.team-info {
  background: url("../images/driver_cont_bg.jpg") right center no-repeat;
  background-size: auto 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.team-info .info-box {
  position: relative;
  /*min-height: 360px;*/
}
.team-info .info-box .thumbs {
  position: static;
  text-align: right;
  padding: 60px 0;
}
	.team-info .city-logo
	{

	}

		.team-info .city-logo img {
			max-width: 300px;
			height: auto;
		}
	.team-info .info-box .thumbs img {
		margin-right: 10%;
		width: auto;
		max-height: 400px;
	}
.team-info .info-box .nm {
  position: absolute;
  left: 0;
  top: 30px;
}
.team-info .info-box .team {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.team-info .info-box .team img {
  height: 80px;
}
.team-info .info-box .nm h2 {
  font-size: 2.5em;
  font-weight: bold;
  padding: 0;
  line-height: 125%;
  letter-spacing: 6px;
}
.team-info .info-box .nm small {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  color: #666;
  opacity: 0.85;
  letter-spacing: 0;
  display: none;
}
.team-news, .team-cont {
  padding: 5px 0;
}
.team-cont .cont-intro {
  text-align: center;
}
.cont-intro .item {
  border-right: 1px solid #ebebeb;
}
.cont-intro .item:last-child {
  border-right: none;
}
.cont-intro .tl {
  color: #d71819;
  font-size: 1.5em;
  padding: 30px 0;
  font-weight: bold;
  letter-spacing: 4px;
}
.cont-intro .item h3 {
  font-weight: bold;
  font-size: 1.125em;
  padding: 15px 0;
}
.cont-intro .item .num span {
  font-size: 5em;
  color: #ffcfcf;
  font-weight: bold;
}
.cont-intro .item .num span.act {
  color: #d71819;
}
.cont-intro .item .num2 {
  font-size: 4em;
  color: #ffcfcf;
  font-weight: bold;
}
.cont-intro .item .num2 span {
  color: #d71819
}
.cont-intro .item .num3 {
  font-size: 3em;
  color: #ffcfcf;
  font-weight: bold;
}
.cont-intro .item .num3 span {
  color: #d71819
}
.cont-info, .cont-about {
  line-height: 150%;
  padding: 15px 0;
}
/*.cont-about h1,
	.cont-about h2,
	.cont-about h3,
	.cont-info h1,
	.cont-info h2,
	.cont-info h3 {
		font-size: 1.25em;
		font-weight: bold;
		padding: 20px 0 10px 0;
	}*/
.news-items {
  border-bottom: none;
  padding-bottom: 0;
}
.news-items h1.title, .page .title {
  padding: 15px 0;
  line-height: 150%;
  font-size: 2em;
  text-align: left !important;
  font-weight:bold;
}
@media screen and (max-width:991px) {
  .team-info .info-box .thumbs img {
    max-width: 100%;
  }
	.team-info .info-box {
		/*min-height: 300px;*/
	}
  .team-info .info-box .team img {
    height: 40px;
  }

	.cont-intro .item h3
	{
		padding:10px 0;
		line-height:20px;
		min-height:60px;
	}
	.cont-intro .item .num2,
	.cont-intro .item .num span {
		font-size: 2.0em;
	}
	.team-info .info-box .nm
	{
		top:10px;
	}

		.team-info .info-box .nm h2
		{
			font-size:1.5em;
			letter-spacing:0;
		}
	.team-info1 .page-box,
	.team-news .page-box,
	.team-cont .page-box {
		padding-left: 0;
		padding-right: 0;
	}

	.team-info .info-box .team {
		bottom: 10px;
	}

	.news-items h1.title, .page .title
	{
		font-size:1.5em;
	}
}

@media screen and (max-width:576px) {
	.team-info .info-box {
		/*min-height: 100px;*/
	}
}