/*#################### ADDED */
/** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #121317;
}
.wrapper {
  position: absolute;
  width: 80vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
*/ 
.adv-head{ width:100%; float:left;border-bottom: 1px solid #eaeaea; margin-bottom: 15px;} 
.adv-head > h1{background: rgba(0, 0, 0, 0) url("/opac-tmpl/bootstrap-nuevo/images/adv-search-icon1.png") no-repeat; color: #00c2cb;float:left; min-height: 35px; padding: 3px 0 0 40px;}
.adv-head fieldset{ float:right;border-radius: 0; /*font-family: "Roboto Slab",​serif;*/ font-size: 14px; margin: 10px 0 0; padding: 4px;}


.container-news {
  width: 28vmin;
  height: 28vmin;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #21242b;
  border-bottom: 10px solid #18f98f;
}
i {
  color: #0e7a7e;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.text {
  color: #e0e0e0;
  font-size: 1em;
  text-align: center;
  padding: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 85vw;
  }
  .container-news {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .container-news {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    gap: 15px;
  }
  .container-news {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}

/*#################### FIN ADDED */


@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoonb4df.html?ooeen5");
  src: url("fonts/icomoonb4df.html?ooeen5#iefix") format("embedded-opentype"), url("fonts/icomoonb4df-2.html?ooeen5") format("truetype"), url("fonts/icomoonb4df-3.html?ooeen5") format("woff"), url("fonts/icomoonb4df.svg?ooeen5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-copyright:before {
  content: "\e90e"; }

.icon-citing:before {
  content: "\e907"; }

.icon-cloud:before {
  content: "\e908"; }

.icon-database:before {
  content: "\e909"; }

.icon-elearning:before {
  content: "\e90a"; }

.icon-featuredweb:before {
  content: "\e90b"; }

.icon-offcampus:before {
  content: "\e90c"; }

.icon-studyrooms:before {
  content: "\e90d"; }

.icon-facebook:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-youtube:before {
  content: "\e903"; }

.icon-html-five:before {
  content: "\e904"; }

.icon-html-five2:before {
  content: "\e905"; }

.icon-css3:before {
  content: "\e906"; }

html, body, * {
  box-sizing: border-box; }

#wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0+42,0.4+100,0.4+100,0.4+100,0.4+100 */
  background: -moz-linear-gradient(-45deg, transparent 0%, transparent 1%, transparent 42%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 1%, transparent 42%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, transparent 0%, transparent 1%, transparent 42%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.marginTop {
  margin-top: 40px; }

.imageSlider img {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3))); }

/*.imageSlider:after {
    content: "";
    display: block;
    background: -moz-element(.imageSlider) no-repeat;
    width: auto;
    height: 375px;
    margin-bottom: 100px;
    -moz-transform: scaleY(-1);
}
*/
/*@-webkit-keyframes animate { 
  0% { transform:scale(1);}
  50% {transform:scale(1.2);}
  100% {transform:scale(1.2); }
}*/
/*.imageSlider {text-align: center;}*/
.imageSlider img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  margin: 2px;
  vertical-align: bottom;
  box-shadow: 0 0 5px 0 #000; }

.imageSlider img.topImageSlider:hover {
  transform-origin: center bottom;
  transform: scale(1.2);
  /*margin-left: -10px;*/
  z-index: 2;
  /*animation-iteration-count: infinite;*/ }

body > div:nth-child(4) > div > div > div.imageSlider {
  text-align: center;
  height: 200px; }

.ltfl_bookdisplay_widget {
  width: 100%;
  height: 250px;
  position: absolute; }

.reflection {
  margin-left: -2px; }

.reflection img {
  margin: 0;
  vertical-align: top; }

/*.imageSlider img:nth-child(1) {animation-fill-mode: forwards;z-index: 999;}
.imageSlider img:nth-child(2) {animation-delay: 5s;}
.imageSlider img:nth-child(3) {animation-delay: 10s;}
.imageSlider img:nth-child(4) {animation-delay: 15s;}
.imageSlider img:nth-child(5) {animation-delay: 20s;}
.imageSlider img:nth-child(6) {animation-delay: 25s;}
.imageSlider img:nth-child(7) {animation-delay: 30s;}
.imageSlider img:nth-child(8) {animation-delay: 35s;}
.imageSlider img:nth-child(9) {animation-delay: 40s;}*/
.no-cssreflections .reflection {
  position: absolute; }

.no-cssreflections .reflection img {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv;
  opacity: 0.20;
  filter: alpha(opacity="20"); }

.reflection img.hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform-origin: center 55%;
  z-index: 2;
  -webkit-transform: scaleY(-1.2) scaleX(1.2);
  -moz-transform: scaleY(-1.2) scaleX(1.2);
  -ms-transform: scaleY(-1.2) scaleX(1.2);
  -o-transform: scaleY(-1.2) scaleX(1.2);
  transform: scaleY(-1.2) scaleX(1.2); }

