.lang_enGB{
	display: block;
}

.lang_zhHK{
	display: none;
	font-family: "微軟正黑體", "Microsoft Jhenghei";
}

.thumb{
	text-align: center;
	margin: 20px 0 0 0;
}

.thumb_img{
	width: 150px;
	height: 150px;
	/*background-size: contain;
	background-origin: center center;*/
	border: 1px solid RGBA(0,0,0,0.3);
}

#carousel-example-generic .carousel-inner > .item  img.lang_enGB{
	display: block;
}

#carousel-example-generic .carousel-inner > .item  img.lang_zhHK{
	display: none;
}

#carousel-example-generic .carousel-inner img{
	width: 100%;
	height: 100%;
}

#carousel-example-generic .carousel-inner{
	overflow: hidden;
	height: auto;
}

.mobile{
	display: none;
}
.desktop{
	display: block;
}

.productNode {
   padding-bottom: 50px;
}

.product-image{
	margin: 0 auto;
}

.product-title{
	height: 52px;
	overflow-y: auto;
}

.product-description{
	height: 100px;
	overflow-y: auto;
}

#homeMediaContainer{
	text-align: center;
	margin-bottom: 30px;
}
#homeFacebookContainer{
	text-align: center;
}
@media (min-width:992px) {
	#homeMediaContainer{
		text-align: left;
		margin-bottom: 10px;
	}
	#homeFacebookContainer{
		text-align: right;
	}
}




.youtube-iframe{
	max-width: 750px;
	width: 100%;
	height: 320px;
}

.active span{
	float: left;
	padding-left: 1rem;
}

@media only screen and (max-width: 768px) { 
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	
	.page-header{
		width: 100%;
	}

	.youtube-iframe{
		width: 100%;
	}

}

.pagination ul{
	padding: 0px;
	margin: 0px;
}

.pagination-previous{
	line-height: 3rem;
}

.firstpage, .lastpage{
	/*margin-top: 1.5rem;*/
	padding: 0 0;
}

.pagination li{
	float:left;
	list-style: none;
	min-width: 2rem;
	margin-left:10px;
	margin-right:10px;
	padding:0 5px;
}

.pagination .current a{
	background: #337ab7;
	color: #fff;
}

.pagination .disabled{
	background-color: #eee;
	line-height: 3.4rem;
	cursor: no-drop;
}

.paginationBar{ 
	width:100%; 
	height:50px; 
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}

.paginationBar a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.lang_sp, .lang_sp:hover{
	color: #9d9d9d;
}

.lang_button{
	color: #9d9d9d;
}

.lang_button:hover{
	color: #fff;
	background-color: transparent;
}

.lang_selected{
	color: #FF9900;
}



.home_headtext{
	padding-bottom: 9px;
	margin: 40px 0 20px;
	width:100%;
	border-bottom: 3px solid #04314d;
	font-size: 125%;
}



#whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:36px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999999;
}

#whatsapp-content{
	margin-top:12px;
}

.mobileHeader{
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
	display: none;
}

.mobileHeader ul{
	list-style: none;
}

.mobileHeader li{
	float:left;
	padding: 0 8px 0 8px;
}
.mobileHeader li a{
	color: #9d9d9d;
}

@media only screen and (max-width: 767px) {	
	.mobileHeader{
		display: block;
	}
	

}

.hideAtMobile{
	display: block;
}
@media only screen and (max-width: 767px) {	
	.hideAtMobile{
		display: none !important; 
	}
}


