* {
    box-sizing: border-box;
}

body {
    padding-top: 59px;
    font: 18px/1.55 'Corben', sans-serif;
    color: #39170b;
    background: #f5edd7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #451e09;
    text-decoration: none;
    transition: color .3s ease;
    cursor: pointer;
}

a:hover {
    color: #355355;
}

h2 {
    margin: 0 0 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    overflow: hidden;
}

.wrap {
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
}

.wrap::after {
    display: block;
    content: '';
    clear: both;
}


header {
    min-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: url(../images/header-bg.png) center 100% repeat-x;
}

nav ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

nav li {
    display: inline-block;
    margin: 0 10px;
}

nav a {
    display: block;
    padding: 25px 3px;
    position: relative;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

nav a.active,
nav a:hover {
    text-decoration: none;
    color: #355355;
}

nav a::before {
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: url(../images/active-menu-item-alt.png) 0 0 no-repeat;
    background-size: 100% 10px;
    transform: translate3d(0,-100%,0);
    transition: transform .25s ease;
}

nav ul li:nth-child(1) a::before {
    background-image: url(../images/active-menu-item.png);
}

nav a.active::before {
    transform: translate3d(0,0,0);
}


/* HERO */

.hero {
    position: relative;
    background: #6aa19a url(../images/hero-bg.jpg) center 0 no-repeat;
    background-size: cover;
}

.hero-inner {
    width: 100%;
    min-height: 690px;
    position: relative;
    overflow: hidden;
}

.hero-inner::after {
    display: block;
    content: '';
    width: 100%;
    min-width: 1550px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/hero-bottom-mask.png) 0 100% no-repeat;
    background-size: 100% auto;
}

.hero-content {
    padding: 194px 20px 160px;
    position: relative;
    z-index: 20;
    text-align: center;
}

.js .hero-content {
    opacity: 0;
    transform: translate3d(0,0,0) scale(0);
    transition: transform .75s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity .75s ease-out;
}

.animate-hero .hero-content {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}

.hero-content h1 {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.hero-content h1 img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.hero-content span {
    position: absolute;
    top: -100vh;
}

.hero-content .new-series {
    display: block;
    max-width: 73%;
    margin: 18px auto 0;
}

.hero-btns {
    margin-top: 20px;
}

.hero-btns a {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #f5edd7;
}

.hero-btns a img {
    display: block;
    position: relative;
    transition: all .25s ease;
}

.hero-btns a:hover img {
    transform: scale(.97);
}

.hero-btns span {
    display: block;
    padding: 25px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-btns span::after {
    display: inline-block;
    content: '';
    height: 16px;
    margin-top: -4px;
    vertical-align: middle;
    background: center no-repeat;
}

.btn-trailer span::after {
    width: 16px;
    margin-left: 12px;
    background-image: url(../images/btn-arr.png);
}

.btn-help span::after {
    width: 16px;
    margin-left: 8px;
    background-image: url(../images/btn-arr-down.png);
}

.hero-cbs {
    max-width: 65%;
    margin-top: 95px;
}

.chars {
    width: 100%;
    max-width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    transform: translate3d(-50%,0,0);
}

.chars2 {
    height: 0;
    top: auto;
    bottom: 0;
    z-index: 3;
}

.char {
    position: absolute;
    background: center no-repeat;
    background-size: contain;
}


.char-parrot {
    width: 241px;
    max-width: 20%;
    height: 167px;
    top: -25px;
    left: 43%;
    background-image: url(../images/parrot.png);
    background-position: center 0;
}

.js .char-parrot {
    transform: translate3d(-650px,500px,0) scale(0) rotate(70deg);
} 

.animate-hero .char-parrot {
    transform: translate3d(0,0,0) scale(1) rotate(0);
    transition: transform 1.35s ease-out;
}


.char-host {
    width: 747px;
    max-width: 47%;
    height: 480px;
    bottom: -70px;
    right: -209px;
    background-image: url(../images/host.png);
    background-position: 100% 100%;
}

.js .char-host {
    transform-origin: 0% 100%;
    transform: translate3d(100%,50%,0) scale(.5) rotate(-10deg);
    transition: transform 1s ease-out;
} 

.animate-hero .char-host {
    transform: translate3d(0,0,0) scale(1) rotate(0);
}


.char-dog {
    width: 578px;
    max-width: 35%;
    height: 398px;
    top: -60px;
    left: 6.5%;
    background-image: url(../images/dog.png);
    background-position: 0 0;
}

.js .char-dog {
    transform-origin: 0 0;
    transform: translate3d(-100%,-100%,0) scale(.25) rotate(-30deg);
    transition: transform 1s ease-out;
} 

.animate-hero .char-dog {
    transform: translate3d(0,0,0) scale(1) rotate(0);
}


.char-pig {
    width: 471px;
    max-width: 30%;
    height: 413px;
    top: -40px;
    right: 12%;
    background-image: url(../images/pig.png);
    background-position: 100% 0;
}

.js .char-pig {
    transform-origin: 50% 0;
    transform: translate3d(80%,-20%,0) scale(0) rotate(20deg);
    transition: transform 1s ease-out;
} 

.animate-hero .char-pig {
    transform: translate3d(0,0,0) scale(1) rotate(0);
}


.char-cow-body {
    width: 464px;
    max-width: 30%;
    height: 120px;
    bottom: 0;
    left: -75px;
    background-image: url(../images/cow-body.png);
    background-position: 0 100%;
}

.js .char-cow-body {
    transform: translate3d(-50vw,100%,0) scale(0);
    transition: transform 1s ease-out;
} 

.animate-hero .char-cow-body {
    transform: translate3d(0,0,0) scale(1);
}


.char-cow-head {
    width: 928px;
    max-width: 57%;
    height: 829px;
    bottom: -100px;
    left: 0;
    z-index: 15;
    background-image: url(../images/cow-head.png);
    background-position: 0 100%;
    pointer-events: none;
}

.js .char-cow-head {
    transform-origin: 50% 70%;
    transform: translate3d(-70vw,17%,0) scale(0) rotate(-30deg);
    transition: transform 1s ease-out;
} 

.animate-hero .char-cow-head {
    transform: translate3d(0,0,0) scale(1) rotate(0);
}


.hero-trailer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000; 
}

.hero-trailer iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-close {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-out 1.2s;
    -ms-transition: all .3s ease-out 1.2s;
    transition: all .3s ease-out 1.2s;
}

.show-trailer .btn-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn-close::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/btn-close.png) center no-repeat;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}




