	
	#menu{
		position: absolute;
		width: 100%;
		background: none !important;
		z-index: 20;
		
		min-height: 150px;
	}

	#menu .group_list a, 
	#menu .link, 
	#menu .header,
	#menu .group_header,
	#menu .extras a{
		color: #fff !important;
		max-width: 300px;
		text-shadow: 1px 1px 0px #666;
	}
	#menu .header{
		color: #ebebeb !important;
	}
	#menu .group_header:hover{
		color: #000 !important;
	}
	#header,
	.site_description{
		display: block;
		text-align: right;
		color: #fff !important;
		text-shadow: 1px 1px 0px #666;
		float: right;

	}
	html,body,#container,#content{
		height: 100%;
	}
	.frunt-menu{
		border-color: #fff !important;
	}
	#content{
		
		max-width: none;
		margin-left: inherit;
		
	}
	#header{
		
		display: inline-block;
	}
	.verticalMenu{
		position: relative;
		top: auto;
		bottom: auto;
		height: 100%;
	}
	.frunt-layout{
		top : 0;
		left: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		margin: 0;
		height: 100%;
	}
	.frunt-layout .frunt-slider{
		height: 100%;
	}
	
	/* news */
	
	.news{
		bottom: 0;
		right :0;
		padding: 20px;
		position: absolute;
		z-index: 40;
		width: 300px;
		color: #fff;
		font-size : 10px;
	}
	.news li{
		list-style: none;
		text-align: right;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen 
	and (min-width : 320px)
	and (max-width : 800px) {
		#header,.site_description{
			text-align: left;
			float: none;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		.verticalMenu{
			position: relative;
			top: auto;
			bottom: auto;
			height: 100%;
			margin-top: 20px;
			border: 1px solid #ff0000;
			border: 0;
		}
		#menu{
			position: absolute;
			width: 100%;
			background: none !important;
			z-index: 20;
		}
	
	}