body > div:nth-child(1) > div > div.col-md-2 {
  text-align: center; }

.logo {
  height: 124px;
  width: auto; }

.form_message {
    background: #effff1; }

.first {
  display: table;
  margin: 0 auto; }

.right {
  float: right;
  padding-left: 10px; }

.container-fluid, [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.col-md-1.left-banner {
  padding-left: 15px; }

.col-md-4.lates-news {
  padding-left: 15px; }
  .col-md-4.lates-news img.right {
    width: 150px; }

.CenterGrid [class*="col-"] {
  float: none;
  display: table-cell; }

.CenterGrid .row-fluid [class*="col-"] {
  vertical-align: middle; }

.hexagon {
  position: relative;
  width: 40px;
  height: 44px;
  background: url("img/social-bg2.png") center/cover;
  text-align: center;
  color: #fff;
  margin: 30px 3px 0 3px;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .hexagon:hover {
    color: #571E62;
    cursor: pointer;
    background: transparent; }
  .hexagon span {
    line-height: 2em; }

.right-logo {
  background: url("img/right-logo.png") center/cover;
  width: 100%;
  height: 60px; }

.left-banner {
  text-align: right; }
  .left-banner h1 {
    font-weight: bold; }

.redHeader {
  /*color: #D61921;*/
  color: #017a7f;
  font-size: 29px;
  margin-top: 40px;  
  text-transform: uppercase; }

.redHeader2 {
  color: #ffffff;
  font-size: 29px;
  margin-top: 40px;  
  text-transform: uppercase; }

.purpleHeader {
/*  color: #571E62;*/
  color: #017a7f;
  z-index: 999;
  font-size: 29px; }

.large {
  font-size: 56px; }

.leftRibbon {
 /* background: url("img/search-container-left1.png") no-repeat right;*/
  background: url("img/search-container-left1-2.png") no-repeat right;
  height: 76px;
  position: absolute;
  top: 3px;
  /* min-height: 140px; */
  /* min-width: 1095px; */
  /* padding-top: 39px; */
  /* margin-top: -39px; */
  background-size: 898px 76px; }

input#ebscohostsearchtext {
  width: 630px !important;
  background: transparent;
  border: none;
  height: 40px;
  font-size: 18px;
  float: left;
  box-shadow: none;
  margin-left: 0; }

input#ebscohostsearchtext:before {
  content: '';
  width: 400px;
  height: 400px;
  background: #000; }

form#ebscohostCustomSearchBox {
  /* margin-left: auto; */
  margin-top: 36px;
  background: url("img/search-container.png") no-repeat;
  /* min-height: 140px; */
  /* min-width: 1095px; */
  background-position: 0px -4px;
  padding-top: 75px;
  margin: -39px auto 0 auto;
  width: 100%;
  height: 122px;
  background-size: 675px 122px; }

form#searchform {
  /* margin-left: auto; */
  margin-top: 36px;
  /*background: url("img/search-container1.png") no-repeat;*/
  background: url("img/search-container1_v4.png") no-repeat;
  /* min-height: 140px; */
  /* min-width: 1095px; */
  background-position: 0px -4px;
  padding-top: 75px;
  margin: -39px auto 0 auto;
  width: 100%;
  height: 122px;
  zoom: 1.2;
  background-size: 675px 122px;
  display: inline-block; }

