/** Helper classes **/
.ms-touch.pets-of-the-week-slide-container {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}


/**
 * The list of pets from the petango api
 */
/*
.petango-list-filter {
    background-color: #0055A5;
    margin-bottom: 14.3rem;
}
*/

/*
.petango-list-filter form {
    padding: 6.4rem 4.9rem;
    font-size: 26px;
    font-weight: bold;
}
*/

/*
.petango-list-filter label {
    color: #fff;
    margin-right: 4.7rem;
}
*/

/*
.petango-list-filter select {
    border-radius: 50px;
    font-size: 24px;
    line-height: 38px;
    padding: 1.3rem 2.5rem;
    padding-right: 4.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 200px;
    border-width: 0;
    outline-width: 0;
}
*/

/*
.petango-list-filter select::-ms-expand {
    display: none;
}
*/

/*
.petango-filter-select {
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    margin-right:4.7rem;
}
*/

/*
.petango-filter-select select {
    background-color: #ffffff;
}
*/

/*
@media all and (min-width: 992px) {
  .petango-filter-select {
    width: 265px;
  }
  .petango-filter-select select {
    width: 100%;
  }
}
*/

/*
@media all and (max-width: 991px) {
    .petango-filter-select select {
        width: calc(100vw - 100px);
    }
}
*/

/*
.petango-filter-select:after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 27px;
    color: #B20BA9;
    font-size: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    pointer-events: none;
}
*/

/*
.petango-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
*/

/*
.petango-animal {
    flex-basis: 25%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 9rem;
}
*/

/*
.petango-animal > strong {
    font-size: 30px;
    color: #0736BC;
}
*/

/*
.petango-animal-photo {
    display: block;
    width: 180px;
    height: 220px;
    position: relative;
    overflow: hidden;
    background: #eee no-repeat top center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 4rem;
    cursor: pointer;
}
*/

/*
.petango-animal-photo img {
    margin: 0 auto;
    height: 100%;
    width: auto;
    display: inline;
}
*/

/*
.petango-animal .btn {
    background-color: #04BC87;
    font-size: 26px;
    padding: 1.8rem 7.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}
*/

/**
 * Pets of the Week widget. This styles the slider and text
 */
 .pets-of-the-week {
     display: flex;
     flex-direction: column;
     background-color: #cdd7f2;
     padding-top: 3.5rem;
     padding-bottom: 2rem;
 }

 @media all and (min-width: 991px) {
     .pets-of-the-week {
         padding-top: 7.3rem;
         padding-bottom: 4rem;
     }
 }

.pets-of-the-week-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 4px solid #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-header {
        margin-bottom: 6.1rem;
        padding-bottom: 6.1rem;
        margin-right: 19.5rem;
        margin-left: 19.5rem;
    }
}

.pets-of-the-week-header .btn, .pets-of-the-week-description .btn {
    background-color: transparent;
    border: 3px solid #0055A5;
    padding: 1.8rem 7.5rem;
    color: #000;
    outline-width: 0;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
    width: 100%;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-header .btn, .pets-of-the-week-description .btn {
        width: auto;
    }
}

.pets-of-the-week-header .btn + .btn {
    margin-left: 0;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-header .btn + .btn {
        margin-left: 5rem;
    }
}


.pets-of-the-week-header .btn:hover, .pets-of-the-week-header .btn.active, .pets-of-the-week-description .btn {
    background-color: #0055A5;
    color: #fff !important;
}

.pets-of-the-week-heading {
    color: #B20BA9 !important;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-heading {
        margin-bottom: 10rem !important;
    }
}

.pets-of-the-week-slider {
    position: relative;
    height: 341px;
}

.pets-of-the-week-slider-controls {
    /* display: flex; */
    display: none;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    height: 71px;
}

.pets-of-the-week-prev::after, .pets-of-the-week-next::after {
    content: " ";
    position: absolute;
    background-image: url(img/arrow.png);
    background-color: #0055A5;
    border-radius: 50%;
    width: 71px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: 48% 50%;
    cursor: pointer;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-prev::after, .pets-of-the-week-next::after {
        top: -205px;
    }
}

.pets-of-the-week-next::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pets-of-the-week-prev, .pets-of-the-week-next {
    position: relative;
    width: 100%;
}

.pets-of-the-week-prev::after {
    left: 0;
}

.pets-of-the-week-next::after {
    right: 0;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-prev::after {
        right: 0;
        left: auto;
        margin-right: 346px;
    }

    .pets-of-the-week-next::after {
        left: 0;
        right: auto;
        margin-left: 346px;
    }
}

