@charset "UTF-8";
/*
 * Copyright (C) 2014 FIZ Karlsruhe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
  font-family: KarbidWeb;
  src: url("1HGuyWp6Yj6Z5z3kcAMgRdtlHegjbmhkSKRGcfXNgDR.eot");
}

@font-face {
  font-family: KarbidWeb;
  src: url("lzAnrAKX2n7PutBy5buXFL0d24qV6eUHbMaz5h9ue2q.woff") format("woff");
}

@font-face {
  font-family: KarbidWeb;
  src: url("yIMIfUnWlhZH037ltWgPCUzeEs43WOvOy7ewoNSTo8h.woff") format("woff");
  font-weight: bold;
}

/*
* Bootstrap overridden rules
*/
label {
  font-size: medium;
  font-weight: normal;
  line-height: normal;
}

label {
  display: inline;
  margin-bottom: 0;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
  {
  display: inline;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  font-size: medium;
  line-height: normal;
  color: #3e3a37;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="search"] {
  background-color: #ffffff;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #858280 #dcdbda #dcdbda #858280;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select, input[type="file"] {
  height: auto;
  *margin-top: 0;
  line-height: normal;
}

select {
  width: auto;
  background-color: #ffffff;
}

.nav-list>.active>a,.nav-list>.active>a:hover {
  background-color: #0088cc;
}

.nav-list ul > li{
  line-height: 35px;
  padding-left: 18px;
}

.tooltip {
  position: static;
  z-index: auto;
  display: inline;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity = 100);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.tooltip.top {
  margin-top: 0;
}

.tooltip.right {
  margin-left: 0;
}

.tooltip.bottom {
  margin-top: 0;
}

.tooltip.left {
  margin-left: 0;
}

.tooltip-inner {
  max-width: none;
  padding: 0;
  color: #3e3a37;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tooltip-arrow {
  position: static;
  width: auto;
  height: auto;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: auto;
  left: auto;
  margin-left: 0;
  border-top-color: #000000;
  border-width: medium;
}

.tooltip.right .tooltip-arrow {
  top: auto;
  left: auto;
  margin-top: 0;
  border-right-color: #000000;
  border-width: medium;
}

.tooltip.left .tooltip-arrow {
  top: auto;
  left : auto;
  margin-top : 0;
  border-left-color: #000000;
  border-width: medium;
}

.tooltip.bottom .tooltip-arrow {
  top: auto;
  border-bottom-color: #000000;
  left: auto;
  margin-top: 0;
  border-width: medium;
}

.thumbnails {
  margin-left: 0;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,.thumbnails:after {
  display: inline;
  line-height: normal;
  content: normal;
}

.thumbnails:after {
  clear: none;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails>li {
  float: none;
  margin-bottom: 0;
  margin-left: 0;
}

.thumbnail {
  display: inline;
  padding: 0;
  line-height: medium;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
}

a.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.thumbnail>img {
  display: inline;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.thumbnail .caption {
  padding: 0;
  color: #555555;
}

.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.badge {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.label:empty {
  display: inline;
}

a.label:hover {
  color: #a5003b;
  text-decoration: none;
  cursor: pointer;
}

.label-important,.label-important[href],.label-warning,.label-warning[href],.label-success,.label-success[href],.label-info,.label-info[href],.label-inverse,.label-inverse[href]
  {
  background-color: transparent;
}

.btn .label,.btn-xs .label {
  position: static;
  top: auto;
}

.label {
  display: inline;
  padding: 0;
  font-size: 0.938em;
  font-weight: normal;
  line-height: normal;
  color: #3e3a37;
  text-shadow: none;
  white-space: normal;
  vertical-align: baseline;
  background-color: transparent;
}

.carousel-control {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  font-size: medium;
  font-weight: normal;
  line-height: normal;
  color: #3e3a37;
  text-align: left;
  background: transparent;
  border: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity = 100);
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
  {
  border-color: #858280 #dcdbda #dcdbda #858280;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("14SWTr4VqVh6tnlUlgBtue6IJZ7gwE1y42RT7ya5GGW.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

@media screen {
  li {
    line-height: 20px;
  }
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.h1, .h2, .h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
}

*:focus,
a:focus {
  outline: none;
}

/* header */

header, .header {
  background:transparent url("6OObgKAMXO9oaRjQhySc0YKCJVS7bd7hrM71N8t7KNr.png") no-repeat center bottom;
  margin-bottom:20px;
}

header .navigation-header-logo, .header .navigation-header-logo {
  float: left;
  height: 85px;
  border: 0;
  padding: 0;
  overflow: hidden;
}

header .navigation-header-logo img {
  margin-left: 25px;
  height: 80%;
}

header ul,div.header ul {
  margin: 0;
  list-style: none;
}

header ul li,.header ul li {
  float: left;
}

header ul li.active a,.header.hidden-xs ul li.active a {
  color: #a5003b;
}

header .navigation,.header .navigation {
  text-transform: uppercase;
  clear: left;
  height: 40px;
  padding-top: 10px;
}

header .navigation li,.header .navigation li {
  padding-right: 20px;
  position: relative;
}

header .navigation li.keep-in-front{
  background: url("VABM6OOCM4KNLZuL0M6f5FUWo7BwfmcYI1SClM4m9J8.png") no-repeat;
  background-position: 100.6% -127px;
  margin-right: 15px;
  cursor: pointer;
}

header .navigation li.active ul,.header .navigation li.active ul, header .navigation li:hover ul, .header .navigation li:hover ul {
  display: block;
}

header ul li.active-default>a,.header ul li.active-default>a {
  color: #a5003b !important;
  font-weight: bold !important;
}

header ul li.active-closed>a,.header ul li.active-closed>a {
  color: #a5003b;
  font-weight: bold;
}

header .navigation ul,.header .navigation ul {
  position: absolute;
  display: none;
  top: 22px;
  left: 5px;
  text-transform: none;
  width: auto;
  background: #fff;
  padding: 10px 0 10px;
  border: #bbb 1px solid;
  box-shadow: #999 0px 11px 25px -4px;
}

header .navigation ul li,.header .navigation ul li {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  white-space: nowrap;
  line-height: 23px;
}

header .navigation ul li:hover,.header .navigation ul li:hover {
  background-color: #efebe8;
}

header .navigation ul li a{
  display:block;
}

header .navigation ul li a:hover ,.header .navigation ul a:hover {
  text-decoration: none;
  color: #000;
}

.navigation .active .arrow-container, 
.navigation > li:hover .arrow-container,
.status-bar .language-wrapper:hover .arrow-container,
.status-bar .login-wrapper:hover .arrow-container {
  position: absolute;
  height: 20px;
  width: 40px;
  top: 3px;
  right: -11%;
  z-index: 1;
}

.navigation .active .arrow-up, .navigation > li:hover .arrow-up,
.status-bar .arrow-container:hover .arrow-up,
.status-bar .language-wrapper:hover .arrow-up,
.status-bar .login-wrapper:hover .arrow-up {
  background: url("fUbvo8sMhP7eMCReoPyz055JQifwze2vMy4krUfB86z.png") -14px -10px no-repeat;
  width: 11px;
  height: 9px;
  margin-top: 11px;
  background-color: #fff;
  margin-left: 14px;
}

.status-bar .arrow-container:hover .arrow-up,
.status-bar .language-wrapper:hover .arrow-up {
  background-position: -14px -12px;
  margin-left: 16px;
}

.status-bar .login-wrapper:hover .arrow-up {
  background-position: -14px -12px;
  margin-left: 9px;
}

header .navigation ul li.active a,.header .navigation ul li.active a {
  color: #a5003b;
  font-weight: bold;
}

header ul.navigation ul a,.header ul.navigation ul a {
  color: #3e3a37;
  font-weight: normal;
  font-size: 0.938em;
  text-transform: uppercase;
}

header ul.navigation a:hover,.header ul.navigation a:hover,header ul.navigation a:active,.header ul.navigation a:active,header ul.navigation a:focus,.header ul.navigation a:focus
  {
  color: #a5003b;
}

header .toolbar,.header .toolbar {
  font-size:0.813em;
  position: relative;
  text-align: right;
  padding-top: 10px;
}

header .toolbar .language-wrapper:hover .selector,.header .toolbar .language-wrapper:hover .selector {
  display: block;
}

.selector.language {
  text-align: left;
  width: auto;
}

header .language-wrapper>a, .header .language-wrapper>a {
  background-position: right -42px;
  padding-right: 20px;
}

header .language-wrapper >a,.header .language-wrapper >a {
  background: transparent url("hZW0WJEcEKXDqLXxZigh8j0q4lDTjGRCf2Wd17Xd8oT.png") no-repeat 46px -42px;
}

header .login-wrapper:hover .selector,.header .login-wrapper:hover .selector {
  display: block;
  margin-right: 15px;
}

header .login-wrapper,.header .login-wrapper {
  position: relative;
  display: inline-block;
}

header .login-username,.header .login-username {
  display: inline-block;
  max-width: 8em;
  text-overflow: ellipsis;
  overflow: hidden;
}

header .status-bar, .header .status-bar {
  white-space: nowrap;
}

header .login-dropdown,.header .login-dropdown {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent url("hZW0WJEcEKXDqLXxZigh8j0q4lDTjGRCf2Wd17Xd8oT.png") no-repeat 3px -40px;
  cursor: pointer;
  vertical-align: top;
}

header .header-spacer,.header .header-spacer {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px 0 10px;
  border-right: 1px solid #e9e5e2;
}

#search-small{
  margin-right: 3px;
  height: 25px;
}

.search-header .thumbnail-filter-container {
  float: left;
  margin: 1px 0 0 3px;
}

.search-header .thumbnail-filter-container input {
  float: none;
  margin-top: -1px !important;
}

.search-header .thumbnail-filter-container label {
  font-size: 1em;
  height: 23px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto!important;
}

.thumbnail-filter-container label span {
  display: inline !important;
}

.thumbnail-filter-container label span:hover {
  text-decoration: underline;
  color: #a5003b;
}

#form-search-header {
  display: inline-block;
  margin-bottom: 20px;
}

#form-search-header .link-adv-search {
  display: inline-block;
  float: right;
  text-align: left;
  height: 23px;
  margin-top: 2px;
}

.search-header {
  margin-top: 15px;
  margin-bottom: 40px;
}

.search-header form label {
  width: 0;
}

.search-header form label span {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
}

.search-header form .contextual-help {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.search-header form .contextual-help a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.search-header form .contextual-help a img {
  position: absolute;
  top: -58px;
  right: -12px;
  margin: 0;
}

.search-header form button,
.nav form button {
  box-shadow: none;
  overflow: hidden;
  background: none;
  width: 25px;
  vertical-align: top;
}
.nav form button {
  margin-left:3px;
}
#form-search-header button:before,
#form-search-header-mobile button:before,
.navbar-nav form button:before {
  display: inline-block;
  content: url("AOpSuuVmd98lWuPI0Gew1EK9Sd9FeTDNVF2yV6NKHmZ.png");
  margin: -150px 0 0 0;
}

#form-search-header button:hover:before,
#form-search-header-mobile button:hover:before {
  margin: -200px 0 0 0;
}

#form-search-header button {
  background-image: url("AOpSuuVmd98lWuPI0Gew1EK9Sd9FeTDNVF2yV6NKHmZ.png");
  background-position-y: 150px;
}

#form-search-header button:hover {
  background-position-y: 100px;
}

#form-search-header .tooltip {
  width: 340px;
  top: 100px;
  right: 0;
  font-size: 1em;
}

.form-horizontal .control-group {
  margin-bottom: 15px;
}

.form-horizontal .control-group {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .form-horizontal .input-group input {
    width: auto;
  }
}  

.form-horizontal .control-label {
  width: 180px;
  margin-right: 10px;
  float: left;
  min-height: 1px;
}

.nav .tooltip {
  width: 321px !important;
}

.language-widget {
  z-index: 1;
}

.language-widget form {
  padding-top: 1em;
}

.language-widget label {
  float: left;
  margin-right: 0.5em;
}

.language-widget label span {
  float: left;
  margin-right: 1em;
  display: block;
  line-height: 24px;
}

.language-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.language-wrapper .nopointer {
  background-color: #EEEEEE !important;
}

header .selector,.header .selector {
  display: none;
  padding: 7px 12px 5px;
  border: #bbb 1px solid;
  width: 80px;
  position: absolute;
  top: 20px;
  box-shadow: #999 0px 11px 25px -4px;
  -moz-box-shadow: #999 0px 11px 25px -4px;
  -webkit-box-shadow: #999 0px 11px 25px -4px;
  text-transform: none;
  background: #fff;
}

