@font-face {
    font-family: 'freedomregular';
    src: url('freedom-webfont.eot');
    src: url('freedom-webfont.eot?#iefix') format('embedded-opentype'),
         url('freedom-webfont.woff') format('woff'),
         url('freedom-webfont.ttf') format('truetype'),
         url('freedom-webfont.svg#freedomregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#midietsans_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#midietsans_medium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-bold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#midietsans_medium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-slim';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#midietsans_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family: OpenSans;
}
::-moz-selection { color: black;  background: rgba(5,5,5,0); }
::selection      { color: black;  background: rgba(5,5,5,0); } 


img::-moz-selection { color: black;  background: rgba(5,5,5,0); }
img::selection      { color: black;  background: rgba(5,5,5,0); } 
body {
	background-image: url('tile2.png'), url('tile.jpg');
	margin:0;
	padding:0;
	background-attachment:fixed;
}


#site{
	min-width:1065px;
	max-width:1065px;
	margin:0 auto;
}

#header{
	position:fixed;
	width:1065px;
}

#logo{
    position:relative;
	margin:6px auto;
	display:block;
	cursor:hand;
	cursor:pointer;
	position:absolute;
	top:0;
	left:320px;
	width:425px;
    height:88px;
}

#logodiv img{
      position:absolute;
    display:block; 
    width:425px;
    height:88px;
     top:0;
    left:0;
}

#over{
     position:absolute;
    background-image: url(shine.png);
    top:0;
    left:0;
    display:block; 
    width:425px;
    height:88px;
    background-repeat:no-repeat;
    background-position: -196px center;
}

#over.hov{
    animation: logohov 750ms linear forwards;
}

.subtitle{
	width: 100%;
	text-align: center;
	font-family: freedomregular;
	color: #F5B985;
	font-size: 23px;
	text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
	position:relative;
	top:75px;
}
#footer{
	position:fixed;
	width:100%;
	bottom:0px;
	height:40px;
	background-color: rgba(28, 34, 78, 0.8);
	color:white;
	vertical-align: middle;
}

.inner{
	min-width:1065px;
	max-width:1065px;
	margin:0 auto;
	text-align:center;
	line-height: 40px;
}

#footer .left{
	min-width:400px;
	max-width:400px;
	float:left;
	font-size: 13px;
}

#footer .right{
	min-width:400px;
	max-width:400px;
	float:right;
}
#footer .right a{
	text-decoration:none;
	color:white;
}

#footer .right img{
	margin-left:32px;
}
#footer .right #yt{
	width:75px;
	height:30px;
	position: relative;
	top: 1px;
}
#footer .right #fb{
	width:180px;
	height:34px;
	position: relative;
	top: 3px;
}
#footer .right #lang{
position: relative;
top: -6px;
font-size: 13px;
}

.front, .back {
	width: 269px;
	height: 403px;
    margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor:hand;
	cursor:pointer;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1000ms;
	-ms-transition: 1000ms;
	-moz-transition: 1000ms;
	-o-transition: 1000ms;
	transition: 1000ms;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 16px;
	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);
}

.full {
	position:fixed;
	height: 467px;
	width: 1065px;
	top: 134px;
}

.flip-container {
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
    width: 355px;
	height: 467px;
	display: inline-block;
	float: left;
}

.front{
	background-color: rgba(28, 34, 78, 0.8);
	-webkit-transform: rotateY(0deg) scale3d(1, 1, 1);
	-ms-transform: rotateY(0deg) scale3d(1, 1, 1);
	-moz-transform: rotateY(0deg) scale3d(1, 1, 1);
	-o-transform: rotateY(0deg) scale3d(1, 1, 1);
	transform: rotateY(0deg) scale3d(1, 1, 1);
}

