body {
	margin: 0;
	padding: 0;
	/*font: 100%/1.4 'Droid Sans', Verdana, Geneva, sans-serif;*/
    font: 100%/1.4 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #666565;
	background: #666565;
}
header h1 {
	width: 960px;
	margin: 0 auto;
	/*font: 300%/1.4 "Droid Serif", Times, serif;*/
    font: 300%/1.4 Times, serif;
	color: #FFF;
	margin: 0 auto;
	padding: 70px 0 50px 0;
	text-shadow: 10px 10px 10px #666565;
	text-align: center;
}
header h2 {
	font: 180%/1.4 "Droid Sans", Times, serif;
	width: 960px;
	color: #FFF;
	margin: 0 auto;
	padding: 0px 0 70px 0;
	text-shadow: 10px 10px 10px #666565;
	text-align: center;
}
.parallax-window {
	min-height: 800px;
	background: transparent;
}
.akropolis {
	background: #FFF;
}
h2 {
	font: 180%/1.4 Times, serif;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0;
}
.down2 {
	margin: 20px 0 0 0;
}
.down3 {
	margin: 30px 0 10px 0;
}
.booking {
	margin: 200px 0 0 0;
}
.pics, .contact {
	background: #666565;
	color: #FFF;
}
.pics img:nth-child(1), .pics img:nth-child(3), .pics img:nth-child(5) {
	float: left;
	margin: 0 10px 10px 0;
}
.pics img:nth-child(2), .pics img:nth-child(4), .pics img:nth-child(6) {
	float: left;
	margin: 0 0 10px 0;
}
a img {
	border: none;
}
.akropolis a:link, .akropolis a:visited {
	color: #666565;
	text-decoration: none;
}
.akropolis a:hover, .akropolis a:active, .akropolis a:focus {
	text-decoration: underline;
}
.contact a:link, .contact a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contact a:hover, .contact a:active, .contact a:focus {
	text-decoration: underline;
}
.animated {
	margin: 60px 0 0 0;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes fadeInDown {
 0% {
 -webkit-transform: translateY(-30px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
}
