@charset "UTF-8";
body *{
    font-family: "Montserrat", "微軟正黑體", "Microsoft JhengHei", "Lato", sans-serif;
}
.header-top-area{
    text-transform:none;
}
.no_banner .header-top-area{
    position: relative;
}
/*Header調整*/
.top-bar{
    background-color: #FFF;
    border-bottom: none;
}
.top-social-bookmark ul{
    font-size: 0;
}
.top-social-bookmark ul li{
    display: inline-block;
}
.top-social-bookmark ul li a {
    width: auto;
    height: 40px;
    padding: 8px 17px 0 17px;
    color: #725c48;
}
.top-social-bookmark ul li a:hover{
    background: none;
    color: #6d7869;
}
.top-social-bookmark ul li a.icon{
    font-size: 21px;
    /* padding-top: 2px;
    padding-bottom: 0; */
    padding: 8px 10px 0 10px;
}
.logo_img{
    height: 51px;
    margin: 19px 0;
}
.navbar-toggle{
    border: none;
}
.navbar-toggle .icon-bar{
    background-color: #cdc2b0;
}
/*banner*/
.pogoSlider-slide:after{
    background: none;
}
.single-page .pogoSlider-slide{
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100%;
    position: absolute;
    top: 0;
}
.navbar{
    background-color: rgba(109, 120, 105, 0.9);
    border-radius: 0;
}
.navbar-toggle{
    margin-top: 13px;
}
.slider-area{
    /* height: 497px; */
    position: absolute;
    top: 0;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn{
    margin-top: 35px;
}
@media (max-width: 991px){
    .sticky-wrapper{
        background: none;
    }
    .logo_img{
        height: 32px;
        margin: 12px 0;
    }
}
@media (max-width: 767px){
    .pogoSlider-nav{
        display:none;
    }
    .single-page .pogoSlider-slide{
        padding-top: 0;
    }
    .slider-area{
        height: auto;
        position: relative;
        padding-top: 103px;
    }
}
/*menu 調整*/
.navbar-header{
    margin: 0px 0;
    border-bottom: none;
}
.navbar-brand{
    height: auto;
    padding: 2px 15px;
}
ul#nav li a{
    font-size: 20px;
    color: #cdc2b0;
    font-weight: normal;
}
ul#nav li a::after{
    content: "";
    height: 1px;
    width: 0;
    background-color: #cdc2b0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .5s ease;
}
ul#nav > li{
    padding: 39px 0 12px 0;
}
ul#nav > li > a{
    padding: 0;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
