@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; min-width: 680px; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height: 1.3; color:#FFFFFF; background-color:#000000; }

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

}

p{
	margin: 6px 0 14px;
}

hr{
	border: none;
	height: 1px;
	color: white;
	background-color: white;
	clear: both;	
}

#main h1{
	display: block;
	width: 297px;
	height: 90px;
	margin: 0 0 5px -16px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(images/h1.png);
}

.small h1{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 0px;
	float: left;
	margin-right: 5px;
}

h2{
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.small h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

h3{
	font-family: times_new_romanregular;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 6px 0;
}

.small h3{
	margin-top: 10px;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: underline;
}

a.coords{
	font-size: 16px;
	line-height: 16px;
}

.info{
	padding: 46px 62px 40px;
	position: absolute;
	top: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

@media (min-width: 770px){
	.info{
		width: 640px;
		left: 50%;
		margin-left: -385px;
	}
}

.small{
	padding-top: 40px;
}

.info div{
	margin-top: 30px;
}

.info.small div{
	margin-top: 0;
	padding-top: 0;
}

.info img{
	float: left;
	margin-right: 16px;
}

.info span{
	display: block;
	width: 150px;
	height: 81px;
	margin-top: 26px;
	overflow: hidden;
}

.info div div{
	font-size: 10px;
	line-height: 12px;
	padding-top: 12px;
}


/* iPhone 4 portarit and landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){
	
	#main h1{
		width: 160px;
		height: 48px;
		background-image: url(images/h1-s.png);
		margin-left: -9px;
	}
	
	h3{
		font-size: 24px;
		margin-top: 4px;
	}
	
	.info div{
		display: none;
	}
	
}

/* iPhone 4  portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	
	body{
		min-width: 320px;
	}
	
	#main h2{
		font-size: 20px;
		line-height: 20px;
	}
	
	.info{
		padding: 20px 20px 30px;
		font-size: 11px !important;
	}

}

/* iPhone 4  landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
	
	body{
		min-width: 480px;
	}
	
	#main h1, #main h3{
		float: left;
		margin-right: 6px;	
	}
	
	#main h3{
		margin-bottom: 0;
	}
	
	#main h2{
		font-size: 10px;
		line-height: 10px;
		margin-top: 14px;
		margin-right: 6px;
		margin-bottom: 0;
	}
	
	#main{
		font-size: 7px !important;
	}

	.info{
		padding: 20px 24px 30px;
	}
	
	a.coords{
		display: block;
		margin: 14px 0 8px;
		font-size: 14px;
	}
}



	