.container-generalLinks,
.container-search {
	display: none !important;
	}
nav {
	display: block;
	width: auto;
	clear: both;
	}
span.activate-menu {
	display: inline-block;
	padding: 30px 15px 0 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: #2196da;
	font-size: 0.8em;
	background-image: url(../libs/images/bg-menu-activate.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	}
span.activate-menu:after {
	content: "MENU";
	}
span.activate-menu.active:after {
	content: "CLOSE";
	}
div.container-header {
	position: relative;
	overflow: hidden;
	}
div.image-container img {
	width: 95%;
	}
nav ul,
nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	clear: both;
	}
nav ul,
nav ul.menu {
	display: none;
	}
nav ul li a {
	display: block;
	padding: 16px 8px;
	
	font-size: 0.8em;
	}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
	color: #fff;
	text-decoration: none;
	}
nav ul li:nth-child(even) a,
nav ul li:nth-child(odd) ul a,
nav ul li:nth-child(even) ul ul a { 
	background: #2196DA; 
	color: #fff; 
	}
nav ul li:nth-child(odd) a,
nav ul li:nth-child(even) ul a,
nav ul li:nth-child(odd) ul ul a { 
	background: #1F8CD0; 
	color: #fff; 
	}

nav ul ul li a {
	padding-left: 20px;
	}
nav ul ul ul li a {
	padding-left: 32px;
	}
span.expand {
	display: inline-block;
	height: 50px;
	width: 35px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background-image: url(../libs/images/icon-plus.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
span.expand.active {
	background-image: url(../libs/images/icon-minus.png);
	}
	
	
@media screen and (max-width: 800px) { 
	th,
	thead {
		display: none;
		}
	table,
	thead,
	tbody,
	td,
	tr {
		display: block;
		width: auto !important;
		margin: auto;
		}
	table tr:nth-child(even) {background-color: #fff !important;}
	table tr:nth-child(odd) {background-color: #f2f2f2 !important;}

}
