/*--------------------------------------------------------------
	SLIDER (Bootstrap)
--------------------------------------------------------------*/
@media (min-width: 380px) {
	.carousel-item img
	{
	  height: 280px;
	  width: 100%;
	}
}

@media (min-width: 900px) {
	.carousel-item img
	{
	  height: 400px;
	  width: 100%;
	}
}


@media (min-width: 1100px) {
	.carousel-item img
	{
	  height: 900px;
	  width: 100%;
	}
}

/*--------------------------------------------------------------
	STATISTICS COUNT
--------------------------------------------------------------*/
.section-statistics {
	background-image: url(../images/banners/white-background-texture.jpg);
}

.section-statistics .row div {
	margin-top: 30px;
}


/*--------------------------------------------------------------
	WARRANTY
--------------------------------------------------------------*/
.section-warranty {
	text-align: center;
	margin: 20px;
}


/*--------------------------------------------------------------
	PRODUCT CATEGORIES
--------------------------------------------------------------*/
.section-product-categories {
	background-color: rgba(233,91,15,0.1);
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-product-categories h2 {
	color: rgba(233,91,15,1);
	text-align: center;
}

.section-product-categories h2::before,.section-product-categories h2::after {
	display: inline-block;
	content: "";
	border-top: .2rem solid rgba(233,91,15,1);;
	width: 3rem;
	margin: 0 1rem;
	transform: translateY(-0.5rem);
}

.section-product-categories img {
	width: 100%;
	margin: 20px;
	border-radius: 15px;
}

.section-product-categories img:hover {
	transform: scale(1.05);
}

/*--------------------------------------------------------------
	OEM
--------------------------------------------------------------*/
#section-oe-customers {
	background-color: rgb(235,235,235);
	padding: 45px 45px;
	text-align: center;
}

#section-oe-customers h2 {
	color: #D0243C;
	font-size: 53px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -2.8px;
	text-transform: uppercase;
	margin: 0;
}

#section-oe-customers a {
	display: inline-block;
}

#section-oe-customers a img.automakers
{
	border: 1px solid rgb(117,117,117);
	border-radius: 10px;
	margin: 20px 20px;
	width: 170px;
}

#section-oe-customers .figure_caption
{
	text-align: center;
	color: black;
}

#section-oe-customers a:hover img
{
	opacity: 0.6;
}

/*--------------------------------------------------------------
	WORLD MAP
--------------------------------------------------------------*/
.section-world-locations {
	background-image: url(../images/1.png);
	max-width: 100%;
	padding-bottom: 450px;
	padding-top: 50px;
}

.section-world-locations h2 {
	color: rgba(233,91,15,1);
	text-align: center;
}

.section-world-locations h2::before,.section-world-locations h2::after {
	display: inline-block;
	content: "";
	border-top: .2rem solid rgba(233,91,15,1);;
	width: 4rem;
	margin: 0 1rem;
	transform: translateY(-0.5rem);
}


/*--------------------------------------------------------------
	FACTORIES
--------------------------------------------------------------*/
.section-factories {
	background-color: rgba(233,91,15,0.1);
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-factories h2 {
	color: rgba(233,91,15,1);
	text-align: center;
	margin-bottom: 30px;
}

.section-factories h2::before,.section-factories h2::after {
	display: inline-block;
	content: "";
	border-top: .2rem solid rgba(233,91,15,1);;
	width: 3rem;
	margin: 0 1rem;
	transform: translateY(-0.5rem);
}

.section-factories img {
	width: 100%;
	height: 350px;
	margin: 20px;
	border-radius: 15px;
	opacity: 0.35;
}

.thumbnail {
	position: relative;
}

.caption {
	position: absolute;
	top: 40%;
	left: 5%;
	width: 80%;
}

.section-factories .thumbnail h3 {
	color: rgba(233,91,15,1);
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}

.section-factories .thumbnail p {
	color: black;
	font-weight: 500;
}