

.ipNewsList ._newsItem 
{
	
	
	
	display: inline-block;

	text-align: center	;


}

.ipNewsList ._newsItem ._newsMainText, 
.ipNewsList ._newsItem ._date,
.ipNewsList ._newsItem ._more
{
	display: none;

}
.ipNewsList ._newsItem img
{
	border:  solid 10px white;
	margin: 0 0 2em 0;
	width: 100%;

}
.ipNewsList ._newsItem ._newsText h2

{
	color: var(--ngjyrakryesore);
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;	
}

#menu2 
{
	text-align: center;
}

#menu2 > ul > li
{	
	display: inline-block;
}

#menu2 > ul > li > a
{
	text-decoration: none;
	color: var(--ngjyrakryesore);
	text-transform: uppercase;
}


@media screen and (max-width: 980px) {
	#logo img
	{
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	#logo img
	{
		max-width: 200px;
	}
}