@charset "UTF-8";
/*
	App styles
*/
@font-face {
  font-family: 'executiveregular';
  src: url("/fonts/facelift/executive-55regular-webfont.eot");
  src: url("/fonts/facelift/executive-55regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/facelift/executive-55regular-webfont.woff2") format("woff2"), url("/fonts/facelift/executive-55regular-webfont.woff") format("woff"), url("/fonts/facelift/executive-55regular-webfont.ttf") format("truetype"), url("/fonts/facelift/executive-55regular-webfont.svg#executiveregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'executivebold';
  src: url("/fonts/facelift/executive-75bold-webfont.eot");
  src: url("/fonts/facelift/executive-75bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/facelift/executive-75bold-webfont.woff2") format("woff2"), url("/fonts/facelift/executive-75bold-webfont.woff") format("woff"), url("/fonts/facelift/executive-75bold-webfont.ttf") format("truetype"), url("/fonts/facelift/executive-75bold-webfont.svg#executivebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*$font-family-sans-serif:      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;*/
/*$font-family-monospace:       SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;*/
/*@import "forms";*/
/*
    Custom Mixin
*/
body, form input, form textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important; }

body {
  padding-top: 230px;
  padding-bottom: 80px;
  -moz-transition: padding-top 500ms;
  -o-transition: padding-top 500ms;
  -webkit-transition: padding-top 500ms;
  transition: padding-top 500ms; }

/*
    Main Navbar
*/
#navbar-bg {
  z-index: 0;
  position: fixed;
  top: -130px;
  left: 0;
  width: 100%;
  height: 130px;
  background-image: linear-gradient(to bottom, #000000, #2b2b2b, #515151, #7c7c7c, #a9a9a9, #c0c0c0, #d7d7d7, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
  -moz-transition: top 900ms;
  -o-transition: top 900ms;
  -webkit-transition: top 900ms;
  transition: top 900ms; }
  #navbar-bg.active {
    top: 0; }

#navbar-main {
  z-index: 1200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms; }
  #navbar-main .navbar-collapse {
    z-index: 1300;
    width: 100%;
    overflow: hidden;
    background-color: #fff; }
    #navbar-main .navbar-collapse.active {
      border-bottom: 1px solid #ccc; }
  #navbar-main .navbar-toggler {
    z-index: 1400;
    display: none;
    position: absolute;
    right: 0;
    top: 14px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer; }
    #navbar-main .navbar-toggler .navbar-toggler-icon {
      display: block;
      width: 60px;
      height: 60px;
      background: url("/images/facelift/nav-button-mobile.svg") no-repeat 0 0; }
    #navbar-main .navbar-toggler.active .navbar-toggler-icon {
      background-position: -60px 0; }
  #navbar-main .navbar-logo-item {
    z-index: 1400; }
    #navbar-main .navbar-logo-item .navbar-logo-wrap {
      position: relative;
      max-width: 100%;
      margin: 0 auto; }
  #navbar-main .navbar-menu ul {
    padding: 0;
    margin: 0; }
    #navbar-main .navbar-menu ul li {
      padding: 0;
      margin: 0 24px 0 0;
      list-style: none; }
      #navbar-main .navbar-menu ul li a {
        color: #000;
        font-family: "executiveregular";
        font-size: 15px;
        text-decoration: none;
        text-transform: lowercase;
        line-height: 1;
        padding-bottom: 1px;
        border-bottom: 1px solid transparent;
        /*@include transition(all 300ms);*/ }
        #navbar-main .navbar-menu ul li a:hover {
          color: #000;
          border-bottom-color: #000; }
  #navbar-main .navbar-menu ul.navbar-menu-top-level {
    display: block;
    position: relative;
    /*min-height: 50px;*/
    min-height: 44px;
    width: 100%; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level > li {
      display: block;
      float: left;
      min-height: 22px; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul {
        display: none;
        position: absolute;
        left: 0;
        top: 22px; }
        #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul > li {
          float: left;
          display: block;
          min-height: 22px; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul.active {
      display: block; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li > a {
      color: #ccc; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li > a:hover {
        color: #000; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li.active > a {
      color: #000; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li > ul.active > li > a {
      color: #ccc; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li > ul.active > li > a:hover {
        color: #000; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level.active > li > ul.active > li.active > a {
      color: #000; }
  #navbar-main .navbar-aside .navbar-search ul {
    padding: 0;
    margin: 0; }
    #navbar-main .navbar-aside .navbar-search ul li {
      padding: 0;
      margin: 0;
      display: none; }
      #navbar-main .navbar-aside .navbar-search ul li.active {
        display: inline-block; }
    #navbar-main .navbar-aside .navbar-search ul .search-form-box {
      display: none;
      position: relative; }
      #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper {
        position: absolute;
        right: 0;
        bottom: -12px;
        width: 256px;
        background-color: #fff;
        padding-left: 8px; }
        #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input {
          width: 100%;
          height: 32px;
          font-family: "executivebold";
          font-size: 15px;
          border: none;
          border-bottom: 2px solid #000;
          padding: 0 52px 0 2px; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input::-webkit-input-placeholder {
            color: #ccc;
            text-transform: lowercase; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input::-moz-placeholder {
            color: #ccc;
            text-transform: lowercase; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input:-ms-input-placeholder {
            color: #ccc;
            text-transform: lowercase; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input:-moz-placeholder {
            color: #ccc;
            text-transform: lowercase; }
        #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-submit {
          display: block;
          position: absolute;
          right: 30px;
          top: 8px;
          width: 15px;
          height: 15px;
          background: transparent url("/images/facelift/header-search-submit.svg") no-repeat; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-submit span {
            display: none; }
        #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-close {
          display: block;
          position: absolute;
          right: 0;
          top: 8px;
          width: 15px;
          height: 15px;
          background: transparent url("/images/facelift/header-search-close.svg") no-repeat; }
          #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-close span {
            display: none; }
    #navbar-main .navbar-aside .navbar-search ul .search-button-box a {
      font-family: "executivebold";
      font-size: 15px;
      text-transform: lowercase; }
      #navbar-main .navbar-aside .navbar-search ul .search-button-box a:hover {
        text-decoration: none; }
  #navbar-main .navbar-aside .navbar-lang {
    margin-left: 30px;
    margin-right: 15px; }
    #navbar-main .navbar-aside .navbar-lang ul {
      padding: 0;
      margin: 0; }
      #navbar-main .navbar-aside .navbar-lang ul li {
        padding: 0;
        margin: 0 0 0 10px;
        display: inline-block;
        font-family: "executivebold";
        font-size: 15px; }
        #navbar-main .navbar-aside .navbar-lang ul li:first-of-type {
          margin-left: 0; }
        #navbar-main .navbar-aside .navbar-lang ul li a:hover {
          text-decoration: none; }
  #navbar-main .navbar-aside .navbar-social ul {
    padding: 0;
    margin: 0; }
    #navbar-main .navbar-aside .navbar-social ul li {
      padding: 0;
      margin: 0 0 0 10px;
      display: inline-block;
      font-family: "executivebold";
      font-size: 15px; }
      #navbar-main .navbar-aside .navbar-social ul li:first-of-type {
        margin-left: 0; }
      #navbar-main .navbar-aside .navbar-social ul li a:hover {
        text-decoration: none; }

