body{
	font-family: "Arial";
	color: #555555;
	font-size: 13px;
}
img{
	max-width: 100%;
}
h1{
	font-size: 1.5em;
	color: #0053b3;
}
h2{
	font-size: 1.3em;
	color: #555;
}
h3{
	font-size: 1.15em;
	color: #555;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{
	clear: both;
}
.text-muted{
	color: #929292;
}
.hidden{
	display:none;
}

/* back to top */
.go-top {
	position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
	font-family: 'Roboto', sans-serif;
    padding: 1em;
    display: none;
    z-index: 9999;
	/* image */
	width: 33px;
	height: 33px;
	background-image: url('../images/top.png');
}

#topbar{
	background: #efefef;
	margin-bottom: 8px;
	padding: 5px;
}
#topbar .container{
	padding-left: 20px;
	padding-right: 25px;
}
#main-top{
	margin-bottom: 10px;
}
#main-area{
	margin-bottom: 20px;
}
#left h2.title{
	color: #555555;
	font-weight: normal;
	font-size: 1.3em;
	border-bottom: 1px solid #e32026;
	padding-bottom: 10px;
}
#component-area h2.title{
	font-size: 1.5em;
	color: #e32026;
}
#component-area{
	margin-bottom: 20px;
}
#footer{
	background: #efefef;
	border-top: 1px solid #909090;
}
.bottom-inner{
	margin: 0 1%;
	padding: 20px;
}
.footer-inner{
	margin: 0 10%;
	padding: 5px 20px 15px;
}
.topline{
	border-top: 1px solid #909090;
}
.mod-grey{
	background: #efefef;
	margin-bottom: 20px;
	padding: 2px 15px 2px 20px;
	box-shadow: 0px 13px 8px -10px #bbb;
}
.mod-blue{
	display: block;
	color: #0084ce !important;
	text-decoration: none !important;
	background: #d9e9f6;
	font-family: "Arial Black", Gadget, sans-serif;	
	font-size: 1.5em;
	font-weight: 900;
	margin-bottom: 15px;
	padding: 10px 20px;
	box-shadow: 0px 13px 8px -10px #bbb;
	border-radius: 13px;
}
.mod-blue-fixed{
	display: block;
	color: #0084ce !important;
	text-decoration: none !important;
	background: #d9e9f6;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 15px 20px;
	box-shadow: 0px 15px 10px -10px #bbb;
	border-radius: 13px;
	height: 80px;
}
.mod-blue p, .mod-blue-fixed p{
	margin:0;
}
.greecemap{
	background-image: url('../images/greecemap.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.worldmap{
	background-image: url('../images/worldmap.png');
	background-position: right center;
	background-repeat: no-repeat;
}

/* menus */
.mod-grey .nav  li{
	margin-left: -5px;
}
.nav  li::before{
	content: '';
	float: left;
	margin-top: 14px;
	width: 12px;
	height: 12px;
	background: url('../images/grey_arrow.png') left top no-repeat;
}
.nav  li:hover::before, .nav  li.active::before{
	background-position: left bottom;
}
.nav  li > a{
	color: #555555;
	background: none;
	padding: 10px 0 10px 17px;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
}
.nav  li > a:hover{
	color: #e32026;
	background: none;
	text-decoration: none;
}
.nav  li > a:focus{
	background: none;
	text-decoration: none;
}
.nav  li:hover > a, .nav  li.active > a{
	color: #e32026;
}
.nav-child{
	position: absolute;
	padding: 0;
	left: 100%;
	top: 0;
	list-style: none;
	z-index: 200;
	font-size: 1em;
	width: 360px;
	display: none;
}
@media(max-width:767px){
	.nav-child{
		position: absolute;
		padding: 0;
		left: 0%;
		top: 100%;
		list-style: none;
		z-index: 200;
		font-size: 1em;
		width: 100%;
		display: none;
	}

	.nav > li.parent > a{
	 	pointer-events: none;
      	 	
	}
}
.nav  li:hover > ul.nav-child{
	display: block;
}
.nav-child > li{
	background-color: #dcdcdc;
	margin-bottom: 0;
	border-bottom: 1px solid #909090;
	padding: 0 15px;
	background-position: 15px center;
}
.nav-tabs > li > a {
	border: none !important;
}
#footer .nav {
	text-align: center;
}
#footer .nav > li{
	background: none;
	display:inline-block;
}
#footer .nav > li::before{
	content:none;
}
#footer .nav > li > a{
	padding: 5px 10px;
}
#footer-bottom .nav > li > a{
	font-weight: bold;
	color: #000;
}
#footer-bottom .nav > li > a:hover{
	color: #e32026;
}
.menu_main{
	margin-bottom: 15px;
}
.menu_main  > li{
	background-color: #efefef;
	border-bottom: 1px solid #909090;
	margin-bottom: 5px;
	padding: 0 15px;
	background-position: 15px center;
}	
.page-header{
	margin:0;
	padding-bottom:0;
	border-bottom:0;
}
.page-header h1, .page-header h1 a{
	font-size: 1.5em;
	color: #0053b3;
}
.page-header h2, .page-header h2 a{
	color: #555555;
	font-size: 1.35em;
}
.item .page-header h2, .item .page-header h2 a{
	font-size: 1.15em;
}
h2.item-title, h2.item-title a{
	font-size: 1.1em;
	color: #555555;
	margin: 0;
}
.page-header .subtitle{
	line-height: normal;
}
.item{
	background: url('../images/blue_arrow.png') left top no-repeat;
	padding-left: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
	margin: 20px 0 0;
}
.article-info{
	font-weight: bold;
	font-style: italic;
	margin: 0;
}
.flag_thumb{
	height: 22px;
}
.flag_thumb_sm{
	height: 14px;
}
.filetype_icon{
	height: 26px;
}
.flag-col{
	padding: 0 10px 5px 5px;
}
.list-text-col{
	padding-left:0;
}
.tags{
	list-style: none;
	padding:0;
	margin:0;
}
.tags > li{
	display:inline-block;
}
.tags a.label, .tags a.label:hover, .tags a.label:focus{
    padding: 0;
	text-decoration: none;
	color: #929292;
    background-color: transparent;
	font-size:0.85em;
	white-space: normal;
}
.tags a.label:after {
    content: ",";
	margin-left: -3px;
}
.tags > li:last-child a.label:after {
    content: none;
}

