﻿@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

h2.heading {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 80px 0 50px 0;
    color: #004990;
}

p {
    line-height: 18px;
}

a:hover {
    color: #004990;
}

select.form-control,
input.form-control {
    height: 45px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #ebebeb;
    box-shadow: none;
}

input.form-control {
    padding-left: 10px;
}

button,
a.btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-mobile {
    display: none;
    background: transparent;
    padding: 0 15px;
    cursor: pointer;
}

.btn-mobile i {
    font-size: 22px;
}

@media (max-width: 768px) {
    .btn-mobile {
        display: block;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.float-right {
    float: right;
}

.form-group {
    position: relative;
}

.form-group .field-validation-error {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.form-group .field-validation-error span {
    padding: 8px 10px;
    width: 100%;
    display: block;
    text-align: left;
}

.form-group #limiter {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    width: 100%;
    display: block;
    text-align: left;
}

.overlay {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal {
    text-align: left;
}

.modal .modal-dialog .modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.modal .modal-dialog .modal-content .modal-header {
    background: #004990;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.modal .modal-dialog .modal-content .modal-header button {
    height: inherit !important;
    line-height: inherit !important;
    min-width: inherit !important;
    color: #fff;
    opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header button:hover {
    background: transparent !important;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 15px 20px;
}

.modal .modal-dialog .modal-content .modal-body button {
    height: inherit !important;
    line-height: inherit !important;
}

.modal .modal-dialog .modal-content .modal-body button:hover {
    background: transparent !important;
}

.modal .modal-dialog .modal-content .modal-body button.dropdown-toggle {
    position: relative;
    top: -7px;
    left: -15px;
    background: transparent;
}

.modal .modal-dialog .modal-content .modal-body input[type="checkbox"] {
    margin-top: 0;
}

.modal .modal-dialog .modal-content .modal-body label {
    font-weight: 700;
    padding-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .mg-bt-10 {
    margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .bootstrap-select {
    height: 45px;
}

.modal .modal-dialog .modal-content .modal-body .bootstrap-select select {
    position: absolute;
    left: 0;
    top: 0;
}

.modal .modal-dialog .modal-content .modal-body .checkbox label {
    font-weight: normal;
}

.modal .modal-dialog .modal-content .modal-footer {
    text-align: left !important;
    background: #f7f7f7;
    border-radius: 0 0 6px 6px;
}

.modal .modal-dialog .modal-content .modal-footer button {
    background: #ffb31f;
    color: #fff;
}

.btn-mobile-close {
    position: fixed;
    right: 30px;
    top: 35px;
    color: #fff;
    font-size: 35px;
    z-index: 1002;
    cursor: pointer;
    display: inline-block;
}

.flexslider {
    margin-bottom: 0;
    background: transparent;
    border: none;
}

@media (max-width: 768px) {
    .flexslider {
        padding: 15px;
    }
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -50px;
}

@media (max-width: 768px) {
    .flexslider .flex-direction-nav {
        display: none;
    }
}

.flexslider .flex-direction-nav a {
    opacity: 0.6;
    width: 24px;
    height: 24px;
}

.flexslider .flex-direction-nav a:hover {
    opacity: 1;
}

.flexslider .flex-direction-nav a:before {
    font-size: 24px;
}

.flex-control-paging li a.flex-active {
    background: #004990;
}

@media (max-width: 768px) {
    .flex-control-paging li a {
        width: 6px;
        height: 6px;
    }
}

header {
    padding: 15px 0;
    position: fixed;
    height: 116px;
    top: 0;
    width: 100%;
    display: block;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .logo a {
    display: inilin;
}

header .logo img {
/*    max-width: 180px;
*/    max-height: 135px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.sticky {
    height: 95px;
    border-bottom: 1px solid #ddd;
}

header.sticky nav {
    margin-top: 26px !important;
}

header.sticky .logo {
    line-height: 65px;
}

header.sticky img {
    max-width: 90px;
}

nav {
    margin-top: 35px;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    nav > ul {
        display: none;
        text-align: left;
        background: #004990;
        padding: 20px;
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 75%;
        left: -75%;
        z-index: 1001;
        overflow: auto;
    }
}

nav > ul li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 768px) {
    nav > ul li {
        display: block;
        padding-left: 0;
        color: #fff;
    }

    nav > ul li.icon-search {
        display: none;
    }
}

nav > ul li a {
    padding: 30px 0;
    color: #333;
}

@media (max-width: 768px) {
    nav > ul li a {
        color: #fff;
        display: block;
        padding: 15px 0;
    }

    nav > ul li a:focus,
    nav > ul li a:hover {
        color: #fff !important;
    }
}

nav > ul li a:hover {
    text-decoration: none;
}

nav > ul li a i {
    font-size: 18px !important;
    position: relative;
    top: 2px;
}

nav > ul li.has-child:after {
    content: ">";
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    nav > ul li.has-child:after {
        display: none;
    }
}

@media (max-width: 768px) {
    nav > ul li.has-child > a {
        color: #fff;
    }
}

nav > ul li .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    background: #004990;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 150px;
}

@media (max-width: 768px) {
    nav > ul li .sub-menu {
        position: static;
        display: block;
        padding: 0;
    }

    nav > ul li .sub-menu li {
        background: rgba(0, 0, 0, 0.2);
        margin-bottom: 2px;
    }

    nav > ul li .sub-menu a {
        padding: 14px 15px !important;
    }
}

nav > ul li .sub-menu li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

nav > ul li .sub-menu li a {
    display: block;
    color: #fff;
    padding: 5px 0;
}

nav > ul li .sub-menu li a:hover {
    text-decoration: underline;
}

nav > ul li:hover .sub-menu {
    display: block;
}

.wrapper {
    margin-top: 116px;
}

#home-banner {
    position: relative;
}

#home-banner img {
    width: 100%;
}

#home-banner .flex-control-nav {
    bottom: 20px;
}

@media (max-width: 768px) {
    #home-banner .flex-control-nav {
        bottom: 5px;
    }
}

#opac-search {
    background: #f2f2f2;
    text-align: center;
}

#opac-search .search-wrapper {
    padding: 0 15px;
}

