#page-subpage.working-papers .simple-header {
  background-image: url(../img/simpleheader_bg3.jpg); }

#bookshelf-wrap {
  position: relative;
  background-color: #fff; }

.papers-filter {
  text-align: center; }
  .papers-filter ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 10px; }
    .papers-filter ul li.filter-head {
      margin-right: 0;
      padding: 20px 5px 20px 15px; }
      .papers-filter ul li.filter-head b {
        font: 17px/6px "montserrat-regular", sans-serif; }
    .papers-filter ul li a {
      display: inline-block;
      padding: 10px 15px;
      -webkit-transition: color .25s, background .25s, opacity .25s;
      -moz-transition: color .25s, background .25s, opacity .25s;
      -o-transition: color .25s, background .25s, opacity .25s;
      transition: color .25s, background .25s, opacity .25s; }
    .papers-filter ul li ul {
      position: absolute;
      top: 100%;
      left: -9999px;
      width: 320px;
      margin: -1px 0 0 0; }
      .papers-filter ul li ul li {
        display: block;
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }
        .papers-filter ul li ul li a {
          display: block;
          background: transparent;
          border: none; }
          .papers-filter ul li ul li a:before {
            content: " ";
            display: table; }
          .papers-filter ul li ul li a:after {
            content: " ";
            display: table;
            clear: both; }
        .papers-filter ul li ul li i {
          display: block;
          float: left;
          margin: 0 10px 0 0;
          opacity: 0;
          color: #d54427;
          -webkit-transition: opacity .25s ease-in-out;
          -moz-transition: opacity .25s ease-in-out;
          -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out; }
        .papers-filter ul li ul li span {
          display: block; }
        .papers-filter ul li ul li .text {
          float: left; }
        .papers-filter ul li ul li .numbers {
          float: right; }
    .papers-filter ul li:hover > ul {
      left: 0; }
      .papers-filter ul li:hover > ul li {
        opacity: 1; }

#papers-splash-filter {
  margin: 30px 0 0 0; }
  #papers-splash-filter ul li {
    color: #fff;
    font: 20px/22px "Open Sans", sans-serif; }
    #papers-splash-filter ul li a {
      padding: 16px 18px;
      border: 1px solid #fff;
      color: #fff; }
      #papers-splash-filter ul li a i {
        margin: 0 0 0 10px; }
    #papers-splash-filter ul li ul {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #fff;
      text-align: left; }
      #papers-splash-filter ul li ul li a {
        background: transparent;
        border: none; }
    #papers-splash-filter ul li:hover a {
      background: rgba(255, 255, 255, 0.3); }
    #papers-splash-filter ul li:hover > ul li a {
      background: transparent; }

#filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(237, 237, 237, 0.85);
  z-index: 105;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  #filter ul {
    margin: 0; }
    #filter ul li {
      color: #6d6e70;
      font: 12px/12px "montserrat-regular", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #filter ul li a {
        color: #d54427;
        border-color: #d54427;
        padding: 20px 15px; }
        #filter ul li a.filter-trigger {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          #filter ul li a.filter-trigger i,
          #filter ul li a.filter-trigger .numbers {
            display: none; }
      #filter ul li ul {
        margin: 0;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(109, 110, 112, 0.25);
        text-align: left; }
      #filter ul li:hover a {
        background: #d54427;
        color: #fff; }
      #filter ul li:hover > ul li a {
        padding: 12px;
        background: transparent;
        color: #6d6e70; }
        #filter ul li:hover > ul li a:hover {
          background: #ededed; }
        #filter ul li:hover > ul li a.selected {
          color: #d54427; }
          #filter ul li:hover > ul li a.selected i {
            opacity: 1; }
  #filter.stuck {
    position: fixed;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.25); }

#bookshelf-bg {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100% auto; }
  #bookshelf-bg.stream-cities {
    background-image: url(../img/bg_papers-cities.jpg); }
  #bookshelf-bg.stream-business {
    background-image: url(../img/bg_papers-business.jpg); }
  #bookshelf-bg.stream-energy {
    background-image: url(../img/bg_papers-energy.jpg); }
  #bookshelf-bg.stream-finance {
    background-image: url(../img/bg_papers-finance.jpg); }
  #bookshelf-bg.stream-infrastructure {
    background-image: url(../img/bg_papers-infrastructure.jpg); }
  #bookshelf-bg.stream-land-use {
    background-image: url(../img/bg_papers-landuse.jpg); }
  #bookshelf-bg.stream-region-and-country-studies {
    background-image: url(../img/bg_papers-region.jpg); }
  #bookshelf-bg.stream-technical-note {
    background-image: url(../img/bg_papers-technote.jpg); }

