/**{
	-webkit-transition: all 230ms;
	transition: all 230ms;
	}*/
.fancybox-wrap,
.fancybox-wrap *{
	-webkit-transition: all 0ms !important;
	transition: all 0ms !important;
	}
/*body{
	padding: 0px;
	margin: 0px;
	font-family: Open Sans;
	font-size: 14px;
	color: #333333;
	display: block;
	background-color: #f3f1ef;
	position: relative;
	}
body:before{
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: #DED8D4;
	content: "";
	}*/

/*img{
	border: none;
	}
a{
	color: inherit;
	text-decoration: none;
	}
*/
a:hover{
	text-decoration: underline;
	}
.entry-content h2{
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-family: 'Open Sans';
    font-weight: 500;;
	}
.entry-content h3{
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans';
    font-weight: 500;;
	}
.entry-content h4{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-family: Open Sans;
	}
.entry-content h5{
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	font-family: Open Sans;
	}
#header_all{
	position: fixed;
	z-index: 10;
	height: 50px;
	width: 100%;
	background: url(images/header_bg.png) repeat-x;
	}

/*
.site_logo{
	float: left;
	}
#menu_wrapper{
	width: 790px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
ul.main_menu{
	list-style: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
ul.main_menu li{
	display: inline-block;
	margin: 23px 0px 0px 0px;
	position: relative;
	}
ul.main_menu li > a{
	font-size: 12px;
	color: #666;
	padding: 10px 0px 5px 0px;
	margin: 0px 5px 0px 5px;
	text-decoration: none !important;
	}
ul.main_menu li:hover > a,
ul.main_menu li.current_page_item  > a,
ul.main_menu li.current-menu-item  > a{
	color: #333;
	border-bottom: 3px solid #C66;
	}
ul.main_menu li.more_menu > a{
	padding: 0px 25px 10px 0px;
	background: url(images/menu_more_btn.png) no-repeat right 3px;
	border: none !important;
	}
ul.main_menu li ul{
	position: absolute;
	width: 200px;
	top: 27px;
	background: #fcfcfc;
	display: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
ul.main_menu li:hover > ul{
	display: block;
	}
ul.main_menu li ul li{
	float: none;
	display: block;
	margin: 0px 0px -1px 0px;
	padding: 0px 15px 0px 15px;
	position: relative;
	border: 1px solid #ded8d4;
	}
ul.main_menu li ul li > a{
	display: block;
	font-size: 12px;
	color: #999999;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border: none !important;
	}
ul.main_menu li ul li:hover > a,
ul.main_menu li ul li.current_page_item > a,
ul.main_menu li ul li.current-menu-item > a{
	color: #666666;
	background-color: transparent;
	display: block;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border: none !important;
	}
.menu-new_menu-container{
	display: inline-block;
	}

*/

.search_trigger{
	display: inline-block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #666666;
	}
#gen_search_form{
	display: none;
	width: 100%;
    max-width: 500px;
	height: 48px;
	position: static;
	z-index: 10;
	margin: 0px auto;
	background: #F6F6F6 url(images/search_bg.png) no-repeat -140px 11px;
	border: 1px solid #ded8d4;
	}
#gen_search_form > #imput_search{
	float: left;
	width: calc(100% - 120px);
	height: 29px;
	margin: 10px 0px 10px 50px;
	}
#gen_search_form > #search_bt{
	float: left;
	width: 25px;
	height: 28px;
	margin: 11px 0px 0px 10px;
	border: none;
	cursor: pointer;
	outline: none;
    font-size: 22px;
    line-height: 28px;
	}
#form_close{
	float: right;
	width: 18px;
    height: 18px;
	margin: 15px 5px 0px 0px;
	cursor: pointer;
    color: #999999;
	}
#form_close:hover{
    color: #ce171f;
	}
#loged_in_menu{
	float: right;
	width: 40px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	}
a.member_avatar{
	float: right;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 15px 10px 0px 0px;
	}
a.member_avatar img{
	width: 40px;
	}
#loged_in_menu ul#member_menu,
#login_menu ul#member_menu{
	position: absolute;
	width: 230px;
    top: 60px;
    right: 15px;
	background: #fcfcfc;
	display: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
#loged_in_menu ul#member_menu.open,
#login_menu ul#member_menu.open{
	display: block;
	}
#loged_in_menu > ul#member_menu li,
#login_menu > ul#member_menu li{
	float: none;
	display: block;
	margin: 0px 0px -1px 0px;
	padding: 0px 15px 0px 15px;
	position: relative;
	border: 1px solid #ded8d4;
	}
#loged_in_menu > ul#member_menu li a{
	display: block;
	font-size: 12px;
	color: #999999;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none !important;
	}
#loged_in_menu > ul#member_menu li.member_name a{
	font-size: 14px;
	color: #666666;
	}
#loged_in_menu > ul#member_menu li:hover a{
	color: #666666;
	}
#login_menu{
	float: right;
	text-align: right;
	}
#loged_in_menu > ul#member_menu li.add a{
	padding: 10px 0px 10px 15px;
	background: url(images/ico_more_off.png) no-repeat left center;
	}
#login_menu a{
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin: 25px 10px 0px 0px;
	cursor: pointer;
	}
input#username,
input#password{
	float: left;
	width: 200px;
	margin: 10px 0px -5px 0px;
	background: #DED8D4 !important;
	color: #333;
	}
input#login_bt{
	float: left;
	font-size: 12px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 198px;
	height: 28px;
	background: #E5E1DF url(images/more_btn_a.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	border: none;
	text-align: left;
	outline: none;
	margin: 15px 0px 15px 0px;
	cursor: pointer;
	}
#main_wrapper{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	}
.wrapper_inside{
	float: left;
	width: 100%;
	height: auto;
	margin: 65px 0px 0px 0px;
	}
#big_adv_place{
	float: left;
	width: calc(100% - 2px);
	height: 258px;
	border: 1px solid #ded8d4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0px 15px 0px;
	}
.banner_content{
	width: 290px;
	height: 240px;
	background: #DFDDDB;
	float: right;
	margin: 10px 10px 0px 0px;
	position: relative;
	}
.banner_content:after{
	position: absolute;
	z-index: 1;
	content: "";
	width: 290px;
	height: 50px;
	background: #F3F1EF;
	bottom: 0px;
	}
.banner_content > .type{
	float: none;
	display: block;
	font-size: 13px;
	color: #cc6666;
	font-family: 'Open Sans';
	margin: 25px 25px 0px 25px;
	}
.banner_content > .text{
	float: none;
	display: block;
	font-size: 20px;
	color: #333333;
	font-family: Open Sans Light;
	margin: 10px 25px 0px 25px;
	max-height: 136px;
	overflow: hidden;
	}
.banner_content > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/more_btn_a.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	bottom: 10px;
	right: 10px;
	}
.banner_content > .read_more:hover{
	text-decoration: underline;
	}
.wrapper_left{
	float: left;
	width: 70%;
	height: auto;
	margin: 0px 0px 0px 0px;
	}
#alert_box{
	float: left;
	width: 680px;
	height: 70px;
	background: #7A766D url(images/arch_alert_icon.png) no-repeat 20px 18px;
	position: relative;
	margin: 0px 0px 15px 0px;
	}
#alert_box > .text{
	float: left;
	width: 430px;
	height: 45px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	margin: 15px 0px 0px 80px;
	}
#alert_box > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #fff;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/more_btn_c.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	bottom: 20px;
	right: 22px;
	}
#alert_box > .read_more:hover{
	text-decoration: underline;
	}
.hentry{
	float: left;
	width: 678px;
	min-height: 237px;
	border: 1px solid #ded8d4;
	background: #F8F8F8;
	position: relative;
	margin: 0px 0px 15px 0px;
	}
.hentry .extra_bar{
	float: left;
	width: 20%;
	height: 33px;
	background: #EBE8E7;
	text-align: center;
	}
.extra_bar > .map_pin{
	display: inline-block;
	font-size: 10px;
	color: #999;
	font-family: 'Open Sans';
	background: url(images/map_pin_off.png) no-repeat left center;
	height: 15px;
	line-height: 15px;
	margin: 8px 5px 0px 0px;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
	}
.extra_bar > .share_btn{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
    margin: 5px 10px;
	}
.extra_bar > .share_btn > span,
.extra_bar > .more_btn > span{
	float: none;
	display: block;
	}
.extra_bar > .share_btn > ul.share_icons,
.extra_bar > .more_btn > ul.more_actions{
	position: absolute;
	z-index: 10;
	left: -60%;
	top: 23px;
	width: 140px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: #F8F8F8;
	border: 1px solid #ded8d4;
	text-align: left;
	display: none;
    overflow: hidden;
	}
.extra_bar > .more_btn > ul.more_actions{
	left: -210%;
	width: 250px;
	}
.extra_bar > .share_btn > ul.share_icons li,
.extra_bar > .more_btn > ul.more_actions li{
	float: none;
	display: block;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 5px 0px;
	color: #999;
	font-size: 11px;
	font-family: Open Sans;
	height: 16px;
	position: relative;
		-webkit-transition: color 230ms;
		transition: color 230ms;
	}
.extra_bar > .share_btn > ul.share_icons li.facebook{
	background: url(images/fbico.png) no-repeat left top;
	}
.extra_bar > .share_btn > ul.share_icons li.facebook:hover{
	background: url(images/fbico.png) no-repeat left bottom;
	color: #3b5998;
	}
.extra_bar > .share_btn > ul.share_icons li.twitter{
	background: url(images/twitterico.png) no-repeat left top;
	}
.extra_bar > .share_btn > ul.share_icons li.twitter:hover{
	background: url(images/twitterico.png) no-repeat left bottom;
	color: #55acee;
	}
.extra_bar > .share_btn > ul.share_icons li.gpluss{
	background: url(images/gplusico.png) no-repeat left top;
	}
.extra_bar > .share_btn > ul.share_icons li.gpluss:hover{
	background: url(images/gplusico.png) no-repeat left bottom;
	color: #b53021;
	}
/** extra tools  **/
.extra_bar > .more_btn > ul.more_actions li.add_to_favs{
	background: url(images/favs_icon.png) no-repeat left top;
	}
.extra_bar > .more_btn > ul.more_actions li.add_to_favs:hover{
	background: url(images/favs_icon.png) no-repeat left bottom;
	color: #333;
	}
.extra_bar > .more_btn > ul.more_actions li.send_note{
	background: url(images/send_note_icon.png) no-repeat left top;
	}
.extra_bar > .more_btn > ul.more_actions li.send_note:hover{
	background: url(images/send_note_icon.png) no-repeat left bottom;
	color: #333;
	}
.extra_bar > .more_btn > ul.more_actions li.print_article{
	background: url(images/print_icon.png) no-repeat left top;
	}
.extra_bar > .more_btn > ul.more_actions li.print_article:hover{
	background: url(images/print_icon.png) no-repeat left bottom;
	color: #333;
	}
.extra_bar > .more_btn > ul.more_actions li.email_article{
	background: url(images/email_icon.png) no-repeat left top;
	}
.extra_bar > .more_btn > ul.more_actions li.email_article:hover{
	background: url(images/email_icon.png) no-repeat left bottom;
	color: #333;
	}
