body {
	margin: 0; padding: 0;
	overflow: hidden;
	-webkit-touch-callout: none !important;
}

a {
	-webkit-user-select: none !important;
}

#title {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;

    width: 254px;
    height: 72px;
}

#title img {
    width: 254px;
    height: 72px;
}

#instructions {
	position: absolute;
	left: 170px;
	bottom: 196px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#compass {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

#compass img {
    width: 50%;
}

#utilities-left {
	position: absolute;
	/*
	left: 4px;
	bottom: 153px;
	*/
	
	left: 10px;
	bottom: 152px;
}

#utilities-right {
	position: absolute;
	right: 10px;
	bottom: 152px;
}


.utility {
	display: block;
	cursor: pointer;
	
	background-color: rgba(50, 50, 50, 0.6);
	color: rgba(255,255,255,0.8);
	font-size: 32px;
	line-height: 32px;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
}

.utility:active {
	background-color: rgba(0,0,0,0.6);
	color: rgba(205,205,205,0.6);
}

.utility img {
    width: 100%;
}

#hotspots-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 152px;
	background-color: rgba(50, 50, 50, 0.6);
}

#hotspots {
	width: 100%;
	padding-left: 200px
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	height: 142px;
}

#hotspots .hotspot {
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	width: 170px;
	height: 100px;
	margin: 12px 10px 10px;
}

#view2016 {
	position: absolute;
	right: 153px;
	bottom: 0px;
	padding: 4px 4px 4px 14px;
	cursor: pointer;
}

#resetview {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 4px 14px 4px 4px;
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 18px;
	height: 18px;
}

::-webkit-scrollbar-track {
	background: rgba(128,128,128,1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,1);
	border: 4px #888888 solid;
}

#popup-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#popup-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);	
}

#popup {
	position: absolute;
	top: 6.77%;
	left: 12.04%;
	width: 75.92%;
	height: 75.93%;
	background-color: #336666;	
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
}

#popup-header {
	width: 100%;
	color: #FFFFFF;
	background-color: #003333;
	height: 60px;
}

#popup-title {
	font-size: 32px;
	font-weight: bold;
	padding: 12px 32px;
}

#popup-close, #warning-close {
	cursor: pointer;
	position: absolute;
	color: #FFFFFF;
	top: 12px;
	right: 24px;
	font-size: 32px;
}

#popup-body {
	padding: 10px;
	height: 760px;

	overflow: hidden;
}

#popup-content {
	font-size: 14px;
	overflow: auto;
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;

	margin-top: 0;
	padding-bottom: 0;
	-webkit-transition 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#popup-content.inactive {
	margin-top: -500px;
	padding-bottom: 500px;
}	

#popup-content::-webkit-scrollbar-track {
	background: #669999;
}

#popup-content::-webkit-scrollbar-thumb {
	background: #336666;
	border-color: #669999;
}

#popup-content .column:first {
	background-color: red;
}

.column {
	width: 100%;
	min-width: 250px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

.column.one-half, .column.two-fourth {
	width: 50%;
}

.column.one-third {
	width: 33.333%;
}

.column.two-third {
	width: 66.667%;
}

.column.one-fourth {
	width: 25%;
}

.column.three-fourth {
	width: 75%;
}	

.column .content {
	margin: 0 20px;
}


.column .content p, 
.column .content img, 
.column .content em {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	display: block;
}

.column .content em {
	font-size: 0.75em;
}

#popup-content br, #popup-content hr {
	clear: both;
}

#popup-content hr {
	padding: 0;
	margin: 20px 10%;
	border: 0;
	border-top: 1px solid #669999;
}


#warning-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#warning-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);	
}

#warning {
	position: relative;
	top: 40px;
	width: 420px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #336666;	
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
}

#warning-header {
	width: 100%;
	color: #FFFFFF;
	background-color: #003333;
	height: 60px;
}

#warning-title {
	font-size: 32px;
	font-weight: bold;
	padding: 12px 32px;
}

#warning-body {
	padding: 10px;
	height: 760px;
}

#warning-content {
	overflow: auto;
	height: 100%;
}

#warning-content .column .content p {
	font-size: 13px;
}

#download-chrome {
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 3px 10px rgba(51,51,51,0.6);
}

#download-chrome a {
	margin: 0;
	padding: 0;
	display: block;
	width: 120px;
	text-decoration: none;
	outline: none;
	color: #777;
}
#download-chrome a img {
	padding: 10px;
	width: 80px;
	border: 0;
	margin: 0 auto;
}

#download-chrome a span {
	border-top: 1px solid #ccc;
	display: block;
	width: 120px;
	font-size: 11px;
	color: #777;
}

#close-warning {
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}

#warning-dismiss {
	text-decoration: underline;
	float: right;
	cursor: pointer;
}