#opac-search .search-mn-field,
#opac-search .search-mn-text,
#opac-search .search-mn-button {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 768px) {
    #opac-search .search-mn-field {
        width: 100%;
        margin-right: 0;
    }

    #opac-search .search-mn-field .btn-group {
        width: calc(100% - 30px);
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    #opac-search .search-mn-field .btn-group {
        width: 100%;
    }
}

#opac-search .search-mn-field select {
    padding-left: 10px;
    width: 170px;
}

@media (max-width: 768px) {
    #opac-search .search-mn-field select {
        width: 100%;
    }
}

#opac-search .search-mn-text {
    width: 550px;
}

@media (max-width: 1024px) {
    #opac-search .search-mn-text {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    #opac-search .search-mn-text {
        width: calc(100% - 30px);
        margin-right: 0;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    #opac-search .search-mn-text {
        width: 100%;
    }
}

#opac-search .search-mn-button {
    position: relative;
    top: -1px;
}

@media (max-width: 768px) {
    #opac-search .search-mn-button {
        width: calc(100% - 30px);
        margin-right: 0 !important;
    }

    #opac-search .search-mn-button .area-button,
    #opac-search .search-mn-button .rbr-button {
        margin-right: 0 !important;
    }
}

@media (max-width: 480px) {
    #opac-search .search-mn-button {
        width: 100%;
    }

    #opac-search .search-mn-button .search-button {
        width: calc(50% - 7px) !important;
    }
}

#opac-search .search-mn-button .search-button,
#opac-search .search-mn-button .area-button,
#opac-search .search-mn-button .advanced-button,
#opac-search .search-mn-button .rbr-button {
    display: inline-block;
    margin-right: 10px;
}

#opac-search .search-mn-button button,
#opac-search .search-mn-button a {
    height: 45px;
    line-height: 32px;
}

#opac-search .search-mn-button .search-button button,
#opac-search .search-mn-button .area-button button {
    min-width: 45px;
    background: #004990;
    color: #fff;
}

#opac-search .search-mn-button .search-button button:hover,
#opac-search .search-mn-button .area-button button:hover {
    background: #000 !important;
}

@media (max-width: 768px) {
    #opac-search .search-mn-button .search-button,
    #opac-search .search-mn-button .area-button {
        width: calc(50% - 8px);
        margin-bottom: 10px;
    }

    #opac-search .search-mn-button .search-button button,
    #opac-search .search-mn-button .area-button button {
        width: 100%;
    }
}

#opac-search .search-mn-button .advanced-button a,
#opac-search .search-mn-button .rbr-button a {
    background: #ffb31f;
    border-color: #ffb31f;
    color: #fff;
    box-shadow: none;
}

#opac-search .search-mn-button .advanced-button a:hover,
#opac-search .search-mn-button .rbr-button a:hover {
    background: #000 !important;
}

@media (max-width: 768px) {
    #opac-search .search-mn-button .advanced-button,
    #opac-search .search-mn-button .rbr-button {
        width: calc(50% - 8px);
        margin-bottom: 5px;
    }

    #opac-search .search-mn-button .advanced-button a,
    #opac-search .search-mn-button .rbr-button a {
        width: 100%;
    }
}

#opac-search .home-s-wrapper {
    padding: 80px 15px;
}

#opac-search .home-s-wrapper .s-container {
    display: block;
    vertical-align: middle;
    text-align: center;
}

