@charset "utf-8";
.header .logo{
	width:100%;
	text-align:center;
}
.headerRight{
	width:100%;
	text-align:center;
}
.headerRight h1{
	display:none;	
}
.contactInfo ul{
	width:100%;
	text-align: center;
	margin-top:10px;
}
.contactInfo ul li{
	float:none;
	display:inline-block;
}
.contactInfo ul li.mail{background:none;}
.bannerContainer{
	width:100%;
	float:none;
}
.formWrap{
	width:100%;
	float:none;
}

.leftPanel{
	width:100%;
}
.rightPanel{
	width:100%;
}
.package{
	width:45%;
	margin:2%;
	padding-bottom:44px;
}
.greyBg{
	font-size:24px;
}
.beatDeals{
	border:1px solid #cccccc;
}
.packageDesc .price{
	position:relative;
	left:auto;
	bottom:auto;
}
.enquireBtn{
	left:12px;
	right:auto;
}
.fLeft{width:100%}
.fRight{width:100%}
.copyrightTxt{width:100%; margin:8px 0 0;}
.fRight ul{float:left;}
.fRight ul li{margin:10px 10px 0 0;}
.slideCaption{position:relative; width:100%;}
.width3{width:48%;}

.homeScreen{float:none; margin:15px 0 20px 20px; max-width:300px; width:90%;}
.contactbg{background:url(../images/contactbg.jpg) no-repeat right 100px; background-size:100%;min-height:305px;}
@media all and (min-width: 201px) and (max-width: 400px)
{
.contactbg{background:url(../images/contactbg.jpg) no-repeat right 120px; background-size:100%;min-height:305px;}
}