@font-face
{
	font-family: OpenSans-Regular;
	src: url('fonts/OpenSans-Regular.ttf');
}

@font-face
{
	font-family: sans;
	src: url('fonts/sans.ttf');
}

@font-face
{
	font-family: sansbold;
	src: url('fonts/sansbold.ttf');
}

@font-face
{
	font-family: sansbold-webfont;
	src: url('fonts/sansbold-webfont.ttf');
}

@font-face
{
	font-family: sans-webfont;
	src: url('fonts/sans-webfont.ttf');
}

.notGetSlected {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	outline: none;
	font-family: OpenSans-Regular;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	/*font-family: sansbold;
	font-weight:normal;*/
}

a, img {
    border:none;
    outline:none
}


a {
	text-decoration: none;
	color: inherit;
}

#logo {
	height: 80px; 
	width: auto;
	margin: 21px;
}

#search {
	outline: none; 
	border: none;
	padding: 0 47px 0 10px; 
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #454545;
	height: 48px; 
	width: 113px;
	background:url(build/search.jpg);
	background-repeat:no-repeat; 
}	

#search2 {
	outline: none; 
	border: 1px solid #dddddd ; 
	font-family: OpenSans-Regular;
	font-size: 14px;
	height: 34px; 
	width: 226px;
	margin: 0 10px 0 0 ; 
	padding: 0 0 0 10px;
	
}

#external {
	position:absolute;
	top: 0;
	width:100%;
	left:0;
	padding:0;
	margin: 0;
	min-height: 100%;
	background-color: #fafafa;
}

.contents {
	width: 1200px;
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto;
}

#head {
	border: 1px solid #dddddd;
}

#container {
	width: 1160px;
	padding: 0px 20px 0px 20px;
	min-height:100px;
	position: relative;
	top: 9px;
	background-color: #ffffff;
}

#head_top {
	border-bottom: 1px solid #dddddd;
	padding-left: 26px;
}	

#breaking {
	background-color: #f3f3f3;
	border-top: 2px solid #dddddd;
	
}

.secondary {
	width: 210px;
	float: left;
	margin-right: 6px;
	position: relative;
}

.secondary:last-of-type  {
	margin-right: 0;
}

.sec_overlay {
	width: 190px;
	position: absolute;
	bottom: 0;
	padding: 10px;
	background-color: rgba(256,256,256,0.7);
}
.sec_overlay  a h4 {
	font-size: 14px; 
	line-height: 120%;
}

.text {
	font-size: 14px;
}

.cont_inner {
	width: 1160px;
}


.listed {
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #dedede;
}

.listed a img {
	float: left;
	margin-right: 10px;
}

.listed h2 {
	font-size: 18px;
	line-height: 120%;
}



.listed .li_cont {
	float: left; 
	width: 470px;
}

.listed .li_cont p {
	margin: 0;
	line-height: 120%;
	font-size: 15px;
}

#left_cr {
	width: 860px; 
	float: left;
	
}

#right_cr {
	width: 282px; 
	float: right;
}

#left_column {
	float: left;
	width: 647px;
	min-height: 80px;
	padding: 0 0 0 10px;
	margin-right: 0px; 
}

.font22 {
	font-size: 22px; 
	line-height: 120%;
}

.title {
	font-size: 18px;
	line-height: 125%;
}

/*---Left coloumn inner pages---*/
#left_column2 {
	float: left;
	width: 190px;
	padding-left: 10px;
	border-right: 1px solid #CCCCCC;
}

#left_column2 div{
	width: 176px;
	padding-right: 14px;
	border-bottom: 1px solid #CCCCCC;
}

#left_column2 div div {
	margin-bottom: 5px;
}

#left_column2 div div:last-child {
	margin-bottom: 0;
}

#left_column2 div  p:first-child { 
	margin: 15px 0 10px 0;
}

#left_column2 div div a p:first-of-type {
	font-size: 12px;
	margin: 7px 0 0 0;
}

#left_column2 div div img { 
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

#left_column2 div div img:hover { 
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/*---Ending of left coloumn inner pages---*/

#upper_form {
	float: right; 
	position: relative;
}

#upper_form  form  {
	margin: 0;
}

#fade_menu {
	position: fixed; 
	top: -57px; 
	left: 0; 
	z-index: 30;
	width: 100%; 
	background-color: #212121;
	/*display: none;*/
	opacity: 1;
	box-shadow: 0 0 7px black, 0 0 10px black, 0 0 15px black;
}

.left_in_left {
	/*width: 642px;*/
	float: left;
}

.left_in_right {
	width: 198px;
	float: right;
}