/* ABOUT */

.about {
    padding: 40px 0 35px;
}

.about-slider {
    float: left;
    width: 52%;
    max-width: 610px;
    position: relative;
    z-index: 1;
    font-size: 0;
    box-shadow: 0 20px 25px rgba(0,0,0,.2);
}

.about-slider .slide {
    width: 100%;
    background: center no-repeat;
    background-size: cover;
}

.about-slider .slide + .slide {
    display: none;
}

.about-slider .slide img {
    display: block;
    max-width: 100%;
}

.about-slider-nav {
    position: absolute;
    bottom: 25px;
    right: 32px;
    z-index: 9;
    font-size: 0;
}

.about-slider-nav a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    background: url(../images/slider-arrows.png) 0 center no-repeat;
    transition: transform .25s ease;
}

.about-slider-nav a.slide-next {
    background-position: 100% center;
}

.about-slider-nav a:hover {
    transform: scale(.95);
}


.about-text {
    padding-top: 30px;
    margin-left: 57%;
}

.about-text p {
    font-size: 17px;
    line-height: 1.65;
}


/* EPISODES */

.episodes {
    position: relative;
    color: #f5edd7;
    background: url(../images/dark-bg-middle.jpg) center 0;
}

.episodes::before {
    display: block;
    content: '';
    width: 100%;
    height: 40px;
    background: url(../images/dark-bg-top.jpg) center 0 repeat-x;
}

.episodes::after {
    display: block;
    content: '';
    width: 100%;
    height: 35px;
    background: url(../images/dark-bg-bottom.jpg) center 100% repeat-x;
}

.episodes .wrap {
    padding-top: 35px;
    padding-bottom: 20px;
}

.episodes h2 {
    margin-bottom: 40px;
}

.episodes ul {
    padding: 0;
    margin: 0 -12px;
    font-size: 0;
    list-style: none;
}

.episodes ul li {
    display: inline-block;
    width: 33.3%;
    min-height: 100px;
    padding: 0 12px;
    margin-bottom: 45px;
    font-size: 15px;
    vertical-align: top;
}

.episodes ul a {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
}

.episodes ul a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/play-btn.png) center 51% no-repeat;
    transition: transform .25s ease;
}

.episodes ul a:hover::after {
    transform: scale(.95);
}

