/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
    font-family: 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Lato","Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color:#313131;
}
/*
字級對照(約略)
14px - 1rem
18px - 1.2rem
20px - 1.6rem

*/
*:link, *:visited, *:hover, *:active, *:focus, *, *::after:hover {
    -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;    
    letter-spacing: 3px;
}
h1{
    font-size: 3rem ;
}
h2{
    font-size: 2rem ;    
    font-weight:normal;
}
h3{
    font-size: 1.5rem ;
    font-weight:normal;
}
h4{
    font-weight:normal;
}
h5{
    font-weight:normal;
}
h6{
    font-weight:normal;
}
.jumbotron h1{
    font-size: 3rem; 
    margin:0rem ;
}
/*圖形定尺吋*/
/* ???
.thumbnail>img => 控制人物
.thumbnail a>img => 控制活動照片
*/
.thumbnail a>img ,.thumbnail a>img{
    object-fit: contain !important;    
}
/*---/.圖形定尺吋---*/
/*漢堡上顏色*/
.navbar-default .navbar-toggle{
    background-color: #ddd;
}
.navbar-height-set{
    min-height: 105px !important;
}
/*---/.漢堡上顏色---*/
/*-----漢堡拉下來後 出現預設e7e7e7的直線 : 把線調掉-----*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border:#ffffff;
}
/*----/.漢堡拉下來後 出現預設e7e7e7的直線 : 把線調掉-----*/
/*header調整 : 桌機 */
.flex_logo{
    display: inline-block;    
}
.flex_name{
    display: none; 
}
.flex_name_pc{
    display: inline-block; 
    max-width:100%;
    padding-left: 2px;
    padding-top:2rem;
    line-height: 1.8rem;
}
/*---首頁 > 選擇年度 / 語言---桌機*/
.rc_year_pc{
    /*首頁 header的選擇年度*/    
    position: absolute;
    right:0px;
    display: block;
}
/*---首頁 > header---*/
.navbar-default{
    background-color: #ffffff !important;
    border-style: none !important;
}
/*---/.首頁 > header---*/
/*首頁 > 選單*/
#rc_nav{
    position: relative;
    display: block;
    margin: 1rem auto;
    margin-top: 3rem;
}
#rc_nav a{
    font-size:1.2rem;
}
.navbar{
    min-height:10rem !important;
}
.navbar-brand{
    /*首頁 > 社團名字*/
    font-size: 24px;
    color:#0454ad !important;
}
.navbar-header{
    /*維特100%*/
    width:100% !important;
    margin:0px;
    padding:0px;
}
.navbar-brand img{
    /*logo*/
    /*桌機*/
    margin-top:0rem;    
    width:auto;
    max-height:70px;
}
.lead {
    font-size: 1.2rem;
    font-weight: 400;
}
.navbar-custom .nav li a {
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    background-color: rgba(0,0,0,0.1);
}
/*選項內容過長，限制在 20個中文字 後面加...*/
.dropdown-menu>li>a{    
    max-width: 30rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*---/.選項內容過長，限制在 20個中文字 後面加...-----*/
/*文章內頁 > 分享*/
.social_block .svg_size{
    /*控制svg 的圖大小*/
    width:35px;
    margin:0rem 3px;
    cursor: pointer;    
}
.social_block h2{
    color:#333333;
}
.social_block input{
    width:80%;
    margin:1rem auto;
}
.social_block .qrcode{
    /*控制qrcode 的圖大小*/
    width:90px;
}
.social_block a,.share_link div{
    color:#ffffff;
    cursor: none;
}
/*--/.文章內頁 > 分享*/
/*內頁 > 左方選單*/
.B_big_size_menu{
    display: block;
    width:100%;
    padding: 0px;
    margin: 0px;    
    text-align: center;
}
/*--選單開合圖示(原後台)--*/
.menu_down{
    float: right;
    display: block;
}
.menu_down_now{
    float: right;
    display: block;
}
.menu_down::after{
    font-family: FontAwesome;
    content: "\f103";
    font-size: 2rem;
    color:#0454ad;
}
.menu_down_now::after{
    font-family: FontAwesome;
    content: "\f102";
    font-size: 2rem;
    color:#0454ad;
}
/*--選單開合--*/
.COURSE h3{
    /*無套用*/
}
.COURSE_BOX{
    display: none;
}
/*--big_menu 樣式--*/
.left_menu_top{
    background-color: #f2f2f2;
    font-size: 1.5rem;
    padding: 0.5rem 0.3rem;   
    color:#0454ad;
    border:1px #0454ad solid;
    font-weight: normal;
    border-radius: 3px;
}
/*
.left_menu_top:hover{
    background-color: #0454ad;
    font-size: 1.5rem;
    padding: 0.5rem 0.3rem;   
    color:#ffffff;
    font-weight: normal;
}*/
.left_menu_dir{  
    /*無套用*/
}
.left_menu_item{
    font-size: 1.2rem;
    padding: 0.5rem 0.3rem;
    background-color: #ffffff;
    text-align: left;
    list-style-type:none;
    font-weight: normal;
}
.menu_line{
    margin-bottom: 1.5rem;
    background-color: #ffffff;
}
.more_info{
    text-align: right;
}
.more_info::after{
    font-family: FontAwesome;
    content: "\f103";
}
/*----/.內頁 > 左方選單----*/
/*首頁 - 形像大圖*/
/*限制大圖的寬在 1900px*/
.carousel-inner{
    max-width: 1900px !important;
}
/*---/.限制大圖的寬在 1900px---*/
.intro-header-set{
    padding-top: 80px !important; /*50px*//* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */   
}
.intro-header { 
    /*padding-bottom: 50px;*/
    text-align: center;
    color: #f8f8f8;
    background-color:#ffffff;
    /*background: url(../img/intro-bg1.jpg) no-repeat center center;*/
    /*background-size: cover;*/
}
.header-padding{
    padding-top: 6.5rem; /*50px*//* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
}
/*首頁 >  形像大圖 */
/*取消左右陰影控制項*/
/*去除左右按鈕的陰影*/
.carousel-control{
    background-image:none !important;
    filter:none !important;
}
/*滑入顯示控制鈕*/
.carousel .carousel-control,
.carousel-indicators {
    opacity: 0;
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    /* WebKit */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    /* Opera */
    -o-transition-property: opacity;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}
.carousel:hover .carousel-control,
.carousel:hover .carousel-indicators{
    opacity: 1.0;
}
/*關閉 myCarousel 下方陰影*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #0454ad;
}
.carousel-indicators li {
    border-color: #0454ad;
}
.carousel-indicators li.active {
    background-color: #0454ad;
}
.intro-header{
    box-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff;
    background-color:#ffffff;
}
/*首頁 > 扶輪社 介紹*/
.intro h1{
    font-size: 2rem;
    font-weight: 700;
}
.introduce h2{
    line-height: 3rem;
    font-weight: 700;
}
.introduce h3{
    line-height: 3rem;
    font-weight: 200;
}
/* 首頁 > 地區介紹*/
.area h1{
    display: block;
    padding:2rem 0rem;
    margin:0rem auto;
    color:#0454ad;
    font-size: 4rem !important;
    font-weight: 700;
}
.area h2{
    display: block;
    padding:2rem 0rem;
    margin:0rem auto;
    color:#333333;
    font-size: 2.5rem !important;
    font-weight: 700;
    letter-spacing: 1rem;
}
.area img{
    width:70%;
}
/*首頁 > 社團資訊*/
.intro{
    background:rgba(255,255,255,0.6);
    width:auto;
    height:auto;
}
.intro h4{
    padding:2rem 0rem 1rem 1rem;
}
.intro h2{
    color:#0454ad;
    font-weight: normal;
    margin-bottom:  0rem;
}
.intro h3{
    padding-left: 2rem;
    margin-top: 0rem;
    font-weight: normal;
}
/*首頁 > 例會資訊*/
.meeting{
    background:rgba(255,255,255,0.6);
    width:auto;
    height:auto;
}
.meeting h2{
    color:#0454ad;
    font-weight: normal;
    line-height: 3rem;
}
.meeting h3{
    padding-left: 2rem;
    font-weight: normal;
    margin:1rem;
    line-height: 3rem;
}
/*首頁 > 執行人物介紹*/
.slideanim {
    padding: 0rem;
}
/*判斷手機 桌機版出現*/
.pc_person{
    display: block;
}
.mobile_person{
    display: none;
}
/*首頁 > 最新公告列表 */
.article_list  h4{
    margin:0.5rem !important;
    line-height: 2.2rem;
}
.article_title h2{
    font-weight: 700;
}
.article_list ul{
    padding-left: 0rem;
}
.intro-divider {
    /*hr效果*/
    max-width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
/*手機版 最新公告*/
#announce_list {
    display: none;
}
#announce_list_pc {
    display: block;
}
#announce_list nav li a{
    display: inline;    
    font-weight: bold;
}
#announce_list nav li a:hover{
    display: inline;
    background-color: #cccccc;
}
#announce_list nav li a:visited{
    display: inline;
    background-color: #cccccc;
}
#announce_list nav li a:active{
    display: inline;
    background-color: #cccccc;
}
#announce_listd ul.nav{
    margin:1rem 0.5rem !important;
}
#announce_list .nav li{
    display: inline;
}
#announce_list ul li.active{
    background-color: #cccccc;
    padding:4px 0px;
}
#announce_list .well{
    padding: 10px !important;
}
.nav>li>a{
    padding:10px 12px !important;
}
/*手機版 最新公告*/
/*首頁  > 最新公告列表 定高*/
.content_height{
    min-height: 25rem;
}
/*首頁 > 活動照片*/
/*更多照片*/
#portfolio .well{
    border:2px #0454ad solid;
}
#portfolio .well:hover {
    background-color: #0454ad !important;  
}
#portfolio :hover a{
    color:#ffffff !important;
}
.thumbnail img{
    width:100%;
    height:auto;
    max-height: 400px;
}
.thumbnail{
    position: relative;
    height:410px !important;
}
.thumbnail_height_set{

    min-height: 40rem !important;
}
#portfolio .pic_bg{
    background-image: url(../img/pic_bg.png);
    background-position:  bottom right;
    background-repeat: repeat-x;
    z-index: 1;
    opacity: 0.7; 
    filter: alpha(opacity=70); 
}
#portfolio .pic_bg:hover{
    background-image: url(../img/pic_bg.png);
    background-position:  bottom right;
    background-repeat: repeat-x;
    z-index: 1;
    opacity: 1; 
    filter: alpha(opacity=100); 
}
.mouse_hover{
    position: absolute;
    display: block;
    overflow: hidden;
    height: auto;
    right: 3px;
    left: 3px;
    top:3px;
    bottom: 3px;
}
.mouse_hover  .albums_title{
    display: block;
    position: absolute;
    top:50%;
    color:#000;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    font-size: 3rem;
    right:5%;
    left: 5%;
    font-weight: 900;
    z-index: 2;
    opacity:1; 
    filter: alpha(opacity=100); 
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.mouse_hover  .albums_location{
    display: block;
    position: absolute;
    top:62%;
    color:#000;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    font-size: 1.5rem;
    right:5%;
    left: 5%;
    font-weight: 900;
    z-index: 2;
    opacity:1; 
    filter: alpha(opacity=100); 
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.mouse_hover  .albums_time{
    display: block;
    position: absolute;
    top:70%;
    color:#000;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    font-size: 1.5rem;
    right:5%;
    left: 5%;
    font-weight: 900;
    z-index: 2;
    opacity:1; 
    filter: alpha(opacity=100); 
}
.mouse_hover:hover .albums_title{
    display: block;
    position: absolute;
    top:45%;
    color:#000;
    font-size: 3rem;
    right:5%;
    left: 5%;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.mouse_hover:hover .albums_location{
    display: block;
    position: absolute;
    top:57%;
    color:#000;
    font-size: 1.5rem;
    right:5%;
    left: 5%;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.mouse_hover:hover .albums_time{
    display: block;
    position: absolute;
    top:65%;
    color:#000;
    font-size: 1.5rem;
    right:5%;
    left: 5%;
    text-shadow: 1px 1px 2px #fff;
    -webkit-text-shadow: 1px 1px 3px #fff;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
.mouse_hover:hover{
    background-color: rgba(0,0,0,0);
}
/* 首頁 > 友站連結 */
.friend_link_block1 .well:hover{
    /*取消*/
    background-color: #0454ad;
    color:#ffffff; 
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
/* 首頁 > 友站連結 */
.friend_link_block{
    border:1px #0454ad solid;
    display: flex;
    -webkit-display:flex; 
    background-color: #f2f2f2;
    border-radius: 0px 5px 5px 0px;
    width:100%;
    height:54px;
    padding-top:1px;
    margin-bottom: 2rem;
}
.friend_link_block:hover *{
    display: flex;
    -webkit-display:flex; 
    background-color: #0454ad;
    padding-top: 0.5rem;
    color:#ffffff;
}
.url_icon{
    flex :1;
    -webkit-flex:1;
    padding-top: 0.5rem;
}
.url_link{
    flex :6;
    -webkit-flex:6;
    text-align: left;
    color:#0454ad;
    height:3.5rem;
    font-size: 2rem;
    padding:5px;
    overflow: hidden;
}
/*---首頁 > 選擇年度 / 語言---*/
.rc_year{
    /*手機版*/
}
.rc_year select{        
    border:none;   
    background-color: transparent;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
}
.select_year {
    font-size: 0.5rem;
    font-weight: 700;
    background-color: #333333;
    color:#ffffff;
    border-radius: 3px;
    padding:5px 3px;
    position: relative;
    top:-10px;
}
/*---/.首頁 > 選擇年度 / 語言---*/
.content-section-a {
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.banner {
    padding: 5rem 0;
    color: #f8f8f8;
    background: url(../img/web_2017_bg.png) no-repeat center center;
    background-size: cover;
}
.banner h2 {
    margin: 1rem auto;
    text-shadow: 1px 1px 3px rgba(0,0,0,0);
    font-size: 4rem;
    letter-spacing: 0.2rem;
}
.banner ul {
    margin-bottom: 0;
}
.banner_logo img{
    width:100%;
    height: auto;
}
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.copyright {
    margin: 0rem 0rem 2rem 0rem;
    color:#f2f2f2;
}
/*首頁 : 語系 / 年度切換*/
.btn_size{
    padding:0rem;
    margin-top: 0.5rem;
}
.goog-te-menu-value img{
    width:10px;
}
/*---/.首頁 : 語系 / 年度切換-----*/
/*地圖*/
#map{
    height:500px;
    width:98%;
    box-shadow:0px 0px 0px #ffffff;
    margin:0 auto;
}
/*---------------系統維護---------------------*/
.system_maintenance{
    color:#f2f2f2;
    font-size: 1rem;
}
.system_maintenance a{
    color:#f2f2f2;
    font-weight: normal;
}
.system_maintenance a:hover{
    color:#3d60b1;
    font-weight: normal;
}
footer{
    padding:1rem !important;
}
/*------------/.系統維護----------------------*/
/*內頁 > 列表*/
.article_list_title h1{
    color:#333333;
}
.words {
    position: relative;
    padding: 0rem;
    padding-left: 0.5rem;
}
.words h4 {
    letter-spacing: 0.1rem;
    font-weight: normal;
    margin-top: 0.2rem;    
    color: #333333;
    width:90%;
    line-height: 3.5rem;
    overflow: hidden;
}
.words img,.article_list img{
    width:2rem;
    display: inline;
    margin: 0.5rem;
}
.words span {
    display: inline-block;
    font-size: 1rem;
    color: #900;
}
.words::after {
    position: absolute;
    right: 26px;
    bottom: 50%;
    margin-bottom: -20px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/R_arrowsC2.svg) center/contain;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
.words:hover::after {
    background: url(../img/R_arrowsC3.svg) center/contain;
    right: 40px;
}
.list li:nth-child(odd) {
    background-color: #eee;
}
.list li:nth-child(even) {
    background-color: #F9F9F9;
}
.list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.list .words:hover {
    /*background-image:url("App_Data/img/2.jpg");*/
    background-color: #cdcdcd;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all .1s linear;
    transition: all 1s linear;
}
/*-----/.內頁 > 列表 --------------*/  
/*-----內頁 > 使用者上傳的內容頁呈現-----*/
.page_article_title{
    line-height: 3rem;
    padding:1rem;
}
.page_article_title h1{
    text-align: left;
    font-size:2rem;
    color:#333333;
    letter-spacing: 0.2rem;    
    font-weight: 900;
    line-height: 3rem;
    padding-bottom: 1rem;
}
.page_article_title h4{
    padding:1rem;
    text-align: left;
    line-height: 3rem;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.2rem;        
}
.page_article_title em{
    text-align: left;
    line-height: 3rem;
    background-color: #f2f2f2;
    color: #cccccc;
    font-weight: normal;
}
.page_article_content{
    line-height: 3rem;
    padding:1rem;
}
.page_article_content p{
    font-size: 1.5rem;
    color:#333333;
    letter-spacing: 0.2rem;
    font-weight: normal;    
    text-align: left;
}
.page_article_content img{
    display: block;
    width:100%;
    margin:0 auto;
}
.page_article_footer{
    line-height: 3rem;
    padding:5rem 0px;
}
.page_article_file{

}
.page_article_footer h2{
    color:#333333;
}
.page_article_file ul{
    padding: 0.5rem;
    text-align: left;
}
.page_article_file li{    
    list-style-type:none;
    line-height: 4rem;
    font-size: 1.5rem;   
    padding:0.5rem;
    font-weight: normal;
}
.page_article_file span{
    /*檔案下載小圖示*/
    font-size: 2rem;
    line-height: 4rem;
    padding:0.5rem;
    color:#C00;
}
.page_article_file li:nth-child(odd){    
    background-color: #eee;
}
.page_article_file li:nth-child(even) {
    background-color: #F9F9F9;
}
.page_article_file li:hover{
    background-color: rgba(0,0,0,0.3);
    color:#ffffff; 
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
/*-----/.內頁 > 內容-----*/
/*--------內頁 > 相本列表1 --------------*/
.picture_block{
    width:98%;
    background-color: #f2f2f2;
    margin: 0 auto;
    height:22rem;
    overflow:hidden;
    margin-bottom: 2rem;  
}
.pic{
    margin: 2%;
    width:96%;
    /*max-width: 290px;      */
    text-align : center;
    /* Firefox, Chrome */
    line-height : 150px;
    overflow: hidden;
}
.pic img{
    vertical-align : middle;
    max-width:200px;
    max-height:200px;
    width:auto;
    height:auto;
    overflow: hidden;
}
.picture_info,.picture_block,.picture_amount,.picture_title{
    padding: 0px 5px;
}
.picture_title p{
    margin: 3px auto;
    font-weight: bold;
    font-size:1.5rem;
    text-align: center;
    color:#333333;
}
.picture_info p{
    margin:3px auto;
    font-size:0.5rem;
    text-align: center;
    color:#333333;
}
.picture_amount,.picture_name p{
    margin:3px auto;
    font-size:1rem;
    text-align: center;
    color:#999999;
}
/*--------/.內頁 > 相本列表1 --------------*/
/*--------------內頁 > 相片呈現---------------*/
.picture_block_only{
    width:98%;
    background-color: #f2f2f2;
    margin: 1%;
    height:290px;
    overflow:hidden;
    margin-bottom: 3%;
}
.pic_only{
    margin: 2%;
    width:96%;     
    text-align : center;
    max-height: 250px;
    /* Firefox, Chrome */
    line-height : 250px;
    overflow: hidden;
}
.pic_only img{
    vertical-align : middle;
    width:100%;
    height:auto;
    overflow: hidden;
}
/*--------------/*內頁 > 相片呈現---------------*/
/*--------------內頁 > 相片切換picture_SlideShow.html---------------*/
/*--------------/*內頁 > 相片切換picture_SlideShow.html---------------*/
/*-----------內頁 > 聯絡我們--------------------*/
.contact_info{
    padding:5rem 0;
}
.contact_info h1{
    color:#333333;    
    text-align: center;
}
.contact_info h3,.contact_info span{
    color:#333333;    
}
.contact_box{
    margin-bottom: 10rem;
    text-align: center;
}
.contact_info p,.form-group{
    font-weight: bold;
    font-size: 1em;
    text-align: left;
}
.form-group span{
    min-width:200px;
    display: inline-block;
}
.message_but{
    text-align: center;
    width:100%;
    background-color: #0454ad ;
    color:#ffffff;
    margin-top: 5rem;
}
.message_but:hover{
    text-align: center;
    width:100%;
    background-color: black !important;
    color:#8ec31e !important;
}
.contact_daher_info{
    margin-top: 100px;
    width:100%;
    width:100%;  
    text-align: center;
}
.contact_daher_info hr{
    border-bottom: 5px solid #000;
    width:80%;
}
.contact_info em{
    color:red;
}
/*-----------/.內頁 > 聯絡我們---------------------*/
/*------------內頁 > 社員名錄-----------------------*/
.page_person h2{
    color:#333333;
    margin:3rem 0 ;
}
.page_person > div:first-child{
    background-color: #ffffff;
}
.page_person > div:nth-child(even){
    background-color: #eee;
}
.page_person > div:nth-child(odd){
    background-color: #F9F9F9;
}
.unit_box{ 
    border-bottom: 1px #f2f2f2 solid;
    display: -webkit-flex;
    display: flex;    
    overflow: hidden;
    padding:0px;
}
.person_pic{    
    -webkit-flex: initial;
    flex: initial;
    width: 120px;
    min-width: 50px;
    text-align: center;
    padding: 0rem 1rem 0rem 1rem;
    overflow: hidden;
    margin: auto 0px;
}
img{
    width:100%;
    height: auto;
}
.content{
    flex:7;
    -webkit-flex:7;
    text-align: left;
    font-size: 1rem;
    color:#333333;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.content span{
    font-size: 1rem;
}
.experience{
    color:#444;
    text-align: left;
}
.experience h4{
    text-align: center;
    padding:0.2rem;
    color:white;
    background:#00a2e0;
    border-radius: 0.3rem;
}
.experience ul{
    margin-left:0px;
}
.content_name_box{
    font-size: 1.5rem;
    font-weight: bold;
}
.contact_tool_line,.contact_tool_fb,.contact_tool_phone,.contact_tool_mail{
    display: inline-block;
    margin: 0rem 1rem;
}
.group_box{
    display: inline-block;
    border: #cccccc 1px solid;
    color:#333333;
    padding:0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
}
/*
.unit_box::after {
    position: absolute;
    right: 26px;
    bottom: 50%;
    margin-bottom: -20px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/R_arrowsC2.svg) center/contain;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
.unit_box:hover::after {
    background: url(../img/R_arrowsC3.svg) center/contain;
    right: 40px;
}
*/
.page_person > div:hover{
    background-color: rgba(2, 33, 68, 0.3);
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all .1s linear;
    transition: all 1s linear;
}
.person_jop{
    font-weight: normal;
}
/*------------/.內頁 > 社員名錄-----------------------*/
/* 首頁 > 三層選單 */
/* 將子選單加入+號 */
li.dropdown-submenu > a:after {
    display: block;
    content: "+";
    float: right;
    font-size: 1.6rem;
    margin-top: -1px;
    margin-left: 5px;
    background-color:#ffffff;
    color:#808080;
    padding: 0 4px;
    border-radius: 3px;
}
/* 選單開啟時變- */
li.dropdown-submenu.open > a:after {
    content: "-";
}
li.open ul.dropdown-menu > li.open > ul.dropdown-menu {
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
/*---子選項縮排----*/
li.open ul.dropdown-menu > li.open > ul.dropdown-menu > li {
    /*子選單打開時 往右方平行移動20px*/
    text-indent: 20px;
}
#rc_nav>li>ul>li>ul>li>ul>li>a{
    /*子選單打開時 往右方平行移動20px*/
    text-indent: 40px;
}
/*---/.子選項縮排---*/
/* 滑入選單時變換底色 */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: rgba(0,0,0,0.1) !important;
}
/*共用 圖示*/
.icon_language:before{
    /*取消*/
    font-family: FontAwesome;
    content:"\f1ab";
}
.icon_friendlink_bg_back:after{
    /*友站連結*/
    font-family: FontAwesome;
    content:"\f08e";
    font-size: 2rem;
    color:#ffffff;
    padding:0.5rem;
}
.icon_location{
    cursor: pointer;
}
.icon_location::before{
    /*地圖*/
    font-family: FontAwesome;
    content:"\f041";
    font-size: 3rem;
    color:#900;
}
.icon_location_albums::before{
    /*地圖*/
    font-family: FontAwesome;
    content:"\f041";
    font-size: 1.5rem;
    color:#333;
}
.icon_time_date::before{
    /*日期*/
    font-family: FontAwesome;
    content:"\f073";
    font-size: 1.5rem;
    color:#333;
}
.icon_down:after{
    font-family: FontAwesome;
    content: "\f0d7";    
}
.icon_send:after{
    font-family: FontAwesome;
    content: "\f1d8"; 
}
.icon_video:before{
    font-family: FontAwesome;
    content: "\f1c8"; 
}
.icon_word:before{
    font-family: FontAwesome;
    content: "\f1c2"; 
}
.icon_pdf:before{
    font-family: FontAwesome;
    content: "\f1c1"; 
}
.icon_img:before{
    font-family: FontAwesome;
    content: "\f1c5"; 
}
.icon_camera:before{
    font-family: FontAwesome;
    content: "\f03d"; 
}
.contact_tool_line::after{  
    color:#00b600;
    content: "\f075";
    font-family: "FontAwesome";
}
.contact_tool_fb::after{
    color:#3d60b1;
    content: "\f230";
    font-family: "FontAwesome";
}
.contact_tool_phone::after{
    color:#42affc;
    content: "\f098";
    font-family: "FontAwesome";
}
.contact_tool_mail::after{
    color:#d64e4a;
    content: "\f0e0";
    font-family: "FontAwesome";
}
/*共用*/
.flex_box{
    display: -webkit-flex;
    display: flex;
}
.flex_2rem{
    -webkit-flex: none;
    flex: none;
    width:2rem;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.img_height_50{
    width:70px;
    height:auto;
    margin:1rem 0.5rem;
}
.img_height_200{
    max-width:200px;
    height:auto;
    margin:0px 0.5rem;
}
.img_width_1000{
    width:1000px;
    height:auto;
    margin:0px 0.5rem;
}
.letter_spec{
    letter-spacing: 0.8rem;
}
.border_d_blue{
    border-bottom: 2px #0454ad solid;
    margin-top:  1rem;
}
.d_inline_block{
    display: inline-block;
}
.d_inline{
    display: inline;
}
.padding_gap_0
{
    padding:0rem !important;
}
.padding_gap_02
{
    padding:0.5rem !important;
}
.padding_gap_u_d_8{
    padding:8rem 0rem;
}
.padding_gap_u_d_2
{
    padding:2rem 0rem;
}
.padding_gap_u_d_4
{
    padding:4rem 0rem;
}
.padding_gap_l_r_15_rwd_0
{/*比 ipad por  更大的畫面 : padding:0rem 15rem;*/
    padding:0rem 2rem;
}
.padding_gap_l_r_4_rwd_0
{
    padding:0rem 4rem;
}
.margin_gap_05{
    margin:0.5rem;
}
.margin_gap_u_4{
    margin-top: 4rem;
}
.margin_gap_1{
    margin:1rem 0rem;
}
.margin_gap_d_5{
    margin:0rem 0rem 5rem 0rem;
}
.margin_gap_u_d_5{
    margin:5rem 0rem 5rem 0rem;
}
.margin_gap_u_d_10_5{
    margin:10rem 0rem 5rem 0rem;
}
.margin_gap_u_10{
    margin:10rem 0rem 0rem 0rem;
}
.margin_gap_r_l_1{
    margin:0rem 1rem;
}
.margin_gap_r_l_2{
    margin:0rem 2rem;
}
.margin_gap_u_d_1_5{
    margin-top: 1rem;
    margin-bottom: 5rem;
}
.margin_gap_auto{
    display:block;    
    margin: 0rem auto;
}
.text_center{
    text-align: center;
}
.text_ellipsis_1{     
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.text_ellipsis_2{     
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.text_ellipsis_4{     
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;    
    line-height: 1.8rem;
}
.text_ellipsis_3_rwd{
    /*控制只出現一行，其他用...*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*控制只出現一行，其他用...*/
    /*英文自動換行*/
    word-wrap:break-word;
    word-break:normal;
}
.w100{
    width:100%;
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;

}
.w_flex_container
{
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */ 
    flex-direction: row;
    max-width: 80%;
    margin:0 auto;
}
.w50{
    display: block;
    width:50%;
}
.w30{
    display: block;
    -webkit-flex: 1;
    flex: 1;
    width: 300px;
    min-width: 250px;
}
.w70{
    display: block;
    -webkit-flex: 5;
    flex: 5;
}
.font_w{
    font-weight: 700;
}
.font_900{
    font-weight:900;
}
.font_size_015{
    font-size: 1.5rem;
}
.font_size_2{
    font-size: 2rem;
}
.color_gray{
    color:#727272;
}
.color_white{
    color:#ffffff;
}
.color_red{
    color:#900;
}
.color_blue{
    color:#0454ad;
}
.color_gray1{
    color:#333333;
}
.justify_center{
    /*垂直置中*/
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.border_all_gray1{
    border:1px #333333 solid;
    border-radius: 3px;
}
.bg_gray1{
    background-color: #333333;
    border-radius: 3px;
}
.bg_white{
    background-color: #ffffff;
}
.bg_blue{
    /*2017扶輪改善全世界*/
    background-color: #00a2e0;
}
.bg_gray2{
    /*2017扶輪改善全世界 背景灰*/
    background-color: #d2d0cd;
}
.bg_gray3{
    /*2017扶輪改善全世界 背景灰*/
    background-color: #f8f8f8;
}
.bg_blue2{
    /*2017扶輪改善全世界*/
    background-color: #b9c6d8;

}
.bg_black{
    background-color:#333333;
}
.bg_img{
    background-image: url("../img/photo_bg.jpg") !important;  
    background-color: rgba(255,255,255,0);
    background-size: cover;
    background-attachment:  fixed;
}
.bg_img1{
    background-image: url("../img/bg_1.png") !important;  
    background-color: rgba(255,255,255,0.8);
    background-size: cover;
    background-attachment:  fixed;   
    background-repeat: repeat !important;   
}
@media(max-width:1199px) {
    /*ipad以上 */
    /*最新公告 手機、桌機版切換*/
    #announce_list {
        display: none;
    }
    #announce_list_pc {
        display: block;
    }
    /*----/.最新公告 手機、桌機版切換----*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
    /*扶輪社介紹*/
    .padding_gap_l_r_15_rwd_0,.padding_gap_l_r_4_rwd_0
    {
        padding:0rem 1rem;
    }
    /*---首頁 > 選擇年度 / 語言---*/
    .rc_year{
        /*max-width:960px 為切換漢堡選單*/
        /*首頁 header的選擇年度*/
        margin-top: -2rem;
        font-size: 1rem;
        margin-bottom: 0rem;
    }
    .navbar-brand{
        padding-top:0px;
        padding-bottom: 0px;
    }
    .navbar-brand img{
        margin-top: 1rem;
        max-height:60px !important;
        width:auto;
        z-index: -1;
    }
}
@media screen and (max-width:958px)  {
    .rc_year_pc{
        display: none;
    }
}
@media screen and (min-width:768px)  {
    .rc_year_pc{
        display: block;
    }
}
@media(max-width:767px) {
    /*0~ipad以下 不含ipad , 此規格的設定，統一於此設定*/
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;    
        letter-spacing: 3px;
    }
    /*選單高度 (展開後)*/
    #rc_nav{   
        margin-top: 2rem;
    }    
    .select_year {
        font-size: 0.5rem;
        font-weight: 700;
        background-color: #333333;
        color:#ffffff;
        border-radius: 3px;
        padding:5px 3px;
        position: relative;
        top:-10px;
    }
    /*---/.首頁 > 選擇年度 / 語言---*/
    /*為了 讓手機版的header 能固定輸入三行時 不跑版 及 多三行後...呈現*/
    .navbar {
        min-height: 6.5rem !important;
    }
    /*header調整*/

    .flex_logo{
        display: inline-block;  
        height:50px;
        width:auto;
        position: relative;
        /*top:15%;*/
        top:0rem;
        vertical-align:middle;
    }
    .flex_name{
        /*切換為漢保選單時 社團名稱 呈現範圍變大*/
        display: inline-block; 
        /*max-width:530px;
        min-width:200px;*/
        /*width:80%;*/
        width:auto;
        padding-left: 2px;
        /*^^*/
        position: relative;
        top:2rem;
        /*^^*/
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .flex_name .web_name_positiom{
        display:table-cell;
        vertical-align: middle;
        height:3rem;
        /*height:5rems*/
    }
    .flex_name .web_name_positiom span{
        display:inline-block; 
        vertical-align:middle;
    }
    .flex_name_pc{
        display: none; 
    }
    /*header調整*/
    .navbar-header button{
        max-width:45px;
        position: absolute;
        right:0px;
        margin-right: 10px;
    }
    /*-----/.header 調整*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    .intro-divider {
        width: 100%;
    }
    /*最新公告 手機、桌機版切換*/
    #announce_list {
        display: none;
    }
    #announce_list_pc {
        display: block;
    }
    /*----/.最新公告 手機、桌機版切換----*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3rem;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    /*扶輪社介紹*/
    .padding_gap_l_r_15_rwd_0,.padding_gap_l_r_4_rwd_0
    {
        padding:0rem 2rem;
    }
    /*地圖*/
    #map{
        height:500px;
        width:95%;
        box-shadow:0px 0px 0px #ffffff;
    }
    /*執行人物介紹*/
    .thumbnail_height_set{

        min-height: 42rem !important;
        line-height: 1.8rem;
    }
    /*----/.執行人物介紹----*/
}
@media screen and (max-width:600px) and (orientation:landscape){
    /*orientation (value: portrait | landscape)(裝置旋轉方向 值:直立 | 橫向)*/
    #rc_nav{
        position: relative;
        display: block;
        margin: 1rem auto;
        margin-top: 7rem;
        max-height:100px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
@media (max-width: 480px) {
    /*手機*/
    /*形像大圖 說明文字調整*/
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0px;
        left: 15%;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    /*--/.形像大圖 說明文字調整*/
    /*扶輪地區*/
    .area h1{
        font-size: 2.5rem !important;
    }
    .area h2 {

        font-size: 2rem !important;
    }
    /*---/.扶輪地區*/
    /*最新公告 手機、桌機版切換*/
    #announce_list {
        display: block;
    }
    #announce_list_pc {
        display: none;
    }
    /*----/.最新公告 手機、桌機版切換----*/
    /*架構*/   
    .w_flex_container
    {
        max-width: 100%;
    }
    .w30{
        display: block;
    }
    .w70{
        display: block;
        -webkit-flex: 5;
        flex: 5;
        background-color: blue;
    }
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;    
        letter-spacing: 3px;
    }
    #rc_nav{
        position: relative;
        display: block;
        margin: 1rem auto;
        height:350px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .navbar-brand{
        /*社團名字*/
        font-size: 18px;
        color:#0454ad !important;
        padding: 0rem !important;
        width:100% !important;
    }
    /*為了 讓手機版的header 能固定輸入三行時 不跑版 及 多三行後...呈現*/
    .navbar {
        min-height: 7rem !important;
    }
    .navbar-header {       
        width:100% !important;
        margin:0px;
        padding:0px;
        -webkit-display:flex;
        display: flex;
    }
    /* .navbar-abs{
         position: relative;
         width:100%;
         -webkit-display:flex;
         display: flex;
     }*/

    .navbar-toggle {
    }
    .flex_name span{
    }
    .container>.navbar-header{
        margin:0px;
        /*RC LOGO的圖 如果為大張又長條狀的 會壓到年度&語系選擇 所以必需往下拉
        margin-top: 1rem;*/
        margin-top: 0rem;
    }
    .navbar-brand img{
        /*0~480以下 手機, 此規格的設定，統一於此設定*/
        /*logo*/
    }
    /*header調整*/
    /*header調整 : 
    ver_1:判斷手機尺吋 在i5尺吋 時
    logo 置頂 變為15%*
    ver_2:top:取消*/
    .flex_logo{
        display: inline-block;  
        /*height:30px;*/
        height:0px;
        position: relative;
        /*top:15%;*/
        top:0rem;
        vertical-align:middle;
    }
    .flex_name{        
        display: inline-block;  
        /*max-width:230px;
        min-width:200px;*/
        /*ver_1:width:70%;
        ver_2:logo寬度不限制，自動推擠社團名字，讓使用者自行決定是否使用過寬的logo*/
        width:auto;
        padding-left: 2px;
        position: relative;        
        top:2rem;
    }
    .flex_name .web_name_positiom{
        display:table-cell;
        vertical-align: middle;
        /*ver_1:height:5rem
        ver_2:height:auto*/
        height:5rem;
    }
    .flex_name .web_name_positiom span{
        display:inline-block; 
        vertical-align:middle;
        /*控制只出現一行，其他用...*/
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*控制只出現一行，其他用...*/
        /*英文自動換行*/
        word-wrap:break-word;
        word-break:normal;
        max-width:100%;/*控制 rc name的寬度  (外層flex_name / 內層.flex_name .web_name_positiom span)*/
    }
    .flex_name_pc{
        display: none; 
    }
    /*header調整*/
    .navbar-header button{
        max-width:45px;
        position: absolute;
        right:0px;
        margin-right: 10px;
    }
    .article_title h2{
        font-size: 1.5rem !important;
    }
    /*首頁 - 形像大圖*/
    .header-padding {
        padding-top: 6rem; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    }
    /*扶輪社介紹*/
    .padding_gap_l_r_15_rwd_0,.padding_gap_l_r_4_rwd_0
    {
        padding:0rem 2rem;
    }
    .introduce h3{
        font-weight: normal;
    }
    /*----手機版 會出現 點選漢堡選單後，出現過高的border----*/
    .navbar-collapse{
        margin-top: 2rem;
    }
    /*執行人物介紹*/
    .thumbnail_height_set{

        min-height: 35rem !important;
    }
    /*判斷手機 桌機版出現*/
    .pc_person{
        display: none;
    }
    .mobile_person{
        display: block;
    }
    /*----/.執行人物介紹----*/
}
/*----/.手機版 會出現 點選漢堡選單後，出現過高的border----*/
@media(max-width:320px){
    .flex_name{
        /*切換為漢保選單時 社團名稱 呈現範圍變大*/
        display: inline-block; 
        /*max-width:200px;*/
        /*max-width:80%;*/
        padding-left: 2px;       
        position: relative;
        top:2rem;
        height:auto;
        /*height:5rem;*/
        /*^^*/
    }
}
@media(min-width:376px) and (max-width:450px){
    .flex_name{
        /*切換為漢保選單時 社團名稱 呈現範圍變大*/
        display: inline-block; 
        /*max-width:300px;
        min-width:230px;*/       
        /*ver_1:取消社團名字的寬度限制，讓使用者自行判斷上傳寬度適合的logo圖
        width:80%;*/
        padding-left: 2px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    /*ipad*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    .navbar-brand{
        /*社團名字*/
        font-size: 24px;
        color:#0454ad !important;
    }
    .navbar-brand img{
        /*ipad以上~979 含ipad , 此規格的設定，統一於此設定*/
        /*logo*/
        /* margin-top:-1rem;*/
        width:auto;
        max-height:70px;
    }
    .navbar-nav>li>a{
        padding: 5px;
        margin: 5px;
    }
    /*首頁 - 形像大圖*/
    .intro-header-set{
        padding-top: 100px !important; /*50px*//* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */   
    }
    .intro-header {
        /*padding-bottom: 50px;*/
        text-align: center;
        color: #f8f8f8;
        background-color:#ffffff;
        /*background: url(../img/intro-bg1.jpg) no-repeat center center;*/
        /*background-size: cover;*/
    }
    .header-padding{
        padding-top: 220px;/*ipod*/ /*  If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    }
    /*扶輪社介紹*/
    .padding_gap_l_r_4_rwd_0
    {
        padding:0rem 1rem;
    }
    /*讓扶輪介紹 與下方地圖 人物介紹齊平*/
    .padding_gap_l_r_15_rwd_0{
        padding:0rem 2rem;
    }
    /*----/.讓扶輪介紹 與下方地圖 人物介紹齊平-----*/

    /*執行人物介紹*/
    .thumbnail_height_set{

        min-height: 25rem !important;
    }
    /*----/.執行人物介紹----*/
}
@media (min-width: 980px) {
    /*980以上 營幕*/
    /*首頁 - 形像大圖*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
    }
    .intro-header-set{
        padding-top: 100px !important; /*50px*//* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */   
    }
    .header-padding {
        padding-top: 10rem;/*ipod pro*/ /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    }
    /*讓扶輪介紹 與下方地圖 人物介紹齊平*/
    .padding_gap_l_r_15_rwd_0{
        padding:0rem 2.5rem;
    }
    /*----/.讓扶輪介紹 與下方地圖 人物介紹齊平-----*/
    /*執行人物介紹*/
    .thumbnail_height_set{

        min-height: 32rem !important;
    }
    /*----/.執行人物介紹----*/
}
@media screen and (min-width: 1200px) {
    /*1200以上 營幕*/
    /*讓header 永遠維特2 行*/
    .header_rwd{
        display: none;
        width:1px;
        height:0rem;
        margin-bottom: 3rem;
    }
    /*執行人物介紹*/
    .thumbnail_height_set{
        min-height: 41rem !important;
    }
    /*----/.執行人物介紹----*/
}
@media screen and (max-width:1670px) and (min-width:1201px){
    /*執行人物介紹*/
    .thumbnail_height_set{
        min-height: 41rem !important;
    }
    /*----/.執行人物介紹----*/
}
/*----使用者回饋----*/
#rc_nav li,#rc_nav li li ul li,#rc_nav li li ul li {
    cursor: pointer !important;
}
/*----/.使用者回饋----*/
/*andy fix*/
.page_article_title h4 span{
    vertical-align: top;
}