.ekdoseis {
	background-color: #F4F4F4; 
	float: left; 
}

#news_cont {
	/*width: 656px;*/
}	

.currentProgr {
	font-style: italic; 
	margin-bottom:  25px !important; 
	font-size: 15px !important;
	text-align: center;
}

.discProgr {
	width: 90%; 
	height: 1px; 
	margin: 15px auto 15px auto; 
	border-bottom: 1px solid white;
}

.roh_divs {
	float: left;
	/*margin-right: 18px;*/
	position: relative;
	margin-bottom: 30px;
}

.magaz_like .periodiko_h {
	margin: 5px 0 15px 0;
	font-size: 24px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.magaz_like .xrisima {
	font-family: 'Open Sans', sans-serif;
	line-height: 115%;
	font-weight: 700;
	font-size: 14px;
	color: white;
	margin: 3px 0 3px 0;
}

.date_num {
	color: #333333;
	font-size: 39px;
	position: absolute;
	top: 35px;
	left: 15px;
}

.small_title {
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 127%;
}

.tabs {
	float: left;
	cursor: pointer;
}

.tabs p {
	padding: 7px 7px 5px 7px;
	margin: 0;
}

#current_issue {
	width: 178px;
	padding: 12px 10px;
	background-color: #1B7B93;
}

#current_issue  div h4 {
	margin: 0; 
	color: white;/*#d6d6d6;*/
}

#main_art {
	width: 640px;
	position: relative;
}

.mainOverlay {
	position: absolute; 
	padding-top: 15px;
	background-color: rgba(0,0,0,0.6); 
	bottom: 25px; 
	color: white; 
	text-align: center;
}

#roh {
	width: 100%; 
	min-height: 200px; 
}

#kosmos {
	width: 840px;
	padding: 10px;
	background-color: #E5E5E5;
}

#kosmos  #conts div{
	width: 273px;
	margin-right: 10px;
	float: left;
}

#kosmos  #conts div p{
	margin: 0;
	font-size: 13px;
}

#kosmos  #conts div h2{
	margin: 0;
	font-size: 18px;
	line-height: 120%;
}

#kosmos  #conts div:nth-child(3){
	margin-right: 0;
}

#international {
	width: 100%;
	min-height: 100px;
}

#international #nationalleft {
	float: left;
	width: 280px;
	padding-right: 10px;
}


#international #nationalright {
	float: left;
	width: 570px;
}

#international #nationalright div:first-child {
	height: 30px;
	width: 100%;
	background-color: #E5E5E5;
	padding-right: 0px;
}

#international #nationalright div:nth-child(3) {
	float: right;
}

.national_half {
	float: left; 
	width: 49%;
}

.national_half img {
	width: 100%;
	height: auto;
}

.national_half .tagsi {
	background-color: #08AEDD;
}

.national_half .tagsi p {
	padding: 0 6px;
	color: white;
	font-size: 11px;
}

.roboto {
	font-family: 'Roboto Slab', serif;
	margin: 0;
	line-height: 125%;
}

#free_time {
	background-color: #F5F3D7;
	position: relative;
	width: 100%;
	color: white;
}

#free_time  .ft_title {
	position: absolute;
	background-color: inherit;
	left: 0; 
	top: -53px;
	padding: 20px 40px 17px 17px;
}

.ft_title h2{
	margin: 0;
	font-family: 'Roboto Slab', serif;
}

.boldy.reportaz {
	color: #1B7B93; 
	float: right; 
	font-size: 15px;
	margin: 0 0 5px 0; 
}

#free_time #ft_main {
	width: 30%;
	padding: 2% 1% 2% 2%;
	float: left;
}

#free_time #ft_main .xrisima{
	font-weight: 700;
	font-family: sansbold;
	font-size: 18px;
	margin: 0;
}

#free_time #ft_rest {
	width: 550px; /*64%;*/
	padding-top: 2%;  /*2% 2% 1%;*/
	float: left;
}

#free_time #ft_rest .ftrest_objects {
	float:left; 
	width: 255px;
	/*width: 47%;*/
	margin: 0 15px 20px 3px;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
}

#free_time #ft_rest .ftrest_objects img{
	float:left; 
	width: 96px;
	height: 60px;
	margin-right: 8px;
}

#free_time #ft_rest .ftrest_objects .inner {
	width: 147px;
	float: left;
}

#free_time #ft_rest .ftrest_objects .inner h4 {
	font-size: 14px;
}

#masonry1 {
	padding-bottom: 30px;
}


#top {
	position: fixed;
	bottom: 28px;
	right: 20px;
	z-index: 100;
}

