/*        @import url(https://fonts.googleapis.com/css?family=Montserrat);
        @import url(https://fonts.googleapis.com/css?family=Oswald:400,300); */

	body {
		font-family: Arial !important;
		background: url(/opac-tmpl/bootstrap/images/fc01/lib-back.jpg) no-repeat center center;
		max-width: 100%;
		min-height: 300px;
		background-attachment: fixed;
		background-size: cover;
	}
@supports (-webkit-touch-callout: none) {
	body {
	background: url(/opac-tmpl/bootstrap/images/fc01/lib-back.jpg) center no-repeat scroll; 
	max-width: 100%; 
	}    
}
	.main {
		margin-right: auto; 
		margin-left: auto;
	}
        #wrap {
            max-width: 1162px;
            /*margin-top: 60px;*/
            margin-bottom: 60px;

            background: #fff;
            box-shadow: 1px 1px 50px #444;
            -webkit-box-shadow: 1px 1px 50px #444;
            -moz-box-shadow: 1px 1px 50px #444;
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            background: #eae9e9;
            padding-bottom: 40px;
        }
         @media only screen and (max-width: 440px) {
        	#wrap {
        		max-width: 800px;
        		border-radius: 12px;
        		padding-left: 20px;
        		padding-right: 20px;
        		margin-top: 0px;
        		margin-bottom: 0px;
        		padding-bottom: 20px;
        	}
        }

        #header-region>nav {
            background: #EDEDED;
            margin-left: 15px !important;
            margin-right: 15px !important;
        }


        /* #moresearches li:after, #moresearches > li:nth-child(2) */

        #advsearch>div>div:nth-child(2)>div,
        #moresearches>li:nth-child(2) {
            display: block;
        }

        /*change navbar font to black*/
        .navbar-inverse .brand,
        .navbar-inverse .nav>li>a,
        #members a {
            color: black !important;
        }

        /*remove black bars from nav bar*/
        .navbar-inverse .divider-vertical {
            border-left: none;
            border-right: none;
        }

        .fa.fa-icon-white {
            color: black !important;
        }


        .navbar .nav>li>a {
            text-shadow: none;
        }

        #opacheader {
            margin-top: 10px;
        }

        #opac-main-search {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        div.mastheadsearch {
            margin: 2.5em 0 0.5em 0;
            background: transparent;
        }

        .mastheadsearch label {
            text-transform: uppercase;
            font-weight: bold;
            color: navajowhite;
        }

        #moresearches>ul>li>a,
        #moresearches>ul>li>a:link,
        #moresearches>ul>li>a:visited {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            color: black !important;
            text-shadow: 2px 2px black;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        #moresearches li:after {
            color: black;
            text-shadow: 1px 1px lightgoldenrodyellow;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        #login {
            display: none !important;
        }

        .paranormal {
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 10px;
            text-align: justify;
            text-justify: inter-word;
            font-size: 14px;
            line-height: 2em;
        }

        #opaccredits,
        #opaccredits a {
            font-family: Arial !important;
            font-size: 14px !important;
            color: #f9f9f9;
            text-decoration: none !important;
            line-height: 1.7em;
        }

        #wrap>div:nth-child(5)>div>div {
            background: white;
            padding-top: 20px;
            padding-bottom: 10px;
        }

        div.onr-page {
            line-height: 3em;
            border-bottom: 1px solid darkgrey;
            margin-top: 5px;
        }

        .no-bottom-border {
            border-bottom: none !important;
        }


        a.onr-link,
        a.onr-link:visited,
        a.onr-link:hover {
            text-transform: none !important;
            text-decoration: none !important;
            color: #333333 !important;
        }

        a.onr-link:hover {
            font-weight: bold !important;
        }

        .onr-text-head {
            width: 100%;
            margin-bottom: 10px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
        }

        .onr-text-top-border {
            background-color: #2886BC;
            color: #fff;
            font-weight: bold;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 14px;
            text-align: center;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
        }

        .onr-text-bottom-border {
            background-color: #F2F2EF;
            /* #FEF9ED; */
            color: #0C426F;
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: 12px;
            text-align: center;
            border: 0px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            line-height: 2em;
        }

        #pg_title {
            font-family: 'Open Sans Condensed';
            font-style: normal;
            font-weight: 300;
            font-size: 28px;
            line-height: 2em;
            padding-bottom: 20px;
        }

        .how-do-i {
            line-height: 1.5em;
            font-family: 'Open Sans Condensed';
            font-size: 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .li_text {
            line-height: 25px;
            padding-bottom: 10px;
            font-size: 14px;
            text-align: justify;
        }

        h1.h1_title {
            font-family: 'PT Sans';
            font-size: 30px !important;
            font-weight: normal !important;
            color: #000 !important;
            border-bottom: 1px solid #E8E8E8;
            margin-bottom: 20px;
        }

        .OpacNavRight_en_header {
            display: none;
        }


        /* START SUPERFOOTER */
        .topFooter {
            background: #252525;
            padding: 15px 0;
            color: #3c3c3c;
            border-top-left-radius: 12px;
    	     border-top-right-radius: 12px;
            /*    margin-left: -50px !important;
    margin-right: -50px !important;  */
        }

        .topFooter h2 {
            border-bottom: solid 1px #bc9301;
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            color: #bc9301;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .topFooter h2 span {
            display: inline-block;
            border-bottom: solid 4px #bc9301;
            padding-bottom: 10px;
        }

        .media,
        .media-body {
            overflow: hidden;
            zoom: 1;
        }

        .media {
            margin-top: 15px;
            color: #bc9301;
        }

        .media-body,
        .media-left,
        .media-right {
            display: table-cell;
            vertical-align: top;
        }

        .media-left,
        .media>.pull-left {
            padding-right: 10px;
        }

        .topFooter .media .media-body {
            font-size: 16px;
        }

        .topFooter .media .media-body a {
            color: #bc9301 !important;
        }

        .topFooter ul li a {
            color: #bc9301;
            display: block;
            border-bottom: solid 1px #810000;
            padding: 7px 0;
        }

        .list-unstyled {
            padding-left: 0;
            list-style: none;
        }

        .topFooter ul li a:before {
            font-family: 'fontAwesome';
            content: "\f105";
            margin-right: 5px;
            color: #bc9301;
        }

        .footer {
            background: #393939;
            padding: 10px 0;
            color: #fff;
            text-align: center !important;
            border-top: solid 1px #510100;
            
            border-bottom-left-radius: 12px;
    	     border-bottom-right-radius: 12px;
            /*    margin-left: -50px !important;
    margin-right: -50px !important;    */
        }

        .footer_container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        /* END SUPERFOOTER */

        /* START OPACNAVRIGHT */
        #onr_links>a:nth-child(odd) {
            display: block;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 6px;
            margin-bottom: 20px;
            padding: 15px;
            background: #BC9301 url(/opac-tmpl/bootstrap/images/arrow.png) top 15px right 15px no-repeat;
        }

        #onr_links>a:nth-child(even) {
            display: block;
            color: #FFF;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 6px;
            margin-bottom: 20px;
            padding: 15px;
            background: #0C3865 url(/opac-tmpl/bootstrap/images/arrow.png) top 15px right 15px no-repeat;

        }

        /* END OPACNAVRIGHT */

        /* START GENERICS */
        .pgTitle {
            font-family: 'Oswald', sans-serif;
            border-bottom: solid 3px #b3633e;
            background: #efefef;
            font-size: 22px;
            text-transform: uppercase;
            color: #b3633e;
            margin-top: 0;
            padding: 7px 10px;
            margin-bottom: 5px;
        }

        .paranormal {
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 10px;
            text-align: justify;
            text-justify: inter-word;
            font-size: 14px;
            line-height: 2em;
        }

        div.flex-viewport {
            border-radius: 7px;
        }
        
        .ag-nav {
            height: 30px;
            width: 100%;
            background-color: #002b80;
            position: relative;
            margin-top: 10px;
        }

        .ag-nav>.ag-nav-header {
            display: inline;
        }

        .ag-nav>.ag-nav-header>.ag-nav-title {
            display: inline-block;
            font-size: 22px;
            color: #fff;
            padding: 10px 10px 10px 10px;
        }

        .ag-nav>.ag-nav-btn {
            display: none;
        }

        .ag-nav>.ag-nav-links {
            display: inline;
            float: left;
            font-size: 12px;
        }

        .ag-nav>.ag-nav-links>a {
            display: inline-block;
            padding: 5px 15px;
            text-decoration: none;
            color: #efefef;
        }

        .ag-nav>.ag-nav-links>a:hover {
            background-color: rgba(0, 0, 0, 0.3);
        }

        .ag-nav>#ag-nav-check {
            display: none;
        }

        .ag-nav>.ag-nav-links>a.active {
            background-color: rgba(0, 0, 0, 0.3);
        }
        @media (max-width:600px) {
            .ag-nav>.ag-nav-btn {
                display: inline-block;
                position: absolute;
                right: 0px;
                top: 0px;
            }

            .ag-nav>.ag-nav-btn>label {
                display: inline-block;
                width: 30px;
                height: 10px;
                padding: 5px;
            }

            .ag-nav>.ag-nav-btn>label:hover,
            .ag-nav #ag-nav-check:checked~.ag-nav-btn>label {
                background-color: rgba(0, 0, 0, 0.3);
            }

            .ag-nav>.ag-nav-btn>label>span {
                display: block;
                width: 25px;
                height: 4px;
                border-top: 2px solid #eee;
            }

            .ag-nav>.ag-nav-links {
                position: absolute;
                display: block;
                width: 100%;
                background-color: #002b80;
                height: 0px;
                transition: all 0.3s ease-in;
                overflow-y: hidden;
                top: 30px;
                left: 0px;
            }

            .ag-nav>.ag-nav-links>a {
                display: block;
                width: 100%;
            }

            .ag-nav>#ag-nav-check:not(:checked)~.ag-nav-links {
                height: 0px;
            }

            .ag-nav>#ag-nav-check:checked~.ag-nav-links {
                height: calc(100vh - 50px);
                overflow-y: auto;
                z-index: 1;
            }
        }





