/* FONTS */
@font-face {
    font-family: 'PFHandbookProThin';
    src: url('pfhandbookpro-thin-webfont.eot');
    src: url('pfhandbookpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfhandbookpro-thin-webfont.woff') format('woff'),
         url('pfhandbookpro-thin-webfont.ttf') format('truetype'),
         url('pfhandbookpro-thin-webfont.svg#PFHandbookProThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('pfhandbookpro-regular-webfont.eot');
    src: url('pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfhandbookpro-regular-webfont.woff') format('woff'),
         url('pfhandbookpro-regular-webfont.ttf') format('truetype'),
         url('pfhandbookpro-regular-webfont.svg#PFHandbookProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */
body,html {
	width: 100%;
	height: 100%;
	background-color: black;
}

#wrapper {
	width: 1248px;
	height: 798px;
	margin: 0px auto;
}

#bg-container {
	position: absolute;
	width: 1248px;
	height: 798px;
	z-index: 0;
}

.bg-image {
	position: absolute;
	width: 1248px;
	height: 798px;
	top: 0px;
	left: 0px;
}

.dynamic-bg {

}

.loading {
	/* background-image: url(../images/spinner.gif); */
	background-repeat: no-repeat;
	background-position: center center;
}

#main {
	position: relative;
	width: 1248px;
	height: 798px;
	z-index: 1;
}

#header {
	position: absolute;
	width: 1248px;
	height: 154px;
	background-image: url(../images/header-bg.png);
	top: 0px;
	left: 0px;
}

#footer {
	position: absolute;
	width: 1248px;
	height: 40px;
	background-image: url(../images/footer-bg.png);
	bottom: 0px;
	left: 0px;
}

#logo {
	margin-left: 10px;
}
#logo img {
	cursor: pointer;
}

#topnav {
	position: absolute;
	top: 9px;
	left: 272px;
	height: 28px;
	line-height: 28px;
}

#topnav a {
	font-family: 'PFHandbookProThin';
	font-size: 17px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
	margin-left: 36px;
}

#topnav a:first-child {
	margin-left: 0px;
}

#top-bookings {
	position: absolute;
	top: 9px;
	left: 795px;
	height: 28px;
	line-height: 28px;
}

#top-bookings a {
	font-family: 'PFHandbookProThin';
	font-size: 17px;
	text-shadow: 1px 1px #000000;
	color: white;
	opacity: 1;
	text-decoration: none;
	margin-left: 36px;
	display: block;
	background-color: red;
	border-radius: 4px;
	border: 1px solid red;
	padding: 0px 10px 0px 10px;
	line-height: 23px;
	font-weight: bold;
}

#social {
	position: absolute;
	top: 13px;
	left: 648px;
	height: 21px;
}

#social img {
	vertical-align: top;
}

#social a {
	opacity: 0.7;
}

#lang {
	position: absolute;
	top: 10px;
	right: 60px;
	height: 28px;
	line-height: 28px;
	font-family: 'PFHandbookProThin';
	font-size: 17px;
	color: white;
	opacity: 0.7;
}

#lang a {
	font-family: 'PFHandbookProThin';
	font-size: 17px;
	color: white;
	opacity: 0.7;
	text-decoration: none;
}

#lang a:hover {
	color: #00a9cd;
	text-decoration: underline;
	opacity: 1;
}

#lang a.activeLang {
	color: #00a9cd;
	text-decoration: underline;
	opacity: 1;
}

#bottomnav {
	position: absolute;
	top: 88px;
	left: 196px;
	height: 22px;
	line-height: 22px;
}

#bottomnav a {
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
	margin-left: 46px;
}

#bottomnav a:first-child {
	margin-left: 0px;
}

#contact-div {
	position: absolute;
	top: 88px;
	right: 42px;
	height: 22px;
	line-height: 22px;
}

#contact-div a {
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
}

#bookingLink {
	position: absolute;
	top: 11px;
	left: 48px;
	height: 22px;
	line-height: 22px;
}