.episodes ul img {
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
    transition: transform .5s ease-out;
}

.episodes ul a:hover img {
    transform: scale(1.1);
}

.episodes ul div {
    margin-bottom: 15px;
    line-height: 1;
}

.episodes ul h3 {
    margin-bottom: 13px;
}

.episodes ul p {
    margin: 0;
    line-height: 1.4;
}


/* HELP */

.help {
    padding: 80px 0;
    position: relative;
}

.help p {
    max-width: 660px;
}

.help-carousel {
    margin-top: 45px;
    position: relative;
}

.help-carousel .slick-list {
    overflow: visible;
}

.help-carousel .slick-slide {
    padding-right: 20px;
    opacity: .7;
    pointer-events: none;
    transition: opacity 1s ease;
}

.help-carousel .slick-active {
    opacity: 1;
    pointer-events: all;
}

.help-logos * {
    outline: none;
}

.help-logos .slide {
    font-size: 15px;
}

.help-logos .slide + .slide {
    display: none;
}

.help-logos .slide-logo {
    display: block;
    max-width: 384px;
    margin-bottom: 18px;
    position: relative;
    font-size: 0;
}

.help-logos .slide-logo img {
    display: block;
    max-width: 100%;
}

.help-logos .slide-logo span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    transition: transform .3s ease-out;
}

.help-logos .slide-logo:hover span {
    transform: scale(1.05);
}

.help-logos .loc {
    margin-bottom: 13px;
    line-height: 1;
}

.help-logos .tel {
    line-height: 1;
}

.help-logos ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.help-logos ul li {
    display: inline-block;
    margin-right: 7px;
}

.help-logos ul a {
    display: block;
    width: 18px;
    height: 18px;
    opacity: .33;
    background: url(../images/links.png) 0 center no-repeat;
    transition: opacity .3s ease;
}

.help-logos ul a:hover {
    opacity: 1;
}

.help-logos .link-site {}

.help-logos .link-fb {
    background-position-x: -30px; 
}

.help-logos .link-tw {
    background-position-x: -58px; 
}

.help-logos .link-inst {
    background-position-x: -87px; 
}

.help-logos .link-mail {
    background-position-x: -115px; 
}

.help-logos .link-yt {
    width: 20px;
    background-position-x: -142px; 
}

.help-carousel .slick-arrow {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20%;
    z-index: 9;
    text-indent: -999px;
    background: url(../images/slider-arrows.png) 0 center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: opacity .3s ease;
}

.help-carousel .slick-arrow:hover {
    opacity: .9;
}

.help-carousel .slick-prev {
    left: -15px;
}

.help-carousel .slick-next {
    right: 0;
    background-position: 100% center;
}

.help-carousel .slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.help-parrot {
    width: 476px;
    height: 460px;
    position: absolute;
    top: -100px;
    left: 60%;
    z-index: 9;
    pointer-events: none;
}

.help-parrot div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center 0 no-repeat;
    background-size: contain;
}

.help-parrot .bird {
    background-image: url(../images/parrot-btm.png);
}

.help-parrot .shadow {
    top: 110px;
    left: -25px;
    z-index: -1;
    background-image: url(../images/parrot-btm-shadow.png);
}


/* LOOKUP */

.lookup {
    position: relative;
    text-align: center;
    color: #f5edd7;
    background: url(../images/lookup-bg.jpg) center 0 repeat-x;
}

.lookup > .wrap {
    padding-top: 130px;
    padding-bottom: 120px;
}

.lookup.show-results > .wrap {
    padding-bottom: 20px;
    transition: padding .5s ease;
}

.search-form {
    margin: 30px 0 20px;
    position: relative;
    z-index: 1;
}

 .search-form > span {
    display: inline-block;
    width: 563px;
    position: relative;
}

.searching .search-form > span::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/busy.gif) 95% center no-repeat;
    background-size: 30px;
}