header .selector.logout,.header .selector.logout {
  right: -25px;
}

header .selector li,.header .selector li {
  float: none;
  cursor: pointer;
  padding: 0 15px 0 0;
  margin-bottom: 0;
  white-space: nowrap;
}

header .selector.language li,.header .selector.language li {
  padding: 0;
}

header .toolbar .selector a,.header .toolbar .selector a {
  background: none;
}

header .language-widget form,.header .language-widget form {
  display: none;
}

.header .nav {
  min-height: 155px;
}
/* header - end */

/* mobile view header */
.navbar {
  background: none;
  padding: 5px;
}

.navbar.header {
  margin: 0 -20px;
}

.navbar.header.visible-xs {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
}

.navbar.header.visible-xs .nav {
  min-height: 0 !important;
}

.navbar .navbar-brand {
  padding: 0 10px 0 10px;
  height: 90px;
}

.navbar-collapse .nav {
    float: none;
    margin: 0 0 10px;
}

.navbar-collapse .nav > .highlight > a:hover, .navbar-collapse .dropdown-menu a:hover {
  color: #a5003b;
}

.navbar-collapse .nav > .highlight > hr {
  border: 0;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-brand img {
  margin: 0 0 0 10px;
  height: 90px;
}

.navbar .btn-nav {
  height: 30px;
  position: absolute;
  right: 0;
  width : 40px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -236px -315px !important;
  margin-right: 20px;
  margin-top: 5px;
}

.btn-nav:hover {
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -181px -315px !important;
  transition:none;
}

.navbar-collapse .navbar-form, .navbar-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse .nav > li {
    float: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.nav-list ul>li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nav-list ul>li>a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nav-list .selected-language .nopointer {
  color: #BBBBBB;
}

#form-search-header-mobile {
  width: 275px;
  padding: 10px 0;
}

#form-search-header-mobile input {
  width: 88%;
  height: 25px;
}

#form-search-header-mobile button {
  float: right;
}

/*@media * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }*/

@media (max-width: 979px) {
  #search-small {
    width: 180px !important;
  }

  .search-header .thumbnail-filter-container {
    width: 180px !important;
  }

  .search-header .thumbnail-filter-container label {
    width: 150px !important;
  }

  .search-small-bottom{
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  header.ie-mobile .col-sm-7 {
    width: 75%;
    float: left;
  }
  header.ie-mobile .toolbar {
    width: 20%;
    float: left;
  }
  header.ie-mobile .navigation {
    margin-bottom: 30px;
  }

  .search-results-content .thumbnail-filter-container {
    margin-top: 10px;
  }

  .search-results-content .thumbnail-filter-container input[type="checkbox"] {
    margin-top: -3px;
  }

  .search-results-content .thumbnail-filter-container label {
    line-height: 2em;
  }
}

@media (min-width: 1200px) {
  .header .link-adv-search {
    margin-left: 130px !important;
  }
}
/* mobile view header - end */

/* index */
.search-widget {
  padding-top: 60px;
  padding-bottom: 75px;
  text-align: center;
  height: 435px;
}

.search-widget img {
  margin-left: 0;
  margin: 0 0 40px 0;
  height: 178px;
}

.search-widget label span {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
}

.search-widget form button {
  width: 40px;
  height: 40px;
  box-shadow: none;
  overflow: hidden;
  background: none;
  vertical-align: top;
}

.search-widget form button:before {
  display: inline-block;
  content: url("AOpSuuVmd98lWuPI0Gew1EK9Sd9FeTDNVF2yV6NKHmZ.png");
  margin: 0 0 0 0;
}

.search-widget form button:hover:before {
  margin: -50px 0 0 0;
}

.search-widget form button {
  background-image: url("AOpSuuVmd98lWuPI0Gew1EK9Sd9FeTDNVF2yV6NKHmZ.png");
}

.search-widget form button:hover {
  background-position-y: -50px;
}

.search-widget .contextual-help,.advanced-search .contextual-help {
  margin-left: 4px;
  margin-top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("9n1vrzDsktk1TFSCGD1Xi9Dnato09TuahUsUmfIFJqf.png") no-repeat 0 0;
}

#form-search .contextual-help:hover,#form-search .contextual-help:active,#form-search .contextual-help:focus,.advanced-search .contextual-help:hover,.advanced-search .contextual-help:active,.advanced-search .contextual-help:focus {
  background-position: 0 -30px;
}

#form-search {
  position: relative;
  width: 575px;
  margin: 0 auto;
}

#form-search .search-label {
  float: left;
}

#form-search .query {
  font-size: 1.25em;
  width: 528px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
}

#form-search .thumbnail-filter-container {
  height: 20px;
  margin-top: 9px;
}

#form-search .thumbnail-filter-container input {
  height: 20px !important;
  margin: 0 !important;
}

@media (max-width: 979px) {
  #form-search {
    width: 50%;
  }
  #form-search .query {
    width: 86%;
  }
  .search-widget form button {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #form-search {
    width: 70%;
  }
}

@media (max-width: 480px) {
  #form-search .query {
    width: 81%;
  }
}

@media (max-width: 373px) {
  #form-search .query {
    width: 74%;
  }
}

#form-search .link-adv-search {
  margin-top: 10px;
  font-size: 0.938em;
}

#form-search .link-stats {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 0.938em;
}

#form-search .tooltip {
  max-width: 93%;
  margin: 12px 0;
  color: #3e3a37;
  font-size: 0.938em;
  top: 40px;
}

.teaser .col-sm-3 {
  display: block;
  float: left;
  position: relative;
  margin-left: 0;
}

.teaser .col-sm-12 {
  margin-left: 60px;
}

.teaser .caption {
  background-color:#e8eae9;
  opacity:0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
  font-weight:bold;
  font-size: 0.875em;
  position:absolute;
  left:0;
  bottom:0;
  width:210px;
  height:50px;
  padding: 0 5px;
  line-height:16px;
  margin:15px;  
  overflow:hidden; 
  text-overflow:ellipsis;
}

.teaser .caption .category {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #a5003b;
}

.teaser .article {
  display: block;
  float: left;
  position: relative;
}

.teaser .article img {
  width: 210px;
  height: 210px;
  max-width:210px;
}

.carousel {
  padding: 0 0 0 1px;
  position: relative;
  display: none;
  margin-bottom: 100px;
}

.caroufredsel_wrapper {
  margin: auto !important;
}

.carousel a.previous,.carousel a.next {
  width: 45px;
  height: 50px;
  display: block;
  background: url('yLKzDcFyzyJW06eIfIE9NAqrQoASfSMGwvxjhxiu50c.png') no-repeat transparent;
  position: absolute;
  top: 90px;
}

.carousel a.previous {
  left: -30px;
}

.carousel a.previous:hover {
  background-position: 0 -50px;
}

.carousel a.next {
  background-position: 0 -150px;
  right: -40px;
}
/* carousel controls responsiveness */
@media (min-width: 1200px) {
  .carousel a.previous {
    left: 58px;
  }
  .carousel a.next {
    right: 48px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .carousel a.previous {
    left: 78px;
  }
  .carousel a.next {
    right: 68px;
  }
}

@media (max-width: 979px) {
  .carousel a.previous {
    left: 88px;
  }
  .carousel a.next {
    right: 78px;
  }
}

@media (max-width: 767px) {
  .carousel a.previous {
    left: 0;
  }
  .carousel a.next {
    right: -8px;
  }
}
/* carousel controls responsiveness - end */
.carousel a.next:hover {
  background-position: 0 -200px;
}

.carousel .clearfix {
  float: none;
  clear: both;
}

a.previous span,a.next span {
  display: none;
}
/* index - end*/

/* footer */
footer.container,.footer .container {
  padding-top: 20px;
  padding-bottom: 70px;
  clear: both;
  min-height: 0;  
}

footer a,.footer a {
  text-decoration: none;
}

footer ul,.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .inner,.footer .inner {
  margin: 0 auto;
}

footer .legal,.footer .legal {
  font-size:0.813em;
  color:#3e3a37;
}

footer .legal .inner,.footer .legal .inner {
  border-top: 1px solid #e9e5e2;
  padding-top: 24px;
  padding-bottom: 30px;
  overflow: hidden;
}

footer .legal small,.footer .legal small {
  float: left;
  font-size: 1em;
  margin-right: 35px;
}

footer .legal ul li,.footer .legal ul li {
  float: left;
  padding-right: 17px;
}

footer .legal ul li+li,.footer .legal ul li+li {
  border-left: 1px solid #d1cdcb;
  padding-left: 17px;
}

footer .social-icons, .footer .social-icons {
  float: right;
  z-index: 3;
}

footer .twitter-icon, .footer .twitter-icon {
  background: url('ttUo217xzIzcxOQi2T0wTFbNEWihIOq3hxXSssqCAtU.png') no-repeat transparent !important;
}

footer .facebook-icon {
  background: transparent url("TiJawZobYIgbYq33CyWDVHNg9MFX3MqnIuITn3EqsIu.png") no-repeat -55px 0;
  width: 150px;
  height: 100px;
}

footer .social-icons a:before {
  background:none!important;
  width:0!important;
}

.build {
  float: left;
  font-size: 0.75em;
  color: #c1c1c1;
  z-index: 3;
  position: absolute;
  margin-top: 25px;
}
/* footer - end */

/* responsive footer */
@media (max-width: 979px) {
  footer .legal small,.footer .legal small {
    float: none;
  }
}

@media (max-width: 767px) {
  footer.container,.footer .container {
    padding-left: 0;
    padding-right: 0;
  }
	
  footer .legal ul li,.footer .legal ul li {
    border-left: 1px solid #d1cdcb;
    padding-left: 17px;
    float: none;
  }
}
/* responsive footer - end */

/* responsive startpage */
@media (max-width: 767px) {

  .teaser {
    height: 230px;
  }

  #main-container.container {
    min-height: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }

  .search-widget {
    padding-top: 0;
    padding-bottom: 40px;
    height: auto;
  }

  .search-widget img {
    display: none;
  }

  #form-search {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
  }

  .link-adv-search {
    display: none;
  }

}
/* responsive sartpage - end */

/* genaral rules */
h1,h2,h3,h4 {
  font-family: KarbidWeb, Calibri, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  color: rgb(62, 58, 55);
  line-height: 1.5em;
}

h1,h1 a {
  font-family: KarbidWeb, Calibri, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  color: #3e3a37;
}

h1.title {
  color: #a5003b;
}

h2,h2 a {
  font-family: KarbidWeb, Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  color: #a5003b;
}

h3,h3 a {
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #3e3a37;
}

a {
  color: #3e3a37;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover,a:active,a:focus {
  text-decoration: underline;
  color: #a5003b;
}

body {
  font-family: Calibri,Arial,sans-serif;
  font-size: 16px;
  color: #3e3a37;
}

#main-container.container {
  min-height: 515px;
}

form label {
  display: inline-block;
  clear: left;
  color: #3e3a37;
  font-size: 0.938em;
}

form input {
  width:280px;
  margin: 0 0 1px 0;
  height: 25px;
  vertical-align: middle !important;
}

form input[type="search"]{
  width: 280px;
  padding-left:10px!important;
  padding-right:10px!important;
}

form input[type="checkbox"]{
  height: 23px;
}

