.navbar-static-top {
  margin-bottom: 19px;
}

html {
  position: relative;
  min-height: 100%;
  /*background-color: #2f2f2f; */
}
body {
    /* Margin bottom by footer height */
  margin-top: 50px;
  margin-bottom: 45px;
  /*background-color: #2f2f2f;
  color: #fff;*/
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  background-color: #F8F8F8;
}

.footer a,
.footer a:visited {
    color: #9d9d9d; 
    text-decoration: none;
}
.footer a:hover,
.footer a:focus {
    color: #333333; 
}

body > .container {
  padding: 15px 15px 0;
}

.container .text-muted {
  margin: 7px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.panel {
    background-color: #F8F8F8;
    border-color: #9d9d9d;
}

.panel-heading {
    background-color: #9d9d9d;
    color: #222222;
}


.blueimp-gallery > .description {
  position: absolute;
  top: 45px;
  left: 15px;
  display: none;
  color: #F8F8F8;
}

.blueimp-gallery-controls > .description {
  display: block;
}

#map { 
   height: 540px; 
}


.popimg {
 padding: 5px;
 vertical-align: text-top;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}