#overdrop{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}
	#overdropBackground{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #404040;
		opacity: 0.6;
		z-index: 1;
	}
	.overdropSection{
		display: none;
	}
	#overdropSettings{
		position: absolute;
		width: 250px;
		height: 150px;
		z-index: 2;
	}
		.overdropSettingsItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropSettingsItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropSettingsHeading{
			position: absolute;
			top: 10px;
			left: 10px;
			height: 25px;
			line-height: 25px;
			text-align: left;
			vertical-align: middle;
		}
			.overdropSettingsHeading .lang_enGB{font-size: 100%;}
			.overdropSettingsHeading .lang_zhHK{font-size: 100%;}
		
	#overdropShopping{
		position: absolute;
		width: 250px;
		max-width: 250px;
		height: 150px;
		z-index: 2;
	}
		.overdropShoppingItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropShoppingItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropShoppingHeading{
			position: absolute;
			top: 10px;
			left: 2%; right: 2%;
			width: 96%;
			height: 25px;
			line-height: 25px;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
		
	#overdropMember{
		position: absolute;
		width: 250px;
		height: 150px;
		z-index: 2;
		right: 0px;
	}
		.overdropMemberItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropMemberItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropMemberHeading{
			position: absolute;
			top: 10px;
			left: 10px;
			width: 230px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
	#overdropMobileMenu{
		position: absolute;
		top: 60px; height: 100%;
		left: 0px; width: 100%; 
		z-index: 999;
		background-color: #E8E8E8;
		pointer-events: all;
		overflow-x: hidden;
		overflow-y: scroll;
	}
		.overdropMobileMenuItem{
			position: relative;
			width: 100%;
			display: block;
			min-height: 25px;
			background-color: #E8E8E8;
		}
			.overdropMobileMenuHeading{
				height: 25px;
				line-height: 25px;
				text-align: left;
				vertical-align: middle;
				cursor: pointer;
				margin: 20px 0px 20px 10%;
			}
			.overdropMobileMenuToggle{
				position: absolute;
				right: 10%;
				top: 0px;
				width: 20px; height: 20px;
				background-size: 100% 100%;
				background-repeat: no-repeat no-repeat;
				background-image:url("../assets/static/buttonPlus.png");
			}
			.overdropMobileMenuToggleOpen{
				background-image:url("../assets/static/buttonMinus.png");
			}
			.overdropMobileSubMenu{
				display: none;
			}
			.overdropMobileSubMenuHeading{
				left: 20%;
				height: 25px;
				line-height: 25px;
				text-align: left;
				vertical-align: middle;
				cursor: pointer;
				margin: 20px 0px 20px 15%;
			}
			.overdropMobileMenuLink{
				text-decoration: none;
				color: #000000;
			}
			.overdropMobileMenuRed .overdropMobileMenuLink{
				color: RGBA(255,0,0,1);
			}
			
			#overdropMobileMenu .lang_enGB{
				font-family: "amatic";
				letter-spacing: 1px;
				font-size: 175%;
				font-weight: 300;
			}
			#overdropMobileMenu .lang_zhHK{
				font-size: 135%;
				font-weight: 300;
			}
	@media only screen and (min-width: 600px) {	/* DESKTOP */
		#overdropMobileMenu{
			display: none;
		}
	}

/*
* -- REGISTER, LOGIN, LOGOUT, EDIT PROFILE, FORGET PASSWORD, CHANGE PASSWORD --
*/

.memberGenericFrame{
	width: 98%; max-width: 1000px;
	margin: 50px auto 20px auto;
	min-height: 100px;
	border: 1px solid #7E807B;
	padding: 20px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}

.memberGenericTable{
	width: 98%; max-width: 1000px;
	margin: 20px auto 20px auto;
	vertical-align: top;
}
	.memberGenericTable tr{
		margin: 20px 0px 0px 0px;
	}
	.memberGenericTable tr th:nth-child(1),
	.memberGenericTable tr td:nth-child(1){
		width: 30%;
		max-width: 300px;
		text-align: right;
		padding: 8px 15px 8px 15px;
	}
	.memberGenericTable tr th:nth-child(2),
	.memberGenericTable tr td:nth-child(2){
		width: 70%;
		max-width: 700px;
		text-align: left;
		padding: 8px 15px 8px 15px;
	}
	.memberGenericTable th,
	.memberGenericTable td{
		vertical-align: top;
		border: 1px solid #7E807B;
	}


.memberGenericTable input[type="text"],
.memberGenericTable input[type="email"],
.memberGenericTable input[type="password"],
.memberGenericTable textarea{
	width: 90%;
	max-width: 300px;
}
.memberGenericTable input[type="number"]{
	width: 10%;
	max-width: 50px;
}

.memberGenericTable textarea{
	height: 150px;
}

.memberDetailFrame{
	width: 98%; max-width: 1000px;
	margin: 0px auto 20px auto;
	min-height: 100px;
	border: 1px solid #7E807B;
	padding: 0px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}
	.memberDetailHead{
		display: block;
		vertical-align: top;
		margin: 0px 0px 10px 0px;
		color: #7E807B;
		background-color: #EEEEEE;
		min-height: 50px;
		line-height: 50px;
		font-size: 150%;
		width: 100%;
	}
	.memberDetailElement{
		display: inline-block;
		vertical-align: top;
		margin: 5px 5px 5px 5px;
	}
.memberDetailFrame input[type=text],
.memberDetailFrame input[type=email],
.memberDetailFrame input[type=number],
.memberDetailFrame input[type=password],
.memberDetailFrame select{
	width: 100%;
}

.memberSimpleFrame{
	width: 98%; max-width: 600px;
	margin: 0px auto 20px auto;
	min-height: 100px;
	border: 0px solid #7E807B;
	padding: 0px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}

	.memberSimpleHead{
		display: block;
		vertical-align: top;
		margin: 0px 0px 10px 0px;
		color: #7E807B;
		background-color: #EEEEEE;
		min-height: 50px;
		line-height: 50px;
		font-size: 150%;
		width: 100%;
	}
	.memberSimpleElement{
		display: inline-block;
		vertical-align: top;
		margin: 5px 2px 5px 2px;
	}
.memberSimpleFrame input[type=text],
.memberSimpleFrame input[type=email],
.memberSimpleFrame input[type=number],
.memberSimpleFrame input[type=password],
.memberSimpleFrame select{
	width: 100%;
}