#bookshelf {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 40px 0;
  position: relative;
  list-style: none;
  text-align: center; }
  #bookshelf .slide {
    display: inline-block;
    position: relative;
    min-width: 300px;
    width: 29%;
    margin: 1%;
    padding: 45px 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.07); }
  #bookshelf .intro {
    padding: 45px;
    text-align: left; }
  #bookshelf figure:before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s; }
  #bookshelf figure:after {
    display: none;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, height 0s 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/ }
  #bookshelf figure.details-open:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
    z-index: 1; }
  #bookshelf figure.details-open:after {
    /*height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;*/ }
  #bookshelf .date {
    width: 180px;
    margin: 0 auto 10px auto;
    text-align: left;
    font: 11px/11px "Open Sans", sans-serif;
    text-transform: uppercase; }
  #bookshelf figcaption {
    position: relative;
    padding: 0 20px;
    text-align: center;
    z-index: 4; }
    #bookshelf figcaption h3 {
      font: 300 20px/24px "Open Sans", sans-serif;
      color: #6d6e70; }
    #bookshelf figcaption h5 {
      position: relative;
      margin: 20px 0;
      padding: 15px 0;
      font-size: 12px; }
      #bookshelf figcaption h5:before, #bookshelf figcaption h5:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 100px;
        height: 1px;
        margin: 0 0 0 -50px;
        background: #6d6e70; }
      #bookshelf figcaption h5:after {
        top: 100%; }
    #bookshelf figcaption .tags {
      line-height: 37px; }
      #bookshelf figcaption .tags span {
        display: inline-block;
        border: 1px solid #6d6e70;
        padding: 8px 10px;
        margin: 0 4px;
        font: 11px/11px "Open Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer; }
        #bookshelf figcaption .tags span.active {
          color: #d54427;
          border-color: #d54427; }
    #bookshelf figcaption a.book-price, #bookshelf figcaption a.ebook-price {
      position: relative;
      display: inline-block;
      margin: 0.6em 0 0 0;
      padding: 0 10px 0 35px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 1.4em;
      background: url(../img/alu-sprite.png) no-repeat 5px -1894px; }
    #bookshelf figcaption a.ebook-price {
      background: url(../img/alu-sprite.png) no-repeat 8px -1945px; }
    #bookshelf figcaption a.book-price:after {
      position: absolute;
      top: 0;
      right: 0px;
      width: 1px;
      height: 30px;
      background: rgba(0, 0, 0, 0.5);
      content: ''; }

/* Perspective wrapper, figure and book */
.perspective {
  position: relative;
  width: 100%;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  z-index: 2; }

