.fullScreen {
	background: url(../img/top.jpg) no-repeat;
	background-size: 100% 100%;
	animation-delay: 3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.bigBanner{
	position: relative;
	overflow: hidden;
}
.bigBannerText{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.topText {
	width: 56.66%;
	position: absolute;
	top: 6%;
	left: 50%;
	margin-left: -28.33%;
	animation-delay: .5s;
	animation-duration: 1s;
}

.bottomText {
	width: 45.31%;
	position: absolute;
	top: 26.85%;
	left: 50%;
	margin-left: -22.65%;
	animation-delay: 1s;
	animation-duration: 1s;
}

.gezi {
	width: 8.33%;
	position: absolute;
	left: 78.13%;
	top: 36.11%;
	animation-delay: 1.5s;
}

.yun {
	background: url(../img/yun.png) repeat-x center bottom;
	position: absolute;
	width: 8760px;
	height: 894px;
	left: 0;
	top: 143px;
	z-index: 1;
	-webkit-animation: yunMove 100s linear infinite;
	animation: yunMove 100s linear infinite;
	filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6
}
@-webkit-keyframes yunMove {
    0% {left:-2920px; }
    100% {left:0 }
}
@keyframes yunMove {
    0% { left:-2920px }
    100% { left:0  }
}
.device .animated{
	animation-delay: 1s;
	animation-duration: 1s;
}