.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn { 
  border: none;
  outline: none;
  color: white;
  /* padding: 14px 16px; */
  background-color: #002b80;
  font-size: 12px !important;
  margin: 4px;
}


.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: inherit;
  width: 100%;
   z-index: 1; 
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  background-color: #002b80;
  font-size: 12px !important;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}







/*        #wrapper>div:nth-child(2) {
            background-image: url(/opac-tmpl/bootstrap/images/library-banner-img.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            width: calc(100% - 40px);
        } */

        #opac-main-search {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
            background: transparent !important;
        }

        #mastheadsearch {
            margin: 2.5em 0 0.5em 0;
            background: transparent;
        }

        #opac-main-search label {
            text-transform: uppercase;
            font-weight: bold;
            color: navajowhite;
            display: inline-block !important;
            background: #000;
            box-shadow: 1px 1px 5px #fff;
            -webkit-box-shadow: 1px 1px 5px #fff;
            -moz-box-shadow: 1px 1px 5px #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            background: #000;
        }


        #moresearches {
            margin: 0 auto;
            padding-bottom: 10px;
        }

        #moresearches>li>a,
        #moresearches li:after {
            color: black;
            text-shadow: 2px 2px lightgoldenrodyellow;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        /* BMMV CUSTOMS */
        .bmmv_cust_ul {
            padding-inline-start: 10px !important;
        }

        .bmmv_cust_li {
            text-align: justify;
            text-justify: inter-word;
            padding-left: 5px !important;
            font-size: 12px !important;
            line-height: 2em;
        }

        #moresearches>li:nth-child>a,
        #moresearches>li:nth-child>a:link,
        #moresearches>li:nth-child>a:visited {
            background: black !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            paSrikrishnadding-top: 5px !important;
            padding-bottom: 5px !important;
        }


        div.flex-viewport {
            border-radius: 7px;
        }

        .flex-direction-nav a:before {
            font-size: 30px !important;
        }
        /* #logo {
		background-position: center;
		background-color: rgb(0, 0, 0);
        } */
        
 .bg-blue {
    background-color: #002b80 !important;
}

