
html, body {
	margin: 0px;
	padding: 0px;
}

img {
	width: auto;
	height: auto;
}

/* FIXES SAFARI IMAGE BLURRING */
img[src$=".gif"], img[src$=".png"] {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.pos_abs {
	position: absolute;
}

.full {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#banner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: #CD2128;
	width: 300px;
	height: 250px;
}

#outline {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #bcbec0;
	width: 100%;
	height: 100%;
}

#intro_fade {
	background-color: #FFFFFF;
}
#fr1 , #fr2 , #fr3 , #fr4 {
	opacity: 0;
}
#copy1a , #copy2a {
	top: 130px;
	left: 25px;
}
#copy1b , #copy2b {
	top: 155px;
	left: 40px;
}

.centre {
	display: block;
	width: inherit;
	height: inherit;
}
.centre img , .centre .spot , .centre .circ {
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.cityT {
	top: -18px;
}
.cityB {
	top: 18px;
}

#map1 {
	top: -150px;
	left: 100px;
}
#map1 img {
	/*
	-webkit-clip-path: circle(2% at 34.55% 63%);
	-moz-clip-path: circle(2% at 34.55% 63%);
	-ms-clip-path: circle(2% at 34.55% 63%);
	clip-path: circle(2% at 34.55% 63%);
	*/
}
#fr3 {
	top: 60px;
	left: 230px;
}
.clip_map {
	-webkit-clip-path:url( #clip_circ );
	clip-path:url( #clip_circ );
}
.spot {
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 12px;
	height: 12px; 
}
.circ {
    border: 6px solid #CC0000;
	border-radius: 50%;
	width: 40px;
	height: 40px; 
}

#dubai {
	top: -30px;
	left: -85px;
}
#trail1 {
	top: 30px;
	left: -25px;
}
#trail2 {
	top: 90px;
	left: 35px;
}
#plane {
	top: -15px;
	left: -70px;
}
#perth {
	top: 10px;
	left: -300px;
}
#adelaide {
	top: 40px;
	left: -93px;
}
#melbourne {
	top: 70px;
	left: -38px;
}
#sydney {
	top: 10px;
	left: 22px;
}
#brisbane {
	top: -40px;
	left: 27px;
}
#auckland {
	top: 58px;
	left: 218px;
}
#christchurch {
	top: 130px;
	left: 210px;
}
.cta {
	top: 190px;
	left: 25px;
}
#cta_glow {
	opacity: 0;
}

#logo_red {
	top: 0px;
	right: 20px;
}

#logo_hello {
	top: 62px;
	right: 90px;
	opacity: 0;
}

#replay {
	top: 3px;
	left: 3px;
	opacity: 0;
}