/*
Theme Name: G. Papandreou Theme
Theme URI: http://www.papandreou.gr/
Description: G. Papandreou Theme
Author: G. Papandreou
Version: 1
*/

@import url('g-lib/bootstrap/css/bootstrap.min.css');
@import url('g-lib/bootstrap/css/bootstrap-responsive.min.css');

/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle; border: 1px solid #cacaca; }
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #636363;
	font-size: 85% ;
	line-height: 1.7;
}

a{
	color:#b50102;
}

a:hover{
	color:#b50102;
}

.graymatter{
	border-top:1px solid #cfcfcf;
   background: none repeat scroll 0 0 #F5F5F5;
   padding: 20px;	
}

/*---------------------- HEADER -------------------------*/

.header{
	margin-top: 20px;
}

.logo-top span{
	padding-top:12px;
	/*border-top: 10px solid #b50102;*/
	border-top: none;
	color: #111111;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
}

.logo-top span a{
	color:#636363;
	color: #111111;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
}

.logo-top span a:hover{
	color:#b50102;
	text-decoration: none;
}

.logo-area .span8{ margin-left:0px; }

.description-top{
	color: #999999;
	font-family: Arial;
	font-size: 12px;
}

#lang_sel {
    float: right;
   font-family: 'Open Sans', sans-serif;
	margin-right:20px;
}

#lang_sel li,
#lang_sel ul ul {
    width: auto;
}

#lang_sel a, #lang_sel a:visited{
	border: #ffffff;
}

#lang_sel ul, #lang_sel li {
    /*margin: -2px 0 0 !important;*/
}

#searchform input{
	font-family: 'Open Sans', sans-serif;
	border:none;
	border-bottom:1px solid #636363;
	font-size:80%;
	width:80px;
	text-align: right;
	background: none;
	outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0 !important;
  	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin:0;
	padding:0px 0px 0px 20px;
	height: 18px;
	background: url('g-images/search.png') no-repeat center left;
}

/*---------------------- NAV -------------------------*/

.navbar-papandreou {
	margin: 0px 0px 5px 0px;
}

.navbar-papandreou ul li{
	padding:0px 25px !important;
	display: inline-block !important;
   float: none !important;
}

.navbar-papandreou ul li a{
	color:#b50102 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding:18px 0px !important;
	font-size:90%;
}

.navbar-papandreou a:hover,
.navbar-papandreou li.current-menu-item a{
	background: none !important;
	border-top:3px solid #b50102;
	outline:0px !important;
    -webkit-appearance:none !important;
    box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding:15px 0px 18px 0px !important;
}

.navbar-papandreou li:hover,
.navbar-papandreou li.hovered {
	background: #b50102 !important;
}

.navbar-papandreou li:hover a,
.navbar-papandreou li.hovered a{
	color: #ffffff !important;
}

.navbar-papandreou .navbar-nav {
    width: 100%;
}

.navbar-papandreou .navbar-inner{
	background:#ffffff;
	background-image: none;
	border: none;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	text-align: center;
	outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0 !important;
  	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-top:20px;
}

@media (min-width: 1200px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px !important;
	}
}

/*---------------------- MAIN -------------------------*/
.content{
	font-family: 'Tinos', 'Open Sans', sans-serif;
	margin-bottom:30px;
}

.content p{
	padding: 0 0 15px;
}

.content img.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.content img.alignleft{
	margin: 10px 10px 10px 0px;
	float:left;
}

.top_title{
	font-size:90%;
	margin:5px 0 30px 0px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
}

.main_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

.single_post_meta{

}

.single_post_meta span{
	color: #b50102;
}

.cat_meta{

}

.cat_meta a{
	color: #b50102;
}

/*--------- MEGAMENU -----------------*/

.mega-container{
	position: relative;
	margin-top: -6px;
	min-height: 0px !important;
}

.mega-menu-item{
	position: absolute;
	background: #b50102;
	color:#ffffff;
	width:100%;
	height: 440px;
 	display: none;
}

