/* <link href="/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'SemiboldFont';
  src: url("../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#svgfontname") format("svg"); }
h1, h2, h3, h4, h5, h6 {
  font-family: 'SemiboldFont', Helvetica, sans-serif; }

a {
  color: #666; }
  a:hover {
    color: #62bb46;
    text-decoration: none; }
  a.em-link {
    font-family: 'SemiboldFont', Helvetica, sans-serif; }
    a.em-link:after {
      content: " >>";
      color: #62bb46; }

.nav-tabs-wrapper {
  background-color: #00305f; }
  .nav-tabs-wrapper #nav-tab-company-1,
  .nav-tabs-wrapper #nav-tab-company-2,
  .nav-tabs-wrapper #nav-tab-company-3,
  .nav-tabs-wrapper #nav-tab-company-4 {
    width: 25%; }
    .nav-tabs-wrapper #nav-tab-company-1 > a,
    .nav-tabs-wrapper #nav-tab-company-2 > a,
    .nav-tabs-wrapper #nav-tab-company-3 > a,
    .nav-tabs-wrapper #nav-tab-company-4 > a {
      text-align: center; }
  .nav-tabs-wrapper #nav-tab-news,
  .nav-tabs-wrapper #nav-tab-stories {
    width: 50%; }
    .nav-tabs-wrapper #nav-tab-news > a,
    .nav-tabs-wrapper #nav-tab-stories > a {
      text-align: center; }
  .nav-tabs-wrapper .nav-tabs {
    border-bottom: none; }
    .nav-tabs-wrapper .nav-tabs > li {
      margin-bottom: 0;
      background-color: #e5e5e5; }
      .nav-tabs-wrapper .nav-tabs > li > a {
        font-family: 'SemiboldFont', Helvetica, sans-serif;
        border-radius: 0;
        border: none;
        border-left: 2px solid #00305f;
        border-right: 2px solid #00305f;
        margin-right: 0; }
        .nav-tabs-wrapper .nav-tabs > li > a:hover, .nav-tabs-wrapper .nav-tabs > li > a:focus {
          border: none;
          color: #62bb46;
          border-left: 2px solid #00305f;
          border-right: 2px solid #00305f;
          background-color: inherit; }
      .nav-tabs-wrapper .nav-tabs > li:first-of-type a {
        border-left-color: #e5e5e5; }
      .nav-tabs-wrapper .nav-tabs > li:last-of-type a {
        border-right-color: #e5e5e5; }
      .nav-tabs-wrapper .nav-tabs > li.active {
        background-color: white; }
        .nav-tabs-wrapper .nav-tabs > li.active > a {
          color: #00305f;
          border-left: 2px solid #00305f;
          border-right: 2px solid #00305f; }
        .nav-tabs-wrapper .nav-tabs > li.active:first-of-type a {
          border-left-color: #fff; }
        .nav-tabs-wrapper .nav-tabs > li.active:last-of-type a {
          border-right-color: #fff; }

div[id*="-tabpanel-"],
.tab-aside {
  padding-top: 25px; }

.panel-group .panel {
  border-radius: 0; }
  .panel-group .panel + .panel {
    margin-top: 15px; }
.panel-group .panel-default {
  border: 2px solid #e5e5e5; }
  .panel-group .panel-default > .panel-heading {
    color: #666;
    background-color: transparent;
    border: none; }
    .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e5e5e5; }
  .panel-group .panel-default > .panel-collapse {
    border: none; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 2px solid #e5e5e5; }
.panel-group .panel-heading .panel-title a {
  text-decoration: none; }
.panel-group .panel-body > ul {
  list-style: none;
  padding-left: 0; }
  .panel-group .panel-body > ul > li {
    margin-bottom: 10px; }
    .panel-group .panel-body > ul > li:last-of-type {
      margin-bottom: 0; }




/* New Book Covers */

#new-book-con {
    text-align: center;
    background-image: url(../images/book-shelf-repeat.svg);
    background-repeat: repeat;
    background-size: 176px 277px;
}

.book-headline {
    text-align: center;
    margin-bottom: 30px;
}

.book-headline h1, .book-headline h2 {
    font-family: 'SemiboldFont';
    font-size: 38px;
    color: #00305f;
    margin: 0;
    padding: 0;
    border: none;
}

