@import url("fontFace.css");

html {
    -webkit-text-size-adjust: none;
}
html * {max-height:1000000px;overflow-anchor: none;}
body { margin: 0; padding: 0; }

a { text-decoration: none !important; }
select {
    opacity: 1;
    background: transparent;
    border: none;
    outline: none;
    height: inherit;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size: 11px;
}
textarea { resize: none; }
input::-webkit-input-placeholder {  color: #007549; font-size: 40px; }
input::-moz-placeholder { color: #007549; font-size: 40px; }
input:-ms-input-placeholder { color: #007549; font-size: 40px; }
textarea::-webkit-input-placeholder {  color: #007549; font-size: 40px; }
textarea::-moz-placeholder { color: #007549; font-size: 40px; }
textarea:-ms-input-placeholder { color: #007549; font-size: 40px; }

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.inline { display: inline-block; }
.borderBottom { border-bottom: #b9b9b9 solid 1px; } 
.borderLeft { border-left: #b9b9b9 solid 1px; } 
.inlineBlock { display: inline-block; } 
.clear { clear: both; }
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fullWidth { width: 100%; }

.futurateeligconregular {
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
}

.myriadpro_regular {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.default_font_bold {
    font-family: arial, 'Microsoft JhengHei', sans-serif, simsun;
    font-weight: bold;
}

.noEn { 
    font-family: 'Microsoft JhengHei', sans-serif, simsun !important;
}

#headerWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 132px;
}

.nav .btn {
    padding: 0;
    border: 0;
}

.nav #navbar {
    padding-right: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.21);
}

#navbar .navbar-right .shop{position: relative;}
#navbar .navbar-right .shop .txt{position:absolute;bottom:13px;left:50%;transform: translateX(-50%);color:white;font-size:18px;}

.navbar-custom {
    background-color: #007549;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
    background-color:white;
}

#navbar ul a {
    padding: 0;
    margin: 0;
    border-right:1px solid white;
}

#navbar ul a#menuButton{background-color:white;}

.navbar-header img {
    margin: 16px 0 14px 18px;
}

#navbar ul img {
    height: 132px;
}

#menuContainer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#menuContainer li { list-style-type: none; }

#menuHeader {
    border-bottom: #b9b9b9 solid 1px;
}

#menuHeader img.menuLogo {
    height: 30px;
}

.menuItem {
    border-bottom: #b9b9b9 solid 1px;
    height: auto;
    padding: 13px 24px;
}

.menuItem a,.menuItem div {
    display: block;
    position: relative;
    width: 100%;
    padding: 3px 5px;
    height: 109px;
}

.secondMenu {
    padding: 0px 0 5px 65px;
}

.subMenuItem {
    height: 94px;
    line-height: 94px;
    padding-left: 100px;
}

.subMenuItem:first-child {
    height: 73px;
    line-height: 73px;
}

.subMenuItem a {
    color:  #007549;
    font-size: 44px;
    text-align: left;
}

.subMenuItem > a {
	color: #007549;
	padding: 0px 5px 10px 16px;
}

#menuLang {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 59px 0;
    height: 192px;
    padding-right: 10px;
}

#menuLang img {
    padding: 0 18px;
}

.btnLang {
    margin: 7px;
}

.icon-open {
    background-image: url("../images/nav/menu_open.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-top: 35px;
    margin-right: 7px;
}

.icon-close {
    background-image: url("../images/nav/menu_close.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-top: 35px;
    margin-right: 7px;
}

.icon-go {
    background-image: url("../images/nav/menu_arrow.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-top: 38px;
    margin-right: 5px;
}

.menuIcon {
    border-right: #b9b9b9 solid 1px;
    padding-right: 20px;
    margin-bottom: 23px;
}

.menuTitle {
    margin-left: 25px;
    font-size: 42px;
    height: 100%;
    text-align: left;
    line-height: 103px;
    margin-top: 3px;
    display: inline-block;
    color:  #444444;
}

.menuItem .active .icon-open {
    display: inline-block;
}

.menuItem .inactive .icon-open {
    display: none;
}

.menuItem .active .icon-close {    
    display: none;
}

.menuItem .inactive .icon-close {
    display: inline-block;    
}



#btnCloseMenu {
    padding: 36px;
    margin-top: 7px;
    margin-bottom: 7px;
}

#bannerContainer {
  position: relative;
}

#banner {
    width: 100%;
}

#socialShare {
    background-color: #007549;
    position: absolute;
    right: 0;
    bottom: 123px;
    height: 105px;
}

#socialShare .btn {
    background-color: transparent;
    border: 0;
    padding: 17px;
}

#socialShare img {
    /*width: 23px;*/
}

#socialBox {
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background-color: #007549;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
}

#socialBox {
    width: 0;
    height: 105px;
}

#socialBox.in {
    width: 409px;
}

#socialBox img {
    margin: -12px 0 0 19px;
}

#socialBox span {
    color: white;
    font-size: 32px;
    display: inline-block;
    padding-left: 29px;
    border-left: 1px white solid;
    height: 105px;
    line-height: 105px;
}

#contentWrapper {
    /*margin-top: 132px;*/
    font-size: 36px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    line-height: 50px;
}

#specialNotice {
    background-color: #007549; /*rgba(0, 158, 142, 0.9);*/
    width: 100%;
    min-height: 85px;
    padding: 15px 19px;
    color:  #ffffff;
}

#specialNotice td {
    vertical-align: top;
}

#specialNoticeTitle {
    background-color:  #ff7575;
    width: 252px;
    height: 54px;
    text-align: center;
}

#specialNoticeText {
    padding-left: 12px;
}

#featuredContainer {
    margin-top: 42px;
    margin-left: 12px;
    margin-bottom: 0;
    margin-right: 12px;
}

.featuredImage img {
    padding: 0 3px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#interactiveText {
    position: relative;
    top: 22px;
    color: #ffffff;
    z-index: 2;
    margin-left: 7px;
    line-height: 50px;
}

#interactiveText span {
    padding: 0;
    color: #007549;
    font-size: 50px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
}

.featuredImage {
    margin-left: 7px;
    margin-top: 20px;
}

.featuredDescription {
    padding-left: 0px;
    padding-right: 86px;
    color: #444444;
    text-align: left;
    margin-top: 15px;
    line-height: 46px;
}

