@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	overflow:hidden;
	-webkit-touch-callout: none;
}

*{
	-webkit-touch-callout: none;
}

*::-webkit-selection {
	background:transparent;
}

*::-moz-selection {
	background:transparent;
}

img {
	border:0; 
	image-rendering: optimizeSpeed;
}

a{
	text-decoration: none;	
}

a:hover{
	text-decoration: none;	
}

a:visited{
	text-decoration: none;	
}

#container{
	display:table;
	width:900px;
	clear: both;
	height:450px;
	margin:0;
	padding:0;
	margin-top: 45px;
}

#header{
	font-size: 18px;
	width:900px;
	margin:0;
	padding:0;
}

#subHeader1{
	height:30px;
	width:100%;
	background-color: black;
	color: black;
	font-weight:500;
}

#subHeader2{
	position: absolute;
	margin-top: 14px;
	display:block;
	margin-left: 20px;
}

#header #capitolo{
	color: white;
}

#header h1{
	margin:0;
	padding:0;
	padding-top:5px;
	margin-left: 20px;
	font-weight:500;
	color: gray;
	font-size: 16px;
}

#container-sx{
	display: table-cell;
}

#container-dx{
	display: table-cell;
	vertical-align: top;
	width:310px;
}

.n_steps{
	font-size: 16px;
	color: gray;
	font-weight:bold;
	display:block;
	float:left;
	line-height: 28px;
}

h2{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width: 500px;
	font-size: 20px;
	color: #FF6600;
	margin-left: 10px;
	font-weight:bold;
}

article{
	font-size: 13px;
	padding-bottom: 20px;
	width:286px;
	height:505px;
	margin-top: -27px;
	color: #484848;
	line-height: 18px;
}

#box_animation{
	overflow: hidden;
	display: block;
	width:547px;
	height: 307px;
	-moz-transform: scale(1) translateX(0) translateY(85px);
	-webkit-transform: scale(1) translateX(0) translateY(85px);
	-o-transform: scale(1) translateX(0) translateY(85px);
	-ms-transform: scale(1) translateX(0) translateY(85px);
	transform: scale(1) translateX(0) translateY(85px);
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

#animation{
	background-color: white;
	overflow: hidden;
	display: block;
	width:549px;
	height: 309px;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	
}

#resize{
	display:table-cell;
	width: 21px;
	height: 20px;
	background-image: url(../img_controllers/resize.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

#controller{
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	display: table;
	left: 0;
	bottom: 55px;
}

#play_button{
	height: 20px;
	background-image: url(../img_controllers/play.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin:0;
	padding:0;
	display:table-cell;
	width: 20px;
}

#volume_onoff{
	display:table-cell;
	width: 20px;
	height: 20px;
	background-image: url(../img_controllers/volume.png);
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	display:none;
}

#volume_inc{
	display:table-cell;
	width: 16px;
	height: 20px;
	background-image: url(../img_controllers/plus.png);
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	display:none;
}

#volume_dec{
	display:table-cell;
	width: 16px;
	height: 20px;
	background-image: url(../img_controllers/minum.png);
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	display:none;
}

#timeline{
	height: 20px;
	/*background-image:url(../img_controllers/back_timeline.png);
	background-position: center center;	
	background-repeat: repeat-x;*/
	margin:0;
	padding:0;
	display:table-cell;
	width:auto;
	-webkit-border-radius: 20px;
}

#line{
	display: block;
	height: 20px;
	top: 0px;
	z-index:10;
	background-image:url(../img_controllers/back_timeline.png);
	background-position: center center;	
	background-repeat: repeat-x;
	width:100%;
}

#dragger{
	display: block;
	position: absolute;
	top:0;
	width:20px;
	height:20px;
	background-image:url(../img_controllers/selector_timeline.png);
	background-position: center center;	
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	left:0px;
	z-index:20;
}

#index{
	display: block;
	height: 20px;
	width:20px;
	vertical-align: middle;
	background-image:url(../img_controllers/index.png);
	background-position: top;	
	background-repeat: no-repeat;
	margin-right:8px;
	margin-left:59px;
	margin-top:-5px;
	margin-bottom:25px;
	float:left;
}

