@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../images/watermark_white.png");
	background-repeat: repeat;	
	background-color: #a11c45;
}

.main-wrapper {
	width: 1024px; 
	padding-top: 20px;
	padding-bottom: 20px; 
	margin-left:auto; 
	margin-right:auto; 
	-webkit-box-shadow: 0px 0px 60px #353535; 
	box-shadow: 0px 0px 60px #353535; 
	border: 10px solid #a11c45; 
	background-color: white;
}

.main-wrapper-response {
	max-width: 1064px; 
	padding-top: 20px;
	padding-bottom: 20px; 
	margin-left:auto; 
	margin-right:auto; 
	-webkit-box-shadow: 0px 0px 60px #353535; 
	box-shadow: 0px 0px 60px #353535; 
	border: 10px solid #a11c45; 
	background-color: white;
	margin-top: 10px;
}


.language-btn {
	margin: 15px;
	font-size: 60px;
	background-color: #a11c45;
	color: white;	
}

.home-welcome {
	color: 	#a11c45;
	font-size: 18px;
	text-align: center;
}

.menu {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.menu-item a {
	color: 	#a11c45;
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	font-size: 16px;
}

.chinese a {
	font-size: 20px;	
}

.menu-item a:hover {
	color: white;
	background-color: #a11c45;
}

.footer-menu {
	margin-top: 2px;
	margin-bottom: 0;	
	display: inline-block;
	float: left;
}

.footer-menu .menu-item a {
	font-size: 12px;	
	color: #fff;
	margin: 0;
}

.footer-menu .menu-item a:hover {
	text-decoration: underline;
	background-color: transparent;
}


.divider {
	background-color: #a11c45;
	width: 100%; 
	height: 15px; 
	text-align:right;
	color: white;
	font-size: 11px;
	padding-top: 2px;
}

.copyright {
	height: 20px;	
}

.copyright > span {
	display: inline-block;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 30px;
}

.uppercase {
	text-transform: uppercase;	
	font-size: 14px;
	font-weight: bold;
}

.container {
	max-width: 1024px;
}

.row {
	background-color: white;
}

[class|="col"]  {
	padding-left: 0;
	padding-right: 0;
}

#logo {
	margin-left: auto;
	margin-right: auto;
}

.lang-select-div {
	text-align: center;
}

#slogan {
	position: absolute;
	color: #a11c45;
	bottom: 10%;
	left: 65%;
	font-size: 18px;
}

.slogan-tc {
	font-weight: bold;	
}

.slogan-sc {
	font-weight: bold;	
}

.lang-selector {
	padding-right: 20px;	
	line-height: 100%;
}

.lang-selector a {
	font-size: 14px;
	
	color: white;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-default {
	background-color: white;
	border: none;
}

.navbar {
	margin-bottom: 5px;
}

#mainmenu .navbar-nav > li > a {	
	color: 	#a11c45;
	text-decoration: none;
	padding: 10px;
	margin: 10px 8px 10px 8px;
	font-size: 16px;
	font-weight: bold;
}

#mainmenu .navbar-nav > li > a:hover {	
	color: white;
	background-color: #a11c45;
}

.welcome-message {
	text-align: center;
	font-weight: bold;
	color: #a11c45;
	font-size: 16px;
	margin: 50px;	
}

.content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.photo-caption {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.col-thumb {
	padding-left: 15px;
	padding-right: 15px;
}

.thumbnail a > img, .thumbnail > img {
	max-height: 96px;
}

.captions {
	text-align: left;
	font-size: 12px;
}

.products-thumb {
	max-height: 100px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.blink {
	-webkit-animation: KEYFRAME-NAME 1s infinite;
	-moz-animation:    KEYFRAME-NAME 1s infinite;
	-o-animation:      KEYFRAME-NAME 1s infinite;
	animation:         KEYFRAME-NAME 1s infinite;
}
  
@-webkit-keyframes KEYFRAME-NAME {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes KEYFRAME-NAME {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes KEYFRAME-NAME {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes KEYFRAME-NAME {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.sup {
	vertical-align: super;
	color: red;
	background-color: #fff200;
}

#home-online-order > p {
	text-align: center;
}

#home-online-order .btn {
	display: block;
	font-size: 36px;
	width: 500px;
	margin: 60px auto 60px auto;
	text-transform: uppercase;
	white-space: normal;
	color: black;
	background-color: #fff200;
	padding: 30px 50px 30px 50px;
	font-weight: bold;
}

#home-online-order .btn-tc {
	font-size: 48px;
}

#home-online-order .btn-sc {
	font-size: 48px;
}

.title {
	text-align: center;
	text-decoration: underline;
}

#order-buttons .btn {
	background-color: #a11c45;
	color: white;
	width: 400px;
	font-size: 42px;
	margin: 40px 20px 40px 20px;
	white-space: normal;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bold;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

#index-online-order {
	margin: 40px 0px 40px 0px;
}

#index-online-order p {
	text-align: center;
}

#index-online-order .btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	width: 500px;
	text-transform: uppercase;
	white-space: normal;
	color: black;
	background-color: #fff200;
	font-weight: bold;
	border-radius: 0px;
	border: none;
}

#index-online-order .btn-en {
	font-size: 24px;
}

.menu-item-order {
	color: mediumblue !important;
}

a.menu-item-order:hover {
	color: white !important;
}

@media screen and (max-width: 991px) {
	
	#slogan {
		font-size: 14px;
		left: 65%;
	}

	#order-buttons .btn {
		width: 300px;
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	
	body {
		background-image: url('');
		background-color: white;
	}
	
	.main-wrapper-response {
		max-width: 1064px; 
		padding-top: 0;
		padding-bottom: 0; 
		margin-left:auto; 
		margin-right:auto; 
		-webkit-box-shadow: none; 
		box-shadow: none; 
		border: none; 
		margin-top: 0;
	}

	#logo {
		height: 120px;
	}
	
	.language-btn {
		font-size: 36px;
	}
	
	#slogan {
		position: relative;
		font-size: 14px;
		left: 0;
	}
	
	#header {
		text-align: center;
	}
	
	.home-welcome {
		font-size: 14px;
	}
	
	.content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#aboutus-familyphoto {
		margin-left: auto;	
		margin-right: auto;
	}
	
	#history-photo {
		margin-left: auto;	
		margin-right: auto;
	}
	
	.copyright > span {
		margin-top: 2px;
		margin-right: 5px;
		margin-left: 5px;
	}

	#home-online-order .btn {
		width: 300px;
		padding: 20px 30px 20px 30px;
	}

	.align-right {
		text-align: center;
	}
	
	.align-left {
		text-align: center;
	}

	#index-online-order .btn {
		width: 300px;
		font-size: 30px;
	}

	#index-online-order .btn-en {
		font-size: 20px;
	}
	
}



