/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Resets */

html {
	height: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
	background: url("../img/bg.jpg") center center no-repeat fixed;
	background-size: cover;
	background-size:100% 100%;

	cursor: url("../img/cursor.ico"), auto;
	cursor: url("../img/cursor.cur"), auto;
	font-family: 'Anton', sans-serif;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-shadow:
		-3px -3px 0 #000,
		3px -3px 0 #000,
		-3px 3px 0 #000,
		3px 3px 0 #000;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 400;
	
	height: 100%;
}
.title { 
	margin-top: 10px;
	width: 100%;
	font-size: 48px;
	text-align: center;
	display: block;
}

.oneHundred {
    width: 180px;
    height: 180px;
    display: block;
    background: url("../img/oneHundred.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;    
}
.devil { 
    width: 180px;
    height: 180px;
    display: block;
    background: url("../img/devil.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;  
	
}
.like { 
    width: 180px;
    height: 180px;
    display: block;
    background: url("../img/like.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;  
}
.love { 
    width: 180px;
    height: 180px;
    display: block;
    background: url("../img/love.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;  
}
.up { 
    width: 180px;
    height: 180px;
    display: block;
    background: url("../img/up.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;  

}
.aok { 
    width: 140px;
    height: 180px;
    display: block;
    background: url("../img/aok.png") no-repeat;
	background-size: 75%;
	background-position: center;
    position: fixed;
    border-radius: 50%;
	display: none;  

}
.wrap {
	min-height: 100%;
}

.main {
	height: 500px;
	width: 400px;
	padding-bottom: 20px;
	margin: 0px auto;
	display: block;
	background-color: rgba(255,232, 0, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -200px;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;
	text-align: center;
}
.main a {
	margin-top: 80px;	
}
.title { 
	margin-top: 10px;
	display: block;
}
.sitesTitle {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
}
.sitesList {
	border: none;
	display: inline-block;
}
.sitesList tr {
	margin-bottom: 10px;
	display: block;
}
.sitesList td {
	width: 75px;
}
.boundary {
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}
.boundary a {
	color: #fff;
	
}
.boundary a:link {
	color: #ff0000;
}
.boundary a:visited {
	color: #ff0000;
}
.boundary a:hover {
	color: #ccc;
}
.boundary a:active {
	color: #fff;
}

.footer {
	display: block;
	height: 50px;
	margin-top: 25px;
}
.footer a {
	color: #fff;
	
}
.footer a:link {
	color: #fff;
}
.footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #ccc;
}
.footer a:active {
	color: #fff;
}
#bombZone {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.snowflakes {
	top:0px;
	left:0px;
	position:absolute;
	z-index:200;
	width:50px;
	height:50px;
	background-image: url("../img/bomb.png");
	background-size: 100%;
}
.wrapper {
	width: 700px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -350px;
	background-color: rgba(225, 232, 0, 0.5);
	box-shadow: 5px 5px 10px #000;
	border-radius: 10px;
	text-align: center;
}
.newPage {
	text-align: center;
	width: 220px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 100px 0 0 -110px;	
}
#LiveFeed {
	float: left;
}
#smashIt { 
	float: left;
}

.wrap img {
	display: block;
	margin: 20px;
}
img {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.wrap {
	width: 280px;
	height:auto;
	margin: auto;
	text-align:center;
	position:relative;
}
#textDisplay {
	position: absolute;
	margin: auto;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	height: 100px;
	font-size: 96px;
}
.smashButton {
	width: 300px;
	height: 230px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -10px;
}
#dynamic {
	position: absolute;
	margin: auto;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	height: 42px;
	font-size: 42px;
}

/* Button */
.button {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #538fbe;
	padding: 20px 70px;
	font-size: 24px;
	border: 1px solid #2d6898;
	background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(73,132,180)),
		color-stop(1, rgb(97,155,203))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: rotateX(20deg);
}

.button:hover {
	background-image: linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -o-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(79,142,191) 0%, rgb(102,166,214) 100%);
	cursor: url("../img/cursor.ico"), auto;
	cursor: url("../img/cursor.cur"), auto;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(79,142,191)),
		color-stop(1, rgb(102,166,214))
	);
}

.button:active {
-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
-moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(88,154,204)),
		color-stop(1, rgb(90,150,199))
	);
    -webkit-transform: translate(0, 4px) rotateX(20deg);  
    -moz-transform: translate(0, 4px);  
    transform: translate(0, 4px); 
}
.smashMe {
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.smashMe:hover {
	animation-name: jittery;
}

@keyframes jittery {
    10% {
        transform: translate(-2px, -3px) scale(1.01, 1.01);
    }
    20% {
        transform: translate(3px, 2px) scale(.99, .99);
    }
    30% {
        transform: translate(-4px, -5px) scale(1.01, 1.01);
    }
    40% {
        transform: translate(2px, 3px) scale(1, 1);
    }
    50% {
        transform: translate(-1px, -2px) scale(.98, .98);
    }
    60% {
        transform: translate(0px, 3px) scale(1.02, 1.02);
    }
    70% {
        transform: translate(-2px, -4px) scale(1, 1);
    }
    80% {
        transform: translate(3px, 5px) scale(.99, .99);
    }
    90% {
        transform: translate(-5px, -3px) scale(1.1, 1.1);
    }
    100% {
        transform: translate(3px, 1px) scale(.95, .95);
    }
}