﻿
/* Header */
/* ------------------------------------------------------ */

.css-table.logo img {
    max-height: 85px;
    margin-top: 10px;
}

#header {
    position: relative;
    background: #ffffff;
}

    #header a {
        text-decoration: none;
    }

    #header .header-top-bar a:hover {
        color: #1ab5b3;
    }

    /* Header Top Bar */
    #header .header-top-bar {
        padding: 0;
        background: #4d4d4d;
        color: #ffffff;
    }

        #header .header-top-bar .container {
            position: relative;
        }

        #header .header-top-bar .header-login,
        #header .header-top-bar .header-register,
        #header .header-top-bar .bookmarks {
            float: right;
        }

            #header .header-top-bar .header-login > .btn,
            #header .header-top-bar .header-register > .btn,
            #header .header-top-bar .bookmarks {
                margin-left: 25px;
                padding-right: 0;
                padding-left: 0;
                font-size: 12px;
            }

        /* Header Language */
        #header .header-top-bar .header-language {
            position: relative;
            display: block;
            float: left;
            margin: 0;
        }

            #header .header-top-bar .header-language > ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #header .header-top-bar .header-language > ul > li {
                    float: left;
                }

                    #header .header-top-bar .header-language > ul > li > a {
                        display: block;
                        padding: 5px;
                        min-width: 30px;
                        color: #ffffff;
                        text-align: center;
                        font-size: 12px;
                        line-height: 20px;
                    }

                        #header .header-top-bar .header-language > ul > li > a:hover {
                            background: #5f5f5f;
                        }

                    #header .header-top-bar .header-language > ul > li.active > a {
                        background: #5f5f5f;
                        color: #979797;
                    }

        /* Header Dropdown */
        #header .header-top-bar .header-login > div,
        #header .header-top-bar .header-register > div {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 9999;
            display: block;
            visibility: hidden;
            margin: 0;
            padding: 0;
            border-top: 2px solid #1ab5b3;
            list-style: none;
            opacity: 0;
            -webkit-transform: translateY(25px);
            -moz-transform: translateY(25px);
            -ms-transform: translateY(25px);
            -o-transform: translateY(25px);
            transform: translateY(25px);
        }

        #header .header-top-bar .header-login.active > div,
        #header .header-top-bar .header-register.active > div {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.active #header .header-top-bar .header-login > div,
.active #header .header-top-bar .header-register > div {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#header .header-top-bar .header-login > div,
#header .header-top-bar .header-register > div {
    right: 0;
    left: auto;
    padding: 15px;
    width: 275px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #4d4d4d;
}

#header .header-login > div .btn-link,
#header .header-register > div .btn-link {
    color: #ffffff;
}

#header .header-login > div .form-control,
#header .header-register > div .form-control {
    margin-bottom: 10px;
    border: 0;
    background: #ffffff;
    color: #303c42;
}

    #header .header-login > div .form-control:focus,
    #header .header-register > div .form-control:focus {
        background: #ffffff;
    }

