﻿/* ======== No CSS Style And Touch ======== */
#fh5co-primary-menu > li > .sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* ==== Better Font Rendering ==== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -0px;
	top: 50%;
	font-size: 12px;
	margin-top: -7px;
	content: " "; /* ==== ▼ ==== */
	color: #FFF;
	/* ==== color: rgba(0, 0, 0, 0.5); ==== */
}
			
/* ======== Nav Header ======== */
#fh5co-primary-menu > li > .sf-with-ul:after {
	border: none !important;
	/* ==== font-family: 'icomoon'; ==== */
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* =========== Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -0px;
	top: 50%;
	font-size: 12px;
	margin-top: -7px;
	content: " "; /* ==== ▼ ==== */
	color: rgba(0, 0, 0, 0.5);
	/* ==== color: #FFF; ==== */
}
#fh5co-logo-new {
	position: relative;
	z-index: 2;
	font-size: 28px; /* ==== font-size: 28px; ==== */

	color: #FC5185;
	/* ==== background: #FC5185; ==== */
	letter-spacing: 1.5px;
				
	/* ==== text-transform: uppercase; ==== */
	margin-top: 35px;
	font-weight: 700;
	float: left;
	/* ==== padding-left: 40px; ==== */
}
#fh5co-logo-new i {
	font-size: 28px; /* ==== font-size: 28px; ==== */
	color: #FC5185;
				
	/* ========
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	======== */
}
#fh5co-logo-new img {
	height: 28px;
	width: auto;
}

/* ======== 按鍵特效 ======== */
.btn.btn-outline-top-d01257 {
	background: #D01257;
	color: #FFF;
	border: 2px solid #D01257 !important;
}
.btn.btn-outline-top-d01257:hover,
.btn.btn-outline-top-d01257:focus,
.btn.btn-outline-top-d01257:active {
	font-size: 150%;
	
	background: #FFF !important;
	color: #D01257 !important;
	border: 2px solid #D01257 !important;
}

/* ======== 圖片特效 ======== */
.bg img {
	width: 100%;
	height: auto;
}
.bg:hover,
.bg:focus,
.bg:active img {
	width: 100%;
	height: auto;
	z-index: 1;
				
	-webkit-transition: 1s;
				
	-ms-transform: scale(1.5);      /* IE */
	-moz-transform: scale(1.5);     /* FireFox */
	-webkit-transform: scale(1.5);  /* Safari and Chrome */
	-o-transform: scale(1.5);       /* Opera */
				
	/* ====
	padding-top: 2.5%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 2.5%;
	==== */
}

/* ======== Touch ======== */
div#btn {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0.125em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
				
	font-size: 0.75rem;
	/* == 字體尺寸 == font-size: 0.75rem; ==== */
	max-width: 10rem;
	/* == 最大寬度 == max-width: 20rem; ==== */
	height: 2.75em;
	/* ==== height: 3.75em; ==== */
	line-height: 2.75em;
	/* ==== line-height: 3.75em; ==== */
	border-radius: 2.75em;
	/* ==== border-radius: 3.75em; ==== */
	padding: 0 1em;
	/* == 留白寬度 == padding: 0 2.5em; ==== */
				
	text-overflow: ellipsis;
	overflow: hidden;
				
	background: rgba(251,142,182,0.6);
	color: #FFF;
	letter-spacing: 2px;
				
	/* ====
	border-radius: 200px;
	width: auto;
	height: 100%;
				
	==Ｘ== padding-top: 20px; ====
				
	padding-bottom: 10px; 
	padding-left: 20px; 
	padding-right: 20px;
	text-align: center;
	display: table-cell; 	
	==== */
}

/* ======== Touch：Modal ======== */
.modal{
	z-index: 9999;
	/* z-index: 3; */
				
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4)
}
.modal-content{
	margin: auto;
	background-color: #FFF;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}
            
.x-modal{
	z-index: 99999;
	/* z-index: 9999; */
				
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4)
}
.x-modal-content{
	margin: auto;
	background-color: #FFF;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}
            
.closebtn{
	text-decoration: none;
	float: right;
	font-size: 24px;
	font-weight: bold;
	color: inherit
}
.closebtn:hover,
.closebtn:focus{
	color: #000;
	text-decoration: none;
	cursor: pointer
}
            
.red,
.hover-red:hover{
	color: #FFF !important;
	background-color: #FA2372 !important
	/* ==== background-color: #F44336 !important ==== */
}
            
.padding-8{
	padding-top: 8px !important;
	padding-bottom: 8px !important
}
.padding-16{
	padding-top: 16px !important;
	padding-bottom: 16px !important
}
            
.display-topright{
	position: absolute;
	right: 0;
	top: 0
}
            
.new-container{
	padding: 0.01em 16px
}
.new-container:after{
	content: "";
	display: table;
	clear: both
}
            
.new-input{
	display: block;
	padding: 8px 16px}
            
.new-navbar li .new-btn,
.new-navbar li .new-input{
	border: none;
	outline: none;
	width: 100%
}
            
.new-input-group,
.new-group{
	margin-top: 24px;
	margin-bottom: 24px
}
.new-input{
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #8E8E8E;
	/* ==== border-bottom: 1px solid #FA2372; ==== */
	/* ==== border-bottom: 1px solid #808080; ==== */
				
	width: 90%
}
            
.hover-text-grey:hover,
.text-gray,
.hover-text-gray:hover{
	color: #000 !important
	/* ==== color: #757575 !important ==== */
}
            
.black,
.hover-black:hover{
	color: #FFF !important;
	background-color: #FA2372 !important
	/* ==== background-color: #000 !important ==== */
}
            
.new-label{
	color: #009688
}

.new-input:not(:valid)~.new-validate{
	color: #F44336
}
            
@media (max-width: 600px){
	.modal-content,
	.x-modal-content{
		margin: 0 10px;
		width: auto !important
	}
	.modal,
	.x-modal{
		padding-top: 30px
	}
}
@media (max-width: 768px){
	.modal-content,
	.x-modal-content{
		width: 500px
	}
	.modal,
	.x-modal{
		padding-top: 50px
	}
}
@media (min-width: 993px){
	.modal-content,
	.x-modal-content{
		width: 900px
	}
}