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

.enjoyhint {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
    overflow: hidden
}

.enjoyhint_hide {
    display: none
}

.enjoyhint_disable_events {
    position: absolute;
    width: 2000px;
    height: 1500px;
    z-index: 11011;
    pointer-events: all
}

.enjoyhint_close_btn, .enjoyhint_next_btn, .enjoyhint_prev_btn, .enjoyhint_skip_btn {
    z-index: 11012;
    pointer-events: all;
    -o-text-overflow: clip;
    text-overflow: clip;
    cursor: pointer;
}

.enjoyhint_next_btn, .enjoyhint_prev_btn {
    position: absolute;
}

.enjoyhint_close_btn {
    position: absolute;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
}

.enjoyhint_close_btn em {
    position: relative;
    font-size: 26px;
    top: 4px;
    margin-right: 3px;
}

.enjoyhint_close_btn:hover {
    opacity: .7;
}

.enjoyhint_btn {
    width: 150px;
    height: 40px;
}

#kinetic_container, .enjoyhint_canvas, .enjoyhint_svg_wrapper, .enjoyhint_svg_wrapper svg {
    width: 100%;
    height: 100%;
    position: absolute
}

.enjoyhint_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: #1ecd97
}

.enjoyhint_btn:active {
    border: 2px solid rgba(33, 224, 163, 1);
    background: rgba(33, 224, 163, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.enjoyhint div.canvas-container {
    position: absolute
}

.enjoyhint_canvas {
    z-index: 1100;
    pointer-events: none
}

#kinetic_container {
    pointer-events: none;
    top: 0;
    left: 0
}

.enjoyhint_svg_wrapper {
    top: 0;
    left: 0;
    z-index: 1100;
    -webkit-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1)
}

.enjoyhint_svg_wrapper svg {
    top: 0;
    left: 0;
}

.enjoyhint_svg_transparent .enjoy_hint_label,
.enjoyhint_svg_transparent .enjoyhint_svg_wrapper {
    opacity: 0
}

.enjoy_hint_label {
    position: absolute;
    color: #fff;
    z-index: 1111107;
    font-size: 22px;
    font-family: casino_handregular, Arial;
    -webkit-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    display: inline-block;
    min-width: 200px;
    text-align: center;
    max-width: 80%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
}

.enjoy_hint_label.noarrow {
    background: rgba(0, 0, 0, .6);
    opacity: 1 !important;
    border: 1px solid #000;
    padding: 10px;
    line-height: 1em;
}

div.kineticjs-content {
    position: absolute !important
}

.enjoyhint_skip_btn {
    position: fixed;
    opacity: 0.7;
}

.enjoyhint_skip_btn:hover {
    opacity: 1;
}