@media(max-width:767px){
	#firstheader, #header {
		margin-right: -20px;
		margin-left: -20px;
	}
}
#firstheader {
max-height: 100px;
overflow: visible;
padding: 10px 20px;
background: #44537c;
background: -moz-linear-gradient(-45deg,  #44537c 1%, #2c417f 12%, #2c417f 29%, #44537c 55%, #ffffff 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#44537c), color-stop(12%,#2c417f), color-stop(29%,#2c417f), color-stop(55%,#44537c), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(-45deg,  #44537c 1%,#2c417f 12%,#2c417f 29%,#44537c 55%,#ffffff 100%);
background: -o-linear-gradient(-45deg,  #44537c 1%,#2c417f 12%,#2c417f 29%,#44537c 55%,#ffffff 100%);
background: -ms-linear-gradient(-45deg,  #44537c 1%,#2c417f 12%,#2c417f 29%,#44537c 55%,#ffffff 100%);
background: linear-gradient(135deg,  #44537c 1%,#2c417f 12%,#2c417f 29%,#44537c 55%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44537c', endColorstr='#ffffff',GradientType=1 );
}
#header .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}