.home{
	background-image:url('front.jpg');
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.back{

    background-image:url('back.jpg');
	-webkit-transform: rotateY(-180deg) scale3d(1, 1, 1);
	-ms-transform: rotateY(-180deg) scale3d(1, 1, 1);
	-moz-transform: rotateY(-180deg) scale3d(1, 1, 1);
	-o-transform: rotateY(-180deg) scale3d(1, 1, 1);
	transform: rotateY(-180deg) scale3d(1, 1, 1);
}



.panel {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	width: 269px;
	height: 403px;
	margin: 32px auto;
}


.flip-container.animone .front {
	-webkit-animation: onefront 1s linear forwards;
	-ms-animation: onefront 1s linear forwards;
	-moz-animation: onefront 1s linear forwards;
	-o-animation: onefront 1s linear forwards;
    animation: onefront 1s linear forwards;
	-webkit-transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
}



.flip-container.animone .back {
	-webkit-animation: oneback 1s linear forwards;
	-ms-animation: oneback 1s linear forwards;
	-moz-animation: oneback 1s linear forwards;
	-o-animation: oneback 1s linear forwards;
	animation: oneback 1s linear forwards;
}



.flip-container.animtwo .front {
	-webkit-animation: twofront 500ms linear forwards;
	-ms-animation: twofront 500ms linear forwards;
	-moz-animation: twofront 500ms linear forwards;
	-o-animation: twofront 500ms linear forwards;
    animation: twofront 500ms linear forwards;
	-webkit-transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
}



.flip-container.animtwo .back {
	-webkit-animation: twoback 500ms linear forwards;
	-ms-animation: twoback 500ms linear forwards;
	-moz-animation: twoback 500ms linear forwards;
	-o-animation: twoback 500ms linear forwards;
	animation: twoback 500ms linear forwards;
}

.flip-container.animthree .front {
	-webkit-animation: threefront 1000ms linear forwards;
	-ms-animation: threefront 1000ms linear forwards;
	-moz-animation: threefront 1000ms linear forwards;
	-o-animation: threefront 1000ms linear forwards;
    animation: threefront 1000ms linear forwards;
	-webkit-transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
}



.flip-container.animthree .back {
	-webkit-animation: threeback 1000ms linear forwards;
	-ms-animation: threeback 1000ms linear forwards;
	-moz-animation: threeback 1000ms linear forwards;
	-o-animation: threeback 1000ms linear forwards;
	animation: threeback 1000ms linear forwards;
}

.flip-container.animthree .panel {
	-webkit-animation: threepanel 1000ms linear forwards;
	-ms-animation: threepanel 1000ms linear forwards;
	-moz-animation: threepanel 1000ms linear forwards;
	-o-animation: threepanel 1000ms linear forwards;
	animation: threepanel 1000ms linear forwards;
	-webkit-transform-style: preserve-3d;
}

.flip-container.animthree .home {
	-webkit-animation: threehome 200ms linear forwards;
	-ms-animation: threehome 200ms linear forwards;
	-moz-animation: threehome 200ms linear forwards;
	-o-animation: threehome 200ms linear forwards;
	animation: threehome 200ms linear forwards;
	-webkit-transform-style: preserve-3d;
}

.full.open {
	-webkit-animation: fullopen 1500ms linear forwards;
	-ms-animation: fullopen 1500ms linear forwards;
	-moz-animation: fullopen 1500ms linear forwards;
	-o-animation: fullopen 1500ms linear forwards;
	animation: fullopen 1500ms linear forwards;
	-webkit-transform-style: preserve-3d;
}

.infull.open {
	-webkit-animation: infullopen 1500ms linear forwards;
	-ms-animation: infullopen 1500ms linear forwards;
	-moz-animation: infullopen 1500ms linear forwards;
	-o-animation: infullopen 1500ms linear forwards;
	animation: infullopen 1500ms linear forwards;
	display:block;
	-webkit-transform-style: preserve-3d;
}


.anim{
    width:155px;
    height:155px;
    background-color:black;
    float:left;
    position:relative;
    -webkit-border-radius: 77px;
    -moz-border-radius: 77px;
    border-radius: 77px;
	left:57px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility:hidden;
}
.anim img{
    width:155px;
    height:155px;
    position:absolute;
    top:0px;
    left:0px;
}

.anim.on #learn {
    opacity:1;
	-webkit-animation: learn 1500ms infinite alternate;
	-ms-animation: learn 1500ms infinite alternate;
	-moz-animation: learn 1500ms infinite alternate;
	-o-animation: learn 1500ms infinite alternate;
    animation: learn 1500ms infinite alternate;
}