#bookingLink a {
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
}

#mapLink {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 40px;
	line-height: 22px;
}

#mapLink a {
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: white;
	opacity: 0.5;
	text-decoration: none;
}

#address {
	width: 350px;
	margin-left: 248px;
	padding-top: 15px !important;
	font-family: 'PFHandbookProThin';
	font-size: 16px;
	color: white;
	opacity: 0.5;
	text-align: center;
}


/* SECTIONS */
#hotel {
	position: absolute;
	width: 290px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	opacity: 0;
}

#stay {
	position: absolute;
	width: 370px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#services {
	position: absolute;
	width: 330px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#cafe {
	position: absolute;
	width: 340px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#restaurant {
	position: absolute;
	width: 260px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#pastry {
	position: absolute;
	width: 370px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#events {
	position: absolute;
	width: 410px;
	height: 492px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 19px 25px 19px 10px;
	display: none;
}

#contact {
	position: absolute;
	width: 970px;
	height: 530px;
	top: 155px;
	right: 65px;
	background: transparent url(../images/black80.png);
	background-color: rgba(0,0,0,0.85);
	padding: 0px 20px 0px 30px;
	display: none;
}

.section-title {
	display: block;
	font-family: 'PFHandbookProThin';
	font-size: 22px;
	color: #8d8c8b;
	border-bottom: 1px solid #730d0d;
	margin-bottom: 7px;
	padding-left: 10px;
}

.section-copy {
	font-family: 'PFHandbookProRegular';
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px #000000;
	opacity: 0.7;
	text-indent: 10px;
	line-height: 20px;
}

.section-copy a {
	color: #00a9cd;
}

.close {
	position: absolute;
	top: 3px;
	right: 4px;
	cursor: pointer;
	color: white;
	font-family: 'PFHandbookProThin';
	font-size: 14px;
	opacity: 0.5;
}

/* CONTACT */
#google-map {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#google-map-gr {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px !important;
	margin-top: 50px\9;

}

.contact-subtitle {
	font-family: 'PFHandbookProThin';
	font-size: 18px;
	color: #808080;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	margin-bottom: 15px;
	text-decoration: underline;
}

.contact-copy-gr {
	font-family: 'PFHandbookProThin';
	font-size: 16px;
	color: #808080;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	margin-top: -10px !important;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}

.contact-copy {
	font-family: 'PFHandbookProThin';
	font-size: 16px;
	color: #808080;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	margin-top: -15px !important;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}

.contact-float {
	float: left;
	width: 475px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-label {
	font-family: 'PFHandbookProThin';
	font-size: 18px;
	color: #808080;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	padding-left: 10px;
}

.contact-blue {
	color: #0090ff;
}

.contact-textfield {
	border: 0px;
	padding: 0px;
	background-image: url(../images/contact-textfield.png);
	width: 266px;
	height: 38px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #737373;
	margin-bottom: 10px;
	background-color: transparent;
}

.contact-container {
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.submit_button{
	 width: 152px;
	 height: 36px;
	 border: none;
	 margin: 0;
	 padding: 0;
	 background-image: url(../images/submit-modal.png);
	 float: right;
	 background-color: transparent;
}

.submit_button_en{
	 width: 152px;
	 height: 36px;
	 border: none;
	 margin: 0;
	 padding: 0;
	 background-image: url(../images/submit-modal_en.png);
	 float: right;
	 background-color: transparent;
}

.contact-textarea {
	border: 0px;
	padding: 0px;
	background-image: url(../images/contact-textarea.png);
	width: 442px;
	height: 96px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #737373;
	margin-bottom: 10px;
	background-color: transparent;
	resize: none;
}

.extra-margin {
	margin-top: 25px;
}

.contact-field-small {
	float: left;
}

.contact-textfield-small {
	border: 0px;
	padding: 0px;
	background-image: url(../images/contact-textfield-small.png);
	width: 195px;
	height: 38px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #737373;
	margin-bottom: 10px;
	background-color: transparent;
}

.contact-field-small-last {
	margin-left: 20px;
}

/* THUMBS */
#stay-thumbs {
	position: absolute;
	width: 320px;
	height: 46px;
	bottom: 130px;
	right: 130px;
	display: none;
}

#stay-thumbs img,#services-thumbs img,#cafe-thumbs img,
#restaurant-thumbs img,#pastry-thumbs img,#events-thumbs img,
#hotel-thumbs img {
	margin-right: 4px;
	opacity: 0.8;
	cursor: pointer;
	-webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -4px 4px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         -4px 4px 5px rgba(0, 0, 0, 0.75);
	display: block;
	float: left;
}

#services-thumbs {
	position: absolute;
	width: 270px;
	height: 46px;
	bottom: 130px;
	right: 90px;
	display: none;
}

#cafe-thumbs {
	position: absolute;
	width: 320px;
	height: 46px;
	bottom: 130px;
	right: 100px;
	display: none;
}

