/*
  Any css related to the footer of pages
  */

#footer {
  background-color: #2c2422;
  text-align: center;
  padding-bottom: 30px;
  color: #999;
}

.footer_logo {
  margin-top: 18px;
}

.footer_logo img {
}

.footer_name {
  color: #999;
  font-size: 1.1em;
  margin-top: 18px;
  text-transform: uppercase;
}

#footer div.copyright_notice {
  display: table;
  width: 100%;
  margin-top: 18px;
}

#footer div.copyright_notice .left,
#footer div.copyright_notice .right {
  width: 50%;
  display: table-cell;
  font-size: .7em;
}

#footer div.copyright_notice .right {
  text-align: right;
}

#footer div.copyright_notice .left {
  text-align: left;
}

#footer block-views-footer-flags-block {
  margin-left: auto;
  margin-right: auto;
}

.view-footer-flags .view-content {
  display: table;
  width: 100%;
}

.view-footer-flags .view-content div.views-row {
  display: table-cell;
}

.view-footer-flags .view-content div.views-row img {
  margin-left: auto;
  margin-right: auto;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
  color: #fff;
  opacity: 0.4;
}

#footer .social_media a {
  opacity: 1;
}