.extra_bar > .more_btn > ul.more_actions li.reminder{
	background: url(images/reminder_icon.png) no-repeat left top;
	}
/******************/
.extra_bar > .more_btn{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
    margin: 5px 10px;
	}
.extra_bar > .map_pin:hover,
.extra_bar > .share_btn:hover,
.extra_bar > .more_btn:hover{
	text-decoration: underline;
	color: #666;
	}
.post_specs{
	float: left;
	width: 80%;
	height: 33px;
	border-left: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
	background: #FAFAF9;
	line-height: 32px;
	}
.post_specs > .cat_name{
	float: left;
	margin: 0px 0px 0px 15px;
	font-size: 13px;
	font-family: 'Open Sans';
	}
.post_specs > .member_name{
	float: right;
	margin: 0px 15px 0px 0px;
	font-size: 10px;
	color: #666;
	}
.hentry > .entry-thumbnails{
	float: left;
	width: 205px;
	height: 205px;
	overflow: hidden;
	text-align: center;
	margin: -1px 0px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.hentry > .entry-info{
	float: left;
	width: 30px;
	text-align: center;
	height: 95px;
	margin: 15px 0px 0px 10px;
	}
.entry-info > .pst_date{
	 font-size: 14px;
	 font-family: 'Open Sans';
	 }
.entry-info > .pst_month{
	 font-size: 14px;
	 font-family: 'Open Sans';
font-weight: 500;;
	 }
.entry-info > .pst_year{
	 font-size: 14px;
	 font-family: Open Sans;
	 }
.entry-info > .pst_time{
	 font-size: 11px;
	 font-family: Open Sans;
	 }
.hentry > .entry-title{
	float: right;
	width: 410px;
	font-size: 18px;
	color: #333;
	margin: 13px 15px 0px 0px;
	}
.hentry > .entry-summary{
	float: right;
	width: 410px;
	font-size: 13px;
	color: #333;
	margin: 0px 15px 0px 0px;
	height: 70px;
	overflow: hidden;
	}
.hentry > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/more_btn_a.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	top: 198px;
	right: 10px;
	}
.hentry > .image_description{
	width: 320px;
	height: 30px;
	overflow: hidden;
	font-size: 11px;
	color: #999;
	font-style: italic;
	position: absolute;
	z-index: 1;
	left: 215px;
	top: 195px;
	}
.hentry > .image_description > p{
	padding: 0px;
	margin: 0px;
	}
.hentry > .post_map{
	float: left;
	width: 678px;
	height: 250px;
	border-top: 1px dashed #ded8d4;
	display: none;
	}
.hentry > .post_map.single_post{
	position: absolute;
	top: 32px;
	z-index: 10;
	}
.hentry > .post_map.single_agenda{
	width: calc(100% - 2px);
	height: 250px;
	position: absolute;
	top: 32px;
	z-index: 10;
	}
.hentry > .post_map.single_photo{
	width: calc(100% - 2px);
	height: 250px;
	position: relative;
	z-index: 10;
	margin: 0px 0px -255px 0px;
	}
.hentry.other{
	min-height: 100px;
	background: #EDEAE8;
	}
.hentry.other > .post_specs{
	width: 678px;
	}
.hentry.other > .entry-title{
	width: 615px;
	}
.hentry.other > .entry-summary{
	width: 615px;
	}
.hentry.other .post_specs .member_name{
	color: #339999;
	}
.hentry.other > .post_description{
	float: left;
	width: 480px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0px 0px 45px;
	font-size: 11px;
	color: #999;
	font-style: italic;
	}
.hentry.other > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 174px;
	height: 28px;
	background: url(images/go_to_site_btn.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	top: auto;
	right: 10px;
	bottom: 10px;
	}
.hentry.photo{
	float: left;
	width: 330px;
	height: 317px;
	background: #F8F8F8;
	border: 1px solid #ded8d4;
	margin: 0px 16px 15px 0px;
	}
.hentry.photo > .entry-thumbnails{
	float: none;
	width: 311px;
	height: 233px;
	background: #EDEAE8;
	overflow: hidden;
	margin: 10px 10px 10px 10px;
	left: 10px;
	top: 10px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
.hentry.photo > .entry-thumbnails > img{
	max-width: 311px;
	max-height: 233px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	}
.hentry.photo > .entry-title{
	float: left;
	width: 290px;
	font-size: 13px;
	color: #333333;
	margin: 15px 20px 0px 20px;
	height: 18px;
	overflow: hidden;
	}
.hentry.photo > .entry-cat-title{
	float: left;
	width: 290px;
	font-size: 10px;
	color: #cc66cc;
	font-family: 'Open Sans';
	margin: 0px 20px 0px 20px;
	}
@-moz-document url-prefix() {
	.hentry.photo > .entry-thumbnails{
		float: left;
		display: block;
		left: 0px;
		top: 0px;
	}
    .hentry.photo > .entry-title {
        margin: 0px 20px 0px 20px;
    }
}
.hentry.photo > .member_name{
	float: left;
	width: 290px;
	font-size: 11px;
	color: #999999;
	font-style: italic;
	margin: 5px 20px 0px 20px;
	}
.hentry.photo > .read_more{
	top: auto;
	right: 10px;
	bottom: 10px;
	}
#sidebar{
	float: right;
	width: 300px;
	}
#issues_widget{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 15px 0px;
	}
#issues_widget > .widget_top{
	float: left;
	width: 300px;
	height: 70px;
	background: #AE3E42;
	position: relative;
	}
#issues_widget > .widget_top > .title{
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 70px;
	margin: 0px 0px 0px 15px;
	}
#issues_widget > .widget_top > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #fff;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/adgenda_top_more_btn.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	top: auto;
	right: 20px;
	bottom: 20px;
	}
#issues_widget .issue_widget_content{
	float: left;
	width: 300px;
	height: 160px;
	background: #ECC240;
	position: relative;
	margin: 0px 0px 9px -1px;
	}
.issue_widget_content .issue_cover{
	float: left;
	width: 120px;
	height: 160px;
	overflow: hidden;
	}
.issue_widget_content > .title_a{
	float: left;
	width: 150px;
	margin: 15px 0px 0px 15px;
	font-size: 20px;
	color: #333;
	font-family: 'Open Sans Condensed';
font-weight: 300;
	}
.issue_widget_content > .title_b{
	float: left;
	width: 130px;
	margin: 15px 0px 0px 15px;
	font-size: 11px;
	color: #333;
	font-family: 'Open Sans';
font-weight: 500;;
	}
.issue_widget_content > .read_more{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #ae3e42;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/adgenda_bottom_more_btn.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	top: auto;
	right: 20px;
	bottom: 10px;
	}
ul.issue_articles{
	float: left;
	width: 298px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px solid #ded8d4;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	background: #FCFCFC;
	list-style: none;
	}
ul.issue_articles li{
	float: left;
	width: 280px;
	height: auto;
	background: #E5E1DF;
	margin: 0px 0px 1px 9px;
	position: relative;
	}
ul.issue_articles li:after{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: url(images/issues_corner.png) no-repeat;
	bottom: 0px;
	left: 0px;
	}
ul.issue_articles li.issue_widget_content:after{
	display: none;
}
ul.issue_articles li > .art_title{
	float: left;
	font-size: 12px;
	color: #333;
	margin: 15px 15px 0px 15px;
	}
ul.issue_articles li > .read_more{
	float: right;
	font-size: 10px;
	color: #ae3e42;
	font-family: 'Open Sans';
	width: 120px;
	height: 28px;
	background: url(images/adgenda_bottom_more_btn.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 10px 10px;
	}
#adgenda_widget{
	float: left;
	width: 100%;
	height: calc(100% - 10px);
    background-color: #ffffff;
    margin: 5px 0px;
    padding: 0px 10px;
	}
#adgenda_widget > .widget_top{
	float: left;
	width: 100%;
	height: 50px;
	background: #9e8c77;
	position: relative;
	}
#adgenda_widget > .widget_top > .title{
	font-family: 'Open Sans Condensed';
    font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 35px;
	margin: 0px 0px 0px 15px;
	}
#adgenda_widget > .widget_top > .month{
	position: absolute;
	font-family: 'Open Sans';
	font-size: 10px;
	color: #fff;
	left: 15px;
	top: 30px;
	}
#adgenda_widget > .widget_top > .read_more{
	position: absolute;
    z-index: 2;
    font-size: 11px;
    color: #fff;
    font-family: 'Open Sans';
    width: 120px;
    height: 30px;
    background: url(images/more_btn_b.png) no-repeat right;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
    top: auto;
    right: 10px;
    bottom: 10px;
	}
.adgenda_widget_calendar{
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	}
.adgenda_widget_calendar > .date{
	float: left;
	width: calc(100% / 7);
	height: 46px;
    border-top: 2px solid #ffffff;
    border-bottom: none;
    border-right: none;
	padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    text-align: center;
	}
.adgenda_widget_calendar > .date:nth-child(7),
.adgenda_widget_calendar > .date:nth-child(14),
.adgenda_widget_calendar > .date:nth-child(21),
.adgenda_widget_calendar > .date:nth-child(28),
.adgenda_widget_calendar > .date:nth-child(35),
.adgenda_widget_calendar > .date:nth-child(42){
    border-right: none;
    }
.adgenda_widget_calendar > .date.on{
	cursor: pointer;
	}
.adgenda_widget_calendar > .date > .day{
	float: none;
	display: block;
	margin: 0px 0px -2px 0px;
	font-size: 12px;
	color: #000000;
    font-weight: 600;
	font-family: 'Open Sans';
	}
.adgenda_widget_calendar > .date > .evnt{
	font-size: 14px;
	font-family: 'Open Sans';
	position: relative;
	margin: -2px 2px -8px 1px;
	color: #ce171f;
	}
.adgenda_widget_calendar > .date > .evnt.more{
	float: right;
	font-family: 'Open Sans';
	font-size: 9px;
	color: #585550;
	margin: 2px 2px 0px 0px;
	}
.adgenda_widget_calendar > .date.active{
	background: #f2efec;
    border-top: 2px solid #ce171f;
	}
.adgenda_widget_calendar > .date.active > .day{
	color: #000000;
	}
#events_list{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FCFCFC;
	border-left: 1px solid #FCFCFC;
	border-right: 1px solid #FCFCFC;
	background: #f5f2f0;
	}
#events_list > .type{
	float: none;
	display: block;
	color: #333333;
	font-size: 12px;
	font-family: 'Open Sans';
    font-weight: 600;
	padding: 0px 0px 0px 0px;
	margin: 10px 28px 0px 28px;
	position: relative;
	}
#events_list > .type:before{
	position: absolute;
	content: "\2022";
	font-size: 17px;
	font-family: Verdana;
	left: -18px;
	top: -4px;
	}
#events_list > .event_title{
	float: none;
	display: block;
	color: #333333;
	font-size: 12px;
	font-family: Open Sans;
	padding: 0px 0px 0px 0px;
	margin: 0px 28px 0px 28px;
	}
#events_list > .event_title:hover{
    text-decoration: underline;
}
#events_list > .event_title:last-child{
	margin: 0px 28px 10px 28px;
	}
