#content .icobox {
	text-align: center;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border: 5px solid #111111;
	margin:0 140px;
	padding: 10px;
	/*box-shadow: rgba(255,255,255,1) 0px 0px 5px; */
}
#content .icobox a, #content .icobox a:link {
	text-decoration: none;
	margin: 10px;
	width: 80px;
	height: 80px;
	border: none 0px #000;
}
#content .icobox span {
	display:none;
}
#content .icobox img {
	height: 75px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	vertical-align: middle;
	/*padding: 0px 5px;*/
	border-style: none;
	-webkit-transition: -webkit-box-shadow 1s ease-out;
}
#content .icobox a:hover img {
	-webkit-transition: none;
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,255,1);
	
	border: 1px solid #888;
	margin: -1px;

}
#label {
	text-align:center;
	margin: 20px 0;
	height: 20px;
}
#label span {
	
	font-weight: bold;
		
	text-align: center;
	
	font-size: 40px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-family: "Hamburger Heaven", sans-serif;
	line-height: 30px;
	
	-moz-border-radius:.75em;
	-webkit-border-radius:.75em;
	
	padding:15px 30px 12px 30px;
	/*-webkit-box-reflect:below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));*/

	text-shadow: rgb(0,0,75) 3px 3px 5px;
	/*-webkit-transition: background-color 1s ease-out .1s;*/
	
}
#label span.hov {
	-webkit-transition: none;
	
	-moz-border-radius-topright:0em;
	-webkit-border-top-right-radius:0em;
	-moz-border-radius-topleft:0em;
	-webkit-border-top-left-radius:0em;
	
	font-size: 30px;
	font-style: italic;
	/*font-weight: normal;*/
	/*letter-spacing: 1px;
	/*text-shadow: 0px 0px 3px rgba(70,130,180,1);/*rgba(255,255,255,.3);*/
	
	background-color: #111111;
	/*margin-top: 20px;*/
	
	line-height: 16px;
}
#ticker, div.alert {
	/*-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;*/
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	margin: -20px 0px 10px 0; background-color:#CCC; padding: 2px 10px; color: #333;
	/*background-image: -webkit-gradient(linear, 50% 100%, 100% 100%, from(#CCC), to(#000));*/
}

#ticker {
	margin-top: 0px;
	-webkit-box-shadow: 2px 1px 5px rgba(0,0,0,1);
}

#content .icobox img {
	-webkit-box-reflect: below -25px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.55, transparent), to(rgba(255, 255, 255, 0.2))) 0 0 0 0 stretch stretch;
}

#sptitle {
	text-align: center;
	
	font-size: 40px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-family: "Hamburger Heaven", sans-serif;
	line-height: 30px;

	/*-webkit-box-reflect:below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));*/

	text-shadow: rgb(0,0,75) 3px 3px 5px;
	
	margin-bottom: 30px;
	
	/*-webkit-transform: rotate(-20deg) translate(1.5em, -0.9em);
	/*-webkit-transform-origin: bottom left;*/
}

.biglogo {
    -webkit-box-reflect: below -1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.75, transparent), to(rgba(255, 255, 255, 0.09375))) 0 0 0 0 stretch stretch; 
    height:220px; 
    -webkit-transition: opacity 1s ease-in;
    -webkit-transition-delay: 10s;
}
#biglogorocket {
	opacity:0;
	margin-top:-220px;
}
body:hover .biglogo {
	-webkit-transition: opacity 0.5s ease-out;
	-webkit-transition-delay: 0s;
}
body:hover #biglogo {
	opacity:0;
}
body:hover #biglogorocket {
	opacity:1;
}

@media only screen and (max-device-width: 480px) {
    .nav {
		display: block !important;
	}
    #content {
		display: none;
	}
	
}