
/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas { margin: 0; padding: 0; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, body { 
	width: 100%; 
	height: 100%; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	background-color: #000;
	color:#ff0000;
}
div.logo { 
	width: 204px; 
	height: 38px;
	float: left;
	background:url(logo.png) 0 0 no-repeat;
	position: relative;
	z-index: 10; 
	background-color: #fff;
	}

div.title { 
	background-color: #ff0000;
	height: 38px;
 	line-height: 38px;
  	padding: 0 10px;
   	margin: 0 1px 0 0;
    float: right;
    color: #333;
    text-align: right;
    font-size: 18px;
    position: relative; 
    z-index: 10; 
}
.template-wrap { 
	padding: 0;
	position:relative;
	width: 50%; 
	margin: 0 auto;
	display: block;
 }
.template-wrap canvas { 
	
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	}
.fullscreen {
	 float: right; 
	 position: relative;
	 z-index: 10; 
}
header{
	margin-top:40px;
	text-align: center;
	height: 40px;
	z-index: 10;
}
.tutorialClass{
	text-align: center;
	display: block;
	position: relative;
	margin: 60px auto;
	width:50%;
	border: 1px solid #ff0000;
	border-radius: 5px;
}
.download{
	position: absolute;
	top:0;
	left: 25%;
	font-size: 22px;
	text-align: center;
	color:#fff;
	width:50%;
}
.img-down{
	position: relative;
	width: 90%;
	display: block;
	margin:0 auto;
}
.icons-down{

}
.img-down .icons-down{
	width: 90%;
	position: relative;	
	margin:0 auto;
}
.img-dan{
	width: 100%;
}
.app-store{
	width: 20%;
	position: absolute;
	bottom:10px;
	left:25%;
}
.google-play{
	width: 20%;
	position: absolute;
	bottom:10px;
	right:25%;
}
@media screen and (max-width: 600px){
	.isMobile{
		display: none;
	}
}
