
.section-terra .building{
	background-image: url("../img/terra/background.jpg");
	width: 1637px;
	height: 1366px;
	top: 0px;
	left: -800px;
}

.section-terra .terra{
	background-image: url("../img/terra/terra.png");
	width: 546px;
	height: 946px;
	top: 45px;
	left: -380px;
}

.section-terra .splats_top{
	background-image: url("../img/splats/splats_top_1.png");
	width: 1600px;
	height: 302px;
	left: -800px;
}

.section-terra .splats_bottom{
	background-image: url("../img/giddeon/splats.png");
	width: 1600px;
	height: 302px;
	left: -800px;
}

.section-terra .layer.title,.section-terra .layer_right.title{
	background-image: url("../img/terra/copy_title.png");
	width: 147px;
	height: 36px;
	top: 495px;
	right:320px;
	text-shadow: 2px 2px 2px #000;
}



.section-terra .copy{
	font-family: "Open Sans";
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;/* 	color: #c6c6c8; */
	color: #98a6ab;
	text-shadow: 2px 2px 2px #000;
	width: 495px;
	height: 146px;	
	top: 547px;
	font-style: italic;
	text-align: right;
}

.section-terra .feeds{
	font-family: "Arial";
	font-size: 21px;
	color: #ebebeb;
	margin-left: 50px;
	top: 200px;
	-webkit-transform:perspective(520px) rotateX(19deg) rotateY( 15deg ) rotateZ(-15deg);
	-moz-transform:perspective(520px) rotateX(19deg) rotateY( 15deg ) rotateZ(-15deg);
	-o-transform: perspective(520px) rotateX(19deg) rotateY( 15deg ) rotateZ(-15deg);
	-transform: perspective(520px) rotateX(19deg) rotateY( 15deg ) rotateZ(-15deg);

}

.section-terra .feed {
	width:300px;
	margin-bottom:10px
}

.section-terra .feed .title{
	font-size: 18px;
	color: #6bcdfb;
}

.section-terra .feed .time{
	font-size: 16px;
	color: #7f8282;
	float: right;
}

.section-terra .feed .body{
	font-size: 16px;
	margin-top: 8px;
}

.section-terra .animated-gif{
	background-image: url("../gifs/terra_2.jpg");	
	width: 428px;
	height: 248px;
	top: 183px;
	margin-left: 50px;	
	cursor: pointer;
}

.section-terra .animated-gif.playing .animated-gif-seq{
	background-image: url("../gifs/terra_2.gif");	
	opacity: 0;
	width: 100%;
	height: 100%;	
}