/* Header Nav Bar */
#header .header-nav-bar {
    position: relative;
    width: 100%;
}

    #header .header-nav-bar .logo {
        float: left;
        height: 100px;
    }

    #header .header-nav-bar .primary-nav {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #header .header-nav-bar .primary-nav > li {
            position: relative;
            float: left;
            margin: 0 0 0 25px;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            color: #808080;
        }

            #header .header-nav-bar .primary-nav > li.active {
                color: #303C42;
            }



            #header .header-nav-bar .primary-nav > li:first-child {
                margin: 0;
            }

            #header .header-nav-bar .primary-nav > li > a {
                position: relative;
                display: block;
                padding: 0 5px;
                border-bottom: 3px solid transparent;
                font-size: 16px;
                line-height: 100px;
                height: 100px;
                color: inherit;
            }

            #header .header-nav-bar .primary-nav > li.active > a {
                border-bottom-color: #1ab5b3;
            }

        #header .header-nav-bar .primary-nav:hover > li.active > a {
            border-bottom-color: transparent;
        }



        /* Sub Menus */
        #header .header-nav-bar .primary-nav ul {
            position: absolute;
            top: 100%;
            left: -50px;
            z-index: 9999;
            visibility: hidden;
            margin: -3px 0 0 0;
            padding: 0;
            list-style: none;
            opacity: 0;
            -webkit-transition: all 0.25s ease-out .05s;
            -moz-transition: all 0.25s ease-out .05s;
            -o-transition: all 0.25s ease-out .05s;
            transition: all 0.25s ease-out .05s;
        }

        #header .header-nav-bar .primary-nav li:hover > ul,
        #header .header-nav-bar .primary-nav li.hover > ul {
            visibility: visible;
            opacity: 1;
        }

        #header .header-nav-bar .primary-nav > li > ul ul {
            top: 0;
            left: 100%;
            padding-left: 5px;
            border-top: 0;
            margin-top: 0;
        }

        #header .header-nav-bar .primary-nav ul > li {
            position: relative;
            color: #ffffff;
            top: 25px;
        }

            #header .header-nav-bar .primary-nav ul > li > a {
                display: block;
                padding: 5px 20px;
                background: white;
                color: #808080;
                cursor: pointer;
                font-size: 16px !important;
            }

            #header .header-nav-bar .primary-nav ul > li.has-submenu > a {
                padding: 10px 40px 10px 20px;
            }

            #header .header-nav-bar .primary-nav ul > li:hover > a,
            #header .header-nav-bar .primary-nav ul > li.hover > a,
            #header .header-nav-bar .primary-nav ul > li.active > a {
                color: #999;
            }

        #header .header-nav-bar .primary-nav > li > ul ul > li:first-child > a {
        }

        #header .header-nav-bar .primary-nav ul > li:last-child > a {
            border-bottom: 0;
        }

        #header .header-nav-bar .primary-nav > li .submenu-arrow {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            padding: 0;
            width: 40px;
            height: 40px;
            color: inherit;
            text-align: center;
            font-size: 10px;
            line-height: 40px;
            cursor: pointer;
        }

            #header .header-nav-bar .primary-nav > li .submenu-arrow:before {
                content: '\f054';
                font-family: 'FontAwesome';
            }

        #header .header-nav-bar .primary-nav > li > .submenu-arrow:before {
            content: '\f078';
        }

        #header .header-nav-bar .primary-nav > li.has-submenu {
            padding-right: 15px;
        }

        #header .header-nav-bar .primary-nav > li > .submenu-arrow {
            width: 20px;
            height: 100px;
            text-align: right;
            line-height: 100px;
        }

#header.header-style-2 .header-nav-bar .primary-nav > li {
    margin: 0;
    padding: 25px 0;
    border-bottom: 3px solid transparent;
}

    #header.header-style-2 .header-nav-bar .primary-nav > li > a {
        padding: 5px 20px;
        border: 0;
        border-right: 1px solid #e6e6e6;
        font-weight: 700;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 20px;
        height: auto;
    }

    #header.header-style-2 .header-nav-bar .primary-nav > li:first-child > a {
        border-left: 1px solid #e6e6e6;
    }

    #header.header-style-2 .header-nav-bar .primary-nav > li > a > span {
        position: relative;
        display: block;
        padding: 0;
        font-weight: normal;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 20px;
    }

    #header.header-style-2 .header-nav-bar .primary-nav > li.active {
        border-bottom-color: #1ab5b3;
    }

#header.header-style-2 .header-nav-bar .primary-nav:hover > li.active {
    border-bottom-color: transparent;
}

    #header.header-style-2 .header-nav-bar .primary-nav:hover > li:hover,
    #header.header-style-2 .header-nav-bar .primary-nav:hover > li.active:hover {
        border-bottom-color: #1ab5b3;
    }



/* Header Map */
#header .header-map {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #1ab5b3;
}

#header .header-map-container {
    position: relative;
    width: 100%;
    height: 485px;
}

