  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  	padding:0;
  }

/* About */
.aboutebt{
	font-size: 1.1em;
	color:#000;
	background-color:#fffac1;
	background: -moz-linear-gradient(top,#fffac1 0% , #fff452 50% , #bdd630 100%);
  background: -webkit-linear-gradient(top,#fffac1 0% , #fff452 50% , #bdd630 100%);
  background: -o-linear-gradient(top,#fffac1 0% , #fff452 50% , #bdd630 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fffac1, endColorstr=#bdd630);/*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fffac1, endColorstr=#bdd630)";/*IE8+*/
}
#aboutheader{
	background:url(../images/about_headerbg.png);
	background-position: bottom;
	background-size:cover;
	background-repeat: no-repeat;
}
#aboutheader p{
	padding:1em;
	background: rgba(255,255,255,0.8);
	border-radius:0.5em;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
}
@media(min-width:768px){
	#aboutheader p{
		margin-left: -1em;
		margin-right:1em;
	}
}
.aboutebt h1{
	text-align: center;
	font-size:1.8em;
	font-weight: bolder;
	color:#ffea00;
}

.aboutebt h2{
	font-size:1.5em;
	font-weight: bolder;
	color:#0071bd;
}
.aboutebt h2 i{
	font-size:1em;
	color:yellow;
	padding:0.2em 0.5em;
	background-color: #D2340F;
	border-radius: 1em;
}
@media(max-width:767px){
	.aboutebt h1{
		font-size:1.3em;
	}

	.aboutebt h2{
		font-size:1.2em;
		line-height: 2em;
	}
}
.aboutebt ul{
	padding-left: 0.5em;
}
.aboutebt ul li{
	margin-left: 1em;
}

@media(min-width:768px){
	.aboutebt p , .aboutebt ul{
		font-size:1em;
		line-height:1.5em;
	}
}

@media(min-width:992px){
	.aboutebt p , .aboutebt ul{
		font-size:1.2em;
		line-height:1.6em;
	}
}

@media(min-width:1200px) {
	.aboutebt p,  .aboutebt ul{
		font-size:1.3em;
		line-height:1.8em;
	}
}
.aboutcontent{

}
.aboutcontent a:hover img{
	background-color:rgba(254,254,210,0.5);
}
 

/* Feature */
.featurecontent{
  padding:0 1em;
}
.featurecontent p{
  text-indent: 2em;
}
@media (max-width:767px) {
  .featurecontent h2{
    font-size:1.1em;
  }
}
/* Fans Club */
.fansclub{
	background: -moz-linear-gradient(top,#f49ac1 0% , #fff293 50% , #fdb813 100%);
  background: -webkit-linear-gradient(top,#f49ac1 0% , #fff293 50% , #fdb813 100%);
  background: -o-linear-gradient(top,#f49ac1 0% , #fff293 50% , #fdb813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff293, endColorstr=#fdb813);/*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f49ac1, endColorstr=#fdb813)";/*IE8+*/
  background:url(../images/fansclubbg.png);
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
  padding:1em;
}
.fansclub p{
  text-indent: 1em;
  1padding:0.5em;
}
#fansclubparty{
  padding: 0.5em;
  background: rgba(255,255,255,0.3);
  border-radius: 3em;
  border:0.5em solid #f7941d;
  font-size:15px;
}
#fansclubparty .button{
  width: 100% ;
  font-weight: 600;
  text-align: center;
}
#fansclubparty .button-dropdown{
  width: 100% ;
  margin:0 auto 1em auto;
}
#fansclubparty .button-dropdown-list,#fansclubparty .button-dropdown-list > li {
  padding:0;
  margin:0;
}
#fansclubparty .button-dropdown-list > li > a {
  padding-left:1em;
  line-height: 1.8em;
  font-size: 15px;
  margin:0;
}
@media (max-width:767px) {
  #fansclubparty .button ,  #fansclubparty .button-dropdown-list ,#fansclubparty .button-dropdown-list > li > a {
    font-size: 14px;
    text-align: center;
    padding:0.2em 0 0 0;
    margin:0;
  }
}

/* subpages*/
.subcontent{
  margin-top:3px;

}
.subright{
  background-color: #b2dbfb;
  padding:1em;

}
.subright h1{font-size:1.6em;margin:0.5em 0;text-align: center;}
.subright h2{font-size:1.4em;margin:0;}

/* Notice */
@media (max-width:767px) {
  .subright{padding:0.2em;}
  #noticeTab > li {margin-bottom:2px;}
  #noticeTab > li.active>a {border-bottom:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
  #noticeTab h2{font-size: 1em; text-align:center;}
}

