::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

.gameDiv.canvas {
    image-rendering: optimizeSpeed;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
	-ms-touch-action: none;
}

.ani_hack{
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; /* mobile webkit */
}

@font-face {
    font-family: 'blackplotanregular';
    src: url('/html5/penalty_kicks/css/blackplotan-webfont.eot');
    src: url('/html5/penalty_kicks/css/blackplotan-webfont.eot?#iefix') format('embedded-opentype'),
         url('/html5/penalty_kicks/css/blackplotan-webfont.woff2') format('woff2'),
         url('/html5/penalty_kicks/css/blackplotan-webfont.woff') format('woff'),
         url('/html5/penalty_kicks/css/blackplotan-webfont.ttf') format('truetype'),
         url('/html5/penalty_kicks/css/blackplotan-webfont.svg#blackplotanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TradeGothic';
    src: url('/html5/penalty_kicks/css/TradeGothic-Bold.woff2') format('woff2'),
        url('/html5/penalty_kicks/css/TradeGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.orientation-msg-container{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
}

.orientation-msg-text{
    font-size: 40px;
    font-family: "Arial";
    color: #fff;
    text-align: center;
    width: 80%;
    
    position: fixed;
    top: 50%;
    -webkit-transform: translate(15%,-50%);
    -moz-transform: translate(15%,-50%);
    -ms-transform: translate(15%,-50%);
    transform: translate(15%,-50%);
    
        
}

@media (max-width: 767px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}


@media (max-width: 500px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}