/* Header Search Bar */
#header .header-search-bar {
    position: relative;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #ebebeb;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
}

    #header .header-search-bar .basic-form {
        position: relative;
        margin-left: -15px;
        padding-left: 45px;
    }

        #header .header-search-bar .basic-form > div {
            float: left;
            padding-left: 15px;
        }

    #header .header-search-bar .hsb-input-1 {
        width: 35%;
    }

    #header .header-search-bar .hsb-text-1 {
        width: 5%;
        text-align: center;
        line-height: 30px;
    }

    #header .header-search-bar .hsb-container {
        width: 40%;
    }

        #header .header-search-bar .hsb-container .hsb-input-2,
        #header .header-search-bar .hsb-container .hsb-select {
            float: left;
            width: 40%;
            margin-right: 20px;
        }

        #header .header-search-bar .hsb-container .hsb-select {
            padding-left: 15px;
        }

    #header .header-search-bar .hsb-submit {
    }

    #header .header-search-bar .toggle {
        position: absolute;
        top: 0;
        left: 15px;
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        /* -webkit-border-radius: 3px; */
        /* border-radius: 3px; */
        background: #ebebeb;
    }

        #header .header-search-bar .toggle:hover,
        #header .header-search-bar.active .toggle {
            background: #1ab5b3;
        }

        #header .header-search-bar .toggle span {
            position: absolute;
            top: 13px;
            left: 9px;
            display: block;
            width: 22px;
            height: 3px;
            border-bottom: 1px solid #d3d3d3;
            background: #ffffff;
        }

            #header .header-search-bar .toggle span:before,
            #header .header-search-bar .toggle span:after {
                position: absolute;
                left: 0;
                display: block;
                width: 100%;
                height: 3px;
                border-bottom: 1px solid #d3d3d3;
                background: #ffffff;
                content: '';
            }

        #header .header-search-bar .toggle:hover span,
        #header .header-search-bar .toggle:hover span:before,
        #header .header-search-bar .toggle:hover span:after,
        #header .header-search-bar.active .toggle span,
        #header .header-search-bar.active .toggle span:before,
        #header .header-search-bar.active .toggle span:after {
            border-bottom-color: #1D8EB8;
        }

        #header .header-search-bar .toggle span:before {
            top: 5px;
        }

        #header .header-search-bar .toggle span:after {
            top: 10px;
        }

    #header .header-search-bar .advanced-form {
        top: 100%;
        left: 0;
        z-index: 10;
        display: none;
        padding: 35px 0;
        width: 100%;
        height: auto;
        background: rgba(255,255,255,.99);
        -webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
        box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
    }

        #header .header-search-bar .advanced-form .container > div {
            margin-bottom: 20px;
        }

        #header .header-search-bar .advanced-form .row > label {
            margin: 0;
            font-weight: bold;
            font-size: 16px;
            font-family: 'Roboto Condensed';
            line-height: 30px;
        }

        #header .header-search-bar .advanced-form .range-slider {
            position: relative;
            padding: 12px 100px 12px 0;
        }

            #header .header-search-bar .advanced-form .range-slider .last-value {
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                padding: 0;
                width: 80px;
                text-align: left;
                font-weight: bold;
                font-size: 16px;
                font-family: 'Roboto Condensed';
                line-height: 30px;
            }

/* Header Categories */

