@charset "utf-8";
/* CSS Document 
Loading time too long if downloaded the css and fonts in our server.
Import google https css instead.
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	background-color: #EC9729;
	font-family: "Noto Sans TC", "Open sans", "Microsoft JhengHei", Tahoma,
		Helvetica, "Microsoft Yahei", "微軟雅黑體", Arial, sans-serif;
}

.container {
	display: block;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 950px !important;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 20px;
	float: none;
	margin-top: 15px;
}

.coupon-header {
	padding-bottom: 15px;
	border-bottom: 4px solid #28A838;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.uf-logo {
	float: right;
}

.uf-logo img {
	float: right;
	height: 80px;
}

.restanrant-info img {
	height: 80px;
}

.coupon-content {
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.color-bg {
	padding-bottom: 0px !important;
	margin-bottom: 15px !important;
	margin-top: 10px !important;
	background-color: rgba(236, 151, 41, 0.15);
	border: none !important;
}

.coupon-content .image, .coupon-content .details {
	padding: 0px !important;
}

.coupon-content .details {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
}

.theme-details-intro #share-btn {
	padding-top: 15px !important;
	padding-right: 0px !important;
}

#line, #messenger {
	display: inline-block !important;
}

.coupon-content .promo {
	color: #ec9729;
	font-weight: 700;
	font-size: 25px;
}

.coupon-content .promo-details, .coupon-content .promo-period {
	margin-top: 10px;
	font-size: 15px;
	color: #505050;
}

.name {
	font-size: 20px;
	font-weight: 700;
	color: #33333A;
	padding-top: 10px;
}

.bold {
	font-size: 16px;
	font-weight: 700;
	color: #ec9729;
	margin-top: 10px;
}

.print-btn {
	display: block;
	height: 44px;
	width: 219px;
	background-color: #28a838;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 15px;
	padding-top: 8px;
}

.print-btn:hover {
	background-color: #46ba54
}

a {
	text-decoration: none !important;
}

@media print {
	.coupon-content .image {
		width: 200px;
	}
	.coupon-content .details {
		float: right;
	}
	.col-sm-5 {
		width: 30%;
	}
	.col-sm-7 {
		width: 70%;
	}
	.print-btn, .theme-details-intro {
		display: none;
	}
	.container {
		border: 12px solid #ec9729;
	}
	ul, .listed-content, .coupon-content .details, .promo-details {
		font-size: 8px;
	}
	.bold {
		font-size: 10px;
	}
	.coupon-content
	 
	.promo
	,
	.name
	,
	{
	font-size
	:
	18px;
}

@page {
	size: A4;
	margin: 20px;
}

.top-border {
	border-top: 1px solid #D8D8D8 !important;
}

.name {
	padding-top: 0px !important
}

.color-bg {
	margin-bottom: 0px !important;
}

}
@media ( max-width : 767px) {
	.coupon-content .details {
		padding-bottom: 20px !important;
	}
	.container {
		display: block;
		margin: 0 auto;
		background-color: #FFFFFF;
		width: 100%;
		max-width: none;
		box-shadow: none;
		border-radius: 0px;
		padding: 20px;
		float: none;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media ( max-width : 640px) {
	.uf-logo img {
		float: right;
		height: 65px;
	}
	.restanrant-info img {
		height: 65px;
	}
	.restanrant-info {
		font-size: 23px !important;
	}
}

@media ( max-width : 480px) {
	.uf-logo img {
		float: right;
		height: 50px;
	}
	.restanrant-info img {
		height: 50px;
	}
	.restanrant-info {
		font-size: 17px !important;
	}
}

@media ( max-width : 320px) {
	.uf-logo img {
		float: right;
		height: 38px;
	}
	.restanrant-info img {
		height: 38px;
	}
}

.restanrant-info {
	font-size: 25px;
	font-weight: 700;
	color: #ec9729;
	bottom: 12px;
	position: absolute;
}