.post_slider_all{
	float: left;
	width: 441px;
	margin: -1px 0px 0px 0px;
	position: relative;
	z-index: 1;
	}
#post_slider{
	float: left;
	width: 440px;
	height: 330px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background-color: #7A766D;
	}
#post_slider > .slider_image{
	float: left;
	width: 440px;
	height: 330px;
	overflow: hidden;
	background-color: #7A766D;
	text-align: center;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
#post_slider > .slider_image a{
	width: 440px;
	height: 330px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}
#post_slider > .slider_image a img{
	max-height: 330px;
	max-width: 440px;
	}
.post_slider_all > .slider_controls{
	float: left;
	width: 440px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 101;
	}
.post_slider_all > .slider_controls > .prev_img{
	float: left;
	width: 41px;
	height: 41px;
	background: url(images/slider_arrows.png) no-repeat left center;
	cursor: pointer;
	margin: -190px 0px 0px 20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
.post_slider_all > .slider_controls > .next_img{
	float: right;
	width: 41px;
	height: 41px;
	background: url(images/slider_arrows.png) no-repeat right center;
	cursor: pointer;
	margin: -190px 20px 0px 0px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
.post_slider_all:hover .slider_controls > .prev_img,
.post_slider_all:hover .slider_controls > .next_img{
	opacity: 1;
	filter: alpha(opacity=100);
	}
#slider_pager{
	float: left;
	max-width: 441px;
	height: 63px;
	margin: 0px 0px 0px 0px;
	}
#slider_pager .page{
	float: left;
	width: 62px;
	height: 62px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px solid #f2f1f1;
	border-right: 1px solid #f2f1f1;
	background-color: #7A766D;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
#slider_pager .page.activeSlide{
	opacity: 1;
	filter: alpha(opacity=100);
	}
.post_slider_all .page_more{
	float: left;
	width: 62px;
	height: 62px;
	overflow: hidden;
	background-color: #7A766D;
	line-height: 62px;
	text-align: center;
	border-top: 1px solid #f2f1f1;
	font-size: 23px;
	font-family: Open Sans Light;
	color: #fff;
	text-decoration: none !important;
	cursor: pointer;
	}
#post_map{
	float: right;
	width: 227px;
	height: 166px;
	margin: 9px 0px 0px 0px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-right: none;
	}
#image_description{
	float: right;
	width: 200px;
	margin: 15px 15px 0px 0px;
	font-size: 12px;
	color: #666;
	font-style: italic;
	max-height: 170px;
	overflow: hidden;
	}
.clear{
	float: left;
	width: 100%;
	height: 0px;
	}
.hentry > .see_all_pics{
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #666666;
	font-family: 'Open Sans';
	width: 208px;
	height: 28px;
	background: url(images/see_all_photos.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	right: 10px;
	top: 397px;
	cursor: pointer;
	}
.text_tools{
	float: left;
	width: 600px;
	margin: 35px 18px 20px 60px;
	}
.text_tools.no_image{
	width: 375px;
	margin: 10px 0px 20px 60px;
	}
.font_size_tool{
	float: left;
	margin: 0px 0px 0px 0px;
	height: 20px;
	}
.font_size_tool > .sm_font,
.font_size_tool > .bg_font{
	float: left;
	width: 18px;
	color: #C9BFB6;
	text-align: center;
	line-height: 18px;
	border: 1px solid #E1E1E1;
	cursor: pointer;
	}
.font_size_tool > .leters{
	float: left;
	width: 41px;
	height: 9px;
	margin: 5px 12px 0px 12px;
	background: url(images/fonts_size.png) no-repeat;
	}
.color_tool,
.align_tool{
	float: left;
	margin: 0px 0px 0px 15px;
	}
.color_tool > .set_color_red{
	float: left;
	width: 12px;
	height: 8px;
	margin: 5px 5px 5px 5px;
	background-color: #C33;
	cursor: pointer;
	}
.color_tool > .set_color_black{
	float: left;
	width: 12px;
	height: 8px;
	margin: 5px 5px 5px 5px;
	background-color: #333;
	cursor: pointer;
	}
.align_tool > .set_align_left{
	float: left;
	width: 12px;
	height: 8px;
	margin: 5px 5px 5px 5px;
	background: url(images/text_align_icon.png) no-repeat right;
	cursor: pointer;
	}
.align_tool > .set_align_justy{
	float: left;
	width: 12px;
	height: 8px;
	margin: 5px 5px 5px 5px;
	background: url(images/text_align_icon.png) no-repeat left;
	cursor: pointer;
	}
.text_tools > .read_text{
	float: left;
	font-size: 10px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 126px;
	height: 20px;
	background: url(images/read_text_btn.png) no-repeat right;
	line-height: 20px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 16px;
	cursor: pointer;
	}
.hentry > h1.entry-title{
	float: right;
	width: 595px;
	font-size: 22px;
	color: #333;
	margin: 10px 20px 5px 0px;
	font-weight: normal;
	}
.hentry > h1.entry-title.no_image,
.hentry > h2.entry-subtitle.no_image{
	float: left;
	width: 380px;
	margin-left: 20px;
	margin-right: 0px;
	}
.hentry > h2.entry-subtitle{
	float: right;
	width: 595px;
	font-size: 14px;
	color: #666666;
	margin: 0px 20px 0px 0px;
	font-weight: normal;
	}
.hentry > .entry-content{
	float: right;
	width: 595px;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	text-align: justify;
	padding: 0px 0px 30px 0px;
	}
.hentry > .entry-content a{
	font-family: 'Open Sans';
	}
.hentry > .entry-content a.insite{
	color: #3399cc;
	}
.hentry > .entry-content a.note{
	color: #669966;
	padding: 0px 15px 0px 0px;
	background: url(images/notes_icon.png) no-repeat right center;
	}
.hentry > .entry-content a.member_pr{
	color: #ae3e42;
	}
.fancybox-inner{
	/*height: auto !important;*/
	}
#post_notes{
	float: left;
	width: 575px;
	padding: 10px 15px 10px 10px;
	background-color: #EAF1EA;
	margin: 0px 0px 10px 60px;
	position: relative;
	}
#post_notes:before{
	content: "";
	position: absolute;
	z-index: 1;
	background: url(images/notes_icon.png) no-repeat;
	width: 12px;
	height: 12px;
	left: -30px;
	top: 15px;
	}
div#post_bibliography,
div#educational_material_schwork_pdfs{
	float: left;
	width: 575px;
	padding: 10px 15px 10px 10px;
	background-color: #EAECF1;
	margin: 0px 0px 20px 60px;
	position: relative;
	}
div#post_bibliography:before,
div#educational_material_schwork_pdfs:before{
	content: "";
	position: absolute;
	z-index: 1;
	background: url(images/bibliography_icon.png) no-repeat;
	width: 10px;
	height: 17px;
	left: -30px;
	top: 15px;
	}
#post_notes > .title,
#post_bibliography > .title,
#educational_material_schwork_pdfs > .title{
	float: none;
	display: block;
	color: #333;
	font-size: 12px;
	margin: 5px 0px 0px 5px;
	font-family: 'Open Sans';
	}
.notes_list{
	float: none;
	display: block;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	}
.notes_list div{
	font-size: 11px;
	color: #666;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	display: block !important;
	}
.notes_list div span,
.fancybox-inner > .nt span{
	font-family: 'Open Sans';
	margin: 0px 10px 0px 0px;
	}
.fancybox-inner > .nt{
	background-color: #EAF1EA;
	color: #666;
	line-height: 18px;
	font-size: 13px;
	padding: 20px 20px 20px 20px;
	}
ul.bibliography_list{
	float: none;
	display: block;
	list-style: none;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	}
ul.bibliography_list li{
	font-size: 12px;
	color: #666;
	line-height: 16px;
	padding: 5px 0px 5px 0px;
    word-break: break-word;
	}

#popular_widget{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 15px 0px;
	}
#popular_widget > .widget_top{
	float: left;
	width: 300px;
	height: 70px;
	background: #C6AD63;
	position: relative;
	}
#popular_widget > .widget_top > .title{
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 70px;
	margin: 0px 0px 0px 15px;
	}
.sidebar_posts_list{
	float: left;
	width: 298px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ded8d4;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	background: #FCFCFC;
	list-style: none;
	}
.sidebar_posts_list li{
	float: none;
	display: block;
	}
.sidebar_posts_list > .category_title{
	font-size: 10px;
	font-family: 'Open Sans';
	float: none;
	display: block;
	margin: 10px 0px -10px 15px;
	}
.sidebar_posts_list > li .post_title{
	font-size: 14px;
	font-family: 'Open Sans';
font-weight: 500;;
	float: none;
	color: #333333;
	display: block;
	margin: 10px 10px 5px 15px;
	}
.sidebar_posts_list > li .post_desc{
	font-size: 13px;
	font-family: Open Sans;
	float: none;
	color: #666666;
	display: block;
	margin: 0px 10px 5px 15px;
	}
.sidebar_posts_list > li .post_desc > #home_publishing_left_txt{
	display: inline-block;
	margin: 5px 0px 0px 0px;
	}
#right_sidebar{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
#right_sidebar > li{
	margin: 0px 0px 15px 0px;
	}
#right_sidebar > li > h2.widgettitle{
	display: block;
	float: none;
	padding: 15px 15px 15px 15px;
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 25px;
	color: #fff;
	background: #9898d9;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}
/*#right_sidebar li > .textwidget{
	display: block;
	float: none;
	background: #F8F8F8;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
	}*/
#right_sidebar li > .textwidget img,
#right_sidebar li > .textwidget a{
	display: block;
	margin: 0px;
	}
#right_sidebar li > .textwidget > p{
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	}
#rel_widget{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 15px 0px;
	}
#rel_widget > .widget_top{
	float: left;
	width: 300px;
	height: 70px;
	background: #DED8D4;
	position: relative;
	}
#rel_widget > .widget_top > .title{
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 20px;
	color: #fff;
	line-height: 85px;
	margin: 0px 0px 0px 15px;
	}
#rel_widget > .widget_top > .category_name{
	position: absolute;
	font-size: 10px;
	color: #fff;
	top: 20px;
	left: 15px;
	}
#gallery_filters_all{
	position: relative;
	z-index: 9;
	width: 100%;
	height: 50px;
	margin: 50px 0px 0px 0px;
	}
#gallery_menu{
	width: 100%;
	height: 50px;
	z-index: 9;
	background-color: #DED8D4;
	}
#select_pg_category{
	float: left;
	margin: 10px 20px 0px 20px;
	width: 240px;
	}
.css_pg_filter{
	float: left;
	margin: 10px 20px 0px 0px;
	width: 160px;
	}
#search_images{
	float: right;
	width: 180px;
	height: 28px;
	margin: 10px 20px 0px 0px;
	}
#search_img_str{
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	}
#search_img_str_btn{
	float: right;
	width: 28px;
	height: 28px;
	background: url(images/search_bg.png) no-repeat right;
	}
.category_title_bar{
	float: left;
	width: 680px;
	height: 70px;
	background: #AE3E42;
	position: relative;
	margin: 0px 0px 15px 0px;
	}
