/* 
    Document   : main.css
    Created on : 19-nov-2013, 15.47.44
    Author     : Biagio Iannuzzi
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background-color: #e24700;
    background-repeat: repeat-x;
    background-position: top;   
}

* {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

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

#canvas{
    width:1024px;
    height: 768px;
    
    position: absolute;
    
}

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 */
}

/***************FONTS*******************/
@font-face {
    font-family: 'impactregular';
    src: url('impact-webfont.eot');
    src: url('impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('impact-webfont.woff2') format('woff2'),
         url('impact-webfont.woff') format('woff'),
         url('impact-webfont.ttf') format('truetype'),
         url('impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Digital-7';
	src: url('Digital-7.eot?') format('eot'), 
	     url('Digital-7.woff') format('woff'), 
	     url('Digital-7.ttf')  format('truetype'),
	     url('Digital-7.svg#Digital-7') format('svg');
}

#ad-block{
    display: none;
    background: #000;
  
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding-top: 0px;
}
#adContainer{
    width: 640px;
    height: 360px;
    margin: -25px 0px 8px 5px;
}
#ad-block .countdown{
    color:#fff;
    text-align: left;
	padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 2000px) {
#adContainer{
	
    width: 640px;
    height: 360px;
    margin: 90px 0px 8px 700px;
}
#ad-block .countdown{
    color:#fff;
    text-align: center;
	padding-left: 10px;
}
#ad-block{
    display: none;
    background: #000;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding-top: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#adContainer{
	
    width: 640px;
    height: 360px;
    margin: 90px 0px 8px 270px;
}
#ad-block .countdown{
    color:#fff;
    text-align: center;
	padding-left: 10px;
}
#ad-block{
    display: none;
    background: #000;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding-top: 0px;
}
}