body {
	margin:0px;
	padding:0px;
}
.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.waterBG {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.header-logo {
	position:absolute;
	width:214px;
	height:30px;
	left:40px;
	top:40px;
	z-index:10;
	pointer-events:none;
}
.right-nav {
	position:absolute;
	width:208px;
	height:41px;
	right:40px;
	top:40px;
	z-index:10;
	pointer-events:none;
}
.search {
	position:absolute;
	left:50%;
	top:50%;
	width:1300px;
	height:354px;
	margin-left:-650px;
	margin-top:-130px;
}
.wrapper {
	width:1300px;
	margin:0px auto;
}
.banner {
	float:left;
	width:100%;
	height:767px;
	background: url(../images/banner.png) no-repeat center top;
}
}
.container {
	float:left;
	width:100%;
}
.centerCont {
	float:left;
	width:100%;
}
.globeMask {
	position:absolute;
	width:1300px;
	height:402px;
	background:url(../images/cont_top.png) no-repeat center top;
	left:0px;
	top:0px;
}
.popularDesti {
	float:left;
	width:100%;
	margin:40px 0px;
}
.popularDesti img {
	border-radius:5px;
}
.headTitle {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.destiWrap {
	width:100%;
	margin-right:-16px;
}
.distiCol_01 {
	float:left;
	width:640px;
	height:303px;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	margin-right:16px;
	margin-bottom:16px;
	background:#369;
}
.distiCol_02 {
	float:left;
	width:314px;
	height:303px;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	margin-right:16px;
	margin-bottom:16px;
	background:#993;
}
.mask {
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	left:0px;
	top:0px;
	border-radius:10px;
	opacity:.0;
	background:rgba(0, 0, 0, .5);
}
.label_01 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:153px;
	height:25px;
	background:url(../images/destiLabel01.png) no-repeat center top;
	z-index:6;
}
.label_02 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:132px;
	height:25px;
	background:url(../images/destiLabel02.png) no-repeat center top;
	z-index:6;
}
.label_03 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:111px;
	height:25px;
	background:url(../images/destiLabel03.png) no-repeat center top;
	z-index:6;
}
.label_04 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:120px;
	height:25px;
	background:url(../images/destiLabel04.png) no-repeat center top;
	z-index:6;
}
.label_05 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:120px;
	height:25px;
	background:url(../images/destiLabel05.png) no-repeat center top;
	z-index:6;
}
.label_06 {
	position:absolute;
	left:25px;
	bottom:0px;
	width:140px;
	height:25px;
	background:url(../images/destiLabel06.png) no-repeat center top;
	z-index:6;
}
.flightBtnyellow {
	position:absolute;
	width:106px;
	height:38px;
	background:url(../images/flightBtnYellow.png) no-repeat 50% 50%;
	cursor:pointer;
	top:50%;
	right:100%;
	margin-right:7px;
	z-index:10;
}
.hotelBtnyellow {
	position:absolute;
	width:106px;
	height:38px;
	background:url(../images/hotelBtnYellow.png) no-repeat 50% 50%;
	cursor:pointer;
	top:50%;
	left:100%;
	margin-left:7px;
	z-index:10;
}
.singapore {
	position:absolute;
	width:111px;
	height:20px;
	background:url(../images/singapore.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-56px;
	z-index:11;
}
.london {
	position:absolute;
	width:81px;
	height:20px;
	background:url(../images/london.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-42px;
	z-index:11;
}
.paris {
	position:absolute;
	width:59px;
	height:20px;
	background:url(../images/paris.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-30px;
	z-index:11;
}
.dubai {
	position:absolute;
	width:61px;
	height:20px;
	background:url(../images/dubai.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-32px;
	z-index:11;
}
.cairo {
	position:absolute;
	width:63px;
	height:20px;
	background:url(../images/cairo.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-33px;
	z-index:11;
}
.malaysia {
	position:absolute;
	width:96px;
	height:20px;
	background:url(../images/malaysia.png) no-repeat center top;
	left:50%;
	top:0%;
	margin-top:-30px;
	margin-left:-50px;
	z-index:11;
}
.bot_cont {
	float:left;
	width:100%;
	background:url(../images/bot-cont_bg.png) no-repeat center bottom;
	margin-top:0px;
	z-index:100;
	position:relative;
	pointer-events: none;
}
.imgRow {
	float:left;
	width:100%;
	line-height:1px;
	margin:0px;
	padding:0px;
}
.imgRow img {
	border:none;
	outline:none;
}



	