.mega-menu-item a{
	color:#ffffff;
	text-decoration:none;
}

.mega-menu-inner{
	padding:40px 40px 0px 40px;
	float:left;
}

.mega-menu-inner p.short_bio,
.mega-menu-inner p.menu_excerpt{
	 font-family: 'Tinos','Open Sans',sans-serif; 
	 min-height:140px
}

.mega-menu-inner p.menu_excerpt{
	min-height: 240px;
}

.mega-menu-inner h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    min-height: 100px;
}

.mega-menu-inner p.bio_map{
	margin-top:70px;
}

.mega_more{
	float: left;
}

.mega_more a{
	text-decoration: none;
	float:left;
	width:100%;
	margin:15px 0px;
	font-weight: bold;
	height: 20px;
	 font-size: 13px;
}

.typelist{
   border-left: 1px dashed;
	padding: 0 0 40px 20px;	
}

.menu_typelist {
	font-family: 'Tinos','Open Sans',sans-serif; 
    list-style: none outside none;
    margin: 0;
}

.menu_typelist li {
    border-bottom: 1px solid;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.menu_head {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

/*--------- HOME -----------------*/

.slidercontainer{
	position:relative;
	 margin: 30px 0 30px 0px;
	     overflow: hidden;
}

#slider{
	background: none repeat scroll 0 0 #B50102;
    float: left;
    height: 400px;
    width: 100%;
}

.slideimage{
	position: relative;
	width:100%;
	height: 400px;
	float: right !important;
}

#slider img{
	width:100%;
	float:left;
	height: 100%;
}

.slidecontent{
	text-align: center;
	padding: 40px;
	color:#ffffff;
}

.slidecontent .top_title{
	 margin: 0 0 15px;
}

.slidecontent .seperator {
    border-top: 1px solid;
    float: left;
    margin: 10px 20%;
    width: 60%;
	height: 10px;
}

.slidecontent p{
 float: left;
    font-family: 'Open Sans',sans-serif;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
}

.slidecontent  h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.slidecontent  h1 a{
   color:#ffffff;
   text-decoration: none;
}

.more{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
}

.more a{
	background: #ffffff;
	font-size: 13px;
    font-weight: bold;
    padding: 10px 15px;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.pageman-nav {
    bottom: 0;
    height: 6px;
    list-style: none outside none;
    margin: 20px 0;
    position: absolute;
    text-align: center;
    width: 50%;
     z-index: 100;
}

#pageman  li {
	width:6px;
	height: 6px; 
    display: inline-block;
    margin: 0 4px;
    background: url('g-images/bullets.png') center right no-repeat;
}

#pageman  li.activeSlide{
	 background: url('g-images/bullets.png') center left no-repeat;
}

#pageman  li a{
	width:6px;
	height: 6px; 
}

.hvarious,
.hnewsletter,
.hagora,
.hfacts,
.hpostbg,
.hgraffiti{
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
    margin-bottom:30px;
    padding:0;
}

.hagora{
	border-top:1px solid  #dddddd;
	border-bottom:1px solid  #dddddd;
}

.hpostbg img,
.hagora img,
.hgraffiti img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100;
}

a.bglink {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
   background:none;
   padding:0 !important;
   margin:0 !important;
}

.hvarious .graymatter,
.hfacts .graymatter{
	padding:0 !important;
	float:left;
}

.hnewsletter .detailz,
.hagora .detailz,
.hfacts .detailz,
.hpostbg .detailz,
.hgraffiti .detailz{
	float: left;
	min-width:200px;
	padding:20px 40px;
}

.hagora .detailz{
	background: url('g-images/agora-icon.png') top left no-repeat;
 	margin-left: 20px;
    max-width: 350px;
    padding: 15px 20px 15px 60px
}

.hnewsletter .detailz{
	background: url('g-images/newsletter-icon.png') top left no-repeat;
 	margin-left: 20px;
    padding: 15px 0px 15px 60px
}

