﻿@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

/* General CSS */
body {
    font-family: 'Raleway', sans-serif;
}

/* Other CSS */
.highlight a {
    background: blue !important;
}

.text-primary {
    color: #144169 !important;
}

.text-danger {
    color: #da262e !important;
}

.bx-wrapper {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 3px;
    }

.btn.focus, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Lines */
#lines {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-top: -19px;
    border-radius: 50%;
}

.lines {
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
}


    .lines.fs {
        font-size: 30px;
    }

    .lines.m1 {
        background-color: #e40a20;
    }

    .lines.m2 {
        background-color: #00903e;
    }

    .lines.m3 {
        background-color: #00a4df;
    }

    .lines.m4 {
        background-color: #e5096c;
    }

    .lines.m5 {
        background-color: #6b2d5f;
    }

    .lines.m6 {
        background-color: #d1ae75;
    }

    .lines.t1 {
        background-color: #094779;
    }

    .lines.t2 {
        background-color: #9bafa3;
    }

    .lines.t3 {
        background-color: #ad6319;
    }

    .lines.t4 {
        background-color: #ef783f;
    }

    .lines.f1 {
        background-color: #7b7257;
    }

    .lines.tf1 {
        background-color: #66bcb0;
    }

    .lines small {
        font-weight: 700;
    }

    .lines.lines-rounded {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 10px 0;
        font-size: 20px;
        float: left;
    }

a.metro_hat_link {
    text-decoration: none;
}
/* Header */
header {
    background-color: #fff;
    height: 160px;
    padding-top: 15px;
    position: relative;
}

    header.home {
        background-color: transparent;
    }

    header:before {
        content: '';
        background-color: #121f48;
        height: 15px;
        width: 45%;
        position: absolute;
        left: -1%;
        top: 0;
        -webkit-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -o-transform: skew(-45deg);
        transform: skew(-45deg);
        z-index: 1;
    }

    header:after {
        content: '';
        background-color: #ea131d;
        height: 15px;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    header .brand {
        display: inline-block;
        margin: 40px 0;
    }

        header .brand img {
            display: block;
            width: 100%;
            max-width: 240px;
            max-height: 64px;
        }

    header .dropdown {
        float: right;
    }

    header .btn-navbar {
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #144169;
        color: #ffffff;
        margin: 65px 0 40px 0;
        padding: 0;
        border: none;
        border-radius: 0;
        z-index: 2;
    }

        header .btn-navbar:after {
            display: none;
        }

        header .btn-navbar span {
            background-color: #fff;
            display: block;
            height: 4px;
            position: absolute;
            left: 5px;
            width: 30px;
        }

            header .btn-navbar span:nth-child(1) {
                top: 8px;
            }

            header .btn-navbar span:nth-child(2) {
                top: 18px;
            }

            header .btn-navbar span:nth-child(3) {
                top: 28px;
            }

    header .dropdown .dropdown-menu {
        background-color: #144169;
        border: none;
        border-radius: 0;
        list-style: none;
        margin: 25px 0 0;
        padding: 10px 15px;
        width: 280px;
    }

        header .dropdown .dropdown-menu[x-placement="bottom-end"] {
            top: -10px !important;
        }

        header .dropdown .dropdown-menu[x-placement="top-end"] {
            top: calc(100% - 40px) !important;
        }

    header .have-child > a {
        display: block;
        position: relative;
        line-height: 40px;
        background-image: none;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 55px;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding: 10px 0 10px 60px;
        border-bottom: #ffffff solid 1px;
    }

    header .have-child:last-child > a {
        border-bottom: none;
    }

    header .have-child > a[data-toggle="collapse"]:after {
        content: '\f107';
        font: normal normal normal 20px/1 FontAwesome;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transition: all .3s ease-in-out;
    }

    header .have-child.sub > a {
        background-image: none;
        border-bottom: none;
        padding: 10px 0;
    }

    header .have-child.right-ok > a:after {
        font: normal normal normal 16px/1 FontAwesome;
        right: 5px;
    }

    /*header .have-child.right-ok > a.collapsed:after {
        transform: rotate(-90deg);
    }*/

    header .have-child > a:hover,
    header .have-child > a:focus {
        text-decoration: none;
    }

    header .have-child > a.active,
    header .have-child > a.active:focus {
        background-color: #666666 !important;
        color: #ffffff;
    }

    header .have-child > a {
        font-size: 16px;
    }

        header .have-child > a + ul {
            padding: 10px 0 10px 30px;
        }

            header .have-child > a + ul > li > a {
                font-size: 15px;
                padding: 8px 0;
            }

                header .have-child > a + ul > li > a + ul {
                    padding: 0 0 0 30px;
                }

                    header .have-child > a + ul > li > a + ul > li > a {
                        font-size: 14px;
                        padding: 7px 0;
                    }

    header .panel-collapse {
        list-style: none;
        padding-left: 30px;
        padding-top: 10px;
        text-align: left;
    }

        header .panel-collapse li a {
            clear: both;
            color: #fff;
            display: block;
            font-weight: 400;
            line-height: 1;
            padding: 10px 0;
            text-decoration: none;
            white-space: nowrap;
        }

            header .panel-collapse li a:hover,
            header .panel-collapse li a:focus {
                text-decoration: none;
            }

    header .social {
        display: inline-block;
        position: absolute;
        margin: 0;
        padding: 0;
        list-style: none;
        right: -5px;
        top: 5px;
    }

        header .social li {
            padding: 0 3px;
            float: left;
        }

            header .social li a {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-color: transparent;
                background-image: url(../img/icon-social-media-big.png);
              /*  background-image: url(../img/icon-social-media-white-red.png);*/
                background-repeat: no-repeat;
                background-size: 120px 48px;
                color: transparent;
                text-decoration: none;
                text-indent: -999999px;
                transition: background-position 0.2s ease;
            }

                header .social li a.facebook {
                    background-position: 0 0;
                }

                    header .social li a.facebook:hover {
                        background-position: 0 -24px;
                    }

                header .social li a.twitter {
                    background-position: -24px 0;
                }

                    header .social li a.twitter:hover {
                        background-position: -24px -24px;
                    }

                header .social li a.instagram {
                    background-position: -48px 0;
                }

                    header .social li a.instagram:hover {
                        background-position: -48px -24px;
                    }

                header .social li a.linkedin {
                    background-position: -72px 0;
                }

                    header .social li a.linkedin:hover {
                        background-position: -72px -24px;
                    }

                header .social li a.youtube {
                    background-position: -96px 0;
                }

                    header .social li a.youtube:hover {
                        background-position: -96px -24px;
                    }


    header .social_a {
        display: inline-block;
        position: absolute;
        margin: 0;
        padding: 0;
        list-style: none;
        right: -5px;
        top: 5px;
    }

        header .social_a li {
            padding: 0 3px;
            float: left;
        }

            header .social_a li a {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-color: transparent;
                /*background-image: url(../img/icon-social-media-big.png);*/
                background-image: url(../img/icon-social-media-white-red.png);
                background-repeat: no-repeat;
                background-size: 120px 48px;
                color: transparent;
                text-decoration: none;
                text-indent: -999999px;
                transition: background-position 0.2s ease;
            }

                header .social_a li a.facebook {
                    background-position: 0 0;
                }

                    header .social_a li a.facebook:hover {
                        background-position: 0 -24px;
                    }

                header .social_a li a.twitter {
                    background-position: -24px 0;
                }

                    header .social_a li a.twitter:hover {
                        background-position: -24px -24px;
                    }

                header .social_a li a.instagram {
                    background-position: -48px 0;
                }

                    header .social_a li a.instagram:hover {
                        background-position: -48px -24px;
                    }

                header .social_a li a.linkedin {
                    background-position: -72px 0;
                }

                    header .social_a li a.linkedin:hover {
                        background-position: -72px -24px;
                    }

                header .social_a li a.youtube {
                    background-position: -96px 0;
                }

                    header .social_a li a.youtube:hover {
                        background-position: -96px -24px;
                    }

footer .social {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    right: -15px;
    top: 55px;
}

    footer .social li {
        padding: 0 3px;
        float: left;
    }

        footer .social li a {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: transparent;
            background-image: url(../img/icon-social-media-no-circle-big.png);
            background-repeat: no-repeat;
            background-size: 120px 48px;
            color: transparent;
            text-decoration: none;
            text-indent: -999999px;
            transition: background-position 0.2s ease;
        }

            footer .social li a.facebook {
                background-position: 0 0;
            }

                footer .social li a.facebook:hover {
                    background-position: 0 -24px;
                }

            footer .social li a.twitter {
                background-position: -24px 0;
            }

                footer .social li a.twitter:hover {
                    background-position: -24px -24px;
                }

            footer .social li a.instagram {
                background-position: -48px 0;
            }

                footer .social li a.instagram:hover {
                    background-position: -48px -24px;
                }

            footer .social li a.linkedin {
                background-position: -72px 0;
            }

                footer .social li a.linkedin:hover {
                    background-position: -72px -24px;
                }

            footer .social li a.youtube {
                background-position: -96px 0;
            }

                footer .social li a.youtube:hover {
                    background-position: -96px -24px;
                }
    header .language {
        background-color: #ea131d;
        display: inline-block;
        width: 29px;
        height: 44px;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 15px 0 0;
        position: absolute;
        right: 160px;
        top: -15px;
        transition: all .3s ease-in-out;
        z-index: 1;
    }

        header .language:hover {
            height: 65px;
        }

        header .language li {
            display: block;
        }

            header .language li a {
                background-color: #ea131d;
                color: #fff;
                display: inline-block;
                font-size: 12px;
                font-weight: 300;
                width: 29px;
                height: 24px;
                line-height: 24px;
                position: relative;
                text-align: center;
            }

                header .language li a:hover {
                    background-color: #ed4a52;
                    text-decoration: none;
                }

            header .language li:first-child a:after {
                content: '\f107';
                font: normal normal normal 14px/1 FontAwesome;
                position: absolute;
                bottom: -5px;
                left: calc(50% - 4.5px);
            }

        header .language:hover li:first-child a:after {
            content: none;
        }

    header .form-inline {
        position: absolute;
        right: 189px;
        top: 0;
    }

        header .form-inline.on-desktop {
            display: -webkit-box !important;
        }

        header .form-inline .form-control {
            display: none;
            width: 0;
            height: 29px;
            background-color: #ffffff;
            color: #1f285d;
            font-size: 11px;
            font-weight: 500;
            border-left: 0;
            border-right: 0;
            border-top: 0;
            border-radius: 0;
        }

        header .form-inline .btn-sm {
            width: 29px;
            height: 29px;
            background-color: #1f285d;
            color: #ffffff;
            font-size: 14px;
            border: none;
            border-radius: 0;
        }

#navbarMenu {
    margin-left: 40%;
}