/* offices view */
.offices .page-header{
	margin-bottom: 15px;
}
.offices .page-header h2{
	margin-bottom: 20px;
}	
.country-block{
	width:32.97%;
	display: inline-block;
	border: 1px solid #0084ce;
}
@media(max-width:1199px){
	.country-block{
		width:49.67%;
	}
}
@media(max-width:991px){
	.country-block{
		width:49.57%;
	}
}
@media(max-width:767px){
	.country-block{
		width:100%;
	}
}
.country-block .country-name{
	font-weight: bold;
}
.country-block td{
	vertical-align: top;
	padding: 5px;
	height: 135px;
}
.country-block td.flag{
	background: #0084ce;
}
.country-block td.flag img{
	vertical-align: text-top;
	max-width: none;
}
.country-block ul{
	padding-left: 12px;
	margin-top: 15px;
}
.country-block ul > li{
/*	color: #929292; */
	color: #0084ce;
	font-size: 0.95em;
}
.country-block ul > li > a{
	font-size: 1em;
/*	color: #929292; */
	color: #0084ce;
}
.country-block ul > li a:hover{
	color: #0084ce;
	text-decoration: underline;
}

/* office view */
.office .page-header{
	margin-bottom: 8px;
}
.office .flag_thumb{
	margin-right: 5px;
}
.info-block-wraper{
/*	padding-right: 0px;
*/
}
.info-block{
	border: 1px solid #0084ce;
	margin-bottom: 15px;
}
.info-block .title{
	background: #0084ce;
	color: #fff;
	font-size: 1.15em;
	padding: 4px 8px;
}
.info-block .title .readmore{
	font-size: 0.8em;
	color: #fff;
	text-decoration: underline;
	float:right;
	padding-right: 15px;
	line-height: 1.8em;
}
.info-block .info-text{
	padding: 6px 8px;
	margin-bottom: 4px;
	line-height: normal;
}
.photo_thumb{
	height: 100px;
}
.info-table-wrapper{
	padding: 8px;
}
.info-table{
	width:100%;
}
.info-table tr:nth-child(odd){
	background: #e1e1e1;
}
.info-table tr:nth-child(even){
	background: #f2f2f2;
}
.info-table td{
	padding:5px;
	margin:0;
}
.info-table a{
	color: #555555;
	text-decoration: underline;
}
.info-table .flag{
	width: 31px;
	vertical-align: top;
}
.info-table .date{
	text-align: right;
}
.info-table .type{
	text-align: right;
	white-space: nowrap;
}
.info-table .attachment{
	text-align: right;
	white-space: nowrap;
	font-size: 0.9em;
}
.info-table .filetype_icon {
    height: 18px;
    margin-bottom: 3px;
}
.info-table tr td:last-child{
	padding-right: 15px;
}