#interactiveRow {
    position: relative;
    margin-top: 10px;
    margin-bottom: 37px;
    height: auto;
}

#interactiveRow img {
    width: 90%;
}

.interactiveContent {
    min-height: 67px;
}

#interactiveDetail {
    position: absolute;
    right: 29px;
    bottom: 10px;
    height: 78px;
    width: 15px;
    white-space: nowrap;
    line-height: 8px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    color: #007549;
    font-size: 60px;
}

#interactiveDetailStripe {
    background-color: #007549;
    height: 100%;
    width: 6px;
    padding-right: 0px;
    margin: 0px 0 0 7px;
    position: absolute;
    display: inline-block;
    bottom: 6px;
}

#interactiveDetailStripe {
    float: right;
}

#serviceUpdateTitleRow {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 114px;
    line-height: 25px;
    margin-bottom: 10px;

}

#serviceUpdateTitle {
    color: #007549;
    display: inline-block;
    vertical-align: middle;
    font-size: 80px;
    white-space: nowrap;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    margin-left: -4px;
    height: 114px;
    line-height: 114px;
    padding: 0 7px;
}

#serviceUpdateTitle:before {
    content: "|";
    margin: 0 -2px 0 0;
}

#serviceUpdateMore {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding: 0 7px;
    color: #007549;
    line-height: 114px;
    padding-right: 30px;
    height: 114px;
}

#serviceUpdate {
    padding-bottom: 90px;
}

.serviceUpdateRow1, .serviceUpdateRow2 {
    padding: 19px 15px 14px 15px;
    margin: 0 19px;
    color: #444444;
    font-weight: 400;
    text-align: left;
}

.serviceUpdateRow1 {
    background-color: #e9e9e9;
}

.serviceUpdateRow2 {
    background-color: #ffffff;
}

#titleContainer {
    padding: 3px 19px 3px 3px;
    height: 112px;    
}

.titleBorder {
    background-color: #007549;
    width: 8px;
    height: 65px;
    float: left;
    margin-left: 13px;
    /*margin-top: 7px;*/
    margin-top: 0px;
}

#titleContainer .leftItem {
    float: left;
}

.pageTitle {
    color: #007549;
    display: inline-block;
    vertical-align: middle;
    font-size: 80px;
    /*margin-top: 7px;*/
    margin-top: 0px;
    white-space: nowrap;
    /*line-height: 86px;*/
    line-height: 80px;
    margin-left: 15px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
}

.selectionDropDown {
    width: 454px;
    float: right;
    border: #b9b9b9 solid 1px;
    border-top: #007549 solid 4px;
    margin-top: 25px;
    color: #007549;
    padding: 0 3px 0px 25px;
    height: 88px;
}

.selectionDropDown .archiveImage {
    /*margin-top: -24px;*/
}

.selectionDropDown select {
    width: 70%;
    margin-left: 17px;
    color: #007549;
    padding-right: 17px;
    font-size: 36px;
}

.selectionDropDown .arrow {
    /*margin-top: -22px;*/
}

.archiveContent {
    margin-top: 37px;
    border: #b9b9b9 solid 1px;
    margin-left: 18px;
    margin-right: 20px;
}

.archiveContent table {
    width: 100%;
}

.archiveContent .even {
    background-color: rgba(231, 231, 231, 1);
}

.archiveContent .odd {
    background-color: white;
}

.archiveContent tr {
    height: 144px;
}

.archiveContent td {
    width: 90%;
    vertical-align: top;
    padding-left: 17px;
}

.archiveContent tr:not(:last-child) {
    border-bottom: #b9b9b9 solid 1px;    
}

.archiveContent td:first-child {
    padding: 5px;
    width: 90%;
    padding-left: 17px;
}

.archiveContent td:last-child {
    width: 10%;
    text-align: right;
    vertical-align: top;
}

.archiveContent .title {
    color: #414141;
    font-size: 40px;
}

.archiveContent .date {
    color:  #8e8e8e;
    font-size: 36px;
    letter-spacing: 1px;
}

.archiveContent .btnPlus img {
    /*width: 27px;*/
}

.paginationContainer {
    height: 210px;
}

.pageNav li {
    list-style-type: none; 
    display: inline-block;
    height: 210px;
    line-height: 210px;
}

.pageNav {
    font-size: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pageNav li{
    margin: 0 30px;
}

.pageNav li a{
    color: #414141;
}

.pageNav li a.selected{
    color:#007549;
}

.nextTramSection {
    padding-bottom: 45px;
}

.nextTramQuestion {
    padding: 51px 26px 5px;
}

.nextTramQuestion img {
    /*width: 36px;*/
}

.nextTramQuestion .title {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color: #004136;
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    padding-left: 41px;
    display: block;
    line-height: 48px;
}

.stepNumber {
    border-radius: 50%;
    border-width: 4px;
    border-color: #007549;
    border-style: solid;
    background-color: #007549;
    color: white;
    width: 89px;
    height: 89px;
    text-align: center;
    font-size: 57px;
    margin-top: 12px;
    line-height: 81px;
}

.stepContent {
    padding: 5px 17px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
}

.stepContent ul {
    padding-left: 15px;
}

.stepContent li {
    list-style-image: url('../images/nextTramPage/ic_listing.png');
    line-height: 46px;
    margin-left: 16px;
    padding-left: 15px;
}

.stepContent .title {
    display: inline-block;
    padding-left: 27px;
    margin-top: 32px; margin-left: 20px;
    color: #3e3e3e;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    line-height: 38px;
}

.stepContentImage {
    margin: 0px 43px;
    text-align: center;
}

.stepContentImage img {
    /*width: 103px;*/
}

#pressReleaseContent {
    position: relative;
    padding:22px;
}

#pressReleaseContent .title {
    width: 80%;
    color: #007549;
    font-size: 50px;
    text-align: left;
}

#pressReleaseContent .date {
    width: 90%;
    color:  rgba(65, 65, 65, 0.5);
    text-align: left;
}

#pressReleaseContent .desc {
    width: 100%;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #414141;
    text-align: left;
    margin-top: 45px;
}

#pressReleaseContent .desc p, #pressReleaseContent .desc span {
    width: 100% !important;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun !important;
    
    font-size: 36px !important;
    text-align: left !important;
    margin-top: 15px !important;
}

