div#map-canvas {
    height: calc(100vh - 80px);
    max-height: 800px;
    width: 100%;
}

#section01 {
    background-color: #EEF8FE;
    position: relative;
}

.loaderMap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
}

#anim01, #anim02, #anim03 {
    position: relative;
    height: 375px;
}

#anim01-fluid {
    position: relative;
    background: url(/assets/img/map/milestones.png);
    background-repeat: repeat-x;
    background-size: 1750px;
    -webkit-animation: animate 60s linear infinite;
    animation: animate 60s linear infinite;
}

@-webkit-keyframes animate {
    from {
        background-position: 0 236px;
    }
    to {
        background-position: -1750px 236px;
    }
}

@keyframes animate {
    from {
        background-position: 0 236px;
    }
    to {
        background-position: -1750px 236px;
    }
}

.carAnim {
    background-image: url(/assets/img/map/car.png);
    background-size: 150px;
    background-repeat: no-repeat;
    -webkit-animation: animateCar 10s linear infinite;
    animation: animateCar 10s linear infinite;
    -ms-animation: animateCar 10s linear infinite;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 35px;
    left: 0;
}

@-webkit-keyframes animateCar {
    from {
        background-position: -150px 0;
    }
    to {
        background-position: calc(100% + 160px) 0;
    }
}

@keyframes animateCar {
    from {
        background-position: -10% 0;
    }
    to {
        background-position: 110% 0;
    }
}

#anim02-fluid {
    background: url(/assets/img/map/mountain.png);
    background-repeat: repeat-x;
    background-size: 1442px;
    background-position-y: 81%;
    position: relative;
}

.ground {
    position: absolute;
    width: 100%;
    background: #cddbe4;
    height: 70px;
    bottom: 0;
}

.tower {
    height: 234px;
    background-image: url(/assets/img/map/tower.png);
    width: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 36px;
    left: -10%;
}

.plain {
    background: url(/assets/img/map/plain.png);
    background-size: 125px;
    background-repeat: no-repeat;
    -webkit-animation: animatePlain 15s linear infinite;
    animation: animatePlain 15s linear infinite;
    width: 100%;
    height: 400px;
    position: absolute;
    top: -8px;
    left: 0;
}


@-webkit-keyframes animatePlain {
    0% {
        background-position: calc(100% + 160px) 0;
    }
    70% {
        background-position: 20% 350px;
    }
    100% {
        background-position: -160px 350px;
    }
}

@keyframes animatePlain {
    0% {
        background-position: 110% 0;
    }
    70% {
        background-position: 20% 350px;
    }
    100% {
        background-position: -10% 350px;
    }
}


.plainTakeoff {
    background: url(/assets/img/map/plain-reverse.png);
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-animation: animatePlainTakeOff 25s linear infinite;
    animation: animatePlainTakeOff 25s linear infinite;
    width: 100%;
    height: 400px;
    position: absolute;
}

@-webkit-keyframes animatePlainTakeOff {
    0% {
        background-position: -160px 290px;
    }
    100% {
        background-position: calc(100% + 160px) 90px;
    }
}


@keyframes animatePlainTakeOff {
    0% {
        background-position: -10% 290px;
    }
    100% {
        background-position: 120% 90px;
    }
}

#anim03-fluid {
    background: url(/assets/img/map/train--bg.svg);
    background-repeat: repeat-x;
    background-size: 1750px;
    -webkit-animation: animate02 80s linear infinite;
    animation: animate02 80s linear infinite;
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes animate02 {
    from {
        background-position: 0 180px;
    }
    to {
        background-position: -1750px 180px;
    }
}

@keyframes animate02 {
    from {
        background-position: 0 180px;
    }
    to {
        background-position: -1750px 180px;
    }
}

.train {
    width: 100%;
    height: 50px;
    background-image: url(/assets/img/map/train.png);
    background-repeat: no-repeat;
    background-size: 826px;
    -webkit-animation: animate03 10s linear infinite;
    animation: animate03 10s linear infinite;
    bottom: 0;
    position: absolute;
}