input {
  color: #3e3a37;
  font-family: Calibri,Arial,sans-serif;
  font-size: 0.875em;
  border: 1px solid;
  border-color: #858280 #dcdbda #dcdbda #858280;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0 0 3px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

button,input[type="button"],input[type="submit"],.button {
  color: #3e3a37;
  font-size: 0.938em;
  font-weight: bold;
  border: none;
  background: #ec0a3c url("IiuoNyXJ2lsFPCSPlz3WQaYvXynGQdSZM8CQzc6u39l.png") repeat-x bottom center;
  margin: 0;
  padding: 2px 10px;
  cursor: pointer;
  height: 25px;
  line-height: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button:hover,input[type="button"]:hover,input[type="submit"]:hover {
  background-position: top center;
}

button[disabled],input[type="button"][disabled],input[type="submit"][disabled] {
  background: #999 url("D2cqR2LrK11r9ljnAPiGyYhpiFOW9Iq8Ss7xQ7Z0XGC.png") repeat-x
    bottom center;
  cursor: default;
}

button,.button {
  border: none;
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.938em;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.button {
  padding: 6px 10px;
  color: #fff;
}

.button:hover {
  background-position: top center;
  color: #fff;
}

button.disabled, .button.disabled, button[disabled]{
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #e1e0df;
  background: -moz-linear-gradient(top, #e1e0df 0%, #dbdad9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e0df), color-stop(100%,#dbdad9));
  background: -webkit-linear-gradient(top, #e1e0df 0%,#dbdad9 100%);
  background: -o-linear-gradient(top, #e1e0df 0%,#dbdad9 100%);
  background: -ms-linear-gradient(top, #e1e0df 0%,#dbdad9 100%);
  background: linear-gradient(to bottom, #e1e0df 0%,#dbdad9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0df', endColorstr='#dbdad9',GradientType=0 );
  cursor: default;
}

button.grey, .button.grey{
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #B7B5B3;
  background: -moz-linear-gradient(top, #B7B5B3 0%, #dbdad9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B7B5B3), color-stop(100%,#A9A7A5));
  background: -webkit-linear-gradient(top, #B7B5B3 0%,#A9A7A5 100%);
  background: -o-linear-gradient(top, #B7B5B3 0%,#A9A7A5 100%);
  background: -ms-linear-gradient(top, #B7B5B3 0%,#A9A7A5 100%);
  background: linear-gradient(to bottom, #B7B5B3 0%,#A9A7A5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7B5B3', endColorstr='#A9A7A5',GradientType=0 );
}

img {
  border: 0;
  margin: 15px;
}

select {
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.875em;
  border: 1px solid;
  border-color: #858280 #dcdbda #dcdbda #858280;
}

.invisible-but-readable {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tooltip {
  font-family: Calibri, Arial, sans-serif;
}

.tooltip a {
  font-weight: bold;
}

.heading>h1 {
  color: #a5003b;
  display: inline-block;
}

.contextual-help {
  display: block;
  width: 17px;
  height: 17px;
  background: url("9n1vrzDsktk1TFSCGD1Xi9Dnato09TuahUsUmfIFJqf.png") no-repeat 0 -60px;
  text-indent: -999em;
}

.contextual-help,.contextual-help a,.contextual-help img {
  cursor: help;
}

.contextual-help,.contextual-help a,.contextual-help img {
  cursor: help;
}

.contextual-help:hover,.contextual-help:active,.contextual-help:focus {
  background-position: 0 -90px;
}

.profile-input {
  height: 30px !important;
  padding: 4px 6px !important;
}

.tooltip {
  color: #999;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 3px 8px 3px;
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 4;
}

.warning {
  background-color: #a5003b;
  color: #fff;
  padding: 5px 0 10px;
  text-align: center;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.bb {
  border-bottom: solid 1px #efebe8;
}

.bt {
  border-top: solid 1px #efebe8;
}

.bl {
  border-left: solid 1px #efebe8;
}

.br {
  border-right: solid 1px #efebe8;
}

.bb-white {
  border-bottom: solid 1px #ffffff;
}

.bt-white {
  border-top: solid 1px #ffffff;
}

.bl-white {
  border-left: solid 1px #ffffff;
}

.br-white {
  border-right: solid 1px #ffffff;
}

.hidden {
  visibility: hidden;
}

.off {
  display: none !important;
}

.element-collapsed {
  display: none;
}

.on {
  display: block !important;
}

.nopointer {
  cursor: default !important;
}

.script {
  display: none;
}

.underlined {
  text-decoration: underline;
}

.form-horizontal label {
  cursor: default;
}

.form-horizontal .controls.checkbox {
  margin-left: 190px;
  display: inline-block;
  vertical-align: top;
}

.form-horizontal label.checkbox-label {
  width: 75%;
  float: none;
  text-align: left;
}

.tooltip .arrow {
  background: url("fUbvo8sMhP7eMCReoPyz055JQifwze2vMy4krUfB86z.png") -11px -12px no-repeat;
  width: 17px;
  height: 9px;
  position: absolute;
  top: -9px;
  background-color: #fff;
}

.keep-in-front {
  z-index: 99;
}

#jwplayer-container {
  background-color: #EFEBE8 !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.5;
  background-color: #6F6B68;
}

.savesearch {
  width: 400px;
  height: 190px;
  padding: 1em;
  border-radius: 0;
  padding-bottom: 0;
}

.searchsend-form {
  margin: 0 0 0;
}

.savesearch-edit-input {
  padding: 1em;
  height: 1.75em;
}

.savesearch-edit-title {
  padding-bottom: 0.25em;
}

.modal {
  box-shadow: 9px 6px 9px rgba(0,0,0,0.33);
  -moz-box-shadow: 9px 6px 9px rgba(0,0,0,0.33);
  -webkit-box-shadow: 9px 6px 9px rgba(0,0,0,0.33);
   border:none !important;
   border-radius: 0px;
   padding: 1em;
   margin-top: -176px !important;
   background-color: #fff;
   width: 560px;
   bottom: auto;
}

.modal-header {
  padding: 0 0 0.7em 0;
  border-bottom: 1px solid #eee;
}

.modal-body {
  font-size: 1em;
  color: #3e3a37;
  font-family: Calibri, Arial, sans-serif;
  position: relative;
  max-height: 220px;
  padding: 1em 1em 0 0;
  text-align: left;
  overflow-y: auto;
}

.modal-body-savesearch {
  font-size: 1em;
  color: #3e3a37;
  font-family: Calibri, Arial, sans-serif;
  padding: 1em 0;
}

.modal-header h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #3e3a37;
  font-family: Calibri, Arial, sans-serif;
  margin: 0;
  line-height: 30px;  
}

#sendSavedSearchesLabel,
#addToSavedSearchesLabel {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e3a37;
  font-family: Calibri, Arial, sans-serif;
}

#modal-header-savesearch {
  padding: 0 0.7em 0.7em 0;
}

.modal-footer-savesearch {
  padding-top: 1em;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer-savesearch button {
  margin: 0;
}

.modal-footer {
  padding: 14px 0px 15px 0px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

#favoritesDeleteConfirmDialog .modal-body,
#deleteSavedSearchesModal .modal-body,
#sendSavedSearchesModal .modal-body,
#sendFavoriteListModal .modal-body,
#msDeleteAccount .modal-body,
#msDeleteApiKey .modal-body {
  padding-bottom: 1em;
}

/* responsive genaral rules */
@media (max-width: 767px) {
  body {
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: hidden;
  }

  h1,h2,h3,h4 {
    font-size: 1.5em;
    line-height: 1.125em;
  }

  h1,h1 a {
    font-size: 1.5em;
  }

  h2,h2 a {
    font-size: 1.250em;
  }

  h3,h3 a {
    font-size: 1em;
  }
}

@media (max-width: 979px) {
  .form-horizontal .input-group {
    white-space: normal;
  }
  .form-horizontal label.error {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .form-horizontal .control-label {
    width: 170px;
  }
}
/* responsive genaral rules - end */
/* genaral rules - end */

/* errors */
.errors-container {
  padding: 10px;
  margin: 5px 0 15px 0;
  border: none;
  background-color: #FDE6EB;
  font-size: 1em;
  color: #A5003B;
  font-weight: bold;
}
.errors-container ul {
  margin:0;
}
.errors-container i {
  margin: 3px 5px 0 0;
}

input[type="text"].error {
  border-color: #A5003B;
}
/* errors - end */

/* messages */
.messages-container {
  padding: 10px;
  margin: 5px 0 15px 0;
  border: green 1px solid;
}
.messages-container ul {
  margin:0;
}
.messages-container i {
  margin: 3px 5px 0 0;
}
/* messages - end */

/* external links */

a[href^="http"]:not(.no-external-link-icon):not(.external-dummy-icon):not(.twitter-logo):not(.fb-logo):not([href^="http://localhost"]):not([href*=".fiz-karlsruhe.de"]):not(.facebook-icon):not(.twitter-icon):not([href*="deutsche-digitale-bibliothek.de"]):before,
.external-link-icon:before{
  content: '';
  width:20px;
  height:20px;
  margin-left: -20px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -30px -388px;
  position:absolute;
}
a[href^="http"]:not(.no-external-link-icon):not(.twitter-logo):not(.fb-logo):not([href^="http://localhost"]):not([href*=".fiz-karlsruhe.de"]):not([href*="deutsche-digitale-bibliothek.de"]),
.external-link-icon {
  padding-left: 20px;
}

/* Exception for links in the openstreetmap */

#mapWindow div:not(#mapContainer) a {
  padding-left: 0px;
  background: none;
}

/* external links - end */

/* Multiselect jquery plugin */

.multiselect-selected-folder {
  background-color: highlight;
  color: highlighttext;
}

/* Multiselect jquery plugin - end */

/* cookie notice */
#cookie-notice {
  background: #efebe8;
  padding-top: 5px;
  padding-bottom: 0;
  display: none;
  color: #3e3a37;
  font-size: 15px;
  line-height: 18px;
}
#cookie-notice .container{
  position: relative;
}
#cookie-notice p{
  padding-right: 50px;
  padding-left: 5px;
}
#cookie-notice p a{
  text-decoration:underline;
}
#cookie-notice .close{
  width: 20px;
  height: 20px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -28px -476px;
  background-color: #e6e6e6;
  border: #ddd 1px solid;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px){
  #cookie-notice {
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
  }
}
/* cookie notice -end */

/* start light boxes individual height and position */
/* base therefore was DDBNEXT-1938: all light boxes are centered horizontally and the height adapted that no vertical scrollbar is needed */
#folderCreateConfirmDialog {
  margin-top: -212px !important; 
}

#folderCreateConfirmDialog .modal-body {
  max-height: 296px !important;
}

#folderCreateConfirmDialog .modal-footer-savesearch {
  border-top: 0 !important;
  padding-right: 1em;
}

#folderEditConfirmDialog {
  margin-top: -272px !important; 
}

#folderEditConfirmDialog .modal-body {
  max-height: 410px !important;
}

#folderDeleteConfirmDialog {
  margin-top: -118px !important; 
}

#favorite-confirmation {
  font-size: 15px;
  line-height: 30px;
  margin-top: -204px !important; 
}

#favorite-confirmation .modal-body {
  max-height: 340px !important;
}

#favorite-confirmation .modal-footer-savesearch {
  border-top: 0 !important;
}

#msDeleteAccount {
  margin-top: -84px !important; 
}

#folder-edit-privacy-area {
  padding-bottom: 1em;
}

#addToSavedSearchesModal,
#editSavedSearchModal,
#deleteSavedSearchesModal {
  margin-top: -94px !important; 
}

#favoritesDeleteConfirmDialog {
  margin-top: -94px !important; 
}

/* end light boxes individual height and position */

/* jwplayer fix */
#jwplayer-container_display_button_buffer,
#mediaspace_display_button_buffer {
  width: 50px !important;
}
/* end - jwplayer fix */

#to-top {
  background-color: #efebe8;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  z-index: 10;
}

#to-top .arrow-up {
  background: url("VABM6OOCM4KNLZuL0M6f5FUWo7BwfmcYI1SClM4m9J8.png") no-repeat;
  background-position: 0 2px;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  width: 15px;
}

#to-top .label {
  line-height: 30px;
  margin-left: 5px;
}

#to-top .label:hover {
  color: #a5003b;
  text-decoration: underline;
}

/* DDB Journal */
.submenu-list .item-links {
  border-bottom: solid 2px #efebe8;
  width: 100%;
}

.submenu-list .col-sm-12>div {
   display: inline-block;
}
 
.submenu-list .right-container {
  line-height: 62px;
  float: right;
}

.submenu-list .page-link {
  font-size: 0.938em;
}

.submenu-list .page-link:before {
  margin-top: 22px;
}

.submenu-list .popup-dialog-title .page-link:before {
  margin-top: 5px;
}

.submenu-list .popup-dialog-wrapper {
  margin-top: -48px !important;
}

.submenu {
  display: inline-block;
}

.submenu a {
  margin-right: 10px;
  text-transform: uppercase;
}

.submenu a.active {
  color: #a5003b;
  font-weight: bold;
}