.search-form input[type=text] {
    display: inline-block;
    width: 100%;
    height: 64px;
    padding: 0 25px;
    font-size: 24px;
    line-height: 1.85;
    color: #451e09;
    background: url(../images/input-bg.png) 0 center no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.search-form ::-webkit-input-placeholder {
    opacity: .85;
    color: #451e09;
}

.search-form ::-moz-placeholder { 
    opacity: .85;   
    color: #451e09;
}

.search-form :-ms-input-placeholder { 
    opacity: .85;
    color: #451e09;
}


.search-form a {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    color: #f5edd7;
}

.search-form a img {
    display: block;
    position: relative;
    transition: all .25s ease;
}

.search-form a:hover img {
    transform: scale(.97);
}

.search-form a span {
    display: block;
    padding: 25px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-msg {}

.lookup .animals {
    width: 100%;
    max-width: 1800px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,0,0);
    border: 1px solid #f00;
}

.lookup .animal {
    position: absolute;
    bottom: 0;
    background: center 100% no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: all 1s ease;
}

.lookup .animal1 {
    max-width: 40%;
    width: 471px;
    height: 413px;
    left: -60px;
    background-image: url(../images/dog-bottom.png);
}

.lookup .animal2 {
    max-width: 30%;
    width: 487px;
    height: 472px;
    right: -50px;
    bottom: -40px;
    background-image: url(../images/pig-bottom.png);
}

.lookup h2 span {
    white-space: nowrap;
}


.search-results {
    display: none;
    padding: 70px 0 360px;
    position: relative;
    text-align: left;
    background: url(../images/results-bg.png) center 0 repeat-x;
}

.search-results::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    top: 1000px;
    background: #284142;
    background: -moz-linear-gradient(top, rgba(40,65,66,0.0) 0, rgba(40,65,66,1) 200px, rgba(40,65,66,1) 100%);
    background: -webkit-linear-gradient(top, rgba(40,65,66,0.0) 0,rgba(40,65,66,1) 200px,rgba(40,65,66,1) 100%);
    background: linear-gradient(to bottom, rgba(40,65,66,0.0) 0,rgba(40,65,66,1) 200px,rgba(40,65,66,1) 100%);
}

.lookup.show-results .search-results {
    display: block;
}

.search-results .wrap {
    z-index: 1;
}

.search-results ul {
    padding: 0;
    margin: 25px -18px 0;
    list-style: none;
    font-size: 0;
    color: #39170b;
}

.search-results ul li {
    display: inline-block;
    width: 25%;
    height: 225px;
    vertical-align: top;
    position: relative;
}

.search-results ul li::before {
    display: block;
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/addr-bg.png) 0 0 no-repeat; 
}

.search-results ul li div {
    padding: 50px 35px 0 55px;
    position: relative;
    z-index: 1;
}

.search-results ul li h4 {
    min-height: 46px;
    margin: 0;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results ul li p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}





/* FOOTER */

footer {
    padding: 110px 0 105px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #f5edd7;
    background: url(../images/footer-bg.png) center 0 repeat-x;
}

.footer-logo {
    display: inline-block;
    max-width: 65%;
}

.footer-logo img {
    display: block;
    max-width: 100%;
}

.copy {
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: -.2px;
}

.copy a {
    text-decoration: underline;
    color: inherit;
    white-space: nowrap;
}

.copy a:hover {
    text-decoration: none;
}





