	body {
	width:100%;
	height:100%;
	}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	border:none;
	text-decoration: none;
}

#top_col {
	float:left;
	width:100%;
	background-color: #848484;
	min-height:25px;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px#888;
	box-shadow: 0 0 3px 3px #888;
	overflow:auto;
	position:relative;
	z-index:1000;	
	color:#fff;
	padding:2px;
}

#top_col p {
margin:3px;
float:left;
width:75%;
display:block;
overflow:auto;
font: 15px Verdana;
text-align:center;
font-style: italic;
}

#top_col a {
	margin:3px 15px 3px 15px;
	display:inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
}

#left_col {
	float:left;
	width:18%;
	min-width:160px;
	background-color: #FFC;
	height:100%;
}


#right_col {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:82%;
	height:100%;
	display:block;
}
#wrapper {
	
    width: 100%;
	height:100%;
	overflow:none;
	}

/***************
    menu
***************/
.logo{
margin:10px auto;
display:block;
overflow:auto;
margin-top:15px;
}

#nav{
overflow:hidden;
}

#nav select {
  display: none;
}

#social_icons{
overflow: auto;
padding: 5px;

display:block;
margin:0 auto;
}
#social_icons ul li{
display:inline;
}
#social_icons ul li a{
text-decoration:none;
}
#face_icon{
float: left;
padding:10px;
overflow:hidden;
}

#lang_holder{
float:left;
overflow:hidden;
width:100%;
padding:5px;
}

#lang_holder a{
float:left;
width:32px;
height:32px;
}

#lang_mobile{
display:none;
}

/* start bnw image */
div.fadehover {
	position: relative;
	}
 
img.a,  img.c, img.e ,img.g {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b, img.d , img.f ,img.h {
	position: absolute;
	left: 0;
	top: 0;
	}
/* end bnw image */	
#clopy{
position:fixed;
bottom:5px;
right:2%;
}

#box, #room_boxes, #elounda_boxes, #guest_boxes, #info_box, #contact_boxes, #history_box {
padding:10px;
position:absolute;
background-color: #FFC; 
    -moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;
}

#box, #room_boxes{
width:25%;
}

#box{
min-height:150px;
}
h1, h2{
color:#000;
font-size:25px;
font-weight:normal;
}

#room_boxes h2, #elounda_boxes h1, #elounda_boxes h2,  #guest_boxes h1, #guest_boxes h2 , #info_box h1, #info_box h2, #contact_boxes, h1 #contact_boxes h2, #history_box h1, #history_box h2{
display:block;
text-align:center; 
text-decoration: none;
font-style: italic;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

 #guest_boxes a, #contact_boxes a{
 text-decoration:none;
 }

#room_boxes h2{
padding-top:0px;
}
/***************
   index
***************/
.index{
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: top right;
}	

#backgroundimg{
    width: 100%;
	height: auto;
	top: 0;
	right: 0;
}

#box:nth-child(2) {
top:5%;
left:10%;
}

#box:nth-child(3) {
top:5%;
left:40%;
}

#box:nth-child(4) {
top:5%;
left:70%;
}

#box a, #room_boxes a {
display:block;
padding-top:15px;
text-align:center; 
text-decoration: none;
font-style: italic;
}

#box p{
margin:20px;
font-size:14px;

}
/***************
island history
***************/
#slide_controls{
position: absolute;
bottom: 10%;
right: 10%;
}

#history_box{
width:40%;
}

#history_box p{
margin:20px;
font-size:14px;
}

/***************
  elounda holydays
***************/
.elounda{
	background-image: url(../images/back2.jpg);
	background-repeat: repeat;
	background-position: top right;
}

#elounda_boxes:nth-child(2) {
top:2%;
left:3%;
min-height:90px;
width:25%;
}

#elounda_boxes:nth-child(3) {
width:55%;
top:2%;
right:5%;
}

#elounda_boxes:nth-child(4) {
bottom:5%;
right:5%;
}

#text_right {
	font-size: 26px;
	font-weight: bold;
	text-align: end;
	padding: 10px;
}

#elounda_boxes p{
text-align:left;
margin:15px;
font-size:14px;
}

/***************
  athina villas
***************/

.athina{
	background-image:url(../images/bag-design.png),url(../images/bag.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom right, top right;
	position:absolute;
}	

#room{
position:absolute;
background-color: #FFC; 
width: 42.5%;
height:26.6%;
overflow:hidden;
    -moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;
 }

#room:nth-child(1) {
left:5%;
top:4%;
}

#room:nth-child(2) {
right:5%;
top:4%;
}

#room:nth-child(3) {
left:5%;
top:34.6%;
}

#room:nth-child(4) {
right:5%;  
top:34.6%;
}

#room:nth-child(5) {
left:28.75%;
top:65.2%;
}

#room .img_conteiner{
float:left;
width:30%;
overflow:hidden;
height:85%;
margin:3%;
 }
 
 #room .img_conteiner img{
width:100%;

 }
.title_container{
width:60%;
float:left;
background-color: #FFC;
text-align:center;
font-style: italic;
height:94%;
}

.title_container h1, .title_container h2 {
	width:100%;
	margin-top:8%;
	text-align:center;
	font-size:20px;
}

