﻿body, html {

    margin: 0;
    padding: 0;
	height: 100%;
	/* overflow-x: hidden; */
 	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*text-shadow: 0 0 1px rgba(0,0,0,0.3);*/

}

h1 {

	font-family:Cardo,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	color: rgb(255,255,255);
}

h2 {

	font-family:Cardo,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 60px;
	font-weight: normal;
	text-align: center;
	color: rgb(100,100,100);
	text-transform: uppercase;
	padding-top:70px;
	margin:0px;
}
h3 {

}
h4 {


	font-family:Cardo,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: rgb(140,120, 76);
	padding-bottom: 20px;
}
mob_search_button {

	display:none;
}
.button1 {

    /*background-color: rgb(163, 110, 136);*/
    border: 1px solid rgb(207,207,207);
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
    font-weight:bold;
    font-size: 30px;
    line-height: 56px;
    cursor:pointer;
    background: -webkit-linear-gradient( rgba(204,134,44, 1), rgba(204, 166, 108, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( rgba(204,134,44, 1), rgba(204, 166, 108, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( rgba(204,134,44, 1), rgba(204, 166, 108, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient( rgba(204,134,44, 1), rgba(204, 166, 108, 1)); 
    background: -ms-linear-gradient(top, #cc862c 100%, #cca66c 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc862c', endColorstr='#cca66c',GradientType=0 ); /* IE6-9 */
	
}
.button2{
	 /*background-color: rgb(163, 110, 136);*/
    border: 1px solid rgb(207,207,207);
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
    font-weight:bold;
    font-size: 20px;
    line-height: 40px;
    width: 200px;
    margin-left: 0px;
    text-align: center;
    cursor:pointer;
    background: -webkit-linear-gradient( rgba(183, 130, 156, 1), rgba(163, 110, 136, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( rgba(183, 130, 156, 1), rgba(163, 110, 136, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( rgba(183, 130, 156, 1), rgba(163, 110, 136, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient( rgba(183, 130, 156, 1), rgba(163, 110, 136, 1)); 
    background: -ms-linear-gradient(top, #b7829c 100%, #a36e88 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7829c', endColorstr='#a36e88',GradientType=0 ); /* IE6-9 */
    margin-right: 45px;	

}


.head_foot_sm {

	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: rgb(100,100, 100);
	display:inline;
	margin-right: 20px;

}



table  {
	border-collapse: collapse;
	border: 0px solid #cfcfcf;
}

td {

	padding: 10px;
}
th{
	background-color: #706e88;
    color: #fff;
	text-align: left;
	font-weight: Bold;
	font-size: 18px;
	vertical-align: middle;
	padding: 0px;
}

.table_mob {

	display: none;
	visibility: hidden;
}



a {
	text-decoration: none;
	font-weight: normal;
	color:#003da5;
}

#container {
	position:relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	width: 100%;
}

nav {
	background:#fff;
	width: 100%;	
	z-index:200;
}

nav>ul {
	border:0px solid #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	top: 0px;
	margin: 0 auto;
	width: 90%;
	text-align: center;

}

nav>ul>li {

	display: inline-block;
	padding-right: 10px;
	list-style-type: none;
	margin-right: 30px;
	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: light;
	text-transform: uppercase;
	color: rgb(59,59,59);


}
nav>ul>li img {
	vertical-align: middle;
}
nav>ul>li a {
	text-decoration: none;
	font-weight:lighter;
}

nav>ul>li>ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 4px 1px rgba(207,207,207, 0.5);
    border-top: 16px  solid #448cd0;
    padding: 0px 0px;
    z-index: 200;

}
nav>ul>li>ul>li {
	list-style-type:none;
	font-size: 20px;
	text-transform: capitalize;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	line-height: 200%;
}
nav>ul>li:hover>ul {
    display: block;
}

nav>ul>li>ul>li:hover {
    background-color: #ccc;
}


.home_banner {
	display:block;
	/*height: 544px;*/
	/*background-image: url("/images/home-banner.jpg");*/
	background-size: cover;
	background-position: center top;
	background-repeat:none;
}
.enquiry {
	display:block;
	background: rgba(255,255,255,0.7);
	/* opacity:0.7; */
	border:0px solid #ccc;
	padding:17px 40px;
	width:400px;
	text-align:center;
	margin-left:60px;
	height: 544px;
	
}

.enquiry>li {
	font-size: 24px;
	list-style-type:none;
	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-bottom:11px;
	text-align: center;
	color: rgb(100, 100,100);

}

.enquiry>li>span {

	display:inline-block;
	width:224px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border:1px solid #CCC;

}
.enquiry>li>span img {
	margin-top: -5px;
	margin-right: 10px;
	vertical-align: middle;
}
.enquiry>li>span:first-child {

	border-right: 0px;
}

.enquiry a {
	text-decoration: none;
	color: rgba(59, 59, 59,1);
	font-weight: inherit;
}

.enquiry a:hover{
	color: rgba(00,61,165,1);
	text-decoration: none;
}

.enquiry hr {
	margin-top: -3px;
}



icalendar {
	z-index: 1000;
	display:block;
	margin-top:-400px;
}
.ical {

	border:0px solid #ccc;
	display:inline-block;
	background:#fff;
	width:400px;
}
#calendar1, #calendar2, #calendar3 {
	max-width: 500px;
	margin: 0 auto;
}

#calendar1 h2,
#calendar2 h2,
#calendar3 h2 {

	font-size:14px;
	border:0px;
}
.fromto {
	width: 96px;
	height: 48px;
	text-align: center;
	line-height:48px;
	font-weight:bold;
	color:rgb(0,156,176);
	border:1px solid #ccc;
	border-right:0px;
	background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1), rgba(232, 232, 232, 1));
    	background: -o-linear-gradient( top, rgba(244, 244, 244, 1), rgba(232, 232, 232, 1));
    	background: -moz-linear-gradient( top, rgba(244, 244, 244, 1), rgba(232, 232, 232, 1));
    	background: linear-gradient( top, rgba(244, 244, 244, 1), rgba(232, 232, 232, 1));
    	background: -ms-linear-gradient(top, #f4f4f4 100%, #e8e8e8 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}



#blue_banner {
	display:block;
	background-image: url("/images/bg-1-NoText.jpg");
	background-size: cover;
	background-repeat:none;
	padding:25px;
	/*text-align:right;*/
	position:relative;
	z-index:9000;
	margin-top:-10px;
}

#blue_banner>div {


 	width:80%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	border:0px solid #ccc;
	overflow:hidden;
}


#blue_banner>span:first-child {

	margin-right:100px;
	margin-left: 200px; 
	
}

#blue_banner img {

	/*width: 300px;*/
	height: auto;
	margin-right:20px;

}
banner_slogan_mob {

	display: none;
}
banner_slogan {
	display:block;
	position:absolute;
	/*top:320px;*/
	/*margin-right: 50px;*/
	/*left:550px;.*/
	/* width: 45%; */
	/* right: 10px;*/
	/*bottom: 210px;*/
	/*min-width:500px;*/
	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight:bold;
	font-size: 28px;
	line-height: 120%;
	color:#fff;
	padding: 10px;
	text-shadow: 0px 0px 4px #646464;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#646464,direction=45);
	/*background: rgba(101,101,101,.8);*/

}

#discover_more {
	width:auto;
	background:#ebebeb;
	/*padding:120px 0;*/
}

#discover_more img {

	width:100%;
}
#discover_more .separator {

	height:60px;
}

#mob_menu_button {

	display: none;
	visibility:hidden;

}


#mob_menu {
	display:none;
}

img {

	max-width: 100%;
	height:auto;

}

#wrapper {
	
	margin: 0 auto;
	max-width:1980px;

}