#pressReleaseContent .desc table tr td{
    font-size: 36px !important;
}

#pressReleaseContent .desc a {
    color:  #414141 !important;
}

#detailContent img, #detailContent table {
    width: 100% !important;
    height: auto !important;
    
}

#detailContent table, #detailContent tr, #detailContent td {
    border: 1px solid;
}

#careerList {
    width: 100%;
    padding: 0 19px;
    margin-top: 40px;
    margin-bottom: 55px;
}

#careerList ul {
    width: 100%;    
    padding: 0;
}

.careerContainer {
    width: 100%;
    border: #b9b9b9 solid 1px;
    margin-bottom: 13px;
}

.careerContainer .careerTitle {
    border-right: #007549 solid 9px;
    position: relative;
}

.careerTitle td:first-child {
    width: 138px;
}

.careerTitle td {
    vertical-align: top;
}

.careerTitle img.departmentImage {
    height: inherit;
    float: left;
}

.careerTitle .department {
    color:  #666666;
    line-height: 44px;
}

.departmentContent .line {
    color:  #b3b3b3;
    font-size: 28px;
    line-height: 2px;
}

.careerTitle .title {
    color: black;
    font-size: 36px;
    margin-top: 5px;
    display: inline-block;
}

.careerTitle .btnExpand {
    background-image: url("../images/aboutCareers/ic_expand.png");
    background-repeat: no-repeat;
    margin-top: 21px;
    width: 20px;
    height: 18px;
    margin-right: 12px;
}

.careerTitle .closeTitle {
    font-size: 22px;
    float: left;
    margin-top: 5px;
    margin-right: 9px;
    color: #007549;
}

.careerTitle .btnCollapse i {
    display: inline-block;
    background-image: url("../images/aboutCareers/ic_collapse.png");
    background-repeat: no-repeat;
    margin-top: 21px;
    margin-right: 12px;
    width: 16px;
    height: 17px;
}

.careerContainer .active .btnExpand, .careerContainer .inactive .btnCollapse, .productItem .active .btnExpand, .productItem .inactive .btnCollapse {
    display: inline-block;    
}

.careerContainer .inactive .btnExpand, .careerContainer .active .btnCollapse, .productItem .inactive .btnExpand, .productItem .active .btnCollapse {
    display: none;
}

.careerContainer table {
    width: 100% !important;
}

.careersContent {
    padding: 36px;
    color:  #3d3d3d;
}

.careersContent a {
	color: #007549;
}

.careersContent, .careersContent p, .careersContent span, .careersContent a {
    font-size: 36px !important;
    line-height: 55px !important;
}

.departmentContent {
    float: left;
    padding-left: 23px;
    padding-top: 16px;
}

.applyNow {
    margin-top: 50px;
}

.applyNow img {
    /*width: 80px;*/
}

.collapseBlock {
    display: inline-block;
}

#contactUsContent {
    padding: 56px 100px 25px 34px;
    margin-bottom: 77px;
}

#contactUsContent .section {
    color:  #3d3d3d;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

#contactUsContent .section:not(:last-child) {
    margin-bottom: 60px;
    line-height: 53px;
}

#contactUsContent .title {
    letter-spacing: 1px;
}

#contactUsContent a {
    text-decoration: underline !important;
    color: #3d3d3d;
}

.formTitleSection {
    background-color: #007549;
    width: 100%;
    height: 136px;
    padding: 0 7px 0 34px;
}

.formTitleSection img {
    margin-bottom: 29px;
}

.formTitleSection .formTitle {
    color: white;
    font-size: 50px;
    height: 140px;
    line-height: 140px;
    margin-left: 9px;
}

.formTitleSection .icon-open, .formTitleSection .icon-close {
    width: 79px;
    height: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 53px;
    position: absolute;
    right: 13px;
}

.formTitleSection .icon-open {
    background-image: url("../images/contactUs/ic_expand.png");
}

.formTitleSection .icon-close {
    background-image: url("../images/contactUs/ic_collapse.png");
}

.enquiryForm {
    margin-bottom: 18px;
}

.enquiryForm .active .icon-open, .enquiryForm .inactive .icon-close {
    display: inline-block;    
}

.enquiryForm .inactive .icon-open, .enquiryForm .active .icon-close {
    display: none;    
}

.formContent {
    padding: 32px 71px 13px 73px;
}

.formContent .inputField input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: inherit;
    background: transparent;
    padding: 0 26px;
    font-size: 40px;
    height: 117px;
    padding-top: 20px;
}

#previewInfo .inputField span {
    width: 100%;
    font-size: 40px;
    min-height: 117px;
}

.formContent .inputField {
    width: 100%;
    margin-bottom: 21px;
    height: 117px;
    border: #b9b9b9 solid 1px;
    clear: both;
    position: relative;
}

#previewInfo .inputField {
    height: auto;
    min-height: 117px;
    padding: 0 26px;
    padding-bottom: 10px;
}

#inviteFriendContainer .formContent .inputField {
    margin-bottom: 0;
}

#inviteFriendContainer .contactBlock div:last-child.inputField {
    border-top: none;
}

#inviteFriendContainer .contactBlock {
    margin-bottom: 20px;
}

.formContent select {
    color: #007549;
    padding: 0 26px;
    width: 100%;
    font-size: 40px;
    padding-top: 20px;
}

.formContent .inputTextArea {
    width: 100%;
    margin: 8px 0;
    height: 385px;
    border: #b9b9b9 solid 1px;
    position: relative;
    margin-bottom: 21px;
}

.inputField .inputTitle, .inputTextArea .inputTitle, .inputField .inputError, .inputTextArea .inputError,
.inputSelectGroup .inputError {
    color: #007549;
    font-size: 28px;
    position: absolute;
    top: 7px;
    left: 26px;
    display: none;
}

#previewInfo .inputField .inputTitle {
    display: block;
    position: relative;
    margin-top: 7px;
    top: 0;
    left: 0;
}

#previewInfo .inputField {
    margin-left: 0;
}

.inputCheckBox {
    border: none !important;
}

.inputCheckBox .inputError {
    color: red;
    font-size: 28px;
    top: 7px;
    display: none;   
}

.inputTextArea .inputTitle, .inputTextArea .inputError, .inputSelectGroup .inputError {
    top: 12px;
}

