
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {

    width: 300px;
  
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}


video {
	    pointer-events: none;
}
.hand {
	position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 90;
    margin: auto;
    max-width: 60px;
    opacity: 0;
     pointer-events: none;
}
.hand img {width: 100%;}


.divF {
	perspective: 700px;
    position: absolute;
    top: 0.2px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    opacity: 1;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	
}
#myvideo {
	position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    /* z-index: -10; */
    width: 300px;
    z-index: 0;
    pointer-events: none;
    margin: auto;
}
.square {
	/*border-top: 2px solid green;*/
       width: 300px;
    height: 300px;
    background-image: url(../up.jpg);
    background-size: contain;
    
	transform: rotateX(0deg);
	
	transform-origin: bottom left;
	z-index: 9;
}
.square2 {
	/*border-top: 2px solid green;*/
    width: 300px;
    height: 300px;
  
    background-size: contain;
      background-image: url(../down2.jpg);
    background-size: contain;
	transform: rotateX(0deg);
	transform-origin: bottom left;
	z-index: 8;
	
}

.anim {
	animation: rotateAnimation 0.3s linear;
	 animation-fill-mode: forwards;
}
@keyframes rotateAnimation {
	
	to {transform: rotateX(-180deg);}
}
.overall {
	position: absolute;
	z-index: 99999;
	background-color: white;
}
.over2 {
	top: 80px;
}
.button1 {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;
   /* background-color: red;*/
    width: 150px;
    height: 50px;
    opacity: 0.8;
}
.button2 {
    position: absolute;
    top: 530px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;
   /* background-color: red;*/
    width: 150px;
    height: 50px;
    opacity: 0.8;
}
.butonfinales{
	display: none;
}



body {
	overflow: hidden;
}












.but1ima img, .but2ima img  {width: 100%;}
.butpos {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
	width: 136px;
	height: 36px;

}
.but1ima {
top: 270px;
opacity: 0;
}
.but2ima {
	top: 600px;
	opacity: 0;
}


#test {
	opacity: 0;}


.pagination
{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.clear
{
	clear:both;
}

.pagination a
{
	font-size: 12px;
	line-height: 18px;
}

.container
{
width: 300px;
    height: 600px;
	background-image: url(../bk1.jpg);
}

.box
{

    height: 600px;

/*    background-color: #EEE;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    /* line-height: 36px; */
    overflow: hidden;
    width: 300px;
}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	width: 300px;
	height: 600px;
}

h1
{
	margin-top:36px;
	margin-bottom:5px;
}

h2
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom:0px;

}

h3
{
	margin-top:0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color:#999;
}

h4
{
	margin-top:0px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color:#333;
}

a
{
	text-decoration:none;
	color:#333;	
}

p {
	margin-top:10px;
}

.prettyprint {
	font-size:10px;
}

.example_btn {
	margin-bottom:10px;
}

.properties code,
.methods code,
.events code {
	cursor: pointer;
	text-decoration: underline;
}