.topmenu .menu{
	width: 350px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1006px) {
	.hdescription p.location{
		width: 320px;
		font-size: 15px;
	}	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.menu{
		width: 312px;
	}
	.languages a.gr{		
		display: block;
	}
	.languages a.en{		
		display: none;
	}
	.read_btn .hr{
		width: 73% !important;
	}	
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	ul.menu{
		width: 328px !important;
	}
	.languages a.gr{		
		display: block;
	}
	.languages a.en{		
		display: none;
	}
	.read_btn .hr{
		width: 73% !important;
	}
}