body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.bg-dark{
	background:#303030;
	color:#E3E3E3
}
.txt-24{
	font-size: 24px;
}
.txt-11{
	font-size: 11px;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
footer {
  height: 160px;
  background-color: #303030;
  color: white;
  padding: 10px;
}
a.menulink {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
} 
.menulink:hover{
  color: Yellow;
  text-decoration: none;
  font-weight: normal;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:66.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}
