html {
	position: relative;
	min-height: 100%;
}
body {
	font-weight: 300;
	/* Set body margin-bottom to .footer height */
	background-color: #000;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body > .container {
	position: relative;
	width: 100%;
}

.page-header {
	border: none;
	margin: 0px;
	padding: 0;
}
.page-header h1 {
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	margin: 0.6em 0 0 0;
	color: #aaa;
}
.page-header h1>span {
	font-weight: 500;
}
.page-header h1>span>span{
	font-weight: 400;
}
h1#logo {
	margin:0;
	width: 90px;
	position: absolute;
	right: 10px;
	top: 10px;
}
h1#service_name {
	-webkit-font-smoothing: antialiased;
}

.trademark {
	font-weight: 400;
	font-size: .6em;
	top: -.6em;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#nav_blur {
	-webkit-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	position: fixed;
	right: 0;
	left: 0;
	top:0;
	z-index: 1020;
	min-height: 70px;
	-webkit-mask-box-image: -webkit-linear-gradient( black 15%, transparent 95%);
}
#page-header {
	position: absolute;
	top:0;
	z-index: 9999;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	min-height: 90px;
}

#map {
	padding: 0;
	width: 100%;
}
#map_inner {
	height: 100vh;
}
.mapboxgl-map {
	font: 12px/20px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.mapboxgl-popup-content h3 {
	color: #333;
	font-size: 16px;
	margin: 0;
	padding-right: 10px;
	font-weight: 400;
	float: left;
}
.mapboxgl-popup-content p {
	font-size: 09px;
	font-weight: 300;
	color: #000;
	padding-right: 10px;
	margin: 0;
	line-height: .9em;
	text-transform: uppercase;
}
.mapboxgl-ctrl-top-right {
    top: calc(50% - 50px);
    left: 0;
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom {
	transition: all .05s ease;
	opacity: 1;
}
 
video {
	clear: both;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 21px;
  background-color: #f5f5f5;
  border-top: 1px solid #e9e9e9;
}
.footer p {
	margin: 0;
	padding: 0 10px;
	font-size: .8em;
	line-height: 20px;
}
.footer p.left {
	float: left;
	display: inline-block;
}
.footer p.right {
	float: right;
	display: inline-block;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	h1#logo {
		width: 100px;
		top: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	h1#logo {
		width: 150px;
		top: 15px;
	}
	.page-header h1 {
		margin: 0.67em 0;
		font-size: 21px;
	}
	#nav_blur {
		min-height: 120px;
	}
	#page-header {
		min-height: 160px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#nav_blur {
		min-height: 120px;
	}
	#page-header {
		min-height: 160px;
	}
	h1#logo {
		width: 142px;
		top: 10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#nav_blur {
		min-height: 140px;
	}
	#page-header {
		min-height: 220px;
	}
	.flowplayer {
		box-shadow: 5px 7px 12px -4px rgba(0, 0, 0, .4);
		border-radius: 4px;
		border: 1px solid rgba(0,0,0,.7);
	}
}