.pets-of-the-week-slide {
    position: relative;
    background-size: cover;
    height: 341px;
    width: 657px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pets-of-the-week-slide.adopted::before {
    content: " ";
    background-image: url(img/adopted-overlay.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.pets-of-the-week-slide.adopted::before {
    content: " ";
    position: absolute;
    height: 342px;
    width: 342px;
    bottom: 0px;
    border-radius: 50%;
    border-bottom: 171px solid #B20BA9;
    clip: rect(281px, 342px, 342px, 0px);
    left:0;
}

.pets-of-the-week-slide.adopted::after {
    content: " ";
    position: absolute;
    height: 342px;
    width: 342px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    border-bottom: 171px solid #B20BA9;
    clip: rect(281px, 342px, 342px, 0px);
}

.pets-of-the-week-slide.adopted div {
    background-color: #B20BA9;
    text-align: center;
    bottom: 0;
    margin-left: 170px;
    margin-right: 170px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pets-of-the-week-slide.adopted div h3 {
    font-size: 28px !important;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    z-index: 1;
}

.pets-of-the-week-slide-container {
    height: 100%;
    width: 100%;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-slide-container {
        align-items: center;
        justify-content: center;
    }
}

.pets-of-the-week-slide-cover {
    display: flex;
    justify-content: center;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.pets-of-the-week-slide-cover, .pets-of-the-week-description {
    transition: .3s ease;
    position: absolute;
    opacity: 0;
    left: -20rem;
    right: -20rem;
}

.pets-of-the-week-slide-cover.active, .pets-of-the-week-description.active {
    transition: .3s ease;
    opacity: 1;
    left: 0;
    right: 0;
    z-index: 1;
}

.pets-of-the-week-description-container {
    position: relative;
    height: 250px;
}

.pets-of-the-week-description {
    background-color: #cdd7f2;
    align-self: center;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.pets-of-the-week-description h4 {
    color: #B20BA9 !important;
}

@media all and (min-width: 991px) {
    .pets-of-the-week-learn-more {
        margin-top:6rem;
    }
}

.pets-of-the-week table {
    margin-bottom: 2.5rem;
}

.pets-of-the-week table tbody th, .pets-of-the-week table tbody td, .pets-of-the-week table thead th, .pets-of-the-week table tr {
    border-width: 0;
    padding: 0;
    padding-right: 2.5rem;
}

/**
 * The single page featuring a single pet
 */
.pet-of-the-week {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pet-of-the-week-featured-image {
    position: relative;
    background-size: cover;
    height: 519px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 170px;
    margin-bottom: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pet-of-the-week-featured-image.adopted::before {
    content: " ";
    position: absolute;
    height: 342px;
    width: 342px;
    bottom: 0px;
    border-radius: 50%;
    border-bottom: 171px solid #B20BA9;
    clip: rect(242px, 342px, 342px, 0px);
    left:0;
}

.pet-of-the-week-featured-image.adopted::after {
    content: " ";
    position: absolute;
    height: 342px;
    width: 342px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    border-bottom: 171px solid #B20BA9;
    clip: rect(242px, 342px, 342px, 0px);
}

.pet-of-the-week-featured-image.adopted div {
    background-color: #B20BA9;
    text-align: center;
    bottom: 0;
    margin-left: 170px;
    margin-right: 170px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pet-of-the-week-featured-image.adopted div h3 {
    font-size: 35px !important;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    z-index: 1000;
    position: absolute;
}

.pet-of-the-week-description {
    width: 100%;
}

@media all and (min-width: 991px) {
    .pet-of-the-week-description {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

.pet-of-the-week-description h4 {
    color: #B20BA9 !important;
    font-size: 50px !important;
    text-align: center;
    margin-bottom: 3.5rem;
}

.pet-of-the-week-content {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}


@media all and (min-width: 991px) {
    .pet-of-the-week-content {
        flex-direction: row;
        margin-bottom:2rem;
        margin-left:8rem;
        margin-right:8rem;
    }
    .pet-of-the-week-content p {
        padding-left: 8rem;
    }
}

.pet-of-the-week table tbody th, .pet-of-the-week table tbody td, .pet-of-the-week table thead th, .pet-of-the-week table tr {
    border-width: 0;
    padding: 0;
    padding-right: 2.5rem;
}

.pet-of-the-week table {
    width: 100%;
}

@media all and (min-width: 991px) {
    .pet-of-the-week table {
        width: 100%;
        margin-left: 6rem;
    }
}

.pet-of-the-week table tbody td {
    padding-bottom: 2.7rem;
}

.pet-of-the-week .btn {
    padding: 1.8rem 7.5rem;
}

/** Animal modal **/
.petango-modal-helper {
    position: relative;
}

.petango-animal-modal {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(239,239,239,.6);
    height: 100%;
    width: 100%;
    z-index: 1000;
}

@media all and (min-width: 600px) {
    .petango-animal-modal {
        /* overflow-y: scroll; */
    }
}

.petango-animal-modal-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 4rem;
    height: fit-content;
}

@media all and (min-width:600px) {
    .petango-animal-modal-container {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5rem;
        display: flex;
        border-radius: 40px;
        position: relative;
    }
}

@media all and (min-width:1200px) {
    .petango-animal-modal-container {
        flex-direction: row;
    }
}

.petango-animal-modal-photo {
    transition: .3s ease;
    height: 52.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: -20rem;
    top: 0;
    bottom: 0;
    right: 0;
}

.petango-animal-modal-photo.active {
    transition: .3s ease;
    opacity: 1;
    left: 0;
}

.petango-animal-modal-photo-container {
    height: 52.5rem;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.petango-animal-modal-slider, .petango-animal-modal-content {
    flex-basis: 50%;
}

.petango-animal-modal-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (min-width: 768px) {
    .petango-animal-modal-slider {
        padding: 10%;
    }
}

@media all and (min-width: 1200px) {
    .petango-animal-modal-slider {
        position: relative;
        padding: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.petango-animal-modal-content {
    align-self: flex-start;
    padding: 4%;
}
.petango-animal-modal-content h4 {
    margin-top: 0;
}

.petango-animal-modal table tbody th, .petango-animal-modal table tbody td, .petango-animal-modal table thead th, .petango-animal-modal table tr {
    border-width: 0;
    padding: 0;
    padding-right: 2.5rem;
}

.petango-animal-modal table tbody th {
    width: 30%;
}

.petango-animal-modal table tbody td {
    padding-bottom: 1rem;
}

.petango-animal-modal-btn-container {
    display: flex;
    height: 12rem;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

@media all and (min-width: 768px) {
    .petango-animal-modal-btn-container {
        height: auto;
    }
}

.petango-animal-modal-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    background-color: #B20BA9;
    border-radius: 50%;
    cursor: pointer;
}

.petango-animal-modal-close-btn::after {
    content: " ";
    background-image: url(img/close.svg);
    position: absolute;
    top: 16px;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    left: 17px;
    cursor: pointer;
}

.petango-animal-modal-prev, .petango-animal-modal-next {
    position: relative;
    height: 71px;
    width: 71px;
    text-align: center;
    background-color: #B20BA9;
    border-radius: 50%;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 48% 50%;
    cursor: pointer; /* Without this, iOS doesn't trigger $(document.body).on('click') events */
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.petango-animal-modal-prev:hover, .petango-animal-modal-next:hover {
  background-color: #083e7e;
}

.petango-animal-modal-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/** Recently adopted styles **/
/*
.petango-recently-adopted {
    background-color: #D4DBF2;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
*/

.petango-recently-adopted-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.petango-recently-adopted-col-full {
    flex: 1 0 auto;
}

.petango-recently-adopted-col {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 600px) {
    .petango-recently-adopted-col {
        flex-direction: row;
        margin-left: 25px;
        margin-right: 25px;
    }
}

.petango-recently-adopted-text-center {
    text-align: center;
}

@media all and (min-width: 600px) {
    .petango-recently-adopted-text-center {
        text-align: initial;
    }
}

.petango-recently-adopted-center {
    align-items: center;
    justify-content: center;
}

/*
.petango-recently-adopted h1 {
    color: #3509BC;
}
*/

/*
.petango-recently-adopted h5 {
    font-size: 35px;
}
*/

/** Adoption goal styles **/
.petango-adoption-goal {
    display: block;
    width: 100%;
    height: 8rem;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
}

.petango-adoption-goal-completion {
    position: absolute;
    height: 100%;
    border-radius: 40px;
    transition: width .3s ease;
    background: #350ABC;
}

.petango-adoption-goal-ruler {
    position: absolute;
    height: 40px;
    width: 100%;
    margin-left: 2px;
    z-index: 1;
}

.petango-adoption-goal-ruler line {
    stroke-width: 3px;
    shape-rendering: crispEdges;
    stroke: #04BC87;
}

.petango-recently-adopted-link {
    position: relative;
    color: #0055A5 !important;
    margin-right: 0;
}

.petango-recently-adopted-icon {
    background-image: url(img/link.svg);
    height: 40px;
    width: 40px;
    position: relative;
    top: 5px;
    right: -5px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/** Tribe Events CSS **/
#tribe-events .tribe-events-list .tribe-events-loop {
    display: flex;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.tribe-events-title-bar {
    display:none;
}

.tribe-events-list .tribe-events-list-separator-month {
    display: none;
}

#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    text-align: left;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

@media all and (min-width: 768px) {
    #tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
        background-size: cover;
    }
}

@media all and (min-width: 991px) {
    #tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
        height: 545px;
        width: 50%;
    }
}

#tribe-events .tribe-events-list .tribe-events-venue-details {
    border-top: 0;
}

.tribe-events-list .tribe-event-url {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.tribe-events-list .tribe-event-url span {
    display: none;
}

#tribe-events .tribe-events-list .tribe-events-list-event-title {
    color: #fff;
    font-weight: bold;
    font-size: 35px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    background: transparent;
    border: 0;
}

.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
    display: none;
}

.tribe-events-slider-control-container {
    display: flex;
    justify-content: center;
    margin: 6rem 1.5rem 1.5rem 1.5rem;
    min-height: 71px;
}

.tribe-events-slider-controls {
    display: flex;
    width: 155px;
}

.tribe-events-prev-slide, .tribe-events-next-slide {
    flex-basis: 50%;
}

.tribe-events-prev-slide span, .tribe-events-next-slide span {
    display: none;
}

.tribe-events-prev-slide::after, .tribe-events-next-slide::after {
    content: " ";
    position: absolute;
    background-image: url(img/arrow.png);
    background-color: #0055A5;
    border-radius: 50%;
    width: 71px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: 48% 50%;
    cursor: pointer;
}

.tribe-events-next-slide::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tribe-event-wrapper {
    background-color: #3509bc;
    padding: 1rem;
}

#tribe-events .tribe-event-schedule-details {
    padding:0 !important;
}

/** Adoptable animal single **/

.petango-animal-single {

}

.petango-animal-single-container {
    position: relative;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 4rem;
    height: fit-content;
}

@media all and (min-width:600px) {
    .petango-animal-single-container {
        display: flex;
    }
}

@media all and (min-width:1200px) {
    .petango-animal-single-container {
        flex-direction: row;
    }
}

.petango-animal-single-photo {
    transition: .3s ease;
    height: 52.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: -20rem;
    top: 0;
    bottom: 0;
    right: 0;
}

.petango-animal-single-photo.active {
    transition: .3s ease;
    opacity: 1;
    left: 0;
}

.petango-animal-single-photo-container {
    height: 52.5rem;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.petango-animal-single-slider, .petango-animal-single-content {
    flex-basis: 50%;
}

.petango-animal-single-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (min-width: 768px) {
    .petango-animal-single-slider {
        padding: 10%;
    }
}

@media all and (min-width: 1200px) {
    .petango-animal-single-slider {
        position: relative;
        padding: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.petango-animal-single-content {
    align-self: flex-start;
    padding: 4%;
}
.petango-animal-single-content h4 {
    margin-top: 0;
}

.petango-animal-single table tbody th, .petango-animal-single table tbody td, .petango-animal-single table thead th, .petango-animal-single table tr {
    border-width: 0;
    padding: 0;
    padding-right: 2.5rem;
}

.petango-animal-single table tbody th {
    width: 30%;
}

.petango-animal-single table tbody td {
    padding-bottom: 1rem;
}

.petango-animal-single-btn-container {
    display: flex;
    height: 12rem;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

@media all and (min-width: 768px) {
    .petango-animal-single-btn-container {
        height: auto;
    }
}

.petango-animal-single-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    background-color: #B20BA9;
    border-radius: 50%;
    cursor: pointer;
}

.petango-animal-single-close-btn::after {
    content: " ";
    background-image: url(img/close.svg);
    position: absolute;
    top: 16px;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    left: 17px;
    cursor: pointer;
}

.petango-animal-single-prev, .petango-animal-single-next {
    position: relative;
    height: 71px;
    width: 71px;
    text-align: center;
    background-color: #B20BA9;
    border-radius: 50%;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 48% 50%;
    cursor: pointer; /* Without this, iOS doesn't trigger $(document.body).on('click') events */
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.petango-animal-single-prev:hover, .petango-animal-single-next:hover {
  background-color: #083e7e;
}

.petango-animal-single-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}