input.transl1 {
  width: 475px;
  background: transparent;
  border: none;
  height: 40px;
  font-size: 18px;
  float: left;
  box-shadow: none;
  margin-left: 155px; }

#masthead_search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
/*  background: #D61921 url("../images/dropdownarrow.png") no-repeat scroll 110px 11px;*/
/*  background: #035135 url("../images/dropdownarrow.png") no-repeat scroll 130px 11px;*/
  background: #01a4a9 url("../images/dropdownarrow.png") no-repeat scroll 130px 11px;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 43px !important;
  left: 0px;
  padding: 5px;
  position: absolute;
  width: 150px !important;
  z-index: 999;
  top: -5px; }

#moresearches {
  display: inline;
  float: left;
  margin-top: 8px;
  padding-left: 0;
  margin-left: 43px; 
  margin-bottom: 0.5px; 
  margin-right: 0px; }

#moresearches ul li a {
 /* background: #035135;*/
  background: #017a7f;
  color: #fff;
  font-size: 14px;
  padding: 12px 45px 12px 15px;
  border-radius: 3px;
  /* margin-top: -8px; */
  -webkit-clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  #moresearches ul li a:hover {
    /*background-color: #D61921;*/
    /*background-color: #019b01;*/
    background-color: #0fbdc4;
    color: #fff; }

.aum-btn {
  background: url("../images/home-search.png") no-repeat;
  border: 0px;
  width: 26px !important;
  height: 29px;
  display: inline-block;
  position: absolute;
  /* right: 15px; */
  top: 5px;
  z-index: 999;
  left: 565px; }

.search-container {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 390px; }

.cartdetails {
  text-align: right;
  padding: 0;
  float: left;
  margin-top: 0px; }

.cartdetails > li {
  display: inline-block;
  margin: 0 6px 0 0;
  float: left; }

.cartdetails > li > a {
  position: relative;
  display: block;
  padding: 3px 12px; }
  .cartdetails > li > a span {
    font-weight: 300 !important; }
  .cartdetails > li > a:hover {
    background-color: transparent; }
    .cartdetails > li > a:hover span {
      font-weight: normal !important; }
  .cartdetails > li > a:focus {
    background-color: transparent; }
    .cartdetails > li > a:focus span {
      font-weight: normal !important; }

#azSearch {
  /* margin-left: auto; */
  margin-top: 36px;
  background: url("img/search-container.png") no-repeat;
  /* min-height: 140px; */
  /* min-width: 1095px; */
  background-position: 0px -4px;
  padding-top: 75px;
  margin: -39px auto 0 auto;
  width: 100%;
  height: 122px;
  background-size: 675px 122px; }
  #azSearch .transl1 {
    margin-left: 0;
    width: 630px !important; }
  #azSearch #ISSNCheckbox {
    left: 500px; }

input.btn.searchAllsubmit {
  background: #012143;
  color: #fff;
  height: 40px;
  margin: -1px 44px;
  padding: 0 35px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left; }