.icon-user {
  background-position: -168px 0;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

@media (max-width: 767px) {
  .static_marginal {
    border-top: 1px solid #e9e5e2;
  }
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

@media (max-width: 480px) {
  .password-label-fixwidth {
    width: 230px !important;
	}
}


/*
 * Copyright (C) 2014 FIZ Karlsruhe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.back-to-list-greyed-out, .back-to-list {
  padding-left: 24px;
  margin-right: 10px;
}

.back-to-list-greyed-out:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 11px;
  margin-left: -27px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -67px -207px;
  position: absolute;
}

.back-to-list:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 11px;
  margin-left: -27px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -27px -207px;
  position: absolute;
}

.back-to-list>span {
  background: #fff;
}

.item-detail .rights {
  margin: 0 0 27px 0;
}

.page-link:before, .viewer.dfg:before, .xml-link:before, .no-origin:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: -23px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat;
  position: absolute;
}

.page-link, .viewer.dfg, .xml-link, .no-origin {
  margin-right: 30px;
  padding-left: 24px;
}

.no-origin {
  font-size: 0.938em;
  color: rgb(183, 181, 179);
}

.page-link:before {
  background-position: -27px -150px;
}

.viewer.dfg:before {
  background-position: -27px -359px;
  margin-top: 0 !important;
}

.viewer.dfg>span {
  background: #fff;
}

.item-detail .institution {
  margin-top: 1em;
}

.item-detail .institution-border {
  padding-top: 10px;
  border: 1px solid #e9e5e2;
  border-width: 0 0 5px;
}

.item-detail .label-institution {
  font-size: 0.875em;
}

.item-detail .institution .col-sm-3 img {
  margin: 0 15px 0 0;
}

.item-detail .item-description h1 {
  font-weight: bold;
  font-size: 1.375em;
  color: #a5003b;
}

@media ( max-width : 767px) {
  .fields .modified-margins {
    padding-left: 2.3em;
    margin-top: -0.3em;
  }
  .fields .value.modified-margins {
    margin-left: 0px;
  }
}

@media ( min-width : 768px) and (max-width: 979px) {
  .fields .modified-margins {
    padding-left: 2.3em;
    margin-top: -0.3em;
  }
  .fields .value.modified-margins {
    padding-left: 2.3em;
  }
}

@media screen and ( min-width : 980px) {
  .item-detail .institution .col-sm-3 img {
    float: right;
  }
  .fields .modified-margins {
    padding-left: 2.2em;
    margin-top: -0.5em;
  }
  .fields .value.modified-margins {
    padding-left: 15px;
  }
}

@media ( min-width : 1200px) {
  .fields .modified-margins {
    padding-left: 2.8em;
    margin-top: -0.5em;
  }
  .fields .value.modified-margins {
    padding-left: 15px;
  }
}

.institution-name {
  padding-left: 17px;
  height: 25px;
  line-height: 20px;
  background: url("M5WoEBa6NPzI9Sy8WITk8YNQ5zkZ4dESIBzG6RjiIXw.png") no-repeat 0 1px;
  font-weight: bold;
  font-size: 1.125em;
}

.institution-link {
  display: block;
  font-size: 0.875em;
}

.institution-link>span {
  background: #fff;
}

.object-controls {
  line-height: 30px;
  font-size: 0.938em;
}

.object-controls .col-sm-6 {
  margin-left: 0px;
}

.origin {
  margin-top: 15px;
  margin-bottom: 5px;
}

.has-origin {
  padding-left: 23px;
  background-position: -2px -120px;
  font-size: 0.938em;
}

.show-origin {
  padding-left: 17px;
  background-position: -2px -80px;
  margin-right: 30px;
}

.origin .has-origin {
  padding-left: 0;
}

.no-origin:before {
  margin-top: 0;
  background-position: -70px -388px;
}

.ingest-date {
  color: rgb(183, 181, 179);
  font-size: 15px;
  margin-top: 30px;
}

.ingest-date .contextual-help {
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
  position: absolute;
}

.ingest-date .tooltip {
  font-size: 13px;
  width: 370px;
}

.share {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.favorite {
  display: inline-block;
  margin-right: 30px;
}

.favorite-actions {
  padding-left: 20px;
  background: url("LofR9seHFm9Tno3nMGmUh6GQ8aYvafFsE4CBIuJ6NwS.png") no-repeat;
  background-position: -5px 0;
}

.favorite-actions.favorite-add {
  background-position: -6px -68px;
  cursor: pointer;
}

.favorite-actions.favorite-add:hover {
  background-position: -6px -97px;
}

.favorite-actions.favorite-selected {
  background-position: -6px -7px;
}

.favorite-actions.favorite-selected:hover {
  background-position: -6px -37px;
}

.favorite-actions span {
  background: white;
}

.item-nav {
  line-height: 30px;
  text-align: right;
}

.item-nav ul {
  margin-bottom: 0;
  position: relative;
}

.item-nav ul li {
  padding: 0;
}

.item-nav .first-item, .item-nav .last-item {
  text-align: left;
}

.item-nav .prev-item {
  margin-left: 20px;
}

.item-nav .next-item a {
  padding-left: 5px;
}

.item-nav .next-item {
  margin-left: 5px;
  padding-left: 5px;
}

.item-nav .prev-item, .item-nav .next-item {
  color: #b7b5b3;
}

.item-nav .items-overall-index {
  margin-right: 10px;
}

.item-nav.page-nav .extra-controls>div {
  right: 0;
}

.item-nav.page-nav .extra-controls .arrow-container {
  right: -10px;
  left: auto;
}

.fields, .rights {
  font-size: 0.938em;
}

.item-nav-mob {
  display: none;
  width: 100%;
}

.item-nav-mob ul {
  margin-top: 10px;
}

.item-nav-mob ul li {
  margin-top: 3px;
}

.item-nav-mob .prev-item a div, .item-nav-mob .next-item a div, .item-nav-mob .prev-item .disabled-arrow, .item-nav-mob .next-item .disabled-arrow
  {
  width: 40px;
  height: 25px;
  margin-left: 14px;
  background: url("8co5eoiXIPTpjg55WhXqHfro2mVJbJ6C9LKSPnNts6E.png") no-repeat;
}

.item-nav-mob .prev-item a div {
  background-position: 3px -121px;
}

.item-nav-mob .next-item a div {
  background-position: 3px -32px;
}

.item-nav-mob .prev-item .disabled-arrow {
  background-position: 3px -151px;
}

.item-nav-mob .next-item .disabled-arrow {
  background-position: 3px -62px;
}

.item-nav-mob .prev-item span, .item-nav-mob .next-item span {
  display: none;
}

.license-icon {
  margin: -2px 10px 0 0;
  display: inline-block;
}

.fields .organization-link {
  padding-left: 20px;
  background: url("7lA14dMGMAkeIFntTOHj2MsGCNI4m2yxsCBWj0a1FZI.png") no-repeat -2px -246px;
}

.fields .person-link {
  padding-left: 20px;
  background: url("7lA14dMGMAkeIFntTOHj2MsGCNI4m2yxsCBWj0a1FZI.png") no-repeat -2px -140px;
}

.item-links {
  line-height: 30px;
  font-size: 0.938em;
  margin-bottom: 20px;
  width: 100%;
}

.item-links .favorite {
  margin-top: 0 !important;
}

.item-links .link-block, .item-links .page-link-block, .item-links {
  display: inline-block;
}

.xml-link:before {
  background-position: -27px -359px;
}

.xml-link span {
  background: white;
}

.similar-objects .information .hovercard-info-item {
  right: none;
  left: 160px;
  font-size: 0.933em;
}

@media ( max-width : 979px) {
  .object-controls .inline .first-item, .object-controls .inline .last-item {
    display: none;
  }
  .page-link-block {
    display: none !important;
  }
  .similar-objects .information .hovercard-info-item {
    left: 130px;
  }
}

@media ( max-width : 767px) {
  .object-controls .item-nav-left, .item-detail .institution img {
    display: none;
  }
  .object-controls .item-nav {
    text-align: left;
  }
  .col-sm-6.item-nav.fr {
    display: none
  }
  .item-nav-mob {
    display: block;
  }
  .item-nav-mob .inline {
    min-width: 240px
  }
  .item-nav-mob .inline li:first-child {
    padding-left: 0;
  }
  .similar-objects .information .hovercard-info-item {
    left: 100px;
  }
  .back-to-list:before {
    margin-top: 0;
  }
  .item-links {
    display: block;
  }
}

@media ( min-width : 481px) {
  .item-nav-mob .prev-item {
    border-left: none;
  }
}

@media ( max-width : 480px) {
  .item-nav .result-label {
    display: none;
  }
  .item-nav .hit-number+span {
    display: none;
  }
  .item-nav .hit-number:after {
    content: " / ";
  }
  .similar-objects .information .hovercard-info-item {
    left: 50px;
  }
}

.fields .row {
  padding-bottom: 0.5em;
}

@media ( min-width : 768px) and (max-width: 979px) {
  .fields .col-sm-2, .fields .col-sm-4, .share .col-sm-2, .share .col-sm-4, .rights .col-sm-2, .rights .col-sm-4 {
    float: none;
    width: 100%;
    max-width: 724px;
  }
  .item-description {
    width: 100%;
    max-width: 724px;
  }
}

.popup-sendpdf-dialog-wrapper {
  width: 360px;
  height: 150px;
  background: #fff;
  position: absolute;
  box-shadow: 0 10px 48px rgba(50, 50, 50, 0.5);
  border: 1px solid #ddd;
  z-index: 100;
}

.popup-dialog-content input[type="email"] {
  width: 100%;
  padding: 5px 10px 5px 10px;
  font-size: 1.063em;
  font-style: italic;
  box-shadow: none;
}

.popup-sendpdf-dialog-wrapper input[type="email"]:focus {
  border-color: #EFEBE8;
  box-shadow: none;
  outline: none;
}

.popup-sendpdf-dialog-wrapper .btn-padding {
  position: absolute;
  top: 110px;
  right: 16px;
}

.similar-objects {
  padding-top: 10px;
  margin-top: 20px;
}

.similar-objects-item {
  font-size: 0.938em;
  background: url("AYRUQH5T4ENaSz2mixljkzHgqnwvAXgFPAG6D7Pwk42.png") no-repeat scroll 0 0 !important;
  padding-left: 17px;
}

.similar-objects-header {
  cursor: pointer;
  color: #3E3A37;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 30px;
  background: url("VABM6OOCM4KNLZuL0M6f5FUWo7BwfmcYI1SClM4m9J8.png") no-repeat scroll 100% -45px rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0 20px 0 0;
  z-index: 10;
}

.similar-objects-header.active {
  background: url("VABM6OOCM4KNLZuL0M6f5FUWo7BwfmcYI1SClM4m9J8.png") no-repeat scroll 100% -96px rgba(0, 0, 0, 0);
}

.similar-objects .information {
  position: relative !important;
}

.socialmedia {
  display: inline-block;
  float: right;
}

.mobile-socialmedia {
  display: none;
}

@media ( max-width : 767px) {
  .item-links .socialmedia {
    display: none;
  }
  .mobile-socialmedia {
    display: block;
  }
  .mobile-socialmedia .socialmedia {
    float: left;
  }
  .mobile-socialmedia .socialmedia .social-locked {
    position: inherit;
  }
  .mobile-socialmedia .socialmedia .social-locked .social-overlay-container {
    left: 0;
    min-width: 0;
  }
  .mobile-socialmedia .socialmedia .social-locked .social-overlay {
    min-width: 0;
  }
  .mobile-socialmedia .socialmedia .social-open ul {
    text-align: left;
  }
}
/*
 * Copyright (C) 2014 FIZ Karlsruhe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.institution-right-header .view-type-switch {
  float: right;
  margin-top: 20px;
  overflow: hidden;
  text-align: right;
  height: 30px;
}

@media ( max-width : 767px) {
  .summary-text {
    display: none;
  }
  .nonjs-registered-institutions {
    display: none !important;
  }
  .container h1 {
    margin: 10px 0 0 0;
  }
  .container .institutionlist {
    margin-top: 0;
  }
}

.view-type-switch #view-institution-list {
  width: 24px;
  height: 24px;
  background: url("APvwLGuDRzEfLtSxKghLDZSqfPBhiXTwWEUZoQKr6zY.png");
}

.view-type-switch #view-institution-list, .view-type-switch #view-institution-map {
  width: 29px;
  height: 29px;
  box-shadow: none;
  overflow: hidden;
  background: none;
}

.view-type-switch button:before {
  display: inline-block;
  content: url("APvwLGuDRzEfLtSxKghLDZSqfPBhiXTwWEUZoQKr6zY.png");
}

.view-type-switch #view-institution-list:before {
  margin: -60px 0 0 -210px;
}

.view-type-switch #view-institution-list:hover:before {
  margin: -60px 0 0 -210px;
}

.view-type-switch #view-institution-list.selected:before, .view-type-switch #view-institution-list.selected:hover:before,
  .view-type-switch #view-institution-list.selected:focus:before {
  margin: -60px 0 0 -240px;
}

.view-type-switch .ie8-version #view-institution-list.selected:before, .view-type-switch .ie8-version #view-institution-list.selected:hover:before,
  .view-type-switch .ie8-version #view-institution-list.selected:focus:before {
  margin: -60px 0 0 -241px;
}

.view-type-switch #view-institution-map:before {
  margin: -30px 0 0 -210px;
}

.view-type-switch #view-institution-map:hover:before {
  margin: -30px 0 0 -210px;
}

.view-type-switch #view-institution-map.selected:before, .view-type-switch #view-institution-map.selected:hover:before,
  .view-type-switch #view-institution-map.selected:focus:before {
  margin: -30px 0 0 -240px;
}

.view-type-switch .ie8-version #view-institution-map.selected:before, .view-type-switch .ie8-version #view-institution-map.selected:hover:before,
  .view-type-switch .ie8-version #view-institution-map.selected:focus:before {
  margin: -30px 0 0 -240px;
}

.institution-listitem {
  list-style: none;
}

.institution-listitem div {
  padding-left: 18px;
}

.icon-institution {
  background: url("M5WoEBa6NPzI9Sy8WITk8YNQ5zkZ4dESIBzG6RjiIXw.png") no-repeat 0 -1px;
  position: absolute;
  z-index: -1;
}

.icon-child-institution {
  background: url("M5WoEBa6NPzI9Sy8WITk8YNQ5zkZ4dESIBzG6RjiIXw.png") no-repeat 0 -21px;
  position: absolute;
  z-index: -1;
}

.filter {
  display: none;
}

.highlight {
  font-weight: bold;
}

.map .fancybox-toolbar-close {
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -30px -475px;
  display: inline;
}

.sector-facet, .institution-with-data {
  margin: 2px 0;
  line-height: 28px;
  position: relative;
  border: solid 1px #efebe8;
  background-color: #efebe8;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sector-facet .checkbox {
  display: inline;
  cursor: pointer;
}

div.sector-facet>label:hover, div.institution-with-data>label:hover {
  text-decoration: underline;
  color: #a5003b;
}

.selected {
  color: #a5003b !important;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

.sector-facet .checkbox input[type="checkbox"], .institution-with-data .checkbox input[type="checkbox"] {
  float: none;
  margin-top: -3px;
  margin-left: 10px;
  position: inherit;
}

.sector-facet .checkbox, .institution-with-data .checkbox {
  min-height: 0;
}

.institutioncount {
  display: inline-block;
  height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.institutionlist {
  margin-top: 10px;
}

.institutionlist .filter-title {
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #3e3a37;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #EFEBE8;
  height: 30px;
  padding-top: 8px;
  text-rendering: optimizelegibility;
}

@media ( min-width : 768px) and (max-width: 980px) {
  .list .institutionlist .filter-title {
    padding-bottom: 30px !important;
  }
}

.institutionlist #first-letter-index {
  width: 100%;
  margin: 10px 0 !important;
  padding-bottom: 5px;
  border-bottom: 2px solid #EFEBE8;
}

.institutionlist .filter {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.institutionlist .pagination ul {
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding: 0;
}

.institutionlist .pagination ul>li {
  display: inline;
}

.institutionlist .pagination ul>li>a, .institutionlist .pagination ul>li>span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 0 0 !important;
  float: left;
  line-height: 20px;
  text-decoration: none;
  padding: 2px 6px;
}

.institutionlist .pagination ul>li>a:hover, .institutionlist .pagination ul>li>span:hover {
  text-decoration: underline;
}

.institutionlist .pagination ul>.disabled>a:hover, .institutionlist .pagination ul>.disabled>span:hover {
  text-decoration: none !important;
}

.institutionlist .pagination ul>li:last-child>a, .institutionlist .pagination ul>li:last-child>span:hover {
  border: none !important;
}

.institutionlist div>ol {
  margin: 0 0 10px 0 !important;
  padding: 0;
}

.institutionlist .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
}

.institutionlist .multiselect-container {
  left: 0;
  right: 0;
  z-index: 1002;
}

.institutionlist .btn-group>.btn:last-child, .btn-group>.dropdown-toggle, .institutionlist .multiselect-container {
  webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
}

.institutionlist .btn-group, .institutionlist .btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
  width: 100% !important;
}

.institutionlist .btn .caret {
  margin-left: 5px;
}

.institutionlist .filter.visible-xs .filter-title {
  border-bottom: none;
}

@media ( max-width : 767px) {
  .institutioncount {
    padding-top: 9px;
  }
  #institution-list {
    padding-bottom: 10px;
    border-bottom: 2px solid #EFEBE8;
  }
}

.nonjs-registered-institutions {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * Copyright (C) 2014 FIZ Karlsruhe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.facets-head, .compare-header, .time-restriction {
  position: relative;
}

.facets-head .facet-head-text {
  padding: 0;
  margin: 0;
  line-height: 42px;
  font-size: 1em;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
}

.facets-head .contextual-help, .compare-header .contextual-help, .fields .contextual-help, .time-restriction .contextual-help
  {
  position: absolute;
}

.facets-head .contextual-help, .compare-header .contextual-help, .time-restriction .contextual-help {
  right: 0;
  top: 14px;
}

.compare-header .contextual-help {
  top: 2px;
}

.fields .contextual-help {
  position: absolute;
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
}

.facets-list {
  margin-bottom: 10px;
  position: relative;
}

.facets-item, .time-facet {
  margin: 2px 0;
  line-height: 28px;
  position: relative;
  background-color: #efebe8;
}

.facets-item a.h3, .time-facet  a.h3 {
  color: #3e3a37;
}

.facets-list a.h3 {
  color: #3e3a37;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.facets-item>a.h3, .time-facet>a.h3 {
  z-index: 10;
  display: block;
  padding: 0 20px 0 10px;
  background: url("VABM6OOCM4KNLZuL0M6f5FUWo7BwfmcYI1SClM4m9J8.png") no-repeat;
  background-position: 100% -48px;
}

.facets-list .facets-item>a:hover, .facets-list .time-facet>a:hover {
  background-color: #f6f5f3;
}

.facets-list .facets-item.mouseout, .facets-list .time-facet.mouseout {
  background-color: #efebe8;
}

.facets-list .facets-item>a.h3:hover, .facets-list .time-facet>a.h3:hover {
  background-position: 100% -74px;
}

.search-results-container .page-filter, .sort-results-switch {
  line-height: 30px;
  margin-right: 10px;
  text-align: right;
}

.search-results-container .page-filter select, .sort-results-switch select {
  width: 90px;
}

.search-results-container .page-filter label, .sort-results-switch label {
  display: inline;
}

.search-results-container .page-filter span, .sort-results-switch span {
  margin-left: 10px;
}

.page-info-nav {
  display: block;
  overflow: hidden;
  font-size: 0.938em;
}

.page-info, .page-nav {
  line-height: 42px;
  display: inline-block;
}

.page-nav-mob {
  display: none;
  margin-top: 10px;
  overflow: hidden;
}

.page-nav-mob .page-info {
  float: left;
}

.page-nav-mob ul {
  float: right;
  line-height: 30px;
  margin: 0;
}

.flyout-page-nav ul {
  margin-bottom: 0;
}

.flyout-page-nav ul li {
  padding: 0;
}

.flyout-page-nav .prev-page a, .flyout-page-nav .next-page a {
  background: url("p7YEyNIn8f2NIFl1iVhAMp0qEFiRGLpO7ir9S4jM58X.png") no-repeat;
}

.flyout-page-nav .prev-page {
  margin-right: 5px;
}

.flyout-page-nav .prev-page a {
  padding-left: 14px;
  padding-right: 5px;
  background-position: left -61px;
}

.flyout-page-nav .next-page a {
  padding-right: 14px;
  padding-left: 5px;
  background-position: right -41px;
}

.flyout-page-nav .next-page {
  margin-left: 5px;
}

.page-nav-mob .inline {
  margin: 0;
}

.page-nav-mob ul li {
  margin-top: 13px;
}

.page-nav-mob .prev-page a div, .page-nav-mob .next-page a div, .page-nav-mob .prev-page .disabled-arrow, .page-nav-mob .next-page .disabled-arrow
  {
  width: 40px;
  height: 25px;
  margin-left: 14px;
  background: url("8co5eoiXIPTpjg55WhXqHfro2mVJbJ6C9LKSPnNts6E.png") no-repeat;
}

.page-nav-mob .prev-page a div {
  background-position: -2px -121px;
}

.page-nav-mob .next-page a div {
  background-position: 8px -32px;
}

.page-nav-mob .prev-page .disabled-arrow {
  background-position: -2px -151px;
}

.page-nav-mob .next-page .disabled-arrow {
  background-position: 8px -62px;
}

.page-nav-mob .prev-page span, .page-nav-mob .next-page span {
  display: none;
}

.page-nav-mob .type-selection {
  margin-top: 5px;
  width: 100%;
  border: #d4d4d4 1px solid;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  padding: 10px;
  font-size: 16px;
}

.clear-filters {
  background: url("Ag9fRAom3Vavgu76egBYPIFO5ryaP41TFWP1Xlsg0hV.png") no-repeat 6px -40px;
  margin-bottom: 12px;
}

.clear-filters a {
  display: block;
  padding-left: 28px;
  line-height: 18px;
}

.results-paginator-view {
  background: #efebe8;
  padding: 0 12px 0 12px;
  overflow: hidden;
}

.results-paginator-view .group-actions {
  float: left;
  padding-top: 13px;
}

.results-paginator-view .group-actions label:hover {
  text-decoration: underline;
  color: #a5003b;
}

.page-info-nav .view-type-switch {
  background: transparent;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 4px;
  margin-top: 6px;
  text-align: right;
}

.results-paginator-view .view-type-switch {
  float: right;
}

.results-paginator-view .group-actions, .results-paginator-view .view-type-switch, .group-actions label,
  .view-type-switch label {
  display: inline;
}

.results-paginator-view .group-actions input[type="checkbox"] {
  margin-top: -3px;
  float: none;
}

.results-paginator-view .group-actions label {
  margin-right: 15px;
}

.results-paginator-view .group-actions label.disabled {
  color: #878380;
}

.results-paginator-view .group-actions input.disabled {
  cursor: default;
}

.open-paginator-options {
  width: 30px;
  height: 30px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png");
}

.view-type-switch #view-list {
  width: 30px;
  height: 30px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png");
}

.view-type-switch #view-list, .view-type-switch #view-grid, .open-paginator-options {
  width: 30px;
  height: 30px;
  box-shadow: none;
  overflow: hidden;
  background: none;
}

.view-type-switch>div {
  display: inline-block;
}

.view-type-switch div.grid-button-container {
  float: right;
  margin-left: 4px;
}

.view-type-switch button:before, .paginator-options-button button:before {
  display: inline-block;
  content: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png");
}

.paginator-options-button .open-paginator-options:before {
  margin: -120px 0 0 -180px;
}

.paginator-options-button .open-paginator-options:hover:before {
  margin: -120px 0 0 -210px;
}

.paginator-options-button .open-paginator-options.selected:before, .paginator-options-button .open-paginator-options.selected:hover:before,
  .paginator-options-button .open-paginator-options.selected:focus:before {
  margin: -60px 0 0 -240px;
}

.paginator-options-button .ie8-version .open-paginator-options.selected:before, .view-type-switch .ie8-version .open-paginator-options.selected:hover:before,
  .paginator-options-button .ie8-version .open-paginator-options.selected:focus:before {
  margin: -60px 0 0 -180px;
}

.view-type-switch #view-list:before {
  margin: -60px 0 0 -180px;
}

.view-type-switch #view-list:hover:before {
  margin: -60px 0 0 -210px;
}

.view-type-switch #view-list.selected:before, .view-type-switch #view-list.selected:hover:before, .view-type-switch #view-list.selected:focus:before
  {
  margin: -60px 0 0 -240px;
}

.view-type-switch .ie8-version #view-list.selected:before, .view-type-switch .ie8-version #view-list.selected:hover:before,
  .view-type-switch .ie8-version #view-list.selected:focus:before {
  margin: -60px 0 0 -180px;
}

.view-type-switch #view-grid:before {
  margin: -90px 0 0 -180px;
}

.view-type-switch #view-grid:hover:before {
  margin: -90px 0 0 -210px;
}

.view-type-switch #view-grid.selected:before, .view-type-switch #view-grid.selected:hover:before, .view-type-switch #view-grid.selected:focus:before
  {
  margin: -90px 0 0 -240px;
}

.view-type-switch .ie8-version #view-grid.selected:before, .view-type-switch .ie8-version #view-grid.selected:hover:before,
  .view-type-switch .ie8-version #view-grid.selected:focus:before {
  margin: -90px 0 0 -180px;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 6px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.search-results-content .script .view-type-switch, .search-results-content .script .paginator-options-button {
  height: 30px;
}

.search-results-content label {
  font-size: 0.938em !important;
}

.search-results-content .search-results .item {
  padding: 15px 0 15px 0;
  position: relative;
}

.search-results-content .search-results .entities-url {
  font-size: 0.938em;
  margin: -5px 30px 5px 0;
  text-align: right;
}

.search-results-content .search-results .entity {
  background-color: #EFEBE8;
  padding: 10px 0 0 0;
  position: relative;
  margin-bottom: 10px
}

.search-results {
  position: relative;
}

.search-results .search-results-overlay-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
  opacity: 0.90;
  filter: alpha(opacity = 90);
}

.search-results .search-results-overlay-waiting {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.search-results .search-results-overlay-waiting .small-loader {
  position: relative;
  top: 50px;
  left: 45%;
}

.search-results .results-list .title {
  margin: 0;
  line-height: 1.1em;
  max-height: 2.2em;
}

.search-results .results-list.grid .title {
  font-size: 1.063em;
}

.search-results .results-list .summary-main-wrapper .title {
  font-weight: normal;
  max-height: 6.2em;
}

.search-results .results-list .summary-main-wrapper .title a {
  font-weight: normal;
  font-size: 1em;
  word-wrap: break-word;
}

.search-results .results-list .summary-main-wrapper .grid-title {
  font-size: 1em;
}

.search-results .results-list .subtitle {
  font-family: Calibri, Arial, sans-serif;
  line-height: 1em;
  margin: 7px 0 0;
  color: #3e3a37;
  margin-top: 3px;
  word-wrap: break-word;
}

.search-results .results-list .entity-type {
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  margin: -2px 0 7px 0;
  color: #3e3a37;
  word-wrap: break-word;
}

.search-results .results-list .thumbnail {
  margin-bottom: 15px;
}

.institutions .search-results-content .search-results .item .title {
  padding-top: 15px;
}

.institutions .institution-with-data {
  background-color: transparent;
  border: none;
}

.search-results .results-list .thumbnail .persist {
  position: relative;
  text-align: center;
  margin: auto;
  width: 140px;
  height: 105px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.search-results .results-list .entity .thumbnail {
  height: 70px;
  overflow: hidden;
}

.search-results .results-list .entity .thumbnail img {
  display: inline;
  float: right;
  margin-right: 60px;
  margin-top: 0;
  padding-top: 0;
  width: 55px;
}

.search-results .results-list .thumbnail img {
  max-width: 100%;
  max-height: 105px;
  display: block;
  float: none;
  border: 0;
  margin: auto;
  margin-top: 15px;
}

.search-results .results-list .persons-results .thumbnail img {
  padding-top: 0;
  margin-top: 0;
}

.search-results .results-list .thumbnail-entity img {
  max-width: 100%;
  display: block;
  float: none;
  border: 0;
  margin: auto;
}

.thumbnail-wrapper {
  position: unset;
}

.thumbnail-wrapper .item-options {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.thumbnail-wrapper .item-options-ul {
  list-style-type: none;
  margin: 0 0 0 0;
}

.search-results .results-list .matches {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #56524f;
  padding: 0.5em 0 0 0;
}

.search-results .results-list .summary .extra .types li {
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  text-indent: -999em;
  margin-top: 12px;
  background: url("XYR8FcjhcrItIyDSAHqLsbjwDAItBOD4eJs4INQRa1G.png") no-repeat center top;
}

.search-results .results-list .summary .extra .types .image {
  background-position: 0 -38px;
}

.search-results .results-list .summary .extra .types .audio {
  background-position: 0 -95px;
}

.search-results .results-list .summary .extra .types .text {
  background-position: 0 -57px;
}

.search-results .results-list .summary .extra .types .video {
  background-position: 0 -19px;
}

.search-results .results-list .summary .extra .types .unknown {
  background-position: 0 0;
}

.search-results .results-list .summary .extra .types .Institution, .search-results .results-list .summary .extra .types .institution
  {
  background-position: 0 -190px;
}

.search-results .results-list .summary-main {
  min-height: 74px;
}

.search-results .results-list .summary-main .matching-item {
  word-wrap: break-word;
}

.search-results .results-list .summary-entity {
  margin-left: 10px;
  margin-bottom: 10px;
}

.search-results .results-list .summary .information, .search-results .results-list .summary .compare, .search-results .results-list .summary .compare.disabled,
  .search-results .results-list .summary .add-to-favorites, .search-results .results-list .summary .added-to-favorites {
  width: 30px;
  height: 30px;
  background: url("LofR9seHFm9Tno3nMGmUh6GQ8aYvafFsE4CBIuJ6NwS.png") no-repeat;
}

.search-results .results-list .summary .information, .search-results .results-list .summary .compare, .search-results .results-list .summary .add-to-favorites
  {
  cursor: pointer;
}

.search-results .results-list .summary .information {
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") -24px -84px no-repeat;
  position: relative;
}

.search-results .results-list .summary .compare {
  background-position: 0 -122px;
}

.search-results .results-list .summary .compare.disabled {
  background-position: -30px -122px;
}

.search-results .results-list .summary .add-to-favorites {
  background-position: 0 -60px;
}

.search-results .results-list .summary .added-to-favorites {
  background-position: 0 0;
}

.search-results .results-list .summary .information:hover {
  background-position: -24px -84px;
}

.search-results .results-list .summary .compare:hover :not (.disabled ) {
  background-position: 0 -152px;
}

.search-results .results-list .summary .information.show-favorites {
  margin-right: 30px;
}

.search-results .results-list .summary .add-to-favorites:hover {
  background-position: 0 -90px;
}

.search-results .results-list .summary .added-to-favorites:hover {
  background: url("LofR9seHFm9Tno3nMGmUh6GQ8aYvafFsE4CBIuJ6NwS.png") no-repeat 0 -30px;
}

.search-noresults-content .noresults {
  margin-top: 20px;
  margin-bottom: 5px;
}

.search-noresults-content .noresults .reset-selection {
  margin-top: -10px;
}

.search-noresults-content .noresults .reset-selection-url {
  color: #a5003b;
  font-weight: bold;
}

.results-paginator-options {
  border-bottom: solid 2px #efebe8;
}

.results-paginator-options label {
  cursor: default;
}

.results-list .item .summary, .results-list .item .comment {
  padding-bottom: 5px;
}

.results-list.grid .item {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  height: 215px;
  width: 202px;
  vertical-align: top;
}

.results-list.grid .item .summary {
  position: relative;
  height: 100%;
}

.results-list.grid .summary-main-wrapper .summary-main {
  min-height: 0;
}

.results-list.grid .summary-main-wrapper .summary-main .subtitle, .results-list.grid .summary-main-wrapper .summary-main .matches,
  .results-list.grid .summary-main-wrapper .extra {
  display: none;
}

.results-list .thumbnail {
  display: block;
}

.results-list.grid .thumbnail .persist {
  display: initial;
}

.facets-list .active {
  background-color: #fff;
  border: solid 1px #cfcecc;
  position: relative;
}

.facets-list .active>a.h3 {
  font-weight: bold;
  background: none;
  cursor: default;
}

.facets-list .active>a.h3:focus, .facets-list .active>a.h3:active {
  outline: none;
}

.facets-item>ul {
  margin-bottom: 0;
}

.facets-item>ul li {
  line-height: 28px;
  display: block;
  color: #4c4a48;
  position: relative;
  border-top: 1px #dcd5d1 solid;
  padding: 0 10px;
  margin: 0;
}

.facets-item>ul a {
  position: static;
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  overflow: hidden;
}

.facets-item>ul a .count {
  float: right;
  display: block;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0;
}

.facets-item>ul a .label {
  text-overflow: ellipsis;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0;
}

.facets-item>ul a.selected .label {
  font-weight: bold;
}

.facets-container .tooltip, .compare-header .tooltip, .fields .tooltip, .time-restriction .tooltip {
  font-size: 0.813em;
}

.fields .tooltip {
  width: 370px;
  margin: 10px;
}

.facets-container .tooltip {
  left: 50%;
  width: 100%;
}

.keep-filters input {
  margin: 3px 2px 10px 10px;
}

.compare-header .tooltip {
  left: 46%;
  margin: 10px;
}

/*Facets flyout*/
.flyout-left-container {
  width: 100%;
  height: auto;
  background: #fff;
}

.flyout-right-container {
  min-height: 71px;
  min-width: 250px;
  background: #fff;
  position: absolute;
  z-index: 1;
  float: left;
  margin-left: 100%;
  top: -1px;
  border-top: solid 1px #cfcecc;
  border-right: solid 1px #cfcecc;
  border-bottom: solid 1px #cfcecc;
  box-shadow: #999 -8px 18px 32px -11px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.875em;
}

.flyout-right-head {
  font-weight: bold;
  border-bottom: #ddd 1px solid;
  width: 100%;
  overflow: hidden;
}

.selected-items {
  margin: 0 10px !important;
}

.input-search-fct-container {
  margin: 0 10px;
  line-height: 40px;
}

.input-search-fct-container .input-search-fct {
  width: 100%;
}

.flyout-left-container>div, .selected-items li {
  border-top: #ddd 1px solid;
}

.flyout-right-body {
  margin: 10px 0 10px 0;
}

.flyout-right-body.body-extender .left-col, .flyout-right-body.body-extender .right-col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.flyout-right-body .left-col>li, .flyout-right-body .right-col>li {
  background: #efebe8;
  padding: 5px 5px 5px 5px;
  margin-bottom: 2px;
  line-height: 15px;
}

.flyout-right-body.body-extender .left-col>li {
  margin-right: 5px;
}

.flyout-right-body.body-extender .right-col>li, .flyout-page-nav .pages-overall-index span {
  margin-left: 5px;
}

.flyout-right-body .left-col>li a {
  display: block;
}

.flyout-right-body .left-col>li span, .flyout-right-body .right-col>li span {
  float: right;
  margin-left: 5px;
}

.body-extender {
  width: 500px;
}

.flyout-page-nav {
  font-weight: normal;
}

.flyout-right-body .left-col>li, .flyout-right-body .right-col>li {
  cursor: pointer;
}

.flyout-right-body .left-col>li:hover, .flyout-right-body .right-col>li:hover, .add-more-filters:hover {
  text-decoration: underline;
  color: #a5003b;
}

.selected-items li, .add-more-filters {
  position: relative;
  line-height: 28px;
  color: #4c4a48;
  font-size: 0.875em;
}

.selected-items .facet-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0;
  margin-right: 20px;
}

.selected-items .facet-remove, .add-more-filters .icon {
  width: 20px;
  height: 20px;
  background: url("Ag9fRAom3Vavgu76egBYPIFO5ryaP41TFWP1Xlsg0hV.png") no-repeat 5px -40px;
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
}

.selected-items .facet-remove:hover {
  background-position-y: -60px;
}

.selected-items .role-facet {
  background: url("vlRp54hmepdmQJBUkHBQoT7QgkRKoGsBDeueYINXolI.png") no-repeat 0px -62px;
  position: relative;
  border-top: none;
}

.selected-items .role-facet:last-child {
  background: url("sYE8vINZscrS3S6VD8oCIRVzv8Gg9DwMWE8aGmlLA3t.png") no-repeat 0px -10px;
}

.role-facet .role-facet-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0;
  margin-left: 20px;
  background: #fff;
  padding-left: 10px;
}

