﻿
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src:url("fonts/SourceHanSansCN-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

/*@font-face {
    font-family: 'Noto Sans','Noto Sans CJK {SC, TC}',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    src:url('fonts/NotoSans-Regular.ttf') format('truetype'),
        url('fonts/NotoSansCJKsc-Regular.otf') format('opentype'),
        url('fonts/NotoSansCJKtc-Regular.otf') format('opentype'),
        url('fonts/NotoSerif-Regular.ttf') format('truetype');

url("fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("fonts/SourceHanSansCN-Regular.svg") format("svg");

}

@font-face {
    font-family: 'Noto Sans CJK SC', 'Noto Sans CJK TC',  sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    src: url('fonts/NotoSansCJKtc-Regular.otf') format('opentype');
}*/
/*
@font-face {
  font-family: 'Noto Sans CJK SC';
  src: url('https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-Regular.otf') format('opentype');
}*/
body, ul, li {
    /*font-family: 'msyh';'Source Han Sans';
    font-family: 'Noto Sans', 'Noto Sans CJK {SC, TC}', sans-serif;*/
    font-family: 'SourceHanSansCN-Regular';
    font-size: 13px;

}
/*------sticky sidebar begin--------*/
.service-menu {
    margin: 0 3px 0 0;
    padding: 3px;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: 3px;
}
.service-menu a {
    display: block;
    width: 48px;
    height: 68px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    color: #fff;
    float: left;
    outline: none;
    text-decoration: none;
    position: relative;
}
.service-content {
    top: -20px;
    bottom: auto;
    padding: 0;
}
.service-content ul {
    margin: 0 3px 0 0;
    padding: 10px;
    list-style: none;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 8px #222;
    border-radius: 2px;
    display: block;
    overflow: auto;
}
.service-content ul li {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #eee;
    text-align: right;
    font-weight: 300;
    white-space: nowrap;
}
.service-menu a>span {
    line-height: 20px;
    font-size: 12px;
    color: #bababa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.sublist {
    display:none;
    position: absolute;
    right: 100%;
    top: 6px;
    bottom: 6px;
    margin: 0;
    line-height: 36px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
}
/*--------sticky sidebar end--------*/
/* --------- hearder on top section begin-------- */


.top-title {
    float: left;
    line-height: 30px;
}
.tr-info {
    color: #666;
    text-indent:5px;
    display:inline-block;
}
.tr-currency {
    float: right;
    color: #666;
    padding-right: 20px;
}
#all-phone {
    position: absolute;
    z-index: 99;
    width: 313px;/* --------- 300px;-------- */
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
    padding: 8px;
    top:0px;
    right:0px;
}


#lang-container {
    position: absolute;
    z-index: 99;
    width: 130px;
    height: 168px;
    margin-top: -30px;
}
#setLang {
    margin: 30px 5px 5px 5px;
    width: 123px;/* ---------120*/
    height: 133px;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
}
#setLang span {
    color: #555;
    /*font-family: 微软雅黑;
    font-family: "SourceHanSansCN-Regular";*/
    font-family: 'Source Han Sans';
    font-size: 18px;
    line-height: 20px;
}
#setLang a {
    clear: both;
    margin: 6px 0;
}
#setLang a.active, #setLang a.active:hover {
    background: #0065b8;
    color: #fff;
}
/* --------- hearder on top section end-------- */
/* --------- hearder menu begin-------- */
.header-content{
    margin:0 auto;
    width:100%;
    height:100px;
    clear:both;
}
.menu {
    width:100%;
    border-bottom: 3px solid #eee;
    box-shadow: 0 5px 5px #ccc;
}

.menu li{
    flex:1;
}

.menu a.active {
    color: #0065b8 !important;
    border-bottom: 3px solid #0065b8;
    width:100%;
}
.menu a {
    display: inline-block;
    font-size: 17px;
    color:#333;
    line-height:40px;
}