#div_banner {

	 float:left; 

}


#content {

	padding-top: 10px;
	/* padding-left: 100px;
	padding-right: 100px;*/
    	background:#FFFFFF;
	padding-bottom: 40px;
	font-size: 18px;
	/*width: 1000px;*/
	width: 80%;
	margin: 0 auto;

	
}




.div_clear {

	clear:both;

}
.mob_feed_slider {

	display:none;
}
#fly-select{
	position:relative;
	z-index:100;
	margin-top: 170px;
	display:block;
	height:auto;
	background:#ebebeb;
}
#morder {
	display:none;
}
.choice{
	margin-left: 60px;
	width: 400px;
	background: rgba(255,255,255,0.7);
}
.choice .option{
	text-align: center;
	width: 200px;
	height: 56px;
	font-size: 24px;
	line-height: 56px;
	cursor:pointer;
	background: rgb(244, 244, 244);
	color: rgb(100, 100, 100);
	box-shadow: 0px 0px 8px rgb(207, 207, 207);
}
.choice .fl{
	border-radius: 0 0 0 6px;
}
.choice .fr{
	border-radius: 0 0 6px 0;
}
.choice .active{
	background: rgb(204, 134, 44);
	color: rgb(255, 255, 255);
}
.times .fl, .times .fr{
	width: 160px;
	background:#fff;
}