.anim.on #buy {
    opacity:1;
	-webkit-animation: buy 1500ms infinite alternate;
	-ms-animation: buy 1500ms infinite alternate;
	-moz-animation: buy 1500ms infinite alternate;
	-o-animation: buy 1500ms infinite alternate;
    animation: buy 1500ms infinite alternate;
}

.anim.on #play1 {
    opacity:0.3;
	-webkit-animation: play1 1500ms linear infinite alternate;
	-ms-animation: play1 1500ms linear infinite alternate;
	-moz-animation: play1 1500ms linear infinite alternate;
	-o-animation: play1 1500ms linear infinite alternate;
    animation: play1 1500ms linear infinite alternate;
}


.anim.on #play2 {
    opacity:0.4;
	-webkit-animation: play1 3000ms linear infinite alternate;
	-ms-animation: play1 3000ms linear infinite alternate;
	-moz-animation: play1 3000ms linear infinite alternate;
	-o-animation: play1 3000ms linear infinite alternate;
    animation: play1 3000ms linear infinite alternate;
}


.anim.on #play3 {
    opacity:0.4;
	-webkit-animation: play3 4500ms linear infinite alternate;
	-ms-animation: play3 4500ms linear infinite alternate;
	-moz-animation: play3 4500ms linear infinite alternate;
	-o-animation: play3 4500ms linear infinite alternate;
    animation: play3 4500ms linear infinite alternate;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.card .width {
	width:269px;
	position:relative;
	top:32px;
	-webkit-backface-visibility:hidden;
}

.card .title {
	width:269px;
	position:absolute;
	display:block;
	top:256px;
	font-size: 23px;
	text-align:center;
	font-family: freedomregular;
	color: #561209;
	line-height: 20px;
	-webkit-backface-visibility:hidden;
}
.animthree .card .title {
display:none
}
.card .title span {
	font-size: 38px;
	font-family: freedomregular;
}

.card .title span:nth-of-type(2) {
	font-size: 34px;
	font-family: freedomregular;
}


.infull{
	position:absolute;
	height: 467px;
	width: 1065px;
	top: 134px;
	margin:0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	left:50%;
	margin-left:-532px;
	display:none;
	opacity:0;
	color:white;
}

.infull .title {
	font-family: freedomregular;
	font-size: 42px;
	line-height: 142px;
	text-align: center;
	width: 100%;
	display: block;
}

#tuto {
	
}

#tuto .vid{
	width: 349px;
	float:left;
	text-align: center;
}

#tuto .vid img{
	width: 226px;
	height:153px;
	margin: 10px 62px;
	border:2px solid white;
}

#tuto .vid .nom{
	width: 100%;
	line-height:20px;
	display:block;
}
#tuto .vid .desc{
	width: 100%;
	line-height:15px;
	display:block;
}

#rules {
	overflow: visible;
}

#rules .slide{
	position:absolute;
	top:0;
	left:0;
	width:1065px;
	height:467px;
	display:block;
}

#rules .slide#one{
	background-image:url(back/1.jpg);
}

#rules .slide#two{
	background-image:url(back/2.jpg);
}

#rules .slide#three{
	background-image:url(back/3.jpg);
}

#rules .slide#four{
	background-image:url(back/4.jpg);
}

