/* Below code is to fix the footer to the bottom of the page */
#g-footer {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
}
.module-position-smallsearchbox.moduletable > .mod-custom.custom > #Search-box{
		padding:0 !important;
}

 @media only screen and (max-width: 768px) {
  .module-position-smallsearchbox.moduletable{
	  padding: 0 !important;
  }
 }
  @media only screen and (min-width: 768px) {
	.module-position-smallsearchbox.moduletable > .mod-custom.custom > #Search-box{
		width: 660px;
	}
  }