.inputField .inputError, .inputTextArea .inputError, .inputSelectGroup .inputError {
    color: red;
}

.formContent textarea {
    width: 100%;
    height: 385px;
    border: 0;
    background: transparent;
    padding: 48px 26px 10px 26px;
    font-size: 36px;
    margin-top: 9px;
}

.formContent .submitRow {
    height: 72px;
    margin-bottom: 36px;
}

.formContent .btnSubmit {
    background: #007549;
    border: 0;
    color: white;
    width: 401px;
    height: inherit;
    text-align: center;
}

.formContent .btnSubmit span {
    width: 80%;
    text-align: center;
    color: white;
    font-size: 45px;
    height: 72px;
    line-height: 72px;
    margin-left: -16px;
    letter-spacing: 2px;
}

.formContent .btnSubmit .submitIcon {
    float: left;
    margin-top: 10px;
    margin-left: 14px;
}

.formContent .btnSubmit .arrowIcon {
    float: right;
    margin-top: 18px;
    margin-right: 15px;
}

.formContent .loading{
    display:none;
}

.inputSelectGroup {
    position: relative;
    clear: both;
    margin-bottom: 21px;
    padding: 0px 13px;
    width: 100%;
    height: 234px;
    border: #b9b9b9 solid 1px;
    font-size: 14px;
    color: #007549;
}

.inputSelectGroup .inputSelect {
    border: #b9b9b9 solid 1px;   
    width: 23%;
    height: 103px;
    position: relative;
    display: inline-block;
}

.inputSelectGroup .separator {
    margin: 0px 15px;
    font-size: 48px;
}

.inputSelectGroup .inputSelect select {
    text-align: right;
    padding: 0 10px;
    color: #747474;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    padding-left: 36px;
}

.inputSelectGroup .inputSelect img {
    bottom: 45px;
    right: 23px;
}

.inputSelectGroup .lossOfTimeTitle {
    margin: 31px 0;
    color: #007549;
    padding: 0 15px;
    font-size: 40px;
}

.inputSelect img {
    position: absolute;
    right: 49px;
    bottom: 40px;
}

.mandatoryText {
    font-size: 20px;
    color: #909090;
    float: right;
    margin-right: 5px;
    margin-bottom: 20px;
    font-size: 36px;
}

.errorMsg, .errorMsg ul {
    color: red;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.errorMsg ul {
    margin-top: 7px;
}

#lostForm {
    margin-top: 10px;
}

#shopList {
    position: relative;
    width: 100%;
    padding: 0 16px;
    margin-top: 8px;
    margin-bottom: 149px;
}

#shopList table {
    width: 100%;
}

#shopList td {
    vertical-align: top;
}

#shopList td a {
    color: #444444;
}

.shopContent {
    border: 1px #d7d7d7 solid;
    padding: 11px 0 0 0;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    font-size: 36px;
    margin-bottom: 16px;
}

.shopContent .metadata {
    padding: 0 0 0 19px;
    line-height: 63px;
}

.shopContent .metadata span {

    margin-left: 10px;
    max-width: 88%;
}

.shopContent .title {
    font-size: 60px;
    color: #007549;
}

.shopContent table {
    width: 100%;
}

.shopContent .web, .shopContent .email, .shopContent .phone {
    margin-left: 10px
}

.shopLocation {
    position: relative;
    margin-top: 25px;
    min-height: 156px;
    border-right: #007d70 7px solid;
    line-height: 48px;
    padding-left: 18px;
}

.shopLocation img {
    margin-top: -6px;
}

.shopLocation span {
    display: inline-block;
    margin-left: 25px;
}

.shopLocation .moreIcon {
    position: absolute;
    right: 8px;
    top: -11px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    font-size: 60px;
    color:  #007549;
}

#shopList .shopLocation td:first-child {
    width: 3%;
}

#shopList td:first-child {
    width: 409px;
    padding-left: 11px;
}

#shopList .shopImage img {
    width: 100%;
}

#routeSection {
    width: 100%;
    height: 117px;
    padding: 0 13px 0 16px;
}

.backButton {
    display: inline-block;
    color:  #007549;
    margin-top: 31px;
}

.backButton img {
    margin-top: -3px;
}

#souvenirsMap {
    width: 100%;
    height: 125px;
    zoom: 200%;
}

#shopDetail {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #444444;
    padding: 0 24px;
    margin-top: 17px;
    margin-bottom: 30px;
}

#shopDetail a {
    color:  #444444;
}

#shopDetail td {
    vertical-align: top;
}

#shopDetail td:first-child {
    width: 30px;
}

#shopDetail td:last-child {
    padding-left: 30px;
    padding-top: 2px;
}

#souvenirList {
    padding: 0 29px;
    width: 100%;
}

#souvenirList table {
    width: 100%;
}

.productItem {
    position: relative;
    border-width: 1px;
    border-color:  #e1e1e1;
    border-style: solid;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #08514b;
    margin-bottom: 63px;
}

.productItem .productImage img {
    width: 100%;
}

.productMetaData {
    position: relative;
    padding-left: 29px;
    border-right: 7px solid #007d70;
}

.productMetaData .moreIcon {
    position: absolute;
    right: 8px;
    top: -11px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    font-size: 60px;
    color:  #007549;
}

.productMetaData .lessIcon {
  position: absolute;
  right: 17px;
  top: -17px;
  font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
  font-size: 82px;
  color: #007549;
}

.productMetaData .desc {
    margin-top: 10px;
    padding-bottom: 15px;
    padding-right: 40px;
}

.productMetaData .desc p {
    margin-bottom: 0 !important;
}

.productMetaData .title {
    margin-top: 30px;
}

#introContainer {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #444444;
    line-height: 55px;
    text-align: center;
    padding: 0 20px;
    margin-top: 27px;
    margin-bottom: 76px;
}

.yearContainer {
    text-align: center;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    color:  #ffffff;
    font-size: 117px; 
    padding-left:83px;
    padding-right: 54px;
    padding-bottom: 100px;
}

.yearContainer .yearBlock {
    background: url("../images/aboutMilestone/bg_year.png");
    width: 212px;
    height: 212px;
    text-align: center;
    display: inline-block;
    margin-right: 73px;
    margin-bottom: 45px;
}

