/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Comfortaa", cursive;
  background: transparent url("../images/concrete_seamless.png") repeat; }

footer {
  display: none;
  padding: 15px 10px;
  font-size: 12px;
  height: 42px; }

.main {
  min-height: 100%;
  margin-bottom: -42px; }

h2 {
  margin-bottom: 20px; }

a {
  color: #7DAA55;
  outline: none;
  -o-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  a:hover, a:focus {
    color: #aa8255;
    text-decoration: underline; }

p {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: justify; }

.leftFixed {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: table;
  background-color: rgba(255, 255, 255, 0.4); }
  .leftFixed .leftFixedCont {
    display: table-cell;
    vertical-align: middle; }
  .leftFixed nav {
    margin-top: 20px; }

.rightFlow {
  margin-top: 150px;
  position: relative; }

.mobMenuBtn {
  display: none;
  cursor: pointer; }
  .mobMenuBtn .fa {
    color: #7DAA55;
    font-size: 20px;
    line-height: 93px; }
    .mobMenuBtn .fa:hover {
      color: #aa8255; }

.mainMenu {
  margin: 0;
  padding: 12px; }
  .mainMenu li {
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border-bottom: 1px dotted #7DAA55; }
    .mainMenu li a {
      display: block;
      padding: 10px 5px;
      font-weight: bold; }
      .mainMenu li a:hover {
        text-decoration: none; }
      .mainMenu li a.active {
        color: #aa8255; }
    .mainMenu li .fa {
      font-size: 12px; }
    .mainMenu li:hover {
      border-bottom: 1px dotted #aa8255; }
      .mainMenu li:hover a {
        color: #aa8255; }
  .mainMenu.active {
    display: block;
    height: auto; }
    .mainMenu.active li {
      display: block;
      float: none;
      height: auto;
      border-right: none;
      border-bottom: 1px dotted #7DAA55; }
      .mainMenu.active li .fa {
        display: inline-block; }
      .mainMenu.active li a {
        line-height: 1.5;
        display: block;
        padding: 10px 5px; }
      .mainMenu.active li:hover {
        border-bottom: 1px dotted #aa8255; }

.sectionCont {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .sectionCont .fa {
    color: #7DAA55; }

.sectionTitle {
  font-size: 30px;
  color: #7DAA55; }

.attribution {
  padding: 15px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 10px; }

/* ### MAP ### */
.singularMainImgCont .gMapContainer, .singularMainImgCont .gMap {
  height: 320px !important;
  min-height: 320px !important;
  position: relative; }

.gMapContainer, .gMap {
  height: 500px !important;
  min-height: 500px !important;
  position: relative; }

.gMap {
  height: 100%; }

.gm {
  height: 250px;
  margin-bottom: 15px;
  width: 100%; }

.gfil:checked + label {
  text-decoration: underline; }

.gfil:checked + span {
  display: block; }

.secLevel, .firLevel.topcat {
  margin: 0 0 0 15px;
  min-height: 28px;
  height: auto; }

.firLevel.topcat {
  margin-left: 0; }

.innerInfoW {
  display: block;
  position: relative; }

.gInfoW h4 {
  border-bottom: 1px solid #d5d5d5;
  color: #7DAA55;
  line-height: 21px;
  margin: 0 0 5px;
  padding-bottom: 3px; }

.gInfoW h4:hover {
  text-decoration: underline; }

.innerInfoW > span {
  display: block; }

.innerInfoW span div, .wpcf-field-name, .wpcf-field-value {
  display: inline-block; }

.innerInfoW i {
  margin-right: 5px;
  width: 15px; }

.legendIcon {
  height: 28px;
  overflow: hidden;
  position: absolute;
  right: 15px; }

.filterEgsCont label, .totShowingCont {
  padding-top: 0.4em;
  height: 33px; }

.ldrIcon {
  text-align: center;
  font-size: 2em;
  padding: 0.2em;
  display: none; }

@media screen and (max-width: 989px) {
  .rightFlow {
    margin-top: 50px; } }
@media screen and (max-width: 768px) {
  .leftFixed {
    position: relative;
    width: 100%;
    padding: 5px; }

  .leftFixedCont nav {
    margin-top: 0; }

  .mainMenu {
    margin: 0;
    padding: 0;
    height: 93px; }
    .mainMenu li {
      display: inline-block;
      float: left;
      height: 93px;
      border-bottom: none;
      border-right: 1px solid rgba(125, 170, 85, 0.2); }
      .mainMenu li .fa {
        display: none; }
      .mainMenu li a {
        display: inline-block;
        line-height: 93px;
        padding: 0 8px; }
      .mainMenu li:last-of-type {
        border-right: none; }
      .mainMenu li:hover {
        border-bottom: none; }

  .attribution {
    display: none; } }
@media screen and (max-width: 696px) {
  .mainMenu {
    display: none; }

  .mobMenuBtn {
    display: block; } }

/*# sourceMappingURL=style.css.map */