#header .header-categories {
}

    #header .header-categories ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #header .header-categories ul > li {
            float: left;
            width: 76px;
        }

            #header .header-categories ul > li > a {
                display: block;
                width: 100%;
                height: 60px;
                border-right: 1px solid #e7e7e7;
                background-image: url(../img/categories-icons.png);
                background-repeat: no-repeat;
                -webkit-transition: all 0s;
                -moz-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s;
            }

            #header .header-categories ul > li:first-child > a {
                border-left: 1px solid #e7e7e7;
            }

            #header .header-categories ul > li.airport-icon > a {
                background-position: center 0;
            }

            #header .header-categories ul > li.restaurant-icon > a {
                background-position: center -60px;
            }

            #header .header-categories ul > li.shop-icon > a {
                background-position: center -120px;
            }

            #header .header-categories ul > li.entertainment-icon > a {
                background-position: center -180px;
            }

            #header .header-categories ul > li.real-estate-icon > a {
                background-position: center -240px;
            }

            #header .header-categories ul > li.sports-icon > a {
                background-position: center -300px;
            }

            #header .header-categories ul > li.cars-icon > a {
                background-position: center -360px;
            }

            #header .header-categories ul > li.education-icon > a {
                background-position: center -420px;
            }

            #header .header-categories ul > li.garden-icon > a {
                background-position: center -480px;
            }

            #header .header-categories ul > li.mechanic-icon > a {
                background-position: center -540px;
            }

            #header .header-categories ul > li.offices-icon > a {
                background-position: center -600px;
            }

            #header .header-categories ul > li.advertising-icon > a {
                background-position: center -660px;
            }

            #header .header-categories ul > li.industry-icon > a {
                background-position: center -720px;
            }

            #header .header-categories ul > li.postal-icon > a {
                background-position: center -780px;
            }

            #header .header-categories ul > li.libraries-icon > a {
                background-position: center -840px;
            }

            #header .header-categories ul > li.airport-icon.active > a,
            #header .header-categories ul > li.airport-icon > a:hover {
                background-position: center -900px;
            }

            #header .header-categories ul > li.restaurant-icon.active > a,
            #header .header-categories ul > li.restaurant-icon > a:hover {
                background-position: center -960px;
            }

            #header .header-categories ul > li.shop-icon.active > a,
            #header .header-categories ul > li.shop-icon > a:hover {
                background-position: center -1020px;
            }

            #header .header-categories ul > li.entertainment-icon.active > a,
            #header .header-categories ul > li.entertainment-icon > a:hover {
                background-position: center -1080px;
            }

            #header .header-categories ul > li.real-estate-icon.active > a,
            #header .header-categories ul > li.real-estate-icon > a:hover {
                background-position: center -1140px;
            }

            #header .header-categories ul > li.sports-icon.active > a,
            #header .header-categories ul > li.sports-icon > a:hover {
                background-position: center -1200px;
            }

            #header .header-categories ul > li.cars-icon.active > a,
            #header .header-categories ul > li.cars-icon > a:hover {
                background-position: center -1260px;
            }

            #header .header-categories ul > li.education-icon.active > a,
            #header .header-categories ul > li.education-icon > a:hover {
                background-position: center -1320px;
            }

            #header .header-categories ul > li.garden-icon.active > a,
            #header .header-categories ul > li.garden-icon > a:hover {
                background-position: center -1380px;
            }

            #header .header-categories ul > li.mechanic-icon.active > a,
            #header .header-categories ul > li.mechanic-icon > a:hover {
                background-position: center -1440px;
            }

            #header .header-categories ul > li.offices-icon.active > a,
            #header .header-categories ul > li.offices-icon > a:hover {
                background-position: center -1500px;
            }

            #header .header-categories ul > li.advertising-icon.active > a,
            #header .header-categories ul > li.advertising-icon > a:hover {
                background-position: center -1560px;
            }

            #header .header-categories ul > li.industry-icon.active > a,
            #header .header-categories ul > li.industry-icon > a:hover {
                background-position: center -1620px;
            }

            #header .header-categories ul > li.postal-icon.active > a,
            #header .header-categories ul > li.postal-icon > a:hover {
                background-position: center -1680px;
            }

            #header .header-categories ul > li.libraries-icon.active > a,
            #header .header-categories ul > li.libraries-icon > a:hover {
                background-position: center -1740px;
            }

/* Header Page Title */
#header .header-page-title {
    padding: 20px 0;
    background: #4d4d4d;
    color: #ffffff;
}

    #header .header-page-title a {
        color: inherit;
    }

        #header .header-page-title a:hover {
            text-decoration: underline;
        }

    #header .header-page-title h1 {
        float: left;
        margin: 0;
        font-size: 24px;
        line-height: 40px;
    }

    #header .header-page-title .breadcrumbs {
        position: relative;
        display: block;
        float: right;
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

        #header .header-page-title .breadcrumbs > li {
            float: left;
        }

            #header .header-page-title .breadcrumbs > li:after {
                margin: 0 10px;
                color: #5f5f5f;
                content: '/';
            }

            #header .header-page-title .breadcrumbs > li:last-child:after {
                display: none;
            }

            #header .header-page-title .breadcrumbs > li a {
                display: inline-block;
                line-height: inherit;
            }

