@media screen {

	.header {
		min-height: 112px;
		background: #fff url("/images/layout/bg-header.jpg") repeat-x bottom;
	}

	/*.burst { min-height: 112px; background: url(../images/bg-white-gradient-burst.png) left bottom no-repeat; }*/

	.header .logo {
		margin-right: 0;
		padding-top: 1px;
		text-align: center;
	}

	.header .top-nav {
		width: 67.25%;
		margin-right: 0;
		margin-top: 12px;
	}

	.header .top-nav .menu-header-navigation {
		float: right;
	}
	.header .top-nav .menu-header-navigation li {
		float: left;
		padding: 0 0.5em;
		vertical-align: middle;
		font-size: 10px;
		line-height: 16px;
	}
	.header .top-nav .menu-header-navigation li a,
	.header .top-nav .menu-header-navigation li a:visited,
	.header .top-nav .menu-header-navigation li a:active {
		color: #585858;
		text-decoration: none;
		-moz-transition: 0.2s color linear;
		-webkit-transition: 0.2s color linear;
		transition: 0.2s color linear;
		text-shadow: 1px 1px 2px #fff;
		text-align: center;
		font-size:12px;
	}
	.header .top-nav .menu-header-navigation li a:hover {
		color: #3176ee;
		text-decoration: none;
	}
	.header .top-nav .menu-header-navigation li a {
		display: inline-block;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.header .top-nav .menu-header-navigation li a:hover {
		background-position: 0 -16px;
	}
	.header .top-nav .menu-header-navigation li#my-account a {
		padding-left: 22px;
		background-image: url("/images/layout/icons/my-account_16x32.png");
	}
	.header .top-nav .menu-header-navigation li#my-cart a {
		padding-left: 22px;
		background-image: url("/images/layout/icons/my-cart_16x32.png");
	}
	.header .top-nav .menu-header-navigation li#my-store a {
		padding-left: 27px;
		background-image: url("/images/layout/icons/my-store_21x32.png");
	}
	.header .top-nav .menu-header-navigation li#store-locator a {
		padding-left: 18px;
		background-image: url("/images/layout/icons/store-locator_12x32.png");
	}
	.header .top-nav .menu-header-navigation li#weekly-ads a {
		padding-left: 22px;
		background-image: url("/images/layout/icons/weekly-ads_16x32.png");
	}
	.header .top-nav .search-container {
		clear: both;
		float: left;
		width: 100%;
		margin: 12px 0;
	}
	.header .top-nav .search-container label.hidden {
		display: none;
	}
	.header .top-nav .search-container #search-form select {
		float: left;
		width: 30%;
		height: 29px;
		padding: 6px 5px;
		margin: 0;
		border: 1px solid #ccc;
		font: 13px/15px Arial,Helvetica,sans-serif;
		color: #333;
		background-color: #fff;
		box-shadow: none;
	}
	.header .top-nav .search-container #search-form .search-bar {
		position: relative;
		width: 70%;
		float: right;
	}
	.header .top-nav .search-container #search-form .search-bar input[type="text"] {
		width: calc(100% - 39px);
		height: 15px;
		margin: 0;
		padding: 6px 32px 6px 6px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-left-width: 0;
		font-size: 13px;
		line-height: 15px;
		color: #333;
		/*letter-spacing: .05em;*/
	}
	.header .top-nav .search-container #search-form .search-bar button[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 32px;
		height: 100%;
		margin: 0;
		background: url("/images/layout/search.png") 50% 50% no-repeat;
		cursor: pointer;
		border: none;
		overflow: hidden;
		text-indent: -9999px;
	}
	.header .top-nav .search-container #search-form .search-bar button[type="submit"]:hover {
		background-image: url("/images/layout/search-hover.png");
	}

	#find-my-store {
		background-color: #fff;
	}
	#find-my-store * {
		font: 12px/14px normal Arial, Helvetica, sans-serif !important;
		text-transform: none;
		border: 0;
		padding: 0;
		margin: 0;
		background: none;
	}
	#find-my-store p {
		margin-bottom: 1em;
	}
	#find-my-store input,
	#find-my-store button {
		padding: 0.5em;
		margin-top: 0.5em;
	}
	#find-my-store button {
		border: 1px solid #c5c5c5;
		background-color: #f6f6f6;
		color: #454545;
	}
	#find-my-store button[type='submit']:disabled {
		background-color: #ccc;
		border-color: #aaa;
	}
	#find-my-store button:hover {
		border: 1px solid #cccccc;
		background-color: #ededed;
		color: #2b2b2b;
	}
	#find-my-store button[type='submit'] {
		border: 1px solid #003eff;
		background-color: #007fff;
		color: #fff;
	}
	#find-my-store button[type='submit']:hover {
		background-color: #0073E6;
	}
	#find-my-store input {
		width: calc(100% - 1em - 2px);
		border: 1px solid #ccc;
	}
	#find-my-store button {
		width: 100%;
	}
	#find-my-store table {
		width: 100%;
		margin-top: 0.5em;
	}
	#find-my-store table tbody tr:first-child {
		border-top: 2px solid #ccc;
	}
	#find-my-store table tbody.even tr td,
	#find-my-store table tbody.odd tr td {
		padding: 4px;
		background-color: #fff;
	}
	#find-my-store table tbody tr:first-child td {
		padding-top: 4px;
	}
	#find-my-store table tbody tr td a {
		color: #00aeef;
		-moz-transition: 0.2s color linear;
		-webkit-transition: 0.2s color linear;
		transition: 0.2s color linear;
	}
	#find-my-store table tbody tr td a:hover {
		color: #ee1a3b
	}
	
}

@media only screen and (max-width: 768px) {
	
	.header {
		float: left;
		z-index: 3000;
		min-height: auto !important;
	}

	.header .logo img {
		height: 48px;
	}
	
	.header .top-nav {
		width: auto;
	}

}