.category_title_bar > .title{
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 70px;
	margin: 0px 0px 0px 15px;
	text-transform: uppercase;
	}
/***************** form elements css  ********************/
input[type=text],
input[type=password]{
	border: 1px solid #F6F6F6;
	background: #F6F6F6;
	outline: none;
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans';
font-weight: 500;;
	padding: 0px 10px 0px 10px;
	outline: none;
	height: 32px;
	}
textarea{
	border: 1px solid #F6F6F6;
	background: #F6F6F6;
	outline: none;
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans';
font-weight: 500;;
	padding: 10px 10px 10px 10px;
	outline: none;
	}
select{
	border: 1px solid #F6F6F6;
	background: #F6F6F6;
	outline: none;
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans';
font-weight: 500;;
	padding: 0px 10px 0px 10px;
	outline: none;
	height: 28px;
	}
button{
	border: #7A766D;
	background: #7A766D;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus{
	border: 1px solid #cc6666;
	}
/************ category widget colors **********/
#rel_widget > .widget_top.cat_15{
	background: #9898d9;
	}
#rel_widget > .widget_top.cat_7476{
	background: #82ada0;
	}
#rel_widget > .widget_top.εκδόσεις-2{
	background: #82ada0;
	}
#rel_widget > .widget_top.έρευνα-εκπαίδευση{
	background: #edb665;
	}
.wrapper_inside.photogallery{
	width: calc(100% - 2px);
	min-height: 400px;
	background-color: #F8F8F8;
	border: 1px solid #ded8d4;
	margin: 15px 0px 0px 0px;
	}
#photos_search_text{
	float: left;
	width: 978px;
	height: 70px;
	background: #cc66cc;
	position: relative;
	margin: 10px 10px 0px 10px;
	display: none;
	}
#photos_search_text span{
	font-family: 'Open Sans Condensed';
font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 70px;
	margin: 0px 0px 0px 15px;
	text-transform: uppercase;
	}
#photos_items{
	float: left;
	width: 1002px;
	}
#photos_items > .hentry.photo{
	border: none;
	margin: 1px 1px 1px 1px;
	}
#load_more_items{
	float: left;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	color: #999;
	font-family: 'Open Sans Condensed';
font-weight: 300;
	display: none;
	}
#load_more_items img{
	margin: 0px 0px -4px 10px;
	}
.more_gallery_sep{
	float: left;
	width: 975px;
	border-bottom: 1px solid #DED8D4;
	margin: 10px 10px 0px 10px;
	}
.hentry.photo_post{
	border: none;
	background: none;
	width: calc(100% - 2px);
	}
.hentry.photo_post > .post_specs{
	width: 80%
	}
.hentry.photo_post > .post_specs > .cat_name{
	color: #cc66cc;
	}
#gallery_big_image{
	float: left;
	width: 980px;
	height: 553px;
	background: #EDEAE8;
	margin: 9px 9px 0px 9px;
	overflow: hidden;
	text-align: center;
	}
#gallery_big_image a{
	width: 980px;
	height: 553px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	}
#gallery_big_image a img{
	max-width: 980px;
	max-height: 553px;
	}
#image_description.gallery{
	float: left;
	width: 655px;
	margin: 10px 0px 0px 15px;
	}
#post_map.gallery{
	width: 288px;
	height: 199px;
	}
.entry-info.gallery{
	color: #cc66cc;
	}
.wrapper_inside.photogallery h1.entry-title,
.wrapper_inside.photogallery h2.entry-subtitle,
.wrapper_inside.photogallery .entry-content{
	margin-right: 50px;
	}
.wrapper_inside.agenta{
	width: calc(100% - 2px);
	min-height: 400px;
	background-color: #F8F8F8;
	border: 1px solid #ded8d4;
	margin: 66px 0px 0px 0px;
	}
.agenta_slider_all{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 70%;
	height: 395px;
	overflow: hidden;
	}
#agenta_slider{
	float: left;
	width: 100%;
	height: 395px;
	background: #EDEAE8;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
#agenta_slider .agenta_slider_image{
	float: left;
	width: 100%;
	height: 395px;
	overflow: hidden;
	}
#agenta_slider .agenta_slider_image a{
	width: 100%;
	height: 395px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}
#agenta_slider .agenta_slider_image a img{
	max-width: 100%;
	max-height: 395px;
	}
.agenta_slider_all > .slider_controls{
	float: left;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 101;
	}
.agenta_slider_all > .slider_controls > .prev_img{
	float: left;
	width: 41px;
	height: 41px;
	background: url(images/slider_arrows.png) no-repeat left center;
	cursor: pointer;
	margin: -220px 0px 0px 20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
.agenta_slider_all > .slider_controls > .next_img{
	float: right;
	width: 41px;
	height: 41px;
	background: url(images/slider_arrows.png) no-repeat right center;
	cursor: pointer;
	margin: -220px 20px 0px 0px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
.agenta_slider_all:hover .slider_controls > .prev_img,
.agenta_slider_all:hover .slider_controls > .next_img{
	opacity: 1;
	filter: alpha(opacity=100);
	}
.agenta_right{
	float: right;
	width: 290px;
	}
.agenta_extra{
	float: right;
	width: 280px;
	margin: 10px 0px 0px 0px;
	}
.agenta_extra .spec_set{
	display: block;
	float: none;
	margin: 5px 0px 0px 0px;
	}
.agenta_extra .spec_set > .up{
	display: block;
	float: none;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #cc6666;
	font-family: 'Open Sans';
font-weight: 500;;
	}
.agenta_extra .spec_set > .down{
	display: block;
	float: none;
	margin: 0px 30px 0px 0px;
	font-size: 12px;
	color: #333;
	font-family: Open Sans;
	}
.spec_set > .down > .read_more {
	float: left;
	font-size: 10px;
	color: #7A766D;
	font-family: 'Open Sans';
	width: 174px;
	height: 28px;
	background: url(images/go_to_site_btn.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	margin: 15px 0px 0px 0px;
	}
.agenta_clear{
	float: left;
	width: 70%;
	height: 10px;
	}
.hentry.inside{
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	height: auto;
	min-height: 1px;
	width: 70%;
	}
.wrapper_inside.agenta h1.entry-title,
.wrapper_inside.agenta h2.entry-subtitle,
.wrapper_inside.agenta .entry-content{
	margin-left: 20px;
	float: left;
	}
.entry-info.agenta{
	color: #999;
	clear: both;
	}
#more_agenta_items{
	float: left;
	width: 980px;
	margin: 9px 9px 9px 9px;
	}
#more_agenta_items > .hentry{
	margin: 9px 0px 9px 0px;
	width: calc(100% - 14px);
	}
#more_agenta_items > .hentry > .post_specs{
	width: 80%;
	}
#more_agenta_items > .hentry > .entry-title,
#more_agenta_items > .hentry > .entry-summary{
	width: 70%;
	}
.agenta_initem_sep{
	float: right;
	width: 745px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px solid #DED8D4;
	}
.agenta_extra.initem{
	float: left;
	width: 570px;
	min-height: 85px;
	max-height: 85px;
	overflow: hidden;
	margin: 0px 0px 0px 50px;
	}
.agenta_extra.initem > .spec_set{
	float: left;
	width: 300px;
	}
.agenta_extra.initem > .first{
	float: left;
	width: 175px;
	margin: 0px 5px 0px 0px;
	}
.agenta_extra.initem > .first > .spec_set{
	width: 175px;
	}
.agenta_extra.initem > .spec_set > .down{
	margin: 0px 0px 0px 0px;
	}
.agenta_extra.initem > .first .spec_set > .down,
.agenta_extra.initem > .spec_set > .down{
	font-size: 11px;
	}
.agenta_extra.initem > .first .spec_set > .up,
.agenta_extra.initem > .spec_set > .up{
	font-size: 13px;
	}
#more_agenta_items > .hentry > .post_map{
	width: 973px;
	}
#footer_all{
	float:left;
	width: 100%;
	height: 600px;
	z-index:0;
	background: url(images/footer_bg.png) repeat-x;
	}
#footer_real{
	width: calc(100% - 2px);
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
	}
#sitemap_title{
	float: left;
	width: 400px;
	font-size: 18px;
	color: #cccccc;
	}
#sitemap_content{
	float: left;
	width: calc(100% - 2px);
	height: 300px;
	margin-top: 50px;
	}
#footer_row1{
	float: left;
	width: 247px;
	height: 300px;
	}
#footer_row2{
	float: left;
	width: 247px;
	height: 300px;
	}
#footer_row3{
	float: left;
	width: 247px;
	height: 300px;
	}
#footer_row4{
	float: left;
	width: 247px;
	height: 300px;
	}

.footer_menu_list li{
	list-style: none;
	background: none;
	margin-left: -40px;
	}
.footer_menu_list a, .footer_menu_list a:active, .footer_menu_list a:visited{
	font-size: 12px;
	color: #cccccc;
	line-height: 35px;
	}
/************ old agenta css **************/
#agenda_box{
	float: left;
	width: 550px;
	height: 140px;
	background-color: #ece9e5;
	border: 1px solid #f7f6f4;
	}
#agenda_box:hover{
	float: left;
	width: 550px;
	height: 140px;
	background-color: #e3e0d9;
	border: 1px solid #f7f6f4;
	}
#agenda_box_inside{
	float: left;
	width: 115px;
	height: 130px;
	overflow: hidden;
	}
#agenda_box_inside:hover{
	float: left;
	width: 550px;
	height: 130px;
	overflow-x: hidden;
	overflow-y: scroll;
	}
#agenda_box_inside a{
	text-decoration: none;
	}
#agenda_box_date{
	float:left;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999999;
	font-style: italic;
	}
.date{
	font-style: normal;
	color: #666666;
	font-size: 13px;
	}
#agenda_box_post_title{
	float:left;
	width: 500px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #3333cc;
	font-size: 13px;
	}
.post_type{
	font-size: 11px;
	color: #666666;
	font-style: italic;
	}
.post_place{
	font-size: 11px;
	color: #333333;
	}
/******************************************/
.wrapper_inside.agenta.first{
	margin: 10px 0px 0px 0px;
	}
.wrapper_inside.agenta.first *{
	-webkit-transition: all 0ms;
	transition: all 0ms;
	}
.wrapper_inside.agenta.second{
	margin: 10px 0px 0px 0px;
	border: 1px solid #b2aba4;
	}
#agenda_page_top{
	float:left;
	width: 1000px;
	height: 70px;
	margin: 66px 0px 0px 0px;
	background: #9e8c77;
	position: relative;
	}
#agenda_page_top > .title{
	float: left;
	width: 110px;
	font-family: Open Sans Condensed;
font-weight: 300;
	font-size: 25px;
	color: #fff;
	line-height: 70px;
	margin: 0px 0px 0px 15px;
	}
ul#agenda_menu{
	float: left;
	width: 450px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
ul#agenda_menu li{
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 10px 0px;
	font-size: 12px;
	color: #cccccc;
	font-family: 'Open Sans';
	cursor: pointer;
	position: relative;
	}
ul#agenda_menu li:hover,
ul#agenda_menu li.active{
	color: #ffffff;
	}