.navbar-blue .navbar-brand, .navbar-blue .navbar-brand:focus, .navbar-blue .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.9);
}
#span2 td{text-align: justify;}
@media (min-width: 768px) and (max-width: 990px) {
	#row-fluid #span2 {
		order: 1;
		width: 48.6%;
		max-width: 33.333%;
	}
#row-fluid { display:flex; }
}

@media (min-width: 992px) {
	#row-fluid #span2 {
		flex: 0 0 33.333%;
		width: 50%;
		max-width: 33.333%;
	}	
#row-fluid { display:flex; }
}     
        
.footeralert {
	max-width: 1162px;
	box-shadow: 1px 1px 26px #444;
	-webkit-box-shadow: 1px 1px 26px #444;
	-moz-box-shadow: 1px 1px 26px #444;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: #eae9e9;
	padding-top: 20px;
	padding-bottom: 20px;
	
	height: auto !important;
	margin: 60px auto 60px auto;
	min-height: auto;
	padding-left: 40px;
	padding-right: 40px;
}
#search_back {
	background: url(/opac-tmpl/bootstrap/images/fc01/lib-back.jpg) no-repeat center center;
	box-shadow: 0px 4px 4px 0px #00000040,inset 0 0 0 1000px rgba(0,0,0,.5);
	max-width: 100%;
	margin-top: .5em;
	background-attachment: fixed;
	background-size: cover;
}
@supports (-webkit-touch-callout: none) {
#search_back {
	background: url(/opac-tmpl/bootstrap/images/fc01/lib-back.jpg) center top no-repeat scroll;
	box-shadow: 0px 4px 4px 0px #00000040,inset 0 0 0 1000px rgba(0,0,0,.5);
	max-width: 100%; 
	margin-top: .5em;
}    
}
.blink-caption {
 	animation: blinkingBackground 1.1s linear infinite, blinkingText 1.1s linear infinite;
 	padding: 2px 2px 2px 2px;
 	border-radius: 5px;
}

