﻿footer {
    background-color: #2d3440;
    color: #868f9d;
    line-height: 1.4;
}
footer .center-wrap {
    background: url('../images/logo_bottom.png?v=8') 36px center no-repeat;
    padding: 10px 0 10px 204px;
}
footer .footer-nav {
    margin-bottom: 15px;
}
footer .footer-nav > ul > li {
    display: inline-block;
    vertical-align: top;
    background: url('../images/footer_bg_line.png') left center no-repeat;
    padding-left: 10px;
    margin-left: 10px;
}
footer .footer-nav > ul > li:first-child {
    background: none;
    padding-left: 0;
    margin-left: 0;
}
footer .footer-nav > ul > li > a {
    color: #c0c2c6;
    font-size: 0.917em;
    letter-spacing: -0.025em;
    line-height:20px;
}
footer .footer-service-area {
    display: inline-block;
    vertical-align: top;
}
footer .footer-service-area > h3 {
    color: #d5d6d9;
    font-size: 0.917em;
    font-weight: normal;
    padding: 7px 0;
    margin-right: 30px;
}
footer .footer-service-area > .link {
    padding: 7px 0;
    margin-right: 30px;
}
footer .footer-service-area > h3, footer .footer-service-area > .link, footer .overseas-offices {
    display: inline-block;
    vertical-align: top;
}
footer .overseas-offices {
    position: relative;
}
footer .comment-to-webmaster {
    margin-bottom: 5px;
}
footer .copyright, footer .comment-to-webmaster {
    color: #868f9d;
    font-size: 0.917em;
    letter-spacing: -0.025em;
}
footer .footer-service-area > .link > a {
    color: #6c717a;
    margin-left: 25px;
    font-size: 0.917em;
}
footer .footer-service-area > .link > a::before {
    display: inline-block;
    content: '·';
    margin-right: 10px;
}
footer .overseas-offices > .selected-text {
    font-size: 0.917em;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: rgba(0,0,0,0.15);
    border-radius: 15px;
    padding: 7px 20px;
    width: 205px;
    cursor: pointer;
}
footer .overseas-offices > h4 {
    display: inline-block;
    font-size: 0.917em;
    font-weight: normal;
    padding: 7px 0;
    margin-right: 20px;
}
footer .footer-service-area > h3, footer .footer-service-area > .link, footer .overseas-offices {
    display: inline-block;
    vertical-align: top;
}
footer .overseas-offices > .selected-text::after {
    float: right;
    content: '';
    background: url('../images/icon_footer_open.png') no-repeat;
    width: 9px;
    height: 5px;
    margin-top: 7px;
}

footer .socials a:hover, #footer .socials a:focus, #footer .socials a:active {
    background-color: #e0e0e0;
    text-decoration: none;
    color: #787878;
}
footer .socials a {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-indent: 4px;
    white-space: nowrap;
}
footer .socials a:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    line-height: 1;
    text-indent: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px !important;
    font-family: 'icomoon';
    line-height: 420px;
    margin-right: 32px;
}
footer .overseas-offices > ul {
    position: absolute;
    right: 0;
    bottom: 33px;
    /* background-color: rgba(0,0,0,0.15); */
    background-color: #262c36;
    border-radius: 15px;
    padding: 15px 20px;
    width: 205px;
    z-index: 30;
}
footer .overseas-offices a {
    color: #868f9d;
    font-size: 0.917em;
}
.media-event .tsr-img > img {
    min-height:155px;
}
.bg-transparent {
    background:transparent !important;
}