body
{
	margin: 0px;
	overflow: hidden;
	font-family: 'Roboto-Light';
	font-size: 24px;
}

@font-face
{
	font-family: 'Roboto-Light';
	src: url('../Roboto-Light.ttf') format('truetype');
}

@font-face
{
	font-family: 'Roboto-Regular';
	src: url('../Roboto-Regular.ttf') format('truetype');
}

.headline
{
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 0;
	width: 100%;
	height: 60px;
    font-size: 48px;
    color: white;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

.image
{
	position: absolute;
	left: 0px;
	z-index: 0;
    opacity: 0;
	transition: opacity 1s;
	transition-timing-function: ease-in;
}

.foreground
{
    position: absolute;
}

.background
{
    transition: transform 5s cubic-bezier(0.15, 0.74, 0.74, 0.15);
    transform:translate(0px);
}

/*******************/
.activ .background,
.animate .background
{   
     transform:translate(-200px);
}
/*******************/

#tundra1 .foreground
{
    top: 180px;
    margin-left: 100px;
    transform: scale(0.95) rotate(5deg);
    transition: transform 4.5s cubic-bezier(0, 0, 1, 1);
}

#tundra1.activ .foreground,
#tundra1.animate .foreground
{
    transform: scale(1) rotate(3deg);
}

/*******************/

#tundra1 .background
{   
    transform: scale(1) rotate(0deg);
    margin-left:-100px;    
    transition: transform 4.5s cubic-bezier(0, 0, 1, 1);
}


#tundra1.activ .background,
#tundra1.animate .background
{   
    transform: scale(1.15) rotate(-3deg);
    margin-left:-100px;
}

/*******************/

#tundra5 .background
{   
    margin-top: -70px;
    transform:translate(0,-70px);
}

#tundra5.activ .background,
#tundra5.animate .background
{   
    margin-top: 0px;
    transform:translate(0,0);
}

/*******************/

#tundra2 .foreground
{
    top: 130px;
    left:130px;
    transition: top 4.5s ease-in;
}

#tundra2 .foreground.first
{
    top: 150px;
    left:750px;
    transition: top 5s cubic-bezier(0.15, 0.74, 0.74, 0.15);
}

#tundra2.activ .foreground,
#tundra2.animate .foreground
{
    top:30px;
}

#tundra5 .foreground
{
    top: 0;
    left: 85px;
}

#tundra3 .foreground
{
    top:22px;
}

#tundra4 .foreground
{
    top:0;
    opacity: 0.5;
    transition: transform 5s ease-in, opacity 1s ease-in;
    transform:translate(0,0);
}

#tundra4.activ .foreground
{
    top:0;
    opacity: 0.3;
    transform:translate(-300px,-200px);
}

#tundra5 .foreground
{
    top: 0;
    left: 85px;
}

#slideShow
{
    height: 660px;
    width: 1200px;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
}

.image .label
{
	position: absolute;
	top: 5%;
    transform: translate(-100%);	
	padding: 20px;
	padding-left: 60px;
	background-color: rgba(0,0,0,0.6);
	color: white;
    transition: transform 1s ease-in 1s, opacity 1s ease-in 1s;
	transition-timing-function: cubic-bezier(0.7, 0 , 0.7, 1);
	opacity: 0;
}

.activ .label
{
	position: absolute;
	top: 5%;
	transform: translate(0);	
	padding: 20px;
	padding-left: 60px;
	color: white;
    opacity: 1;
}

.button
{
	position: relative;
	margin-left: -150px;
	left: 50%;
	width: 300px;
	height: 48px;
	background-image: url("images/action_button_2_up.png");
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

.btnbg
{
	position: absolute;
	bottom: 50px;
	left: 0%;
	z-index: 10;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}

.button > *
{
	height: 48px;
	line-height: 48px;
	display: block;
	text-align: center;
	color: white;
}

.button:hover
{
	background-image: url("images/action_button_2_over.png");
}

.buyButton
{
	text-transform: uppercase;
	font-size: 21px;
}

p
{
	margin: 0px;
}

.activ
{
    z-index: 1;
    opacity: 1;
}

.list
{
    color: #e6e6e6;
    font-size: 18px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
}

ul
{
    display: inline;
    padding: 0;
}

.list li:first-child
{
    margin-left: 0;
    color: #6accff;
    font-size: 24px;
   
   
}

.list li:first-child:before
{
    background-image: none;
}

li
{
    display: inline;
    vertical-align: middle;
    margin-left: 60px;
    list-style-type: none;
    position: relative;
    line-height: 44px;
}

li:before
{
    background-image: url(images/listIcon.png);
    content: "";
    height: 50px;
    width: 72px;
    position: absolute;
    top: -14px;
    left: -50px;
}
