@charset "utf-8";
@import url(https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Open+Sans/Script:greek);
body,html{
	margin:0;
	padding:0;
	height:100%;
	min-width:1100px;
}
body{
	background-color:#fff;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-weight:normal;	
}
#container{
	height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
	width:100%;
	position:relative;
	height:auto !important;
	min-height:100%;	
}
#top{
	width:100%;
	height:30px;
	background-color:#000;
}
#top h3{
	color:#cecece;
	font-size:0.775em;
	font-size:bold;
	padding:0;
	margin:0;
	width:1100px;
	margin:0 auto;
	line-height:30px;
	text-align:right;	
}
#header{
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	box-shadow:inset 0 -1px 3px #cecece;
}
#header .container{
	width:1100px;
	margin:0 auto;	
}
#header .logo{
	float:left;
	height:50px;
	margin:35px 0 0 10px;	
}
#header ul{
	float:right;
	min-width:600px;
	height:35px;
	line-height:35px;
	margin:42px 0 0 -80px;
	padding:0;
	list-style:none;	
}
#header ul a{
	text-decoration:none;
	color:#111;	
	font-size:1em;
}
#header ul li{
	float:left;
	padding:0 14px;
	font-size:1em;
	cursor:pointer;
	transition:ease 0.25s;
}
#header .current{
	background:#077bac !important;	
	border-radius:5px;
	color:#fefefe;
}
#header .current a{
	color:#fefefe;
}
#header .current a:hover{
	color:#fefefe !important;
}
#header ul li a:hover{
	color:#077bac;	
}
#header .current:hover{
	color:#fefefe !important;
}
#main{
	width:100%;
	margin:0;
	padding:0;
}
#main .container{
	width:1100px;
	min-height:330px;
	margin:0 auto;
	padding:0;
}
#main01{
	width:100%;
	margin:0;
	padding:0;
}
#main01 .container{
	width:1100px;
	min-height:330px;
	margin:0 auto;
	padding:0;
}
#hotel-info{
	margin-top:35px;
	width:100%;
}
#footer{
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	background-color:#111;
	box-shadow:inset 0 -1px 3px #cecece;
    width:100%;
    bottom:0;
}
#footer .container{
	width:1100px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	color:#fefefe;	
	font-size:0.75em;
}
#footer ul{
	float:left;
	min-width:600px;
	margin:0;
	height:40px;
	padding:0;
	list-style:none;	
}
#footer ul li{
	float:left;
	padding:0 7px;
}
#footer a,#footer a:visited{
	text-decoration:none;
	font-size:0.8125em;
	color:#ccc;	
}
#reception{
	width:100%;
	min-height:140px;
	padding:10px 0;
	margin:0;
	background:#eee;	
	box-shadow:inset 0 1px 3px #cecece;
}
#main01 .container-box{
	width:492px;
	padding:0 8px;
	height:175px;
	border:1px solid #ccc;
	background:#fff;
	float:left;
}
#main01 .container-box img{
	padding-bottom:8px;	
}
.footer-logos{
	width:1100px;
	height:100px;
	padding:10px 0;
	text-align:center;
	margin:0 auto;
}
.footer-boxes{
	min-height:auto !important;
	height:220px !important;
}
.footer-boxes-b{
	background:#eee;	
}
.footer-boxes-c{
	min-height:60px !important;
	padding:30px 0 !important;
}
.container-box h3{
	font-size:1.3125em;	
	color:#077bac;
	font-weight:bold;
	line-height:50px;
}
.container-box span{
	font-size:0.875em;	
	color:#111111;
}