#noticeTabContent h3{font-size:1.3em;}
#noticeTabContent h4{font-size:1.1em;}

.subright h3{font-size:1.3em;}
.subright h4{font-size:1.1em;}
.tab-content{
  background-color: #fff;
  padding:1em;
}
.tab-content ul , .tab-content ul{
  display: inline-block;
  padding:1em;
}
#notice1 li{
  float:left;
  list-style-position: inside;
  padding:0 1em;
}

#notice4{
  background-color: #ffdf50;
}
.tipsbox{
  padding:1em;
	background: rgba(255,255,255,0.5);
  border:0.5em solid #fdb813;
	border-radius:1em;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
}
.tipsbox strong{
  background-color: #fef200;
}
.tipsbox2{
  padding:1em;
}
.tipsbox2 p{
  padding-top:0.5em;
}
#conditionContent{
  background-color: #fff;
  padding:1em;
  border-radius:0.5em;
}

@media (max-width:1200px) {
  #sub_facebookbox{display: none;}
}

#booklinks, #booklinks li{
  list-style: none;
  padding: 0;
}
#booklinks li{
  border-bottom: 1px solid #ccc;
}

/*Fare page*/
#fareContent{
  background-color: #fff;
  padding:1em;
  border-radius:0.5em;
}

#fareContent .table-responsive{
	overflow-x: scroll; 
	position:relative;
}

#fixBar{
	transition: all .25s ease-in-out;
}
#fixBar td{
	color:#FFF;
	background:#06C;
}

#pricetable a{
	display:block;
	padding:4px;
	background:#63C;
	color:#FFF;
}
#pricetable td{
	border:1px solid #fff;
	text-align:center;
	}
#pricetable tr{
	background:#FFF;
}
#pricetable tr:nth-child(2n-1){
	background-color: #DAEEF6;
	transition: all .125s ease-in-out;
}
#pricetable tr:hover {
	background-color:#39C;
	color:#fff;
}

#farelist td{
	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
}
#farelist h3{
	margin-top:10px;
}

#farelist .priceheader td{
	text-align:left;
	background:#dcf0ff;
	border-top:2px solid #115182
}
#farelist .priceheader h3{
	font-size:18px;
}
#farelist .priceheader a{
	font-size:14px;
}
#farelist .priceheader img{
	1float:right;
}
#farelist tr.BSC11  td{
	
}
#farelist tr.BSC11.priceheader  td{
	background:#f2fbed;
	
}

#farelist tr.BSX12  td{
	
}
#farelist tr.BSX12.priceheader  td{
	background:#f2fbed;
	
}

#farelist tr.BSR16  td{
	
}
#farelist tr.BSR16.priceheader  td{
	background:#fbedf9;
	
}

/* search Result */

#searchResult{
  background-color: #fff;
  padding:1em;
  border-radius:0.5em;
}

.bussearch dl{
  margin:0;
}
.bussearch dt{
  font-size: 1.3em;
  padding:0.5em;
  padding-bottom: 0;
}
.bussearch dd{
  font-size: 1.1em;
  padding:0.5em;
  line-height: 1.6em;
}
.bussearch dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.figcaption{
  height:6em;
}

/* Trip */