.yearItem .icon-close {
    background-image: url("../images/aboutMilestone/ic_close.png");
    background-repeat: no-repeat;
    width: 79px;
    height: 40px;
    margin-top: 87px;
    margin-right: 59px;
}

.yearItem .icon-open {
    background-image: url("../images/aboutMilestone/ic_open.png");
    background-repeat: no-repeat;
    width: 79px;
    height: 40px;
    margin-top: 87px;
    margin-right: 59px;
}

.yearItem .active .icon-open {
    display: inline-block;
}

.yearItem .inactive .icon-open {
    display: none;
}

.yearItem .active .icon-close {    
    display: none;
}

.yearItem .inactive .icon-close {
    display: inline-block;    
}

.yearButton {
    position: relative;
    height: 203px;
    border-top: #007549 1px solid;
    padding-left: 61px;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
}

.yearButton .yearTitle {
    color: #007549;
    font-size: 117px;
    height: 203px;
    line-height: 203px;
    display: inline-block;
}

.yearBlock .value {
    text-align: center;
    margin-top: 83px;
    display: inline-block;
}

#storyContent {
    /*padding-left:83px;
    padding-right: 54px;*/
}

.yearContent .timeline {
    border-left: #006b60 6px solid;
    margin-left: -22px;
}

.yearContent .midline {
    background: url("../images/aboutMilestone/ic_mid.png");
    width: 69px;
    height: 22px;
    display: inline-block;
    margin-left: -98px;
}

.yearContent .timeline .list li {
    list-style: circle;
}

.yearContent .end {
    background: url("../images/aboutMilestone/ic_time_head_tail.png");
    width: 36px;
    height: 37px;
    display: inline-block;
}

.yearContent .head {
    position: absolute;
    left: -21px;
    top: -33px;
}

.yearContent .tail {
    position: absolute;
    left: -21px;
    top: 33px;
}

.yearContent .time {
    background: url("../images/aboutMilestone/bg_year_small.png");
    width: 101px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -46px;
}

.yearContent .time div {
    text-align: center;
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    color: #ffffff;
    font-size: 48px;
    margin-left: -20px;
    margin-top: 20px;
}

.yearContent .text {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #444444;
    display: inline-block;
    text-align: left;
    margin-left: -46px;
    line-height: 55px;
    padding-bottom: 42px;
    font-size: 36px;
}

#interactiveMap {
    height: 768px;
    position: relative;
}

#interactiveMap #locationBlock {
    height: 117px;
    padding-left: 16px;
    padding-right: 20px;
    width: 100%;
    position: absolute;
    top: 28px;
    left: 0;
}

#locationBlock > div {
    float: left;
}

#interactiveMap #search {
    height: 117px;
    background-color: white;
    width: 85%;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.9);
}

#pac-input {
    width: 82%;
    height: 117px;
    color: #656565;
    padding-left: 24px;
    background: white;
    background-image: url("../images/routeMaps/bg_search2.png");
    background-repeat: no-repeat;
    border: 1px solid #b9b9b9;
    margin-top: 29px;
    background-position-x: 100%;
    padding-right: 136px;
    margin-left: 0;
    font-size: 36px;
    left: 2% !important;
    position: relative !important;
}

.pac-item {
    height: 70px;
    font-size: 36px;
}

.pac-matched, .pac-item-query {
    font-size: 36px;
    line-height: 70px;
}

.pac-icon {
    background-image: none !important;
}


#selfLocation {
    position: absolute;
    top: 29px;
    right: 21px;
}

#search img {
    float: right;
    margin-top: 27px;
    margin-right: 27px;
}

#selectionContainer {
    padding: 3px;
    margin-bottom: 69px;
    margin-top: 25px;
}

#selectionContainer .titleBorder {
    background-color: #007549;
    width: 8px;
    height: 37px;
    float: left;
    margin-left: 13px;
    margin-top: 21px;
}

#selectionContainer .leftItem {
    height: 92px;
}

#selectionContainer .selectorTitle {
    color: #007549;
    display: inline-block;
    vertical-align: middle;
    font-size: 42px;
    margin-top: 7px;
    white-space: nowrap;
    line-height: 70px;
    letter-spacing: 1px;
    margin-left: 15px;
}

#selectionBox {
    height: 315px;
    background: #007549;
    margin: 0 8px;
    margin-top: -2px;
    margin-bottom: 22px;
}

.boundSelection {
    height: 136px;
    color: white;
    text-align: center;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.boundSelection a {
    color: white;
    height: 136px;
}

.boundSelection a > div {
    height: 136px;
}

.boundSelection .notSelected {
    background-color: #1f252d;
}

.boundSelection img {
    margin-left: -13px;
}

.boundSelection .title {
    font-size: 40px;
    margin-left: 5px;
    margin-top: 21px;
    display: inline-block;
}

.boundSelection .subtitle {
    font-size: 32px;
    margin-top: -5px;
    display: inline-block;
}

#selectDropDown {
    padding: 0 22px;
    background: white;
    height: 117px;
    margin: 0 21px;
    margin-top: 26px;
}

#selectDropDown img {
    margin-left: 13px;
}

#selectDropDown select {
    padding: 0 22px;
    background: transparent;
    height: 117px;
    color: #007549;
    font-size: 40px;
    width: 88%;
}

.mapFile {
    color: #444444;
    margin: 0 0 55px 0;
    padding: 0 47px;
}

.mapFile table tr td:first-child {
    width: 90%;
}

#bookIntro {
    padding: 39px 33px 42px 33px;
    color:  #3d3d3d;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.bookHeader {
    position: relative;
}

.bookHeader td {
    position: relative;
}

#tramTable, .bookTable {
    position: relative;
    height: 172px;
    width: 100%;
}

#tramTable td, .bookTable td {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color: #ffffff;
    width: 25%;
    background-color: #404a58;
    height: 172px;
    text-align: center;
    padding: 0 25px;
    line-height: 43px;
}

#tramTable .selectedArrow, .bookTable .selectedArrow {
    display: none;
    position: absolute;
    text-align: center;
    left: 44%;
    bottom: -16px;
}

#tramTable .selected .selectedArrow, .bookTable .selected .selectedArrow {
    display: block;
}

#tramTable td.selected, .bookTable td.selected {
    background-color: #007549;
}

