.tour-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 22px;
    color: #333;
    line-height: 1.5;
}
.product-id {
    color: #70a7f7;
    font-size: 15px;
    height: auto;
    line-height: 30px;
}
.order {
    background-color: #ff8900;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    width:60%;
    padding:10px 0;
}

.order:hover{
    background-color: #ffa200;
    box-shadow: 0 0 8px #ccc;
}


.tour-content{
    float: left;
    overflow: visible;
    position: relative;
    width:100%;
}
.tour-detail-header{
    width: 100%;
    position: relative;
    background-color: #eee;
    overflow: visible;
    float: left;
}
.price-now {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #ff8900;
}
.price-now>small {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.title-detail{
   display: inline-block;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    text-align: left;
}
.orig-price {
   font-size: 13px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #999;
    line-height: 1px;
    display: inline-block;
}

.tour-oneday-price-desc {
font-size: 14px;
    line-height: 24px;
    color: #777;
    display: inline-block;
    float: left;
    padding-top: 20px;
}
.adult {
    padding-right: 10px;
}
.price-desc-title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    background-color: #dfdfdf;
    color: #555;
    font-size: 14px;
}
.tour-price-desc {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.tour-price-desc li {
    display: inline-block;
    width: 20%;
    border-right: 1px solid #ddd;
    text-align: center;
    background-color: #eee;
}
.tour-price-desc li.last {
    border: none;
}
.tour-price-desc li div {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tour-price-desc li div h3 {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #777;
    margin: 0;
    padding: 0;
}
.tour-price-desc li div span {
    display: inline-block;
    height: auto;
    color: #777;
    font-size: 14px;
    margin: 5px auto;
}
.tour-price-desc li div span small {
    line-height: 30px;
    display: inline-block;
    padding: 0 2px;
    float: left;
}
.tour-price-desc  li div span i {
    height: 30px;
    float: left;
}
.one-bed {
    background-image: url(Images/bed.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
}
.two-bed {
    background-image: url(Images/bed.png);
    background-repeat: no-repeat;
    background-position: -21px 0;
    width: 29px;
}
.child-icon {
    background-image: url(Images/bed.png);
    background-repeat: no-repeat;
    background-position: -51px 0;
    width: 27px;
}

.price-tag {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ff8900;
    font-weight: 300;
}
.unit {
    font-size: 12px;
    color: #777;
    padding-left: 2px;
}
.tour-detail-content {
    width: 100%;
}
.desc-item {
    display: inline-block;
    margin-right:15px;
    font-size: 15px;
    color: #777;
    line-height: 25px;
}
.tour-days {
    float: right;
}
.tour-desc-list {
    margin:0 0 10px 0;
    padding:0;
    list-style: none;
}
.tour-desc-list li {
    width: 100%;
}

.desc {
    display: inline-block;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    padding: 5px;
}
.desc span {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid #70a7f7;
    margin-right: 10px;
    color: #70a7f7;
    padding: 0 12px;
    cursor: pointer;
}

.title-title {
    top: 0;
    left: 0;
    width: 66px;
    text-align: left;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.service-pickup{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid #70a7f7;
    margin-right: 10px;
    color: #70a7f7;
    padding: 0 12px;
    cursor: pointer;
}
/*---sticky top nav start---    */
.top-bar {

	bottom: 0;
	width: 100%;
	background: #d7d4d0;
}

.top-bar li {
	display: inline-block;
    flex:1;
    text-align:center;
}
.top-bar li.active {
    border-top: 4px solid #0065b8;
    background-color: #fff;
}

.top-bar li.active a{
    line-height:34px;
}

.top-bar li a {
	outline: none;
    text-decoration: none;
    color: #555;
	text-transform: uppercase;
    min-height:40px;
    line-height:40px;
    font-size:14px;
}


@media only screen and (max-width: 620px) {
    .top-bar li a {
        font-size: 10px;
        padding:3px !important;
    }
}

/*----sticky top nav end----*/
.title span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(Images/desc-title-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.summary span {
    background-position: 0 0;
}
.pickup span {
    background-position: -43px 0;
}
.addon span {
    background-position: -86px 0;
}
.pricing span {
    background-position: -129px 0;
}
.notes span {
    background-position: -172px 0;
}
.terms span {
    background-position: -215px 0;
}
.title {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 36px;
    font-size: 26px;
    color: #333;
    position: relative;
    padding: 0 0 6px 50px;
    overflow: auto;
}
.subtitle {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    margin: 10px 0;
    padding: 0 10px 0 15px;
    font-size: 17px;
    color: #555;
    font-weight: normal;
    background-color: #eee;
    border-left: 6px solid #0065b8;
    position: relative;
}
.addon-title {
    margin: 5px 0;
    font-size: 20px;
    color: #555;
    font-weight: normal;
    text-align: center;
}
.addon-subtitle {
    display: block;
    width: 100%;
    font-size: 14px!important;
    color: #999;
    padding-bottom: 10px;
    text-align: center;
}
.content-html {
    font-size: 13px;
    line-height: 24px;
    color: #666;
    padding: 20px;
}

.original-price-tiny {
    color: #ccc;
    font-size: 11px;
    text-decoration: line-through;
}
.describe-note {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.describe-note i.note {
    font-size: 16px;
    color: #777;
    padding-right: 4px;
}
.mode span {
    display: inline-block;
    margin: 0 2px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 15px;
    color: #555;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}
.mode span.active {
    background-color: #0065b8;
    color: #fff;
}

.days-sidebar {
    width: 80px;
    position: absolute;
    z-index: 999;
    top:0px;
    left: 0px;
}



#daily_ul li a:link, 
#daily_ul li a:visited, 
#daily_ul li a:hover, 
#daily_ul li a:active, 
#daily_ul li a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}
#daily_ul li {
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    margin: -1px 0 0;
    position: relative;
    cursor: pointer;
    color: #555;
    background: #fff;
}
#daily_ul li.active {
    background-color: #0065b8;
    border: 1px solid #0065b8;
    color: #fff;
}


/************************** day content list ***********************************/

@media (max-width: 576px) {
    .day-content {
        margin-left:0px !important;
    }
}
.day-content {
    position: relative;
    overflow: hidden;
    margin-left:70px;
}
.day-content h3 {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    position: relative;
    border-left: 1px solid #ddd;
    margin:0 0 0 18px;
}
.day-content h3 .cday {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;  
    color: #fff;
    background-color: #0065b8;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: -18px;
    padding-right:3px;
}
.day-content h3 .text {
    padding-top:35px;
    padding-left:25px;  
    display: block;
    line-height: 1.4;
    text-align: justify;
    font-weight: normal;
    font-size:15px;
}
.day {
    height: 36px;
    line-height: 36px;
    color: #0065b8;
    font-size: 18px;
    padding-right: 8px;
    position: absolute;
    top: 0;
    left: 25px;
    display: inline-block;
}
.day-item>ul {
    margin: 0 0 0 18px;
    padding:2px 0 0 0;
    list-style: none;
    border-left: 1px solid #ddd;
}
.day-item>ul>li>p {
    padding:0px 0px 20px 25px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    color: #555;
    text-indent:0px;
    display:block;
    clear:both;
    margin-bottom:0px !important;
}
.day-item>ul>li>span {
    width: 100px;
    color: #666;
    font-size: 16px;
    margin-left: -8px;
    display: inline-block;
    position: relative;
    padding-left: 34px;
    padding-top: 3px;
    font-weight:600;
}
.day-item>ul>li>span i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #0065b8;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    top: 3px;
    left: -5px;
}

.scenics .img-list{
    padding:2px 0px 0px 25px;
    position:relative;
    overflow:hidden;
}


.flow-title {
    margin: 5px 0 15px;
    position: relative;
    height: 60px;
    padding-left: 115px;
}
.flow-title h6 {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    margin: 10px 0 3px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 1px;
}
.flow-title small {
    font-size: 13px;
    color: #999;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.flow-title span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    height: 40px;
    font-size: 17px;
    color: #fff;
    background-color: #0065b8;
    display: block;
    padding-left: 40px;
    line-height: 40px;
}
.flow-title span i {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Images/desc-flow-icons.png);
}
.step1 span i {
    background-position: 0 0;
}
.step2 span i {
    background-position: -32px 0;
}
.step3 span i {
    background-position: -66px 0;
}
.flow-box{
    margin-left:20px;
}
.flow-p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #777;
}
.flow-box i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Images/desc-flow-miniicons.png);
}

