.responsive_container {
	margin-top: 20px;
	min-height: 680px;
}

body {
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	scroll-behavior: smooth;
}

html, body {
	height: 100%;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}

ul {
	list-style: none;
}

.panel-container {
	margin-top: 0;
}

/* ABOVE CSS NOT USE IN PRODUCTION FOR MOCKUP ONLY */

.locationWrapper {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}

.locationPhotoBox {
	width: 112px;
	display: inline-block;
	border: 1px solid #E6E8E9;
	margin: 1px;
	overflow: hidden;
}

.locationPhotoBox img {
	width: 100%;
	display: block;
	vertical-align: middle;
}

.locationPhotoBox img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.locationPhotoCaption {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #555;
	text-align: center;
	padding: 5px 0;
}

/* CARD */

.card_table {
	width: 100%;
	background: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
}

.card_cell {
	width: 33%;
	padding: 8px;
	margin-bottom: 6px;
	background: #FFF;
	border: 1px solid #C9C9C9;
	cursor: pointer;
	position: relative;
}

.card_title {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	padding-bottom: 7px;
	position: relative;
}

.card_title:hover {
	color: #0099FF;
}

.card_arrow {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-bottom: 5px;
}

.card_arrow img {
	height: 16px;
}

.card_image {
	width: 100%;
	margin-bottom: 5px;
}

.card_image img {
	width: 100%;
}