.hfacts .detailz{
	background: url('g-images/facts-icon.png') top left no-repeat;
 	margin-left: 20px;
    padding: 15px 0px 15px 40px
}

.hpostbg .detailz{
  color: #FFFFFF;
    min-height: 200px;
    padding: 100px 50px;
    text-align: center;
    width: 50%;
}

.hnewsletter h2,
.hagora h2,
.hpostbg h2,
.hgraffiti h2 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}

.hnewsletter h2{
	font-size: 20px;
}

.hpostbg .top_title{
	position:absolute;
	top:10px;
	left:10px;
}

.hpostbg h2{
	font-size:34px;
}

.hnewsletter a,
.hagora a,
.hgraffiti a{
	color: #B50102;
    float: left;
    margin: 8px 0;
    font-size:13px;
    font-weight: bold;
}

.hnewsletter a{
	 margin:16px 0px 0px 0px;
}

.hnewsletter .detailz p,
.hagora .detailz p{
	font-family: 'Tinos', 'Open Sans', sans-serif;
}

.hnewsletter .detailz p{
	font-size: 90%;
}

.hpostbg .detailz p{
float: left;
    margin: 20px 0;
    padding: 0 10%;
    width: 80%;
}

.hpostbg .detailz .peri{
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.hpostbg .detailz .more{
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.hpostbg .detailz .peri span{
    border-top: 1px dotted;
}

.hpostbg .detailz .more a {
    background: none repeat scroll 0 0 #B50102;
    color: #FFFFFF;
    padding: 8px 20px;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
}

.hnewsletter .detailz input{
	 background: #ececec;
    border: 1px solid #dadada;
    min-width: 180px;
    padding: 8px 10px;
    text-align: left;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
     margin:10px 20px 0px 0px;
     width:200px;
     float:left;	
}

.factboard{
	margin:20px 0px 0px 0px;
	text-align: center;
	font-family: 'Tinos', 'Open Sans', sans-serif;
	 border-top: 1px solid #dadada;
	  border-bottom: 1px solid #dadada;
	padding-bottom:20px;
}

.factboard a{
		font-family: 'Open Sans', sans-serif;
}

.factboard h2{
	font-size:20px;
	line-height:20px;
}

.factboard p{
	margin: 20px 0px !important;
}

.factboard img {
    margin: -28px 0 0;
}

.vimage {
    min-height: 300px !important;
    position: relative;
}

.vimage span{
 background: url("g-images/photo-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 42px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 100;
}

.vimage img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vquote .top_title{
	 background: url("g-images/quote-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 12px;
    margin: 0 0 10px;
    padding: 26px 0 0 40px;
}

.vpost{
	
}

.vpost .top_title{
	padding:15px 0px 10px 15px;
	 margin: 0;
}

.vpost h1,
.vquote h1,
.hfacts h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
}

.vpost .top_title{
	margin-bottom:15px;
}

.vpost h1{
	padding:0px 0px 0px 15px;
}

.vpost p{
	font-family: 'Tinos', 'Open Sans', sans-serif;
	margin: 0 0 15px 15px;
}

.vquote span {
    color: #636363;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.vpost a,
.vquote a,
.hfacts a{
	 font-size: 13px;
    font-weight: bold;
}

.vpost a{
	margin: 0px 0px 0px 15px;
}

.hfacts p{
	font-family: 'Tinos', 'Open Sans', sans-serif;
	margin: 0 0 15px 0px
}

.hfacts .detailz img{

}

/*--------- CATEGORY -----------------*/

.latest-news h1 a{
	color:#636363;
}

.latest-news h1{
   line-height: 30px;
}

.latest-news h1 a:hover{
	text-decoration: none;
	color:#b50102;
}

.architem {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.latest-popular {
    border-left: 1px solid #DDDDDD;
    padding-left: 30px;
}

.wp-pagenavi {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    text-align: center;
}

/*----------- AGORA ----------------*/
.agora_arch_top {
    background: url("g-images/agora-bg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    min-height: 300px !important
}

.agora_arch_top .agora_icon {
    background: url("g-images/agora-top.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    height: 33px;
    margin: -5px 0 0;
    width: 100%;
}

.agora_arch_top .agora_arch_title {
    float: left;
    font-size: 32px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.agora_arch_top .agora_arch_content{
	 float: left;
    text-align: center;
    width: 100%;
}

.agora_arch_top .agora_arch_content p{
	width: 60%;
	margin: 0px 0px 0px 20%;
}

.agora_arch_list_item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 8px;
    padding-bottom: 20px;
}

.agora_arch_list_item .main_title a{
	color:#636363;
}

.agora_arch_list_item .main_title a:hover{
	color:#b50102;
	text-decoration: none;
}

.agora_arch_more_container{
	background: #e8e8e8;
	float: left;
}

.agora_arch_more_container:hover{
	color:#b50102;
	background: #b50102;
}

.agora_arch_img {
    border-top: 8px solid;
    float: left;
    height: 170px;
    width: 320px;
}

.agora_arch_more {
  	background: url("g-images/agora-more.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 178px;
    width: 130px;
}

.intro-agora{
	margin-bottom:0px !important;
}

.agora-signle-icon{
	background: url("g-images/agora-icon.png") no-repeat top center;
	width: 34px;
	height: 42px;
	float:left;
	margin:0px 0px -40px -42px;
}

#map-canvas {
    height: 250px;
    width: 100%;
}

.map-area .top_title{
	 line-height: 10px;
    margin: -15px 0 5px;
}

#related-thema {
    height: 10px;
    margin-top: 20px;
}

#related-thema h3, 
#related-thema li a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

#related-thema li a:hover{
	text-decoration: none;
}

#related-thema li{
	margin-bottom:10px;
}

#related-thema ul{
	background: #ffffff;
	list-style: none;
}

.linkz{
	margin-bottom:25px;
}

.linkz .linkz_icon{
	background: url("g-images/links-icon.png") no-repeat top center;
	width: 34px;
	height: 42px;
	float:left;
	 margin: -20px 10px 0 0;
}

.linkz .top_title{
	float:left;
	margin:5px 20px 0px 0px;
}

.linkz ul{
	font-family: 'Tinos','Open Sans',sans-serif;
	float:left;
	list-style: none; 
}

.linkz ul li{
	float:left;
	display: inline;
	margin:0px 30px 0px 0px;
}

.linkz ul li a{
	color:#636363;
}

.linkz ul li a:hover{
	color:#b50102;
}

/*----------- GRAFFITI ----------------*/
.mosaicflow__column {
	float:left;
	}

.mosaicflow__item {
	position:relative;
	padding: 1px;
	}
	.mosaicflow__item img {
		display:block;
		width:100%;
		max-width:500px;
		height:auto;
		}
	.mosaicflow__item p {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		margin:0;
		padding:8px 0px;
		text-align: center;
		background:hsla(0,0%,0%,.5);
		color:#fff;
		font-size:14px;
		text-shadow:1px 1px 1px hsla(0,0%,0%,.75);
		opacity:0;
		-webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		   -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		     -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		}
	.mosaicflow__item:hover p {
		opacity:1;
		}

/*--------- TIMELINE -----------------*/

.datebirth,
.datenow{
	width:100%;
	margin: 15px 0px;
	text-align: center;
	font-size: 18px;
	font-family:'Open Sans', sans-serif;
	font-weight: bold;
}

.datebirth span{
	font-weight:normal;
	font-size: 14px;
}

.datebirth{
	margin-top:-20px;
}

.timeline {
  margin: 0px auto;
  max-width: 700px;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
  background:url('g-images/bio.png') repeat-y center; 
  background-position: 50% 0;
}

.timeline .event {
  position: relative;
  float: right;
  clear: right;
  margin: 10px 2.5% 0;
  width: 40%;
  padding: 0 1.4em;
  list-style-type: none;
  display: block;
  z-index: 15;
  border-bottom: 1px solid #DDDDDD;
}

@media all and (max-width: 600px) {
	.timeline { background: none; }
  .timeline .event {
    width: 85%;
  }
}

.timeline .event img {
  margin-top: 10px;
  max-width: 100%;
}

.timeline .event:nth-child(2n) {
  float: left;
  clear: left;
}

@media all and (min-width: 600px) {
  .timeline .event:nth-child(2n) {
    margin-top: 20px;
  }
}

@media all and (min-width: 650px) {
  .timeline .event:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 1.5em;
  }
}

.bioman{
	border-right:1px solid #dadada;
}

.bioman p{
	margin-right:20px;
}

.bioman ul,
.bioman ol{
	padding-left:30px;
	margin-right:20px;
	margin-bottom:20px;
}

.timeline .event:nth-child(2n):after {
  left: auto;
}

.bio_years{
	color:#b50102;
}

.bio_title{
	font-size: 18px;
	font-family:'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.timeline .event p{
	
}

/*--------- LINKS -----------------*/
.linkman{
	border-right:1px solid #dadada;
	min-height: 320px !important;
}

.linkman ul{
	list-style:none;
	margin: 0;
	padding:0;
}

.linkman li {
    margin: 5px 0;
}

.linkman ul li a{
	color:#666666;
}

.linkman ul li a:hover{
	text-decoration: none;
	color:#b50102;
}

/*--------- RELATED -----------------*/
.crp_title {
    color: #666666;
    float: left;
    font-family: open sans;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 78px;
    width: 100%;
}

.crp_title:hover {
	text-decoration:none;
	color:#b50102;
}

.crp_excerpt {
    float: left;
    margin-bottom: 20px;
    min-height: 100px;
    width: 100%;
}

.readalso a.read_more:hover{
	text-decoration:none;
	color:#666666;
}

/*--------------------- SEARCH --------------------*/
.searchpage input{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dadada;
    min-width: 180px;
    padding: 8px 10px;
    text-align: left;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
     margin-bottom:20px;
     width:220px;
}

.searchpage select {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #dadada;
    height: 36px;
    line-height: 40px;
    padding: 8px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
     width:240px;
}

.searchpage  button {
    border: 1px solid #dadada;
    padding: 8px;
    background: url('g-images/larr.png') no-repeat center center #ececec;
    min-height: 36px;
    padding: 8px;
    min-width: 36px;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.searchpage label {
    margin: 10px 0 8px 20px;
}

.searchpage  .bigsubmit{
	 background:  #ececec;
	float: left;
   margin:20px 0px 0px 30%;
    padding: 8px 15px;
    min-height: 36px;
    min-width: 36px;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-family: 'Tinos', 'Open Sans', sans-serif;
}

/*-------------------- COMMENTS ------------------*/

.commentlist{
	list-style: none;
	float: left;
	width:100%;	
	font-family: 'Tinos', 'Open Sans', sans-serif;
}

.commentlist li{
	float: left;
	width:100%;
	margin: 15px 0px;
}

.commentlist li .meta {
    margin-bottom: 8px;
}

.commentlist li .approval {
   margin:10px 0px;
   color:#b50102;
}

.comments{
	margin-bottom:30px;
}

.comments .top_title{
	margin-bottom:15px;
}

.comments .commentz_icon{
	background: url("g-images/conversation-icon.png") no-repeat top center;
	width: 34px;
	height: 42px;
	float:left;
	 margin: -20px 10px 0 0;
}

.commentarea {
	font-family: 'Tinos', 'Open Sans', sans-serif;
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #D8D8D8;
    margin: 0 5% 5%;
    padding: 2%;
    width: 86%;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.loggedinbox{
	text-align: center;
	float: left;
	width:100%;
	font-family: 'Tinos', 'Open Sans', sans-serif;
}

.loggedinbox p{
	margin: 5px 0px;
}

.loggedinbox #submit {	
	font-family: 'Open Sans', sans-serif;
    background: none repeat scroll 0 0 #B50102;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 35px;
    margin:10px 0px;
}

.lgoutlink{
	font-family: 'Open Sans', sans-serif;
	font-size:80%;
}

#wp-social-login-connect-with { display:none;}
#wp-social-login-connect-options img {
    max-width: 120px;
}

.comm-seperator {
    background: url("g-images/or.png") no-repeat center center;
}

.registerbox{
	margin-top:-30px;
}

.registerbox .fieldon {
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #D8D8D8;
    border-radius: 6px 6px 6px 6px;
    font-family: 'Tinos','Open Sans',sans-serif;
    margin: 0 5% 5%;
    padding: 2%;
    width: 86%;
}

.registerbox p{
	margin:0px !important;
}

.registerbox .status {
    color: #B50102;
}

form#register{
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 200px;
    padding: 40px 25px 25px 25px;
    width: 350px;
    z-index: 99999;
    left: 50%;
    margin-left: -200px;
}

form#register .close {
    background: url("g-images/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
}

form#register .fieldon {
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #D8D8D8;
    border-radius: 6px 6px 6px 6px;
    font-family: 'Tinos','Open Sans',sans-serif;
    margin: 0 5% 5%;
    padding: 2%;
    width: 86%;
}

