@font-face{
    font-family: 'lubalingraph';
    src: url('../fonts/LubalinGraphITCTurnerAra-Bd.ttf');
}
body {
    font-family: 'lubalingraph';
    background-color:#821840;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
    border:0;
    /*font-size:1px;*/
}
#body_wrapper{
    position:absolute;
    background-color:#821840;
    padding:0;
    margin:0;
    height: 100%;
    width:100%;
    overflow:hidden;
}
#body_mask{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow:hidden;
}
#load_blocker{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#821840;
    z-index:10001;
}
#rotation_blocker{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10000;
    background-image:url('../img/rotation_lock.jpg');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_level_help_page_1{
    display:block;
    position:absolute;
    background-image:url('../img/help_1.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
   
    top:25%;
    left:30%;
    width:40%;
    height:60%;
}
#game_level_help_page_2{
    display:none;
    position:absolute;
    background-image:url('../img/help_2.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
   
    top:25%;
    left:25%;
    width:50%;
    height:60%;
}
#game_help_page_1{
    display:block;
    position:absolute;
    background-image:url('../img/help_1.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
   
    top:25%;
    left:30%;
    width:40%;
    height:60%;
}
#game_help_page_2{
    display:none;
    position:absolute;
    background-image:url('../img/help_2.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
   
    top:25%;
    left:25%;
    width:50%;
    height:60%;
}
/*////////////////////////////////////////////////////////////////////////////*/

#main_screen{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#821840;
    min-height:10px !important;
}
#main_screen_content{
    background-image:url('../img/home_screen.jpg');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-attachment:scroll;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    background-size:100%;
    min-height:10px !important;
}
#home_cn_logo{
    position:absolute;
    left:6%;
    width:10%;
    height:8%;
    bottom:5%;
    background-image:url('../img/home_logo.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#home_play_now_btn{
    position:absolute;
    height:8%;
    width:20%;
    left:40%;
    bottom:5%;
    background-image:url('../img/play_now_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#home_sound_btn{
    position:absolute;
    top:2%;
    right:0%;
    width:4%;
    height:4%;
    background-image:url('../img/no_sound_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_level_help_popup{
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_level_help_close_btn{
    position:absolute;
    top:18%;
    right:18%;
    width:6%;
    height:8%;
    background-image:url('../img/close_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_help_popup_title{
    position:absolute;
    top:2%;
    left:21%;
    width:58%;
    height:17%;
    background-image:url('../img/help_title.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_help_popup_panel{
    position:absolute;
    top:20%;
    left:20%;
    width:60%;
    height:70%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_help_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_level_quit_popup{
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_level_quit_popup_title{
    position:absolute;
    top:2%;
    left:22%;
    width:56%;
    height:16%;
    background-image:url('../img/quit_title.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_quit_popup_panel{
    color:#7C2590;
    position:absolute;
    top:20%;
    left:25%;
    width:50%;
    height:48%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_quit_copy{
    position:absolute;
    top:15%;
    left:28%;
    width:44%;
    height:13%;
    background-image:url('../img/quit_game.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_quit_yes{
    position:absolute;
    top:42%;
    left:40%;
    width:20%;
    height:15%;
}
#game_level_quit_no{
    position:absolute;
    top:65%;
    left:40%;
    width:20%;
    height:15%;
}
#game_level_quit_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_level_screen{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#821840;
    min-height:10px !important;
}
#game_level_screen_content{
    background-image:url('../img/game_level_screen.jpg');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-attachment:scroll;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    background-size:100% 100%;
    min-height:10px !important;
}
#game_win_star_1{
    position:absolute;
    top:0%;
    left:0%;
    width:3%;
    height:4%;
    background-image:url('../img/star.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    
    display:none;
}
#game_win_star_2{
    position:absolute;
    top:0%;
    left:0%;
    width:3%;
    height:4%;
    background-image:url('../img/star.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    
    display:none;
}
#game_win_star_3{
    position:absolute;
    top:0%;
    left:0%;
    width:3%;
    height:4%;
    background-image:url('../img/star.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    
    display:none;
}
#game_level_sound_btn{
    position:absolute;
    top:2%;
    right:0%;
    width:4%;
    height:4%;
    background-image:url('../img/no_sound_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_quit_btn{
    position:absolute;
    bottom:4%;
    left:13%;
    width:7%;
    height:10%;
    text-align:center;
    background-image:url('../img/close_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_help_btn{
    position:absolute;
    bottom:4%;
    left:3%;
    width:7%;
    height:10%;
    text-align:center;
    background-image:url('../img/help_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_easy_btn{
    position:absolute;
    top:50%;
    left:42.5%;
    width:15%;
    height:10%;
    text-align:center;
    background-image:url('../img/easy_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_hard_btn{
    display:block;
    position:absolute;
    top:63%;
    left:42.5%;
    width:15%;
    height:10%;
    text-align:center;
    background-image:url('../img/hard_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_hard_btn_lock{
    display:block;
    position:absolute;
    top:63%;
    left:42.5%;
    width:15%;
    height:10%;
    text-align:center;
    background-image:url('../img/hard_lock.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_veryhard_btn{
    display:block;
    position:absolute;
    top:76%;
    left:42.5%;
    width:15%;
    height:10%;
    text-align:center;
    background-image:url('../img/veryhard_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_level_veryhard_btn_lock{
    display:block;
    position:absolute;
    top:76%;
    left:42.5%;
    width:15%;
    height:10%;
    text-align:center;
    background-image:url('../img/veryhard_lock.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_help_popup{
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_help_close_btn{
    position:absolute;
    top:18%;
    right:18%;
    width:6%;
    height:8%;
    background-image:url('../img/close_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_help_popup_title{
    position:absolute;
    top:2%;
    left:21%;
    width:58%;
    height:17%;
    background-image:url('../img/help_title.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_help_popup_panel{
    position:absolute;
    top:20%;
    left:20%;
    width:60%;
    height:70%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_help_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_quit_popup{
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_quit_popup_title{
    position:absolute;
    top:2%;
    left:22%;
    width:56%;
    height:16%;
    background-image:url('../img/quit_title.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_quit_popup_panel{
    color:#7C2590;
    position:absolute;
    top:20%;
    left:25%;
    width:50%;
    height:48%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_quit_copy{
    position:absolute;
    top:15%;
    left:28%;
    width:44%;
    height:13%;
    background-image:url('../img/quit_game.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_quit_yes{
    position:absolute;
    top:42%;
    left:40%;
    width:20%;
    height:15%;
}
#game_quit_no{
    position:absolute;
    top:65%;
    left:40%;
    width:20%;
    height:15%;
}
#game_quit_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/

#game_end_popup{
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_end_popup_title{
    position:absolute;
    top:3%;
    left:20%;
    width:60%;
    height:15%;
    background-image:url('../img/congratz.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_end_popup_panel{
    position:absolute;
    top:20%;
    left:15%;
    width:70%;
    height:70%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    overflow:hidden;
    text-align:center;
}
#game_end_copy{
    position:absolute;
    top:4%;
    left:29%;
    width:42%;
    height:4%;
    background-image:url('../img/end_copy.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_end_elements{
    position:absolute;
    top:9%;
    left:25%;
    width:50%;
    height:35%;
    background-image:url('../img/game_results_elements.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#end_star_1{
    position:absolute;
    top:47%;
    width:8%;
    height:12%;
    left:34%;
}
#end_star_2{
    position:absolute;
    top:47%;
    width:8%;
    height:12%;
    left:45%;
}
#end_star_3{
    position:absolute;
    top:47%;
    width:8%;
    height:12%;
    left:56%;
}
#end_play_again_btn{
    position:absolute;
    top:61%;
    width:30%;
    height:12%;
    left:35%;
}
#game_end_moves{
    color:#CC092F;
    position:absolute;
    top:21%;
    width:10%;
    height:9%;
    left:33%;
}
#end_girl{
    position:absolute;
    top:75%;
    width:30%;
    height:22%;
    left:35%;
    background-image:url('../img/girl2.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_end_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_results_popup{
    display:none;
    position:absolute;
    overflow:hidden;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}
#game_results_popup_title{
    position:absolute;
    top:3%;
    left:20%;
    width:60%;
    height:15%;
    background-image:url('../img/level_complete.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_results_popup_panel{
    position:absolute;
    top:20%;
    left:15%;
    width:70%;
    height:70%;
    background-image:url('../img/popup_panel.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    overflow:hidden;
    text-align:center;
}
#game_results_elements{
    position:absolute;
    top:5%;
    left:25%;
    width:50%;
    height:35%;
    background-image:url('../img/game_results_elements.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#results_star_1{
    position:absolute;
    top:45%;
    width:8%;
    height:12%;
    left:34%;
}
#results_star_2{
    position:absolute;
    top:45%;
    width:8%;
    height:12%;
    left:45%;
}
#results_star_3{
    position:absolute;
    top:45%;
    width:8%;
    height:12%;
    left:56%;
}
#results_next_level_btn{
    position:absolute;
    top:63%;
    width:30%;
    height:12%;
    left:35%;
    background-image:url('../img/try_hard_level_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
    text-decoration:none;
}
#results_play_again_btn{
    position:absolute;
    top:78%;
    width:30%;
    height:12%;
    left:35%;
}
#game_results_moves{
    color:#CC092F;
    position:absolute;
    top:17%;
    width:11%;
    height:9%;
    left:33.5%;
}
#game_results_popup_blocker{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_hard_1{
    position:absolute;
    top:18%;
    left:11%;
    width:13%;
    height:20%;
}
#game_hard_selection_1{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_1{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_1{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_2{
    position:absolute;
    top:18%;
    left:32%;
    width:13%;
    height:20%;
}
#game_hard_selection_2{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_2{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_2{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_3{
    position:absolute;
    top:18%;
    left:53%;
    width:13%;
    height:20%;
}
#game_hard_selection_3{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_3{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_3{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_4{
    position:absolute;
    top:18%;
    left:74%;
    width:13%;
    height:20%;
}
#game_hard_selection_4{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_4{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_4{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_5{
    position:absolute;
    top:41%;
    left:11%;
    width:13%;
    height:20%;
}
#game_hard_selection_5{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_5{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_5{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_6{
    position:absolute;
    top:41%;
    left:32%;
    width:13%;
    height:20%;
}
#game_hard_selection_6{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_6{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_6{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_7{
    position:absolute;
    top:41%;
    left:53%;
    width:13%;
    height:20%;
}
#game_hard_selection_7{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_7{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_7{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_8{
    position:absolute;
    top:41%;
    left:74%;
    width:13%;
    height:20%;
}
#game_hard_selection_8{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_8{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_8{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_9{
    position:absolute;
    top:64%;
    left:11%;
    width:13%;
    height:20%;
}
#game_hard_selection_9{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_9{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_9{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_10{
    position:absolute;
    top:65%;
    left:32%;
    width:13%;
    height:20%;
}
#game_hard_selection_10{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_10{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_10{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_11{
    position:absolute;
    top:65%;
    left:53%;
    width:13%;
    height:20%;
}
#game_hard_selection_11{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_11{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_11{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_12{
    position:absolute;
    top:65%;
    left:74%;
    width:13%;
    height:20%;
}
#game_hard_selection_12{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_hard_holder_12{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_back_12{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_veryhard_1{
    position:absolute;
    top:18%;
    left:6%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_1{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_1{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_1{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_2{
    position:absolute;
    top:18%;
    left:21%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_2{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_2{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_2{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_3{
    position:absolute;
    top:18%;
    left:36%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_3{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_3{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_3{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_4{
    position:absolute;
    top:18%;
    left:51%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_4{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_4{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_4{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_5{
    position:absolute;
    top:18%;
    left:66%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_5{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_5{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_5{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_6{
    position:absolute;
    top:18%;
    left:81%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_6{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_6{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_6{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_7{
    position:absolute;
    top:41%;
    left:6%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_7{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_7{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_7{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_8{
    position:absolute;
    top:41%;
    left:21%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_8{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_8{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_8{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_9{
    position:absolute;
    top:41%;
    left:36%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_9{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_9{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_9{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_10{
    position:absolute;
    top:41%;
    left:51%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_10{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_10{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_10{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_11{
    position:absolute;
    top:41%;
    left:66%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_11{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_11{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_11{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_12{
    position:absolute;
    top:41%;
    left:81%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_12{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_12{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_12{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_13{
    position:absolute;
    top:64%;
    left:6%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_13{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_13{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_13{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_14{
    position:absolute;
    top:64%;
    left:21%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_14{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_14{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_14{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_15{
    position:absolute;
    top:64%;
    left:36%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_15{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_15{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_15{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_16{
    position:absolute;
    top:64%;
    left:51%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_16{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_16{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_16{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_17{
    position:absolute;
    top:64%;
    left:66%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_17{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_17{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_17{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_18{
    position:absolute;
    top:64%;
    left:81%;
    width:13%;
    height:20%;
}
#game_veryhard_selection_18{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:red;
}
#game_veryhard_holder_18{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_back_18{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
/*////////////////////////////////////////////////////////////////////////////*/
#game_screen{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#821840;
    min-height:10px !important;
}
#game_easy_girl{
    position:absolute;
    top:8%;
    width:23%;
    height:19%;
    left:75%;
    background-image:url('../img/girl2.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_girl{
    position:absolute;
    top:69%;
    width:8%;
    height:29%;
    right:2%;
    background-image:url('../img/girl1.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_wrapper{
    display:none;
}
#game_hard_wrapper{
    display:none;
}
#game_content{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    background-image:url('../img/game_screen.jpg');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-attachment:scroll;
    background-size:100% 100%;
    min-height:10px !important;
}
#game_move_title{
    position:absolute;
    top:2%;
    left:2%;
    width:10%;
    height:5%;
    color:white;
}
#game_move_counter{
    position:absolute;
    top:2%;
    left:12%;
    width:4%;
    height:5%;
    color:white;
}
#game_easy_1{
    position:absolute;
    top:30%;
    left:11%;
    width:15%;
    height:24%;
}
#game_easy_selection_1{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_1{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_1{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_2{
    position:absolute;
    top:30%;
    left:32%;
    width:15%;
    height:24%;
}
#game_easy_selection_2{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_2{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_2{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_3{
    position:absolute;
    top:30%;
    left:53%;
    width:15%;
    height:24%;
}
#game_easy_selection_3{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_3{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_3{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_4{
    position:absolute;
    top:30%;
    left:74%;
    width:15%;
    height:24%;
}
#game_easy_selection_4{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_4{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_4{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_5{
    position:absolute;
    top:58%;
    left:11%;
    width:15%;
    height:24%;
}
#game_easy_selection_5{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_5{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_5{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_6{
    position:absolute;
    top:58%;
    left:32%;
    width:15%;
    height:24%;
}
#game_easy_selection_6{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_6{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_6{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_7{
    position:absolute;
    top:58%;
    left:53%;
    width:15%;
    height:24%;
}
#game_easy_selection_7{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_7{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_7{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_8{
    position:absolute;
    top:58%;
    left:74%;
    width:15%;
    height:24%;
}
#game_easy_selection_8{
    display:none;
    position:absolute;
    left:-4%;
    top:-4%;
    width:108%;
    height:108%;
    background-color:red;
}
#game_easy_holder_8{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_back_8{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/card_back.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_veryhard_title{
    position:absolute;
    top:5%;
    left:42%;
    width:14%;
    height:3%;
    background-image:url('../img/veryhard_level.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_hard_title{
    position:absolute;
    top:5%;
    left:42%;
    width:14%;
    height:3%;
    background-image:url('../img/hard_level.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_easy_title{
    position:absolute;
    top:5%;
    left:42%;
    width:14%;
    height:3%;
    background-image:url('../img/easy_level.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_quit_btn{
    position:absolute;
    bottom:4%;
    left:13%;
    width:7%;
    height:10%;
    text-align:center;
    background-image:url('../img/close_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_help_btn{
    position:absolute;
    bottom:4%;
    left:3%;
    width:7%;
    height:10%;
    text-align:center;
    background-image:url('../img/help_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}
#game_sound_btn{
    position:absolute;
    top:2%;
    right:0%;
    width:4%;
    height:4%;
    background-image:url('../img/no_sound_btn.png');
    background-repeat:no-repeat;
    background-origin:border-box;
    background-size:100% 100%;
}