﻿/*h1{
    font-size: 3.5rem !important;
}
h2 {
    font-size: 3.5rem !important;
}
*/
#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
	z-index: 1050;
}

#bg img 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
	width:950px;
	height:530px;
	border-radius:15px;
}
strong {color:#FFF;}
#title-next-stop {color:#FFF;}

ul.timeline {
    list-style-type: none;
    position: relative;
}

body{
    background-color: #000;
}

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
        padding-top: 3rem;
    }

    ul.timeline > li:before {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid red;
        left: 10px;
        width: 40px;
        height: 40px;
        /* top: 0px; */
        z-index: 400;
        margin-top: -2px;
    }

    ul.timeline:before {
        content: ' ';
        background: red;
        display: inline-block;
        position: absolute;
        left: 26px;
        width: 8px;
        height: 101%;
        z-index: 400;
    }

.mt-4 {
    margin-top: 2rem !important;
}

.fontFormat {
    white-space: break-spaces;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: unset;
    font-size: unset;
    text-align:left;
}

.time-li {
    margin: 20px 0;
    padding-left: 3rem;
    padding-top: 3rem;
}

.times {
    list-style-type: none;
}

.stop-desc {
    margin-top: -15px;
    margin-left: 20px;
}

.time-desc {
    margin-left: -150px;
    position: fixed;
    margin-top: 0px;
    padding-left: -20px;
}

.stop-desc-adr{
	margin-top: -25px;
    margin-left: 20px;
}

.time-desc-margin {
    margin-left: -152px;
    position: fixed;
    margin-top: -13px;
    padding-left: -20px;
}

@media screen and (max-width: 999px) {
    h1 {
        font-size: 2.1rem;
        color: #FFF;
    }
}

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 3rem;
        color:#FFF;
    }
}


/**LoADING PAGE*/
#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*end*/