.book-headline h2 {
    font-size: 14px;
    color: #666;
    text-transform: none;
}
    
.ebz-book {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 213px;
    margin: 0 12px 64px;
    background-color: #1b3358;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s opacity 0s;
    -webkit-perspective: 1500px;
    -webkit-perspective-origin: center left;
    -moz-transition: all 0.5s opacity 0s;
    -moz-perspective: 1500px;
    -moz-perspective-origin: center left;
    transition: all 0.5s opacity 0s;
    perspective: 1500px;
    perspective-origin: center left;
}

.ebz-book-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center left;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s;
    -moz-transform-origin: center left;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s;
    transform-origin: center left;
    transform-style: preserve-3d;
    transition: all 1.0s;
}

.ebz-book-cover-outside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ebz-book-cover-2.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    background-color: #1b3358;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ebz-book-cover-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b3358;
    box-shadow: inset 10px 0 50px rgba(0,0,0,0.25);
}

.book-title {
    position: absolute;
/*    top: 55%;*/
    top: 30%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 28px;
    font-family: 'SemiboldFont';
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.chapter-pg {
    width: 97%;
    height: 96%;
    position: absolute;
    bottom: 2%;
    left: 0;
    background-color: beige;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    text-align: center;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.chapters-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
}

.chapter-pg h1 {
    font-weight: normal;
    margin: 20px auto;
    padding: 0;
/*    padding-right: 10%;*/
    color: #565656;
    font-family: 'SemiboldFont';
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.chapter-pg h1 img {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.chapter-pg button {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 60%;
    margin: 0 20%;
    border: 1px solid #565656;
    color: #565656;
    font-family: 'SemiboldFont';
    font-size: 11px;
    box-sizing: border-box;
    padding: 4px 4px 3px;
    background-color: beige;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
   transition: all 0.4s;
}

.chapter-pg button:hover {
    color: white;
    background-color: #565656;
}

.item-link {
    position: relative;
    text-align: center;
    margin: 0 5% 10px;
}

.item-link a {
    position: relative;
    font-family: 'SemiboldFont';
    font-size: 12px;
/*    line-height: 13px;*/
    text-transform: uppercase;
    color: #565656;
    text-decoration: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0 12px;
    background-color: beige;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.item-link a:hover {
    color: #62bb46;
}

.item-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #b0b0b0;
}

.zoom-book {
    position: fixed;
    margin: 0;
    overflow: visible;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    cursor: default;
    z-index: 1030;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zoom-book.ani {
    width: 317px;
    height: 450px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.zoom-book.ani .book-title {
    font-size: 27px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.zoom-book.ani .ebz-book-cover {
/*
    -webkit-transform: rotate3d(0,1,0,-160deg);
    -moz-transform: rotate3d(0,1,0,-160deg);
    transform: rotate3d(0,1,0,-160deg);
*/
    -webkit-transform: rotateY(-160deg);
    -moz-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
}

#window-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.4;
}





@media (min-width: 1200px) {
  #form-login-menu-top {
    padding-left: 38px !important; } }
#search-term-input-group #search-term {
  background: #e5e5e5 url("../images/magnifying-glass.svg");
  background-size: auto 65%;
  background-position: 50% center;
  background-repeat: no-repeat;
  text-align: left;
  border: none;
  box-shadow: none;
  font-weight:bold; }

#search-term-input-group #search-icon-wrapper {
  margin-bottom: 30px; }
#search-term-input-group .input-group-btn .btn-default {
  border: none;
  background-color: #e5e5e5;
  color: #00305f; }
#search-term-input-group .input-group-btn .btn-default:hover {
  background-color: #00305f;
  color: #fff; }
#search-term-input-group > .input-group-btn:first-child .btn, #search-term-input-group > .input-group-btn:first-child .btn-group {
  margin-right: 1px;
  border-radius: 10px 0 0 10px;
  border-right: 2px solid #fff; }
#search-term-input-group > .input-group-btn:last-child .btn, #search-term-input-group > .input-group-btn:last-child .btn-group {
  z-index: 2;
  border-radius: 0 10px 10px 0;
  border-left: 2px solid #fff;
  margin-left: 1px; }

.header-blue #search-term-input-group .input-group-btn .btn-default:hover {
  background-color: #62bb46; }
.header-blue #search-term-input-group > .input-group-btn:first-child .btn, .header-blue #search-term-input-group > .input-group-btn:first-child .btn-group {
  border-right-color: #00305f; }
.header-blue #search-term-input-group > .input-group-btn:last-child .btn, .header-blue #search-term-input-group > .input-group-btn:last-child .btn-group {
  border-left-color: #00305f; }

/**
 * custom stylesheet for basic/menus/menu-top-horizontal-fixed
 */
body {
  padding-top: 70px; }

/*** BEGIN: specific for project ebz-wiki *************************************/
.navbar {
  margin-bottom: 0; }

.navbar-fixed-top > .container {
  padding-top: 30px; }

.navbar-default {
  background: #e5e5e5;
  border: none; }
  .navbar-default .navbar-toggle {
    background-color: #929292;
    border: none;
    border-radius: 50%;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 0px;
    padding: 9px 10px;
    position: relative; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #e5e5e5; }
      .navbar-default .navbar-toggle .icon-bar:last-of-type {
        margin-bottom: 4px; }
    .navbar-default .navbar-toggle .sr-only + .icon-bar {
      margin-top: 4px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
      background-color: #929292; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #ffffff; }
  .navbar-default .navbar-nav {
    background: #fff; }
    .navbar-default .navbar-nav > li {
      background-image: url("../images/menu-separator.jpg");
      background-position: center right;
      background-repeat: no-repeat; }
      .navbar-default .navbar-nav > li:last-of-type {
        background-image: none; }
      .navbar-default .navbar-nav > li > a {
        color: #666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00305f;
  background: transparent; }

.wedge {
  background-color: transparent;
  border-top: 25px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 16px solid #fff;
  float: left;
  height: 0;
  width: 0; }

.navbar-brand {
  padding: 0; }

.navbar-brand > img {
  max-height: 100%; }

/*** END: specific for project ebz-wiki ***************************************/

.prem-block {
    width: calc(100% - 30px);
    margin: 0 auto 8px;
    text-align: center;
}

.prem-txt {
    font-family: 'SemiboldFont';
    font-size: 14px;
    color: #f9b233;
    padding: 3px 0;
    border-top: 1px dotted #f9b233;
    border-bottom: 1px dotted #f9b233;
    margin-top: 5px;
}

.prem-block img {
    display: inline-block;
    width: 60%;
    height: auto;
    max-width: 120px;
}



.header-blue {
  background-color: #00305f;
  margin-top: 10px;
  padding-bottom: 25px; }
  .header-blue h1, .header-blue h2, .header-blue h3 {
    color: #fff;
    border-bottom: none; }
  .header-blue h1 {
    margin-bottom: 5px;
    color: #62bb46; }
  .header-blue h2 {
    margin-top: 20px; }
  .header-blue h1 + h2 {
    margin-top: 0; }
  .header-blue p {
    color: #fff; }

.bx-wrapper {
  margin: 0 auto 40px; }

.story-slider-home-wrapper {
  background-image: url("../images/slider-headline-bg.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 70px;
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 25px;
  margin-top: 10px; }

.story-slider-home-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #00305f; }

.story-slider-home-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.story-slider-home-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00305f; }

.story-slider-home .img-circle {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  /*margin-top: 15px;*/
  margin-top:60px; }

.story-slider-home-wrapper h1 {
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 35px;
  border-bottom: none;
  background-color: #00305f;
  border-radius: 0 0 0 15px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .story-slider-home-wrapper h1 {
    /*color: #00305f;*/
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
	font-size:14px; } }
.img-logo-sponsor {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 20;
  width: 140px; }

@media (max-width: 767px) {
  .img-logo-sponsor {
    left: -200px; } }
@media (min-width: 768px) {
  .img-home-story {
    width: 100%;
    position: static;
    left: 0; } }
@media (max-width: 992px) {
  .img-logo-sponsor {
    left: 30px;
    width: 120px; }

  .img-home-story {
    width: 80%;
    left: 10%;
    position: relative; } }
@media (min-width: 1200px) {
  .img-logo-sponsor {
    left: -50px;
    width: 140px; }

  .img-home-story {
    width: 100%;
    position: static;
    left: 0; } }
.story-slider-events-wrapper {
  background: #00305f; }

/*
.story-slider-events li {
	background: $color-ebz-green url('../images/calendar.svg');
	background-size: auto 95%;
	background-position: 2% 200%;
	background-repeat: no-repeat;
}
*/
.story-slider-events-wrapper .bx-wrapper {
  background: #00305f url("../images/calendar.svg");
  background-size: auto 95%;
  background-position: 2% 200%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 5px; }

.story-slider-events-wrapper .bx-wrapper .bx-pager,
.story-slider-events-wrapper .bx-wrapper .bx-controls-auto {
  bottom: 10px; }

.story-slider-events h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  /* 30px */
  margin: 20px 0 5px; }

.story-slider-events h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  /* 24px */
  text-transform: uppercase;
  margin: 10px 0; }

.story-slider-events h4 {
  color: #62bb46;
  font-weight: bold;
  font-size: 18px;
  /* 18px */
  margin: 10px 0 20px; }

.story-slider-events p {
  color: #ffffff; }

.story-slider-events p:first-of-type {
  margin-top: 20px; }

.story-slider-events-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #ffffff; }

.story-slider-events-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.story-slider-events-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff; }

.story-slider-events a.readmore {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none; }

.bx-wrapper {
  margin: 0 auto 40px; }

.ticker-event-members-wrapper {
  margin-bottom: 25px;
  margin-top: 10px; }

.ticker-event-members-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #00305f; }

.ticker-event-members-wrapper h1 {
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 35px;
  border-bottom: none;
  background-color: #00305f;
  border-radius: 0 0 0 15px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .ticker-event-members-wrapper h1 {
    color: #00305f;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 15px; } }
.img-logo-sponsor {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 20;
  width: 140px; }

@media (max-width: 767px) {
  .img-logo-sponsor {
    left: -200px; } }
@media (min-width: 768px) {
  .img-home-story {
    width: 100%;
    position: static;
    left: 0; } }
@media (max-width: 992px) {
  .img-logo-sponsor {
    left: 30px;
    width: 120px; }

  .img-home-story {
    width: 80%;
    left: 10%;
    position: relative; } }
@media (min-width: 1200px) {
  .img-logo-sponsor {
    left: -50px;
    width: 140px; }

  .img-home-story {
    width: 100%;
    position: static;
    left: 0; } }
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 60px; }

.footer-sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; }

/*** BEGIN: specific for project ebz-wiki *************************************/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ijii9r");
  src: url("../fonts/icomoon.eot?#iefixijii9r") format("embedded-opentype"), url("../fonts/icomoon.ttf?ijii9r") format("truetype"), url("../fonts/icomoon.woff?ijii9r") format("woff"), url("../fonts/icomoon.svg?ijii9r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e600"; }

.icon-youtube:before {
  content: "\e603"; }

.icon-linkedin:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

footer {
  background: #929292; }

footer p, footer a {
  color: #cbcbcb; }

footer p {
  margin: 0;
  padding: 20px 0; }

footer a {
  text-transform: uppercase;
  padding: 0 20px; }

footer a.active, footer a:hover {
  color: white;
  text-decoration: none; }

footer .social-links {
  font-size: 30px;
  line-height: 60px;
  padding: 0px; }

footer .social-links a {
  padding: 0 3px; }

/*** END: specific for project ebz-wiki ***************************************/
@media (max-width: 767px) {
  body {
    margin-bottom: 120px; }

  .footer-sticky {
    height: 120px; }

  footer .pull-left,
  footer .pull-right {
    width: 100%; } }
.story-slider-events .em-link {
  color: #fff; }
  .story-slider-events .em-link:hover, .story-slider-events .em-link:focus {
    color: #62bb46; }

@media (max-width: 767px) {
  .story-slider-events h2, .story-slider-events h3, .story-slider-events h4 {
    text-align: center; }

  .story-slider-events-wrapper .bx-wrapper .bx-prev,
  .story-slider-events-wrapper .bx-wrapper .bx-next {
    display: none; } }
.detailview-left-column {
  border-right: 2px solid #e5e5e5; }
  .detailview-left-column p {
    text-align: center; }

div[id^="detail-company-tabpanel-"] h1 {
  padding-bottom: 0;
  border-bottom: 0; }

#detail-event-header {
  background: #00305f url("../images/calendar.svg");
  background-size: 16% auto;
  background-position: 2% 100%;
  background-repeat: no-repeat; }

h1 {
  font-size: 18px;
  color: #555;
  padding-bottom: 10px;
  border-bottom: 2px solid #cbcbcb; }
  h1 > span {
    color: #00305f;
    font-weight: bold; }

.services {
  border-left: 1px dotted #cbcbcb; }
  .services > h3 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: bold;
    color: #00305f; }
  .services > ul {
    padding-left: 16px;
    list-style-position: outside;
    margin: 0; }

.more-btn {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  color: #00305f;
  margin-top: 20px; }
  .more-btn:hover {
    text-decoration: none;
    color: #62bb46; }

hr {
  border-color: #e5e5e5;
  border-width: 2px; }

h2 {
  font-size: 24px;
  color: #00305f;
  text-transform: uppercase;
  margin-top: 0; }

.img-date-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 5px 8px;
  background-color: #00305f;
  font-family: 'SemiboldFont', Helvetica, sans-serif;
  color: white;
  text-transform: uppercase; }

@media (max-width: 767px) {
  h2 {
    margin-top: 20px;
    text-align: center; } }
/*
@font-face {
	font-family: 'montserratsemi_bold';
	src: url('fonts/montserrat-semibold-webfont.eot');
	src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
		 url('fonts/montserrat-semibold-webfont.woff') format('woff'),
		 url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
		 url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
.shelf-container {
  position: relative;
  /* width just for demo */
  width: 700px;
  height: 500px;
  margin: 30px auto 0; }
  .shelf-container .book-shelf {
    width: 90%; }
    .shelf-container .book-shelf:nth-child(odd) {
      margin-left: 10%; }
    .shelf-container .book-shelf .shelf-table {
      display: table;
      width: 100%;
      margin-top: 50px; }
      .shelf-container .book-shelf .shelf-table .shelf-column {
        display: table-cell;
        width: 50%;
        text-align: center; }
        .shelf-container .book-shelf .shelf-table .shelf-column .book {
          position: relative;
          width: 200px;
          height: 40px;
          cursor: pointer;
          z-index: 2;
          margin: 0 auto 1px; }
          .shelf-container .book-shelf .shelf-table .shelf-column .book:nth-child(odd) {
            -webkit-transform: translateX(6px);
            -moz-transform: translateX(6px);
            transform: translateX(6px); }
            .shelf-container .book-shelf .shelf-table .shelf-column .book:nth-child(odd):hover .bottom {
              -webkit-transform: translate(-6px, 10px); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book:nth-child(even):hover .bottom {
            -webkit-transform: translate(6px, 10px); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book:last-of-type:hover .bottom {
            -webkit-transform: translate(0, 10px); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book:hover {
            z-index: 3; }
            .shelf-container .book-shelf .shelf-table .shelf-column .book:hover .bottom {
              -webkit-transform: translateY(10px);
              -moz-transform: translateY(10px);
              transform: translateY(10px); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .shadow {
            position: absolute;
            width: 100%;
            height: 20px;
            background-color: black;
            opacity: 0.15;
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s; }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .bottom {
            bottom: 0;
            left: 0;
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            transform: translateY(-5px); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .spine {
            width: 100%;
            height: 100%;
            position: absolute;
            display: block;
            background-color: #00305f;
            border-radius: 2px;
            -webkit-transition: -webkit-transform 0.5s;
            -moz-transition: -moz-transform 0.5s;
            transition: transform 0.5s; }
            .shelf-container .book-shelf .shelf-table .shelf-column .book .spine:hover {
              -webkit-transform: scale(1.1, 1.1);
              -moz-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .book-content {
            display: none; }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .bookfooter {
            position: absolute;
            top: 0;
            right: 0;
            width: 28px;
            height: 100%;
            background-color: #62bb46;
            /*background-image: url(../images/ebz-gruppe.svg);*/
            background-image: url(../images/EBZ-Logo.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 80% auto;
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px; }
          .shelf-container .book-shelf .shelf-table .shelf-column .book .booktitle {
            display: table;
            position: absolute;
            top: 0px;
            left: 0px;
            width: calc(100% - 28px);
            height: 100%;
            text-align: center;
            font-size: 11px;
            color: white;
            font-family: "montserratsemi_bold", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px; }
            .shelf-container .book-shelf .shelf-table .shelf-column .book .booktitle span {
              display: table-cell;
              vertical-align: middle; }
    .shelf-container .book-shelf .wood-shelf {
      width: 100%;
      height: 16px;
      background: #b1b1b1;
      z-index: 1;
      margin-bottom: 70px; }
      .shelf-container .book-shelf .wood-shelf::after {
        content: "";
        display: block;
        width: 100%;
        height: 64px;
        -webkit-transform: skewX(17deg) translate(6px, 16px);
        -moz-transform: skewX(17deg) translate(6px, 16px);
        transform: skewX(17deg) translate(6px, 16px);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,e9e9e9+100&amp;1+0,0+100 */
        background: -moz-linear-gradient(top, #e9e9e9 0%, rgba(233, 233, 233, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e9e9e9 0%, rgba(233, 233, 233, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e9e9e9 0%, rgba(233, 233, 233, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e9e9e9 0%, rgba(233, 233, 233, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #e9e9e9 0%, rgba(233, 233, 233, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#00e9e9e9',GradientType=0 );
        /* IE6-9 */ }

/*
#active-book {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	background-color: rgba(0,48,95,0.9);
	border-radius: 8px;
	z-index: 10;
	opacity: 0;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: center;
	color: white;
	font-family: 'montserratsemi_bold';
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
}

.active-book {
	-webkit-animation-name: active-close;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: active-close;
	-moz-animation-duration: 0.5s;
	-moz-animation-fill-mode: forwards;
	animation-name: active-close;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

#close-book {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 36px;
	height: 36px;
	background-color: #666;
	border: 3px solid white;
	border-radius: 36px;
	margin-left: -21px;
	background-image: url(close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: background-color 0.4s, opacity 0.2s;
	-moz-transition: background-color 0.4s, opacity 0.2s;
	transition: background-color 0.4s, opacity 0.2s;
}

#close-book:hover {
	background-color: #444;
}

.active-book #close-book {
	-webkit-animation-delay: 0.5s;
	-webkit-animation-name: active-close;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-name: active-close;
	-moz-animation-duration: 0.5s;
	-moz-animation-fill-mode: forwards;
	animation-delay: 0.5s;
	animation-name: active-close;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes active-close {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes active-close {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes active-close {
	from { opacity: 0; }
	to { opacity: 1; }
}

.active-book a {
	display: block;
	text-decoration: none;
	color: white;
	margin-bottom: 20px;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.active-book a:hover {
	color: #62bb46;
}
*/
.no-margin {
  margin: 0; }

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

.no-padding-top {
  padding-top: 0; }

.text-blue {
  color: #00305f; }

.text-green {
  color: #62bb46; }

.linkpointer:hover {
  cursor: pointer; }

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center; } }
a:active, a:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

body {
  color: #666; }

.ebzsearch:hover,
.ebzsearch:focus,
.ebzsearch:active {
  text-decoration: none; }

.ebzsearch > img {
  margin: 0 15% 10% 15%; }

.ebzsearch > span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #555; }

.img-home-story {
  width: 260px;
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block; }

@media (max-width: 767px) {
  .img-home-story {
    width: 90px;
    height: 90px; } }
@media (max-width: 991px) {
  .img-home-story {
    width: 150px;
    height: 150px; } }
@media (max-width: 1199px) {
  .img-home-story {
    width: 210px;
    height: 210px; } }

/*# sourceMappingURL=ebz-theme.css.map */

/* Added by Nics */
.modal{}
@media (max-width: 767px) {
	h2 {
		font-size: 18px;
		word-wrap: break-word;
	}
	.bx-wrapper .bx-prev {
		left: -25px;
	}
	.bx-wrapper .bx-next {
		right: -25px;
	}
	.shelf-container {
		width: 100%;
		height: auto;
	}
	.shelf-container .book-shelf {
		width: 100%;
	}
	.shelf-container .book-shelf:nth-child(2n+1) {
		margin-left:0;
	}
	.shelf-container .book-shelf .shelf-table .shelf-column {
		display: block;
		width: 100%;
	}
	.shelf-container .book-shelf .wood-shelf::after {
		-webkit-transform: skewX(12deg) translate(2px, 16px);
		-moz-transform: skewX(12deg) translate(2px, 16px);
		transform: skewX(12deg) translate(2px, 16px);
	}
	#tab-news {
		margin-bottom: 10px;
	}
	.linkpointer {
		margin-top:20px;
	}
}
@media (max-width: 479px) {
	.ebzsearch > span {
		font-size:1em;
	}
}
