                                                                                                                                                                                              
                    body{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.index_1_body {
    font-family: 微軟正黑體;
    font-size: large;
 padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}




ol.breadcrumb.pull-right a {
    color: #eb7c2b;
}

.btn-default {
    color: #333;
    background-color: #061d61;
    border-color: #fff4d6;
}

a {
    color: #735709;
    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: #061d61;
    border-color: #061d61;
}

.btn-primary {
    color: #020202;
    background-color: #061d61;
    border-color: #061d61;
}

              
/*=========================
  top area
 ================= */  
                  
 .navbar {
    min-height: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #061d61;
    border-color: #061d61;
    border-radius:0px;
}

.menu_area .navbar-header {
    border-color: #061d61;
    background-color: #061d61;
}  

.menu_area .navbar-default .navbar-collapse, .menu_area .navbar-default .navbar-form {
    border: 0px;
    border-color: #061d61;
    background-color: #061d61;
    text-align: center;
}
     
.menu_area .navbar-default .navbar-nav>li>a:hover, .menu_area .navbar-default .navbar-nav>li>a:focus {
    color: #fffc00;
    background-color: #2b93ce;
    border: none;
    display: block;
    clear: both;
}

/*-------------------------------------------------------------------------------------*/
.menu_area .navbar-default .navbar-toggle {
    border-color: #e8ff66;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.menu_area .navbar-default .navbar-toggle:hover, .menu_area .navbar-default .navbar-toggle:focus {
    background-color: #2b93ce;
}

 @Media (max-width: 480px)   { 
.menu_area .navbar .navbar-nav {
    border: 0px;
    border-color: #f0b40d;
    background-color: #9c0dcb;
    text-align: center;
}
}  
/*-------------------------------------------------------------------------------------*/
.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: #061d61;
    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: #ffcc00; 
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #406bbf;
}

.footer-distributed {
    background-color: #061d61;
    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: #2b93ce; 
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-links {
    color: #fa59c7;
    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: #fda5ef; 
    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: #061d61;
}

.panel-default>.panel-heading {
    color: #ff00ae;
    background-color: #061d61;
    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-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0e1b9;
}            
---------------------------/*title置中*/-------------------------------------    
.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;
}

                                                                                                                  .pic-center {
    text-align: center;
    margin: 0 auto;
} 

.menu_area .navbar-default .navbar-brand {
    background-color: #061d61;
    color: #FF5722;
}

/*匯款資訊 */
.bg-grly {
    background-color: #ce3c95;
}
.table-responsive {
    overflow-x: auto;
    color: #000000;
}

/*景點介紹-左邊的banner色塊 */
.btn-default {
    background-color: #FF9800;
}
-------------------------------------------------------------------------------------------
                                                                                                                                                                