/* #Basic Styles
================================================== */

/* Google Web Fonts */

* {
	font-family: 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
}

html, body {height:100%;}

body
{
    position: relative; /* background-image: url(../images/header_bg3.gif);
    background-repeat: repeat-x;  */
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #FEFBFC;
}

/* #Site Styles
================================================== */
#wrapper {
	overflow: hidden;
	width: 100%;
	height:100%;
	display:table;	
}

.wrapp-hold{
	width:100%;
	display:table-row;
}

#footer {
	display:table-footer-group;
}
#footer .footer-holder {
	height:1%;
	display:table-row;
}
#footer .footer-frame {
	display:table-cell;
	width: 100%;
}

::-moz-selection { 
	background: #6e9b76;
	color: #fff;
	text-shadow: none;
}
::selection { 
	background: #6e9b76; 
	color: #fff; 
	text-shadow: none;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #6e9b76;
	font-family:  'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 14px;
	line-height: 1.2em;
	text-transform: none;
	color: #282828;
	margin-bottom: .5em;
}
h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: none;
	color: #282828;
	font-family: 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
}
h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .1em;
	font-weight: bold;
	text-transform: none;
	color: #282828;
	font-family: 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
}

/*	Blockquotes  */
blockquote,
blockquote p { 
	font-size: 15px;
	line-height: 24px;
	color: #333;  /* 5c5c5c; */ 
	font-style: italic;
	font-family: 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
	position: relative;
}

blockquote:before {
    content:'"'; 
	display: block;
	position: absolute;
	left: 6px;
	top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 56px;
	line-height: 1em;
	color: #c2c2c2;
} 

blockquote  
{
    font-size:15px;
    line-height:180%;
	margin: 0 0 20px;
	padding: 20px 20px 25px 45px;
	border-left: 3px solid #ffcc99;  /* bdd4c1; */ 
	background: #ffffcc;
}
blockquote cite { 
	display: block; 
	font-size: 11px; 
	color: #a9a9a9;
}
blockquote cite:before { 
	content: "";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited { 
	color: #555;
}

p {
	margin: 0 0 1.5em 0;
}

address {
	font-style: normal;
}

/* #Links
================================================== */
a { 
	color: #eb593c;  
	text-decoration:none; 
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
a:hover {
	outline: none; 
	color: #000;
	text-decoration: underline;
}

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, 
ul.square, 
ul.circle, 
ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
.unstyled {
	margin: 0;
	padding: 0;
}
	.unstyled li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
.list {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.list.nomargin {
	margin-bottom: 0;
}
	.list li 
	{
	    font-size:14px;  
		position: relative;
		padding: 0 0 12px 0; 
		line-height:130%; 
	}
	
	.list li a:hover
	{
	    color:#00f; 
	}
	
	.list li [class^="icon-"],
	.list li [class*=" icon-"] {
		color: #eb593c;
		margin-right: 4px;
	}

dl {
	margin: 0;
	padding: 0;
}
	dl dt {
		margin: 0;
		padding: 0;
	}
	dl dd {
		margin: 0;
		padding: 0;
	}


/* #Images
================================================== */
img {
	max-width: 100%;
	height: auto; 
	vertical-align: top;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
    }

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
}
img.fullwidth {
	image-rendering:optimizeQuality;
	-ms-interpolation-mode:bicubic;
}
.halfwidth {
	display:block;
	max-width:50%;
}

.featured-thumb {
	float: left;
	margin: 0  20px 10px 0;
	position: relative;
}
	.featured-thumb a {
		display: block;
	}
	.featured-thumb .border {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 0 solid #eb593c;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	.featured-thumb a:hover .border {
		border: 3px solid  #ffc;     /* #eb593c; */
	}

.alignleft {
	display: inline;
	float:left;
	margin:0 20px 10px 0;
}
.alignright {
	display: inline;
	float:right;
	margin:0 0 10px 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 5px auto;
}
.alignnone {
	margin:0 0 10px 0;
}
.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	margin: 0;
}



/* #Buttons
================================================== */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 13.5px;
	font-weight: normal;
	/* text-transform: uppercase; */
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eb593c;
	padding:  2px 12px 3px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
	font-family: 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;
	cursor: pointer;
	-webkit-transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	transition: all .12s ease-in-out;
}