input.btn.searchAllsubmit:hover {
  background: #06c2cb; }

.btn-group {
  position: absolute;
  /* font-weight: normal; */
  display: inline-block;
  /* vertical-align: middle; */
  top: 0;
  left: 0;
  background: transparent; }
  .btn-group label.btn.btn-primary {
    background: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase; }
    .btn-group label.btn.btn-primary:active {
      background: transparent !important; }
  .btn-group label.btn.btn-primary.active {
    font-weight: 700; }

ul.nav.nav-pills {
  margin: 0 auto;
  width: 290px; }

.nav-pills > li > a {
  border-radius: 4px;
  color: #ffffff;
  border-right: solid 1px #002244;
  border-radius: 0; }

body > div:nth-child(3) > div > div > div.forms > ul > li:nth-child(3) > a {
  border: none; }

.nav-pills > li.active > a:hover {
  background: #fff;
  color: #090a10; }

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #002244;}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: transparent;
  color: #D61921;
  font-weight: bold; }

#ebscohostCustomSearchBox > div > button.btn.btn-primary.active {
  box-shadow: none; }

/*body > div:nth-child(4) > div > div {
	position: relative;
	left: 27.9%;
}
*/
.shortCuts {
  /*border: solid 1px #ed193a;*/
  margin-bottom: 30px;
  min-height: 150px;
  /*box-shadow: 0px -5px 0px #ed193a inset;*/
  /*border-radius: 5px;*/
  overflow: hidden; }
  .shortCuts i, .shortCuts span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.shortCuts a {
  text-decoration: none; }

.shortCuts h2 {
  /*background: linear-gradient(to bottom, rgb(249,50,79) 0%, rgb(237,25,58) 100%);*/
  /*border-bottom: 1px solid #ed193a;*/
  padding: 5px;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  border-right: solid 1px #017a7f; }

body > div:nth-child(6) > div > div:nth-child(3) > div > h2 {
  border-right: none; }

.shortCuts li {
  float: left; }

.shortCuts span {
  display: block;
  text-align: center;
  color: #4d4d4d;
  font-size: 18px; }

.shortCuts i {
  display: block;
  font-size: 3em;
/*  color: #571E62;*/
  color: #223435;
  text-align: center;
  height: 1em;
  width: 100%;
  background: none; }

.shortCuts .innerDiv {
  padding: 10px;
  min-height: 110px; }

.shortCuts .half:hover span {
  color: #017a7f; }

.shortCuts .half:hover i {
  color: #0ebdc4; }

.shortCuts .col-md-4:hover span {
  color: #017a7f; }

.shortCuts .col-md-4:hover i {
  color: #0ebdc4; }

.shortCuts iframe {
  width: 100%;
  height: 500px;
  border: none; }

.shortCuts .half {
  width: 49%;
  vertical-align: top;
  display: inline-block; }

footer.container-fluid {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b0020+14,ff0303+79,7b0020+100,8d0015+100 */
  background: #7b0020;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #7b0020 14%, #ff0303 79%, #7b0020 100%, #8d0015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #7b0020 14%, #ff0303 79%, #7b0020 100%, #8d0015 100%);
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(135deg, #7b0020 14%, #ff0303 79%, #7b0020 100%, #8d0015 100%);*/
  background: linear-gradient(135deg, #002244 14%, #017a7f 79%, #00c2cb 100%, #7acbcd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0020', endColorstr='#8d0015',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px 0 0 0;
  text-align: center;
  margin-top: 40px; }

footer.container-fluid p, footer.container-fluid a {
  color: #fff; }

footer:before {
  content: '';
  /*background: url("img/footer-corner.png") no-repeat;*/
  background: url("img/footer-corner-1.png") no-repeat;
  /* position: absolute; */
  /* bottom: -504px; */
  /* right: 0px; */
  height: 248px;
  width: 132px;
  float: right;
  margin-top: -170px; }

img.logoFooter {
  padding: 7px;
  width: 370px; }

body > div:nth-child(2) > div > div.col-md-10 > img {
  width: 100%; }

.hexagon span {
  font-size: 1.5em; }

span.icon-instagram {
  margin-left: -5px; }

span.icon-twitter {
  margin-left: -15px; }

@media (min-width: 992px) {
 	ul.nav.nav-pills {
 		justify-content: right;
 	}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
.logo {
    width: 140px!important;
    height: auto;
 }
.row-fluid [class*="offset"]:first-child {
    margin-left: 0px!important;
 }

}
/* @media (min-width: 1333px) and (max-width: 1366px) {
 	.hexagon {
 		margin: 0 3px;
 	}
	.leftRibbon{
	     left: -312px;
	 } 	
 }
@media (min-width: 1650px) and (max-width: 1680px) {
	.leftRibbon{
	     left: -163px;
	 }
	 .hexagon {
 		margin: 0 3px;
 	}
 }
@media (min-width: 1583px) and (max-width: 1600px) {
	.leftRibbon{
	     left: -195px;
	 }
	 .hexagon {
 		margin: 0 3px;
 	}
}*/
.coverflow {
  margin: 0 20px; }

.flipster--loop {
  /*  .flipster__item--past { transform: translateX(-100%); }
    .flipster__item--future { transform: translateX(100%); }*/ }
  .flipster--loop .flipster__item {
    position: absolute; }
  .flipster--loop .flipster__item--past-2 {
    transform: translateX(-100%); }
  .flipster--loop .flipster__item--future-2 {
    transform: translateX(100%); }
  .flipster--loop .flipster__item--past-1 {
    transform: translateX(-50%); }
  .flipster--loop .flipster__item--future-1 {
    transform: translateX(50%); }

.flipster--infinite-carousel .flipster__container,
.flipster--infinite-carousel .flipster__item {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }
.flipster--infinite-carousel .flipster__item__content {
  transition: inherit; }
.flipster--infinite-carousel .flipster__item {
  position: absolute;
  opacity: 0;
  perspective: 800px; }
.flipster--infinite-carousel .flipster__item--past-2,
.flipster--infinite-carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms; }
.flipster--infinite-carousel .flipster__item--past-1,
.flipster--infinite-carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms; }
.flipster--infinite-carousel .flipster__item--current {
  opacity: 1;
  transition-delay: 0; }
.flipster--infinite-carousel .flipster__item--past .flipster__item__content,
.flipster--infinite-carousel .flipster__item--future .flipster__item__content {
  transform: scale(0.4); }
.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(-75%) rotateY(45deg) scale(0.6); }
.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(75%) rotateY(-45deg) scale(0.6); }
.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
  transform: translateX(-50%) rotateY(45deg) scale(0.8); }
.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
  transform: translateX(50%) rotateY(-45deg) scale(0.8); }
.flipster--infinite-carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1); }