.book {
  position: relative;
  margin: 0 auto;
  width: 180px;
  height: 240px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer; }
  .book div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .book div.spine {
      left: 0;
      z-index: 10;
      width: 20px;
      height: 100%;
      background: #fff;
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%), #fff;
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%), #fff;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .book div.spine span {
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        height: 20px;
        width: 240px;
        padding: 0 10px;
        text-align: center;
        font: 300 12px/20px "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transform-origin: 0 0;
        transform: rotate(90deg); }
  .book .cover {
    z-index: 10;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .book .front {
    background: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%); }
  .book .inner {
    border-width: 3px;
    border-style: solid;
    background-color: #fff; }
  .book .inner-left {
    border-right: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .book .inner-right {
    border-left: none; }

/* Buttons and figcaption */
.buttons {
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 3; }
  .buttons a {
    display: inline-block;
    padding: 0 12px;
    color: rgba(100, 105, 106, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5;
    color: #d54427; }
    .buttons a:first-child:not(:only-child) {
      border-right: 1px solid rgba(100, 105, 106, 0.3); }
    .buttons a:hover, .buttons a:active {
      color: #d74528; }

/* Details panel */
.details {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  .details ul {
    margin: 0;
    padding: 60px 10% 0 10%;
    list-style: none;
    text-align: left; }
    .details ul li {
      margin: 0 0 10px;
      font-weight: 300;
      visibility: visible;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transform: translateX(30%);
      transform: translateX(30%); }
      .details ul li:not(:first-child) {
        font-weight: 700; }
      .details ul li:first-child {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        text-align: left;
        height: 165px;
        overflow: hidden; }
        .details ul li:first-child p {
          font-size: 12px;
          line-height: 18px; }
        .details ul li:first-child:after {
          position: absolute;
          content: '';
          top: 100%;
          left: 0;
          content: "";
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, white));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .details ul li.book-link {
        text-align: center; }
  .details .borderbutton {
    display: inline-block;
    padding: 10px 15px;
    font: 300 1.25rem/1em "Open Sans", sans-serif;
    border: 2px solid #d54427; }

.csstransformspreserve3d .details ul {
  padding: 60px 10% 0 110px; }

.close-details {
  position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 1;
  cursor: pointer; }

.details-open .close-details {
  visibility: visible; }
  .details-open .close-details:hover {
    opacity: 0.6; }
  .details-open .close-details:before, .details-open .close-details:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f03c3d;
    content: ''; }
  .details-open .close-details:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .details-open .close-details:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Custom BookBlock */
/*
.bb-custom-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    border-width: 3px 10px;
    border-style: solid;
}

.bb-custom-wrapper::before,
.bb-custom-wrapper::after {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
    background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper::before { left: 0 }

.bb-custom-wrapper::after { right: 0 }

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-side {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.bb-custom-side::before {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 80px;
    height: 100%;
    box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    content: '';
}

.bb-custom-side:first-child::before {
    right: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
}

.page-layout-1 h3,
.page-layout-1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    max-width: 260px;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.page-layout-1 h3 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    font-family: "Sacramento", serif;
}

.page-layout-1 h3 span {
    display: block;
    padding: 5px 0 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-size: 3em;
    font-family: "Six Caps", sans-serif;
    line-height: 1;
}

.page-layout-1 p {
    padding: 0 10px;
    text-align: right;
    font-style: italic;
    font-family: "Cardo", serif;
}

.page-layout-2 {
    background: -webkit-linear-gradient(left, #64696a 50%, white 50%);
    background: linear-gradient(to right, #64696a 50%, white 50%);
}

.page-layout-2:first-child {
    background: -webkit-linear-gradient(left, white 50%, #64696a 50%);
    background: linear-gradient(to right, white 50%, #64696a 50%);
}

.page-layout-2 div {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0 10% 10%;
    width: 50%;
}

.page-layout-2 div:first-child { left: 0 }

.page-layout-2:first-child div:last-child,
.page-layout-2:last-child div:first-child { color: #fff }

.page-layout-2 h3 {
    margin: 0;
    font-size: 6em;
    font-family: "Cardo", serif;
}

.page-layout-3:last-child {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/portrait.jpg) no-repeat top left;
    background-size: cover;
}

.page-layout-3 div { padding: 10% }

.page-layout-3 h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14em;
    font-family: "Six Caps", sans-serif;
}

.page-layout-3 p {
    margin: 0;
    text-indent: 5px;
    font-style: italic;
    font-family: "Cardo", serif;
}*/
/* Book navigation */
/*
.bb-custom-wrapper > nav a {
    position: absolute;
    z-index: 1000;
    font-size: 0;
    opacity: 0.4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper > nav a:hover { opacity: 1 }

.bb-custom-wrapper > nav a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(221, 221, 221, 0.7);
}

.bb-nav-prev,
.bb-nav-next {
    top: 50%;
    left: 25px;
    margin-top: -15px;
}

.bb-nav-close {
    top: 15px;
    right: 25px;
}

.bb-nav-next {
    right: 25px;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bb-custom-wrapper > nav a::before,
.bb-custom-wrapper > nav a::after {
    position: absolute;
    top: 0;
    left: 25%;
    width: 1px;
    height: 50%;
    background: #333;
    content: '';
}

.bb-custom-wrapper > nav a.bb-nav-close::before,
.bb-custom-wrapper > nav a.bb-nav-close::after {
    top: 15%;
    left: 50%;
    height: 70%;
}

.bb-custom-wrapper > nav a:not(.bb-nav-close)::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.bb-custom-wrapper > nav a:not(.bb-nav-close)::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bb-custom-wrapper > nav a.bb-nav-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bb-custom-wrapper > nav a.bb-nav-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
/****** Custom book colors and borders *****/
/* Custom book covers */
/*.no-csstransforms3d .book[data-book="book-1"],
.no-js .book[data-book="book-1"],
.book[data-book="book-1"] .front {
    background: url(../img/cover1.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover1.jpg), #009bdb;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover1.jpg), #fff;
background-size: 100% auto;
}

.book[data-book="book-1"] .inner { border-color: #009bdb }

.book[data-book="book-1"] .cover::before {
    background: url(../img/spine1.jpg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.jpg), #fff;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.jpg), #fff;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-2"],
.no-js .book[data-book="book-2"],
.book[data-book="book-2"] .front {
    background: url(../img/cover2.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover2.svg), #f6a7a5;
background-size: 100% auto;
}

.book[data-book="book-2"] .inner { border-color: #f6a7a5 }

.book[data-book="book-2"] .cover::before {
    background: url(../img/spine2.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine2.svg), #f6a7a5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-3"],
.no-js .book[data-book="book-3"],
.book[data-book="book-3"] .front {
    background: url(../img/cover3.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover3.svg), #ebc989;
background-size: 100% auto;
}

.book[data-book="book-3"] .inner { border-color: #ebc989 }

.book[data-book="book-3"] .cover::before {
    background: url(../img/spine3.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine3.svg), #ebc989;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-4"],
.no-js .book[data-book="book-4"],
.book[data-book="book-4"] .front {
    background: url(../img/cover4.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover4.svg), #a6a1a5;
background-size: 100% auto;
}

.book[data-book="book-4"] .inner { border-color: #a6a1a5 }

.book[data-book="book-4"] .cover::before {
    background: url(../img/spine4.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine4.svg), #a6a1a5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-5"],
.no-js .book[data-book="book-5"],
.book[data-book="book-5"] .front {
    background: url(../img/cover5.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover5.svg), #4cbb97;
background-size: 100% auto;
}

.book[data-book="book-5"] .inner { border-color: #4cbb97 }

.book[data-book="book-5"] .cover::before {
    background: url(../img/spine5.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine5.svg), #4cbb97;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-6"],
.no-js .book[data-book="book-6"],
.book[data-book="book-6"] .front {
    background: url(../img/cover6.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover6.svg), #a1cae5;
background-size: 100% auto;
}

.book[data-book="book-6"] .inner { border-color: #a1cae5 }

.book[data-book="book-6"] .cover::before {
    background: url(../img/spine6.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine6.svg), #a1cae5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-7"],
.no-js .book[data-book="book-7"],
.book[data-book="book-7"] .front {
    background: url(../img/cover7.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover7.svg), #ebe6e5;
background-size: 100% auto;
}

.book[data-book="book-7"] .inner { border-color: #ebe6e5 }

.book[data-book="book-7"] .cover::before {
    background: url(../img/spine7.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine7.svg), #ebe6e5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-8"],
.no-js .book[data-book="book-8"],
.book[data-book="book-8"] .front {
    background: url(../img/cover8.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover8.svg), #f8eb48;
background-size: 100% auto;
}

.book[data-book="book-8"] .inner { border-color: #f8eb48 }

.book[data-book="book-8"] .cover::before {
    background: url(../img/spine8.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine8.svg), #f8eb48;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-9"],
.no-js .book[data-book="book-9"],
.book[data-book="book-9"] .front {
    background: url(../img/cover9.svg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/cover9.svg), #f7a56e;
background-size: 100% auto;
}

.book[data-book="book-9"] .inner { border-color: #f7a56e }

.book[data-book="book-9"] .cover::before {
    background: url(../img/spine9.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine9.svg), #f7a56e;
background-size: 100% auto;
}

/* border around bookblock same as book cover color*/
/*
#book-1 { border-color: #009bdb }

#book-2 { border-color: #f6a7a5 }

#book-3 { border-color: #ebc989 }

#book-4 { border-color: #a6a1a5 }

#book-5 { border-color: #4cbb97 }

#book-6 { border-color: #a1cae5 }

#book-7 { border-color: #ebe6e5 }

#book-8 { border-color: #f8eb48 }

#book-9 { border-color: #f7a56e }
*/
/****** Transitions ******/
/* Book open / view inside */
.book {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
  transition: transform 0.5s, opacity 0.3s 0.3s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.csstransformspreserve3d .bookshelf figure.open .cover {
  -webkit-animation: openSmallBook 0.5s forwards;
  animation: openSmallBook 0.5s forwards; }

.csstransformspreserve3d .bookshelf figure.close .cover {
  -webkit-animation: closeSmallBook 0.5s forwards;
  animation: closeSmallBook 0.5s forwards; }

@-webkit-keyframes openSmallBook {
  55%,
  100% {
    -webkit-transform: rotateY(-180deg); } }
@keyframes openSmallBook {
  55%,
  100% {
    transform: rotateY(-180deg); } }
@-webkit-keyframes closeSmallBook {
  0%,
  45% {
    -webkit-transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }
@keyframes closeSmallBook {
  0%,
  45% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(0deg); } }
.bookshelf figure.open .book {
  z-index: 1000;
  -webkit-animation: scaleUpSmallBook 0.5s forwards;
  animation: scaleUpSmallBook 0.5s forwards; }
.bookshelf figure.close .book {
  -webkit-animation: scaleDownSmallBook 0.5s forwards;
  animation: scaleDownSmallBook 0.5s forwards; }

@-webkit-keyframes scaleUpSmallBook {
  85%,
  100% {
    -webkit-transform: scale(1.4); } }
@keyframes scaleUpSmallBook {
  85%,
  100% {
    transform: scale(1.4); } }
@-webkit-keyframes scaleDownSmallBook {
  0%,
  15% {
    -webkit-transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes scaleDownSmallBook {
  0%,
  15% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
.inner-right {
  background-color: #ddd;
  -webkit-transition: background-color 0.5s 0.25s;
  transition: background-color 0.5s 0.25s; }

.open .inner-right {
  background-color: #f9f9f9;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

/*.bb-custom-wrapper {
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.bb-custom-wrapper.show {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  -webkit-animation: openBigBook 0.5s forwards;
  animation: openBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.show { opacity: 1 }

.bb-custom-wrapper.hide {
  -webkit-animation: closeBigBook 0.5s forwards;
  animation: closeBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.hide { opacity: 0 }
*/
@-webkit-keyframes openBigBook {
  45% {
    opacity: 0;
    -webkit-transform: scale(0.95); }
  85% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes openBigBook {
  45% {
    opacity: 0;
    transform: scale(0.95); }
  85% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes closeBigBook {
  0%,
  15% {
    opacity: 1;
    -webkit-transform: scale(1); }
  55%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.95); } }
@keyframes closeBigBook {
  0%,
  15% {
    opacity: 1;
    transform: scale(1); }
  55%,
  100% {
    opacity: 0;
    transform: scale(0.95); } }
/* Details open / view details */
.bookshelf figure {
  z-index: 100;
  -webkit-transition: z-index 0s 0.3s;
  transition: z-index 0s 0.3s; }
  .bookshelf figure.details-open {
    z-index: 101;
    -webkit-transition: none;
    transition: none; }

.csstransformspreserve3d .cover:before {
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s; }
.csstransformspreserve3d .details-open .book {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-36px) rotateY(90deg);
  transform: translateX(-36px) rotateY(90deg); }
.csstransformspreserve3d .details-open .cover:before {
  visibility: visible;
  -webkit-transition: none;
  transition: none; }

.no-csstransformspreserve3d .details-open .book {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0; }

.details-open .details {
  visibility: hidden;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.5s, visibility 0s;
  transition: opacity 0.5s, visibility 0s; }
  .details-open .details ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .details-open .details ul li:first-child {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .details-open .details ul li:nth-child(2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .details-open .details ul li:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .details-open .details ul li:nth-child(4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }

.single.type-workingpaper .simple-header {
  padding-bottom: 80px; }
.single.type-workingpaper .post-password-form {
  width: 60%;
  margin: 0 auto;
  text-align: center; }
  .single.type-workingpaper .post-password-form label {
    font-size: 0; }
  .single.type-workingpaper .post-password-form input[type="password"] {
    margin: 0;
    padding: 10px;
    font-size: 24px;
    line-height: 36px; }
  .single.type-workingpaper .post-password-form input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.8); }
    .single.type-workingpaper .post-password-form input[type="submit"]:hover {
      background-color: #d54427; }
.single.type-workingpaper .header-text span {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .single.type-workingpaper .header-text span:first-child {
    border-left: none; }
.single.type-workingpaper .header-text .authors {
  margin: 30px 0; }
  .single.type-workingpaper .header-text .authors:after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin: 30px auto 0 auto;
    background: #fff; }
.single.type-workingpaper section {
  display: block;
  padding: 40px 0;
  background: url(../img/shadow_bottom.png) no-repeat bottom center;
  background-position: bottom center;
  background-size: 80% 30px; }
  .single.type-workingpaper section:nth-child(even) {
    background-color: #ededed; }
  .single.type-workingpaper section h2 {
    color: #d54427;
    cursor: pointer; }
  .single.type-workingpaper section .accordion-content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .single.type-workingpaper section .shadow {
    height: 0;
    padding: 0 0 5% 0;
    border-top: 1px solid rgba(109, 110, 112, 0.4);
    background-repeat: no-repeat;
    background-size: 80% 20px;
    background-image: url(../img/shadow_top.png);
    background-position: top center; }
  .single.type-workingpaper section .text-block {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 8px 8px 8px 10px;
    border: 1px solid #6d6e70;
    font: 12px/12px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
.single.type-workingpaper .bx-wrapper .slide img {
  max-width: 500px;
  margin: 0 auto; }
.single.type-workingpaper #graphics .bx-wrapper {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 5%;
  padding-bottom: 100px; }
  .single.type-workingpaper #graphics .bx-wrapper:before {
    content: " ";
    display: table; }
  .single.type-workingpaper #graphics .bx-wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a {
    top: 40%;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #d54427;
    font-size: 20px; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20px; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20px; }
  .single.type-workingpaper #graphics .bx-wrapper .bx-pager a {
    border-color: #6d6e70; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-pager a.active {
      border-color: #d54427; }
.single.type-workingpaper #graphics .bx-viewport {
  width: 100%;
  height: 100%; }
.single.type-workingpaper #graphics #graphics-slider {
  position: relative;
  width: 100%; }
.single.type-workingpaper #graphics .slide {
  position: relative;
  float: left;
  padding: 0 50px;
  list-style: none;
  text-align: center; }
  .single.type-workingpaper #graphics .slide h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #6d6e70; }
  .single.type-workingpaper #graphics .slide .button {
    margin: 20px 0;
    padding: 10px 14px;
    background: transparent;
    border: 2px solid #6d6e70;
    color: #6d6e70;
    font-size: 16px;
    line-height: 18px; }
.single.type-workingpaper #logos .bx-wrapper {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 5%;
  padding-bottom: 100px; }
  .single.type-workingpaper #logos .bx-wrapper:before {
    content: " ";
    display: table; }
  .single.type-workingpaper #logos .bx-wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a {
    top: 40%;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #d54427;
    font-size: 20px; }
    .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20px; }
    .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20px; }
  .single.type-workingpaper #logos .bx-wrapper .bx-pager a {
    border-color: #6d6e70; }
    .single.type-workingpaper #logos .bx-wrapper .bx-pager a.active {
      border-color: #d54427; }
.single.type-workingpaper #logos .bx-viewport {
  width: 100%;
  height: 100%; }