.triplist{
  background: -moz-linear-gradient(top,#8dc73f 0% , #ede80a 50% , #f1ec25 100%);
  background: -webkit-linear-gradient(top,#8dc73f 0% , #ede80a 50% , #f1ec25 100%);
  background: -o-linear-gradient(top,#8dc73f 0% , #ede80a 50% , #f1ec25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8dc73f, endColorstr=#f1ec25);/*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8dc73f, endColorstr=#f1ec25)";/*IE8+*/

}
.triplist h1{
	text-align:center;
}
.triplist a{
  color:#333;
  text-decoration: none;
}


.prebox{
  width:96%;
  padding:1em;
  margin:0 auto;
  margin-bottom: 1em;
  background:#FFF;
  border-radius:2em;
  -webkit-box-shadow: 2px 2px 6px #666666;
  -moz-box-shadow: 2px 2px 6px #666666;
  background-size:auto;;
  background-repeat: no-repeat;
  background-position: top right;
  box-shadow: 2px 2px 6px #666666,500px 0px 100px #FFFFFF inset;
  position:relative;
  text-shadow:-1px 0 white,
              0 1px white,
              1px 0 white,
              0 -1px white;

}


.prebox h1 {
  margin:0;
  font-size:1.6em;
  font-weight:bold;
  color:#007ac2;
  line-height:1.8em;
  text-align:left;

}
.prebox h1 b{
  color:#ed008c;
}
.prebox h1 small {
  color:#333;
  font-weight: bold;
}

.prebox ul{
  padding-left:0;
  max-width:550px;
}
.prebox li{
  list-style:none;
}
.prebox li strong{
  color:#003d8f;
}
.prebox dl{
	max-width:550px;
	
}
.prebox dl:after{
	content:'';
    display:block;
    clear:both;
    height:0px;
	
}
.prebox dd{
	 max-width:550px;
	 white-space:nowrap !important;  /*强制文字不换行(标准浏览器)*/
    white-space:normal;  /*溢出的时候文字换行，并配合上面的固定高度，对文字进行裁切*/
    overflow:hidden;
    text-overflow:ellipsis;  /*截断文字，显示省略号(...)*/
    -o-text-overflow:ellipsis;  /*Opera的专用截断文字的属性*/
}
.prebox dt{
  font-weight:bold;
  color:#6d12b3;
}
.iconnew{
  position: absolute;
  top:-1em;
  right:-1em;
}
.prebox .btn{
  position: absolute;
  bottom:1em;
  right:1em;
}


@media(max-width:767px){
  .prebox{
    padding-bottom: 6em;
    border-radius:1em;
    font-size:1em;
    line-height: 1.5em;
    background-size:cover;
    background-position:0px 50px;
    box-shadow: 2px 2px 6px #666666,0px 100px 50px #FFFFFF inset;
  }
  .preboxnew{
	box-shadow: 2px 2px 6px #666666,0px 80px 50px #FFFFFF inset !important;
  }
  .prebox h1{
    font-size:1.1em;
    line-height: 1.3em;
    margin-bottom: 0.3em;
  }
  .prebox ul li{
    display:inline;

  }
  .prebox ul li strong{

  }
  .prebox dl{
    display: none;
  }
  .ebthike{
    display: block !important;
  }
  .ebthike dd{
    display: inline;
  }
}

@media(min-width:768px){
  .prebox{
    font-size:1em;
    line-height: 1.5em;
    border-radius:1em;
    background-size:cover;
    background-position:200px 0px;
    box-shadow: 2px 2px 6px #666666,500px 0px 100px #FFFFFF inset;
  }


}
@media(min-width:992px){
  .prebox{
    font-size:1.1em;
    line-height: 1.6em;
    background-size:cover;
    background-position:200px 0px;
    box-shadow: 2px 2px 6px #666666,580px 0px 100px #FFFFFF inset;
  }
}
@media(min-width:1200px){
  .prebox{
    font-size:1.1em;
    line-height: 1.6em;
  }
}

/* PHOTO */
.ebtphoto{
  padding:0 1%;

}
.ebtphoto .col-xs-12,.ebtphoto .col-sm-6,.ebtphoto .col-md-4{
  p1adding:-1em;
}
.busphotos{
  width:32.3%;
  max-height:252px;
  float: left;
  overflow: hidden;
  margin:0.5%;
  border-radius:1em;
  background-color: #fff;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#c6bd00,strength=4);/*ie*/
  -moz-box-shadow: 0 0 1em #c6bd00;/*firefox*/
  -webkit-box-shadow: 0 0 1em #c6bd00;/*safari或chrome*/
  box-shadow: 0 0 0.5em #c6bd00;/*opera或ie9*/
}
@media(max-width:991px){
  .busphotos{width:48.6%;border-radius:0.6em;}
}
.busphotos ul {
  margin:0;
  padding:0.5em;
}
.busphotos ul li {
  margin:0;
  list-style:none;
}
.busphotos b {color:#C0C;}
.busphotos i {color:red;}
.busphotos a {color:#333;}

.photoshow{
  background: -moz-linear-gradient(top,#2596ed 0% , #64cdf6 50% , #48c5ff 100%);
  background: -webkit-linear-gradient(top,#2596ed 0% , #64cdf6 50% , #48c5ff 100%);
  background: -o-linear-gradient(top,#2596ed 0% , #64cdf6 50% , #48c5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2596ed, endColorstr=#64cdf6);/*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#2596ed, endColorstr=#64cdf6)";/*IE8+*/
  text-align: center;
}
.photoshow h3{
  font-size:1.6em;
  color:#fff;
}
#clubphotoBox img{
  margin:1em;
  width:280px;
  height:210px;
}