#showtable {
	word-wrap: break-word;
}

#social {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 20px;
	overflow: hidden;
}

.gnomes div img:first-child {
	float: left;
	margin-right: 15px; 
}

.gnomes div  div{
	width: 177px;
	float: right;
}

.gnomes div  div p{
	font-size: 15px;
	line-height: 110%;
	color: #343435;
}

.gnomes .gmomes_inner {
	border-bottom: 1px solid #dddddd; 
	margin: 15px 0; 
	padding-bottom: 13px;
}

.gray {
	color: #707070;
}

.magaz_like {
	padding: 12px;
	background-color: #495d79;
	width: 180px;
}

.categ_name {
	margin: 0; 
	padding-bottom: 15px; 
	border-bottom: 1px solid #CCCCCC;
}

.clear {
	clear: both;
}

.white {
	color: white;
	margin: 0;
}

.sansbold {
	font-family: sansbold;
	font-weight: normal;
	margin: 0;
}


.boldy {
	font-family: sansbold; 
	margin: 0;
	font-weight: normal;
}

.semi_boldy {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0;
}

.loading {
	width: 60px; 
	display: none; 
	margin: 60px auto;
}

.tags {
	float:left;
	background-color: #e74c3b;
	margin:0 8px 5px 0 ;
	position: relative;
	z-index: 1;
}

.tags p {
	padding: 1px 7px 1px 22px;
	color: #ecece5;
	margin:0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
}

.social {
	float: left; 
	width: 34px;
	height: auto;
	margin-right: 5px;
}

.icons {
	float: left;
	width: 27px; 
	height: auto;
	margin-right: 8px;
}

.more {
	height: 20px;  
	width: 93px; 
	background-color: #E74C3C; 
	margin: 17px auto; 
	padding: 7px 15px; 
	/*border-radius: 8px;*/
	/*box-shadow: 0 0 7px #363636;*/
	cursor: pointer;
}

.width100 {
	width: 100% !important;
}

.margin_auto {
	position:relative;
	margin-left:auto;
	margin-right: auto;
}

.sepia:hover {
	-webkit-filter: contrast(4);
	filter: contrast(4);
	/*-webkit-filter: brightness(1.5);
	filter: brightness(1.5);*/
}	

.widget2 {
	width: 282px;
	height: auto;
	margin-bottom: 15px;
}

.rssUpper {float: right; position: relative; top: 8px; right: 8px;}

.rssUpper img {width: 24px;}

.menu_main {
	width: 100%;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	background-color: #212121;
	z-index: 2;
	position: relative;
	padding:0;
	margin: 0;
	height: 47px;
}

.menu_main ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display: inline-table;
}

.menu_main ul li {
	padding: 14px 8px 0px 8px;
	margin:0;
	float: left;
	position:relative;
	top: 0;
	font-size:13px;
	text-align:center;
	transition: background-color 0.5s;
	color: white;
}

.menu_main ul li:last-of-type {
	border-right: none;
}

.menu_main ul li a {
	padding-bottom: 20px;
	text-decoration:none;	
	transition: color 0.9s;
}

.menu_main ul li a:hover {
	transition:color 0.8s;
	color: #4f9bae;
	text-shadow: 0 0 3px #3B3B3B;
}

.menu_main  ul ul { 
	position: absolute;
	display:none;
	top:47px;
	min-width:20px;
	left:0px;
	white-space:nowrap;
	background-color: #212121;
}

.menu_main ul ul li {
	padding: 6px 30px 6px 12px;
	text-align:left;
	/*float:none;
	display: block;
	margin:0;
	height: auto;*/
}

.menu_main ul ul li:hover {
}

.menu_main ul ul li a {
	padding:5px;
	margin: 0;
}

.menu_main ul ul li a img {
}

.menu_main ul ul li a:hover {	
}

/*---MENU CENTER--------------*/
.menu_center {
	width: 100%;
	letter-spacing: 0px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: sansbold;
	font-weight: normal;
	z-index: 2;
	position: relative;
	padding:0;
	margin: 27px 0;
}



.menu_center ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display: inline-table;
}

.menu_center ul li {
	padding: 0 14px 0 0;
	margin:0;
	float: left;
	position:relative;
	top: 0;
	font-size:14px;
	text-align:center;
	color: #147a93;
}

.menu_center ul li:last-of-type {
}

.menu_center ul li a {
	text-decoration:none;	
	transition: color 0.9s;
}

.menu_center ul li a:hover {
	transition:color 0.8s;
	color: #4f9bae;
}
/*-----------------*/