.btn-search, .btn-send
{
    height:25px;
    line-height:25px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	text-decoration: none;
	background: #6e9b76;
	color: #fff;
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {

}

.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}
input[type="submit"],
input[type="button"] {
	height: 29px;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Buttons Color */
.btn-style1 {
	background: #ff6600;
}

.btn-style1:hover {
	background: #cc0000;
}

.btn-style2 {
	background: #6e9b76;
}
.btn-style2:hover {
	background: #bdd4c1;
}

.btn-style3 {
	background: #282828;
}
.btn-style3:hover {
	background: #6e9b76;
}

.btn-style4 {
	background: #06f;
	margin-left:6px;
	font-size: 16px;
	line-height:20px; 
}

.btn-style4:hover {
	background: #6e9b76;
}

/* Buttons Size */
.btn-large {
	padding: 11px   14px;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
}

.btn-medium {
	padding:  6px 12px 8px 12px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 4px;
}

/* #Icon Boxes
================================================== */
.ico-box {
	position: relative;
}
	.ico-holder {
		float: left;
		margin: 0 20px 0 0;
		width: 60px;
		height: 60px;
		background: #ed5036;
		color: #fff;
		font-size: 40px;
		text-align: center;
		line-height: 60px;
	}
	.ico-box-content {
		overflow: hidden;
	}


input[type="text"], select 
{
     padding: 0; 
     vertical-align:middle; 
}

/* #Misc
================================================== */
.clear {clear:both;}
.center {text-align: center;}
.ovh {overflow:hidden;}
.fleft 
{
    text-align:left; 
    float:left;
    padding-left:5px; 
}
.fright 
{
    text-align:right;
    float:right;
    padding-right:5px; 
}
 
.post-nav  
{ 
    margin-bottom: 15px;  
}
  
.hide-text {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	border: 0;
	background:transparent;
}

.hr {
	height: 1px;
	overflow: hidden;
	margin: 30px 10px;
	background: #dbe3d9;
	background: rgba(189, 212, 193, .42);
}

.hr-dashed {		
	height: 1px;
	background: url(../images/hr-dashed.gif) 0 0 repeat-x; 
}
.grid_1 .hr,
.grid_2 .hr,
.grid_3 .hr,
.grid_4 .hr,
.grid_5 .hr,
.grid_6 .hr,
.grid_7 .hr,
.grid_8 .hr,
.grid_9 .hr,
.grid_10 .hr,
.grid_11 .hr,
.grid_12 .hr {
	margin-left: 0;
	margin-right: 0;
}

.spacer 
{
    width:100%;
	height: 35px;
	overflow: hidden;
}

.spacer__medium 
{
    width:100%;
	height: 25px;
}

.spacer__small 
{
    width:100%;
	height: 10px;
}

.back-top {
	position: fixed;
	bottom: 0;
	right: 4px; 
	z-index:999;
}

.back-top a {
	width: 45px;
	display: block;
	text-align: center;
	font: 11px/100% 'Microsoft JhengHei', 微軟正黑體, Helvetica, Arial;	
	text-decoration: none;
	color: #999;	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	margin-right: 5px
}

/* 回上面 的向上箭頭 */
.back-top a:hover {
	color: #000;
}

.back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: -18px;	
	background: #666 url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;	
	opacity: 0.4;
}

.back-top a:hover span {
	background-color: #e30;  /* 777 */ 
	opacity: 1;
}

.fb-like
{
    margin: 10px;  
    z-index:999;    
}

.line-share
{
    margin:10px; 
}

.call-me 
{   
	position: fixed;
	bottom: 0;
	left: 0px; 
	z-index:990;
}

.call-me a {
	width: 45px;
	display: block;
	text-align: center;
	text-decoration: none;	 	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	margin-right: 5px;	
}

/* 回上面 的向上箭頭 */
.call-me a:hover {
	color: #000;
}

.call-me span
{
    width: 1px;
    height: 50px;
    display: block;
    margin-bottom: -25px;
    background: #0099FF; /* url(../images/up-arrow.png) no-repeat center center; */ /* rounded corners */ /*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; */ /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; /* opacity: 0.4; */
    font-size: 24px;
    font-weight: bold;
    color: #eee;
    line-height: 200%;   
    border: 1px solid #66CCFF;
    text-shadow: 1px 1px 1px #555; 
    padding-right: 10px;
    letter-spacing: 2px;
    font-family: '新細明體';
}

.call-me a:hover span {
 
   /* background-color: #e30;  
	opacity: 1; */    
}

.caller-Img
{
    margin-top:10px;
    margin-right:10px;    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
} 