.counter{
	color: #929292;
}
.info-table .counter{
	color: #e32026;
}
.info-table td.details-table-wrapper{
	padding: 7px 15px 7px 21px;
	background: #fff;
}
.info-table .info-sub-table{
	width:100%;
}
.info-table .info-sub-table th{
	background: #0084ce;
	color: #fff;
	font-size: 1.1em;
	padding: 3px 15px;
	font-weight: normal;
}
.info-table .info-sub-table .title{
	width: 80%;
}
.info-table .info-sub-table td{
	padding: 5px 15px;
}
.info-table .info-sub-table tr{
	background: #fff;
	border-bottom: 1px solid #929292;
}
.info-table .info-sub-table tr:last-child{
	border-bottom: none;
}

/* pagination */

.pagination{
	text-align:center;
	display: block;
}
.pagination ul {
	list-style: none;
}
.pagination ul li{
	display:inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.pagination ul li a{
	display: block;
	width: 18px;
	height: 18px;
	color: #929292;
}
.pagination ul li a:hover{
	text-decoration: none;
}
.pagination ul li.active a{
	color: #fff;
	background-image: url('../images/greycurrentpage.png');
}
.pagination ul li.start, .pagination ul li.end{
	margin:0;
}
.pagination ul li.prev, .pagination ul li.next{
	margin: 0 5px;
}
.pagination ul li.start a{
	background-image: url('../images/greyfirstpage.png');
}
.pagination ul li.end a{
	background-image: url('../images/greylastpage.png');
}
.pagination ul li.prev a{
	background-image: url('../images/greypreviouspage.png');
}
.pagination ul li.next a{
	background-image: url('../images/greynextpage.png');
}

/* infofiles */
.infofiles .page-header h1, .infofiles .page-header h1 a{
	color: #e32026;
}
.item.infofile{
	background-image: url('../images/red_arrow.png');
}
.infofiles table{
	width: 100%;
}
.infofiles table td{
	padding: 2px 15px 2px 0;
}
.infofiles table td:last-child{
	padding-right:0;
}
.infofiles table td.date{
	text-align: right;
}
.infofiles table td.attachment{
	width: 22%;
	text-align: right;
	white-space: nowrap;
}


.readmore{
	text-align: right;
	font-style: italic;
}
.readmore a{
	color: #0053b3;
}
.infofiles .readmore a{
	color: #e32026;
}

/* applications */
.applications table{
	width: 100%;
}
.applications table td{
	padding: 2px 15px 2px 0;
}
.applications table td:last-child{
	padding-right:0;
}
.applications table td.date{
	text-align: right;
}
.applications table td.type{
	width: 22%;
	text-align: right;
}
.app-type-icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	width:15px;
	height:15px;
}
.app-type-icon.offer{
	background: url('../images/offer.png');
}
.app-type-icon.request{
	background: url('../images/request.png');
}

