.mb-sch-cont {
  background-color: #222;
  display: block;
  height: 580px;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  margin-left: 0px;
  position: absolute;
  left:0;
  top: 0;
  z-index: 9;
}
.mb-sch-cont::after{
  content: '';
  display: inline-block;
  height: 600px;
}
.mb-schbl-blur {
  background-image: url(/images/bg_v2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 100%;
  moz-background-size: cover;
  opacity: .6;
  position: absolute;
  webkit-background-size: cover;

  width: 100%;
  z-index: 1;
}
.mb-sch-title {

  width: 100%;
  margin-top: 140px;
  position: absolute;
  text-align: center;
 
  z-index: 2;
}
.mb-sch-title h2 {

  color: #fff;
  font-size: 160%;
  font-weight: 800;

  

  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);

}

.mb-sch-dsc {
  color: #fff;
margin: 10px 0;
font-size: 80%;
}

.mb-sch-form {
  text-align: center;
  position: absolute;
  margin-top: 280px;
  width: 100%;
  z-index: 2;
}

.mb-sch-menu {
  color: #fff;

  line-height: 1.2;
  opacity: .7;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;

  bottom: 200px;

}
.mb-sch-menu ul{list-style: none;}
.mb-sch-menu li{display: inline-block;margin: 2px 10px;}
.mb-sch-menu li a{color:#fff;  font-size: 70%;text-decoration: none;font-weight: bold;}
.mb-schbl-ban {

  color: #fff;
  margin-top: 550px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#sideRight {
  margin-top: 550px;
}

input.zsearchinputindex,input.zsearchbutindex{
display: inline-block;
    border: 0; font-size: 90%;
padding: 0px 20px;
    transition: all 0.3s;-webkit-appearance: none;height: 50px;    font-family: 'Montserrat', sans-serif, Arial, Verdana;
box-sizing: border-box;
}
input.zsearchinputindex{
    width:50%; 
border-radius:10px 0 0 10px;
opacity: 0.8;
background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' ?%3E%3C!DOCTYPE svg PUBLIC %22-//W3C//DTD SVG 1.1//EN%22 %22http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg height='16px' id='Layer_1' style='enable-background:new 0 0 16 16;' version='1.1' viewBox='0 0 16 16' width='16px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%239b9b9b' d='M15.7,14.3l-3.105-3.105C13.473,10.024,14,8.576,14,7c0-3.866-3.134-7-7-7S0,3.134,0,7s3.134,7,7,7 c1.576,0,3.024-0.527,4.194-1.405L14.3,15.7c0.184,0.184,0.38,0.3,0.7,0.3c0.553,0,1-0.447,1-1C16,14.781,15.946,14.546,15.7,14.3z M2,7c0-2.762,2.238-5,5-5s5,2.238,5,5s-2.238,5-5,5S2,9.762,2,7z'/%3E%3C/svg%3E");
background-size: 14px;
background-repeat: no-repeat;
padding-left: 50px;
background-position: 20px;
}
input.zsearchinputindex:hover{
   opacity: 1.0;

}
input.zsearchinputindex:focus{
   opacity: 1.0;
box-shadow: 0px 5px 30px rgba(0,0,0,0.5);
}
input.zsearchbutindex{
background-color: #ec0f07;
  color: #fff; cursor: pointer;
border-radius: 0 10px 10px 0;
margin-left: -4px;
}
input.zsearchbutindex:hover{
opacity: .9;
}
.mb_navbar{background-color: transparent;
  box-shadow: 0px 0px 0px;}
.logo_bar,.navbar-slogan2, a.navbar-slogan,.nav > li a{color:#fff;}
.icon-search {
background-image: url(/images/search_white.svg);
}
.navbar-toggle {
  background-image: url(/images/menu_white.svg);
}