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

[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-pod_radar {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-pod_radar:before {
	content: "\e002";
}
html {height:100%;overflow:hidden;}
	body {
		font-family: sans-serif;
		color: #444;
		line-height: 1.5;
		height:100%;
		font-size: 1em;
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top,  #999999 0%, #d6d6d6 50%, #c9c9c9 51%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#d6d6d6), color-stop(51%,#c9c9c9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #999999 0%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #999999 0%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #999999 0%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #999999 0%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	}
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.pod1 {
		position:absolute;
		display:block;
		width:250px;
		left:50%;
		margin-left:-125px;
		font-size:250px;
		text-align:center;
		color:#fff;
		text-shadow:0 0 15px rgba(0,0,0,.25);
		top:50%;
		margin-top:-135px;
		}
	.pod2 {
		position:absolute;
		display:block;
		width:100%;
		font-size:1000px;

		color:transparent;
		text-shadow:0 0 15px rgba(255,255,255,.2);
		bottom:-350px;
		left:-350px;
		
		}
		
		.animated{
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:5s;-moz-animation-duration:5s;-ms-animation-duration:5s;-o-animation-duration:5s;animation-duration:5s;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
animation-iteration-count:infinite;
}
.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
    50% { -webkit-transform: scale(1.5); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.5); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.5); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}


