#top-bar-wrap div {
	float:right !important;    
}

input#s {
	width: 100px;
	height: 25px;
}

.bop-nav-search {
    position: relative;
    top: -1px;
}

input#s {
   background: url(//www.cnit.it/wp-content/uploads/2017/02/search-icon.png) no-repeat scroll right center white !important;  
  padding-right: 17px !important;
}

#searchsubmit {
    display: none;
}

body { color: #616161; }

@media screen and (max-width: 600px){
  .site-header{
    height: 90px !important;
  }
  .logo{
    position: relative !important; 
    left: -30px !important;
		margin-bottom: -90px !important;
  }
  .sticky-header-shrink {
    background-color: rgba(255,255,255,0) !important;
  }
  .logo, .logo a, .logo img {
    max-height: 100px !important; 
  }
}