.single.type-workingpaper #logos #logos-slider {
  position: relative;
  width: 100%; }
.single.type-workingpaper #logos .slide {
  position: relative;
  float: left;
  padding: 0 50px;
  list-style: none;
  text-align: center; }
  .single.type-workingpaper #logos .slide h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #6d6e70; }
  .single.type-workingpaper #logos .slide .button {
    margin: 20px 0;
    padding: 10px 14px;
    background: transparent;
    border: 2px solid #6d6e70;
    color: #6d6e70;
    font-size: 16px;
    line-height: 18px; }
.single.type-workingpaper #bookshelf {
  padding: 0;
  background: none; }
  .single.type-workingpaper #bookshelf .tags {
    display: none; }

@media screen and (max-width: 768px) {
  #filter ul li a.filter-trigger {
    width: auto; }

  .papers-filter ul li {
    display: block;
    float: left;
    width: 50%;
    margin: 0; }
    .papers-filter ul li.filter-head {
      display: none; }
    .papers-filter ul li ul {
      width: 90%; }
      .papers-filter ul li ul li {
        float: none;
        width: 100%; }
        .papers-filter ul li ul li i {
          display: none; }
        .papers-filter ul li ul li .numbers {
          display: none; }
    .papers-filter ul li:hover > ul {
      left: 5%; } }
@media screen and (max-width: 768px) {
  .single.type-workingpaper .bx-wrapper {
    height: auto; }
    .single.type-workingpaper .bx-wrapper .bx-viewport {
      height: auto !important;
      min-height: 0 !important; } }
@media screen and (max-width: 600px) {
  .single.type-workingpaper .bx-wrapper {
    height: auto; }
    .single.type-workingpaper .bx-wrapper .bx-viewport {
      height: 400px !important;
      min-height: 0 !important; }
    .single.type-workingpaper .bx-wrapper .slide {
      height: 400px !important; } }

/*# sourceMappingURL=child_style.css.map */