#rules .slide .arrows{
	display:block;
	height:28px;
	width:56px;
	float: right;
}

#rules .slide .bck{
	display:block;
	height:28px;
	width:18px;
	background-image:url(bck.png);
	float:left;
	margin:0 5px;
	cursor:hand;
	cursor:pointer;
}

#rules .slide .nxt{
	display:block;
	background-image:url(nxt.png);
	height:28px;
	width:18px;
	float:left;
	margin:0 5px;
	cursor:hand;
	cursor:pointer;
	position: relative;
	left: 1124px;
}


#rules .slide#three .box{
	display:block;
	width:420px;
	background-color:rgba(0,0,0,0.43);
	position:absolute;
}

#rules .slide#three .box:nth-of-type(1){
	bottom:16px;
	left:26px;
	padding: 0px 30px 0px 5px;
	height:300px;
}

#rules .slide#three .box:nth-of-type(1) .symbols{
	float:left;
	width: 25px;
	height:290px;
	margin-right:5px;
}

#rules .slide#three .box:nth-of-type(1) .symbols img:nth-of-type(1){
	position:relative;
	top:130px;
}

#rules .slide#three .box:nth-of-type(2){
	bottom:16px;
	right:26px;
	padding: 40px 15px 0px 5px;
	height: 260px;
}


#rules .slide#three .box:nth-of-type(2) .symbols{
	float:left;
	width: 25px;
	height:290px;
	margin-right:5px;
}

#rules .slide#three .box:nth-of-type(2) .symbols img:nth-of-type(1){
	position:relative;
	top:47px;
}

#rules .slide#three .box:nth-of-type(2) .symbols img:nth-of-type(2){
	position:relative;
	top:62px;
}

#rules .slide#three .box:nth-of-type(2) .symbols img:nth-of-type(3){
	position:relative;
	top:81px;
}

#rules .slide#three .box:nth-of-type(1) .title{
	line-height:70px;
	text-align:left;
	font-size:30px;
	font-style: italic;
}


#rules .slide#three .box:nth-of-type(1) .desc{
	font-family: OpenSans-bold;
	margin-bottom: 12px;
	font-size: 16px;
}

#rules .slide#three .box:nth-of-type(1) .text{
	font-size: 13px;
	margin-bottom:9px;
}
#rules .slide#three .box:nth-of-type(2) .text{
	font-size: 13px;
	width: 370px;
	margin-top:15px;
}


#rules .slide#three .box:nth-of-type(1) .text span, #rules .slide#three .box:nth-of-type(2) .text span, #rules .slide#one .box .text span, #rules .slide#two .box .text span, #rules .slide#four .box .text span{
	font-family: OpenSans-bold;
	font-weight:bold;
}

#rules .slide#three .arrows{
	position: relative;
	top: 210px;
}


#rules .slide#one .box .title{
	line-height:70px;
	text-align:left;
	font-size:30px;
	font-style: italic;
}

#rules .slide#one .box{
	padding:5px 26px;
	background-color:rgba(0,0,0,0.43);
	position:absolute;
	width:388px;
	height:150px;
	top: 295px;
	left:75px;
}
#rules .slide#one .box .text{
	font-size: 13px;
	width: 332px;
}

#rules .slide#two .box{
	padding:5px 26px 5px 60px;
	background-color:rgba(0,0,0,0.43);
	position:absolute;
	width:388px;
	height:160px;
	top: 284px;
	left:500px;
}

#rules .slide#two .box .title{
	line-height:70px;
	text-align:left;
	font-size:30px;
	font-style: italic;
}

#rules .slide#two .box .text{
	font-size: 13px;
	width: 332px;
}

#two > div > div.arrows{
	margin-top: 53px;
}

#rules .slide#four .box{
	padding:5px 26px 5px 60px;
	background-color:rgba(0,0,0,0.43);
	position:absolute;
	width:388px;
	height:160px;
	top: 283px;
	left:500px;
}

