﻿.mgz-timeline-descr {
    color: var(--bc9);
    width: 220px;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 6px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 17px;
}
.mgz-group {
    border: solid 3px var(--bc5);
    border-radius: 15px;
    margin: 0 10px 10px -5px;
    padding: 3px 7px 12px 3px;
    width: 1050px;
    float: left;
    min-height: 58px;
}

    .mgz-group > legend {
        margin: -14px 0 0 20px;
        width: unset !important;
        padding: 0 5px 0 5px;
        border: none;
        font-size: 16px;
        font-weight: bold;
    }

.mgz-timeline-title {
    color: var(--bc9);
    width: 220px;
    position: relative;
    font-size: 16px;
    padding: 3px 0 3px 6px;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
}
.mgz-timeline-article {
    width: 220px;
    box-sizing: border-box;
    float: left;
    display: block;
    position: relative;
}

    .mgz-timeline-article > img {
        width: 220px;
        height: 124px;
        filter: brightness(80%);
    }
.mgz-timeline-row {
    height: 124px;
    width: 440px;
    margin-bottom: 0;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    float: none;
}

.box {
    overflow: hidden;
    padding: 0 0 0 100px
}

    .box ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        transition: all 0.5s linear;
        top: 0;
    }

        .box ul:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            border: 1px dashed var(--bc9);
            position: absolute;
            top: 0;
            left: 30px
        }

        .box ul li {
            margin: 0 60px;
            position: relative;
        }

.timeline-item {
    border-left: solid 10px;
    padding: 10px 10px;
    background: var(--bc3);
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    width: 464px;
}

            .box ul li > span {
                content: "";
                display: block;
                width: 0;
                height: 100%;
                border: 1px solid var(--bc9);
                position: absolute;
                top: 0;
                left: -30px;
            }

                .box ul li > span:before /*,.box ul li > span:after*/ {
                    content: "";
                    display: block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: rgb(223, 109, 0);
                    border: 2px solid var(--bc9);
                    position: absolute;
                    top: 35px;
                    left: -4.5px;
                }

  
    .box .title {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px
    }

    .box .info:first-letter {
        text-transform: capitalize;
        line-height: 1.7
    }

    .box .name {
        margin-top: 10px;
        text-transform: capitalize;
        font-style: italic;
        text-align: right;
        margin-right: 20px
    }


    .box .time  {
        position: absolute;
        left: -150px;
        color: var(--bc9);
 //       font-weight: bold;
        font-size: 18px;
        top: 32px;
   //     padding-left: 6px;
//        top: -16px;
    }

.mgz-timeline-tagline {
    width:100%; 
    display:inline-block;
}

.mgz-timeline-tag, .mgz-timeline-sec, .mgz-timeline-aut {
    margin: 0px 2px 2px 2px;
    width: 100%;
    padding: 0px 4px;
    min-height: 24px;
    line-height: 24px;
    font-size: 18px;
    border-radius: 3px;
    float: left;
    flex: 0 1 auto;
    box-sizing: border-box;
    max-width: 150px;
    overflow: hidden;
}
.mgz-timeline-aut {
    color: #FFFFFF;
    background: rgb(223, 109, 0);
    border: solid 1px rgb(223, 109, 0);
}
.mgz-timeline-tag {
    color: var(--bc7);
    background: #FFFFFF;
    // color: #FFFFFF;
    border: solid 1px var(--bc7);
}
.mgz-timeline-sec {
    color: rgb(223, 109, 0);
    background: #FFFFFF;
    // color: #FFFFFF;
    border: solid 1px rgb(223, 109, 0);
}
.mgz-timeline-tag-del {
    margin: 0 -3px 0 -4px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    border-radius: 3px 0;
    float: left;
    flex: 0 1 auto;
    box-sizing: border-box;
    width: 24px;
    overflow: hidden;
    color: #FFFFFF;
    border: none;
    background: #FFFFFF
}


.mgz-timeline-sel {
    background-color: var(--bc1) !important;
}



.mgz-rhomb {
    margin: 15px auto;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    position: relative;
    /* non-essential styling */
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);
}
.mgz-au {
    font-size: 18px;
    line-height: 22px;
    margin: 3px 3px;
    text-align: center;
}
svg path {
    will-change: auto;
    stroke-width: 4px;
    stroke-miterlimit: round;
    transition: stroke-dashoffset 850ms ease-in-out;
}
.ref-item {
    //margin-left: -33px;
    border-left: solid 33px #859800; /* #C5D840;*/
    padding: 10px 10px;
    background: var(--bc3);
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    width: 494px;
}
.ref-capt {
    position: absolute;
    line-height: 24px;
    font-size: 18px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    height: 20px;
    bottom: 10px;
    left: -7px;
    transform-origin: bottom left;
}
.ref-place {
    display: block;
    position: relative;
    background-color: #FFFFFF !important;
    height: 122px;
    width: 441px;
    float: left;
}
.ref-bk-place {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    height: 122px;
    width: 441px;
    overflow: hidden;
    background-color: #FFFFFF;
    /*  background-color: var(--bc4); */
}
.ref-place-sec {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: 122px;
    width: 441px;
}
.ref-place-text {
    position: absolute;
    left: 116px;
    top: 10px;
    right: 10px;
}
.ref-prf-image {
    background-color: rgb(88, 88, 88);
    display: block;
    margin: 13px 0 0 10px;
    width: 96px;
    height: 96px;
}
.ref-member-text {
    color: var(--bc8);
    //text-shadow: 0.07em 0 black, 0 0.07em black, -0.07em 0 black, 0 -0.07em black;
}




.mgz-search-row {
    height: 124px;
    width: 240px;
    margin-bottom: 0;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    float: none;
}
.mgz-search-title {
    color: #FFFFFF;
    position: absolute;
    font-size: 16px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-decoration: none;
}
.search-item {
    padding: 10px 10px;
    background: var(--bc3);
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    width: 247px;
}
.col-timeline {
    box-sizing: border-box;
    text-align: left;
    width: 865px;
    max-width: 865px;
    margin: 0;
    padding: 10px;
    position: relative;
    display: block;
    float: left;
    background-color: var(--bc4);
    font-size: 16px;
    line-height: 22px;
}
.tml-h4 {
    box-sizing: border-box; 
    color: rgb(88, 88, 88);
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 15px;
    line-height: 15.84px;
    margin: 10px 5px 5px 0px;
}
.tml-cover {
    height: 160px;
    float: left;
    display: block;
    margin: 0 0 5px 10px;
    position: relative;
    width: 124px;
}

    .tml-cover > img {
        filter: brightness(80%);
        height: 160px;
        width: 124px;
    }

        .tml-cover > img:hover {
            filter: brightness(100%);
        }
.tml-cover-title-content {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 53px;
    /* other styles (left, top, right, and padding) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
}

.tml-cover-title {
    color: #FFFFFF;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    top: 4px;
    left: 4px;
    right: 4px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
}

.tml-cover-type {
    color: #FFFFFF;
    position: absolute;
    font-size: 7px;
    top: 20px;
    left: 4px;
    text-decoration: none;
}
.mgz-cover-item-place {
    position: absolute;
    bottom: 8px;
    left: 4px;
    right: 4px;
}

.mgz-cover-item {
    color: #FFFFFF;
    font-size: 7px;
    line-height: 7px;
    margin: 4px 0 0 0;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}
.li-banner {
    height: 400px;
}