/*ul#agenda_menu li.active:after{
	position: absolute;
	content: "";
	width: 31px;
	height: 19px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAATCAYAAABobNZCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozM0Q4MjhERDJEMUExMUU0OUU4Nzg4MkRBMjNGRURFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozM0Q4MjhERTJEMUExMUU0OUU4Nzg4MkRBMjNGRURFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMzRDgyOERCMkQxQTExRTQ5RTg3ODgyREEyM0ZFREU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMzRDgyOERDMkQxQTExRTQ5RTg3ODgyREEyM0ZFREU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+tg5jgAAAAJRJREFUeNrE07kNgDAMBdD41wixIyPQQU0HG8CMnL1pEeJIbCe4SRP7/VgKDV3NTlhl1bqxb6TtDhr4fCbDr6A0AJQwaQLAABYHgPbFmgAwgMUBYASLAtC2TF7/PMsL8l3nvs5stvYQOOQ+rOGQPsSAffsRC/aZg5jw1zzEht/mIgX8NB+p4DsHKeFrAGJm91cdAgwAA3EmndPlec0AAAAASUVORK5CYII=);
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	bottom: -18px;
	margin: 0px 0px 0px -15px;
	}*/


ul#agenda_menu li.active:after{
    position: absolute;
	content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #9e8c77;
    left: 50%;
	bottom: -18px;
	margin: 0px 0px 0px -15px;
}

ul#agenda_menu li.active.seminars:after,
ul#agenda_menu li.active.ag_id_55:after{
    border-bottom: 15px solid #919d3e;
	}
ul#agenda_menu li.active.exhibitions:after,
ul#agenda_menu li.active.ag_id_1283:after{
    border-bottom: 15px solid #cc6666;
	}
ul#agenda_menu li.active.events:after,
ul#agenda_menu li.active.ag_id_1284:after{
    border-bottom: 15px solid #6186a8;
	}
ul#agenda_menu li.active.conferences:after,
ul#agenda_menu li.active.ag_id_150:after{
    border-bottom: 15px solid #9d743e;
	}


#events_list > .type.ag_cat_1284:before,
.cal12 > a,
.cal1284 > a{
	color: #6186a8;
	}
#events_list > .type.ag_cat_1283:before,
.cal13 > a,
.cal1283 > a{
	color: #cc6666;
	}
#events_list > .type.ag_cat_55:before,
.cal10 > a,
.cal55 > a{
	color: #919d3e;
	}
#events_list > .type.ag_cat_150:before,
.cal11 > a,
.cal150 > a{
	color: #9d743e;
	}
form.agenta_forma{
	float: right;
	margin: 22px 20px 0px 0px;
	}
.css_home_caledar_month,
.css_home_caledar_year{
	float: left;
	}
.css_agenta_btn{
	float: left;
	width: 26px;
	height: 26px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	font-family: 'Open Sans';
font-weight: 500;;
	margin: 0px 0px 0px 2px;
	cursor: pointer;
	}
.agenda_items_select{
	float: left;
	margin: 20px 0px 0px 0px;
	}
.b_button{
	float: left;
	width: 350px;
	height: 70px;
	background: #E6E2DE;
	margin: 0px 0px 0px 0px;
	position: relative;
	color: #999999;
	cursor: pointer;
	}
.b_button.active{
	background: #9e8c77;
	color: #ffffff;
	}
.b_button.active:after{
	position: absolute;
	content: "";
	width: 31px;
	height: 19px;
	background: url(images/agenda_active_page.png) no-repeat;
	bottom: -11px;
	left: 26px;
	margin: 0px 0px 0px 0px;
	}
.b_button > .title{
	float: none;
	display: block;
	font-size: 16px;
	margin: 15px 0px 0px 15px;
	}
.b_button > .sub_title{
	float: none;
	display: block;
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	}
/************** old site compatibility ******************/
#all_in{
	width: 1000px;
	position: relative;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#title_txt {
	float: left;
	width: 400px;
	color: #ffffff;
	font-size: 20px;
	font-family: Open Sans;
	margin-top: 5px;
	margin-left: 10px;
	letter-spacing: 2px;
	}
#mashup_page_pager{
	float: left;
	width: calc(100% - 35px);
	height: 30px;
	margin-top: 20px;
	margin-left: 18px;
	border-top: 1px solid #aba59a;
	}
#pager_numbers{
	/* [disabled]width: 120px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	letter-spacing: 2px;
	}
#prev_page{
	float: left;
	width: 43px;
	height: 19px;
	margin: -18px 0px 0px 10px;
	background: url(images/pager_all_btns.png) no-repeat left top;
	cursor: pointer;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
#prev_page:hover{
	background: url(images/pager_all_btns.png) no-repeat left bottom;
	}
#next_page{
	float: right;
	width: 43px;
	height: 19px;
	margin: -18px 10px 0px 0px;
	background: url(images/pager_all_btns.png) no-repeat right top;
	cursor: pointer;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
#next_page:hover{
	background: url(images/pager_all_btns.png) no-repeat right bottom;
	}
#text_left{
	float: left;
	width: 20px;
	height: 15px;
	background: url(images/left_align_btn.png) center;
	cursor: pointer;
	margin-right: 5px;
	}
#text_just{
	float: left;
	width: 20px;
	height: 15px;
	background: url(images/justify_align_btn.png) center;
	cursor: pointer;
	}
ul.tabs {
	float: right;
	list-style: none;
	height: 35px;
	max-width: 500px;
	padding: 0px;
	margin: 0px;
	}
ul.tabs li {
	float: left;
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 0px 10px 0px 10px;
	}
ul.tabs li a {
	text-decoration: none;
	color: #f1efeb;
	font-size: 16px;
	display: block;
	text-align: left;
	margin-left: 10px;
	outline: none;
	}
#user_post_allin{
	float: left;
	width: 100%;
	min-height: 500px;
	height: auto;
	margin-top: 63px;
	background-color: #e8e5df;
	}
#user_post_title_all{
	float: left;
	width: 100%;
	height: 73px;
	background-color: #dad8d2;
	border-bottom: 1px solid #f3f1ee;
	}
#user_post_title{
	float: left;
	width: 400px;
	height: auto;
	font-size: 22px;
	color: #5a5752;
	margin-top: 40px;
	margin-left: 40px;
	}
#post_help_btn{
	float: right;
	width: 207px;
	height: 37px;
	background: url(images/post_help_btn.png) bottom no-repeat;
	margin: 36px 26px 0px 0px;
	}
#post_help_btn_txt{
	float: left;
	width: 207px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin: 15px 0px 0px 0px;
	cursor: pointer;
	}
#post_help_btn_txt:hover{
	color: #5a5651;
	}
#post_help_btn_txt.close_txt{
	margin-top: -14px;
	display: none;
	color: #5a5651;
	background-color: #e8e5df;
	}
#post_help_all{
	float: left;
	width: 940px;
	overflow: hidden;
	margin: 15px 30px 15px 30px;
	font-size: 12px;
	color: #5a5752;
	line-height: 27px;
	display:none;
	}
#help_title{
	float: left;
	width: 400px;
	height: auto;
	font-size: 22px;
	color: #5A5752;
	margin-left: 40px;
	margin-top: -34px;
	background-color: #DAD8D2;
	line-height: 30px;
	display: none;
	}
#user_post_center{
	float: left;
	width: calc(100% - 60px);
	height: auto;
	margin-left: 30px;
	margin-top: 40px;
	font-size: 14px;
	color: #333;
	}
.table_left{
	float: left;
	width: 100px;
	height: auto;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
	line-height: 35px;
	}
.table_post_title{
	width: 624px;
	height: 46px;
	}
#post_title_input{
	width: 580px;
	height: 30px;
	color: #333333;
	font-size: 18px;
	margin-left: 15px;
	border: none;
	background: none;
	}
.table_right{
	float: left;
	width: 160px;
	text-align: left;
	}
#table_btn{
	float: left;
	width: 200px;
	height: 36px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	border: none;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	z-index: 10;
	}
#sellect_file{
	float: left;
	width: 181px;
	margin-top: -30px;
	position: relative;
	z-index: 0;
	}
#user_post_selected_photo{
	float: left;
	width: 160px;
	height: 32px;
	background-color: #dddbd5;
	margin-top: -2px;
	margin-left: 10px;
	}
#user_post_selected_photo_txt{
	float: left;
	width: 120px;
	font-size: 12px;
	color: #999999;
	font-style: italic;
	margin-left: 20px;
	margin-top: 10px;
	}
.table_post_small_input{
	width: 624px;
	height: 36px;
	}
#table_sep{
	float: left;
	width: 604px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #dbd9d3;
	}
.table_left_top{
	width: 110px;
	height: auto;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
	vertical-align: top;
	}
.map_inside{
	float: left;
	width: 610px;
	margin-left: 111px;
	height: auto;
	}
.dont_show_cmaps{
	display: none;
	}
.mapp_metabox{
	min-height: 10px;
	}
#mapp_add_btn{
	float: right;
	}
#mapp_saddr{
	float: left;
	}
.map_location{
	float: left;
	width: 70px;
	color: #666666;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	}
#location_auto{
	float: left;
	width: 600px;
	height: 20px;
	margin: 5px 10px 5px 10px;
	}
#mapp_saddr_corrected{
	font-size: 12px;
	color: #999999;
	font-style: italic;
	}
.mapp-address-error{
	background-color: transparent !important;
	}
#map_id{
	float: left;
	width: 172px;
	min-height: 20px;
	font-size: 12px;
	color: #333333;
	}
#mapp_mapid{
	font-size: 12px;
	color: #666666;
	}
#mapp_title{
	float: right;
	}
#maps_size{
	float: left;
	width: 172px;
	margin-bottom: 10px;
	display: none;
	}
#maps_size a{
	font-size: 12px;
	color: #999999;
	font-style: italic;
	}
#mapp_width, #mapp_height{
	float: left;
	width: 60px;
	}
#sep_w_h{
	float: left;
	width: 20px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	color: #333333;
	text-align: center;
	}
#map_btns{
	float: left;
	width: 172px;
	}
.mapp-maplist-title{
	font-size: 14px;
	color: #333333;
	}
h3.hndle{
	float: left;
	width: 930px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px -105px;
	}
#mapp_metabox{
	float: left;
	width: 630px;
	}
.handlediv{
	float: left;
	display: none;
	}
.inside{
	float: left;
	}
#personal_settings_row{
	float: left;
	width: 900px;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	margin-left: 40px;
	}
.bold_number{
	font-weight: bold;
	color: #333333;
	font-style: normal;
	}
#order_box{
	float: left;
	width: 301px;
	min-height: 224px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	}
#order_box *,
#all_avlb_menu_links * {
	-webkit-transition: all 0ms;
	transition: all 0ms;
	}
#order_box .top{
	float: left;
	width: 301px;
	height: 4px;
	margin: -4px 0px 0px 0px;
	background: url(images/reg_seira_bg_top.png) no-repeat;
	}
#order_box .center{
	float: left;
	width: 301px;
	min-height: 217px;
	margin: 0px 0px 0px 0px;
	background: url(images/reg_seira_bg_rep.png) repeat;
	}
#order_box .bottom{
	float: left;
	width: 301px;
	height: 4px;
	margin: 0px 0px 0px 0px;
	background: url(images/reg_seira_bg_bottom.png) no-repeat;
	}
.order_tab{
	float: left;
	width: 283px;
	height: 30px;
	margin-bottom: 0px;
	background: url(images/reg_seira_tab.png) no-repeat;
	font-size: 16px;
	color: #666666;
	padding-left: 5px;
	line-height: 30px;
	cursor: move;
	}
#all_avlb_menu_links{
	float: right;
	width: 590px;
	min-height: 200px;
	margin: 16px 40px 10px 0px;
	}
#all_avlb_menu_links .top{
	float: left;
	width: 590px;
	height: 4px;
	margin: 0px 0px 0px 0px;
	background: url(images/reg_seira_bg_top_big.png) no-repeat;
	}
#all_avlb_menu_links .center{
	float: right;
	width: 590px;
	min-height: 217px;
	margin: 0px 0px 0px 0px;
	background: #cdcbc6;
	}
#all_avlb_menu_links .bottom{
	float: left;
	width: 590px;
	height: 4px;
	margin: 0px 0px 0px 0px;
	background: url(images/reg_seira_bg_bottom_big.png) no-repeat;
	}
li.avlb_order_tab{
	float: left;
	width: 283px;
	height: 30px;
	margin-bottom: 0px;
	background: url(images/reg_seira_tab.png) no-repeat;
	font-size: 16px;
	color: #666666;
	padding-left: 5px;
	line-height: 30px;
	cursor: move;
	}
#selected_providers {
	float: left;
	list-style-type: none;
	padding: 0;
	width: 283px;
	min-height: 200px;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 8px;
	}
#available_providers {
	float: left;
	padding: 5px;
	width: 143px;
	list-style-type: none;
	margin: -2px 3px 3px 3px;
	float: left;
	width: 576px;
	min-height: 200px;
	}
.provider_box{
	height: 40px;
	width: 230px;
	border: 1px solid #D1DFEC;
	background-color: #FFF;
	float: left;
	}
.ui-state-highlight {
	position: relative;
	float: left;
	width: 283px;
	height: 30px;
	background: #ededed !important;
	border: none !important;
	margin: 0px 5px 0px 0px;
	}
#profile_save_bar{
	float: left;
	width: 100%;
	margin: 5px 0px 5px 40px;
	}
#personal_settings_select{
	float: left;
	width: 120px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 30px;
	}
#edit_thumbnail{
	position: absolute;
	width: 210px;
	height: 150px;
	margin-top: -50px;
	text-align: center;
	}
#editor{
	float: left;
	width: 592px;
	min-height: 500px;
	}
#comments_clear_line{
	float:left;
	width:940px;
	height: 1px;
	background-color: #dfddda;
	margin-top: 15px;
	margin-left: 10px;
	}
#comments_clear_line_depth_1{
	float:left;
	width:938px;
	height: 1px;
	background-color: #dfddda;
	margin-top: 15px;
	margin-left: 10px;
	}
#comments_clear_line_depth_2{
	float:left;
	width:868px;
	height: 1px;
	background-color: #dfddda;
	margin-top: 15px;
	margin-left: 10px;
	}
#comments_clear_line_depth_3{
	float:left;
	width:798px;
	height: 1px;
	background-color: #dfddda;
	margin-top: 15px;
	margin-left: 10px;
	}
#error_message{
	float: left;
	width: 200px;
	font-size: 11px;
	color: #AE3E42;
	margin: 0px 0px 15px -15px;
	position: relative;
	z-index: 1;
	display: none; /* by Aiva*/
	}
