@charset "UTF-8";
/* CSS Document */

html {
	background-color: #000;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFF;
	line-height: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

p {
	margin: 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	outline: none;
}

a:active, a:hover {
	color: #999;
	text-decoration: underline;
}

a img {
	border: none;
}

form {
	margin-bottom: 0px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

/* Template */

.bg-container {
	position: fixed;
	width: 100%;
	height: 100%;
}

.bg-container img {
	position: absolute;
	display: none;
}

.window-container {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 980px;
	min-height: 630px;
}

a.box-link:link, a.box-link:visited {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	border: 1px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 10px;
	text-align: center;
}

a.box-link:active, a.box-link:hover {
	color: #FFF;
	text-decoration: none;
}

#header {
	position: absolute;
	width: 100%;
	height: 80px;
	background-image: url(../img/header_bg.png);
}

#nav {
	position: absolute;
	width: 980px;
	height: 95px;
	top: 15px;
	left: 50%;
	margin-left: -490px;
}

img#logo {
	position: absolute;
	top: 0px;
	left: 407px;
}

ul#nav-left {
	position: absolute;
	top: 25px;
	right: 50%;
	margin-right: 122px;
}

ul#nav-right {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 122px;
}

#nav li {
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
	line-height: 12px;
}

#nav a:active, #nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

li#nav-home, li#nav-about {
	margin-right: 20px;
}

li#nav-share, li#nav-journey {
	margin-left: 20px;
}

li#nav-share a.box-link {
	position: absolute;
	margin-top: -5px;
	text-decoration: none;
}

a#youtube img {
	position: absolute;
	margin-top: -2px;
}

a#youtube {
	margin-left: 20px;
}

#content-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.content {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

img.content-bg {
	position: fixed;
}

.page-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#footer {
	position: absolute;
	width: 100%;
	height: 79px;
	background-image: url(../img/footer_bg.png);
	bottom: 0px;
}

#footer img {
	position: absolute;
	left: 50%;
	margin-left: -101px;
	bottom: 20px;
}

a#site-credit {
	position: absolute;
	right: 10px;
	bottom: 20px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #FFF;
}

/* Home */

a#play-video:link, a#play-video:visited, a#play-video-trailer:link, a#play-video-trailer:visited {
	position: absolute;
	width: 200px;
	height: 30px;
	background-image: url(../img/button_play.png);
	background-position: 0px -30px;
	left: 50%;
	margin-left: 10px;
	bottom: 130px;
}

a#play-video-trailer:link, a#play-video-trailer:visited {
	background-image: url(../img/button_play_trailer.png);
	margin-left: -210px;
}

a#play-video:active, a#play-video:hover, a#play-video-trailer:active, a#play-video-trailer:hover {
	background-position: 0px 0px;
}

/* The Film */

#film-loader, #map-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}

#map-loader {
	background-color: #AEA596;
}

#video-loader {
	position: fixed;
	width: 100%;
	height: 100%;
}

#film-loader a.box-link {
	top: 20px;
	left: 50%;
	margin-left: -30px;
}

a#close-link {
	font-size: 10px;
}

/* About */

#about-container {
	position: absolute;
	width: 750px;
	height: 515px;
	top: 50%;
	left: 50%;
	margin-top: -242px;
	margin-left: -375px;
}

#about {
	display: table-cell;
	width: 750px;
	height: 515px;
	text-align: center;
	vertical-align: middle;
}

#about-container p {
	line-height: 20px;
}

#about-container p a:link, #about-container p a:visited {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}

#about-container p a:active, #about-container p a:hover {
	color: #FFF;
}

/* Journey */

#journey-container {
	position: absolute;
	width: 860px;
	height: 530px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -430px;
}

.journey {
	margin-top: 45px;
}

.journey h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.journey h4 {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.journey-divider {
	width: 840px;
	height: 1px;
	border-top: 1px dotted #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

img#journey-landing {
	height: 320px;
}

.journey ul {
	margin-top: 15px;
}

.journey li {
	display: inline;
	margin-right: 40px;
}

.journey li a:link, .journey li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}

.journey li a:active, .journey li a:hover {
	color: #FFF;
	text-decoration: underline;
}

li#home {
	margin-right: 25px;
}

#journey-text {
	position: absolute;
	width: 410px;
	height: 320px;
	margin-top: -320px;
	margin-left: 455px;
	overflow: hidden;
}

#journey-text p {
	line-height: 20px;
}

li#journey-full {
	position: absolute;
	left: 455px;
}

li#journey-full a:link, li#journey-full a:visited {
	font-size: 13px;
	line-height: 13px;
}

li#journey-full span {
	position: absolute;
	width: 365px;
	height: 80px;
	background-image: url(../img/journey_full_package_bg.png);
	margin-top: -119px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	line-height: 20px;
	display: none;
}