ul#nav > li:last-child > a{
    margin-right: 0;
}
ul#nav > li:hover > a{
    color: #cdc2b0;
}
ul#nav > li:hover > a::after{
    width: 60%;
    margin-left: -30%;
}
.navbar-nav > li:last-child{
    margin-right: 0px;
}
ul#nav ul{
    background-color: #F4F6EC;
    width: 150px;
    left: 50%;
    margin-left: -72px;
}
ul#nav li:hover ul{
    opacity: 0.88;
}
ul#nav li ul li{
    border-bottom: 1px solid #6d7869;
    text-align: center;
}
ul#nav li ul li a{
    color: #6d7869 !important;
    background-color: #FFF;
    font-size: 17px;
}
ul#nav ul li:hover a{
    background-color: #6d7869;
    color: #cdc2b0 !important;
}
/*下滑Header*/
.is-sticky .navbar-header .collapse,
.is-sticky .navbar-toggle{
    border: none;
}
.is-sticky .navbar-toggle .icon-bar{
    background-color: #FFF;
}
.is-sticky .mainmenu-area{
    background-color: #6d7869;
}
.is-sticky ul#nav > li > a{
    color: #cdc2b0 !important;
    padding: 0;
}
.is-sticky .navbar-header{
    margin-top: 0px;
}
ul#nav li ul li a,
ul#nav ul li a,
.is-sticky ul#nav li ul li:hover a,
.is-sticky ul#nav li ul li a{
    padding: 10px 15px;
}
@media (max-width: 1199px){
    .navbar-nav > li:last-child{
        margin-right: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    /*下滑Header*/
    .is-sticky .navbar-header img {
        width: auto;
        margin-top: 15px;
    }
}
@media (min-width: 992px){
    .container-fluid{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 1200px){
    .container-fluid{
        padding-right: 45px;
        padding-left: 45px;
    }
}
@media (max-width: 991px){
    .container-fluid>.navbar-collapse, 
    .container-fluid>.navbar-header, 
    .container>.navbar-collapse, 
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar{
        background: none;
        border: none;
    }
    .navbar-header{
        margin: 0;
        background-color: rgba(109, 120, 105, 1);
    }
    .mainmenu-area,
    .is-sticky .mainmenu-area{
        background: none;
    }
    .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    ul#nav {
        max-height: 340px;
        margin: 0;
    }
    ul#nav > li{
        padding: 0;
    }
    ul#nav > li > a,
    .is-sticky ul#nav > li > a{
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.88);
        height: auto;
        margin: 0;
        text-align: center;
        color: #8d7559 !important;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7em;
    }
    ul#nav > li > a.active{
        background-color: rgba(109, 120, 105, 0.88);
        color: #cdc2b0 !important;
    }
    ul#nav > li:hover > a{
        border-bottom: none;
    }
    ul#nav > li:hover > a::after{
        width: 0;
        margin-left: 0;
    }
    .navbar>.container-fluid .navbar-brand{
        padding: 0 12px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-header {
        padding: 2px 0;
    }
    ul#nav li ul{
        left: 0;
        margin-left: 0;
        background: none;
    }
    ul#nav li ul li{
        text-align: left;
    }
    ul#nav li ul li a{
        background-color: rgba(144, 152, 121, 0.88);
        text-align: center;
        color: #FFF !important;
    }
}
/*Footer*/
.footer-copyright{
    font-size: 15px;
    padding: 12px 0;
    text-align: right;
}
.footer-copyright > a{
    color: #8d7559;
    margin-left: 5px;
    position: relative;
    line-height: 2em;
    display: inline-block;
}
.footer-copyright > a:hover{
    color: #4c3017;
}
.footer-area{
    background-color: #cdc2b0;
    color: #8d7559;
}
@media only screen and (max-width: 767px){
    .footer-copyright{
        text-align: center;
    }
    .footer-copyright > span{
        width: 100%;
        display: block;
    }
}
/*編輯器調整*/
.html_edit{
    overflow: hidden;
}
.html_edit h1,
.html_edit h2,
.html_edit h3,
.html_edit h4,
.html_edit h5,
.html_edit h6{
    margin: 0;
}
.html_edit h4{
    font-size: 20px;
}
.html_edit p{
    font-size: 16px;
}
.html_edit p.space{
    font-size: 3px;
    margin-bottom: 0;
}
.html_edit *{
    color: #FFF;
    line-height: 1.8em;
    font-weight: normal;
}
.html_edit.white *{
    color: #1D1D1D;
    line-height: 1.8em;
    font-weight: normal;
}
.html_edit .fa{
    color: #d3b467;
}
.html_edit a:focus,
.html_edit a:hover{
    color: #cdc2b0;
}
.html_edit table{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.html_edit table tr th,
.html_edit table tr td{
    padding: 16px 5px;
    line-height: 2em;
    vertical-align: top;
    border-top: 1px solid #FFF;
    color: #FFF;
    font-size: 17px;
}
.html_edit table tr th:first-child,
.html_edit table tr td:first-child{
    padding-left: 2px;
}
.html_edit table tr:last-child tr,
.html_edit table tr:last-child td{
    /* border-bottom: 1px solid #FFF; */
}
.html_edit ul,
.html_edit ol {
    padding-left: 20px;
    color: #FFF;
    line-height: 2em;
    font-size: 17px;
}
.html_edit ul li,
.html_edit ol li {
    padding: 2px 0;
}
@media (max-width: 1199px){
    .html_edit table tr th,
    .html_edit table tr td{
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width: 991px){
    .html_edit table tr th,
    .html_edit table tr td{
        padding: 10px 5px;
        line-height: 1.5em;
    }
    .html_edit ul,
    .html_edit ol{
        line-height: 1.5em;
    }
}
/*Main Content 調整*/
.pogoSlider{
    padding-bottom: 0 !important;
    padding-top: 15.625%;
}
.top-area{
    height: auto;
}
.top-area.single-page{
    /* height: auto; */
}
.section-padding{
    /* padding: 50px 0; */
    padding: 0 0 50px 0;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px){
    .pogoSlider{
        padding-top: 39.0625%;
    }
    .top-area.single-page {
        /* height: 350px; */
        height: auto;
    }
    .section-padding{
        padding-bottom: 30px;
    }
}
/*Loading*/
.loading_img_block{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -90px;
    margin-top: -90px;
    width: 180px;
    height: 180px;
}
@media (max-width: 991px){
    .menus-area.section-padding{
        padding: 30px 0;
    }
}
/*POP*/
@media only screen and (min-width: 992px){
    .modal-dialog {
        width: 900px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}
/*TOP*/
a.scrolltotop,
a.scrolltotop:hover{
    background: none;
    background-image: url('/images/back_to_top.svg');
    background-size: 50px 50px;
    border: none;
    padding-top: 5px;
    opacity: 0.8;
}
a.scrolltotop:hover{
    opacity: 1;
}
/* Tab樣式 */
ul.event-menu li a,
ul.page-pagination li a,
.food-menu-list-menu ul li > a{
    font-size: 20px;
    padding: 10px 30px 7px 30px;
    background-color: #715C47;
    color: #cdc2b0;
    display: block;
    border-radius: 22px;
}
ul.event-menu li,
ul.page-pagination li,
.food-menu-list-menu ul li{
    border: none;
    margin-right: 10px;
    padding: 0 0 10px 0;
}
ul.event-menu li:hover,
ul.page-pagination li:hover,
ul.event-menu li.active,
ul.page-pagination li.active,
.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active{
    border: none;
}
ul.event-menu li:hover a,
ul.page-pagination li:hover a,
ul.event-menu li.active a,
ul.page-pagination li.active a,
.food-menu-list-menu ul li:hover a,
.food-menu-list-menu ul li.active a{
    background-color: #596554;
    color: #cdc2b0;
}
@media (max-width: 767px){
    ul.event-menu{
        margin-bottom: 30px;
    }
    ul.event-menu li,
    ul.page-pagination li,
    .food-menu-list-menu ul li{
        padding: 5px;
        margin: 0;
    }
    ul.event-menu li a,
    ul.page-pagination li a,
    .food-menu-list-menu ul li > a{
        padding: 8px 12px;
        font-size: 15px;
        line-height: 1.2em;
    }
}
/*loading*/
.preeloader{
    background-color: #F8F8F8;
}
.preloader-spinner{
    background-color: #244E31;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
}
.preloader-spinner > img{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -45px;
    margin-top: -45px;
}
@-webkit-keyframes loader {
    0% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0)
    }
    25% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0.5), 0 0 0 10px rgba(102, 192, 133, 0.4), ;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(102, 192, 133, 0.5), 0 0 0 20px rgba(102, 192, 133, 0.3);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(102, 192, 133, 0.5), 0 0 0 10px rgba(102, 192, 133, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0.4);
    }
}

@keyframes loader {
    0% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0)
    }
    25% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0.5), 0 0 0 10px rgba(102, 192, 133, 0.4), ;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(102, 192, 133, 0.5), 0 0 0 20px rgba(102, 192, 133, 0.3);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(102, 192, 133, 0.5), 0 0 0 10px rgba(102, 192, 133, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(102, 192, 133, 0.4);
    }
}


