/* Header */


.tagline .site-header .site-branding img {
    max-height: 120px;
}
.site-header {
    background: #575757 none repeat scroll 0 0;
    opacity: 1;
    top: 0;
}
.main-navigation ul li a {
    color: #2EFE2E;
  	font-size: 20px;
}
.main-navigation ul li a:hover {
    color: #2EFE2E;
}
.main-navigation ul li a:before {
    color: #2EFE2E;
}
.main-navigation ul li a:visited {
    color: #2EFE2E;
}
.main-navigation ul li:hover > a {
  color: #2EFE2E;
}
.top-bar-navigation ul ul li:hover > a {
  background: #2EFE2E;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  
    color: #2EFE2E;
  font-weight:auto;
}
.site-content {
    background: #333539; 
}
body {
  color: #acaeaf;
  font-size: 16px;
}
.site-footer .bottom-bar .site-info {
  font-size: 20px;
  color: #2EFE2E;
}
#colophon .widget {
  padding: 0;
}
#secondary .widget h3.widget-title,
#colophon .widget h3.widget-title {
  font-size: 20px;
  color: #2EFE2E;
  line-height: 1.5625em;
  margin-bottom: 0.89286em;
  text-transform: none;
}
.site-footer .footer-main {
  background: #575757;
}
blockquote {
  background: #333539;
}
.single .entry-header,
.page .site-content > .entry-header,
.blog .page-header,
.archive .page-header,
.search-results .page-header,
.search-no-results .page-header,
.error404 .page-header {
  background: #333539;
}
.wpcf7-form {
    width: 100%;
}
/** Center Basic Thumbnails */
.ngg-galleryoverview {
    text-align: center !important;
}
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block !important;
}
figure.wp-caption {
    background: none repeat scroll 0 0;
}