body {
    margin: 0;
    padding: 0;
}

.leaflet-bar a {
    background: rgba(255,255,255,0.8)
}

.leaflet-left .leaflet-control {
    margin-left: 280px;
}

.leaflet-top .leaflet-control {
    margin-top: 15px;
}


.leaflet-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.sidebar {
    width: 250px;
    margin: 0 15px 15px 15px;
    float: left;
}

.sidebar-block {
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
    color: #000000;
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 15px;
    position: relative;
}

.sidebar-block.facets {
    max-height: 520px;
    overflow: scroll;
}

.sidebar-block > h1 {
    margin: 8px 0;
    padding: 0;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-block > h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #97B172;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar-block.about a {
    color: #C43A7E;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.facet.date-range {
    margin-top: 10px;
}

.facet.date-range label {
    display: block;
    text-align: center;
    width: 220px;
    font-weight: 400;
    margin: 0;
}

.facet.date-range label span {
    font-size: 11px;
    text-transform: uppercase;
}

.facet.date-range section.range-slider {
    position: relative;
    width: 220px;
    height: 20px;
    background-color: none;
}

.facet.date-range section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 220px;
    outline: none;
    height: 18px;
}

.facet.date-range section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.facet.date-range section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
    width: 11px;
}

.facet.date-range section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, .15);
    border: 0;
}

.facet.date-range section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.facet.date-range .range-labels {
    float: left;
    width: 220px;
    margin-bottom: 15px;
}

.facet.date-range .range-min,
.facet.date-range .range-max {
    float: left;
    margin-left: -5px;
}

.facet.date-range .range-max {
    float: right;
    margin-right: -5px;
}

.facet {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}

.facet > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.facet > span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-weight: 450;
    color: #18191a;
}

.facet > ul > li > label {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.dataset_collection_eye {
    color: #DD5942;
}

.dataset_cinema_context {
    color: #8A7DB1;
}

.dataset_rixt_jonkman {
    color: #3E8088;
}

.facet > a.facet-limit-change {
    color: #18191a;
    text-decoration: none;
    font-weight: 500;
    margin-left: 2px;
    padding-left: 13px;
    line-height: 28px;
    cursor: pointer;
}

.facet > a.show-more {
    background: url(../img/arrow-down.png) no-repeat 0;
}

.facet > a.show-less {
    background: url(../img/arrow-up.png) no-repeat 0;
}

.info-overlay {
    position: absolute;
    top: 0;
    right: 15px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
    color: #000000;
    font-size: 12px;
    margin-top: 15px;
    width: 610px;
}

.info-overlay .item-list {
    padding: 10px 5px 10px 15px;
}

.info-overlay .header {
    width: 100%;
    float: left;
}

.info-overlay .header i {
    font-size: 18px;
    color: #7d7d79;
    float: right;
    cursor: pointer;
}

.info-overlay .item-list > ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    max-height: 650px;
    overflow: scroll;
    float: left;
}

.info-overlay .item-list > ul > li {
    font-size: 20px;
    line-height: 44px;
    width: 100%;
    float: left;
}


.info-overlay .item-list > ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.info-overlay .item-list > ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.info-overlay .item-list > ul > li .dataset-indicators {
    float: left;
    width: 45px;
    padding-right: 5px;
    text-align: right;
}

.info-overlay .item-list > ul > li .title {
    float: left;
    width: 525px;
}

.info-overlay .item-list > ul > li .title a {
    text-decoration: none;
    color: #000;
}

.info-overlay .item-list > ul > li .title a:hover {
    text-decoration: underline;
}

.info-overlay .item-list > ul > li .dataset-indicators .dataset-indicator {
    width: 7px;
    height: 7px;
    margin: 19px 2px;
    float: right;
    border-radius: 50%;
}

.dataset-indicator.dataset_collection_eye {
    background: #DD5942;
}

.dataset-indicator.dataset_cinema_context {
    background: #8A7DB1;
}

.dataset-indicator.dataset_rixt_jonkman {
    background: #3E8088;
}

.info-overlay.item-detail {
    padding: 20px;
    max-height: 800px;
    overflow: scroll;
}

.info-overlay.item-detail h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: normal;
}

.info-overlay.item-detail .property h3 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    font-weight: 450;
    color: #18191a;
    font-size: 12px;
}

.info-overlay.item-detail .property > ul {
    list-style: none;
    padding: 0;
    float: left;
}

.info-overlay.item-detail .property > ul > li {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    float: left;
}

.info-overlay.item-detail .property > ul > li .dataset-indicators {
    float: left;
    width: 40px;
    padding-right: 5px;
    text-align: right;
}

.info-overlay.item-detail .property > ul > li .value {
    float: left;
    width: 200px;
}

.info-overlay.item-detail .property.shows > ul > li .value {
    width: 500px;
}

.info-overlay.item-detail .property > ul > li .dataset-indicators .dataset-indicator {
    width: 7px;
    height: 7px;
    margin: 8px 2px;
    float: right;
    border-radius: 50%;
}

.info-overlay.item-detail .property .no-data {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    color: #626262;
}

.about-page {
    widht: 100%;
    height: 100%;
    position: fixed;
    background: url(../img/about_background.png) no-repeat;
}

.about-page > .left {
    float: left;
    width: 400px;
}

.about-page > .left a {
    font-size: 20px;
    color: #BFB231;
    font-weight: 400;
    cursor: pointer;
    padding: 30px 0 0 30px;
    display: block;
    text-transform: uppercase;
}

.about-page > .content {
    float: left;
    width: 600px;
    height: 100%;
    overflow: scroll;
    padding: 0 50px 50px 0;
}

.about-page > .content > .logos {
    width: 100%;
    text-align: center;
}

.about-page h1, h2 {
    margin: 20px 0;
    color: #C43A7E;
    text-transform: uppercase;
    font-size: 20px;
}

.about-page h2 {
    font-size: 15px;
}

.about-page p {
    font-size: 15px
}