.flipster__container:before {
  content: '';
  background: url("img/slider-left.png") center -36px;
  width: 716px;
  height: 200px;
  display: inline-block;
  float: left; }
.flipster__container:after {
  content: '';
  background: url("img/slider-right.png") center -36px;
  width: 716px;
  height: 200px;
  display: inline-block;
  margin-left: 75px; }

.no-cssreflections .flipster__container:after {
  height: 214px; }

.logoTopAUM {
  text-align: center; }
  .logoTopAUM img {
    /*width: 400px; }
    width: 400px; */}

hr {
  border-color: #571E62; }

.staticH1 {
/*  font-size: 250%;*/
  font-size: 37px;
  line-height: 150%;
  color: #00c2cb; }
.dynamic-content{
  font-size: 17px;
  text-align: justify;
}
.staticLink, .staticLink:visited {
  color: #017a7f; }

.staticLink:hover {
  color: #002244; }

div#collectiontab {
  min-height: 260px; 
  font-size: 16px;
}

table.table.table-hover th {
  text-align: center; }

table.table.table-hover td {
  text-align: center; }

.tabbable a {
  color: #01797d !important; }

.nav-tabs > .active > a {
  color: #555555 !important;
  font-weight: 600; }

.nav-tabs > li > a.active {
  color: #555555 !important;
  font-weight: 600; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;}

.orderlistStatic {
  list-style: initial;
  list-style-type: decimal; }

.unorderlistStatic {
  list-style: initial; }

.unorderlistStatic li{
  line-height: 25px; }

.tabbable {
  min-height: 200px; }

.databaseSearchForm {
  background: none !important;
  min-height: 70px !important;
  padding: initial !important;
  min-width: initial !important;
  margin: initial !important; }
  .databaseSearchForm input#ebscohostsearchtext {
    background: #d8d8d8; }
  .databaseSearchForm input.btn.searchAllsubmit {
    left: -3px;
    margin: 0; }
  .databaseSearchForm .searchOptions {
    position: initial;
    width: 100%;
    float: left; }
    .databaseSearchForm .searchOptions .radio {
      display: inline-block;
      visibility: visible; }
    .databaseSearchForm .searchOptions label {
      color: #4d4d4d;
      float: left;
      margin: 15px 20px 0 0; }

.databaseLink, .databaseLink:visited {
  background: #002244;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 3px;
  border: 1px solid #7acbcd;
  transition: 0.2s all;
  float: right; }

.databaseLink:hover {
  background: #fff;
  color: #002244;
  text-decoration: none; }

.accordion .accordion-group {
  margin: 10px 0; }
  .accordion .accordion-group .accordion-toggle {
    color: #D61921;
    font-size: 1.3em; }

table.onlineref th {
  background: #035135 ;
  border-color: transparent !important;
  font-weight: 800;
  text-transform: uppercase; }
table.onlineref td {
  background: transparent; }
table.onlineref td, table.onlineref th {
  text-align: left !important;
  font-size: 1.2em;
  vertical-align: middle !important; }

#circTableDiv table th, #circTableDiv table .subHeader td {
  background: #002244 !important;
  border-color: #fff !important;
  color: #fff !important; }
#circTableDiv table td {
  background: transparent; }

.dataTables_wrapper table th, .table-responsive table th {
  background: #223435  !important;
  border: 1px solid #c8c8c8 !important;
  font-weight: 600;
  /*text-transform: uppercase;*/ }
.dataTables_wrapper table td, .table-responsive table td {
  background: transparent; }
.dataTables_wrapper table td, .dataTables_wrapper table th, .table-responsive table td, .table-responsive table th {
  text-align: left !important;
  font-size: 15px;
  vertical-align: middle !important; }

.headerRow {
  height: auto;
  padding: 0 0 10px 0; }

.resRow {
  height: auto;
  padding: 20px 0; }

.flipster {
  overflow-y: hidden; }

#ebookTitle {
  margin-top: 200px;
  font-weight: bold; }

li.SearchCatalogLink a {
  border-right: none; }

a.title, h1.title {
  color: /*#D61921*/ #002244 !important; }

.detailed-normal {
  border: none;
  padding: 0; }

.unorderlistStatic2nd {
  list-style: circle; }

.loginPart {
  position: absolute;
  left: -390px; }
  .loginPart ul.nav.pull-right {
    height: 30px; }
    .loginPart ul.nav.pull-right li {
      height: 30px;
      float: left; }
      .loginPart ul.nav.pull-right li .navbar-text {
        margin-top: 0;
        margin-bottom: 0; }
      .loginPart ul.nav.pull-right li p span {
        color: #fff !important; }
      .loginPart ul.nav.pull-right li:last-child {
        margin: 0 10px; }
      .loginPart ul.nav.pull-right li .aumuserlogin {
        background: transparent; }
        .loginPart ul.nav.pull-right li .aumuserlogin:hover, .loginPart ul.nav.pull-right li .aumuserlogin:focus {
          background: transparent !important;
          text-decoration: underline; }
  .loginPart a.loginModal-trigger.aumuserlogin {
    background: transparent; }
    .loginPart a.loginModal-trigger.aumuserlogin:hover, .loginPart a.loginModal-trigger.aumuserlogin:focus {
      background: transparent !important;
      text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
.modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 28%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0 auto;
    height: 375px;
    padding-right: 0px!important;
    overflow-y: hidden!important;
}

li.open a#listsmenu,
li.open a#cartmenulink {
  background: transparent !important;
}









/*mobile fix*/
.menu-mob {
  font-size: 1.5em;
  margin-top: 20px;
    color: white;
    font-weight: 700;
}

@media (max-width: 767px) {
  .row-fluid [class*="offset"]:first-child {
    margin-left: 8.33333333%; 
  }
   ul.nav.nav-pills {
   justify-content: center; 
   }
  .CenterGrid [class*="col-xs"] {
    float: left;
    display: table-cell; }  
  .left-banner {
    text-align: center;
  }
  label {
    width:auto !important;
  }
  .btn-group {
    top: 40px;
  }
  .forms {
    margin-top: 55px;
  }
  input.btn.searchAllsubmit {
    background: #d61921;
    color: #fff;
    height: 40px;
    margin:0; 
    padding: 0; 
    border-radius: 0;
    -webkit-clip-path: none; 
    clip-path: none;
    float: left;
    width: 100%;
  }  

.search-container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0;
    /* right: 0; */
}
.loginPart {
  position: initial; 
  left: 0;
}
.nolibrarypulldown .transl1 {
    width: 100% !important;
}
input.transl1 {
    background: transparent;
    border: none;
    height: 40px;
    font-size: 18px;
    float: left;
    box-shadow: none;
    margin-left: 0; 
}

#masthead_search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #017a7f url("../images/dropdownarrow.png") no-repeat scroll 75% 11px;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 43px !important;
    /* left: 0px; */
    position: initial;
    width: 100% !important;
    padding: 10px 45px 10px 15px;
    z-index: 999;
    font-size: 18px;
    text-align: center;
}
.aum-btn {
    background: url("../images/home-search.png") no-repeat;
    border: 0px;
    width: 26px !important;
    height: 29px;
    display: inline-block;
    position: absolute;
     right: auto 
    top: 5px;
    z-index: 999;
     left: auto; 
}
#moresearches {
    display: block;
    float: none;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}
#moresearches ul li a {
    background: #017a7f;
    color: #fff;
    font-size: 18px;
    /* padding: 11.5px 30px; */
    border-radius: 0;
    /* margin-left: 0; */
    -webkit-clip-path: none;
    clip-path: none;
    /* float: initial; */
    /* position: absolute; */
    /* right: 0; */
    /* width: 177px; */
}