#error_message_text{
	float: left;
	width: 160px;
	margin: 10px 20px 0px 20px;
	text-align: left;
	}
#error_message_text > a{
	font-size: 11px;
	color: #AE3E42;
	margin: 0px 0px 0px 0px;
	}
#error_close{
	float: left;
	width: 160px;
	margin: 10px 20px 0px 20px;
	cursor: pointer;
	}
#error_close:hover{
	text-decoration: underline;
	}
.rules{
	float: left;
	margin: -18px 0px 0px 20px;
	font-size: 10px;
	color: #666;
	}
#blog_post_single_content .rules{
	margin: 0px 0px 10px 0px;
	}
#single_post_txt .rules{
	margin: 0px 0px -21px 0px;
	}
#left_side_all .rules{
	margin: 0px 0px 0px 15px;
	}
#search_no_results{
	float: left;
	height: 290px;
	width: 770px;
	font-size: 14px;
	color: #333333;
	padding: 10px 10px 0px 10px;
	clear: both;
	background: url(images/search_icon.png) no-repeat right;
	}
#search_for{
	float: left;
	width: 600px;
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
	}
.search_word{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#no_results_text{
	float: left;
	clear: both;
	font-style: italic;
	margin-left: 5px;
	}
.all_count_number{
	font-size: 16px;
	padding-right: 15px;
	}
.note_the_google{
	font-size: 12px;
	}
#home_banner{
	width: 728px;
	margin-bottom: -5px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	}
.single_edit_button {
	width: 29px;
	height: 16px;
	position: absolute;
	margin: 10px 14px 0px 0px;
	z-index: 100;
	}
#uploaded_files {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	}
#uploaded_files li {
	float: left;
	width:100px;
	height:100px;
	overflow:hidden;
	}
#social_links_all{
	float: left;
	clear: both;
	margin-top: 10px;
	}
.search_issue_post_all{
	width: calc(100% - 20px);
	min-height: 200px;
	height: auto;
	float: left;
	background-color: #f0eeeb;
	margin-left: 10px;
	margin-top: 35px;
	margin-bottom: 0px;
	}
#search_issue_post_top_bar{
	float: left;
	width: 100%;
	height: 100px;
	margin-left: -2px;
	}
#search_issue_post_top_bar_image{
	float: left;
	width: 127px;
	height: auto;
	margin-left: 20px;
	position: relative;
	}
#search_issue_post_top_bar_image img{
	float: left;
	width: 127px;
	border: 1px solid #f1f1ee;
		-moz-box-shadow: 0px 0px 3px #f0eeeb;
		-webkit-box-shadow: 0px 0px 3px #f0eeeb;
		box-shadow: 0px 0px 3px #f0eeeb;
	}
#search_issue_post_top_bar_image_desc{
	float: left;
	margin-top: 7px;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	font-style: italic;
	}
#search_issue_post_top_bar_title{
	float: left;
	width: 620px;
	margin-top: 28px;
	margin-left: 17px;
	color: white;
	font-size: 16px;
	line-height: 20px;
	}
#search_issue_post_top_bar_subtitle{
	float: left;
	margin-top: 1px;
	font-size: 12px;
	color: #CCC;
	margin-left: 17px;
	font-style: italic;
	}
#search_issue_post_top_bar_download{
	float: right;
	width: 72px;
	height: 41px;
	margin-top: -8px;
	margin-right: 0px;
	cursor: pointer;
	}
#search_issue_post_text{
	float: right;
	width: calc(100% - 180px);
	margin-right: 20px;
	margin-left: 10px;
	font-size: 12px;
	color: #333;
	line-height: 21px;
	margin-bottom: 10px;
	}
#search_issue_post_text p {
	margin: 0;
	}
#search_issue_post_sosial{
	float: left;
	width: 151px;
	height: 100px;
	margin-top: -70px;
	margin-bottom: 10px;
	margin-left: -7px;
	background: url(images/issue_spsial.png) no-repeat;
	}
#user_post_footer{
	float: left;
	width: 100%;
	height: 52px;
	margin-top: 1px;
	background-color: #dad8d2;
	position: relative;
	margin-bottom: -52px;
	}
.defaultSkin .mceIframeContainer {
	background: #fff;
	}
#popUpMail{
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 618px;
	height: 528px;
	margin: -264px 0px 0px -309px;
	display: none;
	}
#mail_all{
	float: left;
	width: 618px;
	height: 528px;
	background: url(images/mail_form_bg.png) center no-repeat;
	}
#mail_form_logo{
	float: left;
	width: 267px;
	height: 47px;
	background: url(images/mail_form_logo.png) no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 100;
	position: relative;
	}
#mail_form_title{
	float: right;
	width: 276px;
	height: 37px;
	margin-top: 12px;
	margin-right: 5px;
	background: url(images/mail_title.png) no-repeat center;
	}
#mail_form_title_txt{
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 37px;
	margin-left: 20px;
	}
#mail_close{
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
	}
#mail_stoixeia_right{
	float: right;
	width: 171px;
	height: 370px;
	margin-right: 15px;
	}
#mail_form_specs_all{
	float: left;
	width: 580px;
	height: 79px;
	margin-left: 20px;
	margin-top: -10px;
	background: url(images/mail_title_bg.png) no-repeat center;
	}
#mail_form_specs_categ{
	float: left;
	width: 500px;
	height: auto;
	margin-left: 15px;
	font-size: 14px;
	color: #e7e4db;
	font-style: italic;
	margin-top: 10px;
	}
#mail_form_specs_post_title{
	float: left;
	width: 550px;
	height: 35px;
	font-size: 14px;
	color: #ffffff;
	margin-left: 15px;
	margin-top: 5px;
	overflow: hidden;
	}
#mail_stoixeia_left{
	float: left;
	width: 470px;
	height: 325px;
	margin-left: 15px;
	}
#mail_stoixeia_left_mail{
	float: left;
	width: 400px;
	margin-left: 20px;
	font-size: 14px;
	color: #e7e4db;
	margin-top: 5px;
	}
#mail_send_button{
	float: right;
	width: 171px;
	height: 46px;
	margin: -98px 19px 0px 0px;
	background: url(images/mail_send_bg.png) no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	}
#mail_send_button_txt{
	float: left;
	font-size: 14px;
	color: #000000;
	margin: 13px 0px 0px 15px;
	}
#subject_mail{
	width: 558px;
	margin: 0px 0px 0px 5px;
	}
#mail_comments_textarea{
	width: 371px;
	height: 110px;
	margin: 0px 0px 0px 10px;
	}
#photo_size_txt{
	float: none;
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	width: 105px;
	}
input.my_email,
input.frient_email{
	float: left;
	width: 371px;
	margin: 0px 10px 0px 10px;
	}
input.my_email.error,
input.frient_email.error{
	background: #AE3E42;
	color: #fff;
	}
#mail_stoixeia_left_captcha{
	float: left;
	width: 180px;
	height: auto;
	font-size: 14px;
	color: #e7e4db;
	margin: 10px 0px 0px 20px;
	}
#mail_stoixeia_left_captcha_input{
	float: left;
	width: 180px;
	height: auto;
	font-size: 14px;
	color: #e7e4db;
	margin: 10px 0px 0px 40px;
	}
#captcha_img{
	float: left;
	width: 198px;
	height: 76px;
	margin: 0px 10px 0px 10px;
	position: relative;
	z-index: 1;
	}
#captcha_img > input{
	width: 176px;
	height: 74px;
	text-align: center;
	font-size: 24px;
	text-align: center;
	font-family: Open Sans;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	color: #AE3E42;
	}
#captcha_img:after{
	position: absolute;
	z-index: 10;
	width: 198px;
	height: 76px;
	background: url(images/captcha_patern.png) no-repeat center;
	content: "";
	left: 0px;
	top: 0px;
	}
