/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html{
}

body {
	line-height: 1.3;
	font-family:"Microsoft JhengHei", "微軟正黑體", "Apple LiGothic Medium", "蘋果儷中黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size:10pt;
	color:#444;
	background-color: #f1f1f1;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
}
a{
	text-decoration: none;
	color:inherit;
	-webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
    cursor: pointer;
}
a:hover{
	color:#73cde5;
}

.wrapper{
	margin:0 auto;
	width: 100%;

	background-color: #F1F1F1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.hidden {
	display:none;	
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	width:100%;
	height:440px;
	background: url(../images/topImage.jpg) no-repeat top center;
	background-size:100% auto;
	overflow: hidden;
}
	.headerBar{
		width:100%;
		height:15px;
		background-color:#FFF;
	}
	.logoBar{
		width:836px;
		height:73px;
		background: url(../images/logoBar.png) no-repeat center center;
	}
.title{
	text-align: center;
}

#vidtop-content {
	margin-top: 60px;
	color: #fff;
	padding:40px 0;
	background-color: rgba(0, 53, 113, 0.6);
}
#vidtop-content h1 {
	text-align:center;
	font-size:36px;
	text-shadow:1px 1px 0 rgba(0,0, 0, 0.5);
	
	animation-duration:3s;
	animation-fill-mode:forwards;
	animation-name:enterBtnAni;
}
@media screen and (max-width:599px) {
	#vidtop-content h1 {
		font-size:40px;
	}
}
.landingInfo{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	padding:10px;

	font-size:12pt;
	color:#FFF;
	text-align: center;
	
	animation-name: enterBtnAni;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
/* tab */
#tabNav {
	width:960px;	
	margin:5px 0;
	/*display:flex;*/
}
#tabNav > a {
	flex: 1 1 0;
	background-color:#ccc;
	color:#474747;
	font-size:16px;
	text-align:center;
	padding:20px 0;
	display:inline-block;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
#tabNav a{
	width:160px;
}
@media screen and (max-width:599px) {
	#tabNav {
		display: inline;	
	}
	#tabNav > a {
		width: 100%;
		display:table;
		margin-bottom:3px;
	}
}
#tabNav > a:hover {
	color:#fff;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #e41c26 0%, #fe8210 100%) repeat scroll 0 0
}
#tabNav > a.active {
	color:#fff;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #e41c26 0%, #fe8210 100%) repeat scroll 0 0
}