form#register p.status{
    display: none;
}

form#register #submit {	
	font-family: 'Open Sans', sans-serif;
    background: none repeat scroll 0 0 #B50102;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 35px;
    margin:10px 0 10px 30%;
}

#register h1 {
    margin: -20px 0 20px;
    text-align: center;
}

#register  p {
    margin: 0 5%;
    font-family: 'Tinos','Open Sans', sans-serif;
}

#register .status {
    color: #B50102;
}

.register_overlay {
    background-color: #6D6C6C;
    height: 100%;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/*-------------------- SOCIAL ICONS------------------*/
.share_them{
	list-style: none;
	float:left;
	padding:0;
	margin:20px 0px 0px 0px;
}

.share_them li{
	float:left;
	margin: 0px 15px 0px 0px;
	padding:0px;
	display: inline-block;
}

/* --------- CONTACT FORM----------------------*/
.wpcf7-form h3{
	font-weight: bold;
	width:100%;
	text-align: center;
}

.wpcf7-form p{
	width:100%;
	text-align: center;
	margin-bottom:20px;
}

.wpcf7-form textarea, 
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="submit"]{
	background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #DADADA;
    color: #282727;
    padding: 8px 10px;
    width: 90%;
    margin:0px 0px 20px 0px;
}

.wpcf7-form input[type="submit"]{
	background: none repeat scroll 0 0 #b50102;
    border: 1px solid #b50102;
    color: #ffffff;
	text-align:center;
}