.role-facet .role-facet-checkbox {
  position: absolute;
  right: -8px;
  top: 2px;
}

.role-facets-list {
  list-style: none outside none;
  margin-left: 0
}

.role-facets-list .role-facet {
  background: url("NDpXxdwb7yrCCOCfRLMUpLftzG6eAhXV3GoAkBHwVSB.png") no-repeat 0px -16px;
  position: relative;
  border-top: none;
  margin
  =0px;
}

.role-facets-list .label {
  margin-left: 45px;
}

.add-more-filters {
  margin: 0 10px;
  cursor: pointer;
}

.add-more-filters .icon {
  background-position: 5px -80px;
}

.add-more-filters:hover .icon {
  background-position-y: 5px -100px;
}

.small-loader {
  height: 24px;
  width: 24px;
  background: url("YMTvUZj5RdP1TA358HB3DthTNZZmezDjpenioMf7w3k.gif") no-repeat 0 0;
  margin: 10px;
}
/*Flyout end*/

/* responsive */
@media ( max-width : 1200px) {
  .results-paginator-options {
    padding-left: 20px;
  }
}

@media ( max-width : 979px) {
  .search-results-list .summary .thumbnail {
    margin-right: 40px;
  }
  .search-results .results-list .thumbnail .persist {
    display: inline;
  }
  .search-results .results-list .entity .thumbnail img {
    margin-right: 20px;
  }
}

