/*old: 2370 lines */
html, body{ min-height: 100%; width:auto; overflow-x: clip;}
body{
	margin: 0;
    padding: 0;
	font-family: Roboto, Arial, Helvetica;
	font-size: 100%;
	font-weight: 400;	background: #FCFCFC;
	background: #e9ecee;
	width: 100%;
	text-align:left; 
}
@charset "utf-8";

/*alert bar - poio isxyei */
.alertBar{ background: #000; }
a.alertBar:hover{ background: #232323; }

.alertBar{
	display:table; width:100%; padding: 10px 20px; text-align: center; position: relative;
	background: #0079ff; color: #fff; font-weight: 700; font-family: "Roboto Condensed", "Arial Narrow", "Helvetica LT Condensed",'Ubuntu', Arial; font-size: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.4); 
	transition: 0.2s;
}
.alertBar i{ font-size: 18px; }
a.alertBar:hover{ text-decoration: underline; background: #004080}

a{ text-decoration: none; outline-width: medium; outline-style: none; outline-color: -moz-use-text-color; transition: all 0.1s ease 0s; }
a:hover{ text-decoration: none }
::selection { background: #C2E4FE; }

a{ color: #0079ff; text-decoration: none; outline-width: medium; outline-style: none; outline-color: -moz-use-text-color; }
a:hover{ text-decoration: none }
a.publisher-anchor-color{ color: #0079ff !important;}

h1, h2, h3, h4, h5{ font-size: inherit; font-weight: inherit;
	margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;
}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-sizing: border-box;
text-rendering: optimizelegibility;
}

.lazyload,.lazyloading{
	background: url('/_img/lazyload.png') #b1b1b1 no-repeat center; background-size: contain;
}
.lazyloaded{ transition: background 300ms }

.mainArea { display: block; clear: both; width:100%; max-width:1340px; position:relative;  margin: 0 auto; padding: 20px 10px; }
.mainArea:after{ clear: both; content: ""; display: table; }

.mainArea.boxed { max-width:1000px;}

.mainArea .content{ display:flex; flex-direction:row; padding: 0; justify-content: space-between;}
.mainArea .sidebar {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 1;
	align-self: auto;
	margin: 0;
	padding: 0;
}

.clearfix { clear: both; zoom: 1; }
.clearfix:before, .clearfix:after { clear: both; content: ""; display: table; }

.flex_row {
	display: flex;
	flex-direction: row;
}

/************************************************************************************************************/
/******************************                   NAVIGATION                   ******************************/
/************************************************************************************************************/

.grayLinks{ color: #b1b1b1; font-size: 13px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
.grayLinks a{ color: #b1b1b1}
.grayLinks a:hover{ color: #0079ff}

.mainlogo_up{display: flex; flex-wrap: wrap; align-content: center;}
a.mainlogo_up.text h1{font-family: 'Ubuntu'; font-size:42px; letter-spacing:-0.85px;; font-weight:bold; text-transform:uppercase; line-height: 42px;}
a.mainlogo_up.text{color:#B2B2B2}
a.mainlogo_up.text:hover{color:#000}

.mainlogo_down{display: flex; flex-wrap: wrap; align-content: center;}
a.mainlogo_down.text{font-family: 'Ubuntu'; font-size:1.65em; letter-spacing:-0.02em; font-weight:bold; text-transform:uppercase;}
a.mainlogo_down.text{color:#B2B2B2}
a.mainlogo_down.text:hover{color:#000}

#topHeaderWarper{ 
	background: #fff; padding: 10px 0 5px 0; z-index: 999; position:relative; height: 80px}
#topHeaderMenu{
	display: flex; background: #fff; border-top: 1px solid #ced3d6;
	left:0; right:0; position:relative; height: 54px; z-index: 999;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.15); -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.15); box-shadow: 0 1px 3px rgba(0,0,0, 0.15);
}

.topHeaderWarper_container, .topHeaderMenu_container {
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.menu_ch_1, .menu_ch_3 {

	flex-grow:1;
	flex-basis:0;
}

.menu_ch_2 {
	display: flex;
	column-gap: 7px;
}

.topHeaderTextAd { 
	display: block !important; background:#0079ff !important; padding: 10px 0 10px 0 !important;
	text-align:center; font-family:Roboto; font-weight:300; color:#fff; font-size: 14px; 	
}

#mainmenu_logo{ display: none;}

#mainTabs{
	display: flex; 
	margin: 0px; 
	justify-content: space-between;
	column-gap: 35px;
	z-index: 55500;
	margin: 0px;
	padding: 0px;
}
#mainTabs ul, #extraTabs ul{
	list-style:none; margin:0; padding:0;
}
#mainTabs li{
	display:block;
}

#dropdownNewsfeed, #dropdownPerioxes, #dropdownNewsfeed{
	display:none; position: absolute; padding:5px;
	background: #fff; border-top: 2px solid #0079ff; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3); -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3); box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	
}
/*menu hover effect */
	#tabNewsFeedMenu:hover > #dropdownNewsfeed {
		display: block;
	}
	#tabPerioxesMenu:hover > #dropdownPerioxes {
		display: grid;
	}
	#tabCategoriesMenu:hover > #dropdownCategories {
		display: block;
	}

/*arrow effect */
#tabNewsFeed:hover>svg, #tabPerioxes:hover>svg, #tabCategories:hover>svg {
    transform: rotate(0.5turn);
	fill: #0079ff;
}

/*new map */
.mapMenu {
    display: grid;
    grid-template-columns: 25% 25% 50%;
	position: absolute;
}

.menuMap {
    background: #00244d top left;
    align-self: flex-start; /* Align to top */
    width: 100%;
	height: 100%;
}

/*end new map */

.currentTab{ z-index:500 !important; }
.currentMenu{ display:block !important; }


.menuTab {
	display:flex;
	align-items: center;
	cursor: pointer;
	line-height: 50px;
	font-weight:700; font-size: 13px; font-family: 'Ubuntu', Arial, sans-serif; letter-spacing: -0.01em;
	color:#000; text-wrap:none;
}
.menuTab:hover{ color:#0079ff !important; }

.menuTab_Active{ border-bottom: 3px solid #0079ff; }

.menuFrame{
	display:none; position: absolute; background: #fff; padding:5px; min-width: 155px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3); -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3); box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	border-top: 2px solid #0079ff;
}
.menuFrame.edaily{
	background: #ff0004;
	border-top: 2px solid #770002;
}
.menuFrame.eagenda{
	background: #7c63f8;
	border-top: 2px solid #000;
}
.menuFrame_fullwidth{
	position: absolute;
	top:auto;
	left: 0;
	right: 0;
	width: 100% !important;
	zoom: 1;
	padding: 20px 0 20px 0;
}

.menuOptionsHeader{ 
	display: block;
	color: #b3b4b5;
	font-size: 10px;
	padding: 4px 7px;
	line-height: normal;
	letter-spacing: 2px;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.menuOptions { margin-bottom: 10px; }
.menuOptions a{ 
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	padding:7px;
	margin:0;
	line-height: normal;
	color: #676767;
	
}
.edaily .menuOptions a, .eagenda .menuOptions a{ color: #fff; }


.menuOptions a:hover{ 
	color: #000;
}
.hide{ display: none!important; }

/* --------------------desktop-fullwidth---------------------------------- */

@media only screen and (min-width: 1260px) {

	.hideOnFullWidth{display: none !important;}
	.hideOver1024{display: none !important;}
	.hideOver768{display: none !important;}
	
}

/* ------------------tablet-portait----------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 979px) {

	.hideOnLess980{display: none !important;}
	.hideOnTablet{display: none !important;}
	.hideOver768{display: none !important;}

	#topHeaderWarper{ display: none !important }
	#topHeaderMenu{padding:0 15px; }
	#mainTabs{ display:none !important; }
	#mainmenu_logo{ display:flex !important; }

	.postEntries a:nth-child(odd){width:48.5%; margin-right:1.5%; display:block; float:left; height:84px !important; overflow:hidden}
	.postEntries a:nth-child(even){width:48.5%; margin-left:1.5%; display:block; float:left; height:84px !important; overflow:hidden}

	.subMenu{ padding: 0 10px;}
	.subMenu a{ padding: 0.5em 0.75em; margin-right:-1px; }

}

/* ------------------tablet-landscape----------------------------------- */

@media only screen and (min-width: 980px) and (max-width: 1279px) {
	
	.hideOnSmallDesktop {display: none !important;}
	.hideOver1024{display: none !important;}
	.hideOnTablet{display: none !important;}
	.hideOver768{display: none !important;}

	.postMeta li { float:left; display: inline-block; border: none;}
}

/* ------------------mobile------------------------------------ */


@media only screen and (max-width: 767px) {

	.hideOnTablet{display: none !important;}
	.hideOnMobile{display: none !important;}
	.hideOnLess980{display: none !important;}
	
	#topHeaderWarper{ display: none !important }
	#topHeaderMenu{ padding:0 15px; }
	
	#mainTabs{ display:none !important; }
	#mainmenu_logo{ display:flex !important; }
	.mainmenu_logo img{ height: 28px; }
	.mainmenu_logo div{ padding:0 !important;}
	.mainmenu_logo a{ position: relative !important; left: auto !important; top: auto !important;}
	.mainlogo_down.text{display: none !important;}
	
	.section-title .t1{ margin-right: 0 !important;}
	.FilterHeader{display: none !important;}
	
	}



.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;font-family:Roboto,Arial,sans-serif;font-size:12px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


/******************************************************\
*
*  Right Boxes
*
\******************************************************/

.postEntries {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-rows: 1fr;
	gap: 10px;
	overflow:hidden;background: #fff; padding:15px; box-sizing: border-box; margin: 20px 0;
}
.postEntries a{ display:table; width:100%; position:relative; text-align:left; list-style:none }
.postEntries a:hover .title{ text-decoration: none; color: #0079ff}
.postEntries a:hover .subtitle{ text-decoration: none; color: #7e7e7e}
.postEntries a:hover .media{ background: #0079ff}

.postEntries .cropimg {	width: 55px; height: 55px; margin: 0 10px 0 0; overflow:hidden; display: block; float:left; position:relative; background-size: cover;}
.postEntries.noimg .cropimg{display:none;}

.postEntries .title{
	font-size: 13px; font-weight: 500; color: #000; letter-spacing: -0.025em; line-height:1.25em;
	padding: 0; margin: 0; 
}
.postEntries h4{
	font-size: 11px; font-weight: 400; color: #7e7e7e; line-height:1.125em;
	padding: 0; margin: 5px 0 0 0;
}

.postEntries .overTitle{
	font-size: 10px; font-weight: 500; font-family: 'Ubuntu', Arial, sans-serif;
	letter-spacing: 0.1em; line-height: 15px; height:16px;
}
.postEntries .category{
	color: #0079ff; display:inline-block; margin: 0 4px 5px 0; 
}
.postEntries .when{
	color: #7e7e7e; display:inline-block; margin: 0 4px 5px 0;
}
.postEntries .alert{
	background: #ff0004; color: #fff; display:inline-block; padding: 0 5px 0 6px; margin: 0 4px 5px 0; 
}

.postEntries .media{
	position:absolute; left:0; top:0; color: #fff; margin:0; background-color: rgba(0, 0, 0, 0.4);
	font-size: 14px; line-height: 14px; padding: 7px;
}

.postEntries.medium .cropimg { width: 68px; height: 68px; float:right; margin: 0 0 0 10px; }
.postEntries.medium a{ border-bottom: solid 1px #C7C7C7; padding: 10px 0 10px 0; }
.postEntries.medium .title{ font-size: 14px; }
.postEntries.medium .subtitle{ font-size: 12px; }
 

.postEntries.big a{ border-bottom: solid 1px #C7C7C7; padding: 10px 0 10px 0; }
.postEntries.big .cropimg { width: 100%; height: 120px; float:none; }
.postEntries.big .overTitle{ margin-top: 10px; font-size: 12px; line-height: 12px; }
.postEntries.big .category{ color: #ff0004 !important; }
.postEntries.big .media{ font-size: 20px; line-height: 20px; padding: 10px; }

.postEntries.big .title{ font-size: 16px; font-weight: 700; }
.postEntries.big .subtitle{ font-size: 12px; }

.postEntries.big a:hover .title{ color: #ff0004 !important; }
.postEntries.big a:hover .media{ background: #ff0004 !important}



/******************************************************\
*
*  STYLE.CSS
*
\******************************************************/

form{ color: #000033; font-family: 'Ubuntu', Arial, Helvetica, sans-serif;}
input{ border: #7f7f7f 1px inset; padding: 5px; }
textarea{ border: #7f7f7f 2px inset; }
select{ border: #7f7f7f 1px inset; padding: 5px; }
input, textarea, select{ 
	padding: 10px; border-radius: 4px; border: 1px solid #fff; background: #fff; 
	color: #000033; font-family: Arial, Helvetica, sans-serif; outline: none;
	font-size: 14px;
}


input::-webkit-input-placeholder, label::-webkit-input-placeholder, select::-webkit-input-placeholder, input::-moz-placeholder, label::-moz-placeholder, select::-moz-placeholder, input:-moz-placeholder, label:-moz-placeholder, select:-moz-placeholder, input:-ms-input-placeholder, label:-ms-input-placeholder, select:-ms-input-placeholder { font-style: italic; letter-spacing: 0.05em; }
textarea:hover { border-color: silver; }
textarea { resize: vertical; }

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover { border-color: silver; }
select[multiple=multiple]:hover { border-color: silver; }
textarea:focus { border-color: #27C4FF; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(13, 189, 255, 0.7); outline: none; }
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus { border-color: #27C4FF; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(13, 189, 255, 0.7); outline: none; }
input[type="search"]:focus { border: 1px inset #969696 !important; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); outline: none; }
select[multiple=multiple]:focus { border-color: #27C4FF; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(13, 189, 255, 0.7); outline: none; }

/*-------------------- */

.cutebutton{
    background: #fff; color: #7e7e7e;
    font-weight: 500; font-size: 14px;
	display: inline-block; line-height: normal;
	padding:1em 1.25em; margin: 1em auto 1em auto; text-align: center;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	border-radius: 4px; border: 1px solid #7e7e7e; 
	cursor: pointer;
}
.cutebutton:hover{
	border: 1px solid #0079ff; color: #0079ff;
}

.minis{ font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-size: 9px; color: #7f7f7f; text-transform: uppercase }
.minis a{ color: #7f7f7f; }
.minis a:hover{ color: #0079ff; }

.small-name{}
.big-name{display:none}


a.facebook:hover{color:#3b5998 !important}
a.twitter:hover{color:#55acee !important}
a.instagram:hover{color:#833ab4 !important}
a.youtube:hover{color:#e52d27 !important}
a.gplus:hover{color:#dd4b39 !important}
a.rss:hover{color:#f26522 !important}
a.comment:hover{color: #3C6 !important}
a.search:hover{color: #ff0004 !important}


.highlightBlue { color: #0079ff !important; }
.highlightBlue a{ color: #0079ff; }
.highlightBlue a:hover{ color: #0079ff; text-decoration: underline;}


.pageTitle{
	display: block;
	border-top: 1px solid #0079ff;
}
.pageTitle:after{ display:table; width:100%; content:' '}

.pageTitle .t1, .pageTitle .t2{
	display: inline-block;
	font-family: 'Ubuntu'; font-weight: 700; font-size: 32px; color: #333;
	border-top: 5px solid #0079ff;
	margin:0;
	text-transform: uppercase;
}
.pageTitle .t1{ padding:0; }
.pageTitle .t2{ float:left; padding:0 15px 0 0; }
.pageTitle .t2 h2{padding:0; margin:0; font-size: 28px; display: inline-block;}
.pageTitle .t1 a, .pageTitle .t2 a{ color: #333; }
.pageTitle .t1 a:hover{ color: #000; }

.smallnote{ font-size: 0.75em; color: #7e7e7e;}

.slideOverlay h3, .slideOverlay h4{padding:0;}

/* boxHeader */

.boxHeader {
	color: #0079ff;
	padding: 0 0 2px 0;
	margin: 10px 0;
	text-align: left;
	font-size: 18px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #0079ff;
}
a.boxHeader { color: #0079ff; text-decoration:none; }
a.boxHeader:hover{ color: #243689; text-decoration:none; }


.boxHeader_900{  
	padding: 0 0 2px 5px;
	text-align: left;
	color: #7f7f7f;
	font-size: 18px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.boxHeader_900 a{  color: #7f7f7f; }
.boxHeader_900 a:hover{  color: #0079ff; }


.boxHeader_700{  
	padding: 0 0 2px 0;
	text-align: left;
	color: #7f7f7f;
	font-size: 14px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: bold;
}
a.boxHeader_700{ color: #7f7f7f; }
a.boxHeader_700:hover{ color: #0079ff; }

.boxHeader_EAgenda{  
	border-bottom: 2px solid #7D64F9 ;
	text-align: left;
	color: #7f7f7f;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0 10px 0;
	margin-bottom:10px;
}
a.boxHeader_EAgenda{ color: #7f7f7f; }
a.boxHeader_EAgenda:hover{ color: #0079ff; }

.boxHeader_EDaily{
	display: block; padding: 15px 0 15px 0; margin-top:20px;
	border-top:2px solid #ff0004;  text-align: right;
	font-size: 14px !important;
	color: #ff0004; font-weight: 700;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.boxHeader_EDaily:hover{background:#fff;}
.boxHeader_EDaily img{ margin-top: -10px;}
.boxHeader_EDaily a{color: #ff0004;}
.boxHeader_EDaily a:hover{color: #800000;}


.boxHeader_Posts {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #6f6f6f;
	padding: 0;
	border-bottom: 2px solid #ff0004;
}
.boxHeader_Posts a {	color: #ff0004; }
.boxHeader_Posts a:hover { color: #ff0004; }



.linkstyle{}
.linkstyle:hover{
	cursor: hand;
	text-decoration: underline;
}

/******************************************************/
/************ NEOS KODIKAS               ****************/
/******************************************************/




.boxed-title{
	display:block; margin: 15px 0 12px 0; padding: 0 10px;
}
.boxed-title:after{ display:table; width:100%; content:' '}

.boxed-title .t1{
	font-family: 'Ubuntu'; font-weight: 700; font-size: 20px;
	 color: #797979; margin:0; padding:0;
}
.boxed-title .t1:hover{ color: #000; }




@media only screen and (max-width: 979px){
	.pageTitle .t1{ font-size: 20px; }
}

/******************************************************\
*
*  Tabs & Scrollbars
*
\******************************************************/

.tab-container{ background: #fff; padding: 15px 5px 15px 15px; }
.etabs { margin: 0 0 0.75em 0; padding: 0; background: #fff }

.tab { display: inline-block; zoom:1; *display:inline;  background: rgba(0,0,0,0.05); }

.tab a { font-size: 14px; font-family: 'Ubuntu', Arial, sans-serif; font-weight:700; line-height: 1.75em; display: block; padding: 0.25em 1em; outline: none; color:#7f7f7f }
.tab a:hover { text-decoration: none; color:#000; }

.tab a.active { color:#fff; }
.tab a.active:hover { color:#fff; }

.tab.active { background: #7f7f7f; position: relative;}
.tab.active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	border-width: 9px 9px 0;
	border-style: solid;
	border-color: #7f7f7f transparent;
	display: block;
	width: 0;
}

.mCSB_inside > .mCSB_container{margin-right:15px;}
.mCSB_scrollTools{ width:8px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.4);}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: rgba(0,0,0,0.05);}


/************************************************************************************************************/
/******************************                   SEARCH BOX                   ******************************/
/************************************************************************************************************/

input:active,
input:focus {
    outline-width: medium;
    outline-style: none;
    outline-color: -moz-use-text-color;
}
#search-wrapper {
    display: block;
    width: 160px;
    position: relative;
    float: right;
	border-bottom: 1px solid #000;
}
#search-form {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    float: right;
    outline: none;   
    cursor: pointer;
    width: 160px;
    background: #fff;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Ubuntu', Arial, san-serif;
}
#search-form input {
    font-family: 'Ubuntu', Arial, san-serif;
    font-size: 12px;
    color: #7f7f7f;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding-top 2px;
    cursor: pointer;
}
.search-smallicon {
    width: 5px;
}
.search-hover {
    background: #f2f2f2 !important;
    color: #000 !important;
    transition: none;
    cursor: pointer;
}
#search-form.search-hover input {
    color: #0079ff !important
}
#search-form.search-hover::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #000;
}
#search-form.search-hover::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000;
}
#search-form.search-hover:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #000;
}
#search-form.search-hover:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000;
}
.search-active {
    border-bottom: 1px solid #0079ff !important;
    width: 200px !important;
    color: #7f7f7f !important;
    cursor: auto;
}
#search-input {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Ubuntu', Arial, san-serif;
    font-size: 12px;
}
#search-submit {
    position: relative;
    left: -5000px;
}
#search-icon {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    color: #7f7f7f;
    cursor: pointer;
    display: block;
    transition: none !important;
}
#search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: transparent;
}
#search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: transparent;
}
#search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: transparent;
}
#search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: transparent;
}

/*----------------basictiles.css-----------*/

.tiles {
	display:block; padding: 0; margin: 0; position: relative;
}

.tiles .item {
	display: table; position: relative; overflow: hidden;
	margin: 0px; padding: 0; 
	background: #fff; color: #000;
}

.tiles.nomargin .item{
	margin: 0 0 20px 0 !important; width: 100% !important;
}


.tiles .cropimage{
	display: block; background-size: cover; background-position: center center !important;  padding:0; margin:0;
}
.tiles .cropimage img{
	height: 100%; width: auto;
}
.tiles .cropimage .tiles_image{
	background-size: cover; background-position: center center !important;
	display: table-cell !important; position: relative; height: auto; 
	padding:0; margin:0;
    parent-container: html; parent-fit: contain;
}
.tiles .cropimage .tiles_image a{
	position: absolute; top:0; left:0; right:0; bottom:0;  padding:0; margin:0; display:block;
}


.tiles .touchTitle{ display: block; color: #000;  }
.tiles .touchTitle a { color: #000; }
.tiles .touchTitle a:hover { color: #7f7f7f; }
.tiles .item:hover .touchTitle h3{ color:#7f7f7f !important; }
.tiles .item:hover .touchTitle .subtitle{ color:#7f7f7f !important; }
.tiles .item.darkgray:hover .touchTitle{ color: #CDCDCD !important; }
.tiles .item.darkgray:hover .touchTitle h3{ color: #CDCDCD !important; }
.tiles .item.darkgray:hover .touchTitle .subtitle{ color: #CDCDCD !important; }


.tiles .touchTitle h3{ display: block; font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica LT Condensed'; line-height: 1em; font-weight: 700; margin:0; transition:0.25s; }
.tiles .touchTitle h4{ display: block; }
.tiles .touchTitle .subtitle{ font-family:Roboto, Arial, Helvetica; color: #393939; font-size: 13px; line-height: 15px; font-weight: 400; letter-spacing: normal; }
.tiles .touchTitle .date{ font-family:'Ubuntu', Arial, sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; }

.tiles .tiny .touchTitle h3{ font-size:13px; letter-spacing: -0.025em; }
.tiles .small .touchTitle h3{ font-size:15px; letter-spacing: -0.025em; }
.tiles .medium .touchTitle h3{ font-size:18px; letter-spacing: -0.025em; }
.tiles .ad .touchTitle h3{ font-size:20px; letter-spacing: -0.025em; }
.tiles .large .touchTitle h3{ font-size:20px; letter-spacing: -0.025em; }
.tiles .tall .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; }
.tiles .xlarge .touchTitle h3{ font-size:36px; letter-spacing: -0.025em; }


.tiles .item .tiles_itemHeader{
	font-family: 'Ubuntu', Arial, sans-serif; font-size:12px; font-weight: 500; letter-spacing: 0.10em; line-height: 30px;
	text-transform: uppercase; text-decoration:none; color: #fff; z-index: 99;
}
.tiles .item .category{
	padding: 1px 4px 1px 6px; display:inline-block; line-height: 1em;
	background-color: rgba(0, 0, 0, 0.4); color: #fff;
}
.tiles .item .alert{
	display:inline-block; padding: 2px 4px 2px 6px; margin-right: 2px;  line-height: 1em;
	background-color: #ff0004; color: #fff;
}
.tiles .item .date{
	display:inline-block; padding: 0; color: #797979;  line-height: 1em;
}
.tiles .item .media{
	display: block; position:absolute; left: 7px; top: 7px;
	background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 10px; margin: 0; border-radius: 50%;
	font-size: 20px; line-height: 20px; text-align: center; overflow: hidden;
}

.tiles .tiny .media{ font-size: 16px; line-height: 16px; padding: 8px; }
.tiles .small .media{ font-size: 15px; line-height: 15px; padding: 5px; }


.tiles .item.darkgray{ background: #0a1e35 !important; color: #fff !important;}
.tiles .item.darkgray .touchTitle{ color: #fff !important; }
.tiles .item.darkgray .touchTitle h3{ color: #fff !important; }
.tiles .item.darkgray .touchTitle .subtitle{ color: #fff !important; }
.tiles .item.darkgray .touchTitle a{ color: #fff !important; }
.tiles .item.darkgray.eagenda{ background: #4b4a4f !important; color: #fff !important;}
.tiles .item.darkgray.pink{ background: #db9b9b !important; color: #fff !important;}

.eagendagr .tiles .item:hover .touchTitle h3{ color: #7D64F9 !important;}
.edailygr .tiles .item:hover .touchTitle h3{ color: #ff0004 !important;}
.pinkgr .tiles .item:hover .touchTitle h3{ color: #db9b9b !important;}

.eagendagr .tiles .media{background-color: rgba(255, 0, 4, 0.5);}
.edailygr .tiles .media{background-color: rgba(255, 0, 4, 0.5);}
.pinkgr .tiles .media{background-color: rgba(255, 0, 4, 0.5);}

.black .tiles .item{ background: none; color: #fff;}
.black .tiles .item .touchTitle{ color: #fff !important; }
.black .tiles .item:hover .touchTitle{ color: #7f7f7f !important; }


/* -------------------------------------------- */
.tiles .horiz.item {width: 100%;}
.tiles .list.horiz.item { width: 100% !important; background: none; margin: 5px auto !important; padding-bottom: 5px; }

.tiles .horiz .cropimage { float:left; }

.tiles .horiz.item .tiles_itemHeader .category{ padding: 0; display:inline-block; background: none !important; color: #0079ff; }
.eagendagr .tiles .horiz.item .tiles_itemHeader .category{color: #7D64F9}
.edailygr .tiles .horiz.item .tiles_itemHeader .category{color: #ff0004}
.pinkgr .tiles .horiz.item .tiles_itemHeader .category{color: #db9b9b}

.tiles .horiz.item .tiles_itemHeader .alert{
	padding: 0; color: #ff0004; display:inline-block; background: none !important;
}
.tiles .horiz.item .tiles_itemHeader .date{
	padding: 0; color: #797979; display:inline-block; background: none !important;
}

.tiles .tiny.horiz.item {height: 40px; padding: 5px 0; margin: 0px !important; border-bottom: 1px solid #fff; float:left; }
.tiles .tiny.horiz.item .cropimage { width:40px; height: 40px; }
.tiles .tiny.horiz.item .touchTitle{ height: 40px; margin-left: 40px; padding: 0 0 5px 5px;  }
.tiles .tiny.horiz.item .touchTitle h3{ font-family: Roboto, Arial, Helvetica; font-size: 13px; font-weight: 500; }
.tiles .tiny.horiz.item .tiles_itemHeader{ display: none; }
.tiles .tiny.horiz.item .touchTitle .subtitle{ display: none; }
.tiles .tiny.horiz.item .tiles_itemHeader .category{ display: none; }
.tiles .tiny.horiz.item .tiles_itemHeader .date{ display: none; }
.tiles .tiny.horiz.item .media{ display: none; }

.tiles .small.horiz.item .cropimage { width:120px; height: 84px; }
.tiles .small.horiz.item .touchTitle{ height: 83.33px; margin-left: 120px; padding: 5px 5px 5px 10px; font-size: 15px; }
.tiles .small.horiz.item .touchTitle h3{ font-size: 15px; }
.tiles .small.horiz.item .touchTitle .subtitle{ display: none; }
.tiles .small.horiz.item .media{ top:0; left:0; border-radius:0; }

.tiles .medium.horiz.item { height: 120px; padding-bottom: 10px; margin-top: 10px !important; }
.tiles .medium.horiz.item .cropimage { width:35%; height: 120px; }
.tiles .medium.horiz.item .touchTitle{ padding: 5px 15px; margin-left: 35%; font-size: 18px; }
.tiles .medium.horiz.item .touchTitle h3{ font-size: 18px; }
.tiles .medium.horiz.item .touchTitle .subtitle{ padding:5px 0 0 0; margin:0; }

.tiles .large.horiz.item { height: 160px; padding-bottom: 20px; border-bottom: 1px solid #e9ecee; }
.tiles .large.horiz .cropimage { width:42%; height: 160px; }
.tiles .large.horiz.item .touchTitle{ padding: 0 0 0 10px;  margin-left: 42%; font-size: 20px;}
.tiles .large.horiz.item .touchTitle h3{ font-size: 20px }
.tiles .large.horiz.item .touchTitle .subtitle{ padding:10px 0 0 0; margin:0; }



/* -------------------------------------------- */
.tiles .phototext.item { width: 100%;} 
.tiles .phototext .cropimage { display: table-row; height: auto;}

.tiles .phototext.item .touchTitle{ display:table-row; height: 1px; overflow:hidden; }
.tiles .phototext.item .touchTitle h3{ padding:20px 20px 10px 20px; }
.tiles .phototext.item .touchTitle .subtitle{ padding:0 20px 0 20px; }
.tiles .phototext.item .touchTitle .date{ padding:0 20px 0 20px; }
.tiles .phototext.item .touchTitle:after{ content: ' '; height: 15px; display: block; }

.tiles .phototext.item .tiles_itemHeader{ position:absolute; bottom: 5px; left: 18px; text-transform: uppercase; z-index: 99; }


.tiles .small.phototext.item{ height: 180px; }
.tiles .small.phototext.item .touchTitle h3{ font-size: 18px; padding:5px 20px; }
.tiles .small.phototext.item .touchTitle .subtitle{ display:none; }
.tiles .small.phototext.item .touchTitle:after{ display:none; }
 
.tiles .ad.phototext.item{ height: 250px; }
.tiles .medium.phototext.item{ height: 290px; }
.tiles .large.phototext.item{ height: 340px; }
.tiles .tall.phototext.item{ height: 600px; }
.tiles .xlarge.phototext.item{ height: 600px; }


/* -------------------------------------------- */
.tiles .photoonly.item { width: 100%; background: #000; }
.tiles .photoonly.item .cropimage { overflow: hidden; position: relative; }
.tiles .photoonly.item .cropimage .tiles_image{ display: block !important; }

.tiles .photoonly.item .touchTitle{ position:absolute; bottom: 0; z-index:99; transition:0.4s; text-align: center; color:#fff; }
.tiles .photoonly.item:hover .touchTitle{ text-decoration:none; margin-bottom: 20px; color:#fff !important;}

.tiles .photoonly.item .touchTitle h3{ text-shadow: 1px 1px 0 rgba(0,0,0,0.4); padding: 20px 0 }
.tiles .photoonly.item .touchTitle .subtitle{ text-shadow: 1px 1px 0 rgba(0,0,0,0.4); }


.tiles .photoonly.item .touchTitle:after{ content: ' '; height: 5px; display: block;  }

.tiles .photoonly.item .cropimage:before{
	content: " ";
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), 30%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	background-size: 100% 100%;
	width:100%; height:100%; position:absolute; bottom:0; left:0; z-index:9;
}

.tiles .adhero.photoonly.item { height: 330px; }
.tiles .adhero.photoonly.item .cropimage{ height: 330px; }
.tiles .adhero.photoonly.item .cropimage .tiles_image{ height: 330px; }
.tiles .adhero.photoonly.item .touchTitle{ left:0; width:100%; padding: 10px 20px; }
.tiles .adhero.photoonly.item .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; padding:10px 0; }

.tiles .ad.photoonly.item { height: 250px; }
.tiles .ad.photoonly.item .cropimage{ height: 250px; }
.tiles .ad.photoonly.item .cropimage .tiles_image{ height: 250px; }
.tiles .ad.photoonly.item .touchTitle{ left:0; width:100%; padding: 10px 20px; }
.tiles .ad.photoonly.item .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; padding:10px 0; }

.tiles .medium.photoonly.item { height: 290px; }
.tiles .medium.photoonly.item .cropimage{ height: 290px; }
.tiles .medium.photoonly.item .cropimage .tiles_image{ height: 290px; }
.tiles .medium.photoonly.item .touchTitle{ left:0; width:100%; padding: 10px 20px; }
.tiles .medium.photoonly.item .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; padding:10px 0; }

.tiles .tall.photoonly.item { height: 600px; }
.tiles .tall.photoonly.item .cropimage{ height: 600px; }
.tiles .tall.photoonly.item .cropimage .tiles_image{ height: 600px; }
.tiles .tall.photoonly.item .touchTitle{ left:0; width:100%; padding: 20px; }
.tiles .tall.photoonly.item .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; }

.tiles .xlarge.photoonly.item { height: 600px; }
.tiles .xlarge.photoonly.item .cropimage{ height: 600px; }
.tiles .xlarge.photoonly.item .cropimage .tiles_image{ height: 600px; }
.tiles .xlarge.photoonly.item .touchTitle{ left:15%; width:70%; padding: 20px; }
.tiles .xlarge.photoonly.item .touchTitle h3{ font-size:24px; letter-spacing: -0.025em; }


@media only screen and (max-width: 767px){
.tiles .item{ max-height: 300px !important;}
.tiles .item .cropimage{ max-height: 300px !important; }
.tiles .item .cropimage .tiles_image{ max-height: 300px !important; }

.tiles .tiny .touchTitle h3{ font-size:13px; letter-spacing: -0.025em; }
.tiles .small .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }
.tiles .medium .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }
.tiles .ad .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }
.tiles .large .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }
.tiles .tall .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }
.tiles .xlarge .touchTitle h3{ font-size:20px !important; letter-spacing: -0.025em; }

.tiles .small.horiz.item .touchTitle{ padding-top: 0; padding-bottom: 0; padding-right:0; }
.tiles .medium.horiz.item .touchTitle{ padding-top: 0; padding-bottom: 0; padding-right:0; }
}

@media only screen and (max-width: 1259px){
.tiles .xlarge.photoonly.item .touchTitle{ width:100%; left:0; padding: 0 10px 20px 10px; font-size: 0.75em;}
.tiles .xlarge.photoonly.item .touchTitle h3{ padding: 10px 0 20px 0; }
}