/* +++++++++++++++++++++++   SEARCH BLOCK    +++++++++++++++++++++++++++++++++++++++ */
.search_block {
    display: block;
    order: 1;   
    flex: 1;
    position:relative;
    margin: 6px 20px 6px 20px;
  }
  
  .search_block:hover { color: #d6d6d6; }
  .search_block input	{ padding: 6px 10px 6px 40px; }
  
  /* +++++++++++++++++++++++   SEARCH BLOCK    +++++++++++++++++++++++++++++++++++++++ */
  

/* Input field */
#search 
    { 
        background: url(../img/search.png) no-repeat 50% 50%;
        background-position:10px;
        height: 35px; 
        width:100%; 
        background-color : #f1f1f1; 
        border: 1px solid #9b9b9b;
        transition: color 0.5s, border 0.5s;
        border-radius: 5px;
    }

#search:hover { border-color: #2c2c2c; }
/* +++++++++++++++++++++++   SEARCH BUTTON 1     +++++++++++++++++++++++++++++++++++++++ */

