@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Lato', sans-serif;
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-size: 69px;
	line-height: 69px;
	font-family: 'JuanitaBrushSmooth-Script';
	margin: 0 0 20px;
	text-align: center;
}
.amphibibians_color  {
	color: #4c721d !important;
	margin: 5px 0 0;
}
.Mammals_9c7e0f {
	color: #9c7e0f !important;
}
.birds_e4701e {
	color: #e4701e !important;
}
.amphibibian_border {
	border: 5px solid #4c721d !important;
}
.mammals_border {
	border: 5px solid #9c7e0f !important;
}
.birds_border {
	border: 5px solid #e4701e !important;
}
.header-main img {
	width: 100%;
}

.animal-list {
	text-align: center;
	position: relative;
	padding: 0 0 50px 0;
	margin:0 0 50px 0;
    background: url(../images/team-header-shadow.jpg) no-repeat 0 bottom;
    background-size: 100% 54px;
}

.animal-list:last-child {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* .animal-list.bird-section {
	padding: 50px 0 250px;
	background: url(../images/footer-bird.jpg) no-repeat 0 bottom;
	background-size: 100% 340px;
	position: relative;
} */
.bird-img  {
	position: relative;
	margin-top: 0;
}
.bird-img img {width: 100%;}
/* .animal-list.bird-section .bird-headline {
	position: absolute;
	top: 73%;
	left: 52%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
} */
.bird-img .bird-headline {
	position: absolute;
	top: 10%;
	left: 52%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.bird-headline a {
	font-size: 45px;
	line-height: 45px;
	color: #212461;
	font-family: 'JuanitaBrushSmooth-Script';
	text-decoration:none;
}
.animal-list [class*=col-] {
	width: 24%;
	float: none;
    display: inline-block;
}

.animal-sound-section {
	padding: 50px 0 0;
}
.animal-sound-section ul li {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Lato-Regular';
}
.animal-sound-section .side-bar h2 {
	color: #23527c;
	font-family: 'Lato-Regular';
	font-size: 18px;
	line-height: 22px;
}
.animal-sound-section .side-bar h3 {
	font-family: 'Rockwell';
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
}
.animal-details h2 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Rockwell-Regular-Font';
	text-transform: initial;
	margin: 0 0 5px;
}
.animal-details h3 {
	font-size: 17px;
	line-height: 17px;
	text-transform: initial;
	font-family: 'Lato-Regular';
	margin: 5px 0 0;
}
.animal-sound {
	position: relative;
}
/* .animal-details .animal-sound img {
	width: 192px;
	height: 192px;
	object-fit: cover;
	transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	-moz-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-o-transition: 0.6s ease;
} */


/* Make the container relative */
.swap-on-hover {
	position: relative;	
	margin:  0 auto;
	max-width: 192px;
	height: 192px;
	z-index: 999;
  }
  
  .swap-on-hover img {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	
	width: 192px;
	height: 192px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
  }
  

  .swap-on-hover .swap-on-hover__front-image {
	z-index: 9999;
	cursor: pointer;
  }
  
  .swap-on-hover:hover > .swap-on-hover__front-image {
	opacity: 0;
}

.swap-on-hover .swap-on-hover__back-image {
	transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
}

.swap-on-hover:hover .swap-on-hover__back-image {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
}

.swap-on-hover .sm2_button {
	position: absolute;
	z-index: 99999;
	bottom: 10px;
	left: 50%;
	width: 43px;
	height: 43px;
	background-color:rgba(0, 0, 0, 0.7);
	text-align: center;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	text-decoration: none;
}
.animal-details {
	margin: 0 auto 40px;
	text-align: center;
}
.animal-details:hover h2, 
.animal-details:hover h3 {
	visibility: hidden;
}
/* .animal-details:hover .sm2_button {
	bottom: -60px;
} */

.swap-on-hover:hover .sm2_button {
	bottom: -60px;
}

.sm2_button .fa.fa-pause{
	display: none;
}

.sm2_paused {
	display: block;
}

.sm2_button.sm2_paused .fa.fa-pause {
	display: none;
}

.sm2_button.sm2_playing .fa.fa-pause {
	display: block;
}

.sm2_button.sm2_playing .fa.fa-play {
	display: none;
}

.footer img {
	width: 100%;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