@media ( min-width : 768px) and (max-width: 979px) {
  .page-info-nav .results-label {
    display: none;
  }
  .page-info-nav .results-overall-index+span {
    display: none;
  }
  .page-info-nav .results-overall-index:after {
    content: " /";
  }
}

@media ( max-width : 480px) {
  #favorite-confirmation {
    left: 10px !important;
    margin-left: 0 !important;
  }
}

@media ( max-width : 767px) {
  .summary .extra, .results-paginator-options, .results-paginator-view .group-actions, .results-paginator-view, .page-nav
    {
    display: none;
  }
  .search-results-content .view-type-switch {
    display: none;
    visibility: hidden;
  }
  .page-nav-mob {
    display: block;
  }
  .page-info-nav {
    border-top: solid 1px #efebe8;
    border-bottom: solid 1px #efebe8;
  }
  .page-info-nav .prev-page {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .page-info-nav .next-page {
    margin-right: 0;
    padding-right: 0;
    margin-left: -2px;
    padding-left: 0;
  }
  .page-info-nav .page-info {
    margin-top: 5px;
  }
  .search-results .results-list li:first-child {
    border-top: none;
  }
  .search-results .summary-main {
    margin-right: 40px;
  }
  .search-results .results-list .summary .compare {
    display: none;
  }
  .search-results .results-list .summary-main {
    min-height: 0;
  }
  .search-results .results-list .summary .compare.disabled {
    display: none;
  }
  .search-results .entity-list .summary-main-wrapper-gnd {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    width: 70%;
  }
  .search-results .entity-list  .summary-main {
    margin-right: 0;
  }
  .search-results .entity-list .summary-main h2 {
    padding-right: 0;
  }
  .search-results .entity-list .thumbnail-wrapper {
    float: right;
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
    width: 90px;
    vertical-align: center;
  }
  .search-results-list .summary .thumbnail {
    margin-right: 0;
  }
  .search-results .entity-list .entity .thumbnail img {
    margin-right: 0;
  }
  .search-results-content .search-results .entities-url {
    margin-right: 0;
  }
}

@media ( min-width : 481px) {
  .page-nav-mob .prev-page {
    border-left: none;
  }
}

@media ( max-width : 480px) {
  .page-info-nav .results-label {
    display: none;
  }
  .page-info-nav .results-overall-index+span {
    display: none;
  }
  .page-info-nav .results-overall-index:after {
    content: " /";
  }
}
/* responsive - end */
.searchSuggestion {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.searchSuggestion a {
  color: #a5003b;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
}

#favorite-folders {
  width: 100%;
  font-size: 1em;
}

.add-to-saved-searches {
  width: 19px;
  height: 19px;
  background: url("LofR9seHFm9Tno3nMGmUh6GQ8aYvafFsE4CBIuJ6NwS.png") no-repeat -5px -66px;
  cursor: pointer;
  padding-left: 3px;
  float: left;
}

.add-to-saved-searches:hover {
  background-position: -5px -96px;
}

.added-to-saved-searches {
  width: 19px;
  height: 19px;
  background: url("LofR9seHFm9Tno3nMGmUh6GQ8aYvafFsE4CBIuJ6NwS.png") no-repeat -5px -6px;
  padding-left: 3px;
  float: left;
}

.added-to-saved-searches:hover {
  background-position: -5px -36px;
}

#addToSavedSearchesAnchor {
  cursor: pointer;
  font-size: 15px;
  margin-left: 4px;
}

