.mainLogos {
	background-image: url(images/logos-bg-top.jpg), url(images/logos-bg-bottom.jpg);
  background-size: 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
}

.mainLogos-inner {
  padding: 150px 0;
  text-align: center;
	position: relative;
}

.mainLogos-title {
	color: #636E7B;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	text-align: center;
	text-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mainLogos-text {
	color: #636E7B;
  margin-bottom: 30px;
}

.mainLogos-shadow-top {
	position: absolute;
	top: 240px;
}

.mainLogos-shadow-top img {
	transform: rotate(180deg);
	max-width: 100%;
}

.mainLogos-shadow-bottom {
	position: absolute;
	top: 200px;
}

.mainLogos-shadow-bottom img {
	max-width: 100%;
}

.mainLogos-box {
	position: absolute;
	width: 100%;
	top: 240px;
	height: 160px;
	z-index: 10;
	background: #fff;
	text-align: center;
	padding-top: 55px;
}




.logoSlider {
	height: 249px;
	padding: 0px 250px;	
	background-image: url(images/logotypes-under.png);	
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
	max-width: 90%;
	margin: auto;
}

.logoSlider-inner {
  height: 100%;
}

.logoSlider-item-box {
	display: flex;
	justify-content: space-between;
}

.logoSlider-item {
	  height: 100%;
}

.logoSlider-item-box {
	  height: 100%;
}

.logoSlider-logo-wrap {
	padding: 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logoSlider-inner img{
	max-width: 100%;
  height: auto;
  opacity: 0.4;
}

/*================================================== Tablet / Mobile =========================================================*/

@media (max-width: 1499px) {
  .logoSlider {
  	padding: 0 50px;
  }
}

@media (max-width: 999px) {
  .logoSlider-logo-wrap {
    padding: 20px;
  }
}




/*================================================== Tablet / Mobile =========================================================*/
@media (max-width: 839px) {
  .mainLogos-inner {
  	padding: 60px 0 20px 0;
  }
  
  .logoSlider {
  	background-size: auto 100%;
    padding: 0;
    max-width: 100%;
  }
  


}

/*====================================================== Mobile ===========================================================*/
@media (max-width: 419px) {

  .logoSlider-item-box {
  	flex-wrap: wrap;
    padding: 50px 20px;
  }
  
  .logoSlider-logo-wrap {
    width: 50%;
    height: 50%;
    padding: 20px;
  }
  
  .logoSlider-logo-wrap img{
  	max-height: 100%;
    width: auto;
  }  
}






