span.standard {

    font-size: 16px;

    display: block;

	font-weight:normal;

	text-transform:uppercase;

}

.top-padding {padding-top:50px;}

.logo-area-new{

    width: 180px;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;

	position:absolute;

	z-index:99;

}

.animal-item{position: relative;}

.animal-item__popup{position:absolute;left: 50%;bottom: 100%;transform: translateX(-50%);width: 200px;background-color: #fff;text-align: left;box-shadow: 0 -2px 16px 7px rgba(0,0,0,0.2);display: none;transition: all 0.3s ease-in-out;}

.animal-item__popup__thumb{width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;min-height: 100px;padding: 10px;display: flex;justify-content: center;align-items: center;}

.animal-item__popup__thumb h2{font-size: 24px;color: #000;text-transform: capitalize;line-height: 1.3;margin: 0;}

.item__popup__content{padding: 10px;}

.animal-item__popup__content p{font-size: 14px;color: #000;line-height: 1rem;}

.animal-item:hover .animal-item__popup{display: block;}

.animal-item__popup__content {padding:10px;}

.population .col-sm-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}

.header-new {left:0;width: 100%;top: 0;background-color: #333333;padding: 0;z-index: 99; max-width:100%; position:absolute; margin:0 auto; display: flex; justify-content: left; align-items: center;}

.header-new img {width:200px; height:auto;}

section.no-top-padding {padding:0 0 30px 0!important;}

section.no-bottom-padding {padding:30px 0 0px 0!important;}

img.img--bg.desk-only {display:block;}

img.img--bg.mob-only {display:none;}

.promo-slider__item .img--bg {height:auto;}

@media (max-width:992px){

    img.img--bg.desk-only {display:none;}

    img.img--bg.mob-only {display:block;}

}