#addToSavedSearchesTitle {
  width: 100%;
}

.compare-main .comparison-cancel-button {
  position: absolute;
  right: 0;
  cursor: pointer !important;
  width: 15px;
  height: 15px;
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -30px -477px;
}

.compare-objects {
  margin-top: 15px;
  padding: 15px 10px;
}

.compare-objects hr {
  border: solid 1px;
  color: #EFEBE8;
  margin-bottom: 5px;
}

.compare-object {
  position: relative;
  text-align: center;
  height: 118px;
  width: 118px;
  max-height: 118px;
  max-width: 118px;
}

.compare-object .compare-default-pic {
  background-image: url("LKnX8rTI32QGeMc6wXjREGRMgoXUyDv5nsBPNJJmJpZ.png");
  height: 36px;
  width: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -36px;
  margin-left: -23px;
}

.compare-objects .compare-main {
  margin-bottom: 15px;
}

.compare-objects .compare-header {
  margin-bottom: 15px;
}

.compare-objects .compare-footer {
  margin-top: 15px;
  line-height: 28px;
  position: relative;
  background-color: #efebe8;
  text-align: center;
  font-weight: bold;
}

.compare-objects .compare-footer a {
  cursor: pointer;
}

.compare-objects .compare-footer .button {
  padding: 0;
}

.compare-objects #compare-button, .compare-objects #compare-button:hover {
  text-decoration: none;
}

.compare-objects .compare-footer .compare-disabled:hover {
  text-decoration: none;
}

.compare-objects .compare-link {
  cursor: pointer;
}

.compare-objects .compare-default, .compare-objects .compare-link {
  display: table-cell;
  vertical-align: middle;
  max-height: 130px;
  max-width: 130px;
  margin: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.compare-objects .compare-default {
  vertical-align: -72px;
  display: inline;
  color: #adadad;
}

.compare-objects .compare-img {
  overflow: hidden;
  max-height: 85px;
  max-width: 118px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EFEBE8;
}

.compare-objects .compare-object {
  display: block;
  margin-top: 4px;
}

@media ( max-width : 979px) {
  .compare-object {
    height: 140px;
    width: 140px;
    max-height: 140px;
    max-width: 140px;
  }
  .compare-objects .compare-img {
    max-height: 105px;
    max-width: 140px;
  }
}

@media ( min-width : 980px) {
  .compare-objects .compare-object {
    display: inline-block !important;
  }
}

@media ( min-width : 980px) and (max-width: 1199px) {
  .compare-objects .compare-object {
    height: 95px;
  }
  .compare-objects .compare-img {
    max-height: 68px;
    max-width: 95px;
  }
}

.compare-objects .compare-table {
  display: table;
  width: 100%;
  height: 100%;
}

.compare-objects .button-disabled {
  padding: 6px 10px;
  color: #d3d3d3;
  border: 1px;
  text-decoration: none;
  cursor: default;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.paginator-options-button {
  float: right;
  margin-top: 6px;
}

.paginator-options-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.paginator-options-overlay .results-paginator-options {
  border-bottom: none;
  padding-left: 0;
}

.paginator-options-overlay .paginator-options-container {
  background: #fff;
  padding: 1em;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 310px;
  margin-left: -140px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 32px;
}

.paginator-options-overlay .paginator-options-header {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.7em;
}

.paginator-options-overlay .paginator-options-header .close-overlay {
  width: 20px;
  height: 20px;
  background: url("Ag9fRAom3Vavgu76egBYPIFO5ryaP41TFWP1Xlsg0hV.png") no-repeat 5px -40px;
  top: 4px;
  right: 0;
  cursor: pointer;
}

.paginator-options-overlay .paginator-options-body {
  margin-top: 5px;
  padding: 0.7em 0;
}

.paginator-options-overlay .paginator-options-footer {
  padding-top: 1em;
}

.paginator-options-overlay .paginator-options-footer .button {
  padding: 0;
  width: 135px;
  text-align: center;
  margin-left: auto;
}

.end-result-border {
  margin-top: -10px;
}

.summary-main.grid-title .title {
  padding-right: 30px;
}

.search-results .registered-institution {
  background: url("Hskwh7xMpNjhUCjFR18kwaOqNlHat409Aa5gSCE2grs.png") no-repeat;
  cursor: help;
  display: inline;
}

.search-results .results-list.grid .title {
  text-align: center;
}

.search-results .results-list.grid {
  float: left;
  margin-top: -15px;
  text-align: left;
}

.results-list.grid .thumbnail a {
  padding-right: 30px;
  display: block;
}

.results-list.grid .item.bt {
  border-top: 0;
}

.results-list.grid .summary {
  border-top: solid 1px #efebe8;
}

.page-info-nav.grid {
  border-bottom: solid 1px #efebe8;
}


.olMap {
  width: 100%; 
  height: 100%;
  position: relative;
}

.olMap .osm-load-waiting {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
}

.olMap .osm-load-waiting-div {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  filter: Alpha(opacity=20);
}

.olMap .osm-load-waiting-img {
  background: url("SRKu22FYn5oBeUTglmOj6AgEpbLW7JbsWFJc2dFfy8M.gif") no-repeat 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}


/* Controls start */

.olMap .olControlDDBHome {
  left: 19px;
  width: 26px;
  top: 205px;   
}

@media (max-width: 767px) {
  .olMap .olControlDDBHome {
    top: 130px;
    left: 19px !important;
    width: 40px;
    height: 40px;
  }
}

.olMap #OpenLayers_Control_Zoom_5 {
  display: none !important;
}

.olMap .olControlAttribution {
  bottom: 5px;
  right: 10px;
}

.olMap .olControlAttribution {
    bottom: 8px;
    color: #56524F;
    font-size: 11px;
    right: 5px;
}

.olMap .olControlAttribution a {
  background: none !important;
  padding-left: 0px !important;
}

/* Controls end */

/* Popup start */

.olMap .fancybox-toolbar-close {
  width: 18px;
}

.olMap img {
  margin: 0px !important;
  height: auto;
  max-width: 100%;
}

.olMap #institutionPopup_GroupDiv {
}

.olMap .modal-body {
  padding: 1em 0 0 0;
}

.olMap .olFramedDDBPopupContent {
  background-color: #FFFFFF;
}

.olMap .olPopupCloseBox {
  background: url("82kQ4yoiaecmbrLer6g7UDInPytwhGirjw5M1q6ahek.png") no-repeat -30px -475px !important;
  width: 18px !important;
  height: 18px !important;
  right: 35px !important;
  top: 17px !important;
}

.olMap .olPopupDDBContent {
  margin: 0 4px 4px 0;
}

.olMap .olPopupDDBHeader {
  height: 20px;
  font-weight: bold;
}

.olMap .olPopupDDBBody {
  margin-top: 5px;
  padding-bottom: 5px;
}

.olMap .olPopupDDBScroll {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto; 
  /*
  overflow: scroll;
  */
  -webkit-overflow-scrolling: touch;
  /*
  overflow-scrolling: touch;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: static;
  */
}

.olMap .olPopupDDBContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.olMap .olPopupDDBContent ul li {
  background: url("AYRUQH5T4ENaSz2mixljkzHgqnwvAXgFPAG6D7Pwk42.png") no-repeat scroll 0 0 !important;
  padding-left: 17px;
}

.olMap .olPopupDDBContent li ul li {
  background: url("Dp9P5sFdv6vISWlvHO9zrBuhYxzIOGkneyopD3B0VvJ.png") no-repeat scroll 0 0 !important;
  padding-left: 17px;
}

.olMap .olControlAttribution a[href^="http"]:not(.no-external-link-icon):not([href^="http://localhost"]):not([href*=".fiz-karlsruhe.de"]):not([href*="deutsche-digitale-bibliothek.de"]):before {
  background: none !important;
}

.olMap .outside-cluster a {
  color : #a0a0a0 !important;
}

.olMap .inside-cluster a {
  color : #3e3a37 !important;
}

/* Popup end */

/*
 * Copyright (C) 2014 FIZ Karlsruhe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 
/* Displaying only the logo as header*/
.print-logo {
  display: block !important;
  border-color: #efebe8;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.print-logo img {
  margin-left: 0;
}

/* Removing unwanted elements */

header, .header, 
footer, .footer,
.cookie-notice,
.facets-container, .results-paginator-options, .page-info-nav, .page-info-nav, .page-info-nav,
.results-paginator-view, .information, #print-nav, .item-options, .paginator-options-button, .entities-url,
.object-controls, .origin, .slide-viewer .tabs, .sibling-count, .similar-objects-header,
.group-operator, .add-group-button,
#first-letter-index li,
.institutionlist .col-sm-3, .institutionlist .multiselect-container, .institutionlist .filter-title, .institutionlist .multiselect,
.institution-item-page #divOSM .olButton, 
#articles-prev, #articles-next, .link-adv-search, .contextual-help,
#divOSM .sliderStyle-vertical, #divOSM .mapHome,
#mapContainerDiv .sliderStyle-vertical, #mapContainerDiv .mapHome,
.favorites-results-container .bookmarks-container, .favorites-results-content .results-pagination,
.favorites-results-container .email-block, .favorites-results-container .comment-container .comment-input,
.favorites-results-container .comment-container .comment-button, .favorites-results-container #favorites-copy,
.favorites-results-container #favorites-remove, #favoritesCopyDialog, #folderCreateConfirmDialog,
#folderDeleteConfirmDialog, #folderEditConfirmDialog,
.favorites-results-content .remove-item-check, .favorites-results-content .select-all, .favorites-results-head > .col-sm-8,
.favorites-results-head hr, #favorite-confirmation, .item-detail .favorite, #favoritesModal, #msDeleteFavorites,
#favoritesDeleteConfirmDialog, .favorites-results-controls, #sendSavedSearchesModal, #deleteSavedSearchesModal,
#editSavedSearchModal,
.lists-header .right-container, .lists-main .lists-menu, .lists-main .lists-content .lists-paginator-options,
.item-links, .share,
.entity-page .entity-controls, .entity-page .external-icon, .entity-page .external-dummy-icon, .entity-page .search, .entity-page > hr, .entity-page .row .col-sm-3 > hr,
.compare .row .compare-links, .compare .compare-body .institution .institution-link:before, .institution-border,
.public-favorites .favorites-results-head, .public-favorites .folder-information-container #public-folders, .public-favorites .folder-information-container strong,
.public-favorites .folder-information-container br, .public-favorites .favorites-results-content .favorites-results .results-list .rank, #sendFavoriteListModal,
.favorites-results-container .favorites-results-content .favorites-results .rank-wrapper{
  display: none !important;
}

