.dry-navbar {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #000;
}

.dry-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

.dry-nav > li {
	float: left;
	line-height: 18px;
	display: list-item;
	text-align: center;
}

.dry-nav > li > span {
	padding: 11px 12px;
	display: block;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.dry-nav li span:hover {
	background-color: #999;
	color: #fff;
}

.dry-nav li span.active {
	background-color: #CA0002;
	color: #fff;
	cursor: default;
}
#dry-gmap {
	width: 100%;
	height: 450px;
}
#dry-interactive {
	position: relative;
}
.vid-box {
	text-align: right;
	position:absolute;
	bottom: 20px;
	right: 10px;
	padding: 10px;
	width: 416px;
	background-color: #000;
}
.close-btn {
	cursor: pointer;
}