#rules .slide#four .box .title{
	line-height:70px;
	text-align:left;
	font-size:30px;
	font-style: italic;
}

#rules .slide#four .box .text{
	font-size: 13px;
	width: 332px;
}

#four > div > div.arrows{
	margin-top: 53px;
}

#instore .province {
	float: left;
	width: 21%;
	margin: 0 4% 0 8%;
}

#instore .province .titre {
	font-weight: bold;
	font-size: 20px;
}


#instore .province .line {
	width:126px;
	height:1px;
	background-color:white;
	margin:15px 0;
}
#instore .province .store {
	margin:20px 0;
}

#instore .province .store .name {
	margin:5px 0;
	display: block;
	font-weight: bold;
}

#instore .province .store .address{
	margin:5px 0;
	display: block;
}

.paddin{
	padding-bottom:30px;
}

#frules #nav {
width: 240px;height: 250px;top: 114px;margin-left: 746px;background-color: rgba(0, 0, 0, 0.5);padding: 23px 40px 15px;float: right;position: fixed;
}


#frules #nav a {
	width: 100%;
	display: block;
	color: white;
	text-decoration: none;
	line-height: 20px;padding-left: 22px;font-size: 15px;
}

#frules #nav a.current {
	color: #f4a127;
}


#frules #text {
float: left;
width: 63%;
padding-left:73px;
}

#frules #text .soustitre{
	font-family: OpenSans-bold;
	font-size: 23px;line-height: 40px;
}

#frules #text p{
	margin-bottom:30px;font-size: 18px;
}

