
/* 
主色調
 */


/*被景色*/
body{
    background: url(../images/wall.png);
}

/*基本連結顏色*/
a {
 
}
a:hover {

}
/*MENU背景*/
@media (min-width: 1024px){
nav.bootsnav.navbar-sidebar {
    background: url(../images/wall_menu.png) !important;
}
}
   
/*手機顯示 電腦不顯示*/
.phonedisplay{
	display:none;
}
.pcdisplay{
	display:block;
}

@media(max-width:1024px) {
	.phonedisplay{
		padding-top:55px;
		display:block;
	}
	.pcdisplay{
		display:none;
	}
}

/*BANNER的高度*/
.bs-slider {
    overflow: hidden;
    max-height: 1080px !important;
    position: relative;
    background: #000000;
}

/*選單克制*/
.btn_nav{
	width:100%;
	text-align:center;
	position: absolute;
　  bottom: 29px;

}
.btn_nav a{
    font-size: 14px;
    color: #bd1717;
   text-indent:none;
   
}

nav.bootsnav.navbar-sidebar {
    background: #fff;
    -moz-box-shadow: 1px 0px 1px 0px #5f5f5f;
    -webkit-box-shadow: 1px 0px 1px 0px #5f5f5f;
    -o-box-shadow: 1px 0px 1px 0px #5f5f5fe;
    box-shadow: 1px 0px 1px 0px #5f5f5e; 

    border-right: 15px solid #8e624d;
}
nav.bootsnav.navbar-sidebar ul.nav > li > a {
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
}


/*選單克制*/


hr {
border-color:#cebeb7;
}

.logo_mid{ /*致中浮起*/
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
}

.logo {
    margin: 0 auto;
    width: 122px;
    /* height: 45px; */
}

@media(max-width:1280px) {
.logo img{width: 80%;}
}

.banner{
	   


}

footer {
    
}  




.listcus li {
    border-bottom: 1px #d4d4d4 solid;
}


.list-unstyled li{
    line-height: 30px;   
}


/*2017 02 15 FOR 來住安平*/
.cust_banner{
    padding-top: 4em;
}
.navbar-brand {

    padding: 2px 0px;

}

.room_main2 h4{
    color: #ababab;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 23px;

}
.room_main2 p{
    color: #4a4a4a;
    font-size: 15px;
    line-height: 26px;
}

.cus_table{
    color: #808080;
    font-size: 15px;
}
/**/
.navbar {
    border-radius: 0px;
}
.active{
    color: #c54747 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #cea838;
}

.navbar-default .navbar-nav > li > a { /*選單字色*/
    color: #7b0e0e;
}
.navbar-default {
    background-color: #fb755f;
    border: none ;
    box-shadow: 0px 3px 12px 0px rgba(142, 142, 142, 0.5);
	position: fixed;
    z-index: 11;
    width: 100%;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #9a9a9a;
}

/*ICON圖示*/
.icon{
	color: #5c9463;
}
/**/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

@media(max-width:1023px) {
.row {
    margin-right: 0;
    margin-left: 0;
}
.portfolio {
	padding-top:50px;
}
}
/*表格*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #cebcb3;
}
/*表格*/
.lit_tit{
	color: #866d49;
    font-size: 19px;
    font-weight: 600;
	padding-bottom: 9px;
	padding-top: 5px;
}

.room_main{
	line-height: 29px;
    font-size: 16px;
    color: #6d6d6d;
}
/*20170424*/
.grid figure {
    width: 47% !important;
}
@media screen and (max-width: 50em) { 
	.grid figure {
    width: 100% !important;
}
/*20170614*/
}
.news_block {
    background: #fdfdfd;
}