#navbar-main .navbar-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: 1110px;
  margin: 0 auto;
  min-height: 90px;
  height: 90px; }
#navbar-main .navbar-logo-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 80px;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms; }
  #navbar-main .navbar-logo-item .navbar-logo {
    padding-top: 14px;
    padding-right: 24px;
    padding-left: 0; }
    #navbar-main .navbar-logo-item .navbar-logo .anim-logo {
      width: 64px;
      height: 64px; }
#navbar-main .navbar-menu-item {
  flex-grow: 3;
  flex-shrink: 0;
  padding-top: 24px; }
  #navbar-main .navbar-menu-item .navbar-menu {
    padding-left: 0;
    padding-right: 0; }
#navbar-main .navbar-aside-item {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
  padding-top: 26px; }
#navbar-main .navbar-aside .navbar-search,
#navbar-main .navbar-aside .navbar-lang,
#navbar-main .navbar-aside .navbar-social {
  display: inline-block; }

@media (min-width: 1590px) {
  #navbar-main .navbar-container {
    width: 100%; }
  #navbar-main .navbar-logo-item {
    flex-basis: 15%; }
    #navbar-main .navbar-logo-item .navbar-logo {
      padding-left: 34px; }
  #navbar-main .navbar-menu-item {
    flex-basis: auto; }
    #navbar-main .navbar-menu-item .navbar-menu {
      width: 1110px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px; }
  #navbar-main .navbar-aside-item {
    flex-basis: 15%;
    padding-right: 34px; } }
#navbar-main.noscroll .navbar-container {
  width: 1110px;
  min-height: 180px;
  height: 180px; }
#navbar-main.noscroll .navbar-logo-item .navbar-logo {
  padding-left: 0; }
  #navbar-main.noscroll .navbar-logo-item .navbar-logo .anim-logo {
    width: 70px;
    height: 70px; }
#navbar-main.noscroll .navbar-menu-item {
  flex-basis: 100%;
  order: 3;
  padding-top: 4px; }
  #navbar-main.noscroll .navbar-menu-item .navbar-menu {
    padding-left: 0;
    padding-right: 0; }
    #navbar-main.noscroll .navbar-menu-item .navbar-menu a {
      /*font-size: 13px !important;*/ }
#navbar-main.noscroll .navbar-aside-item {
  padding-right: 0;
  padding-top: 36px; }
#navbar-main.noscroll .navbar-menu ul li {
  margin-right: 32px; }
  #navbar-main.noscroll .navbar-menu ul li a {
    font-size: 19px; }
#navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level {
  min-height: 50px; }
  #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li {
    min-height: 25px; }
    #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul {
      top: 25px; }
      #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul > li {
        min-height: 25px; }
#navbar-main.noscroll .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input {
  font-size: 19px; }
#navbar-main.noscroll .navbar-aside .navbar-search ul .search-button-box a {
  font-size: 19px; }
#navbar-main.noscroll .navbar-aside .navbar-lang {
  margin-left: 60px;
  margin-right: 40px; }
  #navbar-main.noscroll .navbar-aside .navbar-lang ul li {
    font-size: 19px; }
#navbar-main.noscroll .navbar-aside .navbar-social ul li {
  font-size: 19px; }

.footer-section {
  padding-top: 60px;
  padding-bottom: 30px; }
  .footer-section p {
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0; }

.page-section .page-title {
  padding: 0 0 30px 0;
  margin: 0;
  font-size: 40px;
  font-family: "executiveregular";
  font-weight: normal;
  line-height: 1.3; }

