body{
  font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

  @media print {
    a:after {content: "  "!important;}
	 .col-lg-12 {
		width: 100%!important;
	  }
	  .col-lg-11 {
		width: 91.66666667%!important;
	  }
	  .col-lg-10 {
		width: 83.33333333%!important;
	  }
	  .col-lg-9 {
		width: 75%!important;
	  }
	  .col-lg-8 {
		width: 66.66666667%!important;
	  }
	  .col-lg-7 {
		width: 58.33333333%!important;
	  }
	  .col-lg-6 {
		width: 50%!important;
	  }
	  .col-lg-5 {
		width: 41.66666667%!important;
	  }
	  .col-lg-4 {
		width: 33.33333333%!important;
	  }
	  .col-lg-3 {
		width: 25%!important;
	  }
	  .col-lg-2 {
		width: 16.66666667%!important;
	  }
	  .col-lg-1 {
		width: 8.33333333%!important;
	  }
	  .visible-lg{
		  display: block !important;
	  }
	  .visible-md{
		  display: none !important;
	  }
	  .visible-sm{
		  display: none !important;
	  }
	  .visible-xs{
		  display: none !important;
	  }
	  .buttonxs{
		  display: none!important;
	  }
	  .main-navigation,.rightport {
		  display: none!important;
	  }
	  .col-sm-6{
		  width: 50%!important;
	  }
  }


@media only screen and (min-width: 1200px){
  .container {
      width: 1200px;
  }
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.mycol{
  padding:0;
}

.myhead{

  padding:0;
}

.buttonxs a{
  font-size: 0.8em;
  padding:5px;
  width: 20%;
}


/* main-navigation */
.main-navigation {
  text-align: center;
}

.mymenu{
	background: #0068b7;
  padding:0;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color:#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 {
  border-bottom: 2px solid #e67e22;
  margin-bottom: -2px;
}

.main-navigation .menu li a {
  color: #ffffff;
  line-height: 2em;
  display: block;
  padding: 0 25px;
  font-size: 1.3em;
  font-weight: 500;
}

.main-navigation .menu li a:hover {
  color: #fff100;
  text-decoration: none;
}

.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 2px 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;
}

.newnimei{display:block;background:url(../images_1408/common/new.gif) no-repeat;width:23px;height:12px;position:absolute;top:-3px;left:750px;}

.main-navigation .menu li ul li {
  display: block;
  margin: 0;
}

.main-navigation .menu li ul li a {
  line-height: 1.8em;
  color: #505050;
}

.main-navigation .menu li ul:hover > a {
  color: #e67e22;
}

.main-navigation .menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
 	background:#0081cc;
}

.dropdown-menu li:hover > a {
  	/*color:#ffffff;*/
}


.dropdown-submenu {
            position: relative;
        }
        .dropdown-submenu > .dropdown-menu {
            top: 0 !important;
            left: 100% !important;;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }
        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }
		
		.dropdown-submenu > a{
			color:#505050;
		}

		.dropdown-submenu > a:hover{
			color: #ffffff;
		}

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 8px;
            margin-right: -10px;
        }
        .dropdown-submenu:hover > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 8px;
            margin-right: -10px;
        }
        .dropdown-submenu.pull-left {
            float: none;
        }
        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;

}


#main-menu{
  padding:0;
}

.office{
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding:6px 5px;
  line-height: 1.5em;
}

.bottom{
  text-align: center;
  padding:10px 5px;
}

.bottom a{
  color: #333333;
}



@media only screen and (max-width: 1199px){
	.main-navigation .menu li a {
	   text-align: center;
	   padding:0 15px;
	}
	.newnimei{display:block;background:url(../images_1408/common/new.gif) no-repeat;width:23px;height:12px;position:absolute;top:-3px;left:806px;}
}

@media only screen and (max-width: 991px){
	.main-navigation .menu li a {
	    text-align: center;
		font-size:17px;
	    padding:0 8px;
	}
  #menu-home,#menu-ticket,#menu-hotel,#menu-package,#menu-rail,#menu-ebt,#menu-tour,#menu-st,#menu-flex,#menu-sports,#menu-cruises{
    background:none;
  }
	.newnimei{display:block;background:url(../images_1408/common/new.gif) no-repeat;width:23px;height:12px;position:absolute;top:38px;left:490px;}
}

@media only screen and (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #fff100;
    text-decoration: none;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .copyright span{
  	font-size: 0.8em;
  	line-height:0.8em;
  }
  .bottom{
    text-align: left;
    line-height: 1.4em;
  }
  .copyright{
    text-align: center;
  }

	h3{
		font-size: 20px;
	}

}

/* navbar */
.navbar-header {
  text-align: center;
}

.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}


@media only screen and (min-width: 767px) {
  .nav-toggle-button {
    display: none;
  }
  .office{
    padding:5px;
  }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


/*====================================================
	footer
====================================================*/
.main-footer {
  background: #202020;
  padding: 35px 0 0;
  color: #959595;
}
.main-footer .widget .title {
  color: #ffffff;
  border-bottom: 1px solid #303030;
}
.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #e67e22;
}
.main-footer .widget .friend-links a {
  border: none;
}
.main-footer .widget .friend-links a:hover {
  border: none;
}
.main-footer .widget .friend-links hr {
  margin: 1em 0;
  border-top: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #e67e22;
}
.main-footer .widget .recent-post .recent-single-post .date {
  color: #505050;
}
#bottomlink  ul{
	text-align:center !important;
	padding: 8px 15px;
    margin-bottom: 0;
}
#bottomlink  ul li {
	display:inline-block;
	list-style:none;
}
#bottomlink ul>li+li:before {
padding: 0 5px;
color: #ccc;
content: "\007C";
}
.copyright {
  background: #b10a9f;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
  font-weight: 600;
}

.copyright span {
  margin: 0 .5em;
}

.copyright a {
  color: #ffffff;
}

.copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}

#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(230, 126, 34, 0.6);
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  display: none;
}
#back-to-top:hover {
  background: #e67e22;
}
#back-to-top i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.logosXo{
	display: none;
}
@media(max-width:767px) {
	.brXsm{
  		display: block;
  	}
	.logosXo{
		display: block;
	}
	.logosXpic{
		display: none;
	}
	
        .dropdown-submenu > .dropdown-menu {
            top: 0 !important;
            left: 0 !important;;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }
	        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
    border-top: 5px solid #ccc;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
            margin-top: 8px;
            margin-right: 10px;
        }
        .dropdown-submenu:hover > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
    border-top: 5px solid #ccc;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
            margin-top: 8px;
            margin-right: 10px;
        }
	
	.dropdown-submenu .dropdown-menu li a{
		padding:0 5px;
		font-size: 12px !important;
		text-align: left;
		padding:6px 0;
	}
}

@media(max-width:767px) {
	.copyright{
		line-height: 1em;
		padding:0.5em 0;
	}
}

/* popup modal */

@media (min-width: 768px){
	.modal-dialog {
		width: 700px;
		margin: 30px auto;
	}
}
#myModal label{
	font-weight: normal;
}

.agreement{
	font-size: 13px;
	line-height: 1.6em;
}
.checkbox-inline+.checkbox-inline{
  margin-left:0;
}
.checkbox-x{
  padding-left:0;
}

@media(max-width:767px) {
  .checkbox-x {

  }
}


.whatsapp-bottom {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 1030;
    border-radius: 0 10px 10px 10px;
    box-shadow: 15px 0 30px -20px #333, -15px 0 30px -20px #333;
    animation: riseup 3s ease-in-out;
}