/* ==========================================================================
   Styles
   ========================================================================== */

body{
	background-color:#000000;
	color:#ffffff;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

*:focus {
    outline: none;
}

a{
	color:#ffffff;
}

header {
	background-color: black;
}

iframe{
	border:0;
	border-bottom: 1px solid #000000;
	width:100%;
	height:553px;
	overflow:hidden;
	margin:0;
	padding:0;
	display:block;
}

.identity_bar {
  height: 50px;
  background-color:#000000;
}

.identity_bar a.logo_link {
  border: none;
  float: left;
  /*margin: .5em 0 0 .9375em;*/
  margin:10px 0px 0px 10px;
  outline: none;
}

.identity_bar a.logo_link img {
  border: none;
}
	
#header{
	background-color:#000000;
	height:80px;
	width:100%;
}

#footer{
	text-align: center;
	padding:40px 0px;
}

#footer img{
	width:122px;
	height:auto;
}

#map{
	background-color: red;
	border:0px solid green;
}

#nav{
	overflow:hidden;
}

.nav-item{
	float:left;
	width:25%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.nav-item img{
	/*width:100%!important;*/
	width:100%;
	height:auto;
	display:block;
	border:1px solid black;
	border-top-width:0;
	position: relative;
	/*transform:rotate(0deg);*/
}

.nav-item .title-bg{
	position: absolute;
	z-index: 5;
}

.nav-item .title-bg-over{
	position: absolute;
	z-index: 6;
	display:none;
}

.nav-item .title{
	position: absolute;
	z-index: 10;
}

.nav-item .title-over{
	position: absolute;
	z-index: 20;
	display:none;
}


/* ==========================================================================
   Social Square Styles
   ========================================================================== */

#social{
	background-color:#000000;
}

#social > img{
	position:absolute;
	z-index:0;
}

#social-content{
	position:relative;
	z-index:10;
	font-size: 18px;
	width:80%;
	padding:5% 10% 0% 10%;
}

#social-content h3{
	font-size:14px;
	font-weight: bold;
	border-bottom:2px solid #333333;
	margin-bottom:10px;
	padding-bottom:10px;
}

#social-content a{
	text-decoration: none;
	font-weight: bold;
}

.share .fa-stack{
	margin-right:10px;
}

#social-content .share-icon{
	color:#000000;
}

#social-content .share-bg{
	color:#ffc827;
}

#social-content img{
	width:auto;
	height:auto;
}

.share{
	border-bottom:2px solid #333333;
	width:100%;
	display: block;
	margin-bottom:10px;
	padding-bottom:10px;
}

@media (min-width: 320px) {
	.nav-item{
		width:100%;
	}
	#social{
		width:100%;
	}
	#social-content{
		font-size: 16px;
	}
}

@media (min-width: 480px) {
	.nav-item{
		width:50%;
	}
	#social{
		width:50%;
	}
	#social-content{
		font-size: 14px;
	}
}

@media (min-width: 600px) {
	.nav-item{
		width:33.3333%;
	}
	#social{
		width:33.3333%;
	}
	#social-content{
		font-size: 12px;
	}
	#social-content h3{
		font-size:12px;
		margin-bottom:7px;
		padding-bottom:7px;
	}
	.share{
		margin-bottom:7px;
		padding-bottom:7px;
		display:block;
		border-right:0;
	}
}

@media (min-width: 992px) {
	.nav-item{
		width:25%;
	}
	#social{
		width:25%;
		/*width:100%;*/
	}

	#social-content{
		font-size: 16px;
		padding:20px;
		width:auto;
	}
	#social-content h3{
		font-size:14px;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.share{
		margin-bottom:0px;
		//padding-bottom:0px;
		padding-right:30px;
		margin-right:20px;
		//display:inline-block;
		width:auto;
		border-bottom:0;
		//border-right:2px solid #333333;
	}
	.share.last {
		border-right:0;
	}
	#social-content h3 {
		border-bottom:0;
	}
}

@media (min-width: 1600px) {
	.nav-item{
		width:20%;
	}
	#social{
		width:20%;
		/*width:100%;*/
	}
	#social-content{
		font-size: 18px;
		padding:20px;
		width:auto;
	}
	.share{
		margin-bottom:0px;
		//padding-bottom:0px;
		padding-right:30px;
		margin-right:20px;
		//display:inline-block;
		width:auto;
		border-bottom:0;
		//border-right:2px solid #333333;
	}
	.share.last {
		border-right:0;
	}
	#social-content h3 {
		border-bottom:0;
	}
}


/* ==========================================================================
   Map Styles
   ========================================================================== */

#map-holder{
	overflow:hidden;
	position:relative;
	background-color: #abc7ea;
}

#map-intro-mobile{
	width:100%;
}

#map-intro-mobile img{
	width:100%;
	height:auto;
}

@media (min-width: 320px) {
	#map-holder-wrapper{
		display:none;
	}
	#map-intro-mobile{
		display:block;
	}
}

@media (min-width: 768px) {
	#map-holder-wrapper{
		display:block;
	}
	#map-intro-mobile{
		display:none;
	}
}

#mapContainer {
	width: 100%;
	height: 554px;
	margin:0 auto;
	border:1px solid #000000;
}

.infoBub{
	width:400px;
}

.infoBub h1{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
}

.infoBub h2{
	color:#999;
	font-size:14px;
	font-weight:normal;
	white-space:normal;
	border-bottom:1px solid #39444c;
	line-height:20px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom: 10px;
}

.infoBub .social{
	float:right;
	width:150px;
}

.infoBub .social div{
	float:right;
	line-height:16px;
	margin-left:5px;
	height:16px;
}

.infoBub .share-icon{
	color:#000000;
}

.infoBub .fa-stack{
	color:#ffc827;
}

.bubLink{
	color:#08bbd7;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	width:200px;
	float:left;
	height:25px;
}

.nm_bubble_content a, .nm_bubble_content a:visited{
	color:#08bbd7!important;
	text-decoration: none;
}

.nm_bubble_content a:hover, .nm_bubble_content a:visited{
	text-decoration: underline;
}

.nm_bubble_controls {
    font-size:18px;
}

#msft-logo{
	width:147px;
	height:57px;
	background-image: url(../img/msft-logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index: 200;
	
}

/*
#map-intro{
	cursor: pointer;
	width:100%;
	height:554px;
	background-image: url(../img/map-intro.png);
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 300;
}
*/

#map-intro{
	width:547px;
	height:463px;
	margin-left:-300px;
	left:50%;
	top:45px;
	background-image: url(../img/map-intro-bg.png);
	background-position: top left;
	background-repeat: repeat;
	position:absolute;
	z-index: 300;
	border-radius: 5px;
	background-clip: padding-box;
	text-align: center;
	line-height: 25px;
	padding: 0 20px;
}

#map-intro #map-header{
	display:block;
	margin:40px auto 30px auto;
}
#map-intro #explore-link {
	display:inline-block;
	margin:14px 0;
}
#map-intro #explore-link, #map-intro #explore-link a{
	color:#ffc827;
	font-weight: bold;
	text-decoration: none;
}

#map-intro #explore-link:hover, #map-intro #explore-link:hover a{
	color:#ffffff;
}

#btn-explore{
	cursor: pointer;
	display:inline-block;
	margin:30px auto;
	background-color: transparent;
	border:1px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 20px;
	line-height: normal;
	font-size:20px;
	color:#ffc827;
	letter-spacing: 4px;
}

#btn-explore:hover{
	color:#ffffff;
	border:1px solid #ffc827;
}

#curtain{
	position:fixed;
	background-color: #000000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	display:none;
}