#opac-search .home-s-wrapper .s-container .s-logo img {
    max-width: 100%;
}

@media (max-width: 480px) {
    #opac-search .home-s-wrapper .s-container .s-logo img {
        max-width: 40%;
    }
}

#opac-search .home-s-wrapper .s-container h1 {
    margin: 80px 0 40px 0;
    font-weight: 700;
    color: #004990;
    font-size: 24px;
}

#opac-search .home-s-wrapper .s-container h2 {
    padding-top: 0;
}

#opac-search .home-s-wrapper .s-container i {
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 4px;
}

#opac-search .home-s-wrapper .s-container select,
#opac-search .home-s-wrapper .s-container input {
    background: #fff;
}

#opac-search .home-s-wrapper .s-container .clearfix {
    clear: both;
    display: block;
}

@media (max-width: 768px) {
    #opac-search .home-s-wrapper .s-container .clearfix {
        display: inline-block;
    }
}

#opac-search .home-s-wrapper .s-container button,
#opac-search .home-s-wrapper .s-container a.btn {
    min-width: 120px;
}

#opac-search .home-s-wrapper .s-container button:hover,
#opac-search .home-s-wrapper .s-container a.btn:hover {
    background: #000;
    border: 1px solid #000;
}

#opac-search .s-wrapper {
    height: 100vh;
}

#opac-search .s-wrapper .s-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#opac-search .s-wrapper .s-container .s-logo {
    padding-top: 40px;
}

#opac-search .s-wrapper .s-container .s-logo img {
    max-width: 100%;
}

@media (max-width: 480px) {
    #opac-search .s-wrapper .s-container .s-logo img {
        max-width: 40%;
    }
}

#opac-search .s-wrapper .s-container .col-md-10 {
    padding-top: 40px;
}

@media (max-width: 990px) {
    #opac-search .s-wrapper .s-container .col-md-10 {
        padding-top: 0;
    }
}

#opac-search .s-wrapper .s-container h1 {
    margin: 80px 0 40px 0;
    font-weight: 700;
    color: #004990;
    font-size: 24px;
}

#opac-search .s-wrapper .s-container i {
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 4px;
}

#opac-search .s-wrapper .s-container select,
#opac-search .s-wrapper .s-container input {
    background: #fff;
}

#opac-search .s-wrapper .s-container .clearfix {
    clear: both;
    display: block;
}

@media (max-width: 768px) {
    #opac-search .s-wrapper .s-container .clearfix {
        display: inline-block;
    }
}

#opac-search .s-wrapper .s-container button,
#opac-search .s-wrapper .s-container a.btn {
    min-width: 120px;
}

#opac-search .s-wrapper .s-container button:hover,
#opac-search .s-wrapper .s-container a.btn:hover {
    background: #000;
    border: 1px solid #000;
}

#opac-search footer {
    background: #004990;
    padding-top: 40px;
}

#opac-search footer .counter {
    color: #fff;
}

#opac-search footer .copyright {
    background: #004990;
    color: #fff !important;
}

#opac-search footer .copyright a {
    color: #fff;
}

#opac-search.search-results {
    text-align: left;
}

#opac-search.search-results h1 {
    text-align: left;
    margin: 0 0 10px 0 !important;
}

@media (max-width: 768px) {
    #opac-search.search-results h1 {
        text-align: center;
        margin: 40px 0 !important;
    }
}

#opac-search.search-results .s-container {
    vertical-align: top;
    width: 100%;
    display: contents;
}

#opac-search.search-results #opac-results {
    display: none;
}

@media (max-width: 480px) {
    #opac-search.search-results #opac-result-list-panel {
        padding: 0 !important;
    }
}

#opac-search.search-results #opac-result-list-panel.d-none {
    display: none;
}

#opac-search.search-results #opac-result-list-panel .txthead {
    margin-top: 120px;
    padding-bottom: 10px;
    color: #004990;
    border-bottom: 1px solid #004990;
}

@media (max-width: 480px) {
    #opac-search.search-results #opac-result-list-panel .txthead {
        margin-top: 40px;
    }
}

#opac-search.search-results #opac-result-list-panel .txthead b,
#opac-search.search-results #opac-result-list-panel .txthead strong {
    font-weight: 700;
}

#book-highlight li img,
#new-arrivals li img {
    border-radius: 10px;
}

#book-highlight .title,
#new-arrivals .title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    display: -webkit-box;
    height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#book-highlight .author,
#new-arrivals .author {
    font-size: 12px;
}

#new-arrivals {
    background: #f2f2f2;
}

#new-arrivals .flexslider {
    background: transparent;
    border: none;
}

#news-and-issue {
    background: #004990;
}

#news-and-issue h2.heading {
    text-align: left;
    color: #fff;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    #news-and-issue h2.heading {
        text-align: center;
    }
}

