/*
Theme Name: NPE 100
Author: Rad
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html { height: 100%;background: black; }
body { height: 100%; margin: 0; padding: 0 ;overflow: scroll;background:black;}
a{color:grey !important;text-decoration: none;}
a:hover{color: white !important;text-decoration: none !important;}
#map_wrapper{
	position: absolute;;
	width: 100%;
	opacity: 1;
	bottom: 0;
	right: 0;
	-webkit-transition: width 1s, height 1s; /* Safari */
    transition: width 1s, height 1s;
	z-index: 50;
	top:100px;
}
#map_header{
	width: 100%;
	height: 100px;
	background-color: black;
	box-shadow: 0 0 10px grey;
	-webkit-transition: height 1s; /* Safari */
    transition:  height 1s;
    pointer-events: auto;
    overflow: hidden;
    position: relative;
}

#map_header.shrinkHeader{
	height: 0;
	-webkit-transition: height 1s; /* Safari */
    transition:  height 1s;
}
.map_header_left{
	display: inline-block;
	vertical-align: top;
	margin-right: 3em;
	text-align: center;
}
#map_header_logo{
	padding:1em;
	height: 100px;
	position: relative;
}
#map_header img{
}
.map_header_title{
	text-align: right;
	color: white;
	font-size: 2em;
	letter-spacing: .05em;
	font-family: helvetica,sans-serif;
	padding-top:.5em;
	float:right;
}
#ti_tagline img{
	height: 30px;
}
.ti_tagline_txt{
	font-size: .5em;
	font-weight: 200;
}
.navbar, .navbar .container-fluid,.navbar .navbar-collapse{
	padding-left:0;
}
.navbar-inverse{
	background: black;	
	background-color: black !important;
	background-image: none !important;
}
.navbar-nav{
	padding-top:1em !important;
}
.navbar-nav li{
	font-size: 2em;
	color:grey;
	text-align: center;
	margin-right: .5em;
	cursor: pointer;
}
.navbar-nav li:Last-child{
	margin-right: 0;
}
.navbar-nav li:hover{
	color: white;
}
.navbar-nav li img{
	width:120px;
}
.navicon{
	vertical-align: top;
}
.navicon-font{
	padding-top:.2em;
}
.navbar-nav .navtxt{
	font-size: .3em;
}
.navtxt-font{
	margin-top:.7em !important;
}

#map_demo{
	color: grey;
	font-size: .6em;
	cursor: pointer;
	padding-top: 1.2em;
}
#map_demo:hover{
	color: white;
}
#map_demo .fa{
	font-size: 3.7em;
	margin-bottom: .1em;
}
.map_demo_txt{
	margin-top:.5em;
}
#submission_vid{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	pointer-events: none;
	display: none;
	text-align: center;
}
#submission_vid_wrap{
	position: relative;
	margin-top: 200px;
	pointer-events: initial;
	display: inline-block;
	padding: 1em;
	background: black;
}
#submission_vid_overlay{
	position: absolute;
	z-index: 500;
	display: none;
	background-color: rgba(0,0,0,.8);
}
#map_header_gallery{
	color: grey;
	font-size: .6em;
	cursor: pointer;
	padding-top:1em
}
#map_header_gallery .glyphicon{
	font-size: 4em;
}
#map_header_gallery:hover{
	color:white;
}
.header_galllery_txt{
	margin-top:.5em;
}
#map_header.hasPosters{
	height: 100%;	
	overflow: initial;
	box-shadow: none;
}
#map_header.hasPosters #map_header_gallery{
	color: grey;
}
#appdownload {
	color: grey;
	padding-top:.2em;
}
#appdownload:hover{
	color:white;
}
#appdownload img{
	width: 120px;
}
#appdownload .glyphicon{
	font-size: 2.3em;
}
.appdownload_txt{
	font-size: .6em;
}
#map_header.hasPosters #appdownload{
	opacity: 1;
}
#poster_container {
	position: absolute;
	height: 100%;
	width: 99%;
	overflow: hidden;
	pointer-events: none;
	padding-left:0;
}
#poster_container img{
	width: 100%;
}
#poster_container .col-sm-3{
	margin-bottom: 2em;
}
#posters_wrap{
	margin-top:12em;
	pointer-events: initial;
}

#close_mobilePosters{
	position: absolute;
	z-index: 150;
	text-align: center;
	right:16px;
	top: 100px;
}
#close_mobilePosters_wrap{
	color:white;
	cursor: pointer;
}
#close_mobilePosters_wrap:hover{
	color: grey;
}
#close_mobilePosters .fa-times{
	font-size: 30px;	
}
#remove_wrap{
	width: 40px;
	height: 40px;
	border:white solid 4px;
	border-radius: 20px;
}

