﻿@import url(/eweb_etholiday/travel/activity/global.css); 
body{
	overflow-x: hidden;
}
p{
	font-size: 1.3em;
}
p .red{
	color: red;
	font-size: 16px;
}
.purple{
	color: purple;
}
.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: 900px;
}
.information{
	position: relative;
	border: 2px solid #8002B2;
	padding: 40px 20px 20px 20px;
	margin-bottom: 15px;
}
.information.blue{
	border: 2px solid #00BDF7;
}
.information h2{
	position: absolute;
	left: 20px;
	top: -20px;
	background-color: #8002B2;
	color: white;
	padding: 10px;
}
.information.blue h2{
	background-color: #00BDF7;
}
.information p{
	margin: 0;
}
.table{
	border: 1px solid
}
.table th{
	font-size: 1.6em;
}
.itemg{
	
}
.itemi{
	width: 25%;
	float: left;
	/*display: inline-block;*/
	position: relative;
}
.itemi .circle{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -90px;
}
.itemi .desc{
	padding: 60px 20px 20px 20px;
	color: white;
	font-size: 1.1em;
}
.itemi .button{
	padding: 5px 10px;
	font-size: 1.3em;
	color: white;
	border-radius: 20px;
	margin: 15px auto;
	background-color: #8080ff;
	display: inline-block;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;		
}
.itemi:hover .button{
	padding: 5px 30px;
}
.itemg .itemi:nth-child(even){
	background-color: #00BDF7;
}
.itemg .itemi:nth-child(odd) {
	background-color: #028df2;
}
h1{
	font-size: 3em;
}
.mtopm{
	margin-top: 15px;
}
.headingg{
	text-align: center;
	position: absolute;
	z-index: 100;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	margin-top: 50px;
	color: white;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1.5s 1s;
	transition: all 1.5s 1s;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.headingg.gg{
	opacity: 100;
	filter: alpha(opacity=100);
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
#pill-nav-2{
	z-index: 100 !important;
	padding: 10px 0;
	background-color: #8080ff;
}
#pill-nav-2 a{
	border-radius: 0;
	padding: 5px 10px;
	border: 1px solid white;
	border-radius: 25px;
	background-color: #3600e2;
}
#pill-nav-2 a img{
	height: 20px;
	margin-top: -3px;
}
#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: 33%;
	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;
}
#other a{
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#other a img{
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
}
#other a:hover img:first-child{
	opacity: 0;
	filter: alpha(opacity=0);
}
#other a img:first-child{
	position: relative;
	z-index: 1;
}
#other a img:last-child{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.mgap{
	display: inline-block;
	margin-top: -180px;
}
@media only screen and (max-width: 1200px) {
	#other{
		right: 10px;
	}
}
@media only screen and (max-width: 992px) {
.itemi{
	width: 50%;
	min-height: 416px;
}
	#pill-nav-2{
		margin-top: -7px;
	}
	#pill-nav-2 a img{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.itemi{
	width: 100%;
}
	.headingg{
	width: 360px;
	margin-left: -180px;
	margin-top: 50px;
}
	#other{
		right: 10px;
		width: 70px;
		top: 180px;
	}
	#other a img{
		width: 100%;
	}
	#pill-nav-2 a{
		border-radius: 0;
		padding: 0 2px 0 2px;
		font-size: 1.2em;
		border-right: 1px solid white;
	}
	.bimg{
		width: 100%;
	}
}
