﻿#header {
	background: var(--pres-main-bg-light);
}

#navHome {
	background-position: -30px -180px;
}

.mobileMenuBtn {
	background-position: -30px -150px;
}

.mts_itemListContainer.mts_ItemListSingle {
	margin-top: 10px;
}

.centeredAd {
	background: var(--pres-main-bg-light);
}

#searchType_chosen {
	display: none;
}

.searchBar input {
	background-image: url(<%=SportsApp.Core.MediaUrl%>images/searchBg.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 10px top 50%;
}

@media all and (min-width: 768px) {
	#logo, #logo_image, #logo_imageL,
	.logoA {
		width: 350px;
	}
}
