body {
        margin:0;
        padding:0;
}

#adArea {
    cursor: pointer;
	background: #edbf00;
    background-color: #FCF500;
}


#ground_cont {
    width: auto;
    height: 87.5px;
    bottom: 0px;
    display: flex;
}

#game_cont {
    display: flex;
}

.ground {
    position: absolute;
    width: 300px !important;
    height: 87.5px !important;
    background-position: center;
    background-size: contain;
    bottom: 0px;
}

.game_block {
    position: relative;
    width:300px;
    height:600px;
}

.bricks {
    position: absolute;
    left: 46px !important;
    top: 280px !important;
}

.red_box {
    position: absolute;
    left: 154px;
}




#dragEl {
    cursor: pointer;
}

.dude {
    position: absolute;
    width: 231px;
    height: 337px;
}

.coin {
}






.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
    overflow: hidden;
    text-overflow: clip;
}

.abs {
    position: absolute;
}
.rct {
    width:300px;
    height:600px;
/*    width:320px;
    height:480px;*/
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zi1 { z-index: 800; }
.zi2 { z-index: 900; }
.zi5 { z-index: 5000; }
.zi6 { z-index: 6000; }
.zi7 { z-index: 7000 !important; }
.zi8 { z-index: 8000 !important; }
.zi9 { z-index: 9000 !important; }
.zi10 { z-index: 10000 !important; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}