.hp-article-section article {
  padding-bottom: 50px; }
  .hp-article-section article .article-header {
    font-size: 12px; }
    .hp-article-section article .article-header .article-type {
      display: inline-block;
      width: 30%;
      text-transform: uppercase; }
    .hp-article-section article .article-header .article-date {
      display: inline-block; }
  .hp-article-section article .article-title {
    min-height: 90px;
    padding: 15px 0 7px 0;
    margin: 2px 0;
    font-size: 24px;
    font-family: "executiveregular";
    font-weight: normal;
    line-height: 1.3; }
    .hp-article-section article .article-title a {
      text-decoration: none;
      padding-bottom: 1px;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .hp-article-section article .article-title a:hover {
        border-bottom-color: #000; }
  .hp-article-section article .article-image a {
    display: block;
    /*&:hover{
        .image-wrap{
            .image-bg{
                @include blur(5);
            }
        }
    }*/ }
    .hp-article-section article .article-image a .image-wrap {
      display: block;
      width: 100%;
      height: 270px;
      overflow: hidden; }
      .hp-article-section article .article-image a .image-wrap .image-bg {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        /*@include blur(0);*/
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
        .hp-article-section article .article-image a .image-wrap .image-bg img {
          display: none; }

.revue-detail-section .article-header {
  font-size: 12px; }
  .revue-detail-section .article-header .article-author {
    display: inline-block;
    width: 30%;
    text-transform: uppercase; }
  .revue-detail-section .article-header .article-date {
    display: inline-block; }
.revue-detail-section .article-title {
  padding: 15px 0;
  margin: 0 0 30px 0;
  font-size: 40px;
  font-family: "executiveregular";
  font-weight: normal;
  line-height: 1.3; }

.revue-detail-sidebar-section .sidebar-item {
  margin-bottom: 30px; }
  .revue-detail-sidebar-section .sidebar-item .locket-header {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4; }
    .revue-detail-sidebar-section .sidebar-item .locket-header a:hover {
      text-decoration: none; }
  .revue-detail-sidebar-section .sidebar-item .locket-image .image-file img,
  .revue-detail-sidebar-section .sidebar-item .cover-image .image-file img {
    max-width: 80%; }
  .revue-detail-sidebar-section .sidebar-item .locket-image .image-caption,
  .revue-detail-sidebar-section .sidebar-item .cover-image .image-caption {
    min-height: 30px;
    padding-top: 6px;
    font-size: 10px; }

.revue-detail-section .article-body,
.article-detail-section .article-body {
  padding-bottom: 30px;
  font-size: 16px; }
  .revue-detail-section .article-body h1, .revue-detail-section .article-body h2, .revue-detail-section .article-body h3, .revue-detail-section .article-body h4, .revue-detail-section .article-body h5, .revue-detail-section .article-body h6,
  .article-detail-section .article-body h1,
  .article-detail-section .article-body h2,
  .article-detail-section .article-body h3,
  .article-detail-section .article-body h4,
  .article-detail-section .article-body h5,
  .article-detail-section .article-body h6 {
    font-family: "executiveregular";
    font-weight: normal;
    line-height: 1.4; }
    .revue-detail-section .article-body h1 strong, .revue-detail-section .article-body h1 b, .revue-detail-section .article-body h2 strong, .revue-detail-section .article-body h2 b, .revue-detail-section .article-body h3 strong, .revue-detail-section .article-body h3 b, .revue-detail-section .article-body h4 strong, .revue-detail-section .article-body h4 b, .revue-detail-section .article-body h5 strong, .revue-detail-section .article-body h5 b, .revue-detail-section .article-body h6 strong, .revue-detail-section .article-body h6 b,
    .article-detail-section .article-body h1 strong,
    .article-detail-section .article-body h1 b,
    .article-detail-section .article-body h2 strong,
    .article-detail-section .article-body h2 b,
    .article-detail-section .article-body h3 strong,
    .article-detail-section .article-body h3 b,
    .article-detail-section .article-body h4 strong,
    .article-detail-section .article-body h4 b,
    .article-detail-section .article-body h5 strong,
    .article-detail-section .article-body h5 b,
    .article-detail-section .article-body h6 strong,
    .article-detail-section .article-body h6 b {
      font-family: "executiveregular";
      font-weight: normal; }
  .revue-detail-section .article-body h3, .revue-detail-section .article-body h4, .revue-detail-section .article-body h5, .revue-detail-section .article-body h6,
  .article-detail-section .article-body h3,
  .article-detail-section .article-body h4,
  .article-detail-section .article-body h5,
  .article-detail-section .article-body h6 {
    margin-top: 15px; }
  .revue-detail-section .article-body h1,
  .article-detail-section .article-body h1 {
    font-size: 22px; }
  .revue-detail-section .article-body h2,
  .article-detail-section .article-body h2 {
    font-size: 21px; }
  .revue-detail-section .article-body h3,
  .article-detail-section .article-body h3 {
    font-size: 20px; }
  .revue-detail-section .article-body h4,
  .article-detail-section .article-body h4 {
    font-size: 19px; }
  .revue-detail-section .article-body h5,
  .article-detail-section .article-body h5 {
    font-size: 18px; }
  .revue-detail-section .article-body h6,
  .article-detail-section .article-body h6 {
    font-size: 17px; }
  .revue-detail-section .article-body strong, .revue-detail-section .article-body b,
  .article-detail-section .article-body strong,
  .article-detail-section .article-body b {
    font-family: "executivebold";
    font-weight: normal; }
  .revue-detail-section .article-body a,
  .article-detail-section .article-body a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    -moz-transition: border-bottom-color 300ms;
    -o-transition: border-bottom-color 300ms;
    -webkit-transition: border-bottom-color 300ms;
    transition: border-bottom-color 300ms; }
    .revue-detail-section .article-body a:hover,
    .article-detail-section .article-body a:hover {
      border-bottom-color: transparent; }
  .revue-detail-section .article-body p,
  .article-detail-section .article-body p {
    padding: 2px 0 16px 0;
    margin: 0;
    line-height: 1.4; }
  .revue-detail-section .article-body ul, .revue-detail-section .article-body ol,
  .article-detail-section .article-body ul,
  .article-detail-section .article-body ol {
    padding: 2px 0 16px 0;
    margin: 0 0 0 15px;
    line-height: 1.4; }
    .revue-detail-section .article-body ul li, .revue-detail-section .article-body ol li,
    .article-detail-section .article-body ul li,
    .article-detail-section .article-body ol li {
      font-size: 16px; }
  .revue-detail-section .article-body a,
  .article-detail-section .article-body a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    -moz-transition: border-bottom-color 300ms;
    -o-transition: border-bottom-color 300ms;
    -webkit-transition: border-bottom-color 300ms;
    transition: border-bottom-color 300ms; }
    .revue-detail-section .article-body a:hover,
    .article-detail-section .article-body a:hover {
      border-bottom-color: transparent; }
  .revue-detail-section .article-body img,
  .revue-detail-section .article-body iframe,
  .revue-detail-section .article-body video,
  .revue-detail-section .article-body figure,
  .article-detail-section .article-body img,
  .article-detail-section .article-body iframe,
  .article-detail-section .article-body video,
  .article-detail-section .article-body figure {
    max-width: 100% !important; }

.article-body {
  font-size: 12px; }
  .article-body .gallery {
    float: left; }
    .article-body .gallery .gallery-item {
      display: block;
      float: left;
      width: 44% !important;
      margin: 0 15px 15px 0; }
      .article-body .gallery .gallery-item .gallery-icon a {
        display: block; }
        .article-body .gallery .gallery-item .gallery-icon a img {
          width: 100%;
          height: auto; }
  .article-body .wp-caption-text {
    font-size: 12px;
    margin-top: 10px; }
  .article-body figure.wp-caption.aligncenter {
    margin: 0 auto; }
  .article-body figure.wp-caption.alignleft {
    float: left;
    margin: 8px 16px 16px 0; }
  .article-body figure.wp-caption.alignright {
    float: right;
    margin: 8px 0 16px 16px; }

.db-search-section .search-title {
  font-size: 20px; }
.db-search-section .search-count {
  color: #ccc;
  font-size: 20px;
  text-transform: lowercase; }
.db-search-section .search-filter {
  margin-top: 30px;
  padding-bottom: 30px; }
  .db-search-section .search-filter form .form-item {
    margin-bottom: 15px; }
    .db-search-section .search-filter form .form-item label {
      font-size: 20px; }
    .db-search-section .search-filter form .form-item .select-single {
      width: 100%;
      font-size: 20px;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0; }
    .db-search-section .search-filter form .form-item .select-multiple {
      width: 100%;
      font-size: 20px;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0; }
    .db-search-section .search-filter form .form-item .input-years label {
      width: 30%; }
    .db-search-section .search-filter form .form-item .input-years input {
      width: 30%;
      font-size: 20px;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0; }
    .db-search-section .search-filter form .form-item .input-submit button {
      float: left;
      font-size: 20px;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0; }
    .db-search-section .search-filter form .form-item .input-submit input[type="submit"] {
      float: right;
      font-size: 20px;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0; }

.db-list-search-input {
  padding-bottom: 60px; }
  .db-list-search-input .search-input-wrapper {
    position: relative; }
    .db-list-search-input .search-input-wrapper .search-input {
      width: 100%;
      padding: 4px 5%;
      background-color: #f1f1f1;
      border: 1px solid #f1f1f1;
      color: #000;
      font-size: 20px; }
      .db-list-search-input .search-input-wrapper .search-input::-webkit-input-placeholder {
        color: #ccc;
        text-transform: lowercase; }
      .db-list-search-input .search-input-wrapper .search-input::-moz-placeholder {
        color: #ccc;
        text-transform: lowercase; }
      .db-list-search-input .search-input-wrapper .search-input:-ms-input-placeholder {
        color: #ccc;
        text-transform: lowercase; }
      .db-list-search-input .search-input-wrapper .search-input:-moz-placeholder {
        color: #ccc;
        text-transform: lowercase; }
    .db-list-search-input .search-input-wrapper .search-submit {
      display: block;
      position: absolute;
      right: 10%;
      top: 8px;
      width: 15px;
      height: 15px;
      background: transparent url("/images/facelift/db-search-submit.svg") no-repeat; }
      .db-list-search-input .search-input-wrapper .search-submit span {
        display: none; }
    .db-list-search-input .search-input-wrapper .search-clear {
      display: block;
      position: absolute;
      right: 5%;
      top: 8px;
      width: 15px;
      height: 15px;
      background: transparent url("/images/facelift/db-search-close.svg") no-repeat; }
      .db-list-search-input .search-input-wrapper .search-clear span {
        display: none; }

.db-list-section {
  padding-bottom: 60px; }
  .db-list-section .result-image img {
    width: 100%;
    max-width: 57px; }
  .db-list-section .result-item h2 {
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 1.3; }
    .db-list-section .result-item h2 a {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .db-list-section .result-item h2 a:hover {
        border-bottom-color: #000; }
  .db-list-section .result-item .item-details > div {
    display: inline-block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4; }
    .db-list-section .result-item .item-details > div:after {
      content: ", "; }
    .db-list-section .result-item .item-details > div:last-child:after {
      content: ""; }
    .db-list-section .result-item .item-details > div h3 {
      display: inline-block;
      padding: 0 4px 0 0;
      margin: 0;
      color: #ccc;
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase; }

.db-film-header-section {
  padding-bottom: 30px; }
  .db-film-header-section h1 {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 40px;
    font-weight: normal; }
  .db-film-header-section .item-details {
    padding-bottom: 15px; }
    .db-film-header-section .item-details:last-child {
      padding-bottom: 15px; }
    .db-film-header-section .item-details > div {
      display: inline-block;
      color: #000;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.7; }
      .db-film-header-section .item-details > div:after {
        content: "."; }
      .db-film-header-section .item-details > div span:after {
        content: ",";
        padding-right: 4px; }
      .db-film-header-section .item-details > div span:last-child:after {
        content: "";
        padding-right: 0; }
      .db-film-header-section .item-details > div h3 {
        display: inline-block;
        padding: 0 4px 0 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold; }
        .db-film-header-section .item-details > div h3:after {
          content: ": ";
          font-weight: bold; }
      .db-film-header-section .item-details > div a {
        text-decoration: none;
        border-bottom: 1px solid #000;
        -moz-transition: border-bottom-color 300ms;
        -o-transition: border-bottom-color 300ms;
        -webkit-transition: border-bottom-color 300ms;
        transition: border-bottom-color 300ms; }
        .db-film-header-section .item-details > div a:hover {
          border-bottom-color: transparent; }
    .db-film-header-section .item-details.item-details-no-delimiter > div:after {
      content: ""; }
    .db-film-header-section .item-details.item-details-inline > div {
      display: inline; }

.db-film-section h2 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  text-transform: lowercase; }

.db-film-description-section {
  padding-bottom: 30px; }
  .db-film-description-section .film-description p {
    padding: 2px 0 15px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
    .db-film-description-section .film-description p:last-child {
      padding-bottom: 0; }
    .db-film-description-section .film-description p strong, .db-film-description-section .film-description p b {
      font-family: "executivebold";
      font-weight: normal; }
    .db-film-description-section .film-description p a {
      text-decoration: none;
      border-bottom: 1px solid #000;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .db-film-description-section .film-description p a:hover {
        border-bottom-color: transparent; }
  .db-film-description-section .description-body-reducer {
    position: relative;
    max-height: 201.6px;
    overflow: hidden;
    display: block; }
    .db-film-description-section .description-body-reducer:before {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
    .db-film-description-section .description-body-reducer.disable {
      overflow: visible;
      max-height: 100%; }
      .db-film-description-section .description-body-reducer.disable:before {
        display: none; }
  .db-film-description-section .description-body-link {
    width: 100%;
    text-align: right;
    padding-top: 10px; }
    .db-film-description-section .description-body-link a {
      font-size: 16px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .db-film-description-section .description-body-link a:hover {
        border-bottom-color: #000; }

.db-film-poster-section {
  padding-bottom: 30px; }
  .db-film-poster-section .film-poster img {
    max-width: 100%; }

.db-film-library-section,
.db-film-vod-section {
  padding-bottom: 30px; }
  .db-film-library-section ul,
  .db-film-vod-section ul {
    padding: 0;
    margin: 0; }
    .db-film-library-section ul li,
    .db-film-vod-section ul li {
      padding: 0;
      margin: 0 30px 15px 0;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase; }
      .db-film-library-section ul li a,
      .db-film-vod-section ul li a {
        text-decoration: none;
        border-bottom: 1px solid transparent;
        -moz-transition: border-bottom-color 300ms;
        -o-transition: border-bottom-color 300ms;
        -webkit-transition: border-bottom-color 300ms;
        transition: border-bottom-color 300ms; }
        .db-film-library-section ul li a:hover,
        .db-film-vod-section ul li a:hover {
          border-bottom-color: #000; }

.db-film-gallery-section {
  padding-bottom: 30px; }
  .db-film-gallery-section .film-gallery a {
    display: block;
    margin-bottom: 30px; }
    .db-film-gallery-section .film-gallery a img {
      width: 100%;
      max-width: 100%; }

.db-film-credits-section {
  padding-bottom: 20px; }
  .db-film-credits-section .credit-item {
    margin-bottom: 20px; }
    .db-film-credits-section .credit-item h3 {
      text-transform: uppercase; }
    .db-film-credits-section .credit-item h3, .db-film-credits-section .credit-item p {
      padding: 0 0 2px 0;
      margin: 0;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4;
      overflow-wrap: break-word; }
      .db-film-credits-section .credit-item h3 a, .db-film-credits-section .credit-item p a {
        text-decoration: none;
        border-bottom: 1px solid #000;
        -moz-transition: border-bottom-color 300ms;
        -o-transition: border-bottom-color 300ms;
        -webkit-transition: border-bottom-color 300ms;
        transition: border-bottom-color 300ms; }
        .db-film-credits-section .credit-item h3 a:hover, .db-film-credits-section .credit-item p a:hover {
          border-bottom-color: transparent; }
        .db-film-credits-section .credit-item h3 a.no-underline, .db-film-credits-section .credit-item p a.no-underline {
          border-bottom-color: transparent; }
  .db-film-credits-section.film-credits-actors h3, .db-film-credits-section.film-credits-filmography h3 {
    text-transform: none; }
  .db-film-credits-section.film-credits-revue h3 {
    padding-bottom: 10px; }

.contexts-section {
  padding-bottom: 30px; }
  .contexts-section .lab-title {
    padding: 15px 0;
    margin: 0 0 30px 0;
    font-size: 30px;
    font-family: "executiveregular";
    font-weight: normal;
    line-height: 1.3; }
  .contexts-section .lab-subtitle {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: lowercase; }
  .contexts-section .lab-annotation p {
    padding: 0 0 16px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
  .contexts-section .lab-annotation ul li, .contexts-section .lab-annotation ol li {
    line-height: 1.4; }
  .contexts-section .lab-annotation a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    -moz-transition: border-bottom-color 300ms;
    -o-transition: border-bottom-color 300ms;
    -webkit-transition: border-bottom-color 300ms;
    transition: border-bottom-color 300ms; }
    .contexts-section .lab-annotation a:hover {
      border-bottom-color: transparent; }
  .contexts-section .lab-nav {
    padding-bottom: 20px; }
    .contexts-section .lab-nav ul {
      padding: 0;
      margin: 0; }
      .contexts-section .lab-nav ul li {
        display: inline-block;
        padding: 0;
        margin: 0 60px 10px 0;
        line-height: 1.1; }
        .contexts-section .lab-nav ul li a {
          color: #ccc;
          font-size: 20px;
          text-decoration: none;
          border-bottom: 1px solid transparent;
          -moz-transition: border-bottom-color 300ms, color 300ms;
          -o-transition: border-bottom-color 300ms, color 300ms;
          -webkit-transition: border-bottom-color 300ms, color 300ms;
          transition: border-bottom-color 300ms, color 300ms; }
          .contexts-section .lab-nav ul li a:hover, .contexts-section .lab-nav ul li a.active {
            color: #000;
            border-bottom-color: #000; }
  .contexts-section .lab-description {
    padding-bottom: 40px; }
    .contexts-section .lab-description .description-body p {
      padding: 0 0 16px 0;
      margin: 0;
      font-size: 16px;
      line-height: 1.4; }
      .contexts-section .lab-description .description-body p:last-child {
        padding-bottom: 0; }
    .contexts-section .lab-description .description-body ul li, .contexts-section .lab-description .description-body ol li {
      line-height: 1.4; }
    .contexts-section .lab-description .description-body img {
      max-width: 100%;
      height: auto; }
    .contexts-section .lab-description .description-body a {
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .contexts-section .lab-description .description-body a:hover {
        border-bottom-color: #000; }
    .contexts-section .lab-description .description-body-reducer {
      position: relative;
      max-height: 201.6px;
      overflow: hidden;
      display: block; }
      .contexts-section .lab-description .description-body-reducer:before {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
      .contexts-section .lab-description .description-body-reducer.disable {
        overflow: visible;
        max-height: 100%; }
        .contexts-section .lab-description .description-body-reducer.disable:before {
          display: none; }
    .contexts-section .lab-description .description-body-link {
      width: 100%;
      text-align: right; }
      .contexts-section .lab-description .description-body-link a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        -moz-transition: border-bottom-color 300ms;
        -o-transition: border-bottom-color 300ms;
        -webkit-transition: border-bottom-color 300ms;
        transition: border-bottom-color 300ms; }
        .contexts-section .lab-description .description-body-link a:hover {
          border-bottom-color: #000; }
  .contexts-section .lab-gallery a {
    display: block;
    margin-bottom: 30px; }
    .contexts-section .lab-gallery a img {
      width: 100%;
      max-width: 100%; }
  .contexts-section .lab-files ul {
    padding: 0;
    margin: 0; }
    .contexts-section .lab-files ul li {
      display: inline-block;
      padding: 0;
      margin: 0 80px 20px 0;
      line-height: 1.1; }
      .contexts-section .lab-files ul li a {
        font-size: 20px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        -moz-transition: border-bottom-color 300ms;
        -o-transition: border-bottom-color 300ms;
        -webkit-transition: border-bottom-color 300ms;
        transition: border-bottom-color 300ms; }
        .contexts-section .lab-files ul li a:hover {
          border-bottom-color: #000; }
  .contexts-section .lab-sidebar .embed-content {
    margin-bottom: 30px; }
    .contexts-section .lab-sidebar .embed-content iframe {
      width: 100%;
      max-width: 100%;
      height: 500px; }
  .contexts-section .lab-sidebar .cover-image .image-file img {
    max-width: 80%; }
  .contexts-section .lab-sidebar .cover-image .image-caption {
    min-height: 30px;
    padding-top: 6px;
    font-size: 10px; }
  .contexts-section .lab-sidebar .vod-link {
    margin-top: 10px;
    line-height: 1.4; }
    .contexts-section .lab-sidebar .vod-link a {
      font-size: 20px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .contexts-section .lab-sidebar .vod-link a:hover {
        border-bottom-color: #000; }

.projections-section .event-item {
  margin-bottom: 30px; }
  .projections-section .event-item h2 {
    padding: 2px 0;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase; }
    .projections-section .event-item h2 a {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .projections-section .event-item h2 a:hover {
        border-bottom-color: #000; }
  .projections-section .event-item p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
    .projections-section .event-item p a {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -moz-transition: border-bottom-color 300ms;
      -o-transition: border-bottom-color 300ms;
      -webkit-transition: border-bottom-color 300ms;
      transition: border-bottom-color 300ms; }
      .projections-section .event-item p a:hover {
        border-bottom-color: #000; }
      .projections-section .event-item p a:after {
        display: block;
        content: "→"; }

.vod-list-section {
  padding-bottom: 26px; }
  .vod-list-section .vod-item a {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -moz-transition: border-bottom-color 300ms;
    -o-transition: border-bottom-color 300ms;
    -webkit-transition: border-bottom-color 300ms;
    transition: border-bottom-color 300ms; }
    .vod-list-section .vod-item a:hover {
      text-decoration: none;
      border-bottom-color: #000; }

.vod-list-items-section a {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -moz-transition: border-bottom-color 300ms;
  -o-transition: border-bottom-color 300ms;
  -webkit-transition: border-bottom-color 300ms;
  transition: border-bottom-color 300ms; }
  .vod-list-items-section a:hover {
    text-decoration: none;
    border-bottom-color: #000; }
  .vod-list-items-section a:after {
    content: " →"; }

.pagination-section {
  text-align: center; }
  .pagination-section nav a, .pagination-section nav span {
    display: inline-block;
    margin: 8px;
    padding: 4px; }
    .pagination-section nav a.disabled, .pagination-section nav span.disabled {
      display: none; }

.loader-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100px; }
  .loader-container .spinner-wrapper {
    display: none;
    width: 100%;
    height: 70px;
    background: url("/images/facelift/spinner.svg") no-repeat center; }
  .loader-container .loader-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; }
    .loader-container .loader-button a {
      text-align: center;
      display: block;
      width: 100%;
      height: 30px;
      text-transform: lowercase; }
      .loader-container .loader-button a:hover {
        text-decoration: none; }

/*
    Database search filter
*/
.search-select-credits-source-container,
.search-select-credits-saved-container {
  display: none; }

.search-nav-filter {
  display: none;
  width: 100%; }
  .search-nav-filter.active {
    display: block; }

.section-search-nav {
  width: 100%;
  margin-bottom: 20px;
    /*.search-subtitle{

    }*/ }
  .section-search-nav input::-webkit-input-placeholder {
    color: #ccc;
    text-transform: lowercase;
    font-size: 20px; }
  .section-search-nav input::-moz-placeholder {
    color: #ccc;
    text-transform: lowercase;
    font-size: 20px; }
  .section-search-nav input:-ms-input-placeholder {
    color: #ccc;
    text-transform: lowercase;
    font-size: 20px; }
  .section-search-nav input:-moz-placeholder {
    color: #ccc;
    text-transform: lowercase;
    font-size: 20px; }
  .section-search-nav .search-block {
    width: 100%;
    margin-bottom: 20px; }
    .section-search-nav .search-block.pos-right {
      text-align: right; }
    .section-search-nav .search-block.search-bottom {
      margin-top: 60px; }
    .section-search-nav .search-block label {
      font-size: 20px;
      text-transform: lowercase; }
    .section-search-nav .search-block .search-add-credit {
      display: inline;
      color: #000;
      font-size: 20px;
      text-transform: lowercase; }
      .section-search-nav .search-block .search-add-credit:hover {
        text-decoration: none; }
        .section-search-nav .search-block .search-add-credit:hover:before {
          background-color: #ccc; }
      .section-search-nav .search-block .search-add-credit:before {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 8px;
        margin-right: 6px;
        background: #f1f1f1 url("/images/facelift/db-search-filter-plus.svg") no-repeat left; }
    .section-search-nav .search-block .search-submit {
      display: inline-block;
      float: right;
      color: #000;
      font-size: 20px;
      line-height: 1.1;
      text-transform: lowercase;
      padding: 5px 40px 5px 8px;
      border: none;
      background: #f1f1f1 url("/images/facelift/db-search-filter-arrow-right.svg") no-repeat right; }
      .section-search-nav .search-block .search-submit:hover {
        text-decoration: none;
        background-color: #ccc; }
    .section-search-nav .search-block .search-clear-link {
      display: inline-block;
      float: left;
      position: relative;
      top: -8px;
      color: #000;
      font-size: 20px;
      text-transform: lowercase; }
      .section-search-nav .search-block .search-clear-link:hover {
        text-decoration: none; }
        .section-search-nav .search-block .search-clear-link:hover:before {
          background-color: #ccc; }
      .section-search-nav .search-block .search-clear-link:before {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 8px;
        margin-right: 6px;
        background: #f1f1f1 url("/images/facelift/db-search-filter-cross.svg") no-repeat left; }
  .section-search-nav .search-years {
    width: 100%;
    margin-bottom: 15px; }
    .section-search-nav .search-years label {
      display: inline-block;
      width: 14%;
      margin-right: 2%;
      font-size: 20px;
      text-transform: lowercase; }
    .section-search-nav .search-years .year-input {
      width: 38%;
      margin-left: 2%;
      border: none;
      border-radius: 0;
      background-color: #f1f1f1;
      font-size: 20px;
      text-align: left;
      padding: 4px; }
  .section-search-nav .search-select {
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    .section-search-nav .search-select select {
      width: 100%; }
  .section-search-nav .search-select-credits-inner-container {
    width: 100%;
    margin-bottom: 15px; }

/*
    Override Select2 default theme
*/
.select2-container .select2-selection__arrow {
  width: 30px !important;
  height: 30px !important;
  top: 0px !important;
  right: 8px !important;
  background: transparent url("/images/facelift/db-search-filter-arrow-down.svg") no-repeat !important; }
  .select2-container .select2-selection__arrow b {
    display: none !important; }
.select2-container .select2-selection__placeholder {
  color: #000 !important;
  text-transform: lowercase !important;
  font-size: 20px !important; }
.select2-container .select2-search__field::-webkit-input-placeholder {
  color: #000 !important;
  text-transform: lowercase !important;
  font-size: 20px !important; }
.select2-container .select2-search__field::-moz-placeholder {
  color: #000 !important;
  text-transform: lowercase !important;
  font-size: 20px !important; }
.select2-container .select2-search__field:-ms-input-placeholder {
  color: #000 !important;
  text-transform: lowercase !important;
  font-size: 20px !important; }
.select2-container .select2-search__field:-moz-placeholder {
  color: #000 !important;
  text-transform: lowercase !important;
  font-size: 20px !important; }
.select2-container .select2-selection.select2-selection--multiple {
  width: 100% !important;
  /*width: 244px !important;*/
  border: none !important;
  border-radius: 0 !important;
  background-color: #f1f1f1 !important; }
  .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    font-size: 20px !important; }
    .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered > li.select2-search.select2-search--inline {
      position: relative !important;
      width: 100% !important;
      background-color: #f1f1f1 !important;
      height: 30px !important;
      padding-left: 8px !important; }
      .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered > li.select2-search.select2-search--inline:after {
        content: " ";
        display: block;
        position: absolute !important;
        width: 30px !important;
        height: 30px !important;
        top: 0px !important;
        right: 8px !important;
        background: transparent url("/images/facelift/db-search-filter-arrow-down.svg") no-repeat !important; }
    .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice {
      position: relative !important;
      width: 100% !important;
      display: block !important;
      border: none !important;
      border-bottom: 1px solid #ccc !important;
      background-color: #f1f1f1;
      border-radius: 0 !important;
      padding: 5px 7px !important;
      height: 30px !important;
      margin: 0 !important;
      white-space: initial !important;
      color: #000 !important;
      font-size: 20px !important; }
      .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice > .select2-selection__choice__remove {
        position: absolute !important;
        top: 0px !important;
        right: 6px !important;
        font-size: 0px !important;
        display: block !important;
        width: 30px !important;
        height: 30px !important;
        background: transparent url("/images/facelift/db-search-filter-cross.svg") no-repeat 0 0 !important; }
.select2-container .select2-search__field {
  width: 100% !important; }

.select2-selection--single {
  width: 100% !important;
  /*width: 244px !important;*/
  border: none !important;
  border-radius: 0 !important; }
  .select2-selection--single .select2-selection__rendered {
    padding-top: 2px !important;
    height: 32px !important;
    background-color: #f1f1f1 !important;
    color: #000 !important;
    font-size: 20px !important; }

.select2-dropdown {
  width: 254px !important;
  /*width: 244px !important;*/
  border-radius: 0 !important;
  border: none !important;
  background-color: #f1f1f1; }
  .select2-dropdown > .select2-results > ul.select2-results__options > li.select2-results__option {
    color: #000 !important;
    font-size: 20px !important; }
  .select2-dropdown > .select2-results > ul.select2-results__options > li.select2-results__option[aria-selected=true] {
    background-color: #ccc !important; }
  .select2-dropdown > .select2-results > ul.select2-results__options > li.select2-results__option--highlighted[aria-selected=true],
  .select2-dropdown > .select2-results > ul.select2-results__options > li.select2-results__option--highlighted {
    background-color: #ccc !important; }

.search-error-box {
  width: 100%;
  padding: 20px 0 60px 0;
  text-align: center; }
  .search-error-box h6 {
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    font-size: 20px; }
  .search-error-box p {
    padding: 20px 0;
    margin: 0; }
  .search-error-box a {
    text-decoration: underline; }
    .search-error-box a:hover {
      text-decoration: none; }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.3); }

.fc-toolbar {
  margin: 0;
  padding: 0; }
  .fc-toolbar h2 {
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 7px 0 0 0;
    font-size: 20px; }
  .fc-toolbar .fc-button {
    color: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background: none; }

th.fc-day-header {
  color: #000;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: normal;
  padding: 5px; }

.fc-event-container .fc-event {
  background-color: #000;
  padding: 3px 2px 1px 2px;
  color: #fff;
  border: none;
  border-radius: 0; }

td.fc-day-top.fc-today {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important; }

td.fc-day.fc-today {
  background-color: #f1f1f1 !important; }

/*
	Responsive stuff
 */
@media (max-width: 1199.98px) {
  body {
    padding-top: 140px; }

  #navbar-main,
  #navbar-main.noscroll {
    min-height: 92px;
    height: 92px; }
    #navbar-main .navbar-toggler,
    #navbar-main.noscroll .navbar-toggler {
      display: block; }
    #navbar-main .navbar-collapse,
    #navbar-main.noscroll .navbar-collapse {
      height: 92px;
      padding-left: 15px;
      padding-right: 15px;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
      #navbar-main .navbar-collapse.active,
      #navbar-main.noscroll .navbar-collapse.active {
        height: 470px;
        padding-bottom: 100px;
        overflow: scroll; }
    #navbar-main .navbar-container,
    #navbar-main.noscroll .navbar-container {
      display: block;
      padding-left: 15px;
      padding-right: 15px; }
    #navbar-main .navbar-logo-item,
    #navbar-main.noscroll .navbar-logo-item {
      flex: 0;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 92px;
      padding-left: 0;
      background-color: #fff; }
      #navbar-main .navbar-logo-item .navbar-logo-wrap,
      #navbar-main.noscroll .navbar-logo-item .navbar-logo-wrap {
        padding-left: 15px;
        padding-right: 15px; }
      #navbar-main .navbar-logo-item .navbar-logo,
      #navbar-main.noscroll .navbar-logo-item .navbar-logo {
        padding-top: 15px; }
        #navbar-main .navbar-logo-item .navbar-logo .anim-logo,
        #navbar-main.noscroll .navbar-logo-item .navbar-logo .anim-logo {
          width: 64px;
          height: 64px; }
    #navbar-main .navbar-menu-item,
    #navbar-main.noscroll .navbar-menu-item {
      flex: 0;
      width: 100%;
      margin-top: 110px;
      padding: 0;
      overflow: hidden; }
    #navbar-main .navbar-aside-item,
    #navbar-main.noscroll .navbar-aside-item {
      flex: 0;
      text-align: left;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 50px;
      padding: 0;
      overflow: hidden; }
    #navbar-main .navbar-aside .navbar-search,
    #navbar-main .navbar-aside .navbar-lang,
    #navbar-main .navbar-aside .navbar-social,
    #navbar-main.noscroll .navbar-aside .navbar-search,
    #navbar-main.noscroll .navbar-aside .navbar-lang,
    #navbar-main.noscroll .navbar-aside .navbar-social {
      width: 100%;
      padding: 0 0 20px 0;
      margin: 0;
      text-align: left; }
      #navbar-main .navbar-aside .navbar-search ul li,
      #navbar-main .navbar-aside .navbar-lang ul li,
      #navbar-main .navbar-aside .navbar-social ul li,
      #navbar-main.noscroll .navbar-aside .navbar-search ul li,
      #navbar-main.noscroll .navbar-aside .navbar-lang ul li,
      #navbar-main.noscroll .navbar-aside .navbar-social ul li {
        margin: 13px 0 13px 0; }
    #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper,
    #navbar-main.noscroll .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper {
      position: relative;
      left: 0;
      bottom: 0;
      padding: 0; }
      #navbar-main .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input,
      #navbar-main.noscroll .navbar-aside .navbar-search ul .search-form-box .search-input-wrapper .search-input {
        font-size: 19px; }
    #navbar-main .navbar-aside .navbar-search ul .search-nav-button a,
    #navbar-main.noscroll .navbar-aside .navbar-search ul .search-nav-button a {
      /*font-family: $font-executive-regular;*/
      font-size: 19px; }
    #navbar-main .navbar-aside .navbar-search ul .search-button-box a,
    #navbar-main.noscroll .navbar-aside .navbar-search ul .search-button-box a {
      font-size: 19px; }
    #navbar-main .navbar-aside .navbar-lang ul li,
    #navbar-main .navbar-aside .navbar-social ul li,
    #navbar-main.noscroll .navbar-aside .navbar-lang ul li,
    #navbar-main.noscroll .navbar-aside .navbar-social ul li {
      /*font-family: $font-executive-regular;*/
      font-size: 19px;
      margin-right: 20px; }
    #navbar-main .navbar-menu,
    #navbar-main.noscroll .navbar-menu {
      width: 100%; }
      #navbar-main .navbar-menu ul li,
      #navbar-main.noscroll .navbar-menu ul li {
        margin-bottom: 25px; }
        #navbar-main .navbar-menu ul li a,
        #navbar-main.noscroll .navbar-menu ul li a {
          font-size: 19px;
          line-height: 1.2; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level,
      #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level {
        display: block;
        min-height: 50px; }
        #navbar-main .navbar-menu ul.navbar-menu-top-level > li,
        #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li {
          display: block;
          width: 100%;
          min-height: 25px; }
          #navbar-main .navbar-menu ul.navbar-menu-top-level > li > a,
          #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > a {
            display: block;
            width: 48%; }
          #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul,
          #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul {
            left: 50%;
            top: 0;
            width: 50%; }
            #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul > li,
            #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul > li {
              display: block;
              float: none;
              min-height: 25px; }
              #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul > li > a,
              #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul > li > a {
                display: block; }

  #navbar-main.mobile-hide,
  #navbar-main.mobile-hide .navbar-logo-item {
    top: -150px; } }
@media (max-width: 575.98px) {
  #navbar-main .navbar-menu ul.navbar-menu-top-level,
  #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level {
    width: auto; }
    #navbar-main .navbar-menu ul.navbar-menu-top-level > li,
    #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li {
      width: 100%;
      float: none; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level > li > a,
      #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > a {
        width: auto; }
      #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul,
      #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul {
        float: none;
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        padding-top: 20px;
        padding-left: 25px; }
        #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul > li,
        #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul > li {
          float: none;
          width: auto; }
          #navbar-main .navbar-menu ul.navbar-menu-top-level > li > ul > li > a,
          #navbar-main.noscroll .navbar-menu ul.navbar-menu-top-level > li > ul > li > a {
            width: auto; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navbar-main .navbar-container,
  #navbar-main .navbar-logo-item .navbar-logo-wrap {
    max-width: 960px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  #navbar-main .navbar-container,
  #navbar-main .navbar-logo-item .navbar-logo-wrap {
    max-width: 720px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  #navbar-main .navbar-container,
  #navbar-main .navbar-logo-item .navbar-logo-wrap {
    max-width: 540px; } }