@-webkit-keyframes animate03 {
    from {
        background-position: calc(-826px) 0;
    }
    to {
        background-position: calc(100% + 826px) 0;
    }
}

@keyframes animate03 {
    from {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}

.train--reverse {
    width: 100%;
    height: 40px;
    background-image: url(/assets/img/map/train-reverse.png);
    background-repeat: no-repeat;
    background-size: 540px;
    -webkit-animation: animate04 10s linear infinite;
    animation: animate04 10s linear infinite;
    bottom: -1px;
    position: absolute;
}

@-webkit-keyframes animate04 {
    from {
        background-position: calc(100% + 826px) 0;
    }
    to {
        background-position: calc(-826px) 0;
    }
}

@keyframes animate04 {
    from {
        background-position: 160% 0;
    }
    to {
        background-position: -60% 0;
    }
}


.circle--Info {
    position: relative;
    width: 166px;
    height: 166px;
    background: #FFF;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6%;
}

.circle--Box {
    text-align: center;
}

p.road--Circle {
    color: #18C5F4;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    padding-top: 19px;
    margin-bottom: 5px;
    height: 60px;
}

p.time--Circle {
    font-size: 57px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #343f4d;
}

p.minute--Circle {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 20px;
    color: #343f4d;
}

.iconMob {
    display: none;
}

.container.contentText {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.contentBox {
    margin-top: -68px;
}

.contentBox ul {
    -webkit-padding-start: 20px;
    padding-top: 53%;
    max-width: 350px;
}

.contentBox li {
    padding-bottom: 30px;
    max-width: 300px;
    font-weight: 700;
}

.findout span {
    background: #343e4d;
    height: 68px;
    width: 68px;
    display: inline-block;
    float: left;
}

.findout p {
    height: 62px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 4rem;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 700;
}

.findout {
    height: 68x;
}

.findout span:after {
    content: "";
    background: url(/assets/img/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 68px;
    width: 68px;
    position: absolute;
}

a .findout {
    color: #ffffff;
    text-decoration: none;
    height: 68px;
    margin-left: 30px;
    width: calc(50% + 15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

a .findout:hover {
    background: #343e4d;
}

p.underTitle {
    max-width: 500px;
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {

    #anim01-fluid, #anim02-fluid, #anim03-fluid {
        background-image: none;
    }

    .container.contentText {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
    }

    #anim01, #anim02, #anim03 {
        position: relative;
        height: auto;
    }

    .plain, .plainTakeoff, .train--reverse, .train, .tower, .carAnim {
        background-image: none;
        display: none;
    }

    .circle--Info {
        position: relative;
        width: auto;
        height: auto;
        background: #EEF8FE;
        border-radius: 0;
        display: block;
        margin: 15px;
        text-align: left;
        border-bottom: 1px solid #c7dae6;
        padding-bottom: 16px;
    }

    .circle--Info br {
        display: none;
    }

    .ground {
        display: none;
    }

    #section01 {

        background-color: #EEF8FE;
        position: relative;

    }

    p.time--Circle {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 0px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    p.minute--Circle {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 0;
        display: inline-block;

    }

    p.road--Circle {
        color: #18C5F4;
        font-weight: 800;
        font-size: 20px;
        line-height: 20px;
        padding-top: 0;
        margin-bottom: 0;
        height: auto;
        display: inline-block;

    }

    .container.contentText {
        position: relative;
    }

    .contentBox {
        margin-top: 0;
    }

    .container.contentText p,
    .container.contentText ul {
        max-width: 500px;
    }

    .iconMob img {
        width: 90px;
    }

    .iconMob {
        display: block;
        height: 35px;
        width: 115px;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    div#map-canvas {
        height: calc(100vh - 80px);
        max-height: 500px;
    }

}

@media only screen and (max-width: 768px) {

    .contentBox ul {
        padding-top: 0;
    }

}