.featherlight:last-of-type{
	background: rgba(0,0,0,.95) !important;
}
#map_canvas { 
	height: 100%; 
	
}

#map_wrapper.shrinkMap{
	width: 0px;
	height: 100%;
	bottom:0;
	right: 0;
    top:initial;
}
#map_wrapper.fadeMap{
/*
	opacity: 0;
	-webkit-transition: opacity 1s; 
    transition: opacity 1s;
*/
}
#map_overlay{
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	pointer-events:none;
}
#map_icon{
	width: 80px;
	height: 80px;
	background-color: white;
	border-radius: .3em;
	bottom: 0;
	right: 0;
	position: absolute;
	padding: .6em;
	pointer-events:auto;
	box-shadow: 0 0 10px grey;
	margin: .5em;
}
#map_icon img{
	width: 100%;
	cursor: pointer;
}

#youtube_player_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 0;
}

#vrview, #vrview iframe{
	width: 100%;
	height: 100%;	
}

.info_wrap{}
.info_img{width: 20%;display: inline-block;vertical-align: top;}
.info_img img{width: 100%;}
.info_contents{display: inline-block;vertical-align: top;padding-left: 1em;width: 80%;}
.info_parkname{font-size: 1.3em;font-weight: bold;text-transform: uppercase;}
.info_parkloc{
	text-transform: uppercase;
     
}
.info_desc{
    border-top: #ddd solid thin;
    padding-top: .8em;
    margin-top: .2em;  
}
.info_openVid{margin-top:1em;}

.mobile_arbt{
	margin-top: 1.5em;
	text-align: right;
	padding-right: 0 !important;
}
.mobile_icontxt{
	display:inline-block;
}
.mobile_links_txt{
	font-size: .6em;
}

.mobile_submission{
	padding-left:0 !important;
	text-align: left;
	margin-top: 1.5em;
}
.mobile_dlbt{
	opacity: 0;
	-webkit-transition: opacity 1s;
	margin-top:1em;
	padding-right: 0 !important;
}
.mobile_dlbt img{
	width: 30px;
	vertical-align: top;
}
#map_header.hasPosters .mobile_dlbt{
	opacity: 1;
}
.mobile_links{
	color: grey;
}
.lightboxOverlay{
	opacity: .95 !important;
}
#vid_container{
	position: relative;
	z-index: 0;
}
#close_vid_wrap{
	position: absolute;
	z-index: 10;
	right: -55px;
	top:0;
	text-align: center;
	color: white;
	font-size: 1.5em;
	cursor: pointer;
	pointer-events:none;
}
#close_vid_wrap #remove_wrap{
	display: inline-block;
	margin: 0 auto;
}

@media screen and (max-width: 991px)  {
	.navbar{
	}
	.map_header_title{
		font-size: 1.3em;
	}
	#ti_tagline{
		font-size: 1.3em;
		padding-right: 0;
	}
	.map_header_left{
		margin-right: 1em;
	}
	#logo_container{
		text-align: left;
		width: 140px;
	}
	#logo_container img{
		height: auto;
		width: 100%;
	}
	#map_header_logo{
		font-size: .9em;
	}
	#appdownload img{
		width: 31px;
	}
	#close_vid_wrap{
		right: 10px;
		top:-70px;
	}
}

@media screen and (max-width: 767px)  {
	.navbar{
		font-size: 1em;
	}
	#map_header{
		overflow: initial;
	}
	#map_header.mobileShrinkHeader{
		overflow: hidden;
	}
	.navbar .navbar-collapse{
		padding-left: 3em;
	}
	.navbar-nav li{
		margin: 0;
		padding-right: .5em;
		padding-bottom: .2em;
		border-bottom: solid thin #222;
	}
	.navicon{
		text-align: right;
		width: 12%;
	}
	.navtxt{
		text-align: right;
		width: 85%;
		display: inline-block;
		font-size: .4em !important;
	}
	.download_li{
		text-align: right !important;
	}
	.download_li .navtxt{
		width: auto;
	}
	.downloadapp{
		display: inline-block !important;
	}
	.map_header_title{
		font-size: 1.2em;
		padding:1em 0 0;
		text-align: center;
	}
	#ti_tagline{
		padding-right: 0 !important;
		padding-left: 0 !important;
		font-size: 1.6em;
		line-height: 0;
	}
	#map_header_logo{
		padding: 1em 0;
	}
	#logo_container{
		margin-right: 0;
		text-align: left;
	}
	#ti_tagline img{
		height: 20px;
	}
	.map_header_title{
		padding-top:.2em;
	}
	.info_contents{
		width: 100%;
	}
	.info_nameloc{
		display: inline-block;
	}
	#close_vid_wrap{
		right: 0px;
	}
	#close_mobilePosters{
		position: fixed;
		top:166px;
	}
}