

/*------------------------------------
 NEWS - HOME PAGE
-------------------------------------------*/



.newsColumn {
	position:absolute;
	left:0%;
	width:100%;
	height:450px;
	top:93.5%;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-left:0px;
	margin-right:20px;
	display: table;
	border-top: 5px solid #193542;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
	/*background-image: url(../_img/background-illustration-bright.png);*/
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #f7f9f6;
}

.newsTitle{
	font-size: 50px;
	color: #193542;
	margin-left:60px;
	margin-right:0px;
	margin-top:0px;
	position:relative;
	width:70%;
	height:38px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}

ul.latestNews {
	font-size: 20px;
	font-weight: normal;
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 0px;
	list-style-type: none;
	display: table;
	overflow:hidden;
}

ul.latestNews li {
   display: table-cell;
   margin-top: 40px;
   margin-bottom: 40px;
   margin-right: 3%;
   text-decoration: none;
   background-repeat: no-repeat;
   overflow:hidden;
   width:18%;
   min-width:190px;
   height:250px;
   display:inline-block;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
   padding-left:20px;
   padding-right:20px;
   padding-top:20px;
   padding-bottom:20px;
   line-height: 20px;
   color:black;
   border-bottom: 9px solid #ffffff;
   background-color:white;
   vertical-align: bottom;
}

ul.latestNews li:hover {

}

ul.latestNews li a {
	font-size: 15px;
	margin-top: 0px;
	text-decoration: none;
}

* html .latestNews li a {
	height: 100%;
}

.latestNews a:hover {
	text-decoration: none;
	color:#788388;
	transition:0.3s;
}

#newsDate{
	font-size:9px; 
	width:22%;
	padding-left:10px;
	padding-right:5px;  
	background-color:#a6d397; 
	color:white;
}

#newsAll{
	margin-left:81%;
	margin-top:-1%;
	padding-top:0.1%;
}

#newsAll:hover #imgMore{
	padding-left:7%;
	transition:0.2s;
}

#newsAllGreek{
	margin-left:80%;
	margin-top:-1%;
	padding-top:0.1%;
}

#newsAllGreek:hover #imgMore{
	padding-left:7%;
	transition:0.2s;
}

ul.latestNews #newsMore{
	top:23.5em;
	width:15%;
	min-width:200px;
	position:absolute;
	background-color:#fff;
	text-align: center;
	padding-bottom:2px;
	border-radius:0%;
	border:none;
	border-bottom:1px solid #37440a;
	border-collapse: separate !important;
	-webkit-box-shadow: 0px 12px 4px #fff, 0px -12px 4px #ffffffb0;
	-moz-box-shadow: 0px 12px 4px #fff, 0px -12px 4px #ffffffb0;
	box-shadow: 0px 12px 4px #fff, 0px -12px 4px #ffffffb0;
}

#latestNewsTitleLink{
	line-height: 95%;
	font-size:20px; 
}


#fadeoutLongDesc{
	color:#808080b3;  
	height:10px; 
	font-weight:thin;
}


.latestNewstitle {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