/*----------------- FOOTER ------------------------*/

footer{
	border-top:1px solid #dddddd;
	margin-bottom: 15px;
}

.span12.terms {
    font-size: 80%;
    margin: 15px 0 0 0 !important;
}

footer .facebook-link,
footer .twitter-link,
footer .youtube-link,
footer .pasok-link,
footer .si-link{
	color: #000000;
	/* float: left; */
	font-size: 90%;
	font-weight: bold;
	min-height: 25px;
	line-height: 25px;
	padding: 0 0 0 33px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

footer .kinima-link{
	background: url('g-images/kinima.jpg') no-repeat left center;
	height:30px;
	width:110px;
	margin-bottom: 8px;
	display: block;
}	

footer .facebook-link{
	background: url('g-images/facebook-grey.png') no-repeat left center;
}


footer .twitter-link{
	background: url('g-images/twitter-icon.png') no-repeat left center;
}

footer .youtube-link{
	background: url('g-images/youtube.png') no-repeat left top;
}

footer .pasok-link{
	background: url('g-images/pasok.png') no-repeat left top;
}

footer .si-link{
	background: url('g-images/si.png') no-repeat left top;
	padding: 5px 0 0 33px;
}

footer .facebook-link:hover,
footer .youtube-link:hover,
footer .twitter-link:hover,
footer .pasok-link:hover,
footer .si-link:hover,
footer .kinima-link:hover{
	text-decoration: none;
	color:#b50102;
}

.footer-menu{
	margin: 26px 0px 10px 0;
}

.footer-menu li {
    float: left;
    font-size: 90%;
    font-weight: bold;
    margin: 8px 20px 0px 0px;
    text-transform: uppercase;
}

.footer-menu li a { color: #666666;}
.footer-menu li a:hover { color:#b50102; background:none; }
.footer-menu li.current-menu-item a{ color:#b50102; background:none; }

/*---- FANCYBOX--------*/

.home #fancybox-overlay {
    background: none repeat scroll 0 0 #333333;
}

.home #fancybox-content .hentry{
	border: none !important;
	background:url("g-images/newsletter-icon.png") no-repeat top center #ffffff;
	padding:40px;
}

/* Single line IE fix */
 * html .main {height: 0.01%; min-height: 0.01%;}


h1, h2, h3, h4, h5, h6{
	font-weight: 500 !important;
}

#lang_sel a.lang_sel_sel{
	padding-right: 15px;
	padding-left: 0;
}

#searchform input{
	cursor: pointer;
	width: 0;
	padding-left: 12px;
	margin-right: 10px;
	border: none;
	height: 24px;
	display: block;
	overflow: hidden;
}