.fl {
  float: none !important;
}

/* Search page */
.print-tabulator {
  display: block !important;
  margin-top: 14px;
}

.results-list, .matches, #previews-list {
  list-style: none;
}

.results-paginator-options .tabulator li.print {
  display: block !important;
}

.entity-list .entity {
  display: block;
  width: 650px !important;
  background-color: #fff !important;
  min-height: 120px;
  page-break-inside: avoid;
}

.entity-list .entity .summary-main-wrapper {
  margin-left: -10px;
}

.results-list .item {
  display: block;
  min-height: 120px;
  width: 650px !important;
  page-break-inside: avoid;
}

.results-list.grid {
  width: 650px !important;
  padding: 0 !important;
  margin-left: 5px !important;  
}

.results-list.grid .item {
  display: inline-block;
  margin-left: -5px;
  width: 214px !important;
  page-break-inside: avoid;
  padding: 15px 0 15px 0 !important;
  border-width: 2px 0 0 0 !important;
}

.results-list.grid .thumbnail-wrapper {
  margin-left: 0 !important;
  width: 214px !important;
}

.results-list.grid .summary-main-wrapper {
  width: 214px !important;
  top: 120px;
}

.results-list.grid .extra {
  display: none !important;
}

.search-results-list .summary-main-wrapper {
  width: 490px;
  position: relative;
}

.search-results-list > ul, .search-results-list > ol {
  margin-top: 1em;
}

.results-list.grid .item .thumbnail-wrapper {
  margin-left: 0;
  position: relative;
}

.results-list.grid .item .summary-main-wrapper {
  position: static;
}

.search-results-list .thumbnail-wrapper {
  width: 160px;
  top: 0;
  position: absolute !important;
  margin-left: 490px !important;
}

.search-results .results-list .entity .thumbnail {
  height: auto;
}

.search-results .results-list .entity .thumbnail img {
  padding-top: 15px;
  width: auto !important;
  margin: auto;
  float: none;
  display: block;
}

.search-results-list .grid .thumbnail-wrapper {
  position: relative !important;
}

.search-results-list .thumbnail-wrapper .item-options {
  border: none;
}

.results-list h2 {
  font-size: 1em;
}

.search-results .results-list .summary-main-wrapper .title a {
  font-size: 1.3em;
}

.search-results .results-list.grid .summary-main-wrapper .title a {
  font-size: 1.0em !important;
}

.search-results .results-list .matches {
  font-size: 1em;
  line-height: 16px;
}

.results-list .summary {
  position: relative;
}

.results-list .extra {
  display: none !important;
  min-height: 20px;
}

.results-list .extra ul {
  list-style: none outside none;
  margin-left: -40px; 
}

.page-info-nav .page-info {
  margin-top: 15px;
  line-height: normal;
}

.results-list .bt {
  border-color: #efebe8;
  border-style: solid;
  border-width: 2px 0 0 0;
}

.search-results-content .page-info-nav {
  border-color: #efebe8;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-bottom: 15px;
}

.search-results-content .page-info-nav.grid {
  border: none !important;
  padding-bottom: 0 !important;
}

.search-results-content .page-info-nav .results-label {
  display: inline;
}

.search-results-content .page-info-nav .results-overall-index + span {
  display: inline;
}

.search-results-content .page-info-nav .results-overall-index:after {
  content: "";
}

/* Search page - end*/


/* Item detail-view page*/
.item-detail .institution-name {
  padding-left: 0;
  background-image: none;
}

.item-detail .institution {
  border: 1px solid #e9e5e2;
  border-width: 0 0 2px 0 !important;
  height: 120px;
  margin-top: 0;
  padding-bottom: 10px;
}

.item-detail .institution .col-sm-10 {
  display: inline-block;
  width: 480px;
}

.item-detail .institution .col-sm-2 {
  display: inline-block;
  width: 130px;
}

.item-detail .institution .col-sm-9 {
  position: absolute;
  width: 450px;
  margin-top: 10px;
  
}

.item-detail .institution .col-sm-3 {
  position: absolute;
  width: 160px;
  margin-left: 510px !important;
  margin-top: 10px;
}

.item-detail .institution .row {
  position: relative;
}

.item-detail .institution .col-sm-3 img {
  float: right;
  display: block;
}

.item-detail #previews-list {
  margin: 15px 0 0 0;
  padding-left: 0;
}

.item-detail .slide-viewer {
  font-size: 0.938em;
}

.item-detail .slide-viewer img {
  margin-left: 0;
}

.item-detail.linkurl {
  font-size: 0.938em;
  display: block !important;
  margin-top: 10px;
  padding-top: 10px;
  border-color: #efebe8;
  border-style: solid;
  border-width: 2px 0 0 0;
}

.item-detail .item-description {
  margin-bottom: 10px;
}

.item-detail .item-description .col-sm-4 {
  display: inline-table;
  width: 200px;
}

.item-detail .item-description .value {
  display: inline-table;
  width: 400px;
}

.item-detail .item-description .value .no-external-link-icon {
  margin-left: 0;
}

.item-detail .item-hierarchy {
  font-size: 0.938em;
  margin-top: 10px;
  padding-top: 10px;
  border-color: #efebe8;
  border-style: solid;
  border-width: 2px 0 0 0;
}

.item-detail .item-hierarchy .field-header {
  font-weight: bold;
}

.item-detail .modified-margins {
  margin-left: 1.1em;
}

.item-detail .value.modified-margins {
  margin-left: -1.1em;
}

.item-detail .item-hierarchy-result ul {
  margin-left: -20px;
  list-style: square;
}

.item-detail .item-hierarchy-result li {
  min-height: 20px;
}

.item-detail .item-hierarchy-result li .current-node {
  font-weight: bold;
}

.item-detail .item-hierarchy .branch-type, .item-hierarchy .leaf-indicator {
  display: none;
}

.similar-objects.bt {
  border-top: none;
}
/* Item detail-view - end */


/* Advanced search */
.search-group {
  display: block !important;
}
/* Advanced search - end */


/* Institutions list */
#first-letter-index li.active {
  display: block;
}
/* Institutions list -end */


/* Institution details */
.institution-item-page #divOSM { 
  position: relative;
  clear: right;
  width: 476px;
  height: 300px;
  line-height: 0;
  background-color:#efebe8;
  overflow: hidden;
  font-size:0.938em;
  font-style: italic;
  margin: 40px 0 0 80px;
  border: 1px solid black;
}

.institution-item-page .locations .olMap {
  width: 100%;
  height: 100%;
  position: relative;
}

.institution-item-page .institution {
  border-width: 0 0 2px 0;
  padding: 10px 0 10px 0;
}

.institution-item-page .institution .count {
  font-size: 0.682em;
  font-weight: normal;
  color: #3e3a37;
}

.institution-item-page .institution-list {
  list-style: square;
  margin-left: -20px;
}

.institution-item-page .institution-listitem {
  list-style: square;
}

.institution-item-page .institution {
  border-width: 0 0 2px 0 !important;
  height: 120px;
  margin-top: 0;
}

.institution-item-page .institution .col-sm-9 {
  position: absolute;
  width: 480px;
  margin-top: 20px;
}

.institution-item-page .institution .col-sm-3 {
  position: absolute;
  width: 130px;
  margin-left: 515px !important;
  margin-top: 10px;
}

.institution-item-page .institution .col-sm-3 img {
  display: block;
}

.institution-item-page .institution h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}

.institution-item-page .space {
  margin-right: 6px;
}

.printViewUrl {
  display: block !important;
  border-color: #efebe8;
  border-style: solid;
  border-width: 2px 0 0 0;
  padding: 10px 0 10px 0;
  margin-top: 100px;
}

.institution-item-page .institution a {
  margin-left: -20px;
}

.institution-item-page .institution .count {
  margin-left: 0;
}
/* Institution details - end */


/* Favorites list page */

.favorites-results .item {
  display: block;
  margin-left: -40px;
  min-height: 105px;
  width: 640px !important;
  page-break-inside: avoid;
}

.favorites-results-controls .results-sorter .col-sm-6 {
  display: inline-block;
  width: 500px;
  padding-left: 5px;
}

.favorites-results-controls .results-sorter .added-on {
  display: inline-block;
  width: 110px;
}

.favorites-results .summary-main-wrapper {
  width: 340px;
  position: relative;
}

.favorites-results .thumbnail {
  width: 160px;
  top: 0;
  position: absolute !important;
  margin-left: 350px !important;
  margin-top: 0;
}

.favorites-results .created-at {
  width: 120px;
  top: -5px;
  position: absolute !important;
  margin-left: 510px !important;
}

.favorites-results .results-list .summary-main-wrapper .title a {
  font-weight: normal;
}

.favorites-results-controls .results-sorter {
  background: #efebe8;
  -webkit-print-color-adjust: exact;
  line-height: 28px;
}

.favorites-results .comment-container {
  margin-top: 45px;
}

.lists {
  margin-top: 20px;
}

.lists .lists-header {
  margin-bottom: 20px;
}

.list-items list-unstyled,
.list-items ol.unstyled {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}

.list-items .item {
  padding: 15px 0;
  display: block;
  min-height: 120px;
  width: 650px !important;
  page-break-inside: avoid;
}

.list-items .item.bb:first-child {
  border-top: solid 1px #efebe8;
}

.list-items .summary {
  position: relative;
}

.list-items .summary-main-wrapper {
  width: 490px;
  position: relative;
}

.list-items .thumbnail-wrapper {
  width: 160px;
  top: 0;
  position: absolute !important;
  margin-left: 490px !important;
}

.list-items .thumbnail-wrapper img {
  max-width: 140px;
  max-height: 105px;
  display: block;
  float: none;
  border: 0;
  margin: auto;
  padding-top: 15px;
}

.list-items .title {
  padding: 0 35px 0 0;
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  font-size: 1em;
  max-height: 6.2em;
}

.list-items .item-details {
  font-family: Calibri,Arial,sans-serif;
  line-height: 1em;
  margin: 7px 0 0;
  color: #3e3a37;
  margin-top: 3px;
  word-wrap: break-word;
}

.list-items h2 {
  font-size: 1em;
}

.print-header {
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #3e3a37;
  line-height: 1.5em;
}
/* Favorites list page - end */

/* Person page */
.caroufredsel_wrapper {
  width: 800px !important;
}

.entity-page .preview-item {
  float: left;
  width: 160px;
}

.entity-page .preview-item-image {
  text-align: center;
}

.entity-page .caption {
  left:0;
  bottom:0;
  font-size: 0.875em;
  height: 36px;
  line-height: 18px;
  text-overflow: ellipsis;
  text-align: center;
  max-width: 160px;
  padding: 0.5px 0.5px 0.5px 0.5px;
}

.entity-page .carousel {
  margin-bottom: 20px;
}
/* Person page - end */

/* Compare page */
.compare .compare-body {
  border-color: #efebe8;
  border-style: solid;
  border-width: 2px 0 0 0;
  margin-top: 15px;
  padding-top: 10px;
}

.compare ul.previews-list {
  list-style: none;
}

.compare .item-detail .institution {
  height: auto;
  max-height: 120px;
  border: none;
}
/* Compare page - end */

/* Public Favorite page */
.public-favorites .title h1{
  margin-bottom: 0;
}

.public-favorites .folder-information-container p.date-info {
  margin-top: 0;
}
.favorites-results .results-list .thumbnail img {
  max-width: 140px;
  max-height: 105px;
  display: block;
  float: none;
  border: 0;
  margin: auto;
}

.favorites-results .results-list .item {
  padding: 15px 0 30px 0;
}

.favorites-results .results-list .item .comment .comment-text {
  overflow: hidden;
}

.public-favorites .folder-information-container .date-info br {
  display: block !important;
}
/* Public Favorite page - end */


