﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
.TileLineBoxItem {
    width: calc((100% - 80px) / 5);
    min-height: 250px;
    background-color: white;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.705);
    margin: 0px 20px 20px 0px;
}


@media (min-width:1201px) {
    .TimeLineBox div:nth-child(5n) {
        margin-right: 0px;
    }
}

@media (min-width:831px) and (max-width:1200px) {
    .TileLineBoxItem {
        width: calc((100% - 40px) / 3);
    }

    .TimeLineBox div:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (min-width:541px) and (max-width:830px) {
    .TileLineBoxItem {
        width: calc((100% - 20px) / 2);
    }

    .TimeLineBox div:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width:540px) {
    .TileLineBoxItem {
        width: 100%;
    }

    .TimeLineBox div:nth-child(n) {
        margin-right: 0px;
    }
}

.TimeTitle {
    color: #666;
    font-size: 1.1rem;
}

    .TimeTitle a {
        color: white;
    }


.bgTime1 {
  background-color: white !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime2 {
  background-color: #F0A13F !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime3 {
  background-color: #E6953A !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime4 {
  background-color: #DC8936 !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime5 {
  background-color: #D27C31 !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime6 {
  background-color: #C8702D !important;
  color: #333333;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime7 {
  background-color: #BE6428 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime8 {
  background-color: #B35824 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime9 {
  background-color: #A94C1F !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime10 {
  background-color: #9F401B !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime11 {
  background-color: #953316 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime12 {
  background-color: #953316 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime13 {
  background-color: #8B2712 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime14 {
  background-color: #811B0D !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime15 {
  background-color: #61140A !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTime16 {
  background-color: #200703 !important;
  color: white;
  letter-spacing: 3px;
  padding-left: 5px;
}

.bgTimetip1 {
    background: rgba(0,0,0,0);
}

.TimeCircle {
    line-height: 150px;
    width: 150px;
    text-align: center;
    background-color: #666;
    color: #000;
    text-decoration: none;
}

.Time2 {
    padding-left: 1rem !important;
}

@media(max-width:992px) {
    .bgTimetip1 {
        background-color: #CC885A !important;
    }

    .TimeCircle {
        line-height: 70px;
        width: 70px;
        text-align: center;
        background-color: #666;
        color: #000;
        text-decoration: none;
    }

    .Time2 {
        padding-left: 0px !important;
    }

    #vt2 .vtimeline-point .vtimeline-icon {
        top: 25px;
    }
}

.text-black {
    color: #000;
}