#searchform input.search-focused{
	cursor: text;
	border-bottom: 1px solid #dddddd;
}

#lang_sel ul ul a{
	padding-left: 0;
	padding-right: 0;
}

#lang_sel ul ul a:hover{
	color: #B50102;
	background: none;
}

#lang_sel li{
	float: none;
}

#lang_sel ul ul{
	width: 100%;
	top: 24px;
}

.agora_arch_top .agora_arch_content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.59);
    color: #333333;
    float: left;
	min-height: 185px;
padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

@media(max-width:767px) {
	.footer-menu li{
		display: block;
		float: none;
		text-align: center;
	}
	.logo-top,
	.description-top{
		text-align: center;
	}

	footer .facebook-link, footer .youtube-link, footer .pasok-link, footer .si-link{
		display: inline-block;
		width: 0;
		overflow: hidden;
		height: 30px !important;
		min-height: 0 !important;
		float: none;
		background-position: left center;
		padding-top: 0;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		vertical-align: top;
	}
	footer .terms{
		display: block;
		text-align: center;
	}
	#footer-social{
		border-bottom: 1px solid #dddddd;
		padding-top: 10px;
		padding-bottom: 20px;
		text-align: center;
	}
	#footer-main-content{
		padding: 30px 0;
	}
	footer .terms{
		border-top: 1px solid #dddddd;
		padding-top: 30px;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	footer .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-template-page_contact-php h1,
	.page-template-page_contact-php p{
		text-align: center;
	}
	#lang-container{

	}
	.logo-top span{
		display: block;
		text-align: center;
	}
}