.search-bar {
    height: 100px;
    position: relative;

}
.search-bar input {
    width:50%;
    height: 36px;
    border: 2px solid #ccc;
    border-radius: 4px 4px;
    line-height: 40px;
    padding: 0 45px 0 10px;
    font-size: 16px;
    color: #555;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
}
.search-bar i {
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
}
.search-title{
    line-height: 50px;
    margin: 20px 0;
    font-size: 26px;
    color: #555;
    border-bottom: 2px solid #bbb;
}
.phone{
    display:flex;
    align-items:center;
}


.phone i.icon {
    font-size: 32px;
    color: #555;
}
.phone ul {
    list-style:none;
}
.phone li {
    line-height: 20px;
}
i.more {
    text-align: center;
    font-size: 18px;
    color: #999;
}

#all-phone ul{
    float:left;
}

#all-phone i.icon {
    width: 40px;
    height: 45px;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    float: left;
}




.dest-menu {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
}
.dest-menu h3 {
    margin: 10px 20px 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 36px;
    border-bottom: 2px solid #ddd;
}
.dest-menu h3 i {
    padding-right: 2px;
    font-size: 22px;
}
.dest-menu > ul {
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
}
.area-title a h1 {
    font-size: inherit;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff;
}

.dest-menu > ul > li {
    display: block;
    float: left;
    width: 100%;
    height: 135px;
    margin: 0;
    text-align: left;
    padding: 15px 20px 0;
    cursor: pointer;
}
.dest-menu > ul > li h5 {
    line-height: 28px;
    margin: 0 0 10px;
    padding: 0 32px 0 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.dest-menu > ul > li h5 span {
    display: inline-block;
    float: left;
}
.area-title a {
    display: inline-block;
    width: auto;
    margin-right: 6px;
}
.dest-links {
    overflow: auto;
    padding-bottom: 15px;
    color: #fff;
}
.dest {
    display: inline-block;
    float: left;
    width: 33%;
    color: #ddd;
    font-size: 15px;
    height: auto;
    line-height: 25px;
    margin: 5px 0 0;
    outline: none;
    text-decoration: none;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
}
/* --------- hearder menu end-------- */
/* --------- index page begin-------- */
.adv-text {
    padding-left:50px;
    text-align: left;
}
.adv-text h3 {
    font-size: 15px;
    clear: both;
    color: #333;
    padding: 0;
    margin-bottom:0px;
    margin-top:5px;
}
.adv-text span {
    font-size: 14px;
    clear: both;
    color: #999;
    padding: 0;
}
.adv-icon {
    width: 52px;
    height: 52px;
    margin: 0;
    background-image: url(Images/icons.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.adv-icon-1 {
    background-position: 0 0;
}
.adv-icon-2 {
    background-position: -53px 0;
}
.adv-icon-3 {
    background-position: -104px 0;
}
.adv-icon-4 {
    background-position: -156px 0;
}
.title {
    display: block;
    width: 100%;
    margin-top: 30px;
    line-height: 36px;
    font-size: 26px;
    color: #333;
    position: relative;
    padding: 0 0 0px 50px;
    overflow: hidden;
}
.title ul li {
    display: inline-block;
    float: right;
    padding: 0 3px;
    font-size: 20px;
    color: #777;
    line-height: 36px;
    transition: color .15s;
    -moz-transition: color .15s;
    -webkit-transition: color .15s;
}
.text-icon {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.big-title {
    display: inline-block;
    float: left;
    line-height: 36px;
}
.alter li.selected {
    border: none;
    color: #0056b3;
}
.hide {
    display:none;
}



.departure-title {
    font-size: 12px;
    color: #333;
    width: 100%;
    line-height: 16px;
    height: 16px;
    display: block;
}
 .departure {
    font-size: 15px;
    color: #333;
    width: 100%;
    line-height: 26px;
    display: block;
}
.discount {
    margin-top: 6px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}
.discount big {
    font-size: 48px;
    font-family: impact !important;
    color: #222;
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.discount small {
    font-size: 17px;
    color: #555;
    padding-left: 6px;
}
.discount-end {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: block;
}
.current-price {
    font-size: 18px;
    color: #ff8900;
    overflow:hidden;
}
.current-price small {
    padding-left: 6px;
    font-size: 10px;
    color: #999;
}

ul.alter {
    display: inline-block;
    list-style:none;
}
.alter {
    display: inline-block;
}

/**************************item card comm ****************************/
.item-card {
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-items:flex-start;
    box-shadow: 0 0 3px #999;
    background-color: #fff;
    border-radius: .23rem;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-bottom:15px;
    padding:.5rem .5rem;
    text-decoration:none;
}

.item-card:hover{
    box-shadow: 0 0 9px #666;
    text-decoration:none;
}

.item-card .title1{
    text-overflow:ellipsis;
    height:50px;
    color:#333;
    overflow:hidden;
    line-height:25px;
}

.item-card {
    max-width:380px !important;
}

.weekly-item{
    display:flex;
    align-items:flex-start;
    width:100%;
}

.weekly-item .meta{
    width:28%;
}

.weekly-item .img{
    width:72%;
}


/**************************end item card comm ****************************/

.text-discout{
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    background-color: #ff8900;
    border-radius: 4px;
    padding: 3px 8px;
    line-height: 1;

}
.tour-meta {
    width:100%;
    line-height:25px;
}
.more a {
    float: right;
    font-size: 16px;
    color: #0065b8;
}
.more a:hover {
    color: #ff8900;
    cursor: pointer;
}
.swiper-wrapper  {
    width:100%;
    height: auto;
    display:block;
}
.swiper-wrapper div {
    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;
}
.title-footer{
    font-size: 16px;
    color: #555;
    font-weight: bold;
}
title-footer1{
   font-size: 16px;
    color: #555;
    font-weight: bold;
}


/* --------- index page end-------- */
/*----slider begin----*/
.banner {
    width: 100%;
    height:28.6vw;
    position:relative;
    margin: 0;
    overflow: hidden;
}

.swiper-slide {

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	height:auto;
}
.swiper-slide a {
   display: inline-block;
    height: 100%;
    color:#fff;
}



.slide {
	float: left;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center center;
    transition: opacity 3s ease;
    cursor:pointer;
}

.swiper-slide > .slide:first-child {
	opacity: 1;
}

/*---slider end----*/

.clear{clear:both;}

/* --------- List page start-------- */
.first {
  border-right: 1px solid #ddd;
    padding: 15px;
    color: #555;
}

.bread{
    color: #AFAFC9;
    font-size: 15px;
}
 .bread:hover {
    text-decoration: underline;
}
.label-title {
   font-size: 15px;
    color: #555;
    width: 38px;
    display: block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.tag-btn.selected {
    background-color: #0065b8;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
    font-size: 13px;
    padding: 0 6px;
    margin: 0 6px 4px 0;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}
.tag-btn {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 6px 4px 0;
    color: #777;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
}
.tag-group a {
    padding: 0 10px 0 8px;
    margin-left: -6px;
    background-color: #e3e3e3;
    color: #777;
    border-radius: 2px 0 0 2px;
    position: relative;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    transition: all .1s;
}
.tag-group a:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -8px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 8px solid #e3e3e3;
    border-right: none;
    position: absolute;
    transition: all .1s;
}

.last {
    float: right;
    font-size: 14px;
    color: #777;
    margin-right: 0;
    border-left: none;
    width: auto;
    cursor: default;
}
.advantage {
    margin: 0 0 20px;
    padding: 10px;
    list-style: none;
    border: 1px solid #ddd;
    overflow: hidden;
}
.advantage li {
    display: block;
    width: 100%;
    overflow: auto;
}
.adv-text1 {
    float: left;
    margin-left: 63px;
    padding: 8px 2px;
}
.adv-text1 h3 {
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 0;
}
.adv-text1 span {
    font-size: 13px;
    color: #777;
    margin: 0;
    padding: 0;
}
.adv-iconw {
    width: 52px;
    height: 52px;
    margin: 0;
    background-image: url(Images/icons.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    margin-left: 10px;
}
.adv-iconw adv-icon-1 {
    background-position: 0 0;
}
.adv-iconw adv-icon-2 {
    background-position: -53px 0;
}
.adv-iconw adv-icon-3 {
    background-position: -104px 0;
}
.adv-iconw adv-icon-4 {
    background-position: -156px 0;
}

/******************************** sort bar *************************************/
.sort-bar{
    height:50px;
    line-height:50px;
    padding:0 15px 0 0;
    border:1px solid #ccc;
    margin-bottom:15px;
}


.sort-bar a {
    color:#333;
    font-size:15px;
    display:inline-block;
    width:25%;
    height:48px;
    border-right:1px solid #ccc;
    text-align:center;
}

.sort-bar a:hover{
    color:#0065b8;
    text-decoration:none;
}

.sort-bar .last{
    text-align:right;
    float:right;
}

/******************************** list items *************************************/
.list-item {
    display:block;
    box-shadow: 0 0 3px #ccc;
    background-color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-bottom:15px;
    padding:.5rem .5rem;
    text-decoration:none;
    border:1px solid #ccc;
    cursor:pointer;
}

.list-item:hover{
    box-shadow: 0 0 9px #999;
    text-decoration:none;
}


.item-bottom {
    clear: both;
    border-top: 1px solid #ccc;
    padding:5px 0px;
    width:100%;
    margin-top:5px;
}


.item-content-left-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ribbon {
    background: #0065b8;
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: -56px;
    z-index: 10;
    text-align: center;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.trip-code {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
    transition: background-color .3s;
    font-size:.7rem;
}
.item-content-mid {
    padding: 0 0 5px 0;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #222;
    border-bottom: 1px solid #ccc;
}
.trip-lang-days {
    font-size: 13px;
    color: #555;
}


.trip-tags li{
    list-style:none;
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    color: #777;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #999;
}
.trip-teaser {
    color: #999;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0px;
}
.discount-label {
    width: 46px;
    height: 50px;
    position: absolute;
    right: 70px;
    background: url(Images/discount.png) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: -6px;
}
span.discount-flag {
    display: block;
    height: 26px;
    width: 70px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(255, 53, 115, .8);
}
.discount-label span {
    font-size: 20px;
    color: #fff;
}
.discount-label small {
    font-size: 10px;
    color: #fff;
}

.discount-label-small{
    color:#fff;
    font-size:12px;
    background:#FFBA2E;
    border-radius: 5px;
    padding:3px;
}


.trip-price-top {
    clear: both;
    width: 100%;
    font-size: 20px;
    line-height:20px;
    color: #ff8900;
    display: inline-block;
}
.trip-price-top small {
    font-size: 10px;
    color: #999;
}
 .trip-price-mid {
    clear: both;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
 .trip-price-bottom {
    clear: both;
    line-height: 26px;
    cursor:pointer;
}
 .trip-price-bottom span {
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #FFBA2E;
    border-radius: 2px;
    display: inline-block;
}
 .side-ad {
    margin-top: 10px;
    height: 720px;
    background: url(Images/side-ad.jpg) no-repeat;
    margin-bottom: 16px;
    background-size:contain;
}

.selected-remove {
    background-color: #999;
    color: #fff;
    padding: 4px 6px;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
}
.reset {
    background-color: #0083ee;
    color: #fff;
    padding: 4px 6px;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
}
.list-pager,
.list-pager ul{
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    padding:0px;
}
.list-pager li {
    display: inline-block;
    margin: 0 3px 0;
    min-width: 30px;
    height: 34px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
}
.disabled, ul.php-list-pager li.disabled i {
    color: #999;
    background-color: #ddd;
    cursor: default;
    text-shadow: 1px 1px #eee;
}
.list-pager li a {
    display: block;
}
.current {
    background: #0065b8;
    color: #fff;
}
 .img-box{
        width:36%;
        align-items:flex-start;
    }

@media only screen and (max-width: 380px) {
    .list-media{
        flex-wrap:wrap;
    }
    .img-box{
        width:100%;
        margin-right:0px !important;
    }
}
/* --------- List page end-------- */
.page-footer p{
    padding:0px;
    color:#666;
}
/*----login begin-----*/
.form-container {
    margin: 60px auto;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    transition: all .3s;
    overflow: hidden;
}
.form-title {
    font-size: 22px;
    color: #555;

}
.help-block {
    top: 0px;
    left: 125px;
    display: block;
    margin: 0;
    color: #ff3573;
    transition: top .3s;
    font-size: 14px;
    font-weight: 200;

}
.input-container {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.input-text {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height:25px;
    text-indent:3px;
}
.submitlogin {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    height: auto;
    line-height: 40px;
    text-align: center;
    background-color: #0065b8;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.alter-input {
    text-align: center;
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 18px;
}
.user-reg {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    height: auto;
    line-height: 40px;
    text-align: center;
    background-color: #ff8900;
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}
.user-reg:hover{
   box-shadow: 0 0 8px #ff8900;
}
.input-email {
    z-index: 10;
    text-align: center;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    cursor: pointer;
}
span.pwd-forgotten {
    position: absolute;
    right: 0px;
    top: 42px;
    cursor: pointer;
    font-size: 14px;
    padding: 0px;
    color: #999;
}
.submit {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0065b8;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.submit:hover{
box-shadow: 0 0 8px #0065b8;
}
.f-pass:hover{
 color:#0065b8;
}
.return-ps:hover{
  color:#0065b8;
}
/*---login end---*/
/*---location begin---*/
.left-location {
    float: left;
    width: 100%;
}
.left-location span {
    font-weight: bold;
    display: block;
    font-size: 16px;
    color: #0065b8;
}
span.phone,span.address {
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #999;
    cursor: pointer;
    padding:3px 0px;
}
/*---location end---*/
/*---sceniclist begin--*/
.scenics-form {
    padding:15px;
    border:1px solid #ccc;
    margin: 0px;
}


.last-point {
    text-align:right;
    cursor: default;
    color: #333;
    line-height:28px;
}
.img-thumb {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
}
.list-tour{
    margin: 0 5px 20px;
    box-shadow: 0 0 6px #ccc;
    background-color: #fff;
    padding: 8px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;

}
.list-tour h5 {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.3;
    height: 40px;
}
.word-none {
    color: #ccc;
    min-height: 250px;
    line-height: 250px;
    font-size: 30px;
    text-align: center;
}

/*---sceniclist end---*/
/*----booking policy begin----*/
.order-content {
    width: 100%;
    float: left;
    position: relative;
}
.order-content h5 {
    margin: 0 0 30px;
    line-height: 40px;
    padding: 0 25px;
    background-color: #eee;
    color: #555;
    font-size: 20px;
    border-left: 3px solid #0065b8;
    font-weight: normal;
}
.order-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    text-align: justify;
    margin-bottom: 20px;
}
.order-content ul {
    margin: 0 0 15px;
    padding: 0 15px;
    list-style: none;
    overflow: auto;
}
.order-content ul li {
    line-height: 28px;
    font-size: 15px;
    color: #777;
    margin-bottom: 5px;
}
/*----booking policy end-----*/
/*----agent register begin-----*/
.agent-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    line-height: 2;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #E2E5E9;
    border: 1px solid #aaa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
}
.option-input.radio {
    border-radius: 50%;
}

.agent-context input {
    width: 80%;
    font-size: 15px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
/*-----agent register end-----*/


/*-----popup begin-----*/

.HolyGrail {
  display: flex;
  max-height: 100vh;
  min-height:100vh;
  flex-direction: column;
  padding:0px;
}

/*-----------------------------popup header------------------------------*/
.HolyGrail header{
  flex: 0;
  height:60px;
  min-height:60px;
  background:#ddd;
  overflow:hidden;
}

.HolyGrail header ul{
    padding:15px 0 0 25px;
}

.HolyGrail header a{
    display:inline-block;
    padding:15px 13px;
    text-decoration:none;
    color:#666;
}

.HolyGrail header a .step{
    color:#fff;
    background:#666;
    padding:5px;
    border-radius:3px;
}


.HolyGrail header a.active{
    color:#0065b8;
    background:#fff;
    border-radius:3px;
    box-shadow: rgb(153, 153, 153) 0px 0px 8px;
}

.HolyGrail header a.active .step{
    background:#0065b8;
}


.HolyGrail header .close{
    position:absolute;
    width:60px;
    height:60px;
    font-size:30px;
    color:#333;
    right:0;
    top:0;
    display:inline-block;
}

/*-----------------------------popup header end -------------------------*/

/*-----------------------------popup footer------------------------------*/
.HolyGrail footer {
  flex: 0;
  height:40px;
  line-height:40px;
  min-height:40px;
  overflow:hidden;
  border-top:1px solid #ccc;
  display:flex;
}

footer .total-price{
    flex:1;
    font-size: 16px;
    color: #ff8900;
    text-indent:20px;
}


.step-btn {
    display:inline-block;
    padding:0 9px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    text-align:center;
    border-left: 1px solid #ddd;
}

.step-btn:hover{
  color:#0065b8;

}

footer .next,
footer .pay-now{
    color:#fff !important;
    background:#36a736;
}


footer .next:hover,
footer .pay-now:hover{
    color:#fff !important;
    background:#56c656;
    font-weight:bold;
}

.price-desc {
    display: block;
    font-size: 13px;
    color: #999;
}

/*-----------------------------popup footer end -------------------------*/

.HolyGrail .HolyGrail-body {
  flex: auto;
  overflow-y:scroll;
  overflow-x:hidden;
}


.tour-calendar{
    width: 100%;
	height:100%;

}

#calendar h2,
.tour-calendar h2{
    height:36px;
    line-height:36px;
    font-size:22px;
}




/*************************** cust radio group ***************************************/
/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border:1px solid #999;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #ff8900;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

/*************************** cust  radio group end ***************************************/

/*************************** cust  checkbox begin ***************************************/
/* The container */
.container-check {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-check .checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border:1px solid #999;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #ff8900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 7px;
    top: 0px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*************************** cust  checkbox end ***************************************/

.save-price{
    color:#66a550;
    font-weight:900;
    font-size: 14px;
}

.room-price-bold {
    color: #555;
    display: inline-block;
    padding-left: 4px;
    font-size: 13px;
}

.currency-convert{
    color:#ff8900;
    font-weight:900;
}


#display_price>small ~ small{
    font-size: 14px;
    color: #999;
}



.original-price-tiny{
    color: #ccc;
    font-size: 11px;
    text-decoration: line-through;
}

.addon-main-title {
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    background-color: #eee;
    color: #666;
    font-size: 13px;
}

#pickup-selection table label {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    width: 100%;
    line-height: 25px;
    padding-top: 20px;
}
#pickup-selection table td.pickup-content span {
    position: absolute;
    width: 30px;
}
.pickup-content p {
    display: block;
    width: 100%;
    padding-left: 35px;
    text-align: justify;
    margin: 0;
    line-height: 1.4;
}
.pickup-content strong {
    font-weight: normal;
    color: #0065b8;
}

.order-confirm-title{
    font-size:20px;
    color:#666;
}

.order-confirm-title i {
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 24px;
    background-color: #228B22;
    border-radius: 50%;
    line-height: 45px;
}
.confirm-title{
    color: #212121;
    font-size: 14px;
    position: absolute;

}
.order-comfirm{
    color: #777;
    font-size: 12px;
    width: 100%;
    padding-left: 75px;
    padding-top: 3px;
}

.number {
    line-height: 60px;
    display: inline-block;
}

/*----popup end-----*/
/*----register and login popup start-----*/
.auth_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms;
  display:none;
  opacity: 1;
  z-index:999;
}
.returnform {
    font-size:14px;
    float:right;
    cursor:pointer;
}
.returnform:hover {
        color:#0065b8;
  }
.cross-icon {
    float: right;
    color: #999;
    font-size: 14px;
    width: 19px;
    height: 30px;
    cursor: pointer;
}
.cross-icon i{
    font-size:20px;
}
.cross-icon:hover {
     color:#333;
 }
/*---register and login popup 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 **************************/

/****************** modal open fixed ios cursor bug **************************/
.modal-open {
    position: fixed;
	width:100%;
}
iframe {
    padding: 0;
    margin: 0;
	background-color: #777 !important;
}
.modal-cust{
    max-width:1200px !important;
    max-height: 80vh;
}

/* Modal Content */
.modal-cust .modal-content {
    background-color: #fff;
	overflow:hidden;
	border:none;
    height:80vh;
}




/******************  modal open fixed ios cursor bug end **************************/