.flip-container > .panel > .front > .home > .width > .anim img:nth-child(1){-webkit-transform: translateZ(1) !important;transform: translateZ(1) !important;}.flip-container > .panel > .front > .home > .width > .anim img:nth-child(2){-webkit-transform: translateZ(2) !important;transform: translateZ(2) !important;}.flip-container > .panel > .front > .home > .width > .anim img:nth-child(3){-webkit-transform: translateZ(3) !important;transform: translateZ(3) !important;}.flip-container > .panel > .front > .home > .width > .anim img:nth-child(4){-webkit-transform: translateZ(4) !important;transform: translateZ(4) !important;}tbody{	font-size: 14px;}
tr td:nth-child(1){}tr td:nth-child(2){	padding: 10px;}tr td:nth-child(3){padding: 10px;}
@keyframes onefront {

	0% { transform: rotateY(0deg) scale3d(1, 1, 1));

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { transform: rotateY(180deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { transform: rotateY(360deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@keyframes oneback {

	0% { transform: rotateY(-180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { transform: rotateY(0deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { transform: rotateY(180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@keyframes twofront {

	0% { transform: rotateY(0deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { transform: rotateY(90deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { transform: rotateY(180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@keyframes twoback {

	0% { transform: rotateY(-180deg) scale3d(1, 1, 1);}

	50% { transform: rotateY(-90deg) scale3d(1.1, 1.1, 1);}

	100% { transform: rotateY(0deg) scale3d(1, 1, 1);}

}

@keyframes threefront {

	0% { width:269px; height:403px; border-radius:16px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38); }

	100% { width:100%; height:100%; border-radius: 0px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0); }

}

@keyframes threeback {

	0% { width:269px; height:403px; border-radius:16px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38); }

	100% { width:100%; height:100%; border-radius: 0px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0); }

}

@keyframes threepanel {

	0% { width:269px; height:403px; margin:32px auto;}

	100% { width:100%; height:100%; margin:0px 0; top: -32px;}

}

@keyframes threehome {

	0% { opacity:1;}
	100% { opacity:0;}

}


@keyframes fullopen {

	0%, 66% { box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@keyframes infullopen {

	0%, 66% { opacity:0;}
	100% { opacity:1;}

}

@keyframes logohov {
    0% {background-position: -196px center;}
	100% { background-position: 576px center;}
}

@keyframes learn {
	0% { opacity:1; }
	15% { opacity:1; }
	100% { opacity:0.6; }
}

@keyframes buy {
	0% { opacity:1; }
	40% { opacity:1; }
	100% { opacity:0.4; }
}

@keyframes play1 {
100% { transform:rotate(120deg); }
}

@keyframes play2 {
100% { transform:rotate(180deg); }
}

@keyframes play3 {
100% { transform:rotate(40deg); }
}



/*****/

@-webkit-keyframes onefront {

	0% { -webkit-transform: rotateY(0deg) scale3d(1, 1, 1));

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { -webkit-transform: rotateY(180deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { -webkit-transform: rotateY(360deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@-webkit-keyframes oneback {

	0% { -webkit-transform: rotateY(-180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { -webkit-transform: rotateY(0deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@-webkit-keyframes twofront {

	0% { -webkit-transform: rotateY(0deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

	50% { -webkit-transform: rotateY(90deg) scale3d(1.1, 1.1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);

	box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@-webkit-keyframes twoback {

	0% { -webkit-transform: rotateY(-180deg) scale3d(1, 1, 1);}

	50% { -webkit-transform: rotateY(-90deg) scale3d(1.1, 1.1, 1);}

	100% { -webkit-transform: rotateY(0deg) scale3d(1, 1, 1);}

}

@-webkit-keyframes threefront {

	0% { width:269px; height:403px; border-radius:16px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38); }

	100% { width:100%; height:100%; border-radius: 0px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0); }

}

@-webkit-keyframes threeback {

	0% { width:269px; height:403px; border-radius:16px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38); }

	100% { width:100%; height:100%; border-radius: 0px; box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0); }

}

@-webkit-keyframes threepanel {

	0% { width:269px; height:403px; margin:32px auto;}

	100% { width:100%; height:100%; margin:0px 0; }

}

@-webkit-keyframes threehome {

	0% { opacity:1;}
	100% { opacity:0;}

}


@-webkit-keyframes fullopen {

	0%, 66% { box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0);}

	100% { box-shadow: 5px 5px 35px 13px rgba(0, 0, 0, 0.38);}

}

@-webkit-keyframes infullopen {

	0%, 66% { opacity:0;}
	100% { opacity:1;}

}

@-webkit-keyframes logohov {
    0% {background-position: -196px center;}
	100% { background-position: 576px center;}
}

@-webkit-keyframes learn {
	0% { opacity:1; }
	15% { opacity:1; }
	100% { opacity:0.6; }
}

@-webkit-keyframes buy {
	0% { opacity:1; }
	40% { opacity:1; }
	100% { opacity:0.4; }
}

@-webkit-keyframes play1 {
100% { -webkit-transform:rotate(120deg); }
}

@-webkit-keyframes play2 {
100% { -webkit-transform:rotate(180deg); }
}

@-webkit-keyframes play3 {
100% { -webkit-transform:rotate(40deg); }
}

/****/img.fixin {margin: 0 auto;display: block;}

#baque {
	position: absolute;
	width: 126px;
	text-align: center;
	height: 60px;
	font-size: 33px;
	color: white;
	margin-left: -369px;
	left: 50%;
	top: 32px;
	z-index: 28000;
	background-image:url('/back.png');
	opacity:0;
	transition: opacity 300ms;
}

#baque.in {
	opacity:1;
	cursor:hand;
	cursor:pointer;
}

#baque.out {
	opacity:0;
}



#rules .slide#one .arrows{
position: relative;
left: -491px;
top: -189px;
}
#rules .slide#two .arrows{
position: relative;
left: -950px;
top: -195px;
}
#rules .slide#three .arrows{
position: relative;
left: -1026px;
top: 26px;
}
#rules .slide#four .arrows{
position: relative;
left: -950px;
top: -194px;
}