@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,700,300italic&subset=latin,greek);

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after
{
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf
{
    *zoom: 1;
}

body
{
    font-size: 12px;
	font-family: 'Open Sans', 'sans-serif';
}

hr
{
	background-color: #809bb0;
}

p:last-child {
	margin-bottom: 0;
}

.header-bar-bg
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 47px;
}

.wrapper
{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

a
{
    color: #a8312e;
    text-decoration: none;
	outline: none !important;
}

h1, h2, h3, h4
{
	/*font-weight: 300;*/
}

h1, h2
{
	font-size: 18px;
	line-height: 20px;
	color: #405f6e;
	margin: 0 0 30px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: solid 1px #a7312e;
	display: inline-block;
}

#content.site-content
{
    color: #405f6e;
	position: relative;
	padding-bottom: 90px;
	z-index: 100;
}

/* header */
.header
{
    position: relative;
}

.header:after {
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	left: -50px;
	right: -50px;
	bottom: 0;
	z-index: 900;
	
	-moz-box-shadow: 0px 8px 11px -11px #000;
	-webkit-box-shadow: 0px 8px 11px -11px #000;
	box-shadow: 0px 8px 11px -11px #000;
}

.header .cf
{
    position: relative;
	z-index: 1000;
}

.header .site-title-container
{
	position: relative;
	background-color: #313030;
	width: 420px;
	height: 45px;
	text-align: center;
	
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.en .header .site-title-container
{
	width: 460px;
}

.header .site-title-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 8px;
	height: 9px;
	background: url(../img/sprite.png) no-repeat -17px -58px;
}

.header .site-title-container h1
{
	margin: 0;
	padding: 16px 0 0 0;
	border: none;
	font-size: 18px;
	line-height: 18px;
}

.header .site-title-container h1 a
{
    font: bold 18px 'Times New Roman';
    color: #9DB2C3;
    text-decoration: none;
    letter-spacing: 1.3px;
}

.header .options
{
    float: right;
    /*height: 37px;*/
    color: #6d6e71;
    padding-top: 15px;
    font-size: 12px;
	font-weight: 300;
}

.header .options a
{
    color: #6d6e71;
}

.header .options a:hover,
.header .options a.active
{
    color: #809bb0;
}

.header .options #options_menu,
.header .options .lang-select,
.header .options .print,
.header .options .font-resize,
.header .options .send,
.header .options .search-form
{
    float: left;
}

.header .options .lang-select,
.header .options .print,
.header .options .font-resize,
.header .options .send
{
    margin-right: 12px;
    height: 24px;
    padding-top: 4px;
	font-weight: normal;
}

.header .options .print,
.header .options .font-resize,
.header .options .send
{
    padding-left: 12px;
    border-left: 1px solid #c4cacf;
}

.header .options .print a,
.header .options .send a
{
    background: url(../img/sprite.png) no-repeat -14px 0;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    display: block;
}

.header .options .send a
{
    background-position: -32px 0;
	outline: none;
}

.header .options .print a:hover
{
    background-position: -14px -17px;
}

.header .options .send a:hover
{
    background-position: -32px -17px;
}

.header .options .decreaseFont
{
    font-size: 13px;
}

.header .options .increaseFont
{
    font-size: 13px;
}

.search-form
{
	padding: 3px 9px 0 22px;
	position: relative;
	height: 24px;
	border-left: 1px solid #C4CACF;
	/*border-right: 1px solid #C4CACF;*/
}

.search-form label
{
	position: relative;
}
.search-form label:before
{
	content: "";
	display: block;
	width: 14px;
	height: 13px;
	position: absolute;
	left: -10px;
	top: 3px;
	background: url(../img/sprite.png) no-repeat -28px -60px;
}

.search-form .search-field
{
    height: 19px;
    line-height: 19px;
    padding: 0;
    width: 93px;
	font-size: 12px;
	border: none;
	outline: none;
	margin-left: 15px;
}

.search-form ::-webkit-input-placeholder {
   color: #929497;
   font-style: italic;
}
.search-form :-moz-placeholder { /* Firefox 18- */
   color: #929497;
   font-style: italic;
}
.search-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #929497;
   font-style: italic;
}
.search-form :-ms-input-placeholder {  
   color: #929497;
   font-style: italic;
}

.search-form .search-field:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.search-form .search-field:focus::-moz-placeholder{
    color: transparent!important;
}
.search-form .search-field:focus:-moz-placeholder{
    color: transparent!important;
}

.search-form .search-submit
{
    background-color: #9db2c3;
    border: none;
    box-shadow: none;
    font-size: 10px;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 21px;
    line-height: 21px;
    width: 26px;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
	display: none;
}