#restaurant-thumbs {
	position: absolute;
	width: 270px;
	height: 46px;
	bottom: 130px;
	right: 70px;
	display: none;
}

#pastry-thumbs {
	position: absolute;
	width: 320px;
	height: 46px;
	bottom: 130px;
	right: 120px;
	display: none;
}

#events-thumbs {
	position: absolute;
	width: 270px;
	height: 46px;
	bottom: 130px;
	right: 130px;
	display: none;
}

#hotel-thumbs {
	position: absolute;
	width: 320px;
	height: 46px;
	bottom: 130px;
	right: 60px;
	opacity: 0;
}

/* IMAGE VIEWER */
#image-viewer {
	width: 1248px;
	height: 656px;
}

#iframe-parent {
	position: absolute;
	top: 112px;
	left: 0px;
	display: none;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  	#wrapper {
		width: 1000px;
		height: 798px;
		margin: 0px auto;
		overflow: hidden;
	}

	#bg-container {
		position: absolute;
		width: 1000px;
		height: 798px;
		z-index: 0;
		overflow: hidden;
	}

	.bg-image {
		position: absolute;
		width: 1000px;
		height: 798px;
		top: 0px;
		left: 0px;
		overflow: hidden;
	}

	#main {
		position: relative;
		width: 1000px;
		height: 798px;
		z-index: 1;
	}

	#header {
		position: absolute;
		width: 1000px;
		height: 154px;
		background-image: url(../images/header-bg.png);
		top: 0px;
		left: 0px;
	}

	#footer {
		position: absolute;
		width: 1000px;
		height: 30px;
		background-image: url(../images/footer-bg.png);
		bottom: 0px;
		left: 0px;
	}

	#bottomnav a {
		font-family: 'PFHandbookProThin';
		font-size: 22px;
		color: white;
		opacity: 0.5;
		text-decoration: none;
		margin-left: 30px;
	}
}


/* message box */

div.notice-message{
	font-family: 'PFHandbookProThin';
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	z-index: 100000;
	text-align: center;

	position: absolute;
	width: auto;
	min-height: 20px;

	background: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);

	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.show-again {
	width: 46px;
	height: 46px;
	background-image: url(../images/show-thumb.png);
	cursor: pointer;
	float: left;
	display: none;
}

.web-form-input
{
	float: left;
	font-size: 10px;
	color: white;
	font-family: Arial;
	line-height: 120%;
	margin-left: 10px;
}
.web-form-input input
{
	width: 70px;
	font-size: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: black;
	color: white;
	font-family: Arial;
}
.web-form-input select
{
	width: 80px;
	font-size: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: black;
	color: white;
	font-family: Arial;
}
.image-submit
{
	display: block;
	margin-top: 11px;
	float: left;
	margin-left: 10px;
}

/* isologismos link */
.contact-pdf
{
	color: #808080;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	text-decoration: none;
	margin-top: 20px;
	display: block;
	font: 22px PFHandbookProThin;
	text-align: center;
}
