@media(max-width:889px) {
    .form-network {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:767px) {
    .error {
        font-size: 14px !important;
        width: 200px !important;
        margin: 10px auto !important;
        padding: 10px !important;
        background: #c7dae7 !important;
        border-color: #c7dae7 !important;
        color: #040404 !important;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: -58px;
    }

    .form-network {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .form-network input {
        display: block;
        width: 90%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: 0;
        padding: 5px;
        outline: none;
        font-size: 14px;
        color: #061B2B;
        height: 42px;
        margin: 20px auto;
    }

    .form-network button {
        display: block;
        height: 42px;
        line-height: 15px;
        font-size: 16px;
        background: #0092CB;
        color: #fff;
        margin: 0 auto;
    }

    .map-markers {
        font-size: 18px;
        background: #e5e5e5;
        border-radius: 4px;
        margin-top: 1em;
        height: inherit;
        margin-bottom: 1em !important;
        position: fixed;
        right: 0;
        top: 103px;
        z-index: 1;
        max-height: 28%;
    }

    .map-markers a {
        padding: 10px;
        border-bottom: 2px solid #d7d7d7;
        color: #000;
        line-height: 22px;
        display: block;
        text-align: center;
        width: inherit;
    }

    .connections-to p {
        margin-bottom: 0;
    }

    .connections-to img {
        width: 100%;
    }

    .metro-icons li img {
        width: 19px;
    }

    .map-markers a:last-of-type {
        border-bottom: none;
    }


    .map-legends-mobile {
        position: absolute;
        right: 55px;
        width: 280px;
        top: 79px;
        box-shadow: 1px 1px 3px #0000007d;
        background: #e9f0f5;
        display: none;
    }

    .metro-icons {
        list-style: none;
        padding-left: 0;
        text-align: right;
        margin-top: 10px;
    }

    .map-legends h4 {
        font-weight: normal;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .connections-to-h4 {
        margin-bottom: 10px !important;
    }

    .m-t-0 {
        margin-top: 0;
    }

    .map-legends {
        max-height: 130px;
        overflow-y: scroll;
        background: #e9f0f5;
        padding: 10px !important;
        border-top: 5px solid #10a4e3;
        margin-bottom: 0;
    }

    .map-legends p {
        font-size: 12px;
        line-height: normal;
    }

    .p-mob-l-0 {
        padding-left: 0 !important;
    }

    .stations-list img {
        width: 100% !important;
        margin-top: 10px;
    }

    .stations-list {
        max-height: inherit;
        overflow-y: inherit;
        display: block;
    }

    .p-mob-r-0 {
        padding-right: 0 !important;
    }

    .metro-icons li {
        margin-right: 0;
        text-align: left;
        font-size: 12px;
        float: left;
    }

    .mobile-info:hover .map-legends-mobile {
        display: block !important;
    }

    .Our-network .jumbotron h1 {
        text-align: center;
        color: #fff;
        font-weight: 300;
        font-size: 42px;
        line-height: 22px;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .jumbotron {
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        color: inherit;
        background-color: #eee;
    }
}

@media(max-width:360px) {
    .map-legends-mobile {
        position: absolute;
        right: 190px;
        width: 250px;
        top: 5px;
        display: block;
        box-shadow: 1px 1px 3px #0000007d;
        background: #e9f0f5;

    }
}