/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}


/* Custom page CSS
-------------------------------------------------- */

body {
    font-family: "Microsoft YaHei";
}

.navbar-fixed-top {
    border-bottom: 0;
}

body > .container {
    width: 100%;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.container .text-muted {
    margin: 20px 0;
}

.navbar > .container {
    padding: 0;
}

code {
    font-size: 80%;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.main-container img {
    width: 100%;
}

.center-block {
    text-align: center;
}

.main-container h2 {
    margin-top: 50px;
}

.main-container h2:after {
    content: " ";
    border-bottom: solid 1px #aaaaaa;
    display: block;
    width: 80px;
    margin: 20px auto;
}

hr.featurette-divider {
    width: 90%;
    border-color: #a1a1a1;
}


/* 主菜单样式 */
.main-navigation {
    text-align: center;
    background: #ffffff;
}

.main-navigation .menu {
    padding: 0;
    margin: 0;
}

.main-navigation .menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.main-navigation .menu li.nav-current > a {
    color: #b68e60;
}

.main-navigation .menu li a {
    color: #505050;
    line-height: 60px;
    display: block;
    padding: 0 16px;
    text-decoration: none;
    font-size: 16px;
}

.main-navigation .menu li:hover > a {
    color: #b68e60;
    text-decoration: none;
}

.main-navigation .menu li ul {
    visibility: hidden;
    background-color: #ffffff;
    text-align: left;
    padding: 7px 0px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-navigation .menu li ul li {
    display: block;
    margin: 0;
}

.main-navigation .menu li ul li a {
    line-height: 2.5em;
    color: #505050;
}

.main-navigation .menu li ul:hover > a {
    color: #b68e60;
}

.main-navigation .menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
}

.navbar-header {
    text-align: center;
    line-height: 4em;
}

.navbar-header i {
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    cursor: pointer;
}

a.navbar-brand {
  padding: 0;
}

a.navbar-brand > img{
  max-height:60px;
}



.navbar-toggle {
  float: left;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  position: absolute;
  left: 15px;
}


/* 章程导航样式 */
.contract-row {
    background-color: #000000;
    margin-bottom: 10px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.contract-row .row{
    padding: 0;
    margin: 0;
    text-align: center;
}

.contract-row a.btn-doc {
    padding: 10px;
    color: #ffffff;
    line-height: 3em;
    text-decoration: none;
}

.contract-row a.btn-doc:hover {
    color: #b68e60;
}




/* 立即购买褐色按钮样式 */
.btn-white {
    border: 2px solid #aa8e65;
    color: #aa8e65;
    background-color: transparent;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 180px;
    margin: 10px auto;
}

.btn-white:visited {
    color: #aa8e65;
}


.btn-white:active {
    color: #ffffff;
    background-color: #aa8e65;
    border-color: #ffffff;
}


/* 立即购买白色按钮样式 */
.btn-white-border {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 10px auto;
    width: 180px;
}

.btn-white-border:visited {
    color: #ffffff;
}

.btn-white-border:active {
    color: #aa8e65;
    background-color: #ffffff;
    border-color: #aa8e65;
}

/* 其他卡样式 */
.other-card {
    background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.other-card .row {
    margin-left: 0;
    margin-right: 0;
}

.other-card a {
    display: block;
}

/* 无卡消费样式 */
.no-card {
    background-color: #202020;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}




/* Swiper样式 */
.swiper-container {
    width: 100%;
    min-height: 200px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: #a2a2a2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #ab8f60;
}

/* footer样式 */
.footer .container {
    padding-right: 0;
    padding-left: 0;
}

.mycopyright{
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright {
    background: #202020;
    font-size: 12px;
    text-align: center;
    color: #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #303030;
}

.copyright span {
    margin: 1em;
}

.copyright .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.copyright span.company {
    margin-left: 0;
    margin-right: 0;
}

.copyright .row {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.copyright a {
    color: #dddddd;
}





/* 查询餐厅结果样式 */
.shop-result {
    margin-top: 20px;
    margin-bottom: 20px;
}

.shop-result h4 {
    text-align: center;
    font-weight: bold;
    color: #f54b4e;
}

.shop-result .table th { 
	text-align: center; 
}

.shop-result .table caption { 
	text-align: center; 
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

/*contact*/
.add-row .col-xs-4 {
    max-height: 120px;
    max-width: 120px;
}

.add-row .col-xs-8 p {
    color: #ab8f60;
}

.add-row .col-xs-4 {
    float: right;
}

/*query-card*/
.verification .col-xs-4,.col-xs-8 {
    padding: 0;
    margin: 0;
}

.verification .col-xs-8 a {
    font-size: 12px;
    display: block;
}


.btn-white:hover {
    color: #ffffff;
    background-color: #aa8e65;
    border-color: #ffffff;
}    

.btn-white-border:hover {       
    color: #aa8e65;
    background-color: #ffffff;
    border-color: #aa8e65;
}  