@media screen and (min-width: 2000px) {

    .lookup .animal2 {
        right: -105px;
    }

}



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

    .lookup .animal2 {
        right: -75px;
    }

}



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

    .char-dog {
        max-width: 50%;
        left: -9%;
    }

    .char-pig {
        max-width: 40%;
        right: 0;
    }

    .char-host {
        max-width: 53%;
        right: -25%;
        bottom: 0;
    }

    .char-cow-head {
        max-width: 60%;
        left: -3%;
        bottom: -9vw;
    }

    .hero-content {
        padding: 190px 20px 140px;
    }

    .lookup .animal1 {
        left: 15%;
        bottom: 0;
    }

    .lookup .animal2 {
        right: 15%;
        bottom: 0;
    }

    .lookup > .wrap {
        padding-bottom: 400px;
    }

    .search-results {
        padding-bottom: 400px;
    }

}



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

    .char-host {
        max-width: 57%;
        right: -28%;
        bottom: -6vw;
    }

    .animate-hero .char-cow-head {
        transform: translate3d(0,0,0) scale(1) rotate(12deg);
    }

    .lookup .animal2 {
        max-width: 33%;
    }

    .search-results ul {
        padding-right: 25px;
    }

    .search-results ul li {
        width: 33.3%;
        height: auto;
        min-height: 160px;
    }

    .search-results ul li::before {
        background-size: 100% 100%;
    }

    .search-results ul li div {
        padding-bottom: 35px;
    }

}



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

    .lookup > .wrap {
        padding-bottom: 42vw;
    }

    .search-results {
        padding-bottom: 40vw;
    }

}



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

    .about-slider {
        width: 45%;
    }

    .about-text {
        padding-top: 20px;
        margin-left: 50%;
    }

    .search-form {
        margin-top: 22px;
    }

    .search-form > span,
    .search-form a {
        margin: 8px;
    }

    .search-form > span {
        max-width: 70%;
        position: relative;
    }

}



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

    h2 {
        margin: 0 0 12px;
        font-size: 32px;
    }

    h3 {
        margin: 0 0 10px;
        font-size: 20px;
    }

    h4 {
        margin: 0 0 10px;
        font-size: 20px;
    }

    p {
        margin-top: 0;
    }

    .wrap {
        padding: 0 20px;
    }

    nav {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    nav ul {
        white-space: nowrap;
    }

    nav li {
        margin: 0 8px;
    }


    .hero {
        background-position: 41% 0; 
    }
    
    .hero-btns {
        margin-top: 30px;
    }

    .hero-cbs {
        margin-top: 30px;
    }

    .char-host {
        max-width: 100%;
        height: 44vw;
        right: -61%;
        bottom: -10vw;
        
    }

    .animate-hero .char-host {
        transform: translate3d(0,0,0) scale(1) rotate(-20deg);
    }

    .char-parrot {
        max-width: 26%;
        height: 20vw;
        top: 23px;
        left: 37%;
    }

    .char-dog {
        max-width: 69%;
        left: -31.5%;
        top: 0;
    }

    .char-pig {
        max-width: 50%;
        right: -12.5%;
        top: 5px;
        background-image: url(../images/pig-mob.png);
    }

    .animate-hero .char-pig {
        transform: translate3d(0,0,0) scale(1) rotate(-5deg);
    }

    .char-cow-head {
        max-width: 100%;
        left: -21.5%;
        bottom: -13vw;
    }

    .animate-hero .char-cow-head {
        transform: translate3d(0,0,0) scale(1) rotate(0);
    }

    .hero-content {
        padding-top: 42vw;
        padding-bottom: 42vw;
    }

    .btn-close {
        right: 15px;
    }

    .about-slider {
        float: none;
        width: 100%;
    }

    .about-text {
        padding-top: 40px;
        margin-left: 0;
    }

    .episodes ul li {
        width: 50%;
    }

    .help-logos .slide-logo span {
        background-size: 50%;
    }

    .help-parrot {
        max-width: 55%;
        height: 38vw;
        top: -50px;
        left: 57vw;
    }

    .help-parrot .shadow {
        top: 6vw;
        left: -1vw;
        filter: blur(1px);
    }

    .lookup > .wrap {
        padding-bottom: 55vw;
    }

    .lookup h2 {
        margin-bottom: 20px;
    }

    .search-form > span::before {
        display: block;
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: url(../images/input-right-mob.png) center no-repeat;
    }

    .search-form input[type=text] {
        height: 60px;
        font-size: 18px;
        background-size: cover;
    }

    .search-form a img {
        height: 60px;
    }

    .search-form a span {
        padding: 20px;
    }

    .lookup .animal1 {
        max-width: 57%;
        left: -4vw;
        bottom: -2.5vw;
        background-image: url(../images/dog-bottom-mob.png);
    }

    .lookup .animal2 {
        max-width: 48%;
        right: 1vw;
        bottom: 0;
        background-image: url(../images/pig-bottom-mob.png);
    }

    .lookup.show-results > .wrap {
        /*padding-bottom: 40px;*/
    }

    .search-results {
        padding-bottom: 50vw;
    }

    .search-results ul {
        padding-right: 35px;
    }

    .search-results ul li {
        width: 50%;
    }

    footer {
        padding: 60px 20px 50px;
    }

    .copy {
        margin-top: 15px;
    }

}


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

    .search-results ul li {
        width: 100%;
        max-width: 350px;
    }

}


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

    .char-host {
        bottom: 8vw;
        height: 42vw;
    }

    .about {
        padding-top: 20px;
    }

    .episodes ul li {
        width: 100%;
    }

}


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

    .char-cow-body {
        transform: translateY(100%);
    } 

    .help {
        padding: 60px 0;
    }

    .help-logos .slide-logo span {
        background-size: auto;
    }

    .lookup > .wrap {
        padding-top: 60px;
    }

    .search-form > span {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
    }

}