.title_container p {
	width:100%;
	margin:5% 3%;
	text-align:center;
}

 .title_container a{
	text-decoration:none;
 }	

#box a {
display:block;
padding-top:15px;
text-align:center; 
text-decoration: none;
font-style: italic;
}

#box p{
margin:20px;
font-size:14px;
text-align:center; 
}

/***************
	rooms
***************/
#toggleText{
display:none;
}

#room_boxes a{
padding-bottom:15px;
}

#room_boxes p{
text-align:center;
margin:5px;
font-size:17px;
}

#room_boxes:nth-child(1) {
top:5%;
left:10%;
}

#room_boxes:nth-child(2) {
top:5%;
left:40%;
}

#room_boxes:nth-child(3) {
top:5%;
left:70%;
}

#room_boxes:nth-child(4) {
top:15%;
left:70%;
}

/***************
slideshow
***************/
#slideshow { /* used in slide show */
	margin:0;
	width:100%;
	height:100%;
	z-index: 0;
	height:600px;
}

/***************
  gusetbook
***************/
.guestbook{
	background-image: url(../images/pat1.jpg);
	background-repeat: repeat;
	background-position: top right;
}

#guest_boxes a h2 {
padding-bottom:10px;}

#guest_boxes:nth-child(2) {
width:23%;
top:2%;
left:5%;
}

#guest_boxes:nth-child(3) {
width:63%;
top:2%;
right:3%;
}

.mainAreaInternal {
margin:5px;
 }
 
 .slimScrollDiv { 
margin:10px;
}
/***************
 info
***************/
.info{
	background:#23465c;
}

#info_box p{
width:80%;
margin:0 auto;
padding:15px;
}

#info_box:nth-child(2) {
top:2%;
right:5%;
}

#info_box:nth-child(3) {
top:50%;
right:5%;
}

#weather2 {
width: 230px;
height:80px;
padding: 25px;
overflow: hidden;
margin: 10px auto;
}
#weather2  span {
font-size: 25px;
}
#bold{
font-size:19px;
font-weight:bold;
}

/***************
 map
***************/
.backgroundmap{
	z-index:0;
	width: 100%;
	height: 100%;
	min-height:800px;
	top: 0;
	overflow:hidden;
}

/***************
contact
***************/
.contact{
background:#2386a4;}

#contact_boxes:nth-child(2) {
top:2%;
width:25%;
left:5%;
}

#contact_boxes:nth-child(3) {
width:30%;
top:2%;
right:3%;
}

#contact_boxes:nth-child(4) {
width:30%;
bottom:10%;
right:3%;
}


#contact_boxes img{
padding:10px;
max-width:70%;
margin:0 auto;
display:block;
}

#contact_boxes p{
text-align:center;
margin:5px;
font-size:17px;
}

#contact_boxes a h2, #contact_boxes h1{
padding:10px;
}
 
 #eot{
position:absolute;
bottom:5%;
left:2%;
 }
/***************
ajax form
***************/
#note
{
color:red;
width: 95%;
padding: 0px;
margin:0 auto;
text-align: center;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
text-align: center;
-moz-border-radius: 5px;
font-size: 14px;
}

.info_fieldset 
{
color: black; 
font: 13px Verdana;
padding: 15px;
border:0px;
}

.button{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background: white;
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
-moz-border-radius: 3px;
margin:10px;
}
#fields{
width:100%;
max-width:160px;
margin:0 auto;
display:block;
}

label  { 
 padding-left: 20px;
 margin: 5px;
 float: left;
 text-align: left; 
 }



/***************
 other
***************/

.class1 A:link,  .class1 A:active, .class1 A:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
}

.class1 A:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}



.class2 A:link , .class2 A:visited, .class2 A:active{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

}
.class2 A:hover {
	font-size:21px;
	text-align: center;
	
}
.links A:link, .links A:visited, .links A:active  {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

.links A:hover {
	font-size:16px;
	text-align: center;
	
}

.text A:link, .text A:visited, .text A:active  {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.text A:hover {
	font-size:16px;
	text-align: center;
	
}

.copyleft  A:link, .copyleft A:visited , .copyleft A:active, .copyleft  A:hover, .by {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-shadow:#000 0 1px 0;
}

.clear{
	clear:both;
}
/***************
mobile galery
***************/
.mob_galery{
background:#000;
}
#MainContent { padding-bottom: 30px; }
.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }

/***************
comment moderation panel
***************/

#admin_boxes_auth, #admin_boxes {
overflow:auto;
padding:10px;
position:absolute;
background-color: #FFC; 
    -moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;

}

#admin_boxes_auth h1, #admin_boxes_auth form , #admin_boxes h1 {
float:left;
width:95%;
text-align:center;}
#admin_boxes{
width:80%;
top:5%;
left:5%;
height:80%;
}

#admin_boxes  a{
float:rigth;
text-decoration:none;
color:#000;
}

#admin_boxes_auth input{
margin:0 auto;
display:block;
}

#admin_boxes_auth{
width:30%;
top:10%;
left:30%;
height:20%;
}


select, input, textarea {
 -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #;
  font-size: inherit;
  margin: 0;
  overflow: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
width:145px;
}
input{
height:20px;}
#admin_boxes_auth input{
height:30px;
}
select{
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
height:25px;}

.sum{
font-weight:bold;}