/**************************************
--------------header-------------------
***************************************/

/**
--------------footer ---------------------
**/

/*****************************************
      right side
*****************************************/
.twodcode {
    position:fixed;
	width:80px;
	height:80px;
    bottom:50px;
    right:0px;
	background: #fff;
	
}
/******************************************
    Home page
******************************************/
#carousel-custom {
    margin: 5px auto;
    text-align:center;
    width: 415px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 70px;
    margin: 0 !important;
    width: 100px;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

/**
    tour items
*/
.touritem{
    margin: 5px auto;
    
    width:255px;
    height:230px;
    float:left;
    font-family:"Hiragino Sans GB","microsoft yahei";
    position:relative;
    box-shadow:0px 0px 5px #ddd;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s
    
}
.touritem .picture img{
    width:255px;
}
.touritem .title{
    margin: 2px auto;
    color:#f80;
    font-size:15px;
    font-weight:bold;
    padding:1px 15px
    
}
.touritem .price{
    margin: 2px auto;
    color:#f80;
    font-size:18px;
    font-weight:bold;
    padding:5px 15px
    
}
.tourprice{
  
    color:#f80;
    font-size:18px;
    font-weight:bold;

}
.touritem .price span{
    font-size:12px;
    font-weight:normal;
    color:#f90
    
}
.header-line{
    height:3px;
    background-color:#99CCFF;
}
.hottourline {
    height:2px;
    background-color:#33CC33;
}

.recommendedline {
    height:2px;
    background-color:#ff9900;
}
.nav-tabs > li > a {
   font-size:20px;
}     
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: #ffffff;
    background-color: #009933;  
} 
.tourtype{
     font-size:15px;
} 
.tour-days{
    border-style: solid;
    border-color: #ff0000 #0000ff;
}
.itinerary-title{
    font-size:20px;
    font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
#hot-tours-panel{
    border: 1px solid;
    border-color: #66CCFF;
    color:#99CCFF;
}
.hot-tours-title{
    color:#99CCFF;
    font-size:20px;
    font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
/*------------tours list----------------*/

.tours-line {
    height:2px;
    background-color:#33CCFF;
}

/*----------redefine overlay-img-------------*/

.overlay-portfolio {
	position: absolute;
	width: 90%;
	height: 100%;
	opacity: 0.70;
	filter: alpha(opacity=70);
	background: #000;
}

.overlay-portfolio1 {
	position: absolute;
	width: 95%;
	height: 100%;
	opacity: 0.70;
	filter: alpha(opacity=70);
	background: #000;
}
.words{
    position: absolute;
    font-size: 100%;
    font-family:黑体，宋体;
    margin:auto 45px 15px 20px;
    height: auto;
    bottom: 0px;
    color: #FFF;

}

.words1{
    font-family:黑体，宋体;
    color: #000;

}

/*--------define picture position----------*/
.picutre_left{
    float:left;
    width:240px;
}

.img_left {
    float:left; /*图片向左浮动*/
    margin-right:10px; /*图片右侧与文字的边距*/
    margin-bottom:1px; /*图片下部与文字的边距*/
}

.picutre_right{
    float:right;
    width:240px;
}

.img_right {
    float:right; /*图片向右浮动*/
    margin-left:10px; /*图片左侧与文字的边距*/
    margin-bottom:1px; /*图片下部与文字的边距*/
}


/**
------------------------------------------------------------------
    HOTEL PAGE
------------------------------------------------------------------
*/
.hotelitem{
    margin: 5px auto;
    
    width:255px;
    height:200px;
    float:left;
    font-family:"Hiragino Sans GB","microsoft yahei";
    position:relative;
    box-shadow:0px 0px 5px #ddd;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s
    
}
.hotelitem .picture img{
    width:255px;
    height:150px;
}
.hotelitem .title{
    margin: 2px auto;
    color:#333300;
    font-size:15px;
    font-weight:bold;
    padding:1px 15px
    
}
