/******************************************************************
Theme Name: 三友企业模板
Theme URI: http://3u-web.com
Description: 2006年创立于日本東京 为谋求长远发展的企业贡献全力， 提供全方位的品牌策划与设计服务 专注于网站和移动互联网的创意设计和传播应用 整合营销服务，探索并实现商业价值最大化，创造价值，携手共赢！ 注重专业探索 在更深远的认知中 将不断修正服务导向 以探求精品塑造与理念升华 勇做推动行业发展的中坚力量。
Author: 3uweb
Author URI: http://3u-web.com
Version: 3.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
******************************************************************/

#responsive-menu-button {
    background: rgba(0,0,0,.65)!important;
}

.responsive-menu-accessible .responsive-menu-box {
    vertical-align:top !important;
}

.responsive-menu-box {
    height: 10px !important;
}

#responsive-menu-button::after {
    position: absolute;
    bottom: 5px;
    content: "MENU";
    color: #FFF;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
}

.list-language li a {
    padding: 8px 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
    display: block;
}

.list-language li a img {
    margin-right: 5px;
}

@media (max-width: 640px) {
    .list-language {
        text-align: left;
        margin-left: 100px;
        padding-top: 10px;
        margin-bottom: -10px;
    }
    .list-language li a {
        padding: 2px 7px;
    }
}
