* {
  margin: 0;
  padding: 0;
}
::selection {
  color: #000;
  background: #ffeb00;
}
body {
  color: #fff;
  font-family: sans-serif;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
img {
  display: block;
  width: 100%;
}
.caption {
  padding: 8px;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: 85%;
  background: rgba(0, 0, 0, 0.6);
  text-transform: capitalize;
  border-left: 5px solid #ffeb00;
}
img:hover,
.caption:hover {
  opacity: 0.8;
  transform: scale(1.02);
  transition: 0.7s;
  cursor: pointer;
}
a:active {
  background: #566bd6;
}
#wrapper {
  width: 80%;
  margin: 0 auto;
}
#header {
  margin: 0 auto;
  padding-bottom: 1px;
  background: rgba(0, 0, 0, 0.82);
}
#header img {
  width: 100px;
  height: auto;
  margin: 0 0 0 10px;
}
#header h1 {
  text-align: center;
  margin: -90px 0 30px;
}
#header h4 {
  text-align: center;
  margin: -30px 0 25px 0;
  border-right: 5px solid #fdf600;
}
#header a {
  height: 115px;
  width: 120px;
  display: block;
  background: rgba(255, 0, 0, 0.69);
  border-radius: 0 0 30px 30px;
  position: relative;
  opacity: 0.8;
  left: 20px;
  z-index: 1000;
}
#nav {
  float: left;
  display: inline;
  box-shadow: 0px 0px 200px #ddd;
}
#nav,
#nav ul,
#nav ul li,
#nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#nav ul {
  position: relative;
  z-index: 597;
  float: left;
}
#nav ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#nav ul li.hover,
#nav ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  background: #dacfcf;
  border-left: 3px solid #72af34;
}
#nav ul ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 99%;
  z-index: 598;
  width: 100%;
}
#nav ul ul li {
  float: none;
  font-weight: normal;
}
#nav ul ul ul {
  top: 1px;
  left: 99%;
}
#nav ul li:hover > ul {
  visibility: visible;
}
#nav ul li {
  float: none;
}
/* Custom CSS Styles */
#nav {
  font-size: 18px;
  width: 15%;
}
#nav ul a,
#nav ul a:link,
#nav ul a:visited {
  display: block;
  color: #191a1b;
  text-decoration: none;
  font-weight: 300;
}
#nav > ul {
  float: none;
}
#nav ul {
  background: #fff;
  border-top: 4px solid #2fa22f;
  border-bottom: 4px solid #2fa22f;
}
#nav > ul > li {
  border-left: 3px solid #2fa22f;
}
#nav > ul > li > a {
  padding: 10px 20px;
}
#nav > ul > li:hover {
  border-left: 3px solid #000;
}
#nav ul li:hover > a {
  color: #d78027;
}
#nav > ul > li:hover {
  background: #dacfcf;
}
/* Sub Menu */
#nav ul ul a:link,
#nav ul ul a:visited {
  font-weight: 400;
  font-size: 14px;
}
#nav ul ul {
  width: 180px;
  background: none;
  border-left: 20px solid transparent;
}
#nav ul ul a {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#nav ul ul li {
  padding: 0 20px;
  background: #fff;
}
#nav ul ul li:last-child {
  border-bottom: 3px solid #d7d8da;
  padding-bottom: 10px;
}
#nav ul ul li:first-child {
  padding-top: 10px;
}
#nav ul ul li:last-child > a {
  border-bottom: none;
}
#nav ul ul li:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -24px;
  top: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
#nav ul .tri:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: relative;
  left: 90%;
  top: -18px;
  border-left: 7px solid #968e8e;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
