/*Fix jumping header*/
@media(min-width: 992px){
	.header-wrapper {
	  top: 0 !important;
	}
	body {
	  padding-top: 175px !important;
	}
	body.role-authenticated.user-logged-in {
	  padding-top: 212px !important;
	}
	body.user-logged-in header.header-wrapper{
		top: 38px !important;
	}
}
@media(max-width:991px){
	body.role-authenticated.user-logged-in {
	  padding-top: 100px !important;
	}
	body.user-logged-in header.header-wrapper {
	  top: 32px !important;
	}
	.header-wrapper {
	  top: 0px !important;
	}
	body {
	  padding-top: 77px !important;
	}
}

/*fix max width*/
form#bears-search-form {
  max-width: 1200px;
  margin: 30px auto !important;
}