/* Header Banner */
#header .header-banner {
    padding: 0;
    background: #4d4d4d;
}

.header-slider {
    width: 100%;
    height: 475px;
    opacity: 0;
    overflow: hidden;
}

    .header-slider > .slides > li {
        position: relative;
        height: 475px;
    }

        .header-slider > .slides > li > div {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
        }

    .header-slider .flex-control-nav {
        bottom: 20px;
    }

        .header-slider .flex-control-nav > li {
            margin: 0 5px;
        }

.header-banner-box {
    position: relative;
    height: 260px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #dddddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 30px 0;
    background-repeat: no-repeat;
}

    .header-banner-box.register {
        background-image: url(../img/register-bg.png);
        background-position: left bottom;
    }

    .header-banner-box.post-job {
        background-image: url(../img/post-job-bg.png);
        background-position: right bottom;
    }

    .header-banner-box.register .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: block;
        padding: 15px 0;
        font-size: 18px;
        width: 186px;
        font-weight: bold;
    }

    .header-banner-box.post-job .btn {
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: block;
        padding: 15px 0;
        font-size: 18px;
        width: 186px;
        font-weight: bold;
    }

    .header-banner-box.post-job img {
        position: absolute;
        top: 30px;
        left: 64px;
    }

    .header-banner-box.register .counter-container {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .header-banner-box.register .counter {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-banner-box.register .counter-container div {
        position: relative;
        display: block;
        text-align: center;
        overflow: hidden;
    }

        .header-banner-box.register .counter-container div > span {
            position: relative;
            display: inline-block;
            font-weight: bold;
            margin-top: 10px;
            padding: 0 10px;
        }

            .header-banner-box.register .counter-container div > span:before,
            .header-banner-box.register .counter-container div > span:after {
                position: absolute;
                display: block;
                width: 100px;
                height: 2px;
                background: #dddddd;
                top: 50%;
                content: '';
            }

            .header-banner-box.register .counter-container div > span:before {
                right: 100%;
            }

            .header-banner-box.register .counter-container div > span:after {
                left: 100%;
            }

    .header-banner-box.register .counter > li {
        display: block;
        margin: 0;
        padding: 0;
        width: 28px;
        height: 42px;
        float: left;
        background: url(../img/counter-bg.png) no-repeat 0 0;
        line-height: 42px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #444444;
        margin-left: 2px;
    }

        .header-banner-box.register .counter > li.zero {
            color: #cccccc;
        }

        .header-banner-box.register .counter > li:nth-last-child(3n) {
            margin-left: 10px;
        }

        .header-banner-box.register .counter > li:first-child {
            margin-left: 0;
        }

/* Responsive */
#mobile-search-toggle {
    display: none;
    float: right;
    margin-top: 10px;
    margin-left: 25px;
    padding-right: 0;
    padding-left: 0;
    width: 40px;
}

#mobile-search-container {
    display: none;
    padding-top: 15px;
}

#mobile_menu_toggle {
    position: relative;
    display: none;
    float: right;
    margin-top: 35px;
    padding: 0;
    width: 40px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1ab5b3;
    line-height: 30px;
}

    #mobile_menu_toggle span {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 20px;
        height: 2px;
        background: #ffffff;
    }

        #mobile_menu_toggle span:before,
        #mobile_menu_toggle span:after {
            position: absolute;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #ffffff;
            content: '';
        }

        #mobile_menu_toggle span:before {
            top: 4px;
        }

        #mobile_menu_toggle span:after {
            top: 8px;
        }

#mobile-menu-container {
    display: none;
}

    #mobile-menu-container .login-register {
        display: none;
    }

    #mobile-menu-container .header-login,
    #mobile-menu-container .header-register {
        display: none;
    }