#captcha_input{
	float: left;
	width: 145px;
	height: 36px;
	border: none;
	margin-left: 20px;
	text-align: center;
	font-size: 12px;
	}
#captcha_input.error{
	background: #AE3E42;
	color: #fff;
	}
#refresh_captcha{
	float: left;
	width: auto;
	height: 29px;
	font-size: 11px;
	color: #e7e4db;
	font-style: italic;
	padding-left: 35px;
	line-height: 29px;
	margin-left: 15px;
	margin-top: 10px;
	background: url(images/refresh_btn.png) no-repeat left;
	cursor: pointer;
	}
#must_fields{
	float: right;
	font-size: 11px;
	text-align: right;
	color: #e7e4db;
	margin-top: 15px;
	margin-right: 20px;
	}

#mail_all > .ok_text{
	float: left;
	width: 400px;
	padding: 100px 109px 100px 109px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	}
/****************** omada syntaktwn publishig*******************/
.hentry > .post_specs > #home_publishing_left_txt{
	float: right;
	margin: 7px 10px 0px 0px;
	}
#home_pub_syntaktes_btn{
	float: left;
	height: 20px;
	background: url(images/omada_sintaktwn_bg.png) no-repeat right center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	z-index: 221;
	}
#home_pub_syntaktes_btn span.text{
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#home_pub_syntaktes_list_all{
	float: left;
	width: auto;
	display: none;
	background: #E4E0DE;
	position: absolute;
	z-index: 220;
	margin: 20px 0px 0px -10px;
	}
#home_pub_syntaktes_list_all ul.omada_syntaktwn{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 200px;
	height: auto;
	list-style: none;
	}
#home_pub_syntaktes_list_all ul.omada_syntaktwn li{
	display: block;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #fff;
	text-align: left;
	}
#home_pub_syntaktes_list_all ul.omada_syntaktwn li span.omada_name{
	font-size: 11px;
	color: #666666;
	padding: 0px 0px 0px 3px;
	}
/*************Notes & fav PopUP *************************/
.all_notes{
	float: left;
	width: 374px;
	height: 296px;
	background: url(images/all_bg.png) no-repeat;
	}
#notes_post_title a, #notes_post_title{
	float: left;
	width: 300px;
	font-size: 10px;
	color: #999999;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-decoration: none;
	}
.notes_div {
	position: absolute;
	width: 374px;
	height: 296px;
	z-index: 2;
	text-align: left;
	margin: 0px 0px 0px 0px;
	}
input.css_post_title{
	width: 592px;
	height: 40px;
	font-size: 16px;
	font-family: Open Sans Light;
	}
input.css_post_subtitle{
	width: 592px;
	}
textarea.css_post_excerpt,
textarea.css_photo_text,
textarea.css_photo_caption{
	min-width: 590px;
	max-width: 590px;
	min-height: 150px;
	max-height: 150px;
	}
.add_lang_string{
	font-size: 12px;
	color: #666666;
	}
.css_checkboxes{
	float: left;
	}
.blog_image_set{
	float: left;
	width: 605px;
	height: auto;
	margin: 10px 0px 0px 0px;
	position: relative;
	}
.image_btns{
	float: right;
	width: 165px;
	margin: 0px -175px 0px 0px;
	}
.blog_image_set .image{
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	}
.blog_image_set .image.photo_galery{
	float: left;
	width: 450px;
	height: 300px;
	overflow: hidden;
	}
.blog_image_set .image.photo_galery{
	max-width: 450px;
	max-height: 300px;
	}
.image_lezanta_set{
	float: right;
	width: 405px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
.image_lezanta_set label{
	float: left;
	font-size: 11px;
	color: #666666;
	width: 115px;
	margin: 0px 0px 0px 15px;
	}
#featured_image{
	position: absolute;
	z-index: 100;
	margin: 15px 0px 0px -235px;
	}
.image_lezanta_set > textarea{
	float: right;
	min-width: 370px;
	min-height: 60px;
	margin: 10px 1px 0px 0px;
	}
.photo_delete,
.blog_delete_image {
	position: absolute;
	right: -2px;
	top: -3px;
	width: 120px;
	height: 32px;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: url(images/gen_btn_bg.png) no-repeat top;
	cursor: pointer;
	border: none;
	}
.photo_delete.photo_galery {
	top: -29px;
	}
.photo_delete:hover{
	background: url(images/gen_btn_bg.png) no-repeat bottom;
	}
.blog_image_set .container {
	float: left;
	width: 608px;
	height: 144px;
	margin: 0px 0px 40px 0px;
	border: 3px dashed #cccccc;
	text-align: center;
	background: #f8f7f5 url(images/cloud.png) no-repeat center;
		-moz-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	}
.blog_image_set .container:hover {
	background: #eeeeee url(images/cloud.png) no-repeat center;
	}
/*
.btn{
	right: 0px;
	top: 150px;
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: url(images/gen_btn_bg.png) no-repeat top;
	cursor: pointer;
	border: none;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
.btn:hover{
	background: url(images/gen_btn_bg.png) no-repeat bottom;
	}
*/
#progress{
	margin: 85px 5px 0px 5px;
	}
.upload_error{
	text-align: center;
	font-size: 12px;
	display: block;
	color: #ca4a49;
	}
.css_pers_set_select{
	width: 130px;
	margin: 0px 0px 0px 0px;
	}
.settings_chek_set{
	float: left;
	margin: 0px 0px 5px 0px;
	color: #666666;
	font-size: 12px;
	width: 600px;
	line-height: 20px;
	}
.settings_chek_set > input{
	float: left;
	margin: 0px 10px 0px 0px;
	}
input[type=checkbox]{
	width: 15px;
	height: 19px;
	margin: 0px 0px 0px 0px;
		appearance: none;
		-webkit-appearance: none;
	background: url(images/checkbox.png) no-repeat top center;
	padding: 0px;
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
input[type=checkbox]:checked {
	background: url(images/checkbox.png) no-repeat bottom;
	}
#radio{
	float: left;
	}
#radio_txt{
	float: left;
	margin-left: 10px;
	color: #333333;
	font-size: 14px;
	margin-top: 0px;
	}
.radio_txt_info{
	color: #666666;
	}
#oroi_radios{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#gallery_folder_all{
	float: left;
	font-size: 12px;
	color: #666666;
	margin-top: 80px;
	margin-left: 0px;
	width: 205px;
	}
select.css_my_collections_select{
	width: 205px;
	margin: 5px 0px 10px 0px;
	}
input.css_add_collection{
	width: 183px;
	margin: 5px 0px 10px 0px;
	}
button.css_add_collection{
	width: 120px;
	height: 32px;
	background-color: #FC3;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: url(images/gen_btn_bg.png) no-repeat top;
	cursor: pointer;
	border: none;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
button.css_add_collection:hover{
	background: url(images/gen_btn_bg.png) no-repeat bottom;
	}
table.cfm > thead > tr > td,
table.cfm > tbody > tr > td{
	background-color: transparent !important;
	border-bottom: #DFDFDF solid 0px !important;
	border-right: #DFDFDF solid 0px !important;
	position: relative !important;
	padding: 10px !important;
	}
.cfm textarea{
	min-width: 200px !important;
	max-width: 200px !important;
	min-height: 100px !important;
	max-height: 100px !important;
	}
#cfm_add_row{
	width: 120px !important;
	height: 32px;
	background-color: #FC3;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: url(images/gen_btn_bg.png) no-repeat top;
	cursor: pointer;
		-webkit-transition: all 0ms;
		transition: all 0ms;
	}
#cfm_add_row:hover{
	background: url(images/gen_btn_bg.png) no-repeat bottom;
	}
.file_to_hide{
	float: left;
	opacity: 0;
	height: 30px;
	filter: alpha(opacity=0);
	margin-bottom: -30px;
	position: relative;
	z-index:10;
	cursor: pointer !important;
	}
#sellect_file_rep{
	float: left;
	width: 120px;
	position: relative;
	z-index:0;
	width: 120px;
	height: 32px;
	background-color: #FC3;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: url(images/gen_btn_bg.png) no-repeat top;
	cursor: pointer;
	border: none;
	}
.photo_size_txt{
	float: none;
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	width: 105px;
	}
#table_sep_text {
	float: left;
	height: 15px;
	color: #999999;
	font-size: 12px;
	font-style: italic;
	padding-left: 15px;
	margin-top: 5px;
	}
div.required{
	color: #cc6666 !important;
	text-decoration: underline !important;

	}
select.required,
textarea.required,
input.required{
	border: 1px solid #cc6666;
	}
.admin_btns{
	float: right;
	height: 32px;
	}
.admin_btns > .edit_photo{
	float: right;
	height: 11px;
	line-height: 11px;
	margin: 12px 10px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 9px;
	color: #666666;
	background: url(images/prof_res_page_edit_btn.png) no-repeat 0px 0px;
		-webkit-transition: all 0ms !important;
		transition: all 0ms !important;
	}
.admin_btns > .edit_photo:hover{
	color: #333333;
	background: url(images/prof_res_page_edit_btn.png) no-repeat 0px -11px;
	}
.admin_btns > .delete_photo{
	float: right;
	height: 8px;
	line-height: 8px;
	margin: 14px 10px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 9px;
	color: #666666;
	background: url(images/user_comments_del_btn.png) no-repeat 0px 0px;
		-webkit-transition: all 0ms !important;
		transition: all 0ms !important;
	}
.admin_btns > .delete_photo:hover{
	color: #333333;
	background: url(images/user_comments_del_btn.png) no-repeat 0px -8px;
	}
#mashup_page_posts_see_all{
	float: right;
	width: 72px;
	height: 28px;
	margin-top: 3px;
	margin-right: 3px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	line-height: 28px;
	background: url(images/mashup_page_see_all_bg.png) no-repeat;
	cursor: pointer;
	}
#mashup_page_posts_see_all_bg{
	float: right;
	width: 200px;
	height: 28px;
	margin-top: 3px;
	margin-right: 3px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	line-height: 28px;
	background: url(images/mashup_page_see_all_bg_big.png) no-repeat;
	cursor: pointer;
	}

@media screen and (max-width: 1024px){
  .site_logo{
	  width: 70px;
	  overflow: hidden;
	}
}

#player{
	float: left;
	height: 30px;
	display: none;
	margin: 15px 0px 0px 0px;
	}
.text_tools .member_name {
float: right;
margin: 0px 15px 0px 0px;
font-size: 11px;
color: #666;
}




/************************* arxaiologikoi xwroi *****************************/
.green_top_header{
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background-color: #87a16c;
	}
.green_top_header > .entry-info{
	float: left;
	width: 35px;
	color: #ffffff !important;
	text-align: center;
	margin: 10px 0px 10px 10px;
	}
.green_top_header > .title_pos{
	float: left;
	width: calc(100% - 60px);
	margin: 25px 0px 25px 15px;
	}
.title_pos h1.entry-title{
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: 300;
	font-family: Open Sans;
	}
.title_pos .location{
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: 600;
	font-family: Open Sans;
	}