/* search module */
.search-box{
	padding: 15px 0px;
}
.search-table td{
	padding: 4px 2px;
}
.search-table .date .input-append{
	display: inline-block;
	margin-left: 2px;
	margin-right: 6px;
}
.search-table .search-method .option{
	display: inline-block;
	padding: 0 3px;
}
.search-table .date input{
	max-width: 85px;
	display: inline-block;
}
.search-table .btn{
	padding: 0 2px 3px;
	display: inline-block;
}
.search-box .chzn-container-multi .chzn-choices li.search-field input[type="text"]{
	font-size: 0.95em;
}
.search-box .infotext{
	padding-top: 10px;
	font-style: italic;
}
div.calendar{
	width: auto !important;
}
.icon-calendar{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('../images/hmerologio_grey.png');
}
.action_buttons{
}
.action_btn{
	display: block;
	width: 109px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: none;
	margin: 15px auto;
}
.action_btn:hover{
	background-position: 0 -38px;
}
.action_btn.grey{
	background-image: url('../images/button_grey.png');
}
.action_btn.blue{
	background-image: url('../images/button_blue.png');
	color: #fff;
}

/* details table */
.details-table{
	width: 100%;
	border: 1px solid #0084ce;
}
.details-table th{
	padding: 5px 2%;
	color: #fff;
	background: #0084ce;
	width: 25%;
	position: relative;
	vertical-align: top;
}
.details-table td{
	padding: 5px 2%;
	position: relative;
	vertical-align: top;
}
.details-table th:before{
  content : "";
  position: absolute;
  left    : 6%;
  bottom  : 0;
  height  : 0;
  width   : 88%;
  border-bottom:1px solid;
}
.details-table td:before {
  content : "";
  position: absolute;
  left    : 2%;
  bottom  : 0;
  height  : 0;
  width   : 96%;
  border-bottom:1px solid;
}
.details-table tr:last-child th:before, .details-table tr:last-child td:before{
	content: none;
}
.details-table .flag_thumb {
    height: 16px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.details-table .filetype_icon {
    height: 18px;
    margin-bottom: 3px;
    margin-right: 3px;
}
.details-table tr:last-child th, .details-table tr:last-child td{
	padding-bottom: 15px;
}
.details-table tr:first-child th, .details-table tr:first-child td{
	padding-top: 15px;
}
.details-table .app-type-icon {
	margin-bottom: 3px;
}

/* registration form */
.form-horizontal fieldset{
	margin-bottom: 20px;
}
.form-horizontal .control-group {
    margin-bottom: 15px;
	height: 25px;
}
.form-horizontal .control-label {
    float: left;
	width: 30%;
	padding-right: 15px;
	padding-top: 2px;
}
.form-horizontal .controls {
    float: left;
	width: 70%;
}
.form-horizontal .controls input, .form-horizontal .controls select{
	width: 100%;
}
.form-horizontal .controls select.multiple{
	height: 200px;
	font-size: 0.95em;
}
.form-horizontal .control-group {
	clear: both;
}
.form-horizontal .optional{
	display:none;
}
.form-horizontal .controls a.btn{
	display:none;
}
.form-horizontal .controls button.btn-primary{
	margin-left:65%;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"]{
	box-sizing: content-box;
}

/* login form */
#login-form .pretext{
	margin-bottom: 15px;
}
#login-form .control-group {
    margin-bottom: 5px;
	clear: both;
}
#login-form .add-on{
	display: inline-block;
	min-width: 30%;
}
#login-form .input-small{
	width: 60%;
	float: right;
}
#login-form #modlgn-remember{
	position: relative;
	margin-left: 2px;
	vertical-align: text-bottom;
}
#login-form .icon-arrow-right{
	display: none;
}
#form-login-submit .controls{
	text-align: right;
}
#login-form ul{
	padding-left: 0;
	list-style: none;
}	
#login-form ul  li{
/*	background: url('../images/grey_arrow.png') left center no-repeat;
*/}
#login-form ul  li::before{
	content: '';
	float: left;
	margin-top: 6px;
	width: 12px;
	height: 12px;
	background: url('../images/grey_arrow.png') left top no-repeat;
}
#login-form ul  li:hover::before{
	background-position: left bottom;
}

#login-form ul  li > a{
	color: #555555;
	background: none;
	padding: 3px 0 3px 17px;
	display: block;
	text-decoration: none;
}
#login-form ul  li > a:hover{
	color: #e32026;
	background: none;
	text-decoration: none;
}
#login-form ul  li:hover > a{
	color: #e32026;
}

#login-form .logout-button{
	padding: 15px;
	text-align: center;
}

