﻿
/*
.master_virtual_museum .lower_colour_band {
    background: #8B1B29
}

.master_virtual_museum .side_menu_container,
.master_virtual_museum .expandable_heading {
    background: #8B3540
}

.master_virtual_museum .page_banner {
    background: #690714
}

.master_virtual_museum .side_menu_container .selected {
    background: #66272f
}

.master_virtual_museum .side_menu_container .selected>a {
    background: #690714
}*/

/*.master_virtual_museum .side_menu_container .selected ul .selected > a {
    background: 0;
    font-family: OpenSansSemiBold, Arial, sans-serif
}*/

/*.master_virtual_museum .notice {
    background: #8B3540;
    color: #fff;
    clear: both
}*/
/*
.master_virtual_museum .notice a {
    color: #fff!important;
    text-decoration: underline
}

.master_virtual_museum .page_content h1,
.master_virtual_museum .page_content h2,
.master_virtual_museum .page_content a {
    color: #8B3540
}

.master_virtual_museum .page_content .btn-default {
    background: #8B3540;
    color: #fff;
    text-shadow: none;
}

.master_virtual_museum .page_content .btn-default:hover {
    background: #66272f
}

.master_virtual_museum .feature_box {
    background: #8b1b29
}

.master_virtual_museum .page_banner .banner_section {
    color: #D7727F
}*/

/* ------------------------------------------------------------------------- */

.page_museum_item header + h2 {
    font-family: OpenSansSemiBold, Arial, sans-serif;
}

.page_timeline h3 {
    font-size: 1.5em;
}

#tags {
    margin: 30px 0;
}

#tags h2 {
    margin-top: 0;
    font-size: 1.8em;
}

#tags hr {
    margin: 8px 0;
}

#tags p {
    margin: 8px 0;
}

#tags a {
    color: #000;  
}

.tag_cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    align-items: center;
}

    .tag_cloud a {
        padding: 3px 11px;
        background: var(--theme-color);
        border-radius: 15px;
        font-weight: 300;
    }
        .tag_cloud a:hover {
            background: var(--theme-color-dark);
        }

#timeline {
    padding: 25px 40px;
}

.timeline_popover {
    color: #fff !important;
    font-size: 0.7em;
    cursor: help;
    text-decoration: none !important;
    outline: 0 !important;
    background: #1B7BA5;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    line-height: 16px;
}

.page_timeline #timeline {
    margin-top: 0;
}

.timeline_item a{
    color: var(--black);
}
.timeline_item a:hover {
    color: var(--theme-color);
}

.timeline_item_image {
    max-height: 217px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {

    .timeline_item_image {
        height: auto;
    }

    .timeline_item_image img {
        width: 200px;
    }
}

.timeline_strapline {
    margin: 0;
    color: var(--grey-dark);
    font-size: 0.9em;
    line-height: 1.3em;
}

.timeline_item h2 {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 1.3em;
}

.timeline_item p {
    margin-top: 5px;
    margin-bottom: 0;
}

#timeline h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3em;
    text-align: center;
}

#timeline p:last-child {
    margin-bottom: 0;
}

.timeline_slider {
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.timeline_slider_track {
    /*background: url('../images/slider_track.jpg') repeat-x;*/
    height: 6px;
    background: gray;
    margin: 12px 0;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.timeline_slider_track_end {
    background: gray;
    position: absolute;
    top: 0;
    height: 6px;
    width: 12px;
    z-index: 5;
}

.timeline_slider_track_end_left {
    border-radius: 15px 0 0 15px;
    left: -12px;
}

.timeline_slider_track_end_right {
    border-radius: 0 15px 15px 0;
    right: -12px;
}



.timeline_years_label {
    height: 1px;
    background: #adbcbd;
    position: relative;
    text-align: center;
    margin: 0 12px;
    margin-bottom: 10px;
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.timeline_years_label:before {
    content: " ";
    display: block;
    position:absolute;
    top: -5px;
    left: 0;
    width: 1px;
    height: 5px;
    background: #adbcbd;
}

.timeline_years_label:after {
    content: " ";
    display: block;
    position:absolute;
    top: -5px;
    right: 0;
    width: 1px;
    height: 5px;
    background: #adbcbd;
}

.timeline_years_label span {
    background: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    top: -10px;
    z-index: 0;
}

.timeline_slider_handle {
    width: 20px;
    height: 20px;
    /*background: url('../images/slider_handle.jpg') center no-repeat;*/
    position: absolute;
    top: -7px;
    z-index: 7;
    border-radius: 10px;
    background: #fff;
    border: 4px solid var(--theme-color-dark);
    cursor: pointer;
}

.timeline_slider_handle_popup {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    text-align: center;
    display: none;
}

.timeline_slider_handle_popup_text {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;
    transform: translateX(-50%);
}

.timeline_slider_handle_popup_text:before {
    content: " ";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(0,0,0,0.4) transparent;
}

.timeline_slider_range {
    height: 6px;
    top: 0px;
    left: 0;
    background: var(--theme-color-dark);
    width: 0;
    position: absolute;
    z-index: 6;
}

.timeline_years {
    position: relative;
    height: 24px;
    margin-bottom: 5px;
    z-index: 1;
}

.timeline_years .year {
    position: absolute;
    top: 0;
    font-size: 0.9em;
}

.timeline_ticks {
    background: url('../images/tick.png');
    height: 7px;
    position: absolute;
    z-index: 4;
    top: -7px;
    left: 0px;
    right: 0px;
}

.timeline_eras {
    height: 35px;
}

.timeline_eras .era {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    max-width: 70px;
    text-align: center;
    line-height: 1.3em;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}

.timeline_eras .era span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.3em;
}