/*slider change height*/
.corporate-slider .varition-corporate .sppb-slide-item-bg {
  padding-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  min-height: 500px;
}

.corporate-slider .varition-corporate .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-wrapper .sppb-slideshow-fullwidth-item-text {
  margin: 0;
  padding: 19px 0 20px;
}

/*menu font*/
.sp-megamenu-parent >li > a {
  display: inline-block;
  padding: 0;
  line-height: 80px;
  font-size: 14px;
  text-transform: capitalize;
  color: #4f5362;
}

/**Sandra**/

/*Language switcher*/
.sp-module.oneclip-top-search ul > li > a:before {
  	content: none;
}
.sp-module.oneclip-top-search ul {
  	margin-right: 20px;
    margin-top: 10%;
}
.sp-module.oneclip-top-search ul   > li > a {
    float: right;
  	margin: 0 5px;
}
.sp-module.oneclip-top-search ul > li {
	border-bottom: 0;
}

/*responsive display*/
@media only screen and (min-width: 991px) and (max-width: 1125px){
  .sp-megamenu-parent > li {
    	margin-right: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px){
  .corporate-slider .varition-corporate .sppb-slide-item-bg {
    	min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
    .corporate-slider .varition-corporate .sppb-slide-item-bg {
    	min-height: 220px;
  }
 	#sp-logo {
    	width:70%;
	}
   	#sp-menu, 
  	#sp-top1 {
    	width:15%;
	}
   	#sp-logo,
   	#sp-menu, 
  	#sp-top1 {
    	float:left;
	}
  .sp-module.oneclip-top-search ul {
  margin-top: 30%;
}
}

@media only screen and (max-width: 480px) {
    .corporate-slider .varition-corporate .sppb-slide-item-bg {
    	min-height: 220px;
  }
 	#sp-logo {
    	width: 49%;
	}
   	#sp-menu {
    	width: 12%;
	} 
  	#sp-top1 {
    	width: 30%;
	}
}