@charset "utf-8";
/* CSS Document */
body{ font-family: 'Lato', sans-serif; overflow:hidden}
header{ height:100px;
		background-image:url(../images/header-bg_01.png);}
footer{ background-color:#333; bottom:0; position:absolute; width:100%}

a {
color: #E2623A;
text-decoration: none;
}

.main-logo{ width:60%; padding-top:30px}
.destination{ 
		margin:0;
		 padding:0;
		   color:#fff;
			font-size: 22px;
}
.orenge{ color:#F90}
.head-right{ text-align:right; padding-top:10px}
.head-right p{ color:rgba(255, 255, 255, 0.73);
				line-height: 0.5em;}
.nar{ height: 79.77vh}
footer p{ color:#CCC; padding-top:8px}
.enter{ 
	transition: all 0.5s ease;
	width: 200px;
    height: 100px;
	margin-left:100px;
    position: relative;
    -webkit-animation: mymove 8s infinite; /* Chrome, Safari, Opera */ 
    animation: mymove 8s infinite;
		}
		
/* Chrome, Safari, Opera */ 
@-webkit-keyframes mymove {
    0%   {left: 0px;}
    25%  {left: 200px;}
    75%  {left: 50px}
    100% {left: 100px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {left: 0px;}
    25%  {left: 200px;}
    75%  {left: 50px}
    100% {left: 100px;}
}
		
.nara-text{ padding-left:130px}


#spinningTextG{
width:500px;
height:undefinedpx;
position: absolute;
top: -5px;
left: 214px;
text-shadow: 4px 4px 2px rgba(74, 74, 74, 1);
}

.spinningTextG{
color:#EE7A00;
font-size:55px;
text-decoration:none;
font-weight:bold;
float:left;
-moz-animation-name:bounce_spinningTextG;
-moz-animation-duration:1.6s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-webkit-animation-name:bounce_spinningTextG;
-webkit-animation-duration:1.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-ms-animation-name:bounce_spinningTextG;
-ms-animation-duration:1.6s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-o-animation-name:bounce_spinningTextG;
-o-animation-duration:1.6s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
animation-name:bounce_spinningTextG;
animation-duration:1.6s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
}

#spinningTextG_1{
-moz-animation-delay:0.64s;
-webkit-animation-delay:0.64s;
-ms-animation-delay:0.64s;
-o-animation-delay:0.64s;
animation-delay:0.64s;
}

#spinningTextG_2{
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}

#spinningTextG_3{
-moz-animation-delay:0.96s;
-webkit-animation-delay:0.96s;
-ms-animation-delay:0.96s;
-o-animation-delay:0.96s;
animation-delay:0.96s;
}

#spinningTextG_4{
-moz-animation-delay:1.12s;
-webkit-animation-delay:1.12s;
-ms-animation-delay:1.12s;
-o-animation-delay:1.12s;
animation-delay:1.12s;
}

#spinningTextG_5{
-moz-animation-delay:1.28s;
-webkit-animation-delay:1.28s;
-ms-animation-delay:1.28s;
-o-animation-delay:1.28s;
animation-delay:1.28s;
}

#spinningTextG_6{
-moz-animation-delay:1.44s;
-webkit-animation-delay:1.44s;
-ms-animation-delay:1.44s;
-o-animation-delay:1.44s;
animation-delay:1.44s;
}

#spinningTextG_7{
-moz-animation-delay:1.6s;
-webkit-animation-delay:1.6s;
-ms-animation-delay:1.6s;
-o-animation-delay:1.6s;
animation-delay:1.6s;
}

#spinningTextG_8{
-moz-animation-delay:1.76s;
-webkit-animation-delay:1.76s;
-ms-animation-delay:1.76s;
-o-animation-delay:1.76s;
animation-delay:1.76s;
}

#spinningTextG_9{
-moz-animation-delay:1.92s;
-webkit-animation-delay:1.92s;
-ms-animation-delay:1.92s;
-o-animation-delay:1.92s;
animation-delay:1.92s;
}

#spinningTextG_10{
-moz-animation-delay:2.08s;
-webkit-animation-delay:2.08s;
-ms-animation-delay:2.08s;
-o-animation-delay:2.08s;
animation-delay:2.08s;
}

@-moz-keyframes bounce_spinningTextG{
0%{
-moz-transform:scale(1);
color:#EE7A00;
}

100%{
-moz-transform:scale(.3) rotate(90deg);
color:#00000;
}

}

@-webkit-keyframes bounce_spinningTextG{
0%{
-webkit-transform:scale(1);
color:#EE7A00;
}

100%{
-webkit-transform:scale(.3) rotate(90deg);
color:#00000;
}

}

@-ms-keyframes bounce_spinningTextG{
0%{
-ms-transform:scale(1);
color:#EE7A00;
}

100%{
-ms-transform:scale(.3) rotate(90deg);
color:#00000;
}

}

@-o-keyframes bounce_spinningTextG{
0%{
-o-transform:scale(1);
color:#EE7A00;
}

100%{
-o-transform:scale(.3) rotate(90deg);
color:#00000;
}

}

@keyframes bounce_spinningTextG{
0%{
transform:scale(1);
color:#EE7A00;
}

100%{
transform:scale(.3) rotate(90deg);
color:#00000;
}

}