/* FILE ARCHIVED ON 13:20:58 Srp 6, 2013 */
#akichan_vse
{
				display: none;
}
#akichan 
{
				width: 102px;
				height: 248px;
				margin-top: -287px;
				z-index: 200;
				position: fixed;
				margin-left: auto;
				bottom: 0px;
				right: 50px;
				cursor: pointer;
}

#text_akichan 
{	
				display: none;
				width: 220px;
				z-index: 250;
				position: fixed;
				margin-left: auto;
				bottom: 160px;
				right: 180px;
				/*background: url('dialog.png') no-repeat;*/
}
#text_akichan_zavrit 
{
				position: relative;
				z-index: 100;
				background: url('zavrit.png') no-repeat;
				width: 16px;
				height: 15px;
				float: right;
				margin: 3px 3px;
				cursor: pointer;
}

#text_akichan_obal 
{
				border: 1px solid #B2B2B2;
				background: #FFF;
				min-height: 60px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				width: 219px;
}
#text_akichan_text 
{
				padding: 10px; /*puvodne 5*/
				color: black;
}

#text_akichan_sipka 
{
				width: 39px;
				height: 45px;
				background: url('sipka.png');
				position: absolute;
				left: 220px;
				bottom: 10px;
}
#akichan_zapnout 
{
				width: 119px;
				height: 26px;	
				z-index: 200;
				position: fixed;
				margin-left: auto;
				bottom: 0px;
				right: 40px;	
				cursor: pointer;
}
#akichan_vypnout 
{
				width: 119px;
				height: 51px;	
				background: url('vypnout.png');
				z-index: 200;
				position: fixed;
				margin-left: auto;
				bottom: 0px;
				right: 40px;
				cursor: pointer;
}
#odkaz
{
				text-decoration: underline;
				color: red;
}
.js_odkaz
{
				color: blue; 
				cursor: pointer;
}
.js_odkaz:hover
{
				color: darkblue; 
}

#text_akichan_text hr 
{
				visibility: visible;
				margin: 7px 0px;
				height: 1px;
				color: lightgrey;
				background: lightgrey;
				border: 0;
}

#menu_akichan 
{
    display: none;
    z-index: 500;
    position: absolute;
				overflow:visible;
    border: 1px solid #CCC;
    white-space: nowrap;
    background: #FFF;
    color: #333;
    list-style-type:none;
    padding:0;
}
#menu_akichan li 
{
    padding:4px 16px 4px 20px;
    cursor: default;
}
#menu_akichan li:hover 
{
    background-color: #DEF;
}
.podmenu_akichan
{
				top:0px;
				right:100%;
				display: none;
    z-index: 500;
    position: absolute;
				overflow:visible;
    border: 1px solid #CCC;
    white-space: nowrap;
    background: #FFF;
    color: #333;
    list-style-type:none;
    padding:0;
}
.polozka_menu_akichan
{
				position:relative;
}
#lic_karty_akichan 
{
  position: absolute;
  transform: rotateX(180deg) rotateY(180deg);
  opacity: 1;
}

#rub_karty_akichan 
{
  position: absolute;
  opacity: 1;
  transform: rotateX(180deg) rotateY(180deg);
}

#lic_karty_hrace
{
  position: absolute;
  opacity: 1;
}

#rub_karty_hrace 
{
  position: absolute;
  opacity: 1;
}

@keyframes zobrazeni_vysledku 
{
				0% {
								transform: scale(0)
				}
				100% {
								transform: scale(1)
				}
}

@keyframes otoceni_karet_aki_skryti 
{
				0% {
								transform: rotateX(180deg) rotateY(180deg)
				}
				49% {
								transform: rotateX(180deg) rotateY(90deg);
								opacity: 1
				}
				50% {
								transform: rotateX(180deg) rotateY(90deg);
								opacity: 0
				}
				100% {
								transform: rotateX(180deg) rotateY(0deg);
								opacity: 0
				}
}

@keyframes otoceni_karet_aki 
{
				0% {
								transform: rotateX(180deg) rotateY(180deg)
				}
				50% {
								transform: rotateX(180deg) rotateY(90deg)
				}
				100% {
								transform: rotateX(180deg) rotateY(0deg)
				}
}

@keyframes otoceni_karet_hrac 
{
				0% {
								transform: rotateY(0deg)
				}
				50% {
								transform: rotateY(90deg)
				}
				100% {
								transform: rotateY(180deg)
				}
}

@keyframes otoceni_karet_hrac_skryti 
{
				0% {
								transform: rotateY(0deg)
				}
				49% {
								transform: rotateY(90deg);
								opacity: 1;
				}
				50% {
								transform: rotateY(90deg);
								opacity: 0
				}
				100% {
								transform: rotateY(180deg);
								opacity: 0
				}
}

@keyframes zvec_pole
{
				0%{
								height:0px
				}
				100% {
								height:185px}
}
@keyframes zmensi_pole
{
				0%{
								height:185px
				}
				100% {
								height:135px;
				}
}
@keyframes odkryj_pole
{
				0%{
								opacity:0;
				}
				100%{
								opacity:1;
				}
}
@keyframes skryj_pole
{
				0%{
								opacity:1;
				}
				100%{
								opacity:0;
				}
}
