@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/graphs/bg.jpg);
	background-repeat: repeat;
}
body, h1, h2, h3, h4, h5, h6, p, form, td, button, input, select {margin:0; padding:0;}
a {
	text-decoration:none;
	color: #6B869F;
}
h1 {font-size:20px; font-weight:normal; letter-spacing: 6px;}
h2 {font-size:18px;	font-weight:normal; letter-spacing:3px;}
h3 {font-size:16px; font-weight:normal;}


#container {
	width: 1200px;
	margin: 5px auto;
	padding:0;
	text-align: left; 
}
#header {
	height:430px;
	z-index:50;
	clear:none;
	position:relative;
	top:0;
}
#header #logo {
	width: 230px;
	height:110px;
	z-index:100;
	background-image: url(images/graphs/bg-logo2.png);
	position:absolute;
	top:0px;
	left:0px;
}
#logo img{
	border:0;
}
#header #menu{
	clear:none;
	z-index:200;
	position:absolute;
	color: #FFF;
	width:230px;
	vertical-align: baseline;
	top: 152px;
}

.flags { text-align:center; position:relative; top:60px;}
.flags img {border:0; padding:5px;}


a#link {
	background-image: url(images/graphs/bg-logo.png);
	width: 210px;
	height: 20px;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}
a#link:hover, a#link.active {
	color:#FFF;
	background-image: url(images/graphs/ladi.png);
}
a#linkTwoRows {
	background-image: url(images/graphs/bg-logo.png);
	width: 210px;
	height: 35px;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}
a#linkTwoRows:hover {
	color:#FFF;
	background-image: url(images/graphs/ladi.png);
}
	
#mainContent {
	width:1200px;
	padding: 15px 0 0 0;
	color: #55554f;
	text-align:justify;
	margin-top:3px;
}
#mainContent #left{
	width:780px;
	float:left;
}
#mainContent #left ul li{ list-style-image:url(images/symbol.png);}
#mainContent #right{width:400px; float:right; margin-top:10px; z-index:1000; position:relative; text-align:right;}


#mainContent #center{width:100%;}
#gallery { padding-left:20px;}
#gallery img {border:0; padding:5px 3px 0 0;}

#mainContent #left h2 img, #mainContent #left h1 img, #mainContent #center h1 img {padding-right:5px;}

#gallery2 {float:right;}
#gallery2 img {border:0;}
#mainContent #left #form1 fieldset {border: 0; text-align:right; background-image:url(images/grapes.png); background-repeat:no-repeat;}
#footer {padding: 10px; text-align:center; border-top:#CCC 1px solid;}
#footer a {padding:0 10px;}

#mainContent #left #form2 fieldset {
	border:0;
	background-color:#6B869F;
	color:#FFFFFF;
	text-align:right;
}






#footer {padding: 10px; text-align:center; border-top:#CCC 1px solid;}
#footer a {padding:0 10px;}

#footer table tr td .lysiteleia {text-align:right; font-size:10px; padding-top:20px;}
#footer table tr td .flags {border:0;}

.clearboth{clear:both;}

.gris80 {
	background-image: url(images/graphs/gris-trans-80.png);
}
.slideshow {float:right;}
.backgrowndTransparent{
	background-color: transparent;
	background-image: none;
}
.trivago {position:relative; left:150px; top:-60px;}
.tripadvisor {position:relative; left:0px; top:-10px;}


/*rate table*/
#left .rates table {border-collapse:collapse;}
#left .rates table tr td {border:1px dotted #6B869F; text-align:center;}
#left .rates table tr th {border:1px #6B869F dotted;}

/*end of rate table*/
#eot{width:100%; margin:5px auto; padding:2px 0; background-color:#000000; opacity:0.2; color:#fff; font-size:12px; text-align:center;}
.bookonline {background-color:#66829c; text-align:center; height:80px; color: #fff;}

.column,.columns {width: 100%; float: left;  box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width: 768px) {
  .column, .columns { margin-left: 4%; }
  .column:first-child,  .columns:first-child { margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }

} 

/*----------pop up----*/
.modalDialog {
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	
}
.modalDialog > div {
	width: 80%;
	max-width: 800px;
	position: relative;
	margin: 8% auto;
	padding: 5px;
	border-radius: 10px;
	background: #fff;
	background: #88aa7f;
	border: 2px solid #fff;
	text-align: center;
}
.close2 {
	background: #606061!important;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close2:hover {
	background: #88aa7f;
	color: #FFFFFF;
}
.modalDialog p, .modalDialog h1, .modalDialog h2, .modalDialog h3{color: #fff !important;}
.modalDialog a {margin: auto; text-align: center; border: 1px solid #fff; background-color: #fff; margin: 2em 0!important; display: block;}
/*----end of pop up------*/
