.header-row{
  background-image: url('img/bg-animals.jpg');
  min-height: 0;
  background-size: cover;
  background-position-y:0 !important;
  border-bottom: 10px solid #b11f2e;
}
.menu-desk{
  margin-top: 150px;
}
.header-row .logo-header{
  width: 20%;
  top: 10px;
}
.menu-desk ul li{
  border-bottom: 0;
}
/**/
.animals-title h1{
	margin-bottom: 0;
}
.animals-title p{
	margin-top: 10px;
}
.desc-big{
	padding: 20px 40px !important;
}
.desc-big .img-big{
	padding:0px 30px;
}
.desc-big .img-big img{
		-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.img-small{
	text-align: center;
}
.img-small img{
  -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	max-width: 120px
}
.desc-text-small p{
  margin-top: 2px;
}
.section-highlighter-yellow {
  margin-bottom: -10px;
  margin-top: 60px;
  z-index: 2;
}
.section-highlighter-yellow .bg-animation{
  position: absolute;
  top: 0;
  left: 0;
  height: 98.5%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  animation: 0.2;
    opacity: (0);
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -o-filter: opacity(0);
  -ms-filter: opacity(0);
  filter: opacity(0);
  cursor: pointer;
}
.section-highlighter-yellow .bg-animation h2{
  color: #FFF;
  font-size: 20px;
  margin-top: 0;
  animation: 0.5;
    opacity: (0);
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -o-filter: opacity(0);
  -ms-filter: opacity(0);
  filter: opacity(0);
}
/**/
.contact-section{
  margin-top: 0;
}
@media(max-width: 992px){
	.header-row {
    min-height: 150px !important;
  }
  .header-row .logo-header{
    width: 220px;
    top: 25px;
  }
  .desc-text-small p{
	  text-align: center;
	}
	.img-big{
		text-align: center;
	}
	.img-big img{
		max-width: 280px
	}
  .section-highlighter-yellow .bg-animation h2{
    font-size: 17px;
  }
}