@keyframes blinkingBackground{
		0%		{ background-color: #10c018; transform: scale(1);}
		25%		{ background-color: #1056c0; transform: scale(1.1);}
		50%		{ background-color: #ef0a1a; transform: scale(1.12);}
		75%		{ background-color: #254878; transform: scale(1.1);}
		100%	        { background-color: #04a1d5; transform: scale(1);}
}
@keyframes blinkingText{
	from {
       		color : white;
       }
    to {
          color : yellow;
       }
}
#libteam img{
	max-width: 100%;
	max-height: 100%;
}
#footer {
	max-width: 1242px;
	margin: 0 auto;
	box-shadow: 1px 1px 50px #444; 
	border-radius: 12px; 
	/*margin-bottom: 60px;*/
}
@media (max-width: 440px) {
#footer {
	max-width: 1242px;
	margin: 0 auto;
	box-shadow: 1px 1px 50px #444; 
	border-radius: 5px; 
	margin-bottom: 0px;
}
}
.menu {
            background: #035e8d;
        }

        .menu ul {
            text-align: center;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .menu,
        .menu a {
            color: #fff;
            /*color: #e2e2e2;*/
            text-decoration: none;
        }

        .menu a {
            display: block;
            white-space: nowrap;
        }
        .menu a:hover {
            background: #0e4562;
        }

        .menu-dropdown,
        .menu input[type=checkbox] {
            display: none;
        }

        .menu label:hover {
            cursor: pointer;
        }

        .d-inline {
            display: inline;
        }

        /* narrow styles */
        @media screen and (max-width: 1024px) {

            .menu>ul,
            .menu-righticon {
                display: none;
            }

            input[type=checkbox]:checked+ul {
                display: block;
                -webkit-animation: grow 0.5s ease-in-out;
                animation: grow 0.5s ease-in-out;
            }
        }

        /* large styles */
        @media screen and (min-width: 1025px) {

            .menu>label,
            input[type=checkbox] {
                display: none;
            }

            .menu a {
                padding: 5px 34px;
            }

            .menu>ul>li {
                display: inline-block;
            }

            .menu-hasdropdown {
                position: relative;
            }

            .menu-hasdropdown:hover>ul {
                display: block;
                -webkit-animation: grow 0.5s ease-in-out;
                animation: grow 0.5s ease-in-out;
            }

            .menu-hasdropdown>ul {
                position: absolute;
                top: 100%;
                left: 0;
                background: #035e8d;
            }

            .menu-hasflyout>ul {
                left: 100%;
                top: 0;
            }

            .menu-hasflyout .menu-downicon {
                display: none;
            }
        }

        /* look and feel only, not needed for core menu*/
        @-webkit-keyframes grow {
            0% {
                display: none;
                opacity: 0;
            }

            50% {
                display: block;
                opacity: 0.5;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes grow {
            0% {
                display: none;
                opacity: 0;
            }

            50% {
                display: block;
                opacity: 0.5;
            }

            100% {
                opacity: 1;
            }
        }

        .menu-dropdown a {
            padding: 5px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* narrow  */
        @media screen and (max-width: 1024px) {
            .menu>label {
                background: #073d63;
                display: block;
                padding: 15px 20px;
                text-align: right;
            }

            .menu a {
                padding: 15px 20px;
            }

            .menu>ul i {
                float: right;
                padding: 5px 10px;
                background: #012c42;
            }

            .menu-dropdown a {
                background: #024d74;
            }

            .menu-hasflyout>ul a {
                background: #023d5b;
            }

            .bg-none {
                display: none;
            }
        }

        @media screen and (min-width: 1025px) {
            .menu {
                max-width: 100%;
                margin: 0 auto;
                margin-top: 10px;
            }
        }
/*Scroll to Top*/
:root {
  scroll-behavior: smooth;
}
.scrollup{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #ffef00;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #ffef00;
    opacity: 1;
}

.scrollup i {
    font-size: 20px;
    position: absolute;
    opacity: 1;
    color: #000;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -10px;
    text-decoration: none;

}