#content {
  width: 85%;
  float: left;
  background: #6d6dce;
}
.slider-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#content .index {
  background-image: url(../images/img2.jpg);
}
#content .rain-forest {
  background-image: url(../images/rain-forest.jpg);
}
#content .birds {
  background-image: url(../images/birds.jpg);
  background-position: top;
  height: 533px;
}
#content .education {
  background-image: url(../images/education.jpg);
}
#content .community {
  background-image: url(../images/community.jpg);
}
#content .history {
  background-image: url(../images/history.jpg);
  background-position: bottom;
}
#content .visitors {
  background-image: url(../images/visitors.jpg);
  background-position: bottom;
}
#content .involve {
  background-image: url(../images/involve.jpg);
}
#content .adopt {
  background-image: url(../images/adopt.jpg);
}
#content form {
  background: rgba(0, 0, 0, 0.41);
  width: 243px;
  padding: 10px;
  border-radius: 8px;
}
#content .subscribe-form input[type="email"],
input[type="password"] {
  padding: 10px;
  margin: 7px 0 0px 0;
  border: none;
  border-radius: 8px;
}
#content .subscribe-form p {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  text-align: center;
}
#content .subscribe-form {
  position: relative;
  top: 22%;
  left: 16%;
}
#content .login-form {
  left: 35%;
  top: 55px;
}
#content .subscribe-form img {
  display: inline;
  width: 20px;
  margin: 0 5px -5px 10px;
}
#content .subscribe-form button {
  font-size: 16px;
  margin: 10px 85px 0 85px;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#content .payment-form {
  width: 250px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 333.5px;
  border-radius: 0;
}
#content .payment-form p {
  padding: 4px 0 0;
}
#content .payment-form button {
  margin: 10px 0;
  padding: 5px 10px;
}
#main-content {
  font-size: 18px;
  text-align: justify;
  color: #d2c7c7;
  float: left;
  border-top: 2px solid #776e6e;
  border-bottom: 2px double #776e6e;
  margin: 20px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.85);
}
.main-content-wrapper {
  width: 100% !important;
}
#main-content p {
  margin-top: 8px;
  margin-bottom: 15px;
}
#main-content .introduction .rforest {
  bottom: 70px;
  font-size: 20px;
}
#main-content .introduction img {
  height: 400px;
}
#main-content .introduction .intro {
  text-align: justify;
  font-size: 18px;
  float: left;
}
#main-content .introduction .equa {
  width: 66%;
}
#main-content .introduction .equa-img {
  width: 31%;
  height: 147px !important;
  float: left;
  margin: -30px 0 0 20px;
}
#main-content .img-community1 {
  width: auto;
  margin: 5px;
  float: left;
}
#main-content .title {
  font-size: 24px;
  text-decoration: underline;
}
#main-content .img-community2 {
  width: 300px;
  margin: 5px;
  float: right;
}
#main-content .his-img1 {
  width: 48%;
  height: 352px;
  margin: 5px;
  float: left;
}
#main-content .his-img2 {
  width: 50%;
  margin: 5px;
  float: right;
}
#main-content h4 {
  text-decoration: underline;
  margin: 10px 0;
}
#main-content .lists li {
  margin: 0 0 0 20px;
}
#main-content .lists a {
  color: #f3ae13;
}
#main-content .img-gallery .thumbnail img {
  width: 32.39%;
  height: 250px;
  margin: 5px;
  float: left;
}
#main-content .img-gallery {
  width: 100%;
}
#main-content .img-gallery .full-image {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  border: 10px solid #f7b23d;
  border-radius: 5px;
  margin: -280px 0 0 -310px;
}
#main-content .img-gallery .full-image img {
  width: 600px;
  height: 400px;
  margin: 0;
}
#main-content .thumbnail:hover > .full-image {
  display: block;
}
#main-content .img-gallery .full-image .img-caption {
  background: rgba(0, 8, 255, 0.74);
  padding: 410px 0 10px;
  margin: 0;
  text-align: center;
}
#main-content .comments {
  width: 69%;
  float: left;
  background: blue;
  padding: 5px;
}
#main-content .active {
  width: 28%;
  float: right;
  background: green;
  padding: 5px;
}
#main-content .active img {
  height: 60px;
  width: 60px;
  float: left;
}
#main-content .active .active-main {
  display: block;
  width: 100px;
  padding: 10px 0;
}
#main-content .active .active-main::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background: #42b72a;
  position: relative;
  top: 40px;
  left: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
#main-content .active .active-name {
  font-size: 20px;
  position: relative;
  top: -23px;
  left: 9px;
}
#main-content .form-comment .button {
  background-color: #3e423e;
  padding: 5px 10px;
  border-radius: 4px;
  width: 60px;
  font-size: 18px;
  box-shadow: 3px 5px 10px #000;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
#main-content .individual-comments {
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 2px solid #fff;
}
#main-content .individual-comments .likeee {
  float: left;
  font-size: 14px;
  padding: 10px;
}
#main-content .individual-comments img {
  height: 20px;
  width: 20px;
}
#footer {
  float: left;
  background: rgba(20, 115, 9, 0.68);
  width: 100%;
  overflow: hidden;
}
#footer .foot-left,
.foot-right {
  width: 48%;
  float: left;
  margin: 10px;
}
#footer .foot-left {
  border-right: 1px solid #ddd;
}
#footer .title {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 0 30px 15px;
}
#footer .social-networks {
  padding: 0;
  list-style: none;
  margin: 15px 176px 0;
}
#footer .social-networks li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .foot-left ul li {
  margin: 2px 0px 0px 15px;
  text-shadow: -2px 2px 3px #000;
}
#footer .social-networks .facebook,
#footer .social-networks .youtube,
#footer .social-networks .twitter {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: -2px 3px 2px #2b2626;
}
#footer .copyright {
  clear: left;
  text-align: center;
  padding: 10px 0;
  background: rgba(26, 26, 214, 0.6);
}
.top > img {
  height: 40px;
  width: 40px;
  position: fixed;
  top: 91%;
  left: 95%;
  border-radius: 6px;
  box-shadow: 0 0px 40px #fff;
}