@media(max-width:979px) {
	.navbar-papandreou ul{
		background-color: #B50102;
	}
	.navbar-papandreou ul li{
		display: block !important;
		border-bottom: 1px solid #970a00;
	}
	.navbar-papandreou ul li a{
		color: #FFF !important;
		font-weight: normal !important;
	}
	.navbar-papandreou .navbar-inner{
		padding: 0;
	}
	.navbar-papandreou .navbar-inner ul{
		margin: 0;
	}
	.navbar .btn-navbar{
		background: none;
		border: medium none;    
		border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px !important;
	  	-moz-border-radius: 3px !important;
	    	box-shadow: none;
		display: block;
		padding: 0px 10px !important;
		border: 0 !important;
		font-size: 12px;
		width: 70px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		color: #222;
		 box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled]{
		 box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: none !important;
		padding: 0px 10px !important;
		border: 0 !important;
		color: #B80B00;
	}
	.navbar .btn-navbar .icon-bar{
		background-color: #B80B00;
		height: 3px;
		 box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 3px !important;
	  	-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	.whatever-cont{
		padding: 7px 10px 9px 0;
	}
	.menu-text-cont{
		padding-top: 6px;
	}
	#logo-container,
	#lang-container{
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
}
@media(min-width:768px) and (max-width:979px) {
}

@media(max-width:979px) {
	#slider img{
		height: auto;
		width: auto;
	}
	.slidecontent h1 a{
		font-size: 16px;
	}
	.slidecontent h1{
		line-height: 18px;
		margin-bottom: 10px;
	}
	.slidecontent p{
		font-size: 12px;
		line-height: 18px;
	}
	.slidecontent .seperator{
		margin: 0px 20%;
		height: 9px;
	}
	#slider{
		height: 307px;
	}
	.slidecontent{
		padding: 20px;
	}
	.slidecontent .more a{
		font-size: 12px;
		margin-top: 20px;
	}
	.hvarious .vimage img{
		height: auto;
	}
}

