/*
	General styles
*/
body {
	background: #bcdee6;
	background: -moz-linear-gradient(left,  #bcdee6 0%, #cbeef4 50%, #bcdee6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bcdee6), color-stop(50%,#cbeef4), color-stop(100%,#bcdee6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #bcdee6 0%,#cbeef4 50%,#bcdee6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #bcdee6 0%,#cbeef4 50%,#bcdee6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #bcdee6 0%,#cbeef4 50%,#bcdee6 100%); /* IE10+ */
	background: linear-gradient(to right,  #bcdee6 0%,#cbeef4 50%,#bcdee6 100%); /* W3C */

}
body, html {
	height: 100%
}

h1, h2, h3, h4 {
}
h1 {
}
h2 {
}
a, a:visited {
}
a:hover {
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.pure-1020 { position: relative; display: block; width: 1020px; margin: 0 auto; }

.centertext { text-align: center; }
.lefttext { text-align: left; }
.center { margin: 0 auto; }

.panel { float: left; cursor: pointer; }
.cta { cursor: pointer; }

.scrollcontinue {
	position: absolute;
	color: #ffffff;
	font-size: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#content-wrapper {
	width: 100%;
	height: 100%;
	display: block;
}
.scrollContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%
}
.scrollContainer {
	height: 100%;
	margin: auto;
}
.scrollContent {
	position: relative;
	width: 100%;
	height: auto;
}

.fixedscreen {
	position: relative;
	overflow: hidden;
}

.fullscreen {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.animage {
	display: block;
	position: absolute;
	height: auto;
}



.border-top {
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	top:3px;
	left: 0px;
	background: url('../images/border.png') repeat-x;
	z-index:10000;
}

.border-bottom {
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom:3px;
	left: 0px;
	background: url('../images/border.png') repeat-x;
	z-index:10000;
}

@-webkit-keyframes arrowbounce {
	from { -webkit-transform: translate3d(0,0,0);  }
	50%   { -webkit-transform: translate3d(0,10px,0); }
	to   { -webkit-transform: translate3d(0,0,0); }
}

@keyframes arrowbounce {
	from {
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,20px,0);
	  transform: translate3d(0,0,0);
	}
	50% {
	  -moz-transform: translate3d(0,20px,0);
	  -ms-transform: translate3d(0,20px,0);
	  transform: translate3d(0,20px,0);
	}
	to {
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	  transform: translate3d(0,0,0);
	}
}

.cta-arrow {
    -webkit-animation-name: arrowbounce;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;

    animation-name: arrowbounce;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-duration: 2s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Container 1 */
.container1 {
	background: rgb(151,209,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(151,209,250,1) 0%, rgba(133,187,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,209,250,1)), color-stop(100%,rgba(133,187,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(151,209,250,1) 0%,rgba(133,187,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(151,209,250,1) 0%,rgba(133,187,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(151,209,250,1) 0%,rgba(133,187,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(151,209,250,1) 0%,rgba(133,187,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d1fa', endColorstr='#85bbfd',GradientType=0 ); /* IE6-9 */
}

.container2 {
	background-color: #87b5d6;
}

	.australia-operahouse-background {
		width:100%;
		height: 970px;
		top: 450px;
		left: 0px;
		background: url('../images/australia-background.png') repeat-x;
		z-index: 50;
	}

	.australia-operahouse-snow {
		width:100%;
		height: 200%;
		top: 0px;
		left: 0px;
		background: url('../images/australia-background.svg') repeat;
		z-index: 40;
	}

.container3 {
	background-color: #850000;
}

	.germany-snow {
		width:100%;
		height: 200%;
		top: 0px;
		left: 0px;
		background: url('../images/germany-snow.png') repeat;
		z-index: 40;
	}

	.germany-layer {
		width:100%;
		height: 100%;
		top: 490px;
		left: 0px;
		background: url('../images/germany-layer.svg') no-repeat center bottom;
		background-size: cover;
		z-index:100;
	}

.container4 {
	background: rgb(158,212,220); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(158,212,220,1) 0%, rgba(70,152,162,1) 62%, rgba(102,190,200,1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,212,220,1)), color-stop(62%,rgba(70,152,162,1)), color-stop(75%,rgba(102,190,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(158,212,220,1) 0%,rgba(70,152,162,1) 62%,rgba(102,190,200,1) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(158,212,220,1) 0%,rgba(70,152,162,1) 62%,rgba(102,190,200,1) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(158,212,220,1) 0%,rgba(70,152,162,1) 62%,rgba(102,190,200,1) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(158,212,220,1) 0%,rgba(70,152,162,1) 62%,rgba(102,190,200,1) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed4dc', endColorstr='#66bec8',GradientType=0 ); /* IE6-9 */

}

.container5 {
	background-color: #cb1d1d;
}

.container6 {
	background-color: #f3d131;
}

.container7 {
	background: rgb(19,125,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(19,125,199,1) 0%, rgba(18,123,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,125,199,1)), color-stop(100%,rgba(18,123,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,125,199,1) 0%,rgba(18,123,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,125,199,1) 0%,rgba(18,123,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,125,199,1) 0%,rgba(18,123,195,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,125,199,1) 0%,rgba(18,123,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137dc7', endColorstr='#127bc3',GradientType=0 ); /* IE6-9 */

}

@-webkit-keyframes twinkle {
	from { -webkit-transform: scale3d(1,1,0);  }
	50%   { -webkit-transform: scale3d(1.05,1.05,0); }
	to   { -webkit-transform: scale3d(1,1,0); }
}

@keyframes twinkle {
	from {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	50% {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	to {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
}

.uk-star {
    -webkit-animation-name: twinkle;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0.5s;

    animation-name: twinkle;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes twinklefast {
	from { -webkit-transform: scale3d(1,1,0);  }
	50%   { -webkit-transform: scale3d(1.25,1.2,0); }
	to   { -webkit-transform: scale3d(1,1,0); }
}

@keyframes twinklefast {
	from {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	50% {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	to {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
}

.uk-star-fast {
    -webkit-animation-name: twinklefast;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0.25s;

    animation-name: twinklefast;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 0.25s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes twinklemed {
	from { -webkit-transform: scale3d(1,1,0);  }
	50%   { -webkit-transform: scale3d(1.25,1.2,0); }
	to   { -webkit-transform: scale3d(1,1,0); }
}

@keyframes twinklemed {
	from {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	50% {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
	to {
	  -moz-transform: scale3d(1,1,0);
	  -ms-transform: scale3d(1.03,1.03,0);
	  transform: scale3d(1,1,0);
	}
}

.uk-star-med {
    -webkit-animation-name: twinklemed;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0.7s;

    animation-name: twinklemed;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 0.7s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container8 {
	background: rgb(228,98,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,98,0,1) 0%, rgba(230,132,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,98,0,1)), color-stop(100%,rgba(230,132,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,98,0,1) 0%,rgba(230,132,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,98,0,1) 0%,rgba(230,132,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,98,0,1) 0%,rgba(230,132,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,98,0,1) 0%,rgba(230,132,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46200', endColorstr='#e68400',GradientType=0 ); /* IE6-9 */
}

	.spain-foreground {
		width:100%;
		height: 200%;
		top:1176px;
		background-color:#8f0000;
	}

	.spain-background {
		width:100%;
		height: 100%;
		top:0px;
		left: 0px;
		background: url('../images/spain-background.png') repeat-x;
	}

.container9 {
	background: rgb(54,85,141); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(54,85,141,1) 0%, rgba(72,103,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,85,141,1)), color-stop(100%,rgba(72,103,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(54,85,141,1) 0%,rgba(72,103,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(54,85,141,1) 0%,rgba(72,103,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(54,85,141,1) 0%,rgba(72,103,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(54,85,141,1) 0%,rgba(72,103,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36558d', endColorstr='#4867a1',GradientType=0 ); /* IE6-9 */
}

	.usa-snow1{
		width:100%;
		height: 200%;
		top: 0px;
		left: 0px;
		background: url('../images/usa-snow1.svg') repeat;
		z-index: 40;
		opacity: 0.25;

		-webkit-animation-name: scrollsnow1;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-duration: 10s;

		animation-name: scrollsnow1;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-duration: 10s;

		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.usa-snow2{
		width:100%;
		height: 200%;
		top: 0px;
		left: 0px;
		background: url('../images/usa-snow2.svg') repeat;
		z-index: 40;
		opacity: 0.15;

		-webkit-animation-name: scrollsnow2;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-duration: 14s;

		animation-name: scrollsnow2;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-duration: 14s;

		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}	

@-webkit-keyframes scrollsnow1 {
	from { -webkit-transform: translate3d(0,-400px,0);  }
	to   { -webkit-transform: translate3d(0,0,0); }
}

@keyframes scrollsnow1 {
	from {
	  -moz-transform: translate3d(0,-400px,0);
	  -ms-transform: translate3d(0,-400px,0);
	  transform: translate3d(0,-400px,0);
	}
	to {
	  -moz-transform:  translate3d(0,0,0);
	  -ms-transform:  translate3d(0,0,0);
	  transform:  translate3d(0,0,0);
	}
}

@-webkit-keyframes scrollsnow2 {
	from { -webkit-transform: translate3d(0,-400px,0);  }
	to   { -webkit-transform: translate3d(0,0,0); }
}

@keyframes scrollsnow2 {
	from {
	  -moz-transform: translate3d(0,-400px,0);
	  -ms-transform: translate3d(0,-400px,0);
	  transform: translate3d(0,-400px,0);
	}
	to {
	  -moz-transform:  translate3d(0,0,0);
	  -ms-transform:  translate3d(0,0,0);
	  transform:  translate3d(0,0,0);
	}
}

