/* tablet */
@media only screen and (max-width : 990px) {

	body { margin-top: 116px; }

	/* HEADER */
	#Header { width: 100%; border-bottom: 0px;}
			#HeaderLogo { padding-left: 15px; width: 76px; height: 42px; }
		/* tabs */
			#HeaderTabs { position: absolute; right: 15px; text-align: right; height: 42px; }
				#HeaderTabs ul { padding-top: 6px; }
				#HeaderTabs li { margin-left: 6px; }
				#HeaderTabs li a { padding-top: 10px; padding-bottom: 2px;  }
				.HeaderTabsIcon { display: none; }
		/* search */
			#HeaderSearch { position: absolute; top: 38px; right: 15px; width: 202px; }
				#txtSearch { width: 158px; height: 34px; }
				#btnSearch { width: 36px; height: 36px; }				
				/*#AdvancedSearchContainer { display: block; }*/
				#AdvancedSearchContainer { display: none; }				
				.Wide#HeaderSearch { width: 248px; }
				.Wide#HeaderSearch #txtSearch { width: 204px; }
				.Wide#HeaderSearch form { width: 100%; }
		/* upload */
			#HeaderUpload { position: absolute; top: 38px; right: 229px; width: 34px; }
				#HeaderUpload #btnUpload { height: 26px; 	padding-top: 8px; }
			div#AddContentContainer { margin-left: -82px; }
		/* user */
			#HeaderUser { width: 100%; text-align: left; border-bottom: 1px solid #d9d9d9; padding-left: 12px; background: white; }
				#HeaderUser ul a { font-size: 16px; line-height: 22px; }
				#HeaderUser ul { width: 69%; }
				#HeaderUser ul.Wide { width: 100%; }
				#HeaderUser li { padding-right: 0px; }
		/* other */
			#SideLogo { display: none; }
		
	/* FOOTER */
			#CookieConsent { display: none; }
				.FooterPageLinks ul { margin-left: 15px; margin-right: 15px; }
}

/* 728 */
@media only screen and (max-width : 728px) {

	/* HEADER */
		/* tabs */
		/* search */
			#HeaderSearch { width: 172px; }
				#txtSearch { width: 128px; }
		/* upload */
			#HeaderUpload { right: 199px; }	
		/* user */
				#HeaderUser ul { width: 65%; }
		/* other */
	
	/* FOOTER */
}

/* smart landscape */
@media only screen and (max-width : 640px) {

	/* HEADER */
		/* tabs */
		/* search */
				.Wide#HeaderSearch { width: 188px; }
				.Wide#HeaderSearch #txtSearch { width: 144px; }
		/* upload */
		/* user */
				#HeaderUser ul { width: 54%; }
				#HeaderUser li:nth-child(4) { display: none; }	
		/* other */
			li#MobileLogout { display: inline-block; }
			
	/* FOOTER */		
		#FooterInner div:nth-child(2) { display: none; }	
		.FooterPageLinks li:after { padding-left: 7px; padding-right: 3px; }
}

/* mobile landscape */
@media only screen and (max-width : 480px) {

	/* HEADER */
		/* tabs */
			#HeaderTabs { width: 230px; }
				.HeaderTabsText { display: none; }
				#HeaderTabs li a { /* border: 1px solid #E3E3E3 ; border-radius: 3px; */ padding-top: 6px; padding-bottom: 6px; width: 28px; }
				.HeaderTabsIcon { display: block; }
		/* search */
			#HeaderSearch { width: 36px; }
				#txtSearch { display: none; }
				/*#btnSearch { border: 1px solid #E3E3E3; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } */
				.Wide#HeaderSearch { width: 36px; }
				.Wide#HeaderSearch form { width: 205px; }
			#HeaderSearch.expanded {position: relative; top: -4px; clear: both;width:auto; float: none;left:0px; margin-left: 10px; margin-right: 10px;overflow:hidden;}
			#HeaderSearch.expanded #txtSearch {display: block;width:90%;}
			#HeaderSearch.expanded #btnSearch {position: absolute; right: 0;}
			#HeaderSearch.expanded form {width: 100%;}
		/* upload */
		/* user */		
				#HeaderUser ul { width: 78%; }
				#HeaderUpload { right: 62px;  }		
		/* other */
		
	/* FOOTER */
}

/* mobile portrait */
@media only screen and (max-width : 400px) {

	/* HEADER */
		#HeaderLogo { padding-left: 10px; }	
		/* tabs */
		#HeaderTabs { right: 10px; }
		/* search */
		#HeaderSearch { right: 10px; }
		/* upload */
		#HeaderUpload { right: 57px; }
		/* user */
		#HeaderUser { padding-left: 7px; }
				#HeaderUser ul { width: 73%; }
		/* other */
		
	/* FOOTER */
}