﻿.footer {
    min-width: 320px;
    padding-top: 50px;
    color: #71757c;
    background-color: #131925;
    width: 100%;
}

    .footer .footer_title {
        margin: 0 0 20px;
        position: relative;
        text-align: center;
    }

        .footer .footer_title:before {
            content: "";
            display: inline-block;
            width: 40%;
            border-bottom: 1px solid #ccc;
            vertical-align: middle;
            margin-right: 20px;
        }

        .footer .footer_title:after {
            content: "";
            display: inline-block;
            width: 40%;
            border-bottom: 1px solid #ccc;
            vertical-align: middle;
            margin-left: 20px;
        }

.information {
    padding-top: 20px;
}

    .information .footer-logo {
        padding-top: 30px;
    top: 0px;
    left: 0px;
}

    .information .address {
        padding-top: 30px;
    /*top: -18px;
    left: 0px;*/
    
}

.footer .line {
    height: 170px;
    position: relative;
    top: 0px;
    left: -8px;
}

.footer .vertical-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #424751;
}

.footer ul {
    list-style: none;
    text-align: left;
}

.footer .address-detail li img {
    width: 15px;
    height: 20px;
}

.nar_info a {
    color: #bababc;
    text-decoration: none;
    font-size: 14px;
}

.nar_info p {
     font-size: 14px;
}
