@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}


#menu-wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.search{
	position:absolute;
	background-image:url(../images/search.png);
	display:block;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:center;
	top:41px;
	right:55px;
}
.mail{
	position:absolute;
	background-image:url(../images/mail.png);
	display:block;
	width:30px;
	height:23px;
	background-repeat:no-repeat;
	background-position:center;
	top:42px;
	right:10px;
}
footer{
	 background-color:rgba(51, 49, 50, 1);
	 padding:56px 0 35px;
	 width:100%;
}

#Footer_Logo{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#social{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
.header_lines{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0,83,135,1);
	border-bottom-color: rgba(0,83,135,1);
	margin-top:10px;
	margin-bottom:30px;
}
#Titlos{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	margin-bottom:8px;
}
#adress_first_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_second_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_third_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_forth_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#concept{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right_menu_conteiner{
	float:left;
	clear:left;
	width:100%;
	padding-right:0;
	margin-right:0;
	margin-left:0;
}
#right_menu_wrap{
	width:100%;
}
#right_menu{
	width:100%;
	list-style:none;
	padding:0;
	margin:10px 0 0;
	box-sizing:border-box;
}
#right_menu li{
	float: left;
	width: 48%;
	margin-bottom:2px;
	margin-right:1%;
}
#right_menu li a{
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	box-sizing:border-box;
	height:140px;
	padding:40% 10% 0 10%;
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing:border-box;
  background-color:rgba(255,255,255,0.1);
  background-size: 30% auto;
}
#right_menu li a:hover{
	color: rgba(255, 221, 0, 1);
}
.symbouleutiki{
	background-image: url(../images/symbouleftiki.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.seminaria{
	background-image: url(../images/seminaria.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.testprosanatolismou{
	background-image: url(../images/testprosanatolismou.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.fitites{
	background-image: url(../images/fitites.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.kentra{
	background-image: url(../images/kentra.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.metaptixiaka{
	background-image: url(../images/metaptixiaka.png);
	background-repeat: no-repeat;
	background-position: center 20%;
}
#main_section{
	padding:60px 0;
}
#news{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;
}
#main_links{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;
}
.yellow{
	width:100%;
	padding:0;
	margin:0;
	background-color:rgba(255,221,0,1);
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.3333%;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
}
#menu-wrap {
	clear: none;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#logo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#left_menu_conteiner {
	clear: both;
	float: left;
	margin-left: -500%;
	width: 32.2033%;
	display: block;
	padding-left:500%;
}
#right_menu_conteiner{
	float:left;
	clear:left;
	width:101.6666%;
	padding-right:0;
	margin-right:0;
	margin-left:-0.8333%;
}
#Footer_Logo {
	clear: both;
	float: left;
	margin-left: 33.8983%;
	width: 32.2033%;
	display: block;
}
#social {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#social_top{
	width: 32.2033%;
}
#Titlos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_first_col {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#adress_second_col {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#adress_third_col {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#adress_forth_col {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#concept {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#right_menu{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
#right_menu li{
	float: left;
	width: 20%;
	margin-bottom:0;
	margin-right:0;
	position:relative;
}
#right_menu li:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.6);
}
#right_menu li:last-child:after{
	content:"";
	border-right-width: 0px !important;
}
#right_menu li a{
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	box-sizing:border-box;
	height:170px;
	padding:55% 5% 0 5%;
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing:border-box;
  background-color:rgba(255,255,255,0);
  background-size: 53% auto;
}
#right_menu li a:hover{
	color: rgba(255, 221, 0, 1);
}
#news{
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
	min-height:150px;
}
#news:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -6%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(50,58,69,1);
	height:100%;
}
#main_links{
	clear: none;
	float: left;
	margin-left: 10.1694%;
	width: 57.6271%;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1180px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#menu-wrap {
	clear: none;
	float: left;
	margin-left: 0.8%;
	width: 66.1016%;
	display: block;
}
#logo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
#left_menu_conteiner {
	clear: both;
	float: left;
	margin-left: -500%;
	width: 23.7288%;
	display: block;
	padding-right:0.8%;
}

.search{
	right:45px;
}
.mail{
	right:0.7916%;
}

#Footer_Logo{
	clear: both;
	float: left;
	margin-left: 33.8983%;
	width: 32.2033%;
	display: block;
}
#social{
	clear: none;
	float: left;
	margin-left: 18.644%;
	width: 15.2542%;
	display: block;
}
#social_top{
	width: 15.2542%;
}
#Titlos{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_first_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
#adress_second_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#adress_third_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#adress_forth_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#concept{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#news{
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#main_links{
	clear: none;
	float: left;
	margin-left: 10.1694%;
	width: 57.6271%;
	display: block;
}

}
@media only screen and (min-width: 1024px) {
	
	#right_menu_conteiner{
	float:left;
	clear:none;
	width:75.4712%;
	padding-right:500%;
	margin-right:-500%;
	margin-left:0;
}

	
}

@media only screen and (min-width: 1280px) {
	#right_menu li a{
	font-size:1.167em;
	font-family: 'Open Sans', sans-serif;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	box-sizing:border-box;
	height:170px;
	padding:52% 5% 0 5%;
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing:border-box;
  background-color:rgba(255,255,255,0);
  background-size:auto;
}
#right_menu li a:hover{
	color: rgba(255, 221, 0, 1);
}
}