﻿@import url(/eweb_etholiday/travel/activity/global.css); 
body{
	overflow-x: hidden;
}
p{
	font-size: 1.3em;
}
p .red{
	color: red;
	font-size: 16px;
}
.sort_wrapper{
	display: none;
}
.dark{
	display: none !important;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#mcontent{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;	
}
#mcontent.in{
	opacity: 1;
	filter: alpha(opacity=100);
}
#bird{
	width: 340px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top: 100px;
	z-index: 10;
}
.info-download{
	margin-top: 0;
}
#slideshow-large {
    height: 426px;
}
#pill-nav{
	z-index: 100 !important;
	background-color: #0068b7;
}
#pill-nav a{
	font-size: 1.2em;
	color: white;
	border-radius: 0;
}
#pill-nav-2{
	z-index: 100 !important;
	padding: 10px 0;
	background-color: #002870;
}
#pill-nav-2 a{
	border-radius: 0;
	padding: 0 20px 0 10px;
	border-right: 1px solid white;
}
#pill-nav-2 a img{
	height: 35px;
}
#pill-nav-2 a.n{
	border-right: none;
}
h2{
	margin-top: 0;
}
h2.blue{
	color: #0060ae;
}
h2.blueb{
	color: white;
	background-color: #002870;
	display: inline-block;
	padding: 10px;
}
.ainfo{
	font-size: 1.2em;
	position: relative;
	top: 80px;
	background-color: #eaeaea;
	padding: 20px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #002870;
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #002870;
    padding: 10px 15px;
}
.nav.b>li>a:hover, .nav.b>li>a:focus {
	color: yellow;
    text-decoration: none;
    border-radius: 0;
}
.nav-pills.b>li.active>a, .nav-pills.b>li.active>a:focus, .nav-pills.b>li.active>a:hover {
    color: yellow;
    padding: 10px 15px;
}
.nav.b>li>a{
	font-size: 1.5em;
	color: white;
}
.split{
	width: 100%;
	overflow-y: hidden;
}
.split .column{
	overflow: hidden;
	text-align: center;
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	position: relative;
	display: block;
}
.split .column .menu{
	padding: 120px 10px 10px  10px;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;		
    z-index: 10;
}
.split .column .menu.a{
	width: 100%;
}
.split .column .pic{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;		
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
.split .column:hover .pic{
	-ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}
.split .column .menu.j{
	background-color: #002870;
}
.split .column .menu.k{
	background-color: #01979e;
}
.split .column .menu.c{
	background-color: #015da7;
}
.split .column .menu.d{
	background-color: #002d62;
}
.split .column .title{
	color: white;
	font-size: 2em;
}
.split .column .subtitle{
	margin-bottom: 10px;
	color: white;
	font-size: 1.0em;
}
.split .column .more{
	color: white;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid white;
	padding: 5px 15px;
}
.split .column .logo{
	position: absolute;
	left: 50%;
	margin-top: -200px;
	margin-left: -100px;
}
#other{
    position: fixed;
    right: 10%;
    width: 100px;
    top: 180px;
    z-index: 200;
}
.btninfo{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: black;
	color: white;
	font-size: 1.2em;
	position: relative;
	padding: 5px;
}
.btninfo img{
position: absolute;
    z-index: 1;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
}
#recommand{
	text-align: center;
	position: absolute;
	z-index: 5;
	margin-left: -100px;
}
#recommand div{
	background-color: #002870;
	padding: 5px;
	font-size: 1.2em;
	color: white;
	display: inline-block;
}
@media only screen and (max-width: 1200px) {
		#other{
    right: 10px;
}
	#bird{
		width: 350px;
		margin-left: -175px;
	}
}
@media only screen and (max-width: 992px) {
#pill-nav-2{
	margin-top: -7px;
}
#pill-nav-2 a img{
	display: none;
}
	#pill-nav{
		margin-top: -7px;
	}
	.split .column{
		width: 50%;
	}	
	#bird{
		width: 270px;
		margin-left: -145px;
	}
}
@media only screen and (max-width: 768px) {
	.btninfo{
		font-size: 1.0em;
	}
	#other{
    right: 10px;
    width: 70px;
    top: 180px;
}
#other a img{
	width: 100%;
}
#pill-nav-2{
	margin-top: -20px;
}
#pill-nav-2 a{
	border-radius: 0;
	padding: 0 2px 0 2px;
	font-size: 1.2em;
	border-right: 1px solid white;
}
	.bimg{
		width: 100%;
	}
	.ainfo{
		position: static;
	}
	.split .column{
		width: 100%;
	}
	.split .column .pic{
		width: 100%;
	}
	.split .column .title{
		font-size: 1.5em;
	}
	.split .column .subtitle{
		font-size: 1em;
	}
	#bird{
		width: 150px;
		margin-left: -75px;
	}
}