@media(max-width:768px) {
	
	#related-thema{
		height: auto;
		display: none;
	}

	.hnewsletter .detailz input{
		min-width: 0;
		width: 80%;
	}
	.hnewsletter.graymatter{
		margin-top: 30px;
	}
	.hagora img{
		opacity: 0.2;
	}
	.hagora .detailz{
		color: #444 !important;
	}
	.hfacts .graymatter,
	.hfacts .detailz{
		float: none;
	}
	.hfacts .graymatter{
		margin-bottom: 28px;
	}
	.hfacts .detailz img{
		display: none;
	}

	.hvarious .vquote{
		clear: both;
		margin-top: 30px;
		padding-bottom: 30px;
		float: none;
		width: 100%;
	}
	.vpost h1, .vquote h1, .hfacts h1{
		font-size: 18px;
		line-height: normal;
	}

	.slideimage{
		float: right !important;
		width: 30% !important;
		height: auto;
		margin: 0 !important;
	}
	.slidecontent{
		float: right !important;
		width: 70% !important;
		text-align: left;
	}
	.slideimage{

	}
	.slidecontent p{

	}
	.slidecontent .seperator,
	.slidecontent .more{
		display: none !important;
	}

	#slider{
		height: auto;
	}
	#pageman{
		display: none;
	}
	#slider .row-fluid{
		border-bottom: 10px solid #FFF;
	}

	#slider .row-fluid .span6{
		width: 100%;
	}

	.hnewsletter h2, .hagora h2, .hpostbg h2, .hgraffiti h2{
		font-size: 18px;
		line-height: normal !important;
	}
	.hpostbg .detailz{
		min-height: 0;
		padding: 30px;
		width: auto;
	}
	.hpostbg .detailz p{
		margin: 10px 0;
		font-size: 12px;
		line-height: normal;
	}
	.hpostbg .detailz .peri{
		margin-bottom: 10px;
	}
	.hpostbg .detailz .more{
		margin-top: 0;
	}
	.hpostbg .detailz a.bglink{
		overflow: hidden;
	}
	.hpostbg .detailz a img{
		height: auto;
	}
	.hvarious .vpost{
		width: 60%;
		float: left;
	}
	.hvarious .vimage{
		width: 30%;
		float: right;
	}
	.hvarious .vimage img{
		height: auto;
	}
}
@media(min-width:480px) and (max-width:979px) {

}

@media(max-width:480px) {
	.hpostbg .detailz p{
		font-size: 11px;
		margin: 5px 0;
	}
	.hpostbg .detailz .more{
		display: none;
	}
	.hpostbg .detailz{
		background-color: #B50102;
	}
	.hpostbg .detailz a.bglink img{
		display: none;
	}
}