#tramTable td:not(:first-child), .bookTable td:not(:first-child) {
    border-left:1px solid #ffffff;
}

#tramTable td span {
    display: inline-block;
    margin-top: 10px;
}

.tabContent .borderLeft,  .bookTableContent .borderLeft {
    border-left: solid 1px #bcbcbc;
}

.tabContent .borderTop,  .bookTableContent .borderTop {
    border-top: solid 1px #bcbcbc;
}

.tabContent .borderBottom,  .bookTableContent .borderBottom {
    border-bottom: solid 1px #bcbcbc;
}

.chartHeader, .chartHeaderSubmit {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    min-height: 161px;
    padding: 34px 35px;
    color:  #3e3e3e;
}

.priceTable td {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color: #3e3e3e;
    line-height: 43px;
    text-align: center;
    /*padding: 0 5px;*/padding: 0 10px;
}

.priceTable .tramRow {
    height: 327px;
}

.priceTable .tramImage {
    width: 177px;
}

.priceTable .moneyText {
    height: 120px;
    background-color: #dfdfdf;
}

.moneyText span {
    display: inline-block;
    margin-left: 10px;
}

.priceTable .day {
    height: 226px;
}

.priceTable .capacity {
    height: 226px;
}

.priceTable .rowHeader {
    background-color: rgba(219, 219, 219, 0.9);
    padding: 0 5px;
}

.tramCharterNotice, .tramCharterNoticeSubmit {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #3e3e3e;
    font-size: 40px;
    padding: 51px 34px;
}

.careerContainer {
    list-style-type: none;
}

.tramCharterNotice li, .tramCharterNoticeSubmit li, .careerContainer li {
    list-style-image:url('../images/tramCharters/ic_disc.png');
    margin-left: 26px;
}

.tabContent {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.tabContent .socialFacebook {
    position: relative;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    background-image: url("../images/tramCharters/ic_facebook.png");
    background-repeat: no-repeat;
    border-top: #b9b9b9 solid 1px;
    height: 121px;
    padding-left: 150px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 38px;
}

.tabContent #remark {
    /*position: absolute;
    right: 35px;
    top: 0;*/
    text-align: left;
    color: #007549;
    font-size: 40px;
    line-height: 50px;
    padding: 30px 30px;
}

.tabContent .socialFacebook .question {
    color: #007549;
}

.tabContent .socialFacebook .text {
    color: #3e3e3e;
}

#bookbuttonBlock {
    width: 100%;
    height: 155px;
    background-color: #151d27;
    text-align: center;
    padding-top: 26px;
    position: fixed;
    bottom: 0;
}

#bookbuttonBlock .disable {
    background-color: #969696;
}

.bookButton {
    width: 562px;
    height: 103px;
    background-color: #007549;
    text-align: center;
    display: none;
}

#bookbuttonBlock .selected {
    display: inline-block;
}

#bookbuttonBlock #submitButton {
    width: 398px;
    height: 104px;
    background-color: #007549;
    color: white;
    float: right;
    font-size: 45px;
    line-height: 104px;
    margin-right: 14px;
}

#bookbuttonBlock #submitButton img {
    float: right;
    margin-top: 36px;
    margin-right: 48px;
}

#bookbuttonBlock #submitButton .title {
    display: inline-block;
    text-align: center;
    margin-left: 65px;
}

.bookButton img {
    vertical-align: inherit;
    margin: 0 24px;
}

.bookButton .title {
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    height: 103px;
    line-height: 103px;
    font-size: 54px;
    color: white;
}

#stepContainer {
    width: 100%;
    position: relative;
    padding: 40px 0;
}

#stepContainer #step {
    width: 950px;
    height: 52px;
    background: url("../images/tramCharters/step.png");
    margin: 0 auto;
    font-size: 22px;
    color: #007549;
    position: relative;
}

#stepContainer #step div {
    position: absolute;
}

.bookTableContent {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.bookHeader .bookTable td {
    width: 50%;
}

.bookTable td span {
    display: inline-block;
    margin-top: 25px;
}

.bookDate, .bookTime {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    padding: 0 35px;
    color: #007549;
}

.bookDate span, .bookTime span {
    color: #8c8c8c;
}

.bookDate input {
    height: 132px;
    padding-left: 20px;
    border: 0;
}

.bookDate .archiveImage {
    margin-left: 26px;
}

.bookDate .inputBox {
    border: 1px solid #007549;
}

.bookTime {
    margin-top: 20px;
}

.bookCharter {
    margin-top: 30px;
    width: 100%;
}

.bookCharter td {
    width: 13.8%;
    height: 170px;
}

.bookCharter td.timeSlot {
    width: 31%;
    font-weight: bold;
    box-shadow: 6px 0px 5px -5px #888;
    color: #3e3e3e;
}

.bookCharter .content {
    height: 150px;
}

.tabContent .available {
    font-family: "futura-pt-condensed", '___futurateeligconregular', 'Microsoft JhengHei', sans-serif, simsun;
    color: #007549;
    font-size: 66px;
    text-align: center;
}

.tabContent .unavailable { background-color:#eeeeee; }
.tabContent .reserved { background-color:#404a58; }
.tabContent .notApplicable { background-color:#7b8ca4; }
.tabContent .selected {background-color:#007549; }

#noteContainer {
    padding: 0 30px;
}

#bookNote {
    width: 100%;
    margin-top: 56px;
}

#bookNote td {
    height: 90px;
}

#bookNote span {
    display: inline-block;
}

#bookNote .icon {
    border: 1px solid #b2b2b2;
    width: 54px;
    height: 42px;
    vertical-align: middle;
}

#bookNote .text {
    margin-left: 24px;
    color: #3e3e3e;
    height: 63px;
    line-height: 63px;
}

.bookedTramAmend {
    width: 100%;
    height: 121px;
    line-height: 121px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    background-color: rgba(55, 55, 55, 0.9);
    padding: 0 35px;
    color: white;
}

.bookedTramAmend a {
    color: white;
}

.bookedTramAmend img {
    margin-right: 14px;
}

.bookedTramAmend .separator {
    width: 1px;
    height: 26px;
    background-color: white;
    margin: 0 23px;
    display: inline-block;
    margin-top: 45px;
}

.tramInfo {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    width: 100%;
    height: 291px;
    padding: 68px 74px;
    font-size: 42px;
}