/* Promo */
.promo {
    background-image: url(../img/home-promo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 0;
    max-height: none;
    height: auto;
}

    /* Sub Bar Active - Passive */
    .promo.sba {
        min-height: 630px;
        height: calc(100vh - 120px);
        max-height: 100vh;
    }

    .promo.sbp {
        min-height: 100vh;
        height: 100%;
    }

    .promo .container {
        position: relative;
    }

    .promo .h1 {
        color: #121f48;
        font-size: 54px;
        font-weight: 900;
        margin: 10px 0;
        text-align: center;
    }

    .promo .lens {
        background-image: url(../img/metro-lens.png);
        display: block;
        height: 252px;
        width: 201px;
        position: absolute;
        bottom: 0;
        right: 15px;
        opacity: .5;
    }

    .promo .actual {
        width: 700px;
        position: absolute;
        right: 0;
        top: calc(50% - 127px);
        height: 362px;
        overflow: hidden;
    }

        .promo .actual .actual-btn {
            background-color: #c8050a;
            border-radius: 6px 6px 0 0;
            box-shadow: 0 0 10px #000;
            color: #ffffff;
            display: inline-block;
            font-size: 24px;
            font-weight: 500;
            line-height: 1;
            padding: .75rem 1.75rem;
            position: absolute;
            right: -55px;
            top: calc(50% - 24px);
            text-align: center;
            text-decoration: none;
            transform: rotate(-90deg);
            z-index: 4;
        }

        .promo .actual span.top {
            background-color: #de1218;
            border-radius: 6px 6px 0 0;
            box-shadow: 0 0 10px #000;
            display: inline-block;
            padding: .75rem 1.75rem;
            position: absolute;
            right: -15px;
            top: calc(50% - 17.5px);
            transform: rotate(-90deg);
            z-index: 3;
            height: 35px;
            width: 130px;
        }

        .promo .actual span.bottom {
            background-color: #ee0c12;
            border-radius: 6px 6px 0 0;
            display: inline-block;
            padding: .75rem 1.75rem;
            position: absolute;
            right: 12px;
            top: calc(50% - 17.5px);
            transform: rotate(-90deg);
            z-index: 2;
            height: 35px;
            width: 110px;
        }

        .promo .actual .actual-detail {
            position: absolute;
            top: 0;
            right: -700px;
            width: 100%;
            height: 100%;
            background-color: rgba(234,19,29,.68);
            padding: 25px 100px 25px 50px;
            /*text-shadow: 0 0 10px #333;*/
            transition: all .3s ease-in-out;
            z-index: 1;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

            .promo .actual .actual-detail.active {
                right: 0;
            }

            .promo .actual .actual-detail .actual-close {
                position: absolute;
                top: 25px;
                left: 15px;
                color: #ffffff;
                font-size: 20px;
            }

            .promo .actual .actual-detail h1 {
                color: #ffffff;
                font-size: 28px;
                font-weight: 600;
                line-height: 1;
                margin: 0;
            }

                .promo .actual .actual-detail h1 small {
                    font-size: 44px;
                    font-weight: 600;
                    margin-bottom: 6%;
                }

            .promo .actual .actual-detail h2 {
                color: #ffffff;
                font-size: 28px;
                font-weight: 700;
                margin: 0;
            }

            .promo .actual .actual-detail .actualSlider > div[onclick] {
                cursor: pointer;
            }

        .promo .actual .bx-wrapper .bx-pager.bx-default-pager a {
            border: #fff solid 1px;
            background-color: transparent;
        }

            .promo .actual .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-color: #fff;
            }

    .promo .card {
        background-color: transparent;
        border: none;
        border-radius: .5rem .5rem 1rem 1rem;
    }

    .promo .card-header {
        background-color: #14426b;
        background-image: url(../img/card-header-bg.png);
        background-repeat: repeat;
        color: #ffffff;
        font-weight: 600;
        padding: .75rem .5rem;
        text-align: center;
        white-space: nowrap;
    }

        .promo .card-header:first-child {
            border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
        }

    .promo .card-body {
        background-color: #fff;
        background-image: url(../img/card-header-bg.png);
        background-repeat: repeat;
        padding: .5rem .5rem;
    }

    .promo .nav-pills {
        margin-bottom: .25rem;
    }

        .promo .nav-pills .nav-item {
            width: 50%;
        }

            .promo .nav-pills .nav-item:first-child {
                padding-right: 3px;
            }

            .promo .nav-pills .nav-item:last-child {
                padding-left: 3px;
            }

            .promo .nav-pills .nav-item .nav-link {
                color: #fff;
                font-size: 14px;
                font-weight: 300;
                line-height: 1;
                padding: .25rem .5rem;
                position: relative;
                text-align: center;
            }

            .promo .nav-pills .nav-item:first-child .nav-link {
                background-color: #da262e;
            }

            .promo .nav-pills .nav-item:last-child .nav-link {
                background-color: #164874;
            }

            .promo .nav-pills .nav-item .nav-link:after {
                content: '';
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 8px solid transparent;
                position: absolute;
                bottom: 0;
                left: calc(50% - 5px);
                opacity: 0;
                z-index: 1;
            }

            .promo .nav-pills .nav-item:first-child .nav-link.active:after {
                border-top: 8px solid #da262e;
                bottom: -8px;
                opacity: 1;
            }

            .promo .nav-pills .nav-item:last-child .nav-link.active:after {
                border-top: 8px solid #164874;
                bottom: -8px;
                opacity: 1;
            }

        .promo .nav-pills .nav-link.active,
        .promo .nav-pills .show > .nav-link {
            background-color: transparent;
            color: #fff;
        }

        .promo .nav-pills .nav-item.fault .nav-link:before {
            content: '';
            position: absolute;
            right: 3px;
            top: calc(50% - 12px);
            width: 28px;
            height: 25px;
            background-image: url(../img/fault-icon.png);
            background-position: 0 0;
            background-size: 28px 25px;
            background-repeat: no-repeat;
        }

    .promo .tab-pane {
        height: 212px;
        background-color: #ffffff;
        padding: .5rem;
    }

        .promo .tab-pane .update {
            border-bottom: #14426c solid 1px;
            color: #14426c;
            display: block;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            padding: .5rem 0 .5rem 2rem;
            position: relative;
            text-decoration: none;
            transition: all .3s ease-in-out;
        }

            .promo .tab-pane .update:before {
                content: '\f021';
                font: normal normal normal 24px/1 FontAwesome;
                position: absolute;
                left: 0;
                top: calc(50% - 12px);
                transform: rotate(0);
                transition: all .5s ease-in-out;
            }

            .promo .tab-pane .update:hover:before {
                transform: rotate(360deg);
            }

        .promo .tab-pane .voyage-ok {
            background-image: url(../img/voyage-ok-icon.png);
            background-position: bottom 5px center;
            background-repeat: no-repeat;
            padding-bottom: 118px;
        }

            .promo .tab-pane .voyage-ok .h5 {
                color: #14426b;
                font-weight: 900;
                margin: 0;
                padding: .5rem .5rem;
                text-align: center;
            }

                .promo .tab-pane .voyage-ok .h5 small {
                    display: block;
                    font-weight: 600;
                }

        .promo .tab-pane .voyage-fault {
            display: block;
            list-style: none;
            margin: .5rem 0 0;
            padding: 0;
        }

            .promo .tab-pane .voyage-fault li {
                display: inline-block;
                padding: 6px;
                position: relative;
            }

                .promo .tab-pane .voyage-fault li.fault:before {
                    content: '';
                    background-image: url(../img/fault-icon.png);
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    height: 20px;
                    width: 23px;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    background-size:22px;
                }

                .promo .tab-pane .voyage-fault li > a {
                    display: block;
                    height: 45px;
                    width: 45px;
                    text-decoration: none;
                }

                    .promo .tab-pane .voyage-fault li > a > .lines {
                        height: 100%;
                        width: 100%;
                        line-height: 45px;
                    }

                .promo .tab-pane .voyage-fault li > .popup {
                    background-color: #fff;
                    box-shadow: 0 0 5px rgba(0,0,0,.5);
                    color: #144169;
                    display: none;
                    font-size: 12px;
                    padding: 1.5rem .5rem .5rem;
                    position: absolute;
                    top: 65px;
                    left: 65px;
                    height: 185px;
                    width: 212px;
                    z-index: 1;
                }

                    .promo .tab-pane .voyage-fault li > .popup > .h6 {
                        background-image: url(../img/fault-icon.png);
                        background-repeat: no-repeat;
                        padding-left: 34px;
                    }

                    .promo .tab-pane .voyage-fault li > .popup > a {
                        border: #144169 solid 1px;
                        color: #144169;
                        padding: .25rem .5rem;
                    }

                    .promo .tab-pane .voyage-fault li > .popup > .fault-close {
                        border: none;
                        color: #144169;
                        display: inline-block;
                        font-size: 14px;
                        padding: 0;
                        position: absolute;
                        right: 5px;
                        top: 5px;
                    }

        .promo .tab-pane .form-group {
            margin-bottom: .25rem;
            position: relative;
        }

            .promo .tab-pane .form-group.exit-point,
            .promo .tab-pane .form-group.destination {
                overflow: hidden;
            }

                .promo .tab-pane .form-group.exit-point .form-control:focus,
                .promo .tab-pane .form-group.destination .form-control:focus {
                    color: #495057;
                    background-color: #ffffff;
                    border-color: #495057;
                    outline: 0;
                    box-shadow: 0 0 0 0.2rem rgba(73,80,87,.25);
                }

                .promo .tab-pane .form-group.exit-point a.map-marker,
                .promo .tab-pane .form-group.destination a.map-marker {
                    position: absolute;
                    top: 0;
                    right: -40px;
                    bottom: auto;
                    left: auto;
                    color: #144169;
                    background: transparent;
                    opacity: 0;
                    padding: 7px 12px;
                    border-radius: 0 5px 5px 0;
                    z-index: -1;
                    -webkit-transition: all 0.3s ease .0s;
                    -moz-transition: all 0.3s ease .0s;
                    -o-transition: all 0.3s ease .0s;
                    transition: all 0.3s ease .0s;
                }

                .promo .tab-pane .form-group.exit-point:hover a.map-marker,
                .promo .tab-pane .form-group.destination:hover a.map-marker {
                    right: 0;
                    opacity: 1;
                    z-index: 3;
                }

                    .promo .tab-pane .form-group.exit-point:hover a.map-marker:hover,
                    .promo .tab-pane .form-group.destination:hover a.map-marker:hover {
                        background: #144169;
                        color: #ffffff;
                        border-radius: 0 5px 5px 0;
                    }

                .promo .tab-pane .form-group.exit-point .form-control:focus + a.map-marker,
                .promo .tab-pane .form-group.destination .form-control:focus + a.map-marker {
                    right: 0;
                    background: #144169;
                    color: #ffffff;
                    opacity: 1;
                    z-index: 3;
                    border-radius: 0 5px 5px 0;
                }

                .promo .tab-pane .form-group.exit-point:before {
                    content: 'A';
                    color: #144169;
                    position: absolute;
                    left: .5rem;
                    top: calc(50% - 12px);
                }

                .promo .tab-pane .form-group.exit-point:after {
                    content: '';
                    background-color: #da262e;
                    height: 1px;
                    width: 20px;
                    position: absolute;
                    left: .25rem;
                    top: 50%;
                }

                .promo .tab-pane .form-group.destination:before {
                    content: 'B';
                    color: #144169;
                    position: absolute;
                    left: .5rem;
                    top: calc(50% - 12px);
                }

                .promo .tab-pane .form-group.destination:after {
                    content: '';
                    background-color: #da262e;
                    height: 1px;
                    width: 20px;
                    position: absolute;
                    left: .25rem;
                    top: 50%;
                }

        .promo .tab-pane .form-control {
            padding-left: 2rem;
        }

        .promo .tab-pane .form-control-sm,
        .promo .tab-pane .custom-control-sm {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            padding: .35rem;
        }

        .promo .tab-pane .btn-secondary {
            background-color: #164874;
            border-color: #164874;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

        .promo .tab-pane .extra {
            display: table;
            list-style: none;
            margin: 10px 0 0 0;
            padding: 0;
            width: 100%;
        }

            .promo .tab-pane .extra li {
                display: table-cell;
                width: 33%;
            }

                .promo .tab-pane .extra li a {
                    display: block;
                    color: #0d4b80;
                    font-size: 12px;
                    text-align: center;
                    text-decoration: none;
                    -webkit-transition: all linear .3s 0s;
                    -moz-transition: all linear .3s 0s;
                    -o-transition: all linear .3s 0s;
                    transition: all linear .3s 0s;
                }

                    .promo .tab-pane .extra li a:before {
                        display: block;
                        content: '';
                        height: 40px;
                        line-height: 40px;
                        background-image: none;
                        background-position: center top;
                        background-repeat: no-repeat;
                        background-size: 40px 80px;
                        color: #ffffff;
                        text-align: center;
                        padding: 40px 5px 0 5px;
                        margin-bottom: 10px;
                        text-decoration: none;
                        -webkit-transition: all linear .2s 0s;
                        -moz-transition: all linear .2s 0s;
                        -o-transition: all linear .2s 0s;
                        transition: all linear .2s 0s;
                    }

        .promo .tab-pane a span.svg {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: auto;
            clear: both;
        }

            .promo .tab-pane a span.svg img {
                max-width: 100%;
                height: auto;
            }

        .promo .tab-pane .extra li:nth-child(1) a:before {
            background-image: url('../img/icon-plan-your-journey-one.png');
        }

        .promo .tab-pane .extra li:nth-child(2) a:before {
            background-image: url('../img/icon-plan-your-journey-two.png');
        }

        .promo .tab-pane .extra li:nth-child(3) a:before {
            background-image: url('../img/icon-plan-your-journey-three.png');
        }

        .promo .tab-pane .extra li a:hover:before {
            background-position: center bottom;
        }

        .promo .tab-pane .extra li a:focus:before {
            background-position: center top;
        }

    .promo .card-footer {
        background-color: #14426b;
        border-color: #d42730;
        border-width: 3px;
        margin-top: 3px;
        padding: .5rem .5rem;
        text-align: center;
    }

        .promo .card-footer:last-child {
            border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
        }

        .promo .card-footer img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

/* Promo Links */
.promo-links {
    background-color: #144169;
    background-image: url(../img/card-header-bg.png);
    background-repeat: repeat;
}

    .promo-links.pl-fixed {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 100vw;
        height: auto;
        box-shadow: 0 -10px 20px -10px rgba(20, 65, 105,0.75);
        z-index: 9999;
    }

    .promo-links ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .promo-links ul li {
            display: table-cell;
            padding: 10px 0;
            vertical-align: bottom;
        }

            .promo-links ul li a {
                display: block;
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                transition: all .3s ease-in-out;
            }

                .promo-links ul li a:before {
                    display: block;
                    content: '';
                    background-image: url(../img/promo-links-icons.png);
                    background-position: center -20px;
                    background-repeat: no-repeat;
                    color: #ffffff;
                    text-align: center;
                    padding-top: 75px;
                    transition: all .3s ease-in-out;
                }

            .promo-links ul li.one a:before {
                background-position: center -20px;
            }

            .promo-links ul li.two a:before {
                background-position: center -120px;
            }

            .promo-links ul li.three a:before {
                background-position: center -220px;
            }

            .promo-links ul li.four a:before {
                background-position: center -320px;
            }

            .promo-links ul li.five a:before {
                background-position: center -420px;
            }

            .promo-links ul li a:hover:before,
            .promo-links ul li a:focus:before {
                padding-top: 70px;
                text-decoration: none;
            }

.promo-links-v2 {
    background-color: #144169;
    background-image: url(../img/card-header-bg.png);
    background-repeat: repeat;
}

    .promo-links-v2 ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .promo-links-v2 ul li {
            display: block;
            padding: 10px 0;
            text-align: center;
            vertical-align: bottom;
        }

            .promo-links-v2 ul li a {
                display: block;
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                transition: all 0.3s linear;
            }

                .promo-links-v2 ul li a:before {
                    display: block;
                    content: '';
                    background-image: none;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 75px 75px;
                    color: #ffffff;
                    text-align: center;
                    padding-top: 75px;
                    transition: all 0.3s linear;
                }

            .promo-links-v2 ul li.one a:before {
                background-image: url(../img/icon-pl-one.png);
            }

            .promo-links-v2 ul li.two a:before {
                background-image: url(../img/icon-pl-two.png);
            }

            .promo-links-v2 ul li.three a:before {
                background-image: url(../img/icon-pl-three.png);
            }

            .promo-links-v2 ul li.four a:before {
                background-image: url(../img/icon-pl-four.png);
            }

            .promo-links-v2 ul li.five a:before {
                background-image: url(../img/icon-pl-five.png);
            }

            .promo-links-v2 ul li a:hover:before,
            .promo-links-v2 ul li a:focus:before {
                padding-top: 70px;
                text-decoration: none;
            }

/* Addinational Section */
.service-information {
    display: block;
    position: relative;
    width: 100%;
    min-height: 160px;
    max-height: 320px;
    background-color: #ededed;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
}

    .service-information .top-line {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 36px;
        background-color: transparent;
        overflow: hidden;
    }

        .service-information .top-line:before {
            position: absolute;
            top: 0;
            left: -2%;
            content: '';
            width: 53%;
            height: 36px;
            background-color: #164874;
            -webkit-transform: skew(-45deg);
            -moz-transform: skew(-45deg);
            -o-transform: skew(-45deg);
            transform: skew(-45deg);
            z-index: 0;
        }

        .service-information .top-line:after {
            position: absolute;
            top: 0;
            left: 51.5%;
            content: '';
            width: 60%;
            height: 36px;
            background-color: #da262e;
            -webkit-transform: skew(-45deg);
            -moz-transform: skew(-45deg);
            -o-transform: skew(-45deg);
            transform: skew(-45deg);
            z-index: 0;
        }

    .service-information title,
    .service-information h3.title {
        display: block;
        line-height: 36px;
        background: none;
        color: #ffffff;
        background-color: transparent;
        font-family: "Raleway", Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
        clear: both;
    }

    .service-information .service-title,
    .service-information h5.service-title {
        display: block;
        line-height: 30px;
        color: #164874;
        font-family: "Raleway", Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #164874;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
        clear: both;
    }

    .service-information .title + .row > [class*="col"],
    .service-information h3.title + .row > [class*="col"] {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .service-information .title + .row > [class*="col"].effect,
        .service-information h3.title + .row > [class*="col"].effect {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .service-information .title + .row > [class*="col"].effect:hover,
            .service-information h3.title + .row > [class*="col"].effect:hover {
                -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.2);
                -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.2);
                box-shadow: 0 5px 20px rgba(0,0,0,0.2);
                -webkit-transform: translate(0, 3px);
                -moz-transform: translate(0, 3px);
                transform: translate(0, 3px);
                opacity: 1 !important;
            }

        .service-information .title + .row > [class*="col"]:hover img.service,
        .service-information h3.title + .row > [class*="col"]:hover img.service {
            opacity: 0;
            z-index: -1;
        }

        .service-information .title + .row > [class*="col"]:hover img.service-second,
        .service-information h3.title + .row > [class*="col"]:hover img.service-second {
            opacity: 1;
            z-index: 1;
        }

    .service-information .service-title + .row,
    .service-information h5.service-title + .row {
        color: #164874;
        font-family: "Raleway", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        margin: 0;
        z-index: 1;
        white-space: nowrap;
        clear: both;
    }

        .service-information .service-title + .row > [class*="col"]:hover + img.service,
        .service-information h5.service-title + .row > [class*="col"]:hover + img.service {
            opacity: 0;
        }

        .service-information .service-title + .row > [class*="col"]:hover + img.service-second,
        .service-information h5.service-title + .row > [class*="col"]:hover + img.service-second {
            opacity: 1;
        }

        .service-information .service-title + .row > [class*="col"] > .row,
        .service-information h5.service-title + .row > [class*="col"] > .row {
            line-height: 20px;
        }

    .service-information img.service {
        display: block;
        width: 100%;
        max-width: 34px;
        height: auto;
        text-align: center;
        margin: 0 auto;
        clear: both;
    }

        .service-information img.service-second,
        .service-information img.service + img.service-second {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            max-width: 34px;
            height: auto;
            text-align: center;
            margin: 0 auto;
            opacity: 0;
            clear: both;
        }

    .service-information img.statu {
        display: block;
        width: 100%;
        max-width: 13px;
        height: auto;
        text-align: center;
        margin: 0 auto;
        clear: both;
    }

/* Bulletin */
.bulletin {
    margin: 60px 0;
}

    .bulletin .owl-theme .owl-nav.disabled + .owl-dots {
        display: table;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        clear: both;
    }

    .bulletin .card {
        border: none;
        border-radius: 0;
    }

    .bulletin .bg-dark {
        background-color: #12395d !important;
    }

    .bulletin .bg-danger {
        background-color: #da262e !important;
    }

    .bulletin .card-img-top {
        border-radius: 0;
    }

    .bulletin .card-body {
        padding: 1.25rem 2.5rem 2.5rem;
    }

    .bulletin .card-title {
        border-bottom: #fff solid 1px;
        display: inline-block;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .bulletin .card-text {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        min-height: 40px;
        height: 40px;
        max-height: 40px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

    .bulletin .card-link {
        border: #fff solid 1px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0 5px;
        transition: all .3s ease-in-out;
    }

    .bulletin .bg-dark .card-link:hover,
    .bulletin .bg-dark .card-link:focus {
        background-color: #fff;
        color: #12395d;
    }

    .bulletin .bg-danger .card-link:hover,
    .bulletin .bg-danger .card-link:focus {
        background-color: #fff;
        color: #da262e;
    }

    .bulletin .bx-wrapper .bx-pager {
        bottom: 15px;
        padding: 0;
    }

        .bulletin .bx-wrapper .bx-pager.bx-default-pager a {
            background-color: rgba(255,255,255,.5);
            transition: all .3s ease-in-out;
        }

            .bulletin .bx-wrapper .bx-pager.bx-default-pager a.active,
            .bulletin .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bulletin .bx-wrapper .bx-pager.bx-default-pager a:focus {
                background-color: rgba(255,255,255,1);
            }

/* FAQ */
.faq {
    background-color: #113e67;
    padding: 60px 0;
}

    .faq .h4 {
        color: #fff;
        font-weight: 600;
        padding: 0 1rem;
    }

        .faq .h4 a {
            color: #fff;
            display: inline-block;
            float: right;
            font-size: 1rem;
            font-weight: 300;
            line-height: 2;
        }

    .faq .form-control {
        border-color: #113e67;
        font-size: 14px;
    }

    .faq .btn-dark {
        background-color: #0c2b47;
        border-color: #0c2b47;
        color: #db262e;
    }

    .faq .questions {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .faq .questions li {
            display: inline-block;
            padding-right: 30px;
            margin-bottom: 10px;
        }

            .faq .questions li:last-child {
                padding: 0;
            }

            .faq .questions li a {
                background-color: #092742;
                border-radius: 4px;
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 300;
                padding: .5rem 1rem;
                text-decoration: none;
                transition: all .3s ease-in-out;
            }

                .faq .questions li a:hover,
                .faq .questions li a:focus {
                    background-color: #0e3558;
                }

/* Home Info */
.home-info {
    margin: 60px 0;
}

    .home-info .jumbotron {
        background-color: #f3f3f3;
        border-radius: 0;
        margin: 0;
        padding: 1.5rem 1.75rem;
    }

        .home-info .jumbotron .h2 {
            color: #1f285d;
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
            margin-bottom: 3rem;
            text-align: center;
        }

        .home-info .jumbotron .lines-info {
            display: block;
            height: calc(100% - 10px);
            min-height: 120px;
            max-height: 100%;
            line-height: 1;
            background-color: #d7d7d7;
            color: #6d6e71;
            font-size: 12px;
            font-weight: 500;
            text-align: center;
            padding: .25rem;
            margin-bottom: 10px;
            border-radius: 2px;
        }

            .home-info .jumbotron .lines-info:hover,
            .home-info .jumbotron .lines-info:focus {
                background-color: #b7b7b7;
                color: #333;
                text-decoration: none;
                transition: all .3s ease-in-out;
            }

            .home-info .jumbotron .lines-info .lines {
                line-height: 72px;
                margin: 0 auto .5rem;
                height: 72px;
                width: 72px;
            }

    .home-info .home-info-cards .card {
        /*max-height: 350px;*/
        margin-bottom: 16px;
        border: none;
        border-radius: 0;
    }

        .home-info .home-info-cards .card:last-child {
            margin-bottom: 0;
        }

    .home-info .bg-dark {
        background-color: #12395d !important;
    }

    .home-info .bg-danger {
        background-color: #da262e !important;
    }

    .home-info .card-img-bottom {
        border-radius: 0;
    }

    .home-info .card-body {
        position: relative;
        padding: 1rem .25rem;
    }

        .home-info .card-body:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #12395d;
            position: absolute;
            bottom: -10px;
            left: calc(50% - 5px);
        }

    .home-info .bg-danger .card-body:after {
        border-top: 10px solid #da262e;
    }

    .home-info .card-title {
        /*font-size: 100%;*/
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .home-info .card-link {
        border: #fff solid 1px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0 5px;
        transition: all .3s ease-in-out;
    }

    .home-info .bg-dark .card-link:hover,
    .home-info .bg-dark .card-link:focus {
        background-color: #fff;
        color: #12395d;
    }

    .home-info .bg-danger .card-link:hover,
    .home-info .bg-danger .card-link:focus {
        background-color: #fff;
        color: #da262e;
    }

/* Home Projects */
.home-projects {
    background-color: #092e4f;
    background-position: left top;
    background-repeat: no-repeat;
    height: 400px;
    padding: 40px 0;
    background-size: 50% 100% !important;
}

    .home-projects .h1 {
        color: #ffffff;
        font-size: 3.9rem;
        font-weight: 700;
        line-height: 1;
        text-align: right;
        white-space: nowrap;
    }

        .home-projects .h1 span {
            display: block;
            font-size: 3.6rem;
        }

    .home-projects p {
        color: #fff;
        font-size: 1rem;
        font-weight: 300;
        text-align: right;
    }

    .home-projects ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 1rem auto 2rem;
        float: right;
        clear: both;
    }

        .home-projects ul li {
            display: table-cell;
            width: 25%;
            line-height: 1;
            color: #ffffff;
            text-align: center;
            padding: 10px;
            vertical-align: bottom;
            border-right: 1px solid #ffffff;
        }

            .home-projects ul li:last-child {
                border: none;
            }

            .home-projects ul li:after {
                display: block;
                content: '';
                background-image: url(../img/projects-metro-icons.png);
                background-position: center 0;
                background-repeat: no-repeat;
                color: #ffffff;
                text-align: center;
                padding-bottom: 50px;
                overflow: visible;
                transition: all .3s ease-in-out;
            }

            .home-projects ul li:first-child:after {
                background-position: center -50px;
            }

            .home-projects ul li:nth-child(2):after {
                background-position: center -140px;
            }

            .home-projects ul li:nth-child(3):after {
                background-position: center -230px;
            }

            .home-projects ul li:last-child:after {
                background-position: center -320px;
            }

    .home-projects .links {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
        padding: 0 5px;
        float: right;
        border: #ffffff solid 1px;
        transition: all .3s ease-in-out;
    }

        .home-projects .links:hover,
        .home-projects .links:focus {
            background-color: #fff;
            color: #12395d;
            text-decoration: none;
        }

/* Home Banners */
.home-banners {
    margin: 60px 0;
}

    .home-banners .banner {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        clear: both;
    }

        .home-banners .banner.bg-info {
            background-color: #00c5d3 !important;
        }

        .home-banners .banner.bg-danger {
            background-color: #ea131d !important;
        }

        .home-banners .banner.bg-warning {
            background-color: #ffa409 !important;
        }

        .home-banners .banner li {
            display: table-cell;
            width: 50%;
            position: relative;
            text-align: center;
            vertical-align: middle;
            float: none;
        }

            .home-banners .banner li:first-child:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-left: 10px solid #00c5d3;
                border-bottom: 10px solid transparent;
                position: absolute;
                right: -10px;
                top: calc(50% - 5px);
                z-index: 1;
            }

        .home-banners .banner.bg-danger li:first-child:after {
            border-left: 10px solid #ea131d;
        }

        .home-banners .banner.bg-warning li:first-child:after {
            border-left: 10px solid #ffa409;
        }

        .home-banners .banner h6 {
            color: #fff;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .home-banners .banner a {
            border: #fff solid 1px;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            padding: 0 5px;
            transition: all .3s ease-in-out;
        }

            .home-banners .banner a:hover {
                background-color: #fff;
                border-color: #fff;
                text-decoration: none;
            }

        .home-banners .banner.bg-info a:hover {
            color: #00c5d3;
        }

        .home-banners .banner.bg-danger a:hover {
            color: #ea131d;
        }

        .home-banners .banner.bg-warning a:hover {
            color: #ffa409;
        }

/* Breadcrumb */
.breadcrumb-area {
    background-color: #f3f4f4;
}

    .breadcrumb-area .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        font-size: 17px;
        font-weight: 300;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .breadcrumb-area .breadcrumb a {
            color: #808285;
            transition: all .3s ease-in-out;
        }

            .breadcrumb-area .breadcrumb a:hover,
            .breadcrumb-area .breadcrumb a:focus {
                color: #000;
                text-decoration: none;
            }

            .breadcrumb-area .breadcrumb a img.home-icon {
                max-width: 24px;
                max-height: 24px;
            }

            .breadcrumb-area .breadcrumb a div.home-icon,
            .breadcrumb-area .breadcrumb a span.home-icon,
            .breadcrumb-area .breadcrumb a label.home-icon {
                display: block;
                width: 24px;
                height: 24px;
                max-width: 24px;
                max-height: 24px;
                background-image: url(/assets/img/home-icon.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 24px;
            }

    .breadcrumb-area .breadcrumb-item.active {
        color: #1f285d;
    }

    .breadcrumb-area .breadcrumb-item + .breadcrumb-item::before {
        content: '\f105';
        font: normal normal normal 18px/1 FontAwesome;
    }

/* Page Head */
.page-head {
    position: relative;
    height: 345px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .page-head:before {
        content: '';
        background-color: rgba(20,65,105,.7);
        height: 150px;
        width: 60%;
        position: absolute;
        left: -10%;
        top: 0;
        -webkit-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -o-transform: skew(-45deg);
        transform: skew(-45deg);
        z-index: 1;
    }

    .page-head.news:before {
        display: none;
    }

    .page-head.only-text {
        background-color: #da262e;
        background-image: none;
        height: auto;
    }

        .page-head.only-text:before {
            content: '';
            background-color: #121f48;
            height: 100%;
            width: 75%;
            position: absolute;
            left: -10%;
            top: 0;
            -webkit-transform: skew(-45deg);
            -moz-transform: skew(-45deg);
            -o-transform: skew(-45deg);
            transform: skew(-45deg);
        }

    .page-head .h1 {
        color: #ffffff;
        font-size: 52px;
        font-weight: 500;
        margin: 0;
        padding: 44px 0;
        position: relative;
        z-index: 2;
    }

    .page-head.only-text .h1 {
        background-color: transparent;
        padding: 24px 0;
        text-transform: capitalize;
    }

    .page-head .lens {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 30%;
        height: calc(100% - 100px);
        background-image: url(../img/metro-lens.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.5;
    }

    .page-head .container {
        height: 100%;
        position: relative;
    }

/* Content */
.content {
    padding: 50px 0 100px;
}

    .content .nav.flex-column {
        background-color: #f3f4f4;
    }

        .content .nav.flex-column .nav-item {
            border-bottom: #cacaca solid 1px;
        }

        .content .nav.flex-column .h4 {
            color: #1f285d;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            margin: 0;
            padding: 1rem;
        }

    .content .flex-column.nav .nav-link.collapsed, .content .flex-column.nav .nav-link.active {
        color: #484849 !important;
        background-color: #cacaca !important;
        background: transparent !important;
        font-weight: 500 !important;
    }

        .content .flex-column.nav .nav-link.collapsed:hover, .content .flex-column.nav .nav-link.collapsed:focus,
        .content .flex-column.nav .nav-link.collapsed:active, .content .flex-column.nav .nav-link.active:hover,
        .content .flex-column.nav .nav-link.active:focus, .content .flex-column.nav .nav-link.active:active,
        .content .flex-column.nav .nav-link:hover, .content .flex-column.nav .nav-link:focus,
        .content .flex-column.nav .nav-link:active {
            color: white !important;
            transition: all .3s ease-in-out !important;
            font-weight: 600 !important;
            background-color: #1f285d !important;
        }

    .content .nav.flex-column .nav-link {
        color: #484849;
        font-weight: 500;
        line-height: 1.2;
        padding: 1.2rem 1.2rem 1.2rem 3rem;
        position: relative;
    }

        .content .nav.flex-column .nav-link:hover,
        .content .nav.flex-column .nav-link:focus,
        .content .nav.flex-column .nav-link.active,
        .content .nav.flex-column .nav-link[role="button"] {
            color: #1f285d;
            transition: all .3s ease-in-out;
            font-weight: 600;
        }

        .content .nav.flex-column .nav-link.active {
            color: white !important;
            font-weight: 600 !important;
            background-color: #1f285d !important;
        }

        .content .nav.flex-column .nav-link[role="button"]:after {
            content: '\f107';
            font: normal normal normal 16px/1 FontAwesome;
            position: absolute;
            right: 15px;
            top: calc(50% - 8px);
            transform: rotate(-180deg);
            transition: all .3s ease-in-out;
        }

        .content .nav.flex-column .nav-link .lines {
            position: absolute;
            top: 50%;
            left: 10px;
            width: 33px;
            height: 33px;
            line-height: 33px;
            font-size: 14px;
            margin: 0;
            margin-top: -16px;
        }

            .content .nav.flex-column .nav-link .lines.fs {
                font-size: 13px;
            }

        .content .nav.flex-column .nav-link[role="button"].collapsed:after {
            transform: rotate(0);
        }

        .content .nav.flex-column .nav-link.complaint:after,
        .content .nav.flex-column .nav-link.whatsapp:after {
            display: inline;
            position: absolute;
            content: '';
            width: 42px;
            height: 48px;
            top: 5px;
            right: 5px;
        }

        .content .nav.flex-column .nav-link.complaint:after {
            background-image: url(../img/static-page-nav-icons.png);
            background-position: top;
            background-repeat: no-repeat;
        }

        .content .nav.flex-column .nav-link.whatsapp:after {
            background-image: url(../img/static-page-nav-icons.png);
            background-position: bottom;
            background-repeat: no-repeat;
        }

        .content .nav.flex-column .nav-link.complaint:hover:after,
        .content .nav.flex-column .nav-link.whatsapp:hover:after {
            -webkit-filter: brightness(0) invert(1);
            -moz-filter: brightness(0) invert(1);
            -o-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

    .content .nav.flex-column .nav-item .list-group-item {
        background-color: #f3f4f4;
        border-radius: 0;
        border: none;
        padding-left: 60px;
        font-size: 14px;
        border-bottom: #cacaca solid 1px;
    }

        .content .nav.flex-column .nav-item .list-group-item.active {
            background-color: #144169;
        }

        .content .nav.flex-column .nav-item .list-group-item:first-child {
            border-bottom: #cacaca solid 1px;
        }

        .content .nav.flex-column .nav-item .list-group-item:last-child {
            border: none;
        }

        .content .nav.flex-column .nav-item .list-group-item a {
            display: block;
        }

        .content .nav.flex-column .nav-item .list-group-item.active a {
            color: #fff;
        }

            .content .nav.flex-column .nav-item .list-group-item.active a:hover,
            .content .nav.flex-column .nav-item .list-group-item.active a:focus {
                background-color: transparent;
                color: #fff;
            }

    .content h1 {
        color: #1f285d;
        font-size: 55px;
        line-height: 1;
        margin: 0 0 40px;
        padding-left: 20px;
        padding-top: 15px;
        position: relative;
    }

        .content h1::first-letter {
            color: #ea131d;
            font-size: 70px;
            font-weight: 700;
        }

        .content h1:first-letter {
            color: #ea131d;
            font-size: 70px;
            font-weight: 700;
        }

        .content h1:after {
            content: '';
            background-color: #e1e1e1;
            height: 66px;
            position: absolute;
            left: 0;
            top: 0;
            width: 66px;
            z-index: -1;
        }

    .content .line-selection-box {
        background-color: #f3f4f4;
        height: 40px;
        margin-bottom: 2rem;
        overflow: hidden;
        padding-bottom: 1rem;
        position: relative;
        transition: all .3s ease-in-out;
    }

        .content .line-selection-box.active {
            height: 310px;
        }

            .content .line-selection-box.active .line-selection-content {
                height: 250px;
                overflow-y: auto;
                overflow-x: hidden;
            }

        .content .line-selection-box .line-selection-content {
            height: 0;
        }

        .content .line-selection-box .h5 {
            background-color: #1f285d;
            color: #fff;
            display: block;
            font-weight: 600;
            padding: .5rem 1rem;
            position: relative;
            text-decoration: none;
        }

            .content .line-selection-box .h5:after {
                content: '\f107';
                font: normal normal normal 18px/1 FontAwesome;
                position: absolute;
                right: 1rem;
                top: calc(50% - 9px);
                transform: rotate(0);
                transition: all .3s ease-in-out;
            }

        .content .line-selection-box.active .h5:after {
            transform: rotate(-180deg);
        }

        .content .line-selection-box .custom-control {
            margin-bottom: 1rem;
            padding-left: 1rem;
            padding-right: 2.5rem;
        }

        .content .line-selection-box .custom-control-label {
            color: #1f285d;
            cursor: pointer;
            font-size: 14px;
            line-height: 1;
        }

            .content .line-selection-box .custom-control-label::before,
            .content .line-selection-box .custom-control-label::after {
                left: auto;
                right: 1rem;
            }

        .content .line-selection-box .btn-all-select {
            background-color: #1f285d;
            border-radius: 0;
            color: #fff;
            font-size: 12px;
            margin-right: 1rem;
        }

    .content .input-group-text {
        background-color: #da262e;
        border: none;
        border-radius: 0;
        color: #fff;
        text-align: left;
        width: 205px;
    }

    .content .input-group .form-control,
    .content .input-group .custom-select {
        background-color: #f4f4f4;
        border: none;
        border-radius: 0;
    }

        .content .input-group .form-control:disabled {
            background-color: #a0a0a0;
        }

    .content .input-group .input-group-text.null {
        background-color: #fff;
        height: 36px;
    }

    .content .input-group .input-group-text.textarea {
        height: 204px;
    }

    .content .input-group .input-group-append .btn {
        background-color: #164874;
        border: none;
        border-radius: 0;
        width: 160px;
        color: #fff;
    }

        .content .input-group .input-group-append .btn.interest {
            background-color: #da262e;
        }

    .content .custom-control-label {
        font-size: 12px;
    }

    .content .btn-danger {
        background-color: #da262e;
        border-radius: 0;
    }

    .content .text-photo {
        float: right;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .content .map {
        background-color: #f4f4f4;
        height: 280px;
        margin-bottom: 30px;
    }

    .content .item a.item-title {
        border-bottom: #164874 solid 1px;
        border-top: #164874 solid 1px;
        color: #164874;
        display: block;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 0;
        position: relative;
        text-decoration: none;
    }

    .content .item.static a.item-title {
        background-color: #cac9c9;
        border: none;
        color: #4e4d4d;
        padding: 0.5rem 1rem;
    }

    .content .item a.item-title:after {
        content: '\f107';
        font: normal normal normal 24px/1 FontAwesome;
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        transform: rotate(-180deg);
        transition: all .3s ease-in-out;
    }

    .content .item.static a.item-title:after {
        right: 1rem;
    }

    .content .item a.item-title.collapsed:after {
        transform: rotate(0);
    }

    .content .item .collapse {
        padding: 10px 0;
    }

    .content .item.static .collapse {
        background-color: #f3f3f3;
        padding: 1rem;
    }

    .content .item .downloads {
        display: table;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .content .item .downloads li {
            display: table-cell;
            padding-left: 1rem;
            vertical-align: bottom;
        }

            .content .item .downloads li a {
                background-image: url(../img/download-icons.png);
                background-repeat: no-repeat;
                color: #144169;
                display: inline-block;
                float: right;
                font-size: 14px;
                line-height: 1;
                padding-top: 60px;
                text-align: center;
                text-decoration: none;
            }

                .content .item .downloads li a.pdf {
                    background-position: 50% 0;
                }

                .content .item .downloads li a.jpg {
                    background-position: 50% -100px;
                }

    .content .item .shared {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 156px;
    }

        .content .item .shared li {
            display: inline;
            float: left;
            padding: 0 6px;
        }

            .content .item .shared li:first-child {
                border-bottom: #4e4d4d solid 1px;
                color: #4e4d4d;
                font-size: 24px;
                margin-bottom: 10px;
                padding-bottom: 5px;
                width: 100%;
                text-align: center;
            }

            .content .item .shared li a {
                background-image: url(../img/shared-icons.png);
                background-repeat: no-repeat;
                display: block;
                height: 27px;
                width: 27px;
                text-decoration: none;
            }

                .content .item .shared li a.facebook {
                    background-position: 0 0;
                }

                .content .item .shared li a.twitter {
                    background-position: -28px 0;
                }

                .content .item .shared li a.whatsapp {
                    background-position: -55px 0;
                }

                .content .item .shared li a.linkedin {
                    background-position: -82px 0;
                }

    .content .item .map-link {
        color: #000;
        text-decoration: underline;
    }

    .content .item:last-child {
        margin-bottom: 30px;
    }

    .content .nav.cards,
    .content .nav.tariffs {
        display: table;
        table-layout: fixed;
        width: 100%;
        background-color: #144169;
        padding: 10px;
        clear: both;
    }

        .content .nav.cards .nav-item,
        .content .nav.tariffs .nav-item {
            display: table-cell;
            padding: 0;
            vertical-align: middle;
            margin-bottom: 10px;
            float: none;
        }

        .content .nav.cards .nav-link {
            background-image: url(../img/cards-icon.png);
            background-position: right+30px top;
            background-repeat: no-repeat;
            color: #ffffff;
            height: 68px;
            line-height: 1.2;
            padding: 15px 40px 5px 15px;
            text-align: left;
            transition: all .3s ease-in-out;
        }

        .content .nav.tariffs .nav-link {
            position: relative;
            height: 58px;
            line-height: 1.2;
            background-image: none;
            color: #ffffff;
            padding: 10px 85px 10px 5px;
            text-align: center;
        }

        .content .nav.cards .nav-link.active,
        .content .nav.cards .nav-link:hover {
            background-position: right+30px bottom;
            color: #ea131d;
        }

        .content .nav.tariffs .nav-link.active,
        .content .nav.tariffs .nav-link:hover {
            color: #ea131d;
        }

        .content .nav.cards .nav-link span,
        .content .nav.tariffs .nav-link span {
            display: block;
        }

            .content .nav.tariffs .nav-link span.sprite {
                display: block;
                position: absolute;
                top: 0;
                right: 25px;
                bottom: 0;
                width: 55px;
                height: 58px;
                background-image: url(../img/tariff-icons.png);
                overflow: hidden;
                float: left;
                transition: background-position .3s ease-in-out;
            }

        .content .nav.tariffs .nav-item:nth-child(1) .nav-link span.sprite {
            background-position: -95px 0;
        }

        .content .nav.tariffs .nav-item:nth-child(1) .active span.sprite,
        .content .nav.tariffs .nav-item:nth-child(1) .nav-link:hover span.sprite {
            background-position: -95px 58px;
        }

        .content .nav.tariffs .nav-item:nth-child(2) .nav-link span.sprite {
            background-position: -245px 0;
        }

        .content .nav.tariffs .nav-item:nth-child(2) .active span.sprite,
        .content .nav.tariffs .nav-item:nth-child(2) .nav-link:hover span.sprite {
            background-position: -245px 58px;
        }

        .content .nav.tariffs .nav-item:nth-child(3) .nav-link span.sprite {
            background-position: -395px 0;
        }

        .content .nav.tariffs .nav-item:nth-child(3) .active span.sprite,
        .content .nav.tariffs .nav-item:nth-child(3) .nav-link:hover span.sprite {
            background-position: -395px 58px;
        }

        .content .nav.tariffs .nav-item:nth-child(4) .nav-link span.sprite {
            background-position: -545px 0;
        }

        .content .nav.tariffs .nav-item:nth-child(4) .active span.sprite,
        .content .nav.tariffs .nav-item:nth-child(4) .nav-link:hover span.sprite {
            background-position: -545px 58px;
        }

    .content .price {
        display: block;
        margin: 0;
        padding: 0 0 0 20px;
    }

        .content .price li {
            line-height: 2;
            position: relative;
        }

            .content .price li:after {
                content: '';
                background-color: #144169;
                height: 1px;
                width: calc(100% - 230px);
                position: absolute;
                left: 130px;
                right: 90px;
                bottom: 10px;
            }

    .content .price2 li {
        line-height: 2;
        position: relative;
    }

        .content .price2 li:after {
            content: '';
            background-color: #144169;
            height: 1px;
            width: calc(100% - 200px);
            position: absolute;
            left: 150px;
            right: 100px;
            bottom: 10px;
        }

    .content .others {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .content .others li {
            display: inline;
            width: 33%;
            margin-bottom: 15px;
            float: left;
        }

            .content .others li a {
                background-image: url(../img/others-icons.png);
                background-position: 50% 0;
                background-repeat: no-repeat;
                color: #144169;
                display: block;
                font-size: 14px;
                font-weight: 500;
                padding-top: 90px;
                text-align: center;
                transition: all .3s ease-in-out;
            }

                .content .others li a:hover {
                    background-image: url(../img/others-icons-v2.png);
                    background-position: 50% 5px;
                    color: #da262e;
                    text-decoration: none;
                }

            .content .others li:nth-child(2) a {
                background-position: 50% -135px;
            }

                .content .others li:nth-child(2) a:hover {
                    background-position: 50% -130px;
                }

            .content .others li:nth-child(3) a {
                background-position: 50% -270px;
            }

                .content .others li:nth-child(3) a:hover {
                    background-position: 50% -265px;
                }

            .content .others li:nth-child(4) a {
                background-position: 50% -405px;
            }

                .content .others li:nth-child(4) a:hover {
                    background-position: 50% -400px;
                }

    .content .jalendar {
        width: 100%;
    }

    .content .metro-lines {
        background-color: #EE3124;
        display: block;
        height: 10px;
        margin: 100px 0;
        position: relative;
        margin-bottom: 40px !important;
    }

        .content .metro-lines .metro-item {
            display: block;
            position: absolute;
            bottom: 30px;
        }

            .content .metro-lines .metro-item .point {
                color: #164874;
                display: block;
                font-size: 14px;
                font-weight: 600;
                position: relative;
                text-decoration: none;
                white-space: nowrap;
                -webkit-transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);
                width: 70px;
            }

                .content .metro-lines .metro-item .point:before {
                    content: '';
                    background-color: #fff;
                    border: #EE3124 solid 3px;
                    border-radius: 9px;
                    height: 18px;
                    width: 18px;
                    position: absolute;
                    left: -20px;
                    top: 15px;
                }

                .content .metro-lines .metro-item .point:after {
                    content: '';
                    background-color: #121f48;
                    border-radius: 4px;
                    height: 8px;
                    width: 8px;
                    position: absolute;
                    left: -15px;
                    top: 20px;
                    transition: all .3s ease-in-out;
                }

                .content .metro-lines .metro-item.fault .point:after,
                .content .metro-lines .metro-item .point:hover:after {
                    background-color: #ea131d;
                }

            .content .metro-lines .metro-item > .warning {
                background-image: url(../img/fault-icon.png);
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                height: 18px;
                width: 18px;
                position: absolute;
                left: -6px;
                top: 57px;
                text-indent: -99999px;
                z-index: 2;
            }

            .content .metro-lines .metro-item .fault-detail {
                background-color: #ddd;
                display: none;
                padding: 10px 15px;
                position: absolute;
                left: 0;
                top: 65px;
                /*width: 350px;*/
                width: 240px;
                z-index: 1;
            }

                /*.content .metro-lines .metro-item:hover .fault-detail {
                display: block;
            }*/

                .content .metro-lines .metro-item .fault-detail > ul {
                    display: block;
                    margin: 0;
                    padding: 0;
                }

                    .content .metro-lines .metro-item .fault-detail > ul > li {
                        display: block;
                        margin-bottom: 10px;
                        padding-left: 15px;
                        position: relative;
                    }

                        .content .metro-lines .metro-item .fault-detail > ul > li:last-child {
                            margin: 0;
                        }

                        .content .metro-lines .metro-item .fault-detail > ul > li:before {
                            content: '';
                            float: left;
                            background-color: #1f285d;
                            border-radius: 50%;
                            height: 8px;
                            width: 8px;
                            position: absolute;
                            left: 0;
                            top: 8px;
                        }

                        .content .metro-lines .metro-item .fault-detail > ul > li > ul {
                            display: table;
                            list-style: none;
                            margin: 0;
                            padding: 0;
                            width: 100%;
                        }

                            .content .metro-lines .metro-item .fault-detail > ul > li > ul > li {
                                display: table-cell;
                                font-size: 12px;
                            }

                                .content .metro-lines .metro-item .fault-detail > ul > li > ul > li:nth-child(1) {
                                    width: 25%;
                                }

                                .content .metro-lines .metro-item .fault-detail > ul > li > ul > li:nth-child(2) {
                                    background-color: #ffffff;
                                    padding: 5px;
                                    width: 60%;
                                }

                                .content .metro-lines .metro-item .fault-detail > ul > li > ul > li:nth-child(3) {
                                    width: 15%;
                                    text-align: center;
                                }

                                .content .metro-lines .metro-item .fault-detail > ul > li > ul > li .all {
                                    color: #1f285d;
                                    text-decoration: underline;
                                }

                        .content .metro-lines .metro-item .fault-detail > ul > li .warning {
                            display: inline-block;
                            position: relative;
                            top: 5px;
                            left: 5px;
                            width: 18px;
                            height: 18px;
                            background-image: url(../img/fault-icon.png);
                            background-repeat: no-repeat;
                            background-size: contain;
                            z-index: 2;
                        }

    .content .integrated-lines li a {
        background-image: url(../img/integrated-lines-icons.png);
        background-position: 50% 0;
        background-repeat: no-repeat;
        color: #172a48;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        padding: 72px 0 0;
        text-align: center;
        width: 100px;
    }

    .content .integrated-lines li:nth-child(2) a {
        background-position: 50% -100px;
    }

    .content .integrated-lines li:nth-child(3) a {
        background-position: 50% -200px;
    }

    .content .integrated-lines li:nth-child(4) a {
        background-position: 50% -300px;
    }

    .content .integrated-lines li:nth-child(5) a {
        background-position: 50% -400px;
    }

    .content .integrated-lines li:nth-child(6) a {
        background-position: 50% -500px;
    }

    .content .img-thumbnail {
        border-color: #172a48;
        border-radius: 0;
        padding: .35rem;
    }

    .content .gallery {
        display: block;
        position: relative;
        outline: none;
    }

        .content .gallery:after {
            content: '';
            border: #df434a solid 1px;
            width: 100%;
            height: 100%;
            position: absolute;
            right: .35rem;
            top: .35rem;
            transition: all .3s ease-in-out;
        }

        .content .gallery:hover:after {
            right: -.35rem;
            top: -.35rem;
        }

    .content .subscribe {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #142d44;
        background-color: #f2f2f3;
        padding: 8px 10px;
        text-decoration: underline;
        z-index: 1;
    }

    .content .subscribe-v2 {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #ffffff;
        background-color: #223057;
        font-size: 14px;
        padding: 8px 10px;
        text-decoration: underline;
        z-index: 1;
    }

        .content .subscribe-v2:after {
            content: '>';
            position: absolute;
            top: 0;
            left: -32px;
            width: 32px;
            height: 100%;
            line-height: 100%;
            color: #ffffff;
            background-color: #fe0000;
            padding: 10px 12px;
            font-weight: bold;
            text-decoration: none;
        }

    .content .announcement-icon {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .content .announcement-icon li {
            display: inline;
            float: left;
            margin-bottom: 10px;
            width: 10%;
        }

            .content .announcement-icon li a {
                background-image: url(../img/others-icons.png);
                background-position: 50% -545px;
                background-repeat: no-repeat;
                color: #144169;
                display: block;
                font-size: 15px;
                font-weight: 500;
                padding-top: 90px;
                text-align: center;
                transition: all .3s ease-in-out;
            }

                .content .announcement-icon li a:hover,
                .content .announcement-icon li a.active {
                    background-image: url(../img/others-icons-v2.png);
                    background-position: 50% -540px;
                    text-decoration: none;
                    color: #da262e;
                }

            .content .announcement-icon li:nth-child(2) a {
                background-position: 50% 0;
            }

                .content .announcement-icon li:nth-child(2) a:hover {
                    background-position: 50% 5px;
                }

            .content .announcement-icon li:nth-child(3) a {
                background-position: 50% -135px;
            }

                .content .announcement-icon li:nth-child(3) a:hover {
                    background-position: 50% -130px;
                }

            .content .announcement-icon li:nth-child(4) a {
                background-position: 50% -270px;
            }

                .content .announcement-icon li:nth-child(4) a:hover {
                    background-position: 50% -265px;
                }

            .content .announcement-icon li:nth-child(5) a {
                background-position: 50% -405px;
            }

                .content .announcement-icon li:nth-child(5) a:hover {
                    background-position: 50% -400px;
                }

    .content .announcement h3 {
        color: #da262e;
        font-size: 45px;
        line-height: 1;
        margin: 0 0 20px;
        padding-left: 0;
        position: relative;
    }

    .content .announcement h4 {
        color: #121f48;
        font-size: 28px;
        line-height: 1;
        margin: 60px 0 20px 0;
        padding-left: 0;
    }

        .content .announcement h4 span {
            float: right;
            font-size: 20px;
            font-weight: 600;
        }

            .content .announcement h4 span a {
                color: #da262e;
                text-decoration: none;
            }

    .content .announcement hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        padding: 0 0 30px 0;
        border-top: 1px solid rgba(69,109,144,1);
    }

    .content .announcement h2 {
        color: #1f285d;
        font-size: 45px;
        line-height: 1;
        margin: 30px 0px 15px 0;
        padding-left: 20px;
        padding-top: 15px;
        position: relative;
    }

        .content .announcement h2::first-letter {
            color: #ea131d;
            font-size: 70px;
            font-weight: 700;
        }

        .content .announcement h2:before {
            content: '';
            background-color: #e1e1e1;
            height: 66px;
            position: absolute;
            left: 0;
            top: 0;
            width: 66px;
            z-index: -1;
        }

    .content .announcement p {
        color: #4e4d4d;
        font-size: 14px;
    }

    .content .announcement-content {
        padding: 70px 0;
    }

        .content .announcement-content .row {
            padding: 20px 0 0 0;
        }

        .content .announcement-content .news-long {
            position: relative;
            padding: 0 0 25px 0;
        }

            .content .announcement-content .news-long .caption {
                height: 100%;
                background-color: #f2f2f3;
                padding: 25px;
            }

                .content .announcement-content .news-long .caption:before {
                    content: '';
                    background-image: url(../img/metro-symbol.png);
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    height: 76px;
                    width: 109px;
                    position: absolute;
                    right: -55px;
                    top: -32px;
                    z-index: 1;
                }

                .content .announcement-content .news-long .caption:after {
                    content: '';
                    background-image: url(../img/metro-symbol.png);
                    background-position: 0 -76px;
                    background-repeat: no-repeat;
                    height: 76px;
                    width: 109px;
                    position: absolute;
                    right: -55px;
                    bottom: -50px;
                    z-index: 1;
                }

        .content .announcement-content .caption {
            position: relative;
            height: 295px;
            background-color: #f2f2f3;
            padding: 25px;
        }

            .content .announcement-content .caption h4 {
                font-size: 24px;
                color: #121f48;
                padding-bottom: 15px;
            }

                .content .announcement-content .caption h4 strong {
                    display: block;
                }

            .content .announcement-content .caption p {
                font-size: 14px;
                color: #121f48;
                padding-bottom: 15px;
            }

            .content .announcement-content .caption a {
                color: #1f285d;
                font-size: 16px;
                position: absolute;
                bottom: 30px;
                font-weight: 600;
            }

                .content .announcement-content .caption a:after {
                    content: '';
                    background-color: #1f285d;
                    height: 3px;
                    position: absolute;
                    left: 0;
                    bottom: -6px;
                    width: 25px;
                    z-index: 1;
                }

                .content .announcement-content .caption a:hover {
                    text-decoration: none;
                }

        /*.content .announcement-content .news-colored-green .col-md-6 {
            padding-right: 0;
        }

            .content .announcement-content .news-colored-green .col-md-6:nth-child(2) {
                padding-left: 0;
                padding-right: 15px;
            }

        .content .announcement-content .news-colored-yellow .col-md-6 {
            padding-right: 0;
        }

            .content .announcement-content .news-colored-yellow .col-md-6:nth-child(2) {
                padding-left: 0;
                padding-right: 15px;
            }*/

        .content .announcement-content .news-colored-yellow .caption {
            padding: 25px;
            height: 100%;
            background-color: #f8bb3e;
        }

        .content .announcement-content .news-colored-green .caption {
            padding: 25px;
            height: 100%;
            background-color: #11bc7e;
        }

            .content .announcement-content .news-colored-green .caption h4 {
                font-size: 24px;
                color: #fff;
                padding-bottom: 15px;
            }

                .content .announcement-content .news-colored-green .caption h4 strong {
                    display: block;
                }

            .content .announcement-content .news-colored-green .caption p {
                font-size: 14px;
                color: #fff;
                padding-bottom: 15px;
            }

            .content .announcement-content .news-colored-green .caption a {
                color: #fff;
                font-size: 16px;
                position: absolute;
                bottom: 30px;
                font-weight: 600;
            }

                .content .announcement-content .news-colored-green .caption a:after {
                    content: '';
                    background-color: #fff;
                    height: 3px;
                    position: absolute;
                    left: 0;
                    bottom: -6px;
                    width: 25px;
                    z-index: 1;
                }

                .content .announcement-content .news-colored-green .caption a:hover {
                    text-decoration: none;
                }

        .content .announcement-content nav {
            display: block;
            padding: 50px 0 0 0;
        }

            .content .announcement-content nav a.page-link {
                position: relative;
                display: block;
                padding: 5px 5px;
                margin-left: -1px;
                line-height: 1.25;
                font-size: 15px;
                color: #121f48;
                background-color: transparent;
                border: none;
            }

            .content .announcement-content nav a.active {
                position: relative;
                display: block;
                padding: 5px 5px;
                margin-left: -1px;
                line-height: 1.25;
                font-weight: 600;
                font-size: 15px;
                color: #121f48;
                background-color: transparent;
                border: none;
            }

        .content .announcement-content .bx-wrapper .bx-pager {
            text-align: center;
            font-size: .85em;
            font-family: Arial;
            font-weight: bold;
            color: #164874;
            padding-top: 29px;
            z-index: 1;
        }

            .content .announcement-content .bx-wrapper .bx-pager.bx-default-pager a {
                background: #164874;
                text-indent: -9999px;
                display: block;
                width: 10px;
                height: 10px;
                margin: 0 5px;
                outline: 0;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

                .content .announcement-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
                .content .announcement-content .bx-wrapper .bx-pager.bx-default-pager a.active,
                .content .announcement-content .bx-wrapper .bx-pager.bx-default-pager a:focus {
                    background: #11395c;
                    transition: all ease-in-out .3s;
                }

        .content .announcement-content .funikiler-slider .col-md-4,
        .content .announcement-content .news-long .col-md-4 {
            padding-right: 0;
        }

        .content .announcement-content .funikiler-slider .col-md-8,
        .content .announcement-content .news-long .col-md-8 {
            padding-left: 0;
        }

        .content .announcement-content .funikiler-slider .caption,
        .content .announcement-content .teleferik-slider .caption {
            padding: 25px;
            height: 100%;
            background-color: #f2f2f3;
            position: relative;
        }

            .content .announcement-content .funikiler-slider .caption:before {
                content: '';
                background-image: url(../img/metro-symbol.png);
                background-position: 0 0;
                background-repeat: no-repeat;
                height: 76px;
                width: 109px;
                position: absolute;
                right: -55px;
                top: -32px;
                z-index: 1;
            }

            .content .announcement-content .funikiler-slider .caption:after {
                content: '';
                background-image: url(../img/metro-symbol.png);
                background-position: 0 -76px;
                background-repeat: no-repeat;
                height: 76px;
                width: 109px;
                position: absolute;
                right: -55px;
                bottom: -50px;
                z-index: 1;
            }

            .content .announcement-content .funikiler-slider .caption h4,
            .content .announcement-content .teleferik-slider .caption h4 {
                font-size: 24px;
                color: #121f48;
                padding-bottom: 15px;
                padding-top: 15px;
            }

                .content .announcement-content .funikiler-slider .caption h4 strong,
                .content .announcement-content .teleferik-slider .caption h4 strong {
                    display: block;
                }

            .content .announcement-content .funikiler-slider .caption p,
            .content .announcement-content .teleferik-slider .caption p {
                font-size: 14px;
                color: #121f48;
                padding-bottom: 15px;
            }

            .content .announcement-content .funikiler-slider .caption a,
            .content .announcement-content .teleferik-slider .caption a {
                color: #1f285d;
                font-size: 16px;
                position: absolute;
                bottom: 30px;
                font-weight: 600;
            }

                .content .announcement-content .funikiler-slider .caption a:after,
                .content .announcement-content .teleferik-slider .caption a:after {
                    content: '';
                    background-color: #1f285d;
                    height: 3px;
                    position: absolute;
                    left: 0;
                    bottom: -6px;
                    width: 25px;
                    z-index: 1;
                }

                .content .announcement-content .funikiler-slider .caption a:hover,
                .content .announcement-content .teleferik-slider .caption a:hover {
                    text-decoration: none;
                }

        .content .announcement-content .teleferik-slider .col-md-6 {
            padding: 0;
        }

    .content .news-detail h3 {
        color: #1f285d;
        font-size: 22px;
        font-weight: 600;
        position: relative;
    }

        .content .news-detail h3:after {
            content: '';
            background: url(../img/after.png) no-repeat left top;
            height: 14px;
            position: absolute;
            left: 0;
            top: 30px;
            width: 29px;
            z-index: 1;
        }

    .content .news-detail h2 {
        color: #4d4d4f;
        font-size: 24px;
        font-weight: 600;
        padding: 60px 0;
        position: relative;
    }

        .content .news-detail h2:after {
            content: '';
            background-color: #b8b8b9;
            height: 7px;
            position: absolute;
            left: 0;
            bottom: 40px;
            width: 100%;
            z-index: 1;
            border-bottom-right-radius: 50px 20px;
        }

    .content .news-detail h4 {
        color: #121f48;
        font-size: 26px;
        font-weight: 700;
        padding: 40px 0 20px 0;
        position: relative;
    }

    .content .news-detail .h5 {
        color: #da262e;
        display: block;
        font-size: 20px;
        font-weight: 400;
        padding: 40px 0;
        position: relative;
        text-align: right;
    }

        .content .news-detail .h5:after {
            content: '';
            background-color: #da262e;
            height: 10px;
            position: absolute;
            left: 0;
            bottom: 15px;
            width: 100%;
            z-index: 1;
            border-bottom-right-radius: 50px 20px;
        }

    .content .news-detail h6 {
        color: #121f48;
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        position: relative;
    }

    .content .news-detail .blockquote-footer {
        color: #121f48;
        font-size: 16px;
        position: relative;
    }

        .content .news-detail .blockquote-footer:before {
            content: '';
            background: url(../img/before.png) no-repeat left top;
            height: 19px;
            position: absolute;
            left: 0;
            top: 3px;
            width: 9px;
            z-index: 1;
        }

    .content .news-detail hr {
        margin-top: 60px;
        margin-bottom: 60px;
        border: 0;
        border-top: 2px solid rgba(0,0,0,.1);
    }

    .content .news-detail ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: auto;
        padding: 0;
        clear: both;
    }

    .content .news-detail li {
        display: table-cell;
        position: relative;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #4e4d4d;
        vertical-align: top;
        float: none;
    }

        .content .news-detail li:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 2px;
            height: 100%;
            background-color: #878787;
        }

        .content .news-detail li:first-child {
            padding-left: 0;
        }

        .content .news-detail li:last-child {
            padding-right: 0;
        }

            .content .news-detail li:last-child:after {
                display: none;
            }

        .content .news-detail li a {
            background: url(../img/icon-social-media-share.png) no-repeat;
            background-position: 100px 24px;
            background-size: 100px 24px;
            position: absolute;
            width: 24px;
            height: 24px;
            top: 20px;
            left: 0;
            color: transparent;
            text-decoration: none;
            text-indent: -999999px;
        }

            .content .news-detail li a:nth-child(1) {
                background-position: 0 0;
                left: 20px;
            }

            .content .news-detail li a:nth-child(2) {
                background-position: -25px 0;
                left: 46px;
            }

            .content .news-detail li a:nth-child(3) {
                background-position: -50px 0;
                left: 72px;
            }

            .content .news-detail li a:nth-child(4) {
                background-position: -76px 0;
                left: 98px;
            }

        /*Social Media Color*/
        .content .news-detail li.smc a {
            background: url(../img/icon-social-media-share-color.png) no-repeat;
            background-position: 100px 48px;
            background-size: 100px 48px;
            transition: background-position 0.2s ease;
        }

            .content .news-detail li.smc a:nth-child(1) {
                background-position: 0 -24px;
            }

                .content .news-detail li.smc a:nth-child(1):hover {
                    background-position: 0 0;
                }

            .content .news-detail li.smc a:nth-child(2) {
                background-position: -25px -24px;
            }

                .content .news-detail li.smc a:nth-child(2):hover {
                    background-position: -25px 0;
                }

            .content .news-detail li.smc a:nth-child(3) {
                background-position: -50px -24px;
            }

                .content .news-detail li.smc a:nth-child(3):hover {
                    background-position: -50px 0;
                }

            .content .news-detail li.smc a:nth-child(4) {
                background-position: -76px -24px;
            }

                .content .news-detail li.smc a:nth-child(4):hover {
                    background-position: -76px 0;
                }

        .content .news-detail li .subscribe {
            background-image: none;
            width: auto;
            height: auto;
            color: #4e4d4d;
            padding: 0;
            position: static;
            text-decoration: none;
        }

    .content.history {
        background-image: url(../img/bg-tren.png);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .content .choice .nav-item,
    .content .choice .nav-link {
        padding: .5rem;
        position: relative;
        transition: all .3s ease-in-out;
    }

        .content .choice .nav-link:before {
            content: '';
            border: #144169 solid 1px;
            border-radius: 50%;
            height: 0;
            width: 0;
            opacity: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            transition: all .3s ease-in-out;
            z-index: -1;
        }

        .content .choice .nav-link:hover:before {
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            opacity: 1;
        }

    .content .choice .lines {
        font-size: 19px;
        height: 50px;
        line-height: 40px;
        padding: 5px;
        width: 50px;
    }

        .content .choice .lines.fs {
            font-size: 20px;
        }

    .content form.choose .form-control {
        border-color: #144169;
        border-radius: 0;
    }

    .content form.choose .update {
        color: #14426c;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        padding: .5rem 0 .5rem 2rem;
        position: relative;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }

        .content form.choose .update:before {
            content: '\f021';
            font: normal normal normal 24px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: calc(50% - 12px);
            transform: rotate(0);
            transition: all .5s ease-in-out;
        }

        .content form.choose .update:hover:before {
            transform: rotate(360deg);
        }

    .content .exit-time {
        border-color: #144169;
        border-width: 2px;
        position: relative;
    }

        .content .exit-time .nav-item:last-child {
            position: absolute;
            right: 0;
        }

        .content .exit-time .nav-link {
            border-bottom: 0;
            border-color: #144169;
            border-width: 2px;
            border-radius: 0;
            color: #7f7e7e;
        }

        .content .exit-time .active {
            background-color: #144169;
            color: #fff;
        }

    .content .select-time {
        background-color: #144169;
    }

        .content .select-time .form-control {
            background-color: transparent;
            border-color: #fff;
            border-radius: 0;
            border-width: 2px;
            box-shadow: none;
            color: #fff;
            font-weight: 500;
            padding-left: 60px;
        }

    .content .spinner {
        border-radius: 0;
        width: 30px;
    }

    .content .form-group.m-0 {
        position: relative;
    }

        .content .form-group.m-0:before {
            content: '';
            background-image: url(../img/calendar-icon.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            height: 33px;
            width: 29px;
            position: absolute;
            left: 10px;
            top: calc(50% - 16.5px);
        }

    .content .table-primary > th,
    .content .table-primary > td {
        background-color: #144169;
        color: #ffffff;
    }

        .content .table-primary > td > .lines {
            display: inline-block;
            font-size: 20px;
            height: 38px;
            line-height: 38px;
            width: 38px;
        }

            .content .table-primary > td > .lines.fs {
                font-size: 16px;
            }

    .content .table thead th {
        border-color: #ffffff !important;
        border-width: 20px !important;
    }

    .content .table td,
    .content .table th {
        border-color: #ffffff;
        border-width: 10px;
    }

    .content .table.table-min th {
        padding: 10px;
    }

    .content .table.table-min td {
        padding: 5px;
    }

    .content .btn-view {
        color: #144169;
        float: right;
    }

    .content .search-results .card {
        background-color: #f3f3f3;
        margin-bottom: 1rem;
    }

        .content .search-results .card .card-title {
            background-color: #cac9c9;
            border: none;
            color: #4e4d4d;
        }

        .content .search-results .card .card-title,
        .content .search-results .card .card-subtitle,
        .content .search-results .card .card-text {
            padding: 0.5rem 1rem;
        }

    .content .search-results-content .search-results .search-result-item {
        background-color: #121f48;
        padding: 0.5rem 1.25rem;
        color: #ffffff;
        margin-bottom: 1.25rem;
        border: none;
        border-left: 20px solid #da262e;
    }

        .content .search-results-content .search-results .search-result-item .search-result-item-title {
            font-size: 24px;
            color: #fff;
        }

            .content .search-results-content .search-results .search-result-item .search-result-item-title:hover {
                text-decoration: none;
            }

        .content .search-results-content .search-results .search-result-item .search-result-item-subtitle {
            font-size: 22px;
            color: #fff;
        }

        .content .search-results-content .search-results .search-result-item .search-result-item-text {
            font-size: 20px;
            color: #fff;
        }

        .content .search-results-content .search-results .search-result-item .search-result-item-title,
        .content .search-results-content .search-results .search-result-item .search-result-item-subtitle,
        .content .search-results-content .search-results .search-result-item .search-result-item-text {
            padding: 0;
            margin: 0;
        }

    .content .search-results-pagination nav {
        display: block;
        padding: 30px 0 0 0;
    }

        .content .search-results-pagination nav a.page-link {
            position: relative;
            display: block;
            padding: 5px 5px;
            margin-left: -1px;
            line-height: 1.25;
            font-size: 18px;
            color: #121f48;
            background-color: transparent;
            border: none;
        }

        .content .search-results-pagination nav a.active {
            position: relative;
            display: block;
            padding: 5px 5px;
            margin-left: -1px;
            line-height: 1.25;
            font-weight: 600;
            font-size: 15px;
            color: #121f48;
            background-color: transparent;
            border: none;
        }

    /* Fault and Maintenance */
    .content .fault-and-maintenance {
        height: auto;
    }

        .content .fault-and-maintenance .fam-item {
            margin: 0 0 40px 0;
        }

            .content .fault-and-maintenance .fam-item h3 {
                line-height: 60px;
                font-family: "Raleway", Arial, sans-serif;
                font-size: 16px;
                color: #5c5d5d;
            }

                .content .fault-and-maintenance .fam-item h3 span {
                    display: block;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    color: #ffffff;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 700;
                    font-size: 26px;
                    text-align: center;
                    margin: 0 10px 10px 0;
                    border-radius: 50%;
                    float: left;
                }

                    .content .fault-and-maintenance .fam-item h3 span small,
                    .content .fault-and-maintenance .fam-item h3 span small {
                        font-weight: 700;
                        font-size: 80%;
                    }

            .content .fault-and-maintenance .fam-item hr {
                border-top-color: #092e4f;
            }

            .content .fault-and-maintenance .fam-item .info {
                background-image: url(../img/icon-clock.png);
                background-position: left center;
                background-repeat: no-repeat;
                background-size: 32px;
                font-size: 16px;
                color: #4e4d4d;
                padding: 10px 20px 10px 60px;
            }

            .content .fault-and-maintenance .fam-item .text {
                margin: 20px 0;
                color: #4e4d4d;
            }

/* Footer */
footer .footer {
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa; /* Footer arka plan rengi */
    padding: 10px; /* Footer içeriği ile kenar arasındaki boşluk */
    text-align: center; /* Footer içeriğini merkezlemek için */

}

    footer.home {
        margin-top: 120px;
    }

    footer .metro {
        display: block;
        position: absolute;
        top: -60px;
        left: calc(50% - 75px);
        width: 150px;
        height: 70px;
        background-color: #092e4f;
        background-image: url('../img/icon-metro-istanbul.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 30px 38px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    footer .footer {
        height: auto;
        background-color: #092e4f;
        border-bottom: #062744 solid 10px;
        padding: 30px 0;
        overflow: hidden;
        transition: all 1s ease;
    }

    footer.open .footer {
        height: auto;
    }

    footer .ibb {
        display: block;
        margin: 0 auto 15px;
    }

        footer .ibb img {
            display: block;
            min-width: 100%;
            width: 78px;
            max-width: 78px;
            max-height: 60px;
        }

    footer .footer-links {
        display: table;
        table-layout: fixed;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        footer .footer-links.right {
            background-color: #041e35;
            /*display: none;*/
        }

    footer.open .footer-links.right {
        background-color: #041e35;
        display: block;
    }

    footer .footer-links li {
        display: table-cell;
        line-height: 20px;
        padding: 0 10px;
        vertical-align: bottom;
        width: 20%;
    }

        footer .footer-links li a {
            color: #fff;
            display: block;
            font-size: 11px;
            font-weight: 600;
            line-height: 16px;
            margin-bottom: 5px;
            position: relative;
            margin-top: 3%;
        }

            footer .footer-links li a:hover,
            footer .footer-links li a:focus {
                text-decoration: none;
            }

        footer .footer-links li.arrow a:after {
            content: '\f107';
            font: normal normal normal 14px/1 FontAwesome;
            margin-left: 10px;
        }

        footer .footer-links li.sub-link {
            line-height: 2;
        }

            footer .footer-links li.sub-link a {
                font-weight: 400;
            }

                footer .footer-links li.sub-link a:hover {
                    text-decoration: underline;
                }

                footer .footer-links li.sub-link a:after {
                    display: none;
                }

    footer .footer-links.vat li {
        vertical-align: top;
    }

    footer .form-inline {
        margin-top: 20px;
        padding-left: 4px;
        position: relative;
    }

        footer .form-inline:before {
            content: '';
            background-color: #062744;
            height: 96px;
            width: 1px;
            position: absolute;
            left: 0;
            top: 0;
        }

        footer .form-inline .form-control {
            background-color: #041e35;
            border: none;
            border-radius: 0;
            color: #fff;
            display: block;
            font-size: 11px;
            font-weight: 500;
            width: 120px;
        }

        footer .form-inline .btn-sm {
            background-color: #041e35;
            border: none;
            border-radius: 0;
            color: #fff;
            font-size: 11px;
            font-weight: 500;
        }

    footer .social {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .social li {
            display: inline-block;
            padding: 0 8px;
        }

            footer .social li a {
                color: #fff;
                display: block;
                font-size: 12px;
            }

                footer .social li a:hover,
                footer .social li a:focus {
                    color: #ea131d;
                    text-decoration: none;
                }

/* Extras */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot,
.owl-carousel button {
    outline: none;
}



.ibbLogo{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