#journey-photos {
	padding-left: 70px;
}

#journey-photos a#behind-arrow-left {
	left: 35px;
}

#journey-photos a#behind-arrow-right {
	right: 35px;
}

#journey-header-links {
	position: absolute;
	right: 20px;
	margin-top: -25px;
}

a#box-link-individual, a#box-link-locations {
	position: static;
	float: right;
	font-size: 12px;
	line-height: 12px;
	margin-left: 20px;
}

.journey-offers-item img {
	float: left;
}

.journey-offers-item-text {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 590px;
	margin-left: 20px;
}

.journey-offers-item p {
	margin-bottom: 10px;
}

p.journey-offers-item-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.journey-offers-item a:link, .journey-offers-item a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 35px;
}

.journey-offers-item a:active, .journey-offers-item a:hover {
	color: #FFF;
	text-decoration: underline;
}

#journey-offers-text {
	height: 365px;
	overflow: hidden;
}

/* Share */

#share-box {
	position: absolute;
	width: 118px;
	height: 65px;
	top: 35px;
	left: 50%;
	margin-left: 345px;
	background-image: url(../img/share_bg.png);
	text-align: center;
	line-height: 18px;
	padding-top: 30px;
	display: none;
	z-index: 1;
}

#share-box a:link, #share-box a:visited {
	color: #666666;
	font-size: 10px;
}

#share-box a:active, #share-box a:hover {
	color: #999;
}

#email-box {
	position: absolute;
	width: 178px;
	height: 216px;
	top: 35px;
	left: 50%;
	margin-left: 180px;
	background-image: url(../img/email_bg.png);
	text-align: center;
	display: none;
	z-index: 1;
}

#email-box form {
	width: 141px;
	margin-top: 26px;
	margin-left: 19px;
}

input.textfield, textarea {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	border: 1px solid #E1E1E1;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	width: 135px;
	height: 14px;
	color: #666666;
	outline-width: 0px;
	background-color: #FFF;
	margin-bottom: 9px;
}

textarea {
	height: 50px;
	resize: none;
	max-width: 135px
}

a#close-email {
	position: absolute;
	top: 18px;
	left: 11px;
}

/* Bios */

#bios-container {
	position: absolute;
	width: 740px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -370px;
}

#bios, .bio-box {
	display: table-cell;
	width: 590px;
	height: 450px;
	text-align: center;
	vertical-align: middle;
}

#bios {
	padding-left: 75px;
}

.bio-box {
	width: 740px;
}

#bios-container p {
	line-height: 20px;
}

a.bio-item {
	width: 270px;
	float: left;
	margin-bottom: 20px;
}

a.bio-item:link, a.bio-item:visited {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}

a.bio-item:active, a.bio-item:hover {
	color: #FFF;
	text-decoration: none;
}

a.bio-item img {
	width: 270px;
	height: 150px;
	margin-bottom: 5px;
}

a#bio-item-luca, a#bio-item-waris {
	margin-right: 50px;
}

p#bio-heading {
	margin-bottom: 20px;
}

#bios-container a.box-link {
	font-size: 10px;
	line-height: 10px;
	position: static;
}

.bio-box h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bio-box p {
	margin-bottom: 50px;
	width: 600px;
	margin-left: 70px;
}

a.bio-arrow {
	position: absolute;
	top: 210px;
}

a#bio-arrow-left {
	left: 0px;
}

a#bio-arrow-right {
	right: 0px;
}

.bio-box-content {
	width: 600px;
	height: 370px;
	margin-left: 90px;
	margin-bottom: 45px;
	overflow: hidden;
	margin-top: 20px;
}

.bio-box-content p {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0px;
}

p#photo-credit {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	margin-left: 498px;
	margin-top: 5px;
}

/* behind the scenes */

#behind-container {
	position: absolute;
	width: 720px;
	height: 530px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -360px;
}

.behind {
	display: table-cell;
	width: 720px;
	height: 530px;
	text-align: center;
	vertical-align: middle;
}

.behind #video-loader {
	position: static;
	width: 640px;
	height: 360px;
	margin-bottom: 20px;
}

.behind img#image-loader {
	width: 615px;
	height: 410px;
}

.behind a.box-link {
	font-size: 10px;
	line-height: 10px;
	position: static;
}

a.behind-arrow {
	position: absolute;
	top: 235px;
}

a#behind-arrow-left {
	left: 0px;
}

a#behind-arrow-right {
	right: 0px;
}

#image-loader-container {
	width: 615px;
	height: 410px;
	margin-bottom: 20px;
	/* background-color: #FFF; */
	margin-left: 52px;
}