/* Middle
-----------------------------------------------------------------------------*/
.content{
	max-width:960px;
	width:100%;
	margin:0 auto;
}
	.divideBar{
		width:100%;
		height:10px;
		background:#FFF;
	}
	.itemContent{
		position: relative;
		max-width: 960px;
		width:100%;
		margin:0 auto;
		
/*		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);		*/
	}
		.itemCol{
			width:100%;
			display: -webkit-flex;
  			display: flex;
  			background: #CCC;
		}
		@media screen and (max-width:767px) {
			.header {
				width:100%;
				height:440px;
				background: url(../images/topImage.jpg) no-repeat top center;
				background-size:auto 100%;
				overflow: hidden;
			}
			.sectionHeader {
				text-align:center;
			}
			.itemCol{
				display:grid;
			}			
			.bookNowBtn {
				width:50% !important;	
			}
		}		
		.itemBox{
			float:left;
			position: relative;
			
			cursor:pointer;

			-webkit-flex: 1;
          	flex: 1;
          	overflow: hidden;
			
			/*border:1px solid #f1f1f1;*/
         }
		 @media screen and (max-width:767px) {
			 .itemBox, .offerBox {
			 	width:100%;
			 }
		 }
		 .section-bg {
			width:100%;
			height:280px;
		 }
		 .section-bg.limo {
			background: url(../images/section-bg-limo.jpg) no-repeat center;
		 }
		 .section-bg.package {
			background: url(../images/section-bg-package.jpg) no-repeat center;
		 }
		 .section-bg.hotel {
			background: url(../images/section-bg-hotel.jpg) no-repeat center;
		 }		 
		 .sectionHeader {
			font-size:30px;
			padding:20px;
			font-weight:bold; 
		 }
		 .sectionHeader img.herts-logo {
			float:right; 
			height:35px;
		 }
		 .offerBox {
			float:left;
			position: relative;
			text-align:center;			
			
			-webkit-flex: 1;
          	flex: 1;
          	overflow: hidden;
			background-color:#fff;
			
			outline:1px solid #cad3e3;
			
			min-height:320px;
         }
		 .offerBox .sticktop {
		 	margin-top:20px;
		 }
		 .offerBox .offerType {
			 font-size:16px;
			 color:#e2231a;
			 font-weight:bold;
			 margin-bottom:20px;
		 }
		 .offerBox .placeName {
			 font-size:22px;
			 color:#0f82be;
			 font-weight:bold;
		 }
		 .offerBox .hotelName {
			 font-size:16px;
			 color:#474747;
			 font-weight:bold;
		 }
		 .offerBox p {
			font-size:14px;
			font-weight:bold; 
		 }
		 .offerBox hr {
			 width:70%;
			 border:0;
			 border-bottom:1px solid #f1f1f1;
		 }
		 .offerBox .airLineName {
			 
		 }
		 .offerBox .hotelStar img {
			 height:10px;
			 vertical-align:middle;
		 }
		 .offerBox .hotelRank img {
			  height:20px;
			  margin-top:5px;
		 }
		 .offerBox .airLineImg img {
			 width:150px;
		 }
		 .offerBox span.red {
			color:#e2231a; 
		 }
		 .offerBox .stickbtm {
			position:absolute;
			bottom:15px; 
			width:100%;
		 }
		 .offerBox .offPirce {
			 display:block;
			 font-size:24px;
			 font-weight:bold;
			 color:#e2231a;
		 }
		 .offerBox .offPirce:before {
			 content: "$";
			 font-size: 80%;
		 }
		 .offerBox .offPirce span {
			font-size:14px; 
		 }
		 .offerBox a.bookNowBtn {
			background:rgba(0, 0, 0, 0) linear-gradient(to right, #e41c26 0%, #fe8210 100%) repeat scroll 0 0;
			color:#fff;
			width:65%;
			margin:0 auto;
			padding:8px 0;
			font-size:16px;
			display:inline-block;
			pointer-events: auto;
			border-radius:3px;
		 }
		 .offerBox a:hover.bookNowBtn {
			box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); 
		 }
          	
		.itemBox img {
			float: left;
		    width: 100%;
		    height:100%;
		}
			.itemBoxImg{
				
				position: absolute;
				width:100%;
				height:100%;
				background-size:100% 100%;
				-webkit-filter: brightness(.9) contrast(.9);
				filter: brightness(.9) contrast(.9);
			}	
			.itemBoxImg:hover{
				-webkit-filter: brightness(1.1) contrast(1.3);
				filter: brightness(1.1) contrast(1.3);
			}
			/*Max: 600x360 Min:300x300*/
			/* East */
			#box_a1{
				background: url(../images/eastcoast-orlando-a1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_a2{
				background: url(../images/eastcoast-orlando-a2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_b1{
				background: url(../images/eastcoast-newyork-b1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_b2{
				background: url(../images/eastcoast-newyork-b2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_c1{
				background: url(../images/eastcoast-chicago-c1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_c2{
				background: url(../images/eastcoast-chicago-c2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_d1{
				background: url(../images/westcoast-washingtondc-f1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_d2{
				background: url(../images/westcoast-washingtondc-f2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			
			
			/* West */
			#box_wc_a1{
				background: url(../images/westcoast-sanfran-a1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_a2{
				background: url(../images/westcoast-sanfran-a2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_b1{
				background: url(../images/westcoast-seattle-b1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_b2{
				background: url(../images/westcoast-seattle-b2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_c1{
				background: url(../images/westcoast-losangeles-c1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_c2{
				background: url(../images/westcoast-losangeles-c2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_d1{
				background: url(../images/westcoast-hawaii-d1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_d2{
				background: url(../images/westcoast-hawaii-d2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_e1{
				background: url(../images/westcoast-lasvegas-e1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_e2{
				background: url(../images/westcoast-lasvegas-e2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_f1{
				background: url(../images/westcoast-washingtondc-f1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_f2{
				background: url(../images/westcoast-washingtondc-f2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_g1{
				background: url(../images/westcoast-alaska-g1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_wc_g2{
				background: url(../images/westcoast-alaska-g2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			
			/* West */
			#box_ot_a1{
				background: url(../images/othercoast-guam-a1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_ot_a2{
				background: url(../images/othercoast-guam-a2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_ot_b1{
				background: url(../images/othercoast-saipan-b1.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			#box_ot_b2{
				background: url(../images/othercoast-saipan-b2.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			
			
			
			#box_empty {
				background-color:#f1f1f1;
				background-size:auto 100%;
			}

			.itemNameBox{
				position: absolute;
				width:100%;
				height:33%;
				padding:3% 4px;
				left:100%;
				top:50%;
				margin-top:-16%;

				background:rgba(0,0,0,0.6);
				pointer-events: none;

				text-align: center;
				color:#FFF;
				font-size: 18pt;
				overflow: hidden;

				-webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari */
  				transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
			}
				.itemTitle{
					font-weight: bold;
					font-size: 14pt;
				}
				.subName{
					font-size: 12pt;
				}
				
				@media screen and (max-width:599px) {
					.itemTitle{
						font-size: 11pt;
					}
					.itemNameBox{
						font-size: 13pt;
					}
				}
			.iconBox{
				position: absolute;
				width:80px;
				height:80px;
				pointer-events: none;
			}

	/*----- lightBox ----- */
	#frame_no {
		pointer-events:none;
	}
	.lightBox{
		width:100%;
		height:100%;
		position:fixed;
		left:0;
		top:0;
		background:rgba(0,0,0,0.7);

		color: #FFF;
		opacity: 0;
		pointer-events: none;
	}
		.lightBoxContent{
			position:relative;
			margin:0 auto;
			max-width: 960px;
			height:100%;
			padding:10px;

			display: -webkit-flex;
  			display: flex;

  			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		}
		.closeBtn{
			width:45px;
			height:45px;
			top:50px;
			right:50px;
			position:absolute;
			background: url(../images/closeBtn.png) no-repeat 50% center;
		}
		.closeBtn:hover{
			background: url(../images/closeBtn_b.png) no-repeat 50% center;
		}
		@media screen and (max-width:599px) {
			.closeBtn{
				top:20px;
				right:20px;
			}
		}
		.lightBtnLeft{
			-webkit-flex: 1;
          	flex: 1;
          	height:100px;
          	background: url(../images/arrowLeft.png) no-repeat 50% center;
          	cursor: pointer;
		}
		.lightBtnLeft:hover{
			background: url(../images/arrowLeft.png) no-repeat 20% center;
		}
		.lightBtnRight{
			-webkit-flex: 1;
          	flex: 1;
          	height:100px;
          	background: url(../images/arrowRight.png) no-repeat 50% center;
          	cursor: pointer;
		}
		.lightBtnRight:hover{
			background: url(../images/arrowRight.png) no-repeat 80% center;
		}
		.lightBoxMiddle{
			-webkit-flex: 5;
          	flex: 5;
		}
			.lightBoxTitle{
				margin:10px 0;
				text-align: center;
				font-size: 18pt;
			}
			.lightBoxText{
				font-size: 12pt;
			}
			.lightBoxImg{
				max-width: 800px;
				max-height: 480px;
				margin:15px auto;
				overflow: hidden;
				background: url(../images/empty_bg.jpg) no-repeat center center;
				background-size:auto 100%;
			}
			.lightBoxImg img {
				float:left;
				width: 100%;
			    height:100%;
			}
			@media screen and (max-width:599px) {
				.lightBoxTitle{
					font-size: 14pt;
				}
				.lightBoxText{
					font-size: 10pt;
				}
				.lightBoxImg{
					max-height: 180px;
				}
			}
			.selectBtnOuter{
				margin:8% auto;
				width:150px;
				height:50px;
			}
				.selectBtn{
					width:150px;
					height:50px;
					background-image:url("../images/selectBtn.png");
					-webkit-transition: 0.2s; /* Safari */
			    	transition: 0.2s;
				}
				.selectBtn:hover{
					background-image:url("../images/selectBtn_b.png");
				}

	.selectFrame{
		position: absolute;
		left:-3px;
		top:-3px;
		height:15px;
		border:6px solid #FFF;
		opacity: 0;
		pointer-events: none;

		-webkit-transition: 0s; /* Safari */
		transition: 0s;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	}

	/* ----- Form ----- */
	.votedItem{
		margin-top:50px;
		text-align: center;
		font-size: 14pt;
	}
		.votedItemText{
			max-width: 500px;
			height:38px;
			margin:12px auto;
			font-size: 22pt;
			font-weight: bold;
			color:#0081bc;
			overflow: hidden;
		}

	.fontTitle{
		font-size: 16pt;
	}
	.sharing_form{
		width:100%;
		max-width:700px;
		margin:0 auto;

		padding:20px 30px;
		text-align: center;
	}
		.facebookLikeCol{
			width:100%;
			height:30px;
			margin:40px 0;
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		}
		@media screen and (max-width:599px) {
			.fontTitle{
				font-size: 14pt;
			}
			.facebookLikeCol{
				height:50px;
				display: inherit;
			}
		}
			.taiwanPageCol{
				height:30px;
				float:left;
			}
			.hutchgoPageCol{
				height:30px;
				float:left;
			}
			@media screen and (max-width:599px) {
				.taiwanPageCol{
					clear:both;
				}
				.hutchgoPageCol{
					clear:both;
				}
			}
				.facebookText{
					float:left;
				}
				.facebookLikeBtn{
					float:left;
					margin:0 10px;
					width:80px;
					height:26px;
					background: url(../images/facebookBtn.jpg) no-repeat center center; 
				}
		.formInfo{
			width:100%;
			margin-bottom: 10px;
		}
		.formField{
			margin:20px auto;
			height:20px;
			max-width:700px;

			display: -webkit-flex;
 			display: flex;
 			font-size:12pt;
		}
		.fieldTitle{
			text-align: left;
			-webkit-flex: 1;
          	flex: 1;
		}
		.textField{
			-webkit-flex: 4;
          	flex: 4;
		}

		.submitBtnOuter{
			margin:0 auto;
			width:150px;
			height:50px;
		}
			.submitBtn{
				width:150px;
				height:50px;
				background-image:url("../images/submitBtn.png");
				-webkit-transition: 0.2s; /* Safari */
		    	transition: 0.2s;
			}
			.submitBtn:hover{
				background-image:url("../images/submitBtn_b.png");
			}

	.terms{
		margin-top:10px;
		width:100%;
		padding:20px 30px;
		background-color:#FFF;
	}
		.termsTitle{
			border-top:2px dotted #999999;
			padding-top: 30px;
			color:#02488f;
			font-size: 11pt;
			font-weight:bold;
		}
	ol{
		list-style-type: decimal;
	}
	li{
		margin-bottom: 6px;
	}
/* Footer
-----------------------------------------------------------------------------*/
.footer{
    width:100%;

	min-height: 80px;
	padding:12px;
	background:#003571;
	font: 12px Arial, sans-serif;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
	.footerContent{
		width:100%;
	}
	
	.footerText{
		float:left;
		color:#629fbe;
	}
	.footerLogo{
		float:right;
		
		width: 220px;
		height:28px;
		margin:12px 0 0 0;
	}
	@media screen and (max-width:599px) {
		.footerLogo{
			margin-bottom:0;
		}
	}
/* tnc */
.tnc .tnc-title {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
.tnc ul {
		list-style: url(../images/list-dot.png) outside none;
}
.tnc ul li {
	text-align:left;
	margin-left:15px;
}
hr {
	border:0;
	border-bottom:1px solid #f1f1f1;	
}
/* download pdf */
.sharePDF, .tnc, .visa, .qna{
	margin:20px 0;
	background-color:#fff;
	padding:20px;
	text-align:center;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.sharePDF h2 {
	font-size:24px;
	font-weight:bold;	
}
.sharePDF img.dlImg {
	border: 1px solid #ccc;
	padding:10px;
	max-width:320px;
	width:100%;
	margin:20px auto;
}
@media screen and (max-width:599px) {
	.sharePDF img.dlImg  {
		max-width:none;
	}
}
/* apply visa */
.visa {
 text-align:left ;
}
.visa .subtitle {
	text-align: left;
	font-size:18px;
	font-weight:bold;	
	margin-bottom:10px;
}
.visa .subtitle span {
	border-radius:50px;
	padding:0 10px;
	text-align:center;
	font-size:20px;
	background-color:#0f82be;
	color:#fff;
	margin-right:10px;
}
.visa ul li {
	text-align:left;
	list-style:disc outside none;
	margin-left:55px;
}
.visa ul li:first-child.sp {
	list-style:none;
}
.qna {
	text-align:left;
}
.qna .question {
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.qna .question span {
	border-radius:50px;
	padding:0 10px;
	text-align:center;
	font-size:20px;
	background-color:#0f82be;
	color:#fff;
	margin-right:10px;
}
.qna .answer {
	margin-left:62px;	
}
.apply-visa-img img {
	width:100%;
}