a > .card_button {
	width: 33.33%;
	display: inline-block;
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.card_button:hover {
	color: #0099FF;
}

.rightBorder {
	border-right: 1px solid #EEE;
}

.bottomBorder {
	border-bottom: 1px solid #EEE;
}

a > .full {
	width: 100%;
}

a > .twoThird {
	width: 66.66%;
}

/*  --- PRODUCT LIST --- */

.searchResultContainer {
	width: 100%;
	background: #f5f5f5;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.searchResultDiv {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: #FFF;
	border: 1px solid #E9E9E9;
	border-bottom: 1px solid #D2D2D2;
	margin: 5px 0 20px 0;
	padding: 10px;
	position: relative;
	opacity: 0;
	-webkit-animation: fadeIn 0.9s 1;
	animation: fadeIn 0.9s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.searchResultDiv:nth-child(5n+1) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.searchResultDiv:nth-child(5n+2) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.searchResultDiv:nth-child(5n+3) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.searchResultDiv:nth-child(5n+4) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.searchResultDiv:nth-child(5n+5) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.searchResultDiv:nth-child(5n+6) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.searchResultDiv:nth-child(5n+7) {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.searchResultDiv:nth-child(5n+8) {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.searchResultDiv:last-of-type {
	margin: 5px 0 10px 0;
}

/* Animation steps */

@-webkit-keyframes fadeIn {
0% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}

@keyframes fadeIn {
0% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}

.searchResultDiv > .left {
	width: 23%;
	display: table-cell;
	vertical-align: top;
}

.searchResultDiv > .right {
	display: table-cell;
	width: 77%;
	vertical-align: top;
}

.searchResultDiv > .left img {
	width: 93%;
}

.searchResultDiv > .right .content {
	width: 80%;
	float: left;
	cursor: pointer;
	padding: 5px 0 0 0;
}

.searchResultDiv > .right .ranking {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 108px;
	float: right;
	text-align: center;
	height: 108px;
	margin: 0 0 8px 0;
	color: #036EB8;
	position: relative;
}

.searchResultDiv > .right .ranking div span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 2;
}

.searchResultDiv > .right .ranking div.noRank span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 108px;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 2;
}

.searchResultDiv > .right .ranking img {
	width: 80px;
	position: absolute;
	left: 14px;
	top: 3px;
	z-index: 1;
}

.searchResultDiv .title > .info {
	font-size: 17px;
	line-height: 22px;
	color: #036EB8;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px 0 0;
}

.searchResultDiv .title > .info a {
	color: #036EB8;
}

.searchResultDiv .title > .info a:hover {
	color: #000;
}

.searchResultDiv .description {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin-top: 8px;
}

.searchResultDiv .description a {
	color: #000;
}

.searchResultDiv .description a:hover {
	color: #036EB8;
}

.searchResultDiv .title > .code {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px 0 0;
}

.searchResultDiv .title > .newest {
	font-size: 13px;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin-left: 5px;
	background: #009900;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.searchResultDiv .title > .hottest {
	font-size: 13px;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin-left: 5px;
	background: #e62e00;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.searchResultDiv .title > .bargain {
	font-size: 13px;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin-left: 5px;
	background: #ffb84d;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.searchResultDiv .image {
	width: 200px;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.searchResultDiv .image > img {
	width: 100%;
}

.searchResultDiv .footer {
	float: left;
	width: 68%;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	padding: 15px 0 0 0;
}

.searchResultDiv .footer span {
	padding-right: 12px;
	white-space: nowrap;
}

.searchResultDiv .footer span a {
	text-decoration: underline;
	cursor: pointer;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	color: #000;
}

.searchResultDiv .footer span a:hover {
	color: #036EB8;
}

.searchResultDiv .booking {
	float: right;
	width: 31%;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	padding: 0;
	border: 4px solid #E5E5E5;
	margin-top: 6px;
	display: table;
}

.searchResultDiv .booking .date {
	display: table;
	width: 100%;
}

.searchResultDiv  .booking > .button {
	background: #00A8E6;
	color: #FFF;
	display: table-cell;
	width: 80px;
	text-align: center;
	padding: 8px 0;
	border-left: 1px solid #CCC;
}

.searchResultDiv .booking > .button:hover {
	background: #0099FF;
}

.searchResultDiv .booking > .text {
	font-family: Arial, Helvetica, sans-serif;
	width: 88px;
	display: table-cell;
	padding: 8px 0;
	border-right: 1px solid #CCC;
	background: #E5E5E5;
	color: #000;
	font-size: 12px;
	text-align: center;
}

.searchResultDiv .booking > .text > span {
	font-size: 15px;
	font-weight: bold;
}

.searchResultDiv .booking input {
	position: relative;
	display: table-cell;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	border: none;
	text-indent: 8px;
}

.searchResultDiv .booking input:focus {
	outline: none;
}

input:focus {
	outline: none;
}

.searchResultDiv .booking .calendar {
	width: 40px;
	display: table-cell;
	padding: 0;
	border-left: 1px solid #CCC;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #333;
}

.searchAgainButton {
	cursor: pointer;
	width: 30%;
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	line-height: 15px;
	color: #036EB8;
	border: 2px solid #036EB8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
}

.searchAgainButton:hover {
	color: #FFF;
	background: #036EB8;
}

.calendar img {
	width: 20px;
}

.fullwidthWrapper {
	width: 100%;
}

.tag {
	position: absolute;
	right: 0;
	top: 0;
}

.premium {
	color: #000;
}

.gold {
	color: #806000;
}

.silver {
	color: #555;
}

.blue {
	color: #036EB8;
}

.bold {
	font-weight: bold;
}

/* SELECT STYLE */

.selectWrapper {
	display: inline-block;
	text-align: right;
	padding: 5px 0;
	font-size: 13px;
	line-height: 13px;
	float: right;
	margin-left: 10px;
}

.styled-select {
	display: inline;
	height: 29px;
	overflow: hidden;
	width: 100px;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 128px;
	border: 1px solid #CCC;
}

.styled-select.slate {
	height: 34px;
	width: 100px;
}

.styled-select.slate select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 34px;
	width: 128px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select:focus {
	outline: none;
}

/* SEARCH BAR */

.responsive_search_wrapper {
	width: 100%;
	height: 80px;
	background: #FFF;
	position: relative;
	padding-top: 6px;
}

.responsive_search {
	width: 50%;
	display: table;
	margin: 0 auto;
}

.search_bar {
	width: 75%;
	height: 50px;
	display: table-cell;
	border: 4px solid #CCC;
	border-right: none;
	-moz-border-radius: 27px 0 0 27px;
	-webkit-border-radius: 27px 0 0 27px;
	border-radius: 27px 0 0 27px;
	-khtml-border-radius: 27px 0 0 27px;
	vertical-align: middle;
	background: #FFF;
	padding-left: 15px;
}

.search_bar input {
	width: 95%;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	border: none;
}

.search_button {
	width: 25%;
	height: 50px;
	display: table-cell;
	border: 4px solid #CCC;
	border-left: none;
	-moz-border-radius: 0 27px 27px 0;
	-webkit-border-radius: 0 27px 27px 0;
	border-radius: 0 27px 27px 0;
	-khtml-border-radius: 0 27px 27px 0;
	background: #2e90e0;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

div.horizontal {
	display: flex;
	justify-content: center;
}

div.vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.horizontal2 {
	display: flex;
	justify-content: center;
}

.noResultFound {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 150px 0;
	text-align: center;
	color: #C00;
}

/* TABS */

.etabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D6D7D8;
	background: #FFF;
	text-align: center;
}

.tabs {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.tabs a {
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 13px 20px;
	outline: none;
	cursor: pointer;
	color: #777;
}

.tabs a:hover {
	color: #000;
}

.tabs a.active {
	background: #fff;
	position: relative;
	border-top: 1px solid #D6D7D8;
	border-left: 1px solid #D6D7D8;
	border-right: 1px solid #D6D7D8;
	top: 1px;
	color: #000;
}

.app #myHeader, .app #myMenu, .app #myFooter {
	display: none !important;
}

.app .site-content {
	top: 0;
}

.table {
	width: 95%;
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}

.tableRow {
	width: 100%;
	margin: 0;
	overflow: hidden;
	display: table-row;
}

.tableCell {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #DDD;
	width: 33.33%;
	padding: 10px 5px;
	font-size: 15px;
	color: #000;
	cursor: pointer;
}

.tableCell div {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding-top: 3px;
	margin-top: 3px;
	color: #036EB8;
	border-top: 1px dotted #036EB8;
}

.tableCell span {
	display: inline-block;
}

#result_wrapper {
	padding-top: 10px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10000;
}

#overlay div {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	text-align: center;
}

/* RESULT CARD */

#result_card_wrapper {
	width: 100%;
	padding: 0;
}

