h2{

  color: #ABCB58;
  font-size: 1.6em;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 15px;

}

h2:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  content: "";
  background: #ABCB58;
}


.carousel-caption h2{
  font-size: 1.75em;
  color: white;

}


.carousel-caption h2:after{

  background: white;

}

.carousel-caption{

  right: 50%;
  left: 10%;
}

.carousel-top {
  height: 300px;
}

.background{



}

.new_title{

  color: #ABCB58;
  font-size: 1.2em;


}

.new_title small{

  color: #3f3f40;
  font-size: 0.6em;
  margin-left: 10px;


}

.well.news {

  border-bottom: 3px solid #ABCB58;
  background: #f9f6c8;
  position: relative;
  width: 100%;

}


.crop {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.6em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align:justify;
}


.crop.ellipsis::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1.2em;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(right, rgba(249, 246, 200, 0), rgb(249, 246, 200));
  background: -o-linear-gradient(right, rgba(249, 246, 200, 0), rgb(249, 246, 200));
  background: -moz-linear-gradient(right, rgba(249, 246, 200, 0), rgb(249, 246, 200));
  background: linear-gradient(to right, rgba(249, 246, 200, 0), rgb(249, 246, 200));

}




.news .readmore{

  margin-top: 5px;
  margin-bottom: -10px;

}


.new_card {

  padding-top: 5px;
  margin-left: 1px;


}

.well.news .degradat{

  background: #EDE574;
  background: -webkit-linear-gradient(to left, #EDE574 , #E1F5C4);
  background: linear-gradient(to left, #EDE574 , #E1F5C4);
  opacity: 0.8;
}

.well {
  background: #f9f6c8;

}

.big_map{

  width: 100%;
  height: 550px;

}

.new_card .obs_date{

  font-size: 1em;
  color: #ded434;


}

.new_card .plant_name{

  font-size: 1em;


}

.new_card .obs_date:after {

  font-size: 1em;
  background: #ded434;


}

.new_card  p {
  color: #937b63;
  font-size: 18px;
}

.label-species_count{

  background: #ded434;

}

.new_card ul li {
  line-height: 2;
}


.thumbnails li> .fff .caption {
    background:#fff !important;
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails {
    margin-bottom: 0px;
}


#youtube-interview {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin-bottom: 20px;
}

#youtube-interview iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#youtube-interview div[data-type="placeholder"] {
  height: 240px;
}

/* Thumbnail Box */
#myCarousel_species .caption h4 {
    color: #444;
}

#myCarousel_species .caption p {
    color: #999;
}

.carousel-indicators {
	margin-bottom: 0 !important;
	bottom: 0 !important;
	}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #ABCB58;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-indicators .active {
  background-color: #ABCB58;
  width: 10px;
  height: 10px !important;
  margin: 1px !important;
}

	.carousel-caption {padding-bottom: 0 !important;}


/* Carousel Control */
#myCarousel_species .control-box {
    text-align: right;
    width: 100%;
}
#myCarousel_species .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}


#myCarousel_species li { list-style-type:none;}