.search-form .search-submit:hover
{
    background-color: #9db2c3;
    border: none;
    box-shadow: none;
    font-size: 10px;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 21px;
    line-height: 21px;
    width: 26px;
    text-align: center;
    color: #fff;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* menu */
.main-navigation
{
	z-index: 1000;
	margin-top: 23px;
	float: left;
	height: 27px;
}

#site-navigation
{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
}

/* main slider */
.slider
{
    position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.home .slider
{
	margin-bottom: 0;
}

/*.wk-slideshow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat 0 -58px;
}*/

.slider-mask
{
    position: absolute;
    top: 240px;
    width: 100%;
	min-width: 980px;
    z-index: 5;
    height: 135px;
    background: url(../img/slider-mask.png) no-repeat center top;
}

.home  .slider-mask
{
	background-image: url(../img/slider-mask_home.png);
	top: 380px;
	height: 240px;
}

.slider ul.slides
{
	z-index: 1;
	max-height: 260px;
}

.home .slider ul.slides
{
    max-height: 400px;
}

.slider ul.slides li article
{
    position: relative;
}

/*.slider ul.slides li article:before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/grid1.png) repeat left top;
}*/

.slider .wk-slideshow-quantum .slides
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.slider ul.nav
{
    position: absolute;
    left: 20px;
    bottom: 30px;
	margin: 0;
    background: none;
    border: none;
    padding: 0;
    z-index: 100;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider ul.nav li span
{
    background-image: none;
    background-color: #9cb1c2;
	border: solid 1px #596C7C;
    width: 9px;
    height: 9px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slider ul.nav li.active span
{
    background-color: #fff;
}

.slider .caption-sidebar
{
	position: absolute;
	left: auto;
	right: -15px;
	top: 0;
	bottom: 0;
	width: 230px;
	background: #DDD;
	z-index: 2;
	border-left: solid 4px #FFF;
	
	transform: rotate(0deg) scale(1) skew(4deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(4deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(4deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(4deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(4deg) translate(0px);
}

.home .slider .caption-sidebar
{
	width: 193px;
	right: -33px;
	
	transform: rotate(0deg) scale(1) skew(-7deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(-7deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(-7deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(-7deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(-7deg) translate(0px);
}

.slider .wk-slideshow .caption
{
	color: #6d6e71;
	position: absolute;
	left: auto;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 213px;
	font-size: 11px;
	line-height: 16px;
	padding: 65px 20px 0 40px;
	background: none;
	z-index: 3;
	font-weight: 300;
	
	filter: none !important;
}

.home .slider .wk-slideshow .caption
{
	padding: 230px 20px 0 50px;
	width: 193px;
	font-size: 14px;
	line-height: 17px;
}

.slider .wk-slideshow .prev, 
.slider .wk-slideshow .next,
.slider .wk-slideshow .prev:hover, 
.slider .wk-slideshow .next:hover
{
	width: 22px !important;
	height: 22px !important;
	left: auto !important;
	right: 152px !important;
	top: 35px !important;
	background: url(../img/sprite.png) no-repeat 0 -35px !important;
	z-index: 999 !important;
	margin: 0 !important;
}

.home .slider .wk-slideshow .prev, 
.home .slider .wk-slideshow .next,
.home .slider .wk-slideshow .prev:hover, 
.home .slider .wk-slideshow .next:hover
{
	top: 200px !important;
	right: 122px !important;
}

.slider .wk-slideshow .prev
{
}

.slider .wk-slideshow .next, 
.slider .wk-slideshow .next:hover
{
	background-position: -23px -35px !important;
	right: 120px !important;
}

.home .slider .wk-slideshow .next, 
.home .slider .wk-slideshow .next:hover
{
	right: 90px !important;
}

.slider .wk-slideshow .prev:hover
{
	background-position: -46px -35px !important;
}

.slider .wk-slideshow .next:hover
{
	background-position: -69px -35px !important;
}

.header-shortcuts
{
	position: absolute;
	bottom: 46px;
	right: 20px;
	width: 150px;
	height: 40px;
	z-index: 500;
}

.header-shortcuts .news
{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.header-shortcuts .epeteiakos
{
	width: 96px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.header-shortcuts .news:hover,
.header-shortcuts .epeteiakos:hover
{
	color: #405f6e;
}

/* content */
.page-content, .entry-content, .entry-summary
{
	margin: 0;
}

.content
{
}

.home #content #primary,
.home #content #home-column-a,
.home #content #home-column-b
{
    float: left;
	height: 300px;
}

.home #content #primary
{
    width: 288px;
    margin-right: 16px;
	position: relative;
	
	margin-top: 100px;
}

.home #content #primary h1
{
	text-transform: uppercase;
}

.home #content #primary h2
{
    font-size: 12px;
    margin: 0 0 15px 0;
}

.home #content #primary article
{
    padding-bottom: 24px;
    position: relative;

    /*-moz-box-shadow: 0px 13px 10px -10px #ccc;
    -webkit-box-shadow: 0px 13px 10px -10px #ccc;
    box-shadow: 0px 13px 10px -10px #ccc;*/
}

.home #content #primary .entry-content
{
    margin: 0;
    height: 225px;
    overflow: hidden;
	position: relative;
}

/*.home #content #primary .entry-content:after
{
    content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 9px;
	background: url(../img/jsp-fade.png) repeat-x left top;
}*/

.home #content #primary .entry-content .the-content
{
	padding-bottom: 7px;
}

.home a.epeteiakos-apologismos
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	outline: none;
}
.home a.epeteiakos-apologismos img
{
	vertical-align: bottom;
}

.home #content #home-column-a
{
    width: 278px;
    padding: 0 20px;
	border-left: solid 1px #A7312E;
	overflow: hidden;
	
	margin-top: 100px;
}

/* recent news */
.rpwe_widget
{
	position: relative;
}

.rpwe_widget .widget-title
{
    margin-bottom: 32px;
}

.rpwe_widget .widget-title a
{
	color: #405f6e;
}
.rpwe_widget .widget-title a:hover
{
	color: #a7312e;
}

.rpwe_widget .today
{
	text-transform: uppercase;
	border-left: solid 1px #A7312E;
	padding-left: 6px;
	line-height: 12px;
}

.en .rpwe_widget .today
{
	right: -7px;
}

.rpwe_widget .today .day-name
{
	margin-bottom: 4px;
}

.rpwe_widget .today .date span 
{
	display: inline-block;
	border-left: solid 1px #A7312E;
	padding: 0 6px;
}

.rpwe_widget .today .date span.day-number {
	border: none;
	padding-left: 0;
}

.rpwe_widget .rpwe-block
{
	margin-top: 36px;
	width: 237px;
	height: 180px;
}

.rpwe_widget .rpwe-items
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.rpwe_widget .rpwe-group
{
	width: 237px;
	padding-right: 5px;
}

.rpwe_widget .rpwe-item
{
	clear: both;
	margin-top: 15px;
	height: 83px;
	border-bottom: solid 1px #CBC8BE;
}

.rpwe_widget .rpwe-item:first-child
{
	margin-top: 0;
}

.rpwe_widget .rpwe-item:last-child
{
	border: none;
}

.rpwe_widget time
{
	font-size: 12px;
	color: #405f6e;
	text-transform: uppercase;
	font-weight: bold;
}

.rpwe_widget .rpwe-summary
{
	color: #809aaf;
}

.rpwe_widget .rpwe-block a.more-link {
	float: right;
	display: block !important;
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	color: #bab6a9;
}

.rpwe_widget .rpwe-block a.more-link:hover
{
	color: #405F6E;
}

.rpwe_widget a.browse
{
	position: absolute;
	top: 68px;
	right: 0px;
	width: 21px;
	height: 21px;
	display: block;
	background: url(../img/sprite.png) no-repeat;
	cursor: pointer;
}

.rpwe_widget a.browse.prev
{
	background-position: -94px 0;
	right: 27px;
}

.rpwe_widget a.browse.next
{
	background-position: -116px 0;
}

.rpwe_widget a.browse.prev:hover
{
	background-position: -94px -21px;
}

.rpwe_widget a.browse.next:hover
{
	background-position: -116px -21px;
}

.rpwe_widget a.browse.prev.disabled, .rpwe_widget a.browse.prev.disabled:hover
{
	background-position: -94px 0;
}

.rpwe_widget a.browse.next.disabled, .rpwe_widget a.browse.next.disabled:hover
{
	background-position: -116px 0;
}

.rpwe_widget a.browse.disabled
{
	opacity: .5;
	cursor: default;
}

/* third column*/
.home #content #home-column-b
{
    width: 378px;
	height: auto;
    float: right;
	position: relative;
}

.home .productions-widget
{
    position: relative;
	margin: 0;
	overflow: hidden;
}

.home .productions-widget .border-bottom-right-mask
{
	position: absolute;
	left: 208px;
	bottom: 0;
	background: url(../img/paragoges_home_mask.png) no-repeat right bottom;
	width: 53px;
	height: 58px;
	z-index: 100;
}

.home .productions-widget .widget-title
{
	margin: 0 0 9px 17px;
	height: 26px;
}

.home .productions-slideshow-wrapper
{
	margin: 0;
	overflow: hidden;
	width: 261px;
	height: 347px;
	border-top-right-radius: 36px;
}

/*#productions-slideshow
{
	margin: 0;
}*/

#productions-slideshow .item
{
	width: 261px;
	float: left;
}

#productions-slideshow .production-info
{
	color: #a8312e;
	height: 94px;
}

#productions-slideshow .production-info .info
{
	margin: 0 15px 0 17px;
}

#productions-slideshow .production-producer
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 6px;
}

#productions-slideshow a .production-producer
{
	color: #A8312E;
}

#productions-slideshow .production-title
{
	font-size: 11px;
	line-height: 11px;
	color: #405F6E;
	margin-bottom: 5px;
}

#productions-slideshow .production-year
{
	font-size: 11px;
	color: #405F6E;
	line-height: 11px;
}

#productions-slideshow .attachment-category-link
{
	display: block;
	width: 261px;
	height: 253px;
	background-position: center center;
	background-size: cover;
}

/*#productions-slideshow .attachment-category-thumb
{
	width: 261px;
	height: 253px;
}*/

.productions-widget .browse
{
	position: absolute;
	top: 205px;
	right: 65px;
	width: 19px;
	height: 35px;
	background: url(../img/sprite.png) no-repeat 0 -150px;
	text-indent: -9999px;
	outline: none;
}

.productions-widget .browse.right
{
	background-position: -38px -150px;
	top: 255px;
}

.productions-widget .browse.left:hover
{
	background-position: -19px -150px;
}

.productions-widget .browse.right:hover
{
	background-position: -57px -150px;
}

.productions-widget .browse.left.disabled,
.productions-widget .browse.left.disabled:hover
{
	background-position: 0 -150px;
	opacity: .5;
}
.productions-widget .browse.right.disabled,
.productions-widget .browse.right.disabled:hover
{
	background-position: -38px -150px;
	opacity: .5;
}

/* contact info*/
#home-column-b .contact-info .widget-title
{
	font-weight: bold;
}

#home-column-b .contact-info .textwidget
{
	line-height: 14px;
}

/*newsletter widget*/
.widget_wysija
{
	width: 182px;
	margin: 0;
}

.widget_wysija .widget-title
{
	font-size: 12px;
	color: #bbb7aa;
	margin: 0;
	font-weight: 600 !important;
}

.widget_wysija  .wysija-paragraph
{
	margin: 0;
	padding: 0;
	float: left;
	height: 18px;
}

.widget_wysija .wysija-input
{
	width: 182px;
	height: 18px;
	line-height: 18px;
	border: none;
	background-color: #EEE;
	border-radius: 5px;
	outline: none;
	color: #868686;
	padding: 0 5px;
	margin: 0 -44px 0 0;
	font-size: 10px;
	vertical-align: top;
}

.widget_wysija .wysija-submit
{
	margin: 0;
	padding: 0;
	width: 44px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	border: none;
	background-color: #BBB7AA;
	color: #6d6e71;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	outline: none;
	float: right;
}

.widget_wysija .wysija-submit:hover
{
	color: #fff;
	background-color: #BBB7AA;
	box-shadow: none;
	text-shadow: none;
}

.widget_wysija form
{
	position: relative;
}

.widget_wysija .formError
{
	top: 30px !important;
	left: 0 !important;
}

.widget_wysija .error ul,
.widget_wysija .xdetailed-errors ul
{
	margin: 0;
}

/* ypovolh aithmatwn */
#home-column-b .submit-request
{
	width: 114px;
	height: 70px;
	background: url(../img/submit_request_bg.png) no-repeat center bottom;
	position: absolute;
	top: -44px;
	right: 20px;
	margin: 0;
	z-index: 1000;
}

#home-column-b .submit-request .widget-title {
	display: none;
}

#home-column-b .submit-request a {
	display: block;
	height: 70px;
	outline: none;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
#home-column-b .submit-request a:hover
{
	
}

/* page templates */
.page-template-page-staff-php #primary
{
	float: left;
	/*width: 290px;*/
	width: 370px;
}

.page-template-page-staff-php #primary article
{
	padding-bottom: 24px;
	position: relative;
}

.page-template-page-staff-php #primary .entry-title
{
	margin: 10px 0 0 0;
}

.page-template-page-staff-php #primary .entry-content
{
	margin-top: 30px;
	height: 273px;
	position: relative;
}

/*.page-template-page-staff-php #primary .entry-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 9px;
	background: url(../img/jsp-fade.png) repeat-x left top;
}*/

.page-template-page-staff-php #primary .entry-content .the-content
{
	padding-bottom: 7px;
}

.page-template-page-staff-php #home-column-a
{
	float: right;
	width: 560px;
	position: relative;
}

.page-template-page-staff-php .katastatiko
{
	position: absolute;
	bottom: -53px;
	width: 100%;
}

.en .katastatiko
{
	display: none;
}

.page-template-page-staff-php .katastatiko:before
{
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	border-top: 1px solid #B9B5A8;
	position: absolute;
	left: 0;
	top: 0;
}

.page-template-page-staff-php .katastatiko a
{
	display: block;
	float: right;
	color: #ECECEC;
	padding: 6px 11px;
	font-weight: 600;
	width: 144px;
	font-size: 12px;
	line-height: 14px;
	background: #B9B5A8 url(../img/katastatiko-arrow.png) no-repeat 91% center;
	
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.page-template-page-staff-php .katastatiko a:hover
{
	color: #A8312E;
}

.page-template-page-simple-php #primary .simpleentry-header
{
float: left;
width: 330px;
}

.page-template-page-simple-php #primary .simpleentry-header h1
{

}

.page-template-page-simple-php #primary .simpleentry-content
{
float: right;
width: 600px;
padding: 35px 40px;
background-color: #ededed;
position: relative;

-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}

.page-template-page-simple-php #primary .simpleentry-content:after {
content: '';
position: absolute;
left: -20px;
top: -25px;
bottom: -25px;
width: 20px;
box-shadow: 8px 0px 8px -8px #696969;
z-index: 2;
}


/* idrytes */
.page-id-23.page-template-page-staff-php #primary .entry-content
{
	height: 400px;
}

.founder_query-widget
{
	float: right;
	width: 555px;
	margin: 0;
	position: relative;
}

.founder_query-widget:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	height: 523px;
	width: 20px;
	box-shadow: 8px 0px 8px -8px #696969;
	z-index: 2;
}

.founder_query-widget ul.founder_widget
{
	list-style: none;
	margin: 33px 0 0 0;
	position: relative;
}

.founder_query-widget ul.founder_widget > li
{
	width: 96px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
	
	/*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

.founder_query-widget ul.founder_widget > li .image-caption,
.founder_query-widget ul.founder_widget > li h3,
.founder_query-widget ul.founder_widget > li .the-content
{
	display: none;
}

.founder_query-widget ul.founder_widget > li img
{
	vertical-align: top;
	margin-bottom: 5px;
	
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

.founder_query-widget ul.founder_widget > li h2
{
	font-size: 12px;
	line-height: 12px;
	color: #B9B5A8;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	font-weight: 300;
}

.founder_query-widget ul.founder_widget > li:hover h2
{
	color: #405F6E;
}

.founder_query-widget ul.founder_widget > li.selected
{
	position: absolute;
	right: 0;
	top: 0;
	width: 355px;
	height: auto;
	margin-bottom: 0;
	cursor: default;
	padding-bottom: 24px;
}

.founder_query-widget ul.founder_widget > li.selected .thumb
{
	float: left;
	width: 170px;
	margin-bottom: 24px;
}
.founder_query-widget ul.founder_widget > li.selected .thumb img
{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	
	-webkit-border-bottom-right-radius: 29px;
	-moz-border-radius-bottomright: 29px;
	border-bottom-right-radius: 29px;
}

.founder_query-widget ul.founder_widget > li.selected .image-caption,
.founder_query-widget ul.founder_widget > li.selected h3,
.founder_query-widget ul.founder_widget > li.selected .the-content
{
	display: block;
}

.founder_query-widget ul.founder_widget .image-caption
{
	font-size: 10px;
	line-height: 12px;
	color: #464749;
}

.founder_query-widget ul.founder_widget > li.selected h2,
.founder_query-widget ul.founder_widget > li.selected h3
{
	float: right;
	clear: none;
	width: 170px;
	margin: 0;
}

.founder_query-widget ul.founder_widget > li.selected h2
{
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #405F6E;
}

.founder_query-widget ul.founder_widget > li.selected h3
{
	font-size: 16px;
	line-height: 16px;
	color: #a7312e;
}

.founder_query-widget ul.founder_widget > li.selected .scroll-container
{
	clear: both;
	width: 345px;
	height: 180px;
	position: relative;
}

/*.scroll-container.jspScrollable:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 9px;
	background: url(../img/jsp-fade.png) repeat-x left top;
}*/

.founder_query-widget ul.founder_widget > li.selected .the-content
{
	padding-bottom: 7px;
}

/*DS, Prosopiko*/
.council_query-widget, 
.staff_query-widget
{
margin: 0;
padding: 15px 0;
position: relative;
}

.council_query-widget:after, 
.staff_query-widget:after
{
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 20px;
	box-shadow: 8px 0px 8px -8px #696969;
	z-index: 2;
}

.council_query-widget .categories,
.staff_query-widget .categories
{
background-color: #9CB1C2;
width: 140px;
padding: 15px 0 15px 18px;
position: relative;

-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;

-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}

/*.council_query-widget .categories:before, .council_query-widget .categories:after,
.staff_query-widget .categories:before, .staff_query-widget .categories:after
{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 49px;
	height: 75px;
	background: url(../img/sprite.png) no-repeat 0 -75px;
}

.council_query-widget .categories:after,
.staff_query-widget .categories:after
{
	top: auto;
	bottom: 0;
	background-position: -50px -75px;
}*/

.council_query-widget .categories .category,
.staff_query-widget .categories .category
{
margin-bottom: 13px;
}

.council_query-widget .categories .category,
.staff_query-widget .categories .category li
{
cursor: pointer;
}

.council_query-widget .category h2.position, .council_query-widget .category h2.name,
.staff_query-widget .category h2.position, .staff_query-widget .category h2.name
{
font-size: 12px;
line-height: 14px;
color: #405F6E;
text-transform: uppercase;
padding: 0;
margin: 0;
border: none;
}

.council_query-widget .category h2.position,
.staff_query-widget .category h2.position
{
font-weight: 600 !important;
}

.council_query-widget ul,
.staff_query-widget ul
{
margin: 0;
list-style: none;
}

.council_query-widget .category h2.name,
.staff_query-widget .category h2.name
{
	color: #FFF;
	max-width: 115px;
	margin-bottom: 5px;
	line-height: 14px;
}

.council_query-widget .category h2.name:hover,
.staff_query-widget .category h2.name:hover
{
	color: #405F6E;
}

.council_query-widget .category .contact, .council_query-widget .category .bio,
.staff_query-widget .category .contact, .staff_query-widget .category .bio
{
	display: none;
}

.council_query-widget .item-details,
.staff_query-widget .item-details
{
position: absolute;
right: 0;
top: 9px;
width: 345px;
padding-bottom: 24px;
}

.council_query-widget .item-details h2.name,
.staff_query-widget .item-details h2.name
{
font-size: 24px;
line-height: 27px;
text-transform: uppercase;
max-width: 180px;
margin: 0 0 12px 0;
padding: 0;
border: 0;
font-weight: 300;
display: block;
}

.council_query-widget .item-details h2.position,
.staff_query-widget .item-details h2.position
{
font-size: 16px;
line-height: 16px;
color: #a7312e;
text-transform: uppercase;
margin: 0 0 30px 0;
padding: 0;
border: 0;
font-weight: 300;
display: block;
}

.council_query-widget .item-details .contact,
.staff_query-widget .item-details .contact
{
	margin-bottom: 25px;
}

.council_query-widget .item-details .contact .title,
.staff_query-widget .item-details .contact .title,
.council_query-widget .item-details .bio .title,
.staff_query-widget .item-details .bio .title
{
color: #BBB7AA;
font-weight: 700;
margin-bottom: 8px;
}

.council_query-widget .item-details .contact h3,
.staff_query-widget .item-details .contact h3
{
	font-weight: 700 !important;
	line-height: 14px;
}

.council_query-widget .item-details .scroll-container,
.staff_query-widget .item-details .scroll-container
{
height: 200px;
position: relative;
}

.staff_query-widget .item-details .scroll-container
{
	height: 220px;
}

.council_query-widget .item-details .the-content,
.staff_query-widget .item-details .the-content
{
	padding-bottom: 7px;
}

/* footer */
.footer
{
    /*background: #f0f0f0 url(../img/footer_border.png) repeat-x center top;*/
    padding: 10px 0;
	position: relative;
	clear: both;
}

#footer-sidebar1,
#footer-sidebar2,
#footer-sidebar3
{
    float: left;
    height: 190px;
}

#footer-sidebar1
{
    width: 314px;
    margin-right: 12px;
    font-size: 10px;
    color: #474747;
}

#footer-sidebar1 aside
{
	margin: 0;
}

#footer-sidebar1 h3
{
    font: bold 12px 'Times New Roman';
    color: #9DB2C3;
    margin: 5px 0 25px;
}

#footer-sidebar1 aside .textwidget
{
	height: 115px;
	position: relative;
	font-weight: 300;
	background: url(../img/footer-building.jpg) no-repeat left top;
	padding-left: 110px;
	padding-top: 20px;
	line-height: 11px;
}

#footer-sidebar1 aside .textwidget .title
{
	font-weight: 600;
	margin-bottom: 10px;
}

#footer-sidebar1 a
{
    color: #c6c2b7;
    text-decoration: none;
}

#footer-sidebar1 a:hover
{
    color: #a8312e;
}

#footer-sidebar1 aside .textwidget .year
{
	position: absolute;
	left: 0;
	bottom: 0;
}



#footer-sidebar2
{
    width: 460px;
    padding: 5px 0 0 20px;
	/*border-left: 1px solid #d2d5d8;*/
}

#footer-sidebar2 aside
{
    margin: 0;
}

#footer-sidebar2 ul.menu
{
    font-size: 10px;
}

#footer-sidebar2 ul.menu,
#footer-sidebar2 ul.menu ul
{
    margin: 0;
    list-style: none;
}

#footer-sidebar2 ul a
{
    color: #8B8D8F;
}

#footer-sidebar2 ul.menu > li
{
    margin-bottom: 15px;
    float: left;
}

#footer-sidebar2 ul.menu > li:first-child
{
    margin-bottom: 0;
}

#footer-sidebar2 ul.menu ul.sub-menu
{
    margin-top: 2px;
}

#footer-sidebar2 ul li
{
    width: 130px;
	line-height: 14px;
}

#footer-sidebar2 ul.menu > li > a
{
    color: #8B8B8B;
	font-weight: 600;
	font-weight: bold;
}

#footer-sidebar2 ul a:hover
{
    color: #a8312e !important;
}

#footer-sidebar3
{
    float: right;
    color: #474747;
    position: relative;
    width: 190px;
	font-size: 10px;
}

#footer-sidebar3 .copy
{
	color: #87a0b3;
	margin-bottom: 10px;
}

#footer-sidebar3 a
{
	color: #474747;
}

#footer-sidebar3 a:hover
{
	color: #A8312E;
}

.footer .credits
{
    position: absolute;
    bottom: 56px;
    left: 0;
	font-size: 10px;
	font-weight: 300;
}

.footer #footer-sidebar3 .credits a
{
    color: #7C7A74;
    text-decoration: none;
}

.footer .credits a span
{
    font-weight: bold;
    font-style: italic;
	color: #474747;
}

.footer #menu-item-1547 > a,
.footer #menu-item-1589 > a
{
	display: none;
}

.footer #menu-item-1547 > ul,
.footer #menu-item-1589 > ul
{
	margin-top: 0 !important;
}

.footer #menu-item-805,
.footer #menu-item-804
{
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 2px;
}

.footer #menu-item-805 > a,
.footer #menu-item-804 > a
{
	color: #8B8B8B;
}

/* Sticky footer */
/*
html, body, #page { height: 100%; }

.page-wrapper { 
	min-height: 100%; 
}

#content.site-content {
	padding-bottom: 250px;
}

.footer {
	margin-top: -190px;
	height: 190px;
}
*/

/* jscrollpane */
.jspContainer
{
    
}

.jspContainer .jspPane
{
    /*text-align: justify;*/
}

.jspVerticalBar
{
    background-color: transparent;
    height: auto;
    top: auto;
	right: 3px;
    bottom: 4px;
    width: 26px;
    height: 10px;
}

.jspVerticalBar .jspTrack
{
    display: none;
}

.jspVerticalBar .jspArrow 
{
    width: 10px;
    height: 6px;
    float: right;
}

.jspVerticalBar .jspArrow.jspArrowUp
{
    background: transparent url(../img/sprite.png) no-repeat 0 -7px;
    margin-left: 3px;
}

.jspVerticalBar .jspArrow.jspArrowDown
{
    background: transparent url(../img/sprite.png) no-repeat 0 0;
}

.jspVerticalBar .jspArrow.jspDisabled
{
    opacity: .5;
}

/* scrollable */
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  /*width: 195px;
  height:350px;*/
}

.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}

.items .group {
  float:left;
}

#_atssh {
	left: 0;
	top: 0;
}

/* news */
.category-news .entry-title
{
	font-size: 16px;
}

.category-news .entry-title a
{
	color: #405f6e;
}

.category-news .entry-title a span
{
	color: #a7312e;
	text-transform: uppercase;
}

.category-news .entry-content
{
	margin-top: 10px;
}

.blog h1
{
	margin-bottom: 25px;
}

.blog hr
{
	background-color: #647D89;
	margin-bottom: 37px;
}

/*contact page */
.page-template-page-contact-php #contact-map
{
	float: right;
	/*height: 416px;*/
	position: relative;
}
.page-template-page-contact-php #contact-map .mask
{
	position: absolute;
	width: 259px;
	height: 416px;
	top: 0;
	right: 0;
	background: url(../img/map-mask.png) no-repeat right top;
	
	display: none;
}

#gmap_container
{
	overflow:hidden;
}

#gmap_container,#gmap_canvas
{
	width: 440px;
	height: 280px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#gmap_canvas img{max-width:none!important;background:none!important}

.page-template-page-contact-php .simpleentry-header
{
	float: left;
	width: 450px;
}

.page-template-page-contact-php .simpleentry-header h1
{
	margin-bottom: 35px;
}

.page-template-page-contact-php .plain-entry-content
{
	float: left;
	width: 450px;
	font-size: 14px;
	font-weight: 300;
}

.page-template-page-contact-php .plain-entry-content h2
{
	font-weight: normal !important;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

.page-template-page-contact-php .plain-entry-content form
{
	margin-top: 20px;
}

.page-template-page-contact-php .plain-entry-content form div
{
	margin-bottom: 16px;
}
.page-template-page-contact-php .plain-entry-content form div.message
{
	margin-bottom: 4px;
}

.page-template-page-contact-php .plain-entry-content form label
{
	width: 100px;
	display: block;
	float: left;
}

.page-template-page-contact-php .plain-entry-content form label span
{
	color: #A7312E;
}

.page-template-page-contact-php .plain-entry-content form div input,
.page-template-page-contact-php .plain-entry-content textarea
{
	width: 350px;
	height: 22px;
	border: solid 1px #d2d3d4;
	border-radius: 0;
	background-image: none;
}

.page-template-page-contact-php .plain-entry-content textarea
{
	height: 155px;
}

.page-template-page-contact-php .plain-entry-content form div input:focus,
.page-template-page-contact-php .plain-entry-content textarea:focus
{
	border-color: #405f6e;
	outline: none !important;
}

.page-template-page-contact-php .message-note
{
	font-size: 12px;
	margin-left: 100px;
	margin-bottom: 10px !important;
}

.page-template-page-contact-php #btnSubmit
{
font-size: 14px;
color: #405F6E;
background-color: rgba(0, 0, 0, 0);
border: none;
box-shadow: none;
float: right;
padding: 5px;
font-weight: 300;
font-family: 'Open Sans';
outline: none;
}

.page-template-page-contact-php #btnSubmit:hover
{
	color: #A7312E;
}

.page-template-page-contact-php .plain-entry-content form label.note
{
	width: auto;
	float: none;
	clear: both;
	padding-top: 15px;
	font-size: 12px;
}

.form-errors
{
	color: #a7312e;
}

/*skopos, kiniti periousia*/
.page-id-27 .entry-content, .page-id-661 .entry-content,
.page-id-33 .entry-content, .page-id-655 .entry-content
{
	width: 580px;
}

/*apologismoi*/
.apologismoi-home
{
	position: absolute;
	left: 30px;
	top: 20px;
	width: 180px;
	padding-right: 20px;
	text-align: right;
}

.epetiakos-home
{
	position: absolute;
	left: 289px;
	top: 20px;
}

.apologismoi-home h2,
.epetiakos-home h2
{
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #FFF;
	border: 0;
	display: block;
}

.apologismoi-home > a.dropdown
{
	display: block;
	color: #405F6E;
	padding-right: 26px;
	position: relative;
	outline: none;
}

.apologismoi-home > a.dropdown div
{
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -74px -58px;
}

.apologismoi-home ul
{
	margin: 0;
	padding: 12px;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #809aaf;
	z-index: 1000;
	display: none;

	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.apologismoi-home ul a
{
	color: #405F6E;
}
.apologismoi-home ul a:hover
{
	color: #fff;
}

.epetiakos-home a
{
	display: block;
	color: #405F6E;
	padding-right: 26px;
	float: left;
	position: relative;
	outline: none;
}

.epetiakos-home a div
{
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -57px -58px;
}

.apologismoi
{
	float: left;
}

.apologismoi h2
{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 0;
	border: 0;
	color: #405F6E;
	display: inline-block;
}

.apologismoi > a 
{
	position: relative;
	outline: none;
	color: #BAB6A9;
	font-size: 14px;
	line-height: 20px;
	padding-right: 26px;
	display: inline-block;
}

.apologismoi > a:hover
{
	color: #A8312E;
}

.apologismoi > a div
{
	position: absolute;
	right: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -74px -58px;
}

.apologismoi ul
{
	float: right;
	margin: 0 17px 0 0;
	padding: 10px;
	list-style-type: none;
	z-index: 1000;
	visibility: visible;
}

.apologismoi ul li
{
	margin-bottom: 3px;
}

.apologismoi ul a
{
	color: #405f6e;
}
.apologismoi ul a:hover
{
	color: #A8312E;
}

.proipologismos-etous
{
	
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 2px 0;
	border: 0;
	color: #405F6E;
}

.proipologismos-etous a
{
	color: #405F6E;
	display: block;
	position: relative;
	padding-right: 26px;
}

.proipologismos-etous a:hover
{
	color: #A8312E;
}

.proipologismos-etous div 
{
	position: absolute;
	right: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -57px -58px;
}

.oikonomika-stoixeia
{
	clear: both;
}

.oikonomika-stoixeia-hr
{
	margin: 30px 0 34px 0;
	clear: both;
}


/*dorites*/
.page-template-page-donators-php .donator-options
{
	border-bottom: solid 2px #DFE6EB;
	padding-bottom: 17px;
	margin-bottom: 30px;
	position: relative;
}

.page-template-page-donators-php .donator-country
{
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
}

.page-template-page-donators-php .donator-country span:hover,
.page-template-page-donators-php .donator-country span.selected
{
	color: 	#a7312e;
	cursor: pointer;
}

.page-template-page-donators-php .alphabet
{
	font-size: 14px;
	line-height: 18px;
}

.page-template-page-donators-php .alphabet span
{
	margin-right: 15px;
}

.page-template-page-donators-php .alphabet.gr span
{
	margin-right: 16.4px;
}

.page-template-page-donators-php .alphabet span:hover,
.page-template-page-donators-php .alphabet span.selected
{
	color: 	#a7312e;
	cursor: pointer;
}

.page-template-page-donators-php #txtDonator
{
	font-size: 20px;
	font-weight: 300;
	font-family: 'Open Sans';
	width: 220px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 55px;
	right: 0;
}

.page-template-page-donators-php #txtDonator:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.page-template-page-donators-php #txtDonator:focus::-moz-placeholder{
    color: transparent!important;
}
.page-template-page-donators-php #txtDonator:focus:-moz-placeholder{
    color: transparent!important;
}

.page-template-page-donators-php .en #txtDonator
{
	top: 40px;
}

.page-template-page-donators-php .donator-clear-filters
{
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 10px;
	font-weight: 600;
	background: url(../img/clear_filters.png) no-repeat right center;
	padding-right: 15px;
	color: #BAB6A9;
	display: none;
}

.page-template-page-donators-php .donator-clear-filters:hover
{
	cursor: pointer;
	color: 	#a7312e;
}

.page-template-page-donators-php .donator-clear-filters.active
{
	display: block;
}

#donatorItems
{
	display: none;
}

#donatorItems .donator-item span
{
	text-transform: uppercase;
}

.donators-scrollable-container
{
	position: relative;
	padding-bottom: 20px;
	border-bottom: solid 1px #BFCCD7;
	margin-bottom: 25px;
}

#donatorsScrollable
{
	width: 908px;
	height: 310px;
	margin-left: 36px;
}

#donatorsScrollable .donator-group
{
	float: left;
	width: 454px;
}

#donatorsScrollable .donator-item
{
	padding-left: 7px;
}

#donatorsScrollable .donator-item:before 
{
	content: '•';
	color: #A7312E;
	font-weight: 300;
	position: absolute;
	margin-left: -7px;
}

#donatorsScrollable .donator-item span
{
	text-transform: uppercase;
}

#donatorsScrollable .donator-item sup
{
	bottom: 0;
}
#donatorsScrollable .donator-item sub
{
	top: 0;
}

.donators-scrollable-container a.browse
{
	position: absolute;
	top: 0;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat -50px 0px;
	cursor: pointer;
}

.donators-scrollable-container a.browse.next
{
	right: 0;
	background-position: -72px 0px;
}

.donators-scrollable-container a.browse.prev:hover
{
	background-position: -99px -44px;
}

.donators-scrollable-container a.browse.next:hover
{
	background-position: -120px -44px;
}

.donators-scrollable-container a.browse.prev.disabled
{
	cursor: default;
	background-position: -50px 0px !important;
	opacity: .5;
}
.donators-scrollable-container a.browse.next.disabled
{
	cursor: default;
	background-position: -72px 0px !important;
	opacity: .5;
}

/*enisxiseis*/
.page-template-page-aid-php .aid-options
{
	border-bottom: solid 2px #DFE6EB;
	padding-bottom: 17px;
	margin-bottom: 30px;
	position: relative;
}

.page-template-page-aid-php .aid-source
{
	font-size: 15px;
	font-weight: 300;
	float: left;
	margin: 0 70px 25px 0;
}

.page-template-page-aid-php .aid-country
{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 25px;
}

.page-template-page-aid-php .aid-source span:hover,
.page-template-page-aid-php .aid-source span.selected,
.page-template-page-aid-php .aid-country span:hover,
.page-template-page-aid-php .aid-country span.selected
{
	color: 	#a7312e;
	cursor: pointer;
}

.page-template-page-aid-php .alphabet
{
	font-size: 14px;
	line-height: 18px;
	clear: both;
}

.page-template-page-aid-php .alphabet span
{
	margin-right: 15px;
}

.page-template-page-aid-php .alphabet.gr span
{
	margin-right: 16.4px;
}

.page-template-page-aid-php .alphabet span:hover,
.page-template-page-aid-php .alphabet span.selected
{
	color: 	#a7312e;
	cursor: pointer;
}

.page-template-page-aid-php #txtAid
{
	font-size: 20px;
	font-weight: 300;
	font-family: 'Open Sans';
	width: 270px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 55px;
	right: 0;
}

.page-template-page-aid-php #txtAid:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.page-template-page-aid-php #txtAid:focus::-moz-placeholder{
    color: transparent!important;
}
.page-template-page-aid-php #txtAid:focus:-moz-placeholder{
    color: transparent!important;
}

.page-template-page-aid-php .en #txtAid
{
	top: 40px;
}

.page-template-page-aid-php .aid-clear-filters
{
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 10px;
	font-weight: 600;
	background: url(../img/clear_filters.png) no-repeat right center;
	padding-right: 15px;
	color: #BAB6A9;
	display: none;
}

.page-template-page-aid-php .aid-clear-filters:hover
{
	cursor: pointer;
	color: 	#a7312e;
}

.page-template-page-aid-php .aid-clear-filters.active
{
	display: block;
}

#aidItems
{
	display: none;
}

#aidItems .aid-item .aid-title
{
	text-transform: uppercase;
}

{
	display: none;
}

.aid-scrollable-container
{
	position: relative;
	padding-bottom: 20px;
	border-bottom: solid 1px #BFCCD7;
	margin-bottom: 25px;
}

#aidScrollable
{
	width: 908px;
	height: 310px;
	margin-left: 36px;
}

#aidScrollable .aid-group
{
	float: left;
	width: 454px;
}

#aidScrollable .aid-item 
{
	position: relative;
}
#aidScrollable .aid-item:before 
{
	content: '•';
	color: #A7312E;
	font-weight: 300;
	position: absolute;
}

#aidScrollable .aid-title
{
	margin-left: 7px;
}

#aidScrollable .aid-title span
{
	text-transform: uppercase;
}

#aidScrollable .aid-title.has-desc:hover
{
	color: #ae4846;
	cursor: pointer;
}

#aidScrollable .aid-title sup
{
	bottom: 0;
}
#aidScrollable .aid-title sub
{
	top: 0;
}

.aid-scrollable-container a.browse
{
	position: absolute;
	top: 0;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat -50px 0px;
	cursor: pointer;
}

.aid-scrollable-container a.browse.next
{
	right: 0;
	background-position: -72px 0px;
}

.aid-scrollable-container a.browse.prev:hover
{
	background-position: -99px -44px;
}

.aid-scrollable-container a.browse.next:hover
{
	background-position: -120px -44px;
}

.aid-scrollable-container a.browse.prev.disabled
{
	cursor: default;
	background-position: -50px 0px !important;
	opacity: .5;
}
.aid-scrollable-container a.browse.next.disabled
{
	cursor: default;
	background-position: -72px 0px !important;
	opacity: .5;
}

.page-template-page-aid-php #main
{
	position: relative;
}

.page-template-page-aid-php .popup
{
	display: none;
	position: absolute;
	top: 220px;
	left: 220px;
	width: 540px;
	min-height: 200px;
	padding: 30px 35px;
	border: solid 1px #DEDEDE;
	background-color: #FFF;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.page-template-page-aid-php .popup .close
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(../img/sprite.png) no-repeat -99px -92px;
	cursor: pointer;
}

.page-template-page-aid-php .popup .aid-title
{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
}

.page-template-page-aid-php .aid-entry-content-container
{
	position: relative;
}

.page-template-page-aid-php .aid-entry-content
{
	height: 109px;
}
.page-template-page-aid-php .jspVerticalBar
{
	bottom: -20px;
}

.page-template-page-aid-php .aid-charts
{
	margin-top: 35px;
}

.charts
{
}

#barChart
{
	margin-bottom: 30px;
	height: 500px;
}

#pieChart1
{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

#pieChart2
{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

#pieChart3
{
	width: 50%;
	float: left;
}

#pieChart4
{
	width: 50%;
	float: left;
}

/* blog (nea) */
.blog #main
{
	width: 725px;
}

.blog article
{
	position: relative;
}

.blog .entry-header
{
	float: left;
	width: 580px;
}

.blog .entry-image
{
	float: right;
	width: 115px;
	height: 80px;
	overflow: hidden;
	text-align: right;
}

.blog .entry-image img
{
	max-height: 100%;
}

.blog .entry-content-news
{
	float: left;
	width: 580px;
	max-height: 52px;
	overflow: hidden;
	
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.blog .entry-content-news.expanded
{
	max-height: 10000px;
}

.blog h2.entry-title
{
	padding: 0;
	margin-bottom: 15px;
	border: none;
	text-transform: none;
	font-size: 16px;
}

.blog h2.entry-title .date
{
	color: #A6312E;
	text-transform: uppercase;
}

.blog .expand-news
{
	position: absolute;
	right: 0;
	bottom: -25px;
	background: #FFF;
	padding: 0 18px 0 5px;
	font-style: italic;
	color: #A7312E;
	font-size: 10px;
}

.blog .expand-news:hover
{
	color: #405F6E;
	cursor: pointer;
}

.blog .expand-news:after
{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/sprite.png) no-repeat -100px -75px;
}
.blog .expand-news.expanded:after
{
	background: url(../img/sprite.png) no-repeat -115px -75px;
}

/* ktirio */
.page-template-page-building-php
{
}

.page-template-page-building-php .simpleentry-content-container
{
	width: 280px;
	float: left;
	position: relative;
	padding-bottom: 24px;
}

.page-template-page-building-php .simpleentry-content
{
	height: 289px;
	position: relative;
}

.page-template-page-building-php .entry-images
{
	width: 635px;
	float: right;
}

/*.page-template-page-building-php .gallery-item,
.page-template-page-productions-php  .gallery-item,
.tax-costopoulos_producers .gallery-item,
.single-interests .gallery-item*/
.gallery-item
{
	width: 200px;
	margin: 5px;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-item a,
.gallery-item img
{
	display: block;
}

.gallery-item img,
.fg-panel > div > a img
{
	width: 100%;
	vertical-align: top;
}

.gallery-item .gallery-caption,
.fg-panel > div > a span
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	color: #fff;
	line-height: 16px;
	opacity: 0;
	filter:Alpha(opacity=0);
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-item a .overlay,
.fg-panel > div > a .overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-item a .plus,
.fg-panel > div > a .plus
{
	width: 37px;
	height: 37px;
	background: url(../img/sprite.png) no-repeat -99px -119px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -18px;
	opacity: 0;
	filter:Alpha(opacity=0);

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-item:hover a .overlay,
.fg-panel > div > a:hover .overlay
{
	background-color: #405F6E;
	background-color: rgba(64, 95, 110, 0.7);
	filter:Alpha(opacity=70);
}
.gallery-item:hover a .plus,
.fg-panel > div > a:hover .plus
{
	margin-top: -18px;
	opacity: 1;
	filter:Alpha(opacity=100);
}

.gallery-item:hover .gallery-caption,
.fg-panel > div > a:hover span
{
	opacity: 1;
	filter:Alpha(opacity=100);
}

/*fancy gallery*/
.fg-panel > div > a
{
	display: block;
	width: 200px;
	margin: 5px;
	box-sizing: border-box;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*prettyphoto style*/
div.ppt
{
	font-size: 0;
	margin: 0;
}

.pp_top, .pp_top .pp_middle, .pp_top .pp_left, .pp_top .pp_right, 
.pp_bottom, .pp_bottom .pp_left, .pp_bottom .pp_middle, .pp_bottom .pp_right
{
	height: 0;
}

.pp_content,
.pp_content_container .pp_left,
.pp_content_container .pp_right
{
	background: none !important;
	padding: 0;
}

.pp_previous:hover,
.pp_next:hover
{
	background: none !important;
}

.pp_fade
{
	position: relative;
}

#pp_full_res 
{
	line-height: 0 !important;
}

.pp_content_container .pp_details
{
	float: none;
	margin: 0;
	bottom: 0;
	width: 100% !important;
	height: 50px;
	padding: 7px 110px 7px 15px;
	color: #fff;
	line-height: 16px;
	z-index: 2001;
	background-color: #405F6E;
	background-color: rgba(64, 95, 110, 0.7);
	filter: Alpha(opacity=70);
}

.pp_play,
div.dark_square .currentTextHolder
{
	display: none;
}

/* colorbox */
#cboxOverlay 
{
	background: #000;
}

#cboxContent
{	
	margin: 30px 0;
}

#cboxCurrent, #cboxPrevious, #cboxNext, #cboxClose,
div.dark_square .pp_arrow_previous, div.dark_square .pp_arrow_next, div.dark_square .pp_close
{
	top: auto;
	bottom: 10px;
	width: 26px;
	height: 26px;
	background: url(../img/sprite.png) no-repeat 0 0;
	outline: none;
	margin: 0;
	box-shadow: none;
	border: none;
	position: absolute;
}
#cboxCurrent { background: none; }

#cboxTitle
{
	top: auto;
	bottom: 0px;
	right: 0;
	height: 50px;
	padding: 7px 110px 7px 15px;
	color: #fff;
	line-height: 16px;
	background-color: #405F6E;
	background-color: rgba(64, 95, 110, 0.7);
	filter:Alpha(opacity=70);
}

#cboxPrevious, #cboxPrevious:hover,
div.dark_square .pp_arrow_previous, div.dark_square .pp_arrow_previous:hover
{
	background-position: -143px -26px;
	right: 82px;
}

#cboxNext, #cboxNext:hover,
div.dark_square .pp_arrow_next, div.dark_square .pp_arrow_next:hover
{
	background-position: -143px -53px;
	right: 46px;
}

#cboxClose, #cboxClose:hover,
div.dark_square .pp_close, div.dark_square .pp_close:hover
{
	background-position: -143px 0;
	right: 10px;
}

#cboxPrevious, #cboxNext, #cboxClose
{
	opacity: .8;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover
{
	opacity: 1;
}

/* paragwgoi */
#producersItems
{
	display: none;
}

.producers-scrollable-container
{
	position: relative;
	border-bottom: solid 1px #BFCCD7;
	margin-bottom: 33px;
}

#producersScrollable
{
	width: 908px;
	height: 140px;
	margin-left: 36px;
}

#producersScrollable .producer-group
{
	float: left;
	width: 454px;
}

#producersScrollable .producer-item
{
	padding-left: 7px;
}
#producersScrollable .producer-item:before 
{
	content: '•';
	color: #A7312E;
	font-weight: 300;
	position: absolute;
	margin-left: -7px;
}

#producersScrollable .producer-item a
{
	color: #3b6e8f;
}
#producersScrollable .producer-item a:hover
{
	color: #A8312E;
}

.producers-scrollable-container a.browse
{
	position: absolute;
	top: 35px;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat -50px 0px;
	cursor: pointer;
}

.producers-scrollable-container a.browse.next
{
	right: 0;
	background-position: -72px 0px;
}

.producers-scrollable-container a.browse.prev:hover
{
	background-position: -99px -44px;
}

.producers-scrollable-container a.browse.next:hover
{
	background-position: -120px -44px;
}

.producers-scrollable-container a.browse.prev.disabled
{
	cursor: default;
	background-position: -50px 0px !important;
	opacity: .5;
}
.producers-scrollable-container a.browse.next.disabled
{
	cursor: default;
	background-position: -72px 0px !important;
	opacity: .5;
}

.page-template-page-productions-php .simpleentry-content-container
{
	float: left;
	width: 290px;
	padding-bottom: 24px;
	position: relative;
}

.page-template-page-productions-php .simpleentry-content
{
	height: 487px;
	position: relative;
}

.page-template-page-productions-php .productions-images
{
	float: right;
	width: 635px;
}


/* paragwges */
.producers-scrollable-container a.return
{
	display: block;
	position: absolute;
	right: 0;
	bottom: -9px;
	background: #FFF url(../img/productions-return.png) no-repeat right top;
	padding: 0 21px 0 6px;
	color: #405F6E;
}
.producers-scrollable-container a.return:hover
{
	color: #A8312E;
}

.tax-costopoulos_producers h2.producer-title
{
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	border: none;
	padding: 0;
	margin-bottom: 14px;
}

.tax-costopoulos_producers .production-details
{
	float: left;
	width: 295px;
}

.tax-costopoulos_producers .content-container .attachments
{
	border-top: solid 1px #A0AFB7;
	padding-top: 17px;
	color: #bab6a9;
	font-size: 10px;
	margin-top: 10px;
}

.tax-costopoulos_producers .content-container .attachments a
{
	color: #bab6a9;
}
.tax-costopoulos_producers .content-container .attachments a:hover
{
	color: #A8312E;
}

.gallery-container
{
	float: right;
	width: 640px;
	min-height: 100px;
}

.tax-costopoulos_producers .title-container
{
	margin-bottom: 35px;
}

.tax-costopoulos_producers h3.production-title
{
	font-size: 16px;
	font-weight: 300;
	color: #bab6a9;
	cursor: pointer;
	padding-left: 15px;
}

.tax-costopoulos_producers h3.production-title.selected,
.tax-costopoulos_producers h3.production-title:hover
{
	color: #405f6e;
	background: url(../img/production-title-bg.png) no-repeat left 7px;
}

.tax-costopoulos_producers .production
{
	display: none;
}

/* tomeis enisxysews */
.supported-areas-menu
{
	border-bottom: 1px solid #405F6E;
	padding-bottom: 4px;
	margin-bottom: 30px;
}

.supported-areas-menu a
{
	display: inline-block;
	font-size: 17px;
	line-height: 19px;
	color: #405f6e;
	text-transform: uppercase;
	padding-right: 16px;
	margin-right: 17px;
	border-right: 1px solid #DCDCDC;
}
.en .supported-areas-menu a
{
	padding-right: 23px;
	margin-right: 24px;
}

.supported-areas-menu a.last-child
{
	padding: 0;
	margin: 0;
	border: 0;
}
.supported-areas-menu a:last-child
{
	padding: 0;
	margin: 0;
	border: 0;
}

.supported-areas-menu a:hover,
.supported-areas-menu a.selected
{
	color: #a7312e;
}

.tax-costopoulos_areasofinterest  .simpleentry-content-container,
.single-interests .simpleentry-content-container 
{
	width: 300px;
	float: left;
	position: relative;
	padding-bottom: 24px;
}

.tax-costopoulos_areasofinterest .simpleentry-content,
.single-interests .simpleentry-content 
{
	height: 397px;
	position: relative;
}

.tax-costopoulos_areasofinterest .entry-images,
.single-interests .entry-images
{
	width: 635px;
	float: right;
}

#supportedyearsItems
{
	display: none;
}

.supportedyears-scrollable-container
{
	position: relative;
	margin-bottom: 30px;
}

#supportedyearsScrollable
{
	width: 240px;
	height: 45px;
	margin-left: 32px;
}

#supportedyearsScrollable .year-group
{
	float: left;
	width: 240px;
}

#supportedyearsScrollable .year-item
{
	display: block;
	float: left;
	color: #fff;
	background-color: #798F99;
	width: 35px;
	height: 35px;
	font-size: 10px;
	text-align: center;
	margin-right: 5px;
	line-height: 35px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#supportedyearsScrollable .year-item.first-child
{
	line-height: 10px;
	padding-top: 7px;
}
#supportedyearsScrollable .year-item:first-child
{
	line-height: 10px;
	padding-top: 7px;
}

#supportedyearsScrollable .year-item:hover,
#supportedyearsScrollable .year-item.selected
{
	background-color: #A8312E;
}

.supportedyears-scrollable-container a.browse
{
	position: absolute;
	top: 7px;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat -50px 0px;
	cursor: pointer;
}

.supportedyears-scrollable-container a.browse.next
{
	right: 0;
	background-position: -72px 0px;
}

.supportedyears-scrollable-container a.browse.prev:hover
{
	background-position: -99px -44px;
}

.supportedyears-scrollable-container a.browse.next:hover
{
	background-position: -120px -44px;
}

.supportedyears-scrollable-container a.browse.prev.disabled
{
	cursor: default;
	background-position: -50px 0px !important;
	opacity: .5;
}
.supportedyears-scrollable-container a.browse.next.disabled
{
	cursor: default;
	background-position: -72px 0px !important;
	opacity: .5;
}

/* foundation breadcrumb menu */
#menu-foundation-menu, 
#menu-foundation-menu-en
{
	margin: 0;
	list-style-type: none;
	position: relative;
	top: -21px;
	text-transform: uppercase;
}

#menu-foundation-menu ul,
#menu-foundation-menu-en ul
{
	margin: 0;
	list-style-type: none;
	float: left;
}

#menu-foundation-menu > li,
#menu-foundation-menu-en > li
{
	font-size: 10px;
	line-height: 10px;
}

#menu-foundation-menu > li > a,
#menu-foundation-menu-en > li > a
{
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 8px;
	position: relative;
}

#menu-foundation-menu > li > a:after,
#menu-foundation-menu-en > li > a:after
{
	content: ">";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#menu-foundation-menu ul li,
#menu-foundation-menu-en ul li
{
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	font-size: 10px;
	line-height: 10px;
	border-right: 1px solid #BAB6A9;
}
#menu-foundation-menu-en ul li
{
	padding-right: 6px;
	margin-right: 6px;
}

#menu-foundation-menu ul li.last-child, 
#menu-foundation-menu-en ul li.last-child
{
	margin: 0;
	padding: 0;
	border: none;
}
#menu-foundation-menu ul li:last-child, 
#menu-foundation-menu-en ul li:last-child
{
	margin: 0;
	padding: 0;
	border: none;
}

#menu-foundation-menu a,
#menu-foundation-menu-en a
{
	color: #BAB6A9;
}

#menu-foundation-menu a:hover, #menu-foundation-menu .current-menu-item a,
#menu-foundation-menu-en a:hover, #menu-foundation-menu-en .current-menu-item a
{
	color: #405f6e;
}

.mobile-only
{
	display: none;
}