#logo {
  width: 154px;  
	float: left;
  	padding-top: 17px;
	padding-bottom: 14px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.sticky #logo {
  width: 130px;
	padding-top: 14px;
	padding-bottom: 11px;
}
#logo img {
  float: left;
  max-width: 100%;
	height: 60px;
	width: auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.sticky #logo img {
	height: 51px;
	width: auto;
}