@media(max-width:767px){
	#firstheader, #header {
		margin-right: -20px;
		margin-left: -20px;
	}
}
#firstheader {
max-height: 100px;
overflow: visible;
padding: 10px 20px;
background: #25408e;
background: -moz-linear-gradient(top,  #25408e 0%, #212b50 70%, #25408e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25408e), color-stop(70%,#212b50), color-stop(100%,#25408e));
background: -webkit-linear-gradient(top,  #25408e 0%,#212b50 70%,#25408e 100%);
background: -o-linear-gradient(top,  #25408e 0%,#212b50 70%,#25408e 100%);
background: -ms-linear-gradient(top,  #25408e 0%,#212b50 70%,#25408e 100%);
background: linear-gradient(to bottom,  #25408e 0%,#212b50 70%,#25408e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25408e', endColorstr='#25408e',GradientType=0 );
}
#header .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}