               
/*base*/
ol.breadcrumb.pull-right a {
    color: #00387d;
}

.btn-default {
    color: #333;
    background-color: #fcc429;
    border-color: #fff4d6;
}

a {
    color: #c45c5d;
    text-decoration: none;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, 

.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #fff4d6;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 

.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00387d;
    border-color: #00387d;
}

.btn-primary {
    color: #020202;
    background-color: #fcc429;
    border-color: #fcc429;
}

              
/*=========================
  top area
 ================= */  
                 
 .navbar {
    min-height: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #00387d;
    border-color: #00387d;
    border-radius:0px;
    position: relative;
}


.menu_area .navbar-header {
   border-color: #00387d;
   background-color: #00387d;
}
  

.menu_area .navbar-default .navbar-collapse, .menu_area .navbar-default .navbar-form {
    background-color: #00387d;
    text-align: center;
    border-color: #00387d;
}
     


.menu_area .navbar-default .navbar-nav>li>a:hover, .menu_area .navbar-default .navbar-

nav>li>a:focus {
    color: #00387d;
    background-color: #c7def3;
    border: none;
    display: block;
    clear: both;
}

.menu_area .navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; 
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 100;
}

.menu_area .navbar-default .navbar-toggle:hover, .menu_area .navbar-default .navbar-toggle:focus 

{
    background-color: #c7def3;
}
 @Media (max-width: 480px)   { 
.menu_area .navbar .navbar-nav {
    border: 0px;
    border-color: #00387d;
    background-color: #00387d;
    text-align: center;
}

.menu_area .navbar-default .navbar-brand {
    color: #FFFFFF;
}
}
/*-------------------------------------------------------------------------------------*/  


.carousel-indicators .active {
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #dd0b1a;
}


.carousel-indicators li {
    display: inline-block;
     width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fcc429;
    border: 0px solid #fff;
    border-radius: 10px;
}


/*=========================
 fade effect img
 ================= */ 

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;	
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


/**/           
.nav>li {
    position: relative;
    display: block;
    float: left;
}
        
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    color: #000;
}    
     
/*=========================
  footer
 ================= */
.footer-distributed h3 {
    color: #ffffff; 
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #406bbf;
}

.footer-distributed {
    background-color: #1662a8; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-center i {
    background-color: #114779;
    color: #ffffff;
    font-size: 24px;
    width: 36px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 0;
    vertical-align: middle;
    padding-left: 6px;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-company-name {
    color: #a67c07;   
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .club_contact2_tel {
    display: inline-block;
    color: #d55304;  
    vertical-align: middle;
    margin: 0;
}
    
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network 

a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network 

a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44bcdd;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
 
/*=========================
  Plug
 ================= */          

/*GO tOP*/
.scrollup {
    width: 60px;
    height: 40px;
    text-indent: -99999px;
    opacity: 0.6;
    bottom: 20px;
    right: 20px;
    background: url(https://mmmfile.mmweb.tw/L3/89850/image/2016web/icon_top.png) no-repeat;
    z-index: 99999;
    position: fixed;
}        

.bg-grly {
    background-color: #fcc429;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: #fcc429;
    border-color: #F3FAFF;
}                       

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff4d6;
    border: 1px solid #fff4d6;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff4d6;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}                    
/*table*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0e1b9;
}    

/*-----------rwd-------------*/

body{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
      
}


.index_1_body {
    font-family: "JhengHei";
    font-size: large;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    background: url("https://mmmfile.mmweb.tw/L3/47790/image/main/main_bg.jpg") center center 

repeat #c7def3;    
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;

}

.club_info .container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.flex-box {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-box.between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.pic-center {
    text-align: center;
    margin: 0 auto;
}

p {
    margin: 10px 0 50px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: justify;
    color:#8e4d1b;
}

span{
    color: #00387d;
    font-size: 36px;
    font-weight:bold;
    line-height: 75px;
}

.info span{
    color:#8e4d1b;
    font-size: 36px;
    font-weight:bold;
    line-height: 75px;
}

.before p{
    text-align: center;	
}

.info{
  max-width: 1300px;
  margin:0 auto;
}

.info img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding:10px;
  margin: 0 auto;
}

.bx-wrapper img {
  padding:0;
}


.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.mt3{
	margin-top:3%;
}

.mb3{
	margin-bottom: 3%;
}


.has-shadow {
  position: relative;
}

.flex-box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

h3.title {
  font-size: 3.125rem;
  color: #714432;
}
      
/*-----------------main-----------------*/
body,a,p{
       font-family: Microsoft JhengHei  !important;
} 
.info h1{
    margin: 50px 0 30px 0;
    font-size: 36px;
    color: #0349a9;
    font-weight: bold;
}    

.info h2{
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 42px;
    color: #00387d;
}

.info h3 {
    font-size: 26px;
    text-align: left;
    color: #8e4d1b;
    font-weight: bold;
}  

.info ul.left li{
	text-align:left;
	list-style: none;
	line-height: 39px;
	color: #8e4d1b;
	margin-left: -25px;
}

.info ul.left li:before{
	width:10px;
	height:10px;
	content:"★";
	text-align:left;
	list-style: none;
	line-height: 39px;
	color: #8e4d1b;
	margin-left: -25px;
	padding-right: 5px;
}

@media (max-width: 480px){
.nav>li {
    float: none;
}

.info span,.info h1 {
    font-size: 24px;
}

}
#food span{line-height: 1.42857143;} 