/* FOOTER */
#footer {
  width: 100%;
  height: auto;
  padding: 1% 20% 3% 20%;
  background: #c9c9c9;
  background-color: #c9c9c9;
  position: relative;
}

.footerHeader {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.footerHeader h1 {
  font-family: 'Rounded Elegance';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerHeader img {
  max-width: 135px;
  height: auto;
}

.footerOptions {
  width: 100%;
  height: auto;
  padding: 2% 0 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.footerOptions a {
  font-family: 'Bw Surco Book';
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footerOptions a:hover {
  color: #00912b;
}

.footerWoorx {
  width: 100%;
  height: auto;
  padding: 33px 0 0 0;
  text-align: center;
  position: relative;
}

.footerWoorx h1 {
  font-family: 'Bw Surco';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
}

.footerWoorx h1 a {
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease;
}

.footerWoorx h1 a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.footerWoorx h1 a:hover {
  color: #00912b;
}

.footerWoorx h1 a:hover::after {
  width: 100%;
  background: #00912b;
  background-color: #00912b;
}

.footerLeft {
  position: absolute;
  left: 0;
  top: -190px;
  overflow: hidden;
}

.footerLeft img {
  max-width: 380px;
  height: auto;
  margin: 0 0 0 -10px;
}

.footerRight {
  position: absolute;
  right: 0;
  top: -215px;
  overflow: hidden;
}

.footerRight img {
  max-width: 365px;
  height: auto;
  margin: 0 -55px 0 0;
}
/*  */