@media (max-width: 1199.98px) {
  #navbar-bg {
    top: -166px;
    height: 166px; }

  #navbar-bg.mobile-hide {
    top: -60px; } }
@media (max-width: 575.98px) {
  .db-list-search-input .search-input-wrapper {
    margin-top: 15px; } }
#cooky-law-banner {
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  background-color: #fff;
  transition: bottom 700ms 100ms, opacity 900ms;
  transition-timing-function: ease-in; }
  #cooky-law-banner.hidden {
    opacity: 0;
    bottom: -100%; }
  #cooky-law-banner .cooky-law-content {
    float: left;
    width: calc(90% - 200px);
    padding: 10px 3% 20px 3%; }
    #cooky-law-banner .cooky-law-content h6, #cooky-law-banner .cooky-law-content p {
      font: normal 16px/1.3 "executiveregular";
      color: #000;
      padding: .5em 0;
      margin: 0; }
    #cooky-law-banner .cooky-law-content h6 {
      font-size: 18px; }
    #cooky-law-banner .cooky-law-content p a {
      color: #000;
      text-decoration: underline; }
      #cooky-law-banner .cooky-law-content p a:hover {
        text-decoration: none; }
    #cooky-law-banner .cooky-law-content p:last-child {
      padding: 0; }
  #cooky-law-banner .cooky-law-control {
    position: absolute;
    width: 200px;
    text-align: center;
    right: 0;
    top: 28%; }
    #cooky-law-banner .cooky-law-control .accept {
      padding: 6px 10px;
      cursor: pointer;
      color: #fff;
      font: normal 17px/1.1 "executiveregular";
      border: 1px solid #000;
      background-color: #000; }

@media (max-width: 768px) {
  #cooky-law-banner .cooky-law-content {
    width: 94%; }
  #cooky-law-banner .cooky-law-control {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    float: left;
    padding: 15px 0 30px 0; } }

/*# sourceMappingURL=app-base.css.map */
