/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'ecoicon';
	src:url('../fonts/ecoicons/ecoicon.eot');
	src:url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background-color: #333;
	overflow: hidden;
}

input:focus{ 
	outline:none;
}

a{
	text-decoration: none;
}

#menu {
	background-color: #787878;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	color: #fff;
	text-align: center;
	border: 5px #fff solid;
	font-size: 22px;
	line-height: 90px;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 9;
	display: block;
}

#menu:hover{
	color:#fff;
	font-size: 26px;
	cursor: pointer;
	opacity: 0.9;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	z-index: 1;
	color: #fff;
	background-color: #d54f30;
	right:75px;
	top: 100px;
	/*top: 150px; */
  	opacity: 0;
	
	-webkit-animation-duration: 1s;
    -webkit-animation-timing-function:ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function:ease-out;
    -moz-animation-fill-mode:forwards;
}

@-webkit-keyframes listoutf{
	from{
		opacity: 0;
		top: 80px; 
	}
	to{
		opacity: 1;
		top: 170px; 
	}
}

@-webkit-keyframes listbackf{
	from{
		opacity: 1;
		top: 170px; 
	}
	to{
		opacity: 0;
		top: 80px; 
	}
}

@-webkit-keyframes listoutt{
	0%{
		opacity: 0;
		top: 80px; 
	}
	50%{
		opacity: 0;
		top: 170px; 
	
	}

	100%{
		opacity: 1;
		top: 240px; 
	}
}

@-webkit-keyframes listbackt{
	0%{
		opacity: 1;
		top: 240px; 
	}

	100%{
		opacity: 0;
		top: 80px; 
	}
}


.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 32px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}


/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 rgba(255,255,255,1);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 rgba(255,255,255,1);
}

.hi-icon-effect-7a .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/**/
/* Added by Moto */
/**/
#mainpage{
	width: 6720px;
	height: 1050px;
	display:flex;
	flex:nowrap;
}
.mainpage-move-one{
	-webkit-animation: moveleftone 3s ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: moveleftone 3s ease-out;
    -moz-animation-fill-mode:forwards;
    animation:  moveleftone 3s ease-out;   
    animation-fill-mode:forwards;    
}
.mainpage-move-two{
	-webkit-animation: movelefttwo 3s ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: movelefttwo 3s ease-out;
    -moz-animation-fill-mode:forwards;
    animation:  movelefttwo 3s ease-out;   
    animation-fill-mode:forwards;    
}
.mainpage-move-three{
	-webkit-animation-name: moveleftthree;
	-webkit-animation-duration: 3s;
    -webkit-animation-timing-function:ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-name: moveleftthree;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function:ease-out;
    -moz-animation-fill-mode:forwards;
    	-webkit-animation: moveleftthree 3s ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: moveleftthree 3s ease-out;
    -moz-animation-fill-mode:forwards;
    animation:  moveleftthree 3s ease-out;   
    animation-fill-mode:forwards;  
}

.page{ 
	width: 1680px;
	height: 1050px;
}
#enter-your-name{
 	position:relative;
  	top:400px;
  	left:550px; 
	width: 600px;
	font-family: 'Lato';
	font-size: 62px;
	color: black;
	text-align: center;
}
input[id="nameinput"] {
	border: none;
    width: 200px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    background: #339966;
}
button[id="playbutton"]{
	width: 150px;
	height: 80px;
	font-size: 62px;
}
#myname{
	width: 445px;
	height: 90px;
	margin-top: 50px;
	margin-left: 80px;
	margin-bottom: 50px;
	background-color: #339966;
	text-align:center;
	border: 2px solid white;
	border-radius: 25px;
}
#page_one{
	float: left;
	background-color: #339966;
}

#page_two{
	/*margin-left: 1680px;*/
	background-color: #787878;
}

#page_three{
	/*margin-left: 3360px;*/
	background-color: #D54F30;
}

#page_four{
	/*margin-left: 5040px;*/
	width: 1680px;
	height: 1050px;
	/*background-image: url("../pic/bg4.png");*/
	background-color: #787878;
}

#game{
	background-image: url("../pic/bg4.png");

}

@keyframes moveleftone{
	from{ margin-left: 0; }
	to{	margin-left: -1680px; }
}
@-webkit-keyframes moveleftone{
	from{ margin-left: 0; }
	to{	margin-left: -1680px; }
}
@-moz-keyframes moveleftone{
	from{ margin-left: 0; }
	to{	margin-left: -1680px; }
}

@keyframes movelefttwo{
	from{ margin-left: -1680px; }
	to{	margin-left: -3360px; }
}
@-webkit-keyframes movelefttwo{
	from{ margin-left: -1680px;	}
	to{ margin-left: -3360px; }
}
@-moz-keyframes movelefttwo{
	from{ margin-left: -1680px; }
	to{ margin-left: -3360px; }
}

@keyframes moveleftthree{
	from { margin-left: -3360px; }
	to { margin-left: -5040px; }
}
@-webkit-keyframes moveleftthree{
	from{ margin-left: -3360px;	}
	to{ margin-left: -5040px; }
}
@-moz-keyframes moveleftthree{
	from{ margin-left: -3360px; }
	to{	margin-left: -5040px; }
}


