
.containersearch {
  width: 600px;
  margin: 50px auto;
}
.searchbox {
  position: relative;
  margin-top: -2px;
  min-width: 55px;
  width: 0%;
  height: 30px;
  float: right;
  margin-right: 20px;
  overflow: hidden;
  transition: width 0.3s;
  transition: width 0.3s;
  
}
.searchbox-input {

  background: #05052b;
  width: 100%;
  height: 50px;
  
   margin-top: -15px;
  padding: 0px 5px 0px 20px;
  font-size: 20px;
  color: #f00;
}
.searchbox-input::-webkit-input-placeholder {
  color: white;
}
.searchbox-input:-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
  color: #d74b4b;
}
.searchbox-icon {
 
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: verdana;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
 
  text-align: center;
  cursor: pointer;
  color: white;
   background: #e30613;
  border-bottom: 2px solid #e30613;
  border-top: 2px solid #e30613;
  box-shadow: 0px 0px 4px 0px #000;
   z-index: 999999;
}


.searchbox-submit {
    display: none;
  height: 45px;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: verdana;
  font-size: 10px;
 
  margin: 0;
  border: 0;
  outline: 0;
 
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #e30613;
  border-bottom: 2px solid #e30613;
  border-top: 2px solid #e30613;
  box-shadow: 0px 0px 4px 0px #000;

}




.nav-link {
 
  width: 2px;
  
  
}





.searchbox-open {
  width: 100%;
}