.result_card_table {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
}

.result_card_table:after {
	content: "";
	flex: 1 1 100%;
}

.result_card_cell {
	width: 33.3%;
	border: 10px solid transparent;
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.result_card_cell::before {
	content: '';
	border: 1px solid #DDD;
	/** pseudo-elements are inline by default **/
	display: block;
	/** same height and width than our column **/
	width: 100%;
	height: 100%;
	/** position absolute starting at the top and left of our column **/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.result_card_title {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 12px 10px 8px 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-bottom: 1px dotted #CCC;
	position: relative;
}

.result_card_title.short {
	padding-right: 80px;
}

.result_card_desciption {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 8px 10px;
}

.result_card_dept {
	width: 100%;
	font-size: 0.95em;
	line-height: 16px;
	color: #000;
	padding: 5px 10px 160px 10px;
}

.result_card_title:hover {
	color: #036EB8;
}

.result_card_image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.result_card_image:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.result_card_image img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: top;
	display: block;
}

.result_card_code {
	display: block;
	width: 100%;
	background: #FFF;
	text-align: center;
	color: #000;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	position: relative;
}

.result_card_code.premium {
	background: #0A0400;
	color: #CFB53B;
}

.result_card_code.gold {
	background: #CDC484;
	color: #4A2D00;
}

.result_card_code.silver {
	background: #EEE;
}

.result_card_code > span {
	position: absolute;
	left: 0;
}

.hotSale {
	position: absolute;
	top: -12px;
	right: 6px;
	width: 45px;
	z-index: 4;
}

.hotSale img {
	width: 100%;
	height: auto;
}

.whatsApp {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 66px;
}

.whatsApp img {
	width: 100%;
}

.result_priceWrapper {
	width: 100%;
	position: absolute;
	bottom: 5px;
	padding: 10px;
	z-index: 3;
}

.result_priceTable {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.result_priceCell {
	width: 50%;
	display: table-cell;
	text-align: center;
	height: 32px;
	border: 2px solid #0C93D4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.result_priceCell.left {
	background: #FFF;
	color: #000;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 18px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 18px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 18px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 0px;
	font-size: 14px;
	line-height: 32px;
}

.result_priceCell.left span {
	font-size: 17px;
	padding: 0 1px;
}

.result_priceCell.right {
	background: #0C93D4;
	color: #FFF;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 18px;
	border-top-left-radius: 0px;
	border-top-right-radius: 18px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 18px;
	cursor: pointer;
	font-size: 13px;
	line-height: 32px;
}

.result_priceCell.right:hover {
	background: #0088CC;
	border: 2px solid #0088CC;
}

.result_priceCell.offline {
	border-color: #FFF;
	background: #FFF;
	font-size: 17px;
}

.result_iconWrapper {
	width: 100%;
	position: absolute;
	bottom: 60px;
	padding: 10px 0;
	z-index: 2;
}

.result_iconTable {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.result_iconCell {
	width: 25%;
	display: table-cell;
	text-align: center;
	padding: 5px 1px;
	border-right: 1px solid #DDD;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.result_iconCell i {
	font-size: 16px;
	color: #333;
}

.result_iconCell.last {
	border: none;
}

.effect7 {
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.result_iconCell:hover {
	background: #EEE;
}

.grade_icon {
	position: absolute;
	top: -38px;
	right: 6px;
	z-index: 2;
}

/* FORM HACK */

.formWrapper {
	width: 100%;
	display: table;
}

.formLabel {
	width: 36%;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.formSelect {
	width: 64%;
	display: table-cell;
	vertical-align: bottom;
}

/* INFOMATION BAR */

.infoWrapper {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.infoTable {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.infoCell {
	width: 33.3%;
	display: table-cell;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	color: #000;
}

.infoCell span.button {
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px;
	border: 2px solid #CCC;
	margin: 0 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.infoCell span.button:hover {
	background: #0088CC;
	color: #FFF;
	border: 2px solid #0088CC;
}

.infoCell.center {
	text-align: center;
}

/* SHARE */

.share_wrapper {
	width: 88%;
	margin: 0 auto;
}

.share_header {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}

.share_table {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-bottom: 10px;
}

.share_cell {
	display: table-cell;
	width: 33.3%;
	text-align: center;
	padding: 12px;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
}

.share_cell:hover {
	background: #EEE;
}

.warning_wrapper {
	width: 100%;
	padding: 0 10px;
}

.warning_msg {
	width: 100%;
	margin: 20px auto 30px auto;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 50px 10px;
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

#warning_icon {
	color: #721c24;
	font-size: 25px;
	line-height: 30px;
}

.nothing_msg {
	width: 100%;
	margin: 20px auto 180px auto;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 50px 10px;
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

#nothing_icon {
	color: #721c24;
	font-size: 25px;
	line-height: 30px;
}

/* LOADING */

.loadingWrapper {
	width: 100%;
	padding: 160px 0;
	text-align: center;
}

.loadingWrapper img {
	width: 42px;
	height: 42px;
}

.error {
	display: none;
	font-size: 14px;
	line-height: 14px;
	color: #900;
	padding-top: 7px;
	margin-bottom: -7px;
}


/* RESPONSIVE */

@media only screen and (max-width: 929px) {
	.searchResultDiv .booking {
		width: 40%;
	}
	.searchResultDiv .footer {
		width: 59%;
	}
	.result_card_cell {
		width: 50%;
	}
	.infoCell {
		width: 100%;
		display: block;
		border-bottom: 1px dotted #CCC;
		text-align: center;
		padding: 15px 0;
	}
	.infoCell:last-child {
		border-bottom: none;
	}
	.card_table {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 799px) {

	.locationWrapper {
		margin: 10px auto 20px auto;
	}

	.card_cell {
		width: 49%;
	}

	.responsive_container {
		margin: 0;
		margin-bottom: 20px;
	}

	.responsive_footer {
		margin: 0;
	}

	.searchResultDiv > .left {
		width: 100%;
		display: block;
		margin-bottom: 6px;
	}

	.searchResultDiv > .right {
		display: block;
		width: 100%;
	}

	.searchResultDiv > .left img {
		width: 36%;
	}

	.searchResultDiv > .right .ranking {
		position: absolute;
		top: 5px;
		right: 5px;
	}

	.searchResultDiv > .right .content {
		width: 100%;
	}

	.datepicker.dropdown-menu {
		width: 77%;
	}

	.searchAgainButton {
		width: 50%;
	}

	.responsive_search_wrapper {
		margin-top: 15px;
	}

	.responsive_search {
		width: 60%;
	}

	.searchResultDiv .footer {
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}

	.searchResultDiv .footer span {
		padding-right: 12px;
	}

	.searchResultDiv .booking {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.result_card_cell {
		width: 100%;
	}

	.card_cell {
		width: 100%;
		margin-bottom: 10px;
	}

	.responsive_footer {
		margin: 0;
	}

	.fullwidthWrapper {
		margin-top: 10px;
	}

	.searchResultDiv > .left img {
		width: 55%;
	}

	.datepicker.dropdown-menu {
		width: 88%;
	}

	.price {
		font-size: 12px;
		letter-spacing: -0.01em;
	}
	
	.price_disable {
		font-size: 12px;
		letter-spacing: -0.09em;
	}

	.price div {
		font-size: 9px !important;
	}

	#gourmet {
		display: none;
	}

	.responsive_search_wrapper {
		margin-top: 15px;
		height: 70px;
	}

	.responsive_search {
		width: 90%;
	}

	.search_bar {
		width: 70%;
		height: 45px;
	}

	.search_bar input {
		width: 95%;
		height: 27px;
		border: none;
	}

	.search_button {
		width: 30%;
		height: 45px;
	}

	.infoWrapper {
		padding: 0 10px;
	}

	.nothing_msg {
		margin: 20px auto 30px auto;
	}

}

/* MODIFLY BY TERRY */

.searchTable {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    max-width: 1080px;
    margin: 20px auto 10px auto;
    display: table;
    border-collapse: separate;
    padding: 48px 8px 8px 8px;
    table-layout: fixed;
    background: #F5F6F7;
}
.infoWrapper {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
}
.infoCell span.button {
    font-size: 15px;
    line-height: 15px;
    padding: 5px 10px;
    border: 1px solid #368fcc;
    background: #368fcc;
    color: #fff;
    margin: 0 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.infoCell span.button:hover {
    background: #005590;
    color: #FFF;
    border: 1px solid #005590;
}
.result_card_title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #036EB8;
    padding: 12px 10px 8px 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px dotted #CCC;
    position: relative;
}
.result_card_desciption {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    padding: 8px 10px;
}
.result_card_dept {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    padding: 5px 10px 160px 10px;
}
.result_iconWrapper {
    width: 100%;
    position: absolute;
    bottom: 46px;
    padding: 10px;
    z-index: 2;
}
.result_iconTable {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.result_iconCell {
    width: 25%;
    display: table-cell;
    text-align: center;
    padding: 5px 1px;
    border-right: 1px solid #DDD;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #036EB8 0%, #368fcc 100%);
    border-radius: 4px;
	-webkit-border-radius: 4px;
}
.result_iconCell:hover {
    background: #005590;
}
.result_iconCell i {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
}
.result_priceCell {
    width: 50%;
    display: table-cell;
    text-align: center;
    height: 32px;
    border: 2px solid #368fcc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.result_priceWrapper {
    width: 100%;
    position: absolute;
    bottom: 1px;
    padding: 10px;
    z-index: 3;
}
.result_priceCell.left {
    background: #FFF;
    color: #000;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    line-height: 32px;
}
.result_priceCell.right {
    background: #368fcc;
    color: #FFF;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 32px;
}
.result_priceCell.right:hover {
    background: #005590;
    border: 2px solid #005590;
}


