@font-face {
	font-family: "LeagueGothicExtendedRegular";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/league_ghotic_extended-webfont.woff") format("woff"), 
	url("../fonts/league_ghotic_extended-webfont.ttf") format("truetype"), 
	url("../fonts/fonts/League-Gothic/league_ghotic_extended-webfont.svg#webfontOTINA1xY") format("svg");
}


body {
	background:#000;
	font-family: LeagueGothicExtendedRegular;
	color:#555555;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

a {
	color:#aaa;
	text-decoration:none;
}

a:hover {
	color:#FFBD30;
}

.header {
	position:fixed;
	padding:10px 20px 10px 120px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	color:#aaa;
	z-index:1000;
}

.header h1, .header h2, .header h3 {
	display:inline-block;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin:0;
}

.header h1 {
	margin-right:50px;
	color:#aaa;
}

.header h2 {
	color:#eee;
}

.header h3 {
	margin-left:50px;
}

h4 {
	display:inline;
//	float:left;
//	width:69%;
	margin:0 0 0 1%;
	font-size:20em;
	line-height:0.85em;
	color:#FFFF00;
	word-break: normal;
	word-wrap: break-word;
	vertical-align:top;
	text-shadow:0 0 20px rgba(0,0,0,0.7);
}

.header i {
	margin-left:20px;
	cursor:pointer;
}

.header i:hover {
	color:#FFBD30;
}

.xvideocontainer {
	width:100%;
	overflow:hidden;
}

#ggmap {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 90px 0 0 5%;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:500;
}

#map-canvas {
	display:inline-block;
	float:left;
	width: 470px;
	height: 470px;
//	padding-bottom: 50%;
	background:#000;
	margin: 0px;
	padding: 0px;
	border:solid 1px #fff;
	box-shadow:0 0 20px rgba(0,0,0,0.7);
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
}

.gm-style-iw {
	max-width: 300px; 
	min-width: 150px; 
	min-height: 40px;
}

#nextsoptname {
	display:none;
	position:fixed;
	top:200px;
	right:0;
	padding: 20px;
	font-size:30px;
	background-color:rgba(255, 255, 255, 0.8);
	z-index:2500;
}



@media (max-width: 1240px) {

	#map-canvas {
		width: 300px;
		height: 300px;
	}

	h4 {
		font-size:10em;
	}
}