#book-slider {
  display: none;

}
.lates-news {
    width: 100%;
    margin: 0 !important;
    padding: 0 10px;
}
footer:before {
  content: none !important;
}
#azSearch .transl1 {
    margin-left: 0;
    width: 100%!important;
}
#azSearch #ISSNCheckbox {
    display: none;
}
input#ebscohostsearchtext { 
  width: 100% !important;
}
.btn-group+.btn-group {
  margin-left: 0;
}
#opacmainuserblock .span12 {
    padding: 10px;
}
#wrap > div.container-fluid.CenterGrid > div.row-fluid.first > div.col-md-8.col-xs-12 > nav > ul > li.menu__item--current:nth-child(6) + li {
  margin-top: 60px;
}
#user-menu-trigger {
  display: none;
}
#members {display: block;}
#members ul {
    /*position: absolute;*/
    top: 0;
    float: right;
}
#members ul li {
    float: left !important;
    margin: 0;
    padding-right: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0 auto;
    height: 100%;
}
.contextual-login-register {
    display: block;
}
.contextual-login-register {
    width: 100%;
}

#wrap > div.container-fluid.CenterGrid > div.row-fluid.first > div.col-xs-4.col-xs-offset-1.visible-xs {
  margin-top: 15px;
}
}
/*mobile fix*/

.onlineref td, .onlineref th {
    text-align: left !important;
    width: 70%;
}