#indexlist{
	min-width:200px;
	position: absolute;
	left:90px;
	background-color: white;
	border:solid 2px gray;
	list-style-type: none;
	padding: 0px;
	bottom: 8px;
	overflow: hidden;
	z-index: 20;
	display:none;
}

#indexlist li{
	background-color: white;
	color: gray;
	padding: 5px 10px;
	height: 20px;
}

#indexlist li:hover{
	background-color:white;
	color: #FF6600;
	cursor: pointer;
}

.padding10{
	width:10px;
	display: table-cell;	
}
.padding20{
	width:20px;
	display: table-cell;	
}

.padding30{
	width:30px;
	display: table-cell;	
}

.button_sx{
}

.button_dx{
}

#wrapper{
	display:block;
	width:100%;
	height:20px;	
	position:relative;
	padding: 0 0.5% 0 0%;
}

.player{
	display: none;	
}

#loadingbar{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 19px;
	margin: -10px 0 0 -110px;
	background: url('../img_controllers/loader-bar.gif');
	background-repeat: no-repeat;
}

#maxcontainer{
	display:block;
	width:900px;
	height:650px;
	margin-left:auto;
	margin-right: auto;
	overflow:hidden;
	position:relative;
	-moz-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin : 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
	visibility: hidden;
}

footer{
	display:block;
	height:15px;
	background-color: #FF6600;
	width:100%;
	position: absolute;
	bottom:0;
	text-align: right;
	margin:0;
	padding:0;
}

footer span{
	display: block;
	height:15px;
	font-size: 10px;
	margin-right:20px;	
}

footer a{
	color: black;
	text-decoration: none;	
}

footer a:hover{
	text-decoration: underline;	
}

footer a:visited{
	color: black;	
}

#under_anim{
	display:block;
	position:absolute;
	bottom:0;
	width:900px;
}

#credits_div{
	position: absolute;
	background-image:url(../img_controllers/bgcredits.png);
	display: none;
	top:-15px;
	left:0;
	z-index:30;
	width:900px;
	height:650px;
}

#credits{
	background-color:white;
	width:35%;
	height:80%;
	border:solid 2px gray;
	position:absolute;
	bottom:0px;
	right:0;
}

#credits p{
	padding:5%;
	color: gray;
	font-size: 12px;
}

#credits img{
	width:60%;
	margin-left:5%;
	margin-top:10%;	
}

#voiceover{
	display:none;	
}

.marker{
	float:left;
	width: 20px;
	height: 20px;
	background-image: url("../img_controllers/marker.png");
	background-position: top;
	background-repeat: no-repeat;
	margin-top:-5px;
	margin-bottom:25px;
	cursor:pointer;
}

.imgShadow{
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
}

#m1{
}

#m2{
}

#h_c{
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin : 0 0;
	-o-transform-origin: 0 0;
}

#update{
	margin-top:100px;
	display:none;
	width:500px;
	height: 100px;
	margin-left:auto;
	margin-right: auto;
}

#update p{
	color: red;
	text-align: center;
}

#roundsx{
	background-image: url('../img_controllers/round.png');
	background-position: center left;
	height: 20px;
	width:10px;
	float:left;
}

#rounddx{
	background-image: url('../img_controllers/round.png');
	background-position: center right;
	width: 10px;
	height: 20px;
	float:right;
}

video{
	display: block;
	overflow: hidden;
}

.bkg_bottom			{ 	background-position: bottom;	}
.bkg_top			{	background-position: top;		}
.bkg_left			{	background-position: left;		}
.bkg_right			{ 	background-position: right;		}
.bkg_center			{ 	background-position: center;	}
.bkg_center_top		{   background-position: center top;  }
.bkg_right_top		{   background-position: right top;  }

#confirmVideo{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}

.alert{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 25px;
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	background: rgba(255,255,255,01);
	border-radius: 5px;
}

.alert button {
	display: block;
	width: 80%;
	height: 30px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius:5px;
	color: black;
	background-color: #FF6600;
}

.alert button:hover {
	background-color: #FF6600;
}
