.selectize-control{
    margin-left: 20px;
    width: 250px;
    margin-top: 10px;
}
.selectize-control.contacts .selectize-input > div .link {
    opacity: 0.8;
  }
  .selectize-control.contacts .selectize-input > div .text + .link {
    margin-left: 5px;
  }
  .selectize-control.contacts .selectize-input > div .link:before {
    content: "<";
  }
  .selectize-control.contacts .selectize-input > div .link:after {
    content: ">";
  }
  .selectize-control.contacts .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
  }
  input.search[type=text] {
    /*     width: 130px; ,, #ccc #dddcdc*/
      color: #898989;
      box-sizing: border-box;
      border: 2px solid #dddcdc;
      border-radius: 4px;
      font-family: 'Helvetica Neue', sans-serif, 'Source Code Pro';
      font-size: 18px;
      background-color: white;
      background-image: url('/img/150x150-1.png');
      background-position: 5px 5px; 
      background-size: 30px 30px;
      background-repeat: no-repeat;
      padding: 12px 20px 12px 40px;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      
      width: 480px;
      height: 46px;
      position: fixed;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: 0 14px 25px 1px rgba(0, 0, 0, 0.28);
      z-index:1032;
    }
    
    input.search[type=text]::placeholder {
      color: #bab7b7;
    }
    
    input.search[type=text]:focus {
    /*   width: 100%; */
      outline: none;
    }
    #searchbox{
      height:120%;
      margin-top:-20px;
      width:100%;
      background-color:black;
      z-index: 1031;
      position: fixed;
      opacity: .3;
    }