.green_top_header > h2.entry-subtitle{
	float: right;
	width: calc(100% - 60px);
	margin: 10px 15px 20px 0px;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	color: #ffffff;
	text-align: right;
	}
.arch_graph{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.arch_graph > img{
	float: left;
	width: 100%;
	}
#arxaiologikos_tabs{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	}
#arxaiologikos_tabs > li{
	float: left;
	width: 339px;
	margin: 0px 0px 0px 0px;
	height: 72px;
	background-color: #E6E2DE;
	position: relative;
	}
#arxaiologikos_tabs > li a{
	text-decoration: none;
	width: 339px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	}
#arxaiologikos_tabs > li a .title,
#arxaiologikos_tabs > li a .sub{
	display: block;
	color: #999999;
	margin: 0px 20px 0px 20px;
	}
#arxaiologikos_tabs > li a .title{
	font-size: 16px;
	}
#arxaiologikos_tabs > li a .sub{
	font-size: 12px;
	}
#arxaiologikos_tabs > li.active{
	background-color: #87A16C;
	}
#arxaiologikos_tabs > li.active a .title,
#arxaiologikos_tabs > li.active a .sub{
	color: #ffffff;
	}
#arxaiologikos_tabs > li.active:after{
	width: 31px;
	height: 18px;
	position: absolute;
	background: url(images/arxaiologikos_mark.png) no-repeat center;
	content: "";
	z-index: 10;
	left: 15px;
	bottom: -10px;
	}
.arxaiologikos_content{
	float: left;
	width: calc(100% - 23px);
	border: 1px solid #aeb6a3;
	margin: 9px 0px 0px 0px;
	background-color: #F5F5F5;
	}
.arxaiologikos_content > .arch_content{
	float: left;
	width: 100%;
	margin: 10px 10px 10px 10px;
	}
.repeat_content_item{
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	}
.repeat_content_item > .left_side{
	float: left;
	width: 205px;
	margin: 0px 0px 0px 0px;
	}
.repeat_content_item > .left_side .image{
	float: left;
	width: 205px;
	position: relative;
	}
.repeat_content_item > .left_side .image > img{
	width: 205px;
	}
.repeat_content_item > .left_side .place_count{
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	background-color: #87A16C;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	right: -15px;
	top: 15px;
	}
.repeat_content_item > .left_side .cords{
	float: left;
	font-size: 11px;
	color: #3F90FD;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}
.repeat_content_item > .left_side .optikoakoystiko{
	float: left;
	font-size: 10px;
	color: #666666;
	font-family: Open Sans;
	width: 195px;
	height: 28px;
	background: url(images/see_all_photos.png) no-repeat right;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	margin: 15px 0px 0px 0px;
	}
.repeat_content_item > .right_side{
	float: left;
	width: calc(100% - 265px);
	margin: 20px 0px 0px 20px;
	}
.repeat_content_item > .right_side > .title{
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	}
.arch_content > h2{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin: 40px 0px 10px 15px;
}
.repeat_content_item > .right_side > .sub{
	font-size: 14px;
	color: #C33;
	margin: 0px 0px 0px 0px;
	}
.repeat_content_item > .right_side > .text{
	font-size: 13px;
	line-height: 16px;
	}
.download_guid{
	float: left;
	width: 300px;
	height: 28px;
	background: url(images/download_the_pdf_bg.png) no-repeat right center;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	}
#post_map.arxaiologikos_map{
	float: left;
	width: 300px;
	height: 210px;
	margin: 0px 0px 0px 0px;
	}
.arxaiologikos_info{
	float: left;
	width: 100%;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
    margin: 0px 0px 0px 0px;
	background-color: #fcfcfc;
	}
.arxaiologikos_info > .info_set{
	float: left;
	width: 260px;
	margin: 20px 20px 0px 20px;
	}
.arxaiologikos_info > .info_set > .title{
	float: left;
	width: 260px;
	font-size: 11px;
	color: #805021;
	font-weight: 600;
	}
.arxaiologikos_info > .info_set > .content{
	float: left;
	width: 260px;
	font-size: 11px;
	color: #666666;
	font-weight: 300;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	}
.arxaiologikos_info > .arxaiologikos_gallery{
	float: left;
	width: calc(100% - 20px);
	margin: 10px 0px 9px 10px;
	}
.arxaiologikos_gallery .arch_gallery_img{
	float: left;
	width: calc(33% - 2px);
	margin: 1px 1px 1px 1px;
	overflow: hidden;
	}
.arxaiologikos_gallery .arch_gallery_img img{
	width: 100%;
	}
.arxaiologikos_gallery .more_pics{
	float: left;
	width: 92px;
	height: 92px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #7A766D;
	color: #ffffff;
	}
.arxaiologikos_gallery .more_pics > .count{
	float: left;
	text-align: center;
	width: 92px;
	font-size: 25px;
	line-height: 25px;
	padding: 30px 0px 0px 0px;
	}
.arxaiologikos_gallery .more_pics > .pico{
	float: left;
	text-align: center;
	width: 92px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	}
.popular_arxaiologikoi{
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	}
.popular_arxaiologikoi > .pop_arxaiol_title{
	float: left;
	width: 100%;
	height: 72px;
	background-color: #87A16C;
	}
.pop_arxaiol_title > .small{
	float: left;
	width: 260px;
	margin: 18px 0px 0px 20px;
	font-size: 10px;
	color: #ffffff;
	font-weight: 600;
	}
.pop_arxaiol_title > .big{
	float: left;
	width: 260px;
	margin: 0px 0px 0px 20px;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Open Sans Condensed';
    font-weight: 300;
	}
.pop_xwroi_list{
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	background-color: #FCFCFC;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
	}
.pop_xwroi_list > .arxaiologikos_item{
	float: left;
	width: calc(100% - 20px);
	margin: 10px 10px 0px 10px;
	}
.arxaiologikos_item > .thumb{
	float: left;
	width: 92px;
	height: 92px;
	overflow: hidden;
	}
.arxaiologikos_item > .thumb img{
	width: 92px;
	}
.arxaiologikos_item > .right{
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	}
.arxaiologikos_item > .right{
	float: left;
	width: 160px;
	margin: 10px 0px 0px 15px;
	}
.arxaiologikos_item > .right > .category{
	float: left;
	width: 160px;
	color: #6a7c57;
	font-size: 10px;
	font-family: 'Open Sans';
	}
.arxaiologikos_item > .right > .post_title{
	float: left;
	width: 160px;
	color: #333333;
	font-size: 14px;
	font-family: Open Sans;
	}
#arxaiologikoi_filtra{
	float: left;
	width: 228px;
	margin: 0px 0px 0px 0px;
	}
#arxaiologikoi_filtra select{
	width: 228px;
	margin: 0px 0px 10px 0px;
	}
#arxaiologikoi_filtra .search_arc_sites{
	float:  left;
	font-size: 10px;
    color: #7A766D;
    font-family: 'Open Sans';
    width: 180px;
    height: 28px;
    background: url(images/search_bg.png) no-repeat right;
    line-height: 28px;
    padding: 0px 0px 0px 15px;
	margin: 0px 24px 10px 24px;
	border: none;
	cursor: pointer;
	text-align: left;
	outline:  none;
	}
#arxaiologikoi_mashup{
	float: left;
	width: calc(100% - 2px);
	height: 400px;
	margin: 10px 0px 0px 0px;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
	}
#arxaiologikoi_left_filters{
	float: left;
	width: 228px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #ded8d4;
	border-right: 1px solid #ded8d4;
	border-bottom: 1px solid #ded8d4;
	background-color: #EFECEA;
	}
#arxaiologikoi_filtra > #seach_filters{
	width: 178px;
	}
#arxaiologikoi_filtra > .search_left_filters{
	float: right;
	width: 28px;
	height: 28px;
	background: url(images/search_bg.png) no-repeat right center;
	border: none;
	}
ul.sub_filters{
	float: left;
	padding: 0px;
	margin: 15px 15px 15px 15px;
	list-style: none;
	max-height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
	}
ul.sub_filters li{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #333333;
	}
.right_arxaiologikoi_items{
	float: right;
	width: calc(100% - 250px);
	min-height: 300px;
	margin: 20px 0px 0px 0px;
	}
.right_arxaiologikoi_items > .hentry.arxaiologikoi{
	width: 100%;
	}
.hentry.arxaiologikoi .cat_name {
	color: #6a7c57;
	}
.hentry.arxaiologikoi .entry-info,
.category_title.arxaiologikoi {
	color: #b3b3b3;
	}
.hentry.arxaiologikoi > .entry-title{
	width: 475px;
	}
.hentry.arxaiologikoi > .entry-summary{
	width: 475px;
	height: 62px;
	}
.hentry.arxaiologikoi > .entry-title > .sub{
	color: #cc3333;
	}
.hentry.arxaiologikoi > .entry-info{
	height: 80px;
	}
.hentry.arxaiologikoi > .extra_info{
	float: left;
	width: 370px;
	margin: 10px 0px 0px 15px;
	}
.hentry.arxaiologikoi > .extra_info .info_set{
	float: left;
	width: 370px;
	margin: 0px 0px 10px 0px;
	}
.hentry.arxaiologikoi > .extra_info .info_set .title{
	float: left;
	width: 370px;
	font-size: 11px;
	color: #6a7c57;
	font-family: 'Open Sans';
	}
.hentry.arxaiologikoi > .extra_info .info_set .content{
	float: left;
	width: 370px;
	font-size: 11px;
	color: #666666;
	font-family: Open Sans;
	}
.arch_content#history p{
	-webkit-margin-start: 1em;
	-webkit-margin-end: 1em;
	}
#rel_widget.arxaiologikoi{
	margin: 10px 0px 0px 0px;
	}
#rel_widget > .widget_top.arxaiologikoi{
	background: #87a16c;
	}
.hentry.arxaiologikoi > .post_map{
	width: 748px;
	}

ul.language_sw{
	display: inline-block;
    list-style: none;
    padding: 0px 0px;
    margin: 0px 25px;
}
ul.language_sw li{
	float: left;
	margin: 0px 3px;
	padding: 0px 2px;
	font-size: 12px;
	color: #666;
}
ul.language_sw li a{
	text-decoration: none;
}
ul.language_sw li a:hover{
	border-bottom: 1px solid #666;
}
ul.language_sw li.active{
	border-bottom: 1px solid #AE3E42;
	color: #AE3E42;
	font-family: 'Open Sans';
}
ul.social_links{
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	display: inline-block;
	}
ul.social_links li{
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 44px;
	height: 44px;
	}
ul.social_links li:last-child{
	margin: 0px 0px 0px 0px;
}
ul.social_links li a{
	display: inline-block;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-size: auto;
	}
ul.social_links li a.facebook_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: 0px 0px;
	}
ul.social_links li a.twitter_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: -51px 0px;
	}
ul.social_links li a.youtube_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: -102px 0px;
	}
ul.social_links li a.instagram_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: -153px 0px;
	}
ul.social_links li a.pinterest_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: -205px 0px;
	}
ul.social_links li a.googleplus_link{
	background-image: url('https://www.archaiologia.gr/wp-content/uploads/2018/12/social_icons.png');
	background-position: -256px 0px;
	}
ul.social_links li a:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	}