.jobs-filter-widget .toggle,
.compare-price-filter-widget .toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #1ab5b3;
    text-decoration: none;
}

    .jobs-filter-widget .toggle:after,
    .compare-price-filter-widget .toggle:after {
        position: relative;
        top: 100%;
        left: 50%;
        width: 30px;
        height: 10px;
        line-height: 10px;
        content: '\f106';
        display: block;
        font-family: 'FontAwesome';
        text-align: center;
        color: #ffffff;
        background: #1ab5b3;
        margin-left: -15px;
        font-size: 12px;
    }

    .jobs-filter-widget .toggle.active:after,
    .compare-price-filter-widget .toggle.active:after {
        content: '\f107';
    }


.advanced-form select {
    padding: 8px;
}

.advanced-form input {
    padding: 13px;
}

.pt-icon {
    width: 70px;
    display: inline-block;
    background-image: url('https://gss.ebscohost.com/alvet/prod/sharepoint/assets/PT_Sprite.png');
    background-repeat: no-repeat;
}

.pt-serialPeriodical {
    background-position: -30px -30px;
    height: 59px;
}

.pt-newspaperArticle {
    background-position: -140px -30px;
    height: 51px;
}

.pt-image {
    background-position: -245px -30px;
    height: 47px;
}

.pt-videoRecording {
    background-position: -345px -30px;
    height: 63px;
}

.pt-score {
    background-position: -445px -30px;
    height: 57px;
}

.pt-audio {
    background-position: -545px -30px;
    height: 49px;
}

.pt-map {
    background-position: -35px -120px;
    height: 45px;
}

.pt-book {
    background-position: -140px -120px;
    height: 59px;
}

.pt-kitObject {
    background-position: -245px -120px;
    height: 50px;
}

.pt-academicJournal, .pt-unknown {
    background-position: -345px -120px;
    height: 57px;
}

.pt-dissertation {
    background-position: -445px -120px;
    height: 63px;
}

.pt-literaryMaterial, .pt-authors {
    background-position: -35px -215px;
    height: 55px;
}

.pt-tableChart {
    background-position: -140px -215px;
    height: 49px;
}

.pt-patent {
    background-position: -245px -215px;
    height: 56px;
}

.pt-report {
    background-position: -345px -215px;
    height: 63px;
}

.pt-reference, .pt-readersAdvisory {
    background-position: -445px -215px;
    height: 52px;
}

.pt-governmentDocument {
    background-position: -545px -215px;
    height: 60px;
}

.pt-editorialOpinion {
    background-position: -35px -305px;
    height: 47px;
}

.pt-transcript {
    background-position: -140px -305px;
    height: 63px;
}

.pt-review {
    background-position: -245px -305px;
    height: 48px;
}

.pt-biography {
    background-position: -345px -305px;
    height: 53px;
}

.pt-electronicResource {
    background-position: -445px -305px;
    height: 63px;
}

.pt-recommendedReadsList {
    background-position: -540px -305px;
    height: 61px;
}

.pt-pictureBookExtender {
    background-position: -35px -400px;
    height: 65px;
}

.pt-grabAndGo {
    background-position: -140px -400px;
    height: 51px;
}

.pt-featureArticle {
    background-position: -245px -400px;
    height: 65px;
}

.pt-curricularConnection {
    background-position: -345px -400px;
    height: 65px;
}

.pt-bookTalk {
    background-position: -455px -400px;
    height: 55px;
}

.pt-bookDiscussionGuides {
    background-position: -545px -400px;
    height: 55px;
}

.pt-awardWinner {
    background-position: -34px -500px;
    height: 70px;
}

.pt-authorReadalike {
    background-position: -140px -500px;
    height: 60px;
}

.pt-series {
    background-position: -245px -495px;
    height: 75px;
}

.pt-ebook {
    background-position: -350px -510px;
    height: 60px;
}

.pt-audiobook {
    background-position: -440px -510px;
    height: 60px;
}

.pt-conference {
    background-position: -545px -505px;
    height: 70px;
}

.pt-Poem {
    background-position: -35px -615px;
    height: 60px;
}

.pt-ShortStory {
    background-position: -141px -620px;
    height: 55px;
}

.pt-play {
    background-position: -245px -620px;
    height: 50px;
}

li.prev_search {
    margin-bottom: 0.5em;
}
