a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    background-color: #ccc;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
    background-image: url(../assets/image/sprites/gui/sidebar-tile.png);
}

#canvas {
    margin: 0 auto;
    display: block;
    border-left: 1px solid #a72c1e;
    border-right: 1px solid #a72c1e;
}

.fontpreloader {
    font-size: 0;
    opacity: 0;
    height: 0;
}

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

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

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

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

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

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

#debugBar {
    pointer-events: none;
    font-family: Arial;
    font-size: .9em;
    color: #000;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 7px;
    border: 1px solid #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border-radius: 7px;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.4)0,rgba(0,0,0,.35)100%);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,.4)0,rgba(0,0,0,.35)100%);
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.4)0,rgba(0,0,0,.35)100%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,.4)0,rgba(0,0,0,.35)100%);
    background-image: linear-gradient(top,rgba(255,255,255,.4)0,rgba(0,0,0,.35)100%);
}

.loader {
    margin: 0;
    padding: 0;
}

#loadbar {
    width: 0;
}

/*.logo {
    background-image: url(../assets/image/sprites/game/logo.png);
    width: 130px;
    height: 172px;
    margin: 30px auto;
}*/

#percentagebar {
    margin: 0 auto;
    font-family: Arial;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-weight: 700;
}

.meter {
    height: 20px;
    position: relative;
    margin: 0;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
}

    .meter > span {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #2bc253;
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2bc253),color-stop(1,#54f054));
        background-image: -moz-linear-gradient(center bottom,#2bc253 37%,#54f054 69%);
        -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
        box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
        position: relative;
        overflow: hidden;
    }

        .animate > span > span, .meter > span:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
            background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2)25%,transparent 25%,transparent 50%,rgba(255,255,255,.2)50%,rgba(255,255,255,.2)75%,transparent 75%,transparent);
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top,#f1a165,#f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f1a165),color-stop(1,#f36d0a));
    background-image: -webkit-linear-gradient(#f1a165,#f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top,#f0a3a3,#f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0a3a3),color-stop(1,#f42323));
    background-image: -webkit-linear-gradient(#f0a3a3,#f42323);
}

.nostripes > span:after, .nostripes > span > span {
    -webkit-animation: none;
    background-image: none;
}

		.boxline{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999999999999;
			background: rgba(0,0,0, .3);
		}
		.ad-wraper{
			width: 300px!important;
			height: 250px!important;
			position: absolute;
			z-index: 9999;
			left: 50%;
			top: 50%;
			margin-left: -150px;
			margin-top: -125px;
			background-color:#f0f0f0;
		}
		 #warp {
			width: 30px;
			height: 30px;
			position: absolute;
			left: 0;
			top: 0;
			background: rgba(0,0,0,.3);
			cursor: pointer;
			color: #fff;
			font-weight: 100;
			font-size: 25px;
			text-align: center;
			line-height: 30px;
		}