#news-and-issue .ni-wrapper {
    background: #f7f7f7;
    padding: 20px 5px 20px 20px;
    border-radius: 10px;
}

#news-and-issue .ni-wrapper ul {
    max-height: 325px;
    overflow: auto;
    padding-right: 15px;
}

#news-and-issue .ni-wrapper ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#news-and-issue .ni-wrapper ul::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

#news-and-issue .ni-wrapper ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #004990;
}

#news-and-issue .ni-wrapper li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#news-and-issue .ni-wrapper li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#news-and-issue .ni-wrapper li a {
    text-decoration: none;
}

#news-and-issue .ni-wrapper li .date,
#news-and-issue .ni-wrapper li .read-more {
    color: #666;
    font-size: 12px;
}

#news-and-issue .ni-wrapper li .content {
    color: #004990;
    line-height: 18px;
    padding: 5px 0;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-and-issue .ni-wrapper li .content:hover {
    text-decoration: underline;
}

#news-and-issue .ni-wrapper li .read-more {
    margin-top: 5px;
}

#related-sites .flex-direction-nav a {
    top: 55%;
}

#related-sites img {
    border-radius: 10px;
}

footer {
    background: #404040;
    color: #fff;
    padding-top: 80px;
}

@media (max-width: 768px) {
    footer {
        text-align: center !important;
    }

    footer .visitor-summary {
        margin-bottom: 40px;
    }

    footer .visitor-summary .counter {
        line-height: 18px;
    }

    footer .text-right {
        text-align: center !important;
    }

    footer .copyright {
        font-size: 12px;
        line-height: 16px !important;
    }

    footer .copyright .col-md-6 {
        margin-bottom: 10px;
    }
}

footer h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .support-logo > div,
footer .icon > div {
    display: inline-block;
    margin-right: 15px;
}

footer .support-logo > div:last-child,
footer .icon > div:last-child {
    margin-right: 0;
}

footer .support {
    padding-bottom: 40px;
}

footer .counter {
    color: #a3a3a3;
}

footer .copyright {
    background: #343434;
    color: #a3a3a3;
    padding: 20px 0;
}

footer .copyright a {
    color: #a3a3a3;
}

.subpage .heading-title {
    background: #f2f2f2;
    margin-bottom: 40px;
}

.subpage .heading-title h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #004990;
    padding: 40px 0;
}

.subpage .widgets {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .subpage .widgets {
        display: none;
    }
}

.subpage .widgets .widget {
    margin-bottom: 40px;
}

.subpage .widgets .widget h3 {
    font-size: 18px;
    font-weight: 700;
    color: #004990;
    padding-bottom: 20px;
}

.subpage .widgets .widget > ul > li {
    margin-bottom: 15px;
}

.subpage .widgets .widget > ul > li:last-child {
    margin-bottom: 0;
}

.subpage .widgets .widget > ul > li > a {
    text-decoration: none;
}

.subpage .widgets .widget ul {
    margin-bottom: 20px;
    display: block;
    padding: 15px;
    background: #004990;
    border-radius: 5px;
}

.subpage .widgets .widget ul li {
    color: #fff;
}

.subpage .widgets .widget ul li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    line-height: 18px;
}

.subpage .widgets .widget ul li ul {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.subpage .widgets .widget ul li .content {
    display: -webkit-box;
    height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subpage .widgets .widget.news .date {
    padding-bottom: 5px;
}

.subpage .widgets .widget.news .date {
    color: #999;
    font-size: 13px;
}

.subpage .widgets .widget.archived span {
    cursor: pointer;
    display: block;
}

.subpage .widgets .widget.archived span:after {
    content: "+";
    float: right;
}

.subpage .widgets .widget.archived span.active:after {
    content: "-";
}

.subpage .widgets .widget.archived ul ul {
    display: none;
}

.subpage .content-wrapper {
    margin-bottom: 25px;
}

.subpage .content-wrapper h1,
.subpage .content-wrapper h2,
.subpage .content-wrapper h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #004990;
}

.subpage .content-wrapper h1 {
    font-size: 24px;
}

.subpage .content-wrapper h2 {
    font-size: 20px;
}

.subpage .content-wrapper h3 {
    font-size: 18px;
}

.subpage .content-wrapper a {
    color: #004990;
    text-decoration: underline;
}

.subpage .content-wrapper a:hover {
    text-decoration: none;
}

.subpage .content-wrapper p {
    margin-bottom: 15px;
}

.subpage .content-wrapper p img {
    margin: 20px 0;
    max-width: 100%;
    border-radius: 5px;
}

.subpage #book-highlight {
    background: #f2f2f2;
}

.table-responsive {
    border: none;
    padding-bottom: 40px;
}
