/* CSS Document */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(/images/background_SanDiego.jpg) no-repeat center center;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#bg_pattern {
  background-image: url(bg_pattern.png);
  position: fixed;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#map-canvas {
  width: 100%;
  height: 350px;
  margin: 0px 0px 0px 0px;
  border: 0px solid #fff;
}
/* overwrite default bootstrap, bootcard and material-card styles */
.carousel-control {
	  padding-top:10%;
	  width:2%;
}
.Well {
  min-height: 20px;
  /*padding: 19px;*/
  margin-bottom: 0px;
  /*background-color: #f5f5f5;*/
  /*border: 1px solid #e3e3e3;*/
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.carousel-inner .material-card {
  margin-bottom: 4.7em;
}
.advertCard .panel-title {
   color:rgba(101, 102, 102, 0.65);
}
.advertCard .panel img {
  height:100%;
  width:100%;
}
.flexslider {
  margin-bottom: 20px;
  border: 0px;
  background: transparent;
}
.flexslider .slides img {
  width: 100%;
  height: 100%;
}
.flex-control-nav {
  bottom: -12px;
}
.flex-direction-nav a {
  width: 50px;
  height: 50px;
}
#showBGbutton {
  opacity: 0.7;
}
#showBGdiv {
  margin-top: 100px;
  margin-bottom: 100px;
}
.navbar-brand {
  margin-left: 0px;
  overflow: hidden;
  width: 184px;
  height: 47px;
  background: url(/images/logo_sandiego.jpg) no-repeat left bottom;
  text-indent: -9000px;
  cursor: pointer;
  position: absolute;
  left: 20px;
}
#navlist > UL > LI {
    font-family: 'HelveticaNeueW01-75Bold', 'Helvetica Neue Bold', Helvetica Bold, Arial Black, sans-serif;
}
.navbar-nav > LI > A > IMG {
  width: 16px;
  padding-bottom: 10px;
  padding-right: 2px;
}
.material-card.mc-active .mc-footer {
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
}