/* contact */
.contact h1{
	font-size: 1.5em;
	color: #0053b3;
}
.contact h3{
	color: #555555;
	font-size: 1.15em;
	font-weight: bold;
}
.contact-form legend{
	display: none;
}

/* sitemap */
#osmap-sitemap h1{
	font-size: 1.5em;
	color: #0053b3;
}
#osmap-sitemap h2{
	font-size: 1.3em;
	color: #555;
}

/* RSS */
.syndicate-module{
	display: inline-block;
	margin-right: 15px;
	color: #000 !important;
	text-decoration: none;
}
.syndicate-module:hover{
}
.syndicate-module img{
	
	margin-right: 3px;
}

/* calendar */
#jevents h1{
	font-size: 1.5em;
	color: #0053b3;
}
.cal_td_daysnames{
	background-color: #0084ce;
	color: #fff;
	border-color: #0084ce;
}
.cal_td_weeklink{
	background-color: #0084ce;
	color: #fff;
	border-color: #0084ce;
}
.cal_table{
	border: 1px solid #0084ce;
}
.cal_td_daysoutofmonth{
	background-color: #e1e1e1;
	color: #929292;
	border-color: #0084ce;
}
.cal_td_today{
	background-color: #f2f2f2;
	border: solid 2px #e32026;
}
.cal_td_daysnoevents{
	background-color: #fff;
	border-color: #0084ce;
}
.cal_td_dayshasevents{
	background-color: #d9e9f6;
	color: #0084ce;
	border-color: #0084ce;
}
.eventstyle{
	border-color: #0084ce !important;
}
#jevents_body .event_legend_container{
	background-color: #efefef;
	display: none;
}
.ev_table{
	border: 1px solid #0084ce;
}
.ev_td_left, .ev_td_right{
	border-color: #0084ce;
}
.ev_td_today{
	background-color: #d9e9f6;
	border-color: #0084ce;
}
a.ev_link_weekday:link, a.ev_link_weekday:visited{
	color: #555;
}
a.ev_link_weekday:hover, a.ev_link_weekday:focus{
	color: #e32026;
}
ul.ev_ul li.ev_td_li{
	border-color: #0084ce !important;
}
legend.ev_fieldset{
	display:none;
}	
.jevtt_title{
	background-color: #0084ce !important;
	color: #fff !important;
}
span.fwb{
	display:none;
}

/* Synhgoros Form */
.bfQuickMode .bfSectionDescription{
	padding: 5px;
}
.synhgoros_form{
	margin-top: 20px;
	margin-bottom: 20px;
}
.bfClearfix > div:last-child {
    display: none !important;
}

/* slider */
.agora_slider{
	margin-bottom: 10px;
}
.agora_slider .showplus-clear{
	width: 100% !important;
}
.agora_slider .showplus{
	width: 100% !important;
	margin-right: 0 !important;
}
.agora_slider .showplus-images{
	width: 80% !important;
}
.agora_slider .showplus-images span{
	background-size: cover;
	left: 0 !important;
}
.agora_slider .showplus-thumbnails{
	width: 20% !important;
	right: 0 !important;
	background: #333;
}
.agora_slider .showplus-thumbnails ul{
	margin: 0 auto !important;
	width: 75% !important;
}
.agora_slider .showplus-thumbnails ul li{
	width: 100% !important;
}
.agora_slider .showplus-thumbnails ul li img{
	width: 100% !important;
}
.agora_slider .showplus-thumbnails ul li a{
	padding: 0 !important;
}
.agora_slider .showplus-captions{
	width: 80%;
	padding: 8px 10px !important;
	height: auto !important;
}

/* polls */
.mod-sppoll{
	margin-bottom: 10px;
}
.mod-sppoll .action_buttons{
	text-align: center;
}

/* article icons */
.icons .pull-right{
	margin-left: 8px;
}
.icons .btn{
	background: #efefef;
}
.caret, .icon-cog{
	color: #0053b3 !important;
}
.blog .icons, .blog-featured .icons{
	display: none;
}

/* blog subcategories */
.cat-children{
	margin-top: 9px;
}
.cat-children .item-title{
	margin-top: 3px;
}

.social
{
	vertical-align: middle;
}


.social-icons
{
	display: inline-block;
	margin-right: 2px;
}