.purple_arrow {
	max-width: 90px;
	line-height: inherit;
	vertical-align: middle;
	margin-bottom: 10px;
}

@media screen and (max-width: 780px) {
	#blue_banner>div {


 		width:80%;
		margin:0 auto;
		display:block;
		
		border:0px solid #ccc;
		overflow:hidden;
	}

}
@media screen and (max-width: 640px) ,
@media only screen and (orientation: portrait),
@media only screen and (max-device-width : 1024px),
@media only screen and (max-device-width: 480px),
@media only screen and (-webkit-min-device-pixel-ratio: 2)

{
	

	#order .button1 {
		width: 320px;
		right: 0;
		margin-top:0px;
		top:0px;
		/* margin-right: -160px; */

	}


	#flight_finder {

		width:100%;
	}

	#main_menu {

		display: none;
		visibility:hidden;
	}

	#mob_menu_button {
		display: block;
		visibility: visible;
		float: right;
	}

	#header {

		width:100%;
	}

	#div_mob_menu {


		background:#2C3E50;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	#div_mob_menu li {

		list-style-type: none;
		margin-bottom: 15px;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 15px;
		color:#FFFFFF;
		cursor: pointer;

	}

	#div_mob_menu li a{

		text-decoration: none;
		color:#FFFFFF;

	}

	

	#navi {

		top: 0px;
		padding-top: 5px;
		background:#FFFFFF;
		position: fixed;
		height: 70px;

		width: 100%;
		left: 0px;

		-webkit-box-shadow: 0px 0px 5px 0px #edde6f;
		-moz-box-shadow: 0px 0px 5px 0px #edde6f;
		box-shadow: 0px 0px 5px 0px #edde6f; 


	}

	#navi img {

		margin-left: 10px;
	}

	#container {

		width:90%;

	}

	#content {

		margin-top: 100px;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 100%;
		width:90%;
		
	}

	#wrapper {
		padding: 10px;
		text-align: left;
		width:100%;

	}

	h1 {
		font-size: 20px;
	}

	td {
	
		padding: 5px;

	}



	table {
		overflow-x: auto;
		display: block;
	}

	.table_normal {
		display: none;
		visibility: hidden;
	}

	.table_mob {
		display: block;
		visibility: visible;
		border: 1px;
		
	}


	#control_form li.cf_1 {
		float:none;
		list-style-type: none;
		margin-top: 10px;
	}

	#control_form li.cf_2 {
		float:left;
		list-style-type: none;
		margin-top: 10px;

	}

	#fly-select {
		max-width:100%;
		overflow:hidden;
		height:auto;
	}


	#discover_more .separator {

		height:10px;
	}

	#blue_banner>div {


 		width:80%;
		margin:0 auto;
		display:block;
		
		border:0px solid #ccc;
		overflow:hidden;
	}
}


.overlay {

    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    opacity:0.8;
    z-index:9998;

}
.overlay-message{

	background: #fff; 
	padding: 10px; 
	width: 400px; 
	margin: 0 auto;
	
	position: fixed;
	/*border: 1px solid;
	border-color:#CCCCCC;

	-moz-box-shadow: 1px 1px 3px #222; -webkit-box-shadow: 1px 1px 3px #222; box-shadow: 1px 1px 3px #222; */


    	background-color:#fff;
	font-weight: bold;
    	opacity:1;
    	z-index:9999;
}

a {
text-decoration: none;
color: rgba(00,61,165,1);
font-weight: inherit;
}

a:hover{
color: rgba(00,61,165,1);
text-decoration: underline;
}

.purple_arrow {
    max-width: 40px;
    line-height: inherit;
    vertical-align: middle;
    margin-bottom: 5px;
}