.tramInfo td:not(first-child) {
    margin-left: 89px;
}

.tramInfo td .tramTitle {
    color: #444444;
}

.tramInfo td .tramPrice {
    color: #007549;
}

.bookedInfo, .grandTotal {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    width: 100%;
    color: #3e3e3e;
}

.bookedInfo td, .grandTotal table td {
    width: 71%;
    padding-left: 94px;
    height: 100px;
}

.bookedInfo td:first-child, .grandTotal table td:first-child {
    width: 29%;
    padding-left: 58px;
    background: rgba(215, 215, 215, 0.56);
}

.bookedInfo td.value.discount {
    color: #ff5857;
}

.bookedInfo .borderTop {
    border-top: solid 1px #bcbcbc;
}

#formInfo .discount-section-wrapper{margin: 0px 50px 50px 50px;}
#formInfo .discount-section-wrapper > h3{padding: 25px 0px;color: #444444;font-weight: 400;position: relative;font-size: 38px;line-height: 80px;}
#formInfo .discount-section-wrapper > h3 > a{display: inline-block;vertical-align: top;background-repeat: no-repeat;background-position: left top;background-image: url(../images/souvenirs/btn-shipping.png);width: 80px;height: 80px;}
#formInfo .discount-section-wrapper > h3 > a:hover{background-position: left bottom;}
#formInfo .discount-section-wrapper > h3 .tag{position: absolute;bottom: 100%;left: 0px;border: 9px solid #007549;padding: 66px;background-color: #ffffff;width: 804px;opacity: 0;z-index: -1;}
#formInfo .discount-section-wrapper > h3 .tag > div{margin-top: 70px;}
#formInfo .discount-section-wrapper > h3 .tag > div:first-child{margin-top: 0;}
#formInfo .discount-section-wrapper > h3 .tag > div p{line-height: 51px;}
#formInfo .discount-section-wrapper > h3 .tag > div p span{color: #444444;}
#formInfo .discount-section-wrapper > h3 .tag p.caption{line-height: 51px;color: #bbbbbb;margin-top: 66px;}
#formInfo .discount-section-code > div{position:relative;}
#formInfo .discount-section-code > div input[name=discountCode] {width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; height: inherit; background: transparent; padding: 0 130px 0 26px; font-size: 50px;font-weight: bold; height: 117px; border: #b9b9b9 solid 1px;color: #007549;}
#formInfo .discount-section-code > div input[name=discountCode]::-webkit-input-placeholder {font-weight:normal;font-size: 40px;}
#formInfo .discount-section-code > div input[name=discountCode]:-moz-placeholder {font-weight:normal;font-size: 40px;}
#formInfo .discount-section-code > div input[name=discountCode]::-moz-placeholder {font-weight:normal;font-size: 40px;}
#formInfo .discount-section-code > div input[name=discountCode]:-ms-input-placeholder {font-weight:normal;font-size: 40px;}
#formInfo .discount-section-code > div button{background-color: #007549;display: inline-block;text-align: center;color: #ffffff;font-size: 40px;line-height: 117px;padding: 0 30px;border: 0;cursor: pointer;position: absolute;right: 0;top: 0;}
#formInfo .discount-section-code > div button.discountCancelBtn{color: #007549;background: transparent none;display: none;font-size: 40px;}

.grandTotal {
    color: white;
    background-color:  #007549;
}

.grandTotal table {
    width: 100%;
}

.grandTotal table td {
    height: 109px;
}

.grandTotal table td:first-child {
    background-color:  #007549;
}

.formContent {
    padding: 42px 88px 42px 57px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    width: 100%;
}

.formContent .hiretitleBorder {
    background-color:  #007549;
    width: 7px;
    height: 44px;
    margin-right: 18px;
    display: inline-block;
}

.formContent .hireTitle {
    font-size: 42px;
    color: #3e3e3e;
    display: inline-block;
}

.formContent .mandatory {
    color: #909090;
    display: inline-block;
}

.newsFrom {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
    color: #3e3e3e;
    margin: 30px 0;
    display: inline-block;
}

.radioList {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
    color: #747474;
}

.radioList label {
    font-weight: normal;
    max-width: 100%;
    margin: 15px 0px;

}

#formInfo .radio {
    background: url("../images/tramCharters/ic_radio_list.png");
    width: 32px;
    height: 32px;
    margin-right: 47px;
    float: left;
    margin-top: 5px;
}

#formInfo input[type="radio"]:checked {
    /*background: url("../images/tramCharters/ic_radio_selected.png");*/
}

.termsContainer {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
}

.termsContainer span {
    padding: 0;
    background-image: url("../images/tramCharters/btn_checkbox.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    width: 115px;
    height: 115px;
}

.termsContainer p {
    margin-left: 19px;
    display: inline-block;
    line-height: 45px;
    width: 78%;
    height: 115px;
    margin-top: 21px;
    color: #3d3d3d;
}

.termsContainer p a { 
    color: #007549;
}

#previewInfo .termsContainer p {
    width: 100%;
}

.applyButton {
    background-color:  #007549;
    width: 260px;
    height: 72px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
    color:  #ffffff;
    font-weight: 300;
    display: block;
    text-align: center;
}

.previewButton {
    background-color:  #007549;
    width: 484px;
    height: 104px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
    color:  #ffffff;
    font-size: 40px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.previewButton span {
    display: inline-block;
    height: 104px;
    line-height: 104px;
    margin-top: 5px;
    color: white;
}

.costContainer .previewButton {
}

#reservedContainer {
    margin: 0 19px;
    margin-top: 33px;
    height: 114px;
    border-top: 2px solid #007549;
    border-bottom: 2px solid #007549;
    font-size: 50px;
    text-align: center;
    color: #007549;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;    
}

#reservedContainer span {
    margin-left: 8px;
    height: 114px;
    line-height: 114px;
}

#reservedContainer img {
    margin-bottom: 8px;
}

#bookingNumberContainer {
    width: 100%;
    height: 133px;
    padding: 0 31px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #3e3e3e;
    line-height: 133px;
}

.reservedDetail {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    width: 100%;
    height: 121px;
    background: rgba(55, 55, 55, 0.9);
    line-height: 121px;
    padding: 0 35px;
}