.icon1 {
    background-position: 0 0;
}
.icon2 {
    background-position: -31px 0;
}
.icon3 {
    background-position: -62px 0;
}
.icon4 {
    background-position: -93px 0;
}
.icon5 {
    background-position: -127px 0;
}
.icon6 {
    background-position: -160px 0;
}
.icon7 {
    background-position: -193px 0;
}
.icon8 {
    background-position: -226px 0;
}
/*---slide show begin---*/
.scenics {
    clear: both;
    min-height: 50px;
}
.swiper-title{
    position: relative;
    margin: -30px auto 0;
    height: 30px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
.end {
    clear: both;
    height: 36px;
}
/*---slide show end----*/

/****************** calendar tip **************************/
#cal_tip{
    width: 135px;
    height: 128px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
    position:absolute;
    left:100px;
    top:300px;
    z-index:999;
}

#cal_date{
    background:#ddd;
    color:#333;
    height:23px;
    line-height:23px;
    text-align:center;
}

#cal_date b{
    padding-left:5px;
}
.item{
    height:20px;
    line-height:20px;
    padding:0px 10px;
}
 .item span{
    color:#ff8900;
}

/****************** calendar tip end *************************

@media (max-width: 760px) {
    .day-item>ul {
     border:none;
     margin-left:0px;
     padding-left:0px;
  }
    .day-content h3 {
    border-left:none;

  }
    .day-content {
    padding-left:0px;
  }
    .tour-content{
        margin-top:20px;
    }
 
    .day-item>ul>li>p{
     padding-left: 0;
    padding-top: 30px;
    margin-left: 28px;
    }
    .day{
        padding-right:0px;
        left:0px;
        position:relative;
    }
    .text{
        padding-left:0px;
    }
}*/