.tweetBtn a {display:block; float:left; width:55px;height: 20px;background:url('../../images/tweetButton.png') 0 0 no-repeat;}
.tweetBtn a:hover {float:left; background:url('../../images/tweetButton.png') 0 -20px no-repeat;}
.googleBtn {float:left; padding-left: 18px;}

.clear { /* Also commonly known as clearfix */
clear: both; /* At the very least, you must have this. All extra declarations are for fine-tuning */
}
/* 
html {
    scroll-behavior: smooth;
} */

.asmp-form-select {
  font-family: "Lato", sans-serif;
  font-size: 1em;
}


.filter-button {
  width: 100%; 
  text-align: center;
}


.filter-wrapper-inner {
  width: 100%;
  text-align: center;
  display: none;
}

.filter-item {
  display: inline-block;
  float: none;
  position: static;
  font-size: 17px;
  color: #00728d;
  line-height: 27.2px;
  width: 120px;
  padding-left: 10px;
}

.filter-item button{
  font-size: 17px;
  line-height: 27.2px;
}

.filter-item select {
  height: 39px;
  width: 99px;
  color: #000;
}

#select_age_group {
  height: 39px;
  width: 160px;
}

#select_breed {
  height: 39px;
  width: 200px;
}

#no_result {
  width: 100%;
  padding-top: 40px;
  font-size: 1.4em;
  color: #666;
  font-style: bold;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: none;
}

#animal_gallery {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  width: 100%;
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  display: flex; 
  justify-content: center;
  margin-top: 20px;
  gap: 0px;
}

.animal_listing {
  background-color: white;
  flex-basis: 24%;     /*32*/
  min-width: 260px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}


.animal_picture {   
  align-self: center;
  text-align: center;
  position: relative;
}

.animal_picture img {
  width: 95%;
  height: auto;
  margin-bottom:5px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #473838;
}

.animal_name {
  width: 100%;
  padding-top: 5px;
  font-weight : bold;
  font-style: normal;
  font-size: 1.3em;
  font-family: "Lato", sans-serif;
  text-align: center;
  background-color: #FFF;
  color: #00728D;
}

.animal_name:hover {
  color: #55B5BE;
}

.animal_species { display: none; }
.animal_size { display: none; }
.animal_sex { display: none; }
.animal_age { display: none; }

.animal_agegroup {
  text-align: center;
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
}

.animal_breed {
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  font-family: "Lato", sans-serif;
}

.animal_status {
  font-size: 0.6em;
  font-family: "Lato", sans-serif;
  font-style: italic;
  text-align: center;
  word-wrap: break-word;
}

#pet_tooltip
{
    text-align: center;
    font-size: 0.75em;
    color: #fff;
    background: #00728D;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 6px;
    
}
 
    #pet_tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00728D;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #pet_tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #00728D;
            top: -20px;
            bottom: auto;
        }
 
        #pet_tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #pet_tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }

.infothingy {
  margin-left: 6px;
  color: #00728D;
}



     
    .like_container {
        width : 100%;
        font-style:italic;
        font-size: 0.9em;
    }

    .like_pp_button {
       
    }

    .sponsor_intro {
       float: left;
       font-size: 0.8em;
       font-style: italic;
       padding-right: 10px;
    }


/********************************************************/
/*  This section is to do with the photos carousel      */
/********************************************************/
* {box-sizing: border-box} 
    body {font-family: Lato, sans serif; margin:0;}
    .mySlides {display: none} 
    img {vertical-align: middle;}
    .slideshow-container {
       width: auto;
       max-width: 1000px;
       position: relative;
       margin: auto;
    }
    .prev, .next {
       cursor: pointer;
       position: absolute;
       top: 50%;
       width: auto;
       padding: 16px;
       margin-top: -22px; 
       background-color: #00728D;
       color: white; 
       font-weight: bold; 
       font-size: 18px; 
       transition: 0.6s ease; 
       border-radius: 0 3px 3px 0;
       user-select: none;
    }
    .next {
       right: 0; 
       border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
       background-color: rgba(0,0,0,0.8);
    }
    .text {
       color: #f2f2f2; 
       font-size: 15px; 
       padding: 8px 12px; 
       position: absolute; 
       bottom: 8px; 
       width: 100%; 
       text-align: center;
    }
    .numbertext {
       color: #f2f2f2; 
       font-size: 12px; 
       padding: 8px 12px; 
       position: absolute; 
       top: 0;
    }
    .dot {
       cursor: pointer; 
       height: 15px; 
       width: 15px; 
       margin: 0 2px; 
       background-color: #bbb; 
       border-radius: 50%; 
       display: inline-block; 
       transition: background-color 0.6s ease;
    }
    .active, dot:hover {
       background-color: #717171;
    }
    .fade {
       -webkit-animation-name: fade; 
       -webkit-animation-duration: 1.5s; 
       animation-name: fade; 
       animation-duration: 1.5s;
    } 
    @-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}
    @keyframes fade {from {opacity: .4} to {opacity: 1}}
    @media only screen and (max-width: 300px){
       .prev, .next, .text {font-size: 11px}
    }




/********************************************************/
/*  This section is to do with the popup animal window  */
/********************************************************/

#myModal {
  z-index: 100000;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-dialog {
  width: 50%;
}

.modal-content {
    display: flex;
    flex-flow: column wrap;

}

#closeit {
    color: #111;
}

.modal-header {
    width: 100%;
    text-align: center;
}

#modal-title {
  margin-top: 0px;
  font-size: 2.5em;
  font-weight: 700;
}


.modal-body {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
    


.modal-image {
  width: 50%;
  justify-content: center;
}

.modal-image img {
    width: 100%;
    border-radius: 15px; 
}

.modal-description {
    flex: 1;
    font-size: 1.05em;
    padding-left:1em;
    line-height: 150%;
}

.modal-description td{
    padding-right: 1em;
}

.animal-info {
  font-size: 1em;
  margin-top: 2em;
}

.animal-info tr {
    height: 2em;
}

.goodwiths {
   margin-top: 2em;
}

#closeit {
  font-size: 50px;
}




.adopted_badge {
  position: absolute;
  width: 20%;
  bottom: 20px;
  left: 5%;
}

.adopted_badge img{
  box-shadow: none;
  overflow: hidden;
}

#bttBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#bttBtn:hover{
    background-color: #555;
}


@media screen and (max-width:1260px) {




    .modal-dialog {
        width: 70%;
    }
    .modal-image {
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .modal-dialog {
        width: 97%;
    }
    .modal-image {
        width: 100%;
        justify-content: center;
    }
    .modal-description {
       padding-left: 0px;
    }
}

@media screen and (max-width:375px) {
    .modal-dialog {
        width: 94%;
    }
    .modal-image {
        width: 100%;
        justify-content: center;
    }
    .modal-description {
       padding-left: 0px;
    }
    .animal-info {
      font-size: 0.8em;
    }
}
























/********************************************************/
    @media (max-width: 930px) {
      .animal_listing {
        min-width: 340px;
      }
    }

    @media (max-width: 720px) {
      #animal_gallery {
       justify-content: center;
      }

      .animal_listing {
        min-width: 300px;
      }


    }




    @media (max-width: 500px) {

        .like_description {
            padding-top: 3px;
            font-style:italic;
            font-size: 0.8em;
        }

        .btminfo {
           padding-top: 0px;
        }

        .admission {
          padding-top: 0px;
        }

    }  

    @media (max-width: 375px) {
     .animal_listing {
        min-width: 300px;
      }
    }