.reservedDetail .title {
    color: white;
}

.bookedTramAmend .type {
    /*color: #007549;*/
}

.addMoreButton {
    font-size: 39px;
    height: 72px;
    line-height: 72px;
    margin-top: 30px;
}

.addMoreButton a {
    color: #007549;
}

.addMoreButton span {
    margin-left: 25px;
}

#addFriendBlock .removeButton {
    position: absolute;
    top: 40px;
    right: 25px;
}

#inviteFriendContainer .sendButton, #inviteFriendContainer .previewButton {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #ffffff;
    width: 49%;
    height: 72px;
    background: #007549;
    text-align: center;
}

#disclaimerContainer, #privacyPolicyContainer {
    padding: 46px 44px;
}

#disclaimerContainer ol li, #privacyPolicyContainer ol li{  
    margin-bottom:28px; 
    padding-left:10px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    color:  #444444;
    font-weight: 400;
    line-height: 42px
}

#privacyPolicyContainer ol{padding-left:0px;counter-reset: item;list-style-type: none;}
#privacyPolicyContainer ol li{padding-left:60px;position:relative;}
#privacyPolicyContainer ol li::before{
    content: counters(item, ".") "."; counter-increment: item;
    position:absolute;left:0;top:0;
}
#privacyPolicyContainer ol.roman li::before{
    content: "(" counter(item, lower-roman) ")"; counter-increment: item;
}
#privacyPolicyContainer ol li ol{padding-left:0;padding-top:28px;}
#privacyPolicyContainer ol li ol li{padding-left:80px;}
#titleContainer.borderTop{border-top: #b9b9b9 solid 1px;padding-top:25px;}

#descriptionContainer {
    color:  #3d3d3d;
    font-weight: 400;
    line-height: 53px;
    text-align: left;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
    padding: 0 23px;
    padding-top: 33px;
}

#descriptionContainer table {
    width: 100%;
    margin-top: 40px;
}

#descriptionContainer table td {
    width: 50%;
    vertical-align: top;
}

.orderContainer {
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

.orderContainer .title {
    font-family: Arial;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 36px;
    margin-top: -20px;
    padding-left: 18px;
    padding-top: 50px;
    background: url("../images/4DayPass/bg_order_form.png");
    height: 174px;
    background-repeat: no-repeat;
}

.orderForm {
    width: 100%;
    padding: 54px 44px;
    padding-bottom: 10px;
}

.orderForm .dateSelection {
    position: relative;
    height: 117px;
    margin-bottom: 22px;
}

.orderForm .dateSelection img {
    position: absolute;
    top: 25px;
    left: 15px;
}

.orderForm .dateSelection input {
    width: 45%;
    height: 117px;
    border: #b9b9b9 solid 1px;
    border-top: #007549 solid 4px;
    padding-left: 10%;
}

.orderForm .dateSelection input .startdate {
    font-family: Arial;
    color:  #007549;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
}

.orderForm .dateSelection div {
    display: inline-block;
    height: 117px;
    margin: 0px 20px;
    font-family: Arial;
    color:  #909090;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
}

.orderForm .sub {
    position: absolute;
    top: 40px;
    right: 21px;
    font-family: Arial;
    color:  #909090;
    font-size: 30px;
    font-weight: 400;
}

.deliveryContainer {
    font-family: Arial;
    color:  #3d3d3d;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    line-height: 90px;
}

.deliveryContainer .mandatory {
    float: right;
    margin-top: 0;
    font-size: 36px;
}

.chargeText {
    font-family: Arial;
    color:  #909090;
    font-size: 26px;
    font-weight: 400;
}

.costContainer {
    padding: 16px 61px;
    font-family: Arial;
    color:  #007549;
    font-weight: 400;
    line-height: 39px;
    padding-bottom: 0;
}

.costContainer .totalText {
    margin: 25px 0;
}

.costContainer .line {
    height: 1px;
    width: 100%;
    background-color:  #007549;
}

.costContainer table {
    width: 100%;
}

.costContainer table td {
    text-align: right;
    padding: 13px 0;
}

.costContainer table td:first-child {
    width: 70%;
}

.orderNumber {
    padding: 0 44px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#siteMapContainer {
    padding: 39px 49px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;
}

#siteMapContainer .title,  #siteMapContainer .subtitle{
    margin: 25px 0;
    height: 56px;
    line-height: 56px;
}

#siteMapContainer .title {
    border-left: 2px solid #007549;
    padding-left: 27px;
    color: #444444;
}

#siteMapContainer .subtitle {
    padding-left: 87px;
    color: #007549;
}

#siteMapContainer .title a {
    color: #444444;
}

#siteMapContainer .subtitle a {
    color: #007549;
}

.imageAttrContainer {
    padding: 50px 41px;
    line-height: 50px;
    font-family: "myriad-pro", '___myriadpro_regular', arial, 'Microsoft JhengHei', sans-serif, simsun;   
}

.imageAttrContainer > div {
    margin-bottom: 50px;
}

.imageAttrContainer li {
    list-style-image:url('../images/imageAttribution/ic_disc.png');
    padding-left: 25px;
    margin-bottom: 40px;
}

.imageAttrContainer li a {
    color: #0087ee;
    text-decoration: underline !important;
}

#footerWrapper {
    clear: both;
    padding: 0;
}

#footerWrapper #socials {
    border-top: #b9b9b9 solid 1px;
    padding: 64px 23px 21px 20px;
    /*height: 224px;*/
}

#socials li, #socials ul {
    margin: 0;
    padding: 0;
}

#socials li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 23px;
}

#socials li div {
    width: inherit;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#socials ul {
    text-align: center;
}

.socialIcon {
    /*width: 30px;*/
}

.storeIcon {
    /*width: 62px;*/
}

#footerWrapper .aCenter {text-align:center;}
#footerWrapper .aCenter img{margin:40px 0 50px 0;}

#footerWrapper #companyInfo {
    border-top: #b9b9b9 solid 1px;
    text-align: left;
    background: #dfdfdf;
    padding: 10px 40px;
    font-size: 36px;
}

#footerGoTop {
	position: fixed;
	right: 0;
	bottom: 80px;
	background: url(../images/alongTramTracks/arrow_up.png) center;
	width: 108px;
	height: 103px;
	display: none;
	z-index: 1000000;
}