/* reset */
html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	min-height: 100%;
}

html.overflow-hidden,
body.overflow-hidden {
	overflow:hidden !important;
}

body {
	margin:0; 
	padding:0 !important;
	font-family:'微軟正黑體', Arial, sans-serif;
	font-size:16px; 
	line-height:23px;
	color:#2E363F;
	/*background-color:#f1f2f7;*/
	background: #8ac4ea;
	background: -moz-linear-gradient(-45deg, #f1f2f7 0%, #ECE6E6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f1f2f7), color-stop(100%, #ECE6E6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #f1f2f7 0%, #ECE6E6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #f1f2f7 0%, #ECE6E6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #f1f2f7 0%, #ECE6E6 100%);
	/* IE10+ */
	background: linear-gradient(-45deg, #f1f2f7 0%, #ECE6E6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f2f7, endColorstr=#ECE6E6, GradientType=1);
	/* IE6-9 fallback on horizontal gradient */		
}

/*頂部區塊*/
.fixed { 
	position:fixed !important; 	
}

header#topHead {
	position:relative;
	top: 0; 
	left:0; 
	right:0; 
	z-index:101;	
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#efefef;
	border-bottom:#eee 1px solid;
}

header#topHead .nav {
	margin-right:10px;
}

header#topHead a {
	padding-right:10px;		
	font-size:14px;		
	color:#333;
}

#topHead .signin-dd {
	position:relative;
}

#topHead .signin-dd .dropdown-menu {
	padding:5px 10px;
}
#topHead .signin-dd h2,
#topHead .signin-dd h3,
#topHead .signin-dd h4,
#topHead .signin-dd h5,
#topHead .signin-dd h6 {
	font-size:16px;
	line-height:23px;
	display:block;
	margin-bottom:6px !important;
}
#topHead .signin-dd h4,
#topHead .signin-dd {
	color:#fff;
	margin:0;
}

#topHead .signin-dd p {	
	color:#888;
}

#topHead .signin-dd input[type="text"],
#topHead .signin-dd input[type="password"],
#topHead .signin-dd input[type="email"] {
	margin:0; 
	border:0;
	padding:8px !important;
	height:38px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}

#topHead .signin-dd .input-group input {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#topHead .signin-dd p,
#topHead .signin-dd form,
#topHead .signin-dd form a,
#topHead .signin-dd form label {
	font-size:14px;
}

#topHead .signin-dd form {
	width:250px;
}
#topHead .signin-dd .form-group {
	margin-bottom:3px !important;
}
#topHead .signin-dd form .input-group-btn,
#topHead .signin-dd form label {
	margin:0; 
	padding:0;
	line-height:20px;
}
#topHead .signin-dd form div.checkbox {
	margin:3px 0 0 0;	
	line-height:20px;
}
#topHead .signin-dd form div.checkbox input { /* IE FIX */
	display:inline-block;
	float:left;
	margin-top:4px;
	margin-right:6px;
}
#topHead .signin-dd form div.checkbox label {
	display:inline-block;
}
#topHead .signin-dd form .input-group-btn .btn, 
#topHead .signin-dd form .input-group .btn,
#topHead .signin-dd form .form-control {
	border:0;
	height:38px;
	margin-top:0;
}
#topHead .signin-dd form button,#topHead .signin-dd form button:hover {
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
		 -o-transition: all 0s;
			transition: all 0s;
}
#topHead .signin-dd form button:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0; height: 0;
	z-index:100;
	left: -18px;
	top: 50%; margin-top:-10px;
}
#topHead .signin-dd form button:hover:after {
	margin-left:-1px; /* temporary fix */
}

#topHead .bottom-create-account {
	text-align:center;
	margin:0 -10px -5px -10px;
}

#topHead .bottom-create-account a {
	display:block;
	margin-top:6px;
	padding:6px 0;
	text-decoration:none;
	letter-spacing:2px;
	color:#FFF;
	background:#f3d05b;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

#topHead .bottom-create-account a:hover {
	background:rgba(243,208,91,0.2);
}

#wrapper {
	overflow:hidden;
	position:relative;
	z-index:98;			/* under top nav */
	padding:40px 0 0px; 	/* top nav height */
	min-height:550px;	
	background:url(../images/subtlenet2.png) repeat;
}

section.margin-footer {
	margin-bottom:-81px; /* see wrapper padding */
}

span.global-overlay {
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	z-index:99;

	-webkit-transition: all 0.8s;
	   -moz-transition: all 0.8s;
		 -o-transition: all 0.8s;
			transition: all 0.8s;
}




	body.boxed {
		background-color:#D7D6D6;
	}
	body.boxed #wrapper {
		background-color:#f4f5f7;
	}

	body.boxed #wrapper,
	body.boxed header, /* IE BUG */
	body.boxed footer {
		margin:auto;
		max-width:1170px;
	}


#header_shadow {
	background:url('../images/header_shadow.png') no-repeat top center;
	position:fixed;
	top:81px; left:0; right:0;
	height:75px; 
	z-index:99; /* same with header#page-title .container */
}



header#topHead form div.checkbox label {
	padding-left:20px;
}

header#topHead a.social {
	text-align:center;
	margin:1px 0 0 1px;
	font-size:20px;
	padding:0;
	background:transparent;
	color:#ccc;
}



header#topHead .btn-group.open .dropdown-toggle {
	-webkit-box-shadow:none;
			box-shadow:none;
}
header#topHead  .dropdown-menu {
	background-color:#35a2ec;
}
header#topHead  .dropdown-menu li a img,
header#topHead  button.language img,
header#topHead  button.language {
	font-size:13px;
	display:inline-block;
	margin-right:6px;
}
header#topHead  .dropdown-menu li a {
	color:#fff;
	padding:6px 10px;
	font-size:13px;
}
header#topHead  .dropdown-menu li:hover a {
	background-color:#1B1F23;
}
header#topHead  .dropdown-menu:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0; height: 0;
	right:10px; top: -18px;

	border:#35a2ec 10px solid;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
}


header#topNav.topHead {
	top:45px;
}
header#topNav {
	position:fixed;
	top: 0; 
	left:0; 
	right:0;
	z-index:100; /* always on top */	
	width:100%;
	padding:10px 0;
	background:#35a2ec;	
	border-bottom:#F4F5F7 1px solid;
	box-shadow:#eee 0 0 8px;
}
	header#topNav.hasTopHead {
		top:40px !important;
	}

header#topNav .nav>li:last-child>a {
	padding-right:0;
}

header#topNav div.nav-main-collapse {
	margin-top:16px;
	z-index:300;
}

header#topNav div.nav-main-collapse,
header#topNav div.nav-main-collapse.in {
	overflow-y: visible;
}

header#topNav div.nav-main-collapse.in {
	overflow-y: visible;
	float: none;
	margin: 0;
}

header#topNav nav ul.nav-main {
	margin: -7px 0 8px 0;
	z-index:300;
}

header#topNav nav ul.nav-main i.icon-caret-down {
	background: transparent;
	border-radius: 100%;
	color: #ADB0AD;
	display: inline-block;
	font-size: 12px;
	height: 14px;
	line-height: 15px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 14px;
}

header#topNav nav ul.nav-main > li + li {
	margin-left: 0px;
}

header#topNav nav ul.nav-main .dropdown-submenu {
	position: relative;
}

header#topNav nav ul.nav-main .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header#topNav nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

header#topNav nav ul.nav-main .dropdown-submenu > a:after {
	content: " ";
	display: block;
	float: right;
	width: 0; height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #CCC;
	margin-top: 5px;
	margin-right: -10px;
}

header#topNav nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

header#topNav nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}

header#topNav nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

header#topNav nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header#topNav nav ul.nav-main ul.dropdown-menu,
header#topNav nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header#topNav nav ul.nav-main li.active a {
	background-color: transparent;
}

header#topNav nav ul.nav-main ul.dropdown-menu {
	top: auto;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;

	-webkit-box-shadow: 0 0 0;
	   -moz-box-shadow: 0 0 0;
}

header#topNav nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	margin-left:-6px !important;
	margin-top:-10px !important;
	box-shadow: rgba(0,0,0,0.5) 0 0 6px !important;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 6px !important;

	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;

}

header#topNav nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
}

header#topNav nav ul.nav-main ul.dropdown-menu > li > a {
	position: relative;
	font-weight: normal;
	padding: 6px 20px 6px 12px;
}

header#topNav nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}

header#topNav nav ul.nav-main li a {
	position: relative;
	font-size: 1.2em;
	font-weight: 100;
	line-height: 20px;
	color: #fff;
	background: none;	
}

header#topNav nav ul.nav-pills > li > a,
header#topNav nav ul.nav-pills > li > a:hover,
header#topNav nav ul.nav-pills > li > a:focus,
header#topNav nav ul.nav-pills > li.active > a,
header#topNav nav ul.nav-pills > li.active > a:hover,
header#topNav nav ul.nav-pills > li.active > a:focus {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	border: 0;
	background: none;
}

header#topNav nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}

header#topNav nav ul.nav-main li.dropdown:hover > a {
	padding-bottom: 11px;
	margin-bottom: -1px;
	position: relative;
}

header#topNav nav ul.nav-main li.dropdown:hover > a:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0; height: 0;
	left: 40%; bottom: -3px;

	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

header#topNav nav ul.nav-main li.dropdown:hover > ul {
	display: block;
	z-index:300;
}

header#topNav li.divider {
	margin:2px 0px;
	padding:0;
	border:0;
	border-bottom:#eebf21 1px solid;
	border-top:#f3d05b 1px solid;
}

header#topNav li a i.fa {
	padding-right:6px;
}
	header#topNav li a em {
		color:#fff;
	}
	header#topNav a.logo {
		color:#333;
		text-decoration:none;
		font-size:35px;
		display:inline-block;
		height:60px; line-height:50px;
		font-weight:600;
		letter-spacing:-2px;
	}
	header#topNav button.btn-mobile {
		color:#fff;
		display: none;
		background:#2E363F;
		padding:6px 10px;
		margin-top:8px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}	
	header#topNav button.btn-mobile i {
		padding:0; margin:0;
		font-size:21px;
	}

	
	/* force btn default styles to be available on header */
	header#topNav a.btn-warning {
		background-color:#f0ad4e !important;
	}
	header#topNav a.btn-info {
		background-color:#5bc0de !important;
	}
	header#topNav a.btn-danger {
		background-color:#d9534f !important;
	}

.mg-book-now {
  padding: 30px 0;
  background-color: #39a1e7;
}
.mg-book-now .mg-bn-title {
  margin: 0;
  padding: 20px 0;
  font-family: "微軟正黑體", serif;
  font-size: 30px;
  font-weight:normal;
  line-height: 43px;
  text-align:center;      
  color: #f3d05b;
}
.mg-book-now .mg-bn-title .mg-bn-big {
  display: block;
  font-size: 17px;
  line-height: 28px;
  letter-spacing:1px;
  color: #fff;
}
.mg-book-now .focus .form-control {
  color: #fff !important;
  border-color: #e7b315 !important;
  box-shadow: none !important;
}
.mg-book-now .focus .input-group-addon {
  border-color: #e7b315 !important;
  color: #fff !important;
  background-color: #e7b315 !important;
}
.mg-book-now .mg-bn-forms {
  padding: 36px 0px;
}
.mg-book-now .mg-bn-forms .input-group-addon {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.mg-book-now .mg-bn-forms .input-group-addon:first-child {
  border-radius: 1px 0px 0px 1px;
}
.mg-book-now .mg-bn-forms .input-group .form-control {
  border-radius: 0 1px 1px 0;
}
.mg-book-now .mg-bn-forms .form-control {
  height: auto;
  padding: 8px 12px;
  border-radius: 1px;
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.mg-book-now .mg-bn-forms .form-control::-webkit-input-placeholder {
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:-ms-input-placeholder {
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:focus {
  color: #000;
  border-color: #e7b315;
  box-shadow: none;
}
.mg-book-now .mg-bn-forms .btn {
  padding: 9px 12px;
}
.mg-book-now .mg-bn-forms .col-md-3,
.mg-book-now .mg-bn-forms .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.mg-book-now .mg-bn-forms > form > .row:first-child .row {
  margin-right: -10px;
  margin-left: -10px;
}
.mg-book-now .cs-active > .cs-placeholder {
  border-color: #e7b315;
  color: #fff;
}
.mg-book-now.mg-book-now-light {
  background-color: #f2f2f2;
}
.mg-book-now.mg-book-now-light .mg-bn-title .mg-bn-big {
  color: #16262e;
}
.mg-book-now.mg-book-now-light .cs-active > .cs-placeholder {
  border-color: #e7b315;
  color: #e7b315;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control {
  border-color: #889195;
  color: #16262e;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-webkit-input-placeholder {
  color: rgba(22, 38, 46, 0.5);
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(22, 38, 46, 0.5);
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(22, 38, 46, 0.5);
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-ms-input-placeholder {
  color: rgba(22, 38, 46, 0.5);
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:focus {
  color: #16262e;
  border-color: #e7b315;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .input-group-addon {
  color: #16262e;
  border-color: #889195;
}
.mg-book-now.mg-book-now-light .mg-bn-forms div.cs-skin-elastic > span {
  border-color: #889195;
  color: #16262e;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .cs-active > .cs-placeholder {
  border-color: #e7b315;
  color: #e7b315;
}
.mg-book-now.mg-book-now-light .focus .form-control {
  color: #16262e !important;
  border-color: #e7b315 !important;
  box-shadow: none !important;
}
.mg-book-now.mg-book-now-light .focus .input-group-addon {
  border-color: #e7b315 !important;
  color: #fff !important;
  background-color: #e7b315 !important;
}

.m-t-120 {
	margin-top:120px;	
}

@media (max-width: 992px){
	.form-margin-15{
		margin:15px 0;
	}	
}

.datepicker {
  margin: 0;
  padding: 4px;
  border-radius: 1px;
}

.datepicker:before,
.datepicker:after {
  border-width: 0;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 40px;
  height: 35px;
  color: #4b565b;
  border-radius: 0;
  text-shadow: none;
}

.datepicker table tr td span {
  height: 54px;
  line-height: 54px;
  border-radius: 1px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #FFF;
  background-color: #e7b315;
  border-color: #e7b315;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #c0c8cb;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #88979d;
}

.datepicker table tr td.old.disabled,
.datepicker table tr td.new.disabled {
  color: #c0c8cb;
}



/** 04. Slider
**************************************************************** **/
#slider * { color:#fff; }
#slider {
	color:#fff;
	background:#E2E6E9;
	border-bottom:#ddd 1px solid;
	box-shadow:#ddd 0 0 5px;
	position:relative;
	margin-top:-10px !important;
	margin-bottom:0px !important;
}

#slider.full-screen {
	background:#f6f6f6;
	overflow:hidden;
	width:100%;
	margin:0; padding:0;
	
	display:block;
	margin-top:-81px !important; /* see #wrapper padding */
}
	#slider.nomargin-top {
		margin-top:0 !important;
	}

#slider .fullscreen-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%; height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#slider li {
	display:none;
}
.image-caption {
	text-align:center;
    position: absolute;
    left: 50%; top: 50%;
	margin-top:-30px; /* header height/2 */
    display: inline-block;
    max-width: 900px;
	z-index:2;
	color:#fff;

    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

}

	#slider .image-caption .inner {
		display:block;
		padding:40px 0;
	}
	#slider .image-caption .inner h1,
	#slider .image-caption .inner h2,
	#slider .image-caption .inner h3 {
		color:#fff;
		font-size:33px; 
		line-height:33px;
		margin:0 0 1px 0;
		display:inline-block;
		padding:6px;
		text-transform:uppercase;
		-webkit-text-stroke: 0.2px;
	}
	#slider .image-caption .inner h1 {
		font-size:60px; 
		line-height:60px;
		font-weight:600;
		background:rgba(255,255,255,0.3);
		display:inline-block;
	}
	#slider .image-caption .inner p {
		display:inline-block;
		margin:0 0 1px 0;
		padding:3px 10px;
		font-size:16px;
		font-weight:normal;
		letter-spacing:1px;
		background:#fff; 
		color:#333;
	}
	#slider .image-caption .inner .btn {
		margin-top:40px;
		font-size:30px;
		padding-bottom:15x;
		font-weight:200;
		-webkit-text-stroke: 0.2px;
	}

	#slider .image-caption img.img-responsive {/* if images used on the slider */
		width:100% !important;
		height:auto !important;
		position:relative !important;
		z-index:10 !important;
		left:auto !important;
		top:auto !important;
	}

	#slider .overlay {
		position:absolute;
		left:0; right:0; top:0; bottom:0;
		background:rgba(0,0,0,0.3);
		z-index:1;
	}
	#slider .overlay.invisible {
		background:rgba(0,0,0,0);
		visibility:visible;
	}


	/* controlls */
	#slider a.next,
	#slider a.prev {
		top:50%;
		color: #fff;
		font-size: 62px;
		filter: alpha(opacity=50);
		opacity:0.5;
		text-decoration:none;

		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			 -o-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
	#slider a.next:hover,
	#slider a.prev:hover {
		color: #fff;
		font-size: 70px;

		filter: alpha(opacity=100);
		opacity:1;
	}
	#slider a.prev { left: 10px }
	#slider a.prev:after {
		font-family: FontAwesome;
		content: '\f104';
	}
	#slider a.next { right: 10px }
	#slider a.next:after {
		font-family: FontAwesome;
		content: '\f105';
	}
/* half screen height */
#slider.half-screen,
#slider.half-screen li {
	height:600px !important;
	margin:0;
	padding:0;
}
	/* custom */
	#slider.full-screen,
	#slider.half-screen {
		background:#F0F0F0 url('../images/loading.gif') no-repeat center;
	}
	#slider .slides-pagination {
		bottom:60px !important;
	}

#slider.video {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}


/* slider with no image background */
#slider .noimg-slider h1 {
	font-size:120px !important;
	line-height:120px !important;
	background:none !important;
	font-weight:900 !important;
	display:block !important;
	padding:0 !important; 
}
#slider .noimg-slider p {
	background:none !important;
	padding:0 !important;
	font-weight:200;
	display:block !important;
	-webkit-text-stroke: 0.2px;
}


/* bottom button */
.slider-button {
	display:block;
	text-align:center;
	margin-top:-110px;
	margin-bottom:60px;
	position:relative;
	z-index:99;
}
.bottom-button {
	border:#F4F5F7 8px solid;
	width:100px; height:100px;
	line-height:86px;
	display:inline-block;
	position:relative;
	background:#F4F5F7;
	text-align:center;
	padding:0; margin:0;
	font-size:90px;
	text-decoration:none !important;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}


/* boxed slider */
body.boxed #slider li {
	position:relative;
}
body.boxed #slider .image-caption {
	left:30%;
}






/** 05. Content
 **************************************************************** **/
/* page title */
header#page-title {
	color:#fff;
	padding:20px 0;
	background:#ddd;
	position:relative;
	margin-bottom:40px;

	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
header#page-title  h1,
header#page-title  h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
}
header#page-title.big {
	padding:180px 0;
}
header#page-title.big h1 {
	color:#fff;
	font-size: 3em;
	line-height: 44px;
	line-height:50px;
}

header#page-title .container {
	color:#fff;
	z-index:99; /* eq #header_shadow */
	position:relative;
}
header#page-title h1 {
	margin:0; padding:0;
	color:#fff;
}

header#page-title.big .breadcrumb {
	background:rgba(255,255,255,0.8);
	padding:0 5px;
}
/* header parallax */
header#page-title.parallax {
	margin-top:-100px;
	padding-top:280px;
}
.no-page-title {
	margin-top:50px;
}

/* stick element to footer */
.stick-to-footer {
	margin-bottom:-81px; /* see #wrapper padding */
}

/* image inside article */
a.inner.pull-left,
img.inner.pull-left {
	margin-right:25px;
}
a.inner.pull-right,
img.inner.pull-right {
	margin-left:25px;
}

/* 404 */
div.e404 {
	font-size:1500%;
	line-height:200px;
	color:#ddd;
}


.top-content-search {
	margin:30px 0 60px 0;
	width:100%;
}

/* if no header used */
.top-no-header {
	position:relative;
	padding:80px 0;
}


/* demo only, optional - can be deleted on production */
.white-grid span {
	background:#fff;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	display: block;
}

.white-row {
	padding:20px; margin-bottom:20px;
	background-color:#fff;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}

/* General Page Title */
header.page-title h1,
h1.page-title {
	font-size:40px !important;
	line-height:40px !important;
	text-transform:none !important;
	font-weight:300 !important;
	margin:0;
}
h1.page-title,
header.page-title {
	margin-bottom:30px;
}

/* special row -mostly used by one page */
.special-row .divider i.fa,
.special-row {
	background-color:#e8eaee;
}
.special-row .divider.white .fa {
	background: #fff;
}



/* revolution slider */
.tp-banner-container {
	overflow:hidden;
	position:relative;
}
.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}

.tp-caption.roundedimage img {
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.fullscreenbanner-container,
.fullwidthbanner-container {
	background:#E2E6E9;
	margin-bottom:60px !important;
}
.fullscreenbanner-container li,
.fullwidthbanner-container li {
	visibility:hidden;
}
.tp-bullets {
	bottom:10px !important;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color:#fff;
	text-decoration:none;
}
.tp-bannershadow {
	width:100% !important;
}
.tp-caption h1 {
	color:#fff;
	font-size:350%;
}
.tp-caption h2 {
	color:#fff;
	font-size:180%;
}

/* modal wrapper bugfix */
.modal {
	padding-top:130px;
	background:rgba(0,0,0,0.3);
}
.modal-backdrop {
		z-index: 1 !important; /* because of #wrapper */
}

/* isotope filter */
li.masonry-item,
ul.isotope {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
}
li.masonry-item.fadeIn,
ul.isotope.fadeIn {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* loader */
span.js_loader {
	position:absolute;
	left:0; top:0; right:0; bottom:0;
	background-color:rgba(255,255,255,0.1);
	text-align:center;
	padding-top:10%;
}

	/*
		Custom Arrows
	*/
	.tp-bannertimer {
		background:#777 !important;
		background:rgba(0,0,0,0.1) !important;
		height:5px !important;
	  }


	.tparrows:before {
		font-family: 'revicons';
		color: #fff;
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		margin-right: 0;
		margin-top: 9px;
		text-align: center;
		width: 40px;
		font-size: 20px;
	}
	.tparrows {

		cursor: pointer;

		background: rgba(0, 0, 0, 0.5) !important;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 40px !important;
		height: 40px !important;

	}
	.tparrows:hover {
		color: #fff;
	}
	.tp-leftarrow:before {
		content: '\e824';
	}
	.tp-rightarrow:before {
		content: '\e825';
	}
	.tparrows.tp-rightarrow:before {
		margin-left: 1px;
	}
	.tparrows:hover {
		background: rgba(0, 0, 0, 1) !important;
	}
	/* end custom arrows */


	/* box-icon line separator */
	.featured-box.left-separator {
		border-left:#e6e6e6 1px solid;

		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}

/* misc */
.alert-minimal {
	padding:6px 15px;
	border-radius:0;
}
.alert.alert-default {
	background-color: rgba(0,0,0,0.08);
	border-left: rgba(0,0,0,0.6) 3px solid;
}

/** 06. Special Pages - maintenance, coming soon, etc
 **************************************************************** **/
.special-page {
	position:absolute;
	z-index:1000;
	left:0; right:0; top:0;
}

.special-page .center-box {
	padding:20px; margin-top:10%;
	background-color:rgba(255,255,255,0.3);
	border:rgba(255,255,255,0.1) 10px solid;
	box-shadow:rgba(0,0,0,0.1) 0 0 20px inset;
	text-align:center;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}

.special-page .center-box h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:60px;
	line-height:60px;
	margin:0;
}
.special-page .center-box h1 .subtitle {
	color:#fff;
	font-size:15px;
	line-height:26px;
	padding-top:10px;
	text-transform:none;
	font-weight:400;
}
.special-page .center-box h2,
.special-page .center-box h3 {
	color:#fff;
	font-size:22px;
}
	.special-page .progress-label,
	.special-page .center-box p {
		color:#fff;
	}
.special-page .center-box hr {
	border:0; margin:40px 0;
	border-bottom:rgba(255,255,255,0.3) 1px solid;
}

@media only screen and (max-width: 479px) {
	.special-page .center-box h1 {
		font-size:30px;
		line-height:30px;
	}
	.special-page .center-box h1 .subtitle {
		font-weight:300;
		padding-top:20px;
	}
}





/** 07. Contact
 **************************************************************** **/
#gmap {
	width:100%;
	height:400px;
	display:block;


	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; 

	z-index:1;
}
#gmap_default {
	width:100%;
	height:400px;
	display:block;
}

.err {
	border-color:#ff0000;
}



/** 08. Item Box (team, shop, etc)
 **************************************************************** **/
.item-box {
	background:#35a2ec;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.item-box.fixed-box figure img {
		width:100%;
		height:auto;
	}
.item-box-desc {
	padding:17px 20px;
	overflow:hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
	.item-box.fixed-box .item-box-desc p {
		height:98px;
	}
.item-box-desc h4 {
	padding:0; margin:0;
}
.item-box .item-box-desc small {
	display:block;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
}
.item-box .socials {
	border-top:#eee 1px solid;
	text-align:center;
	display:block;
}


/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-30px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}





/** 09. Comments
 **************************************************************** **/
#comments .comment {
	margin:40px 0;
	border-bottom:1px inset #ccc;
}
#comments a.replyBtn {
	float:right;
	margin-top:5px;
	padding: 0.4em 1em;
	font-size:15px;
	background:#35A2EC;
	color:#FFF;
	border-radius:0.25em;
}
#comments span.user-avatar {
	background:#eee;
	width:64px; height:64px;
	float:left;
	margin-right:10px;
}
#comments form .col-md-3,
#comments form .col-md-4,
#comments form .col-md-6,
#comments form .col-md-12 {
	padding:2px;
}
#comments form label {
	padding:6px 0 0 4px;
}
#commentForm {
	padding:15px;
}





/** 10. Footer
 **************************************************************** **/
footer  {
	color:#87919F;
	font-size:13px;
	overflow:hidden;
}
footer a, footer a:hover {
	color:#fff;
}

footer ul,
footer ul li {
	margin:0; 
	padding:0;
	list-style:none;
}

footer .footer-bar {
	display:block;
	position:relative;	
	text-transform:uppercase;
	background:#292f38;	
	box-shadow:0px -5px 15px 5px #000;
}

footer .footer-bar .fa {
	margin-left:10px;
}
footer .footer-bar .copyright {
	display:inline-block;
	padding:20px 0;
}
footer .footer-bar .toTop {
	position:absolute;
	right:0;
	padding:31px 0;
	padding-left:70px;
	width:50%;
	display:inline-block;
	float:right;
	text-align:center;
	border-left:#403E44 1px dashed;
} 
footer .footer-bar .toTop:hover {
	text-decoration:none;
} 

	/* footer columns */
	footer .footer-content {
		background:#2E363F;
		border-top:#403E44 1px dashed;
		padding:30px 0;
		display:block;
	}
		footer .footer-content h3 {
			margin-bottom:16px;
			font-weight:200;
			font-size:16px;
			color:#fff !important;

		}

		footer .column {
			display:block;
			height:100%;
		}

		/* footer logo */
		footer .column.logo {
			position:rtelative;
			background:#292f38;
			display:block;
			margin-top:-30px;
			margin-bottom:-30px;
			padding-top:50px;
			padding-bottom:50px;

			-webkit-border-bottom-right-radius: 15px;
			 -webkit-border-bottom-left-radius: 15px;
				-moz-border-radius-bottomright: 15px;
				 -moz-border-radius-bottomleft: 15px;
					border-bottom-right-radius: 15px;
					 border-bottom-left-radius: 15px;
		}
		footer .column.logo h4 {
			color:#fff;
			font-size:20px;
			padding:0; margin:0;
		}


	/* footer latest posts */
	footer .post-item,
	footer .post-item p,
	footer .post-item small {
		padding:0; margin:0;
		display:block;
	}
	footer .post-item {
		border-top:#403E44 1px dashed;
		padding-top:10px;
		margin-top:10px;
	}
	footer .post-item:first-child {
		border-top:0;
	}
		footer .post-item small {
			font-size:11px;
		}
		footer .post-item h3 {
			font-size:13px;
			line-height:20px;
			font-weight:normal;
			padding:0; margin:0;
			overflow:hidden;
			text-overflow:ellipsis; 
			white-space: nowrap;
			text-transform:none;
		}
		footer .view-more {
			display:block;
			margin-top:20px;
			font-size:13px;
		}

	/* footer contact */
	footer address .footer-sprite {
		margin-bottom:20px;
		padding-left:30px; 
		background:url('../images/footer_sprite.png') no-repeat 0 0;
	}
	footer address .footer-sprite:last-child {
		margin-bottom:0;
	}
	footer p {
		line-height:18px;
	}
	footer p.contact-desc {
		margin:0 0 30px 0; 
		padding:0 0 10px 0;
		border-bottom:#403E44 1px dashed;
	}
	footer address .footer-sprite.address {
		color:#efefef;
		background-position:0 0;
	}
	footer address .footer-sprite.phone {
		line-height:30px;		
		color:#efefef;	
		background-position:0 -138px;
	}		
	footer address .footer-sprite.email {
		background-position:0 -247px;
	}	




header#topNav li.quick-cart {
		position:relative;		
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		cursor:pointer;
		line-height:40px;
		width:40px; height:40px;
		text-align:center;
		font-size:17px;
		margin-left:10px !important;
		color:#35a2ec;
		background:rgba(255,255,255,0.9);		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	header#topNav li.quick-cart:before {
		content: "追蹤";
	}
	header#topNav li.quick-cart .badge {
		position:absolute;
		top:-4px; right:-4px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		color:#fff; 
		background-color:red;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	header#topNav li.quick-cart .quick-cart-content {
		position:absolute;		
		top:40px; 
		right:0;
		width:250px;
		padding:10px;		
		font-family:'微軟正黑體';
		text-align:left;
		background-color:#F8F8F8;
	}
	
	header#topNav li.quick-cart .quick-cart-content .title {
		padding:10px 0px;		
		font-family:'微軟正黑體';
		font-weight:600;
		letter-spacing:1px;
		text-align:left;
		color:#000;
	}	
	
	header#topNav li.quick-cart .quick-cart-content p {
		margin:0;		
		padding:0 0 6px 0; 
		font-size:13px;
		color:#F00;
	}
	header#topNav li.quick-cart .quick-cart-content a.item {
		clear:both;
		display:block;
		color:#999;
		padding:10px 0;
		font-size:13px;
		line-height:16px;
		min-height:60px;
		text-decoration:none;
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	header#topNav li.quick-cart .quick-cart-content a.item:hover {
		background:rgba(0,0,0,0.06);
	}
	header#topNav li.quick-cart .quick-cart-content a.item img {
		margin-right:10px;
		margin-left:8px;
	}
	header#topNav li.quick-cart .quick-cart-content a.item span.title,
	header#topNav li.quick-cart .quick-cart-content a.item span.price {
		display:block;
		font-size:14px;
		max-height:39px;
		overflow:hidden;
	}
	header#topNav li.quick-cart .cart-footer div.nopadding-right {
		margin-top:6px;
		padding-right:6px !important;
	}
	header#topNav li.quick-cart .cart-footer div.nopadding-left {
		margin-top:6px;
		padding-left:6px !important;
	}
	header#topNav li.quick-cart .cart-footer a.btn {
		color:#fff !important;
		font-size:13px !important;
	}

	header#topNav li.quick-cart.open {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	header#topNav li.quick-cart .quick-cart-content {
		position:fixed;
		left:-999px;
	}
	header#topNav li.quick-cart.open .quick-cart-content {
		cursor:default;
		position:absolute;
		left:auto; right:0;
	}
	header#topNav li.quick-cart.open:before {
		content: "\f00d";
	}

	/* mobile button */
	#btn-mobile-quick-comment {
		font-size:16px;
		display:none;
		border-left: rgba(0,0,0,0.1) 1px solid;
		padding:0 15px !important;
	}

	/* mobile button */
	#btn-mobile-quick-comment2 {
		font-size:16px;
		display:none;
		border-left: rgba(0,0,0,0.1) 1px solid;
		padding:0 15px !important;
	}	
	
	#btn-mobile-quick-cart {
		font-size:16px;
		display:none;
		border-left: rgba(0,0,0,0.1) 1px solid;
		padding:0 15px !important;
	}




	header#topNav li.quick-comment {
		position:relative;		
		display: inline-block;		
		line-height: 1;
		cursor:pointer;
		line-height:40px;
		width:40px; height:40px;
		text-align:center;
		font-size:17px;
		margin-left:10px !important;
		color:#35a2ec;
		background:rgba(255,255,255,0.9);		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	header#topNav li.quick-comment:before {
		content: "發文";
	}
	header#topNav li.quick-comment .badge {
		position:absolute;
		top:-4px; right:-4px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		color:#fff; 
		background-color:red;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	header#topNav li.quick-comment .quick-comment-content {
		position:absolute;		
		top:40px; 
		right:0;
		width:250px;
		padding:10px;		
		font-family:'微軟正黑體';
		text-align:left;
		background-color:#F8F8F8;
	}
	
	header#topNav li.quick-comment .quick-comment-content .title {
		padding:10px 0px;		
		font-family:'微軟正黑體';
		font-weight:600;
		letter-spacing:1px;
		text-align:left;
		color:#000;
	}	
	
	header#topNav li.quick-comment .quick-comment-content p {
		margin:0;		
		padding:0 0 6px 0; 
		font-size:13px;
		color:#F00;
	}
	header#topNav li.quick-comment .quick-comment-content a.item {
		clear:both;
		display:block;
		color:#999;
		padding:10px 0;
		font-size:13px;
		line-height:16px;
		min-height:60px;
		text-decoration:none;
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	header#topNav li.quick-comment .quick-comment-content a.item:hover {
		background:rgba(0,0,0,0.06);
	}
	header#topNav li.quick-comment .quick-comment-content a.item img {
		margin-right:10px;
		margin-left:8px;
	}
	header#topNav li.quick-comment .quick-comment-content a.item span.title,
	header#topNav li.quick-comment .quick-comment-content a.item span.price {
		display:block;
		font-size:14px;
		max-height:39px;
		overflow:hidden;
	}
	header#topNav li.quick-comment .cart-footer div.nopadding-right {
		margin-top:6px;
		padding-right:6px !important;
	}
	header#topNav li.quick-comment .cart-footer div.nopadding-left {
		margin-top:6px;
		padding-left:6px !important;
	}
	header#topNav li.quick-comment .cart-footer a.btn {
		color:#fff !important;
		font-size:13px !important;
	}

	header#topNav li.quick-comment.open {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	header#topNav li.quick-comment .quick-comment-content {
		position:fixed;
		left:-999px;
	}
	header#topNav li.quick-comment.open .quick-comment-content {
		cursor:default;
		position:absolute;
		left:auto; right:0;
	}
	header#topNav li.quick-comment.open:before {
		content: "\f00d";
	}

	header#topNav li.quick-comment2 {
		position:relative;		
		display: inline-block;		
		line-height: 1;
		cursor:pointer;
		line-height:40px;
		width:40px; height:40px;
		text-align:center;
		font-size:17px;
		margin-left:10px !important;
		color:#35a2ec;
		background:rgba(255,255,255,0.9);		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	header#topNav li.quick-comment2:before {
		content: "提問";
	}
	header#topNav li.quick-comment2 .badge {
		position:absolute;
		top:-4px; right:-4px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		color:#fff; 
		background-color:red;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	header#topNav li.quick-comment2 .quick-comment-content {
		position:absolute;		
		top:40px; 
		right:0;
		width:250px;
		padding:10px;		
		font-family:'微軟正黑體';
		text-align:left;
		background-color:#F8F8F8;
	}
	
	header#topNav li.quick-comment2 .quick-comment-content .title {
		padding:10px 0px;		
		font-family:'微軟正黑體';
		font-weight:600;
		letter-spacing:1px;
		text-align:left;
		color:#000;
	}	
	
	header#topNav li.quick-comment2 .quick-comment-content p {
		margin:0;		
		padding:0 0 6px 0; 
		font-size:13px;
		color:#F00;
	}
	header#topNav li.quick-comment2 .quick-comment-content a.item {
		clear:both;
		display:block;
		color:#999;
		padding:10px 0;
		font-size:13px;
		line-height:16px;
		min-height:60px;
		text-decoration:none;
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	header#topNav li.quick-comment 2.quick-comment-content a.item:hover {
		background:rgba(0,0,0,0.06);
	}
	header#topNav li.quick-comment2 .quick-comment-content a.item img {
		margin-right:10px;
		margin-left:8px;
	}
	header#topNav li.quick-comment2 .quick-comment-content a.item span.title,
	header#topNav li.quick-comment2 .quick-comment-content a.item span.price {
		display:block;
		font-size:14px;
		max-height:39px;
		overflow:hidden;
	}
	header#topNav li.quick-comment2 .cart-footer div.nopadding-right {
		margin-top:6px;
		padding-right:6px !important;
	}
	header#topNav li.quick-comment2 .cart-footer div.nopadding-left {
		margin-top:6px;
		padding-left:6px !important;
	}
	header#topNav li.quick-comment2 .cart-footer a.btn {
		color:#fff !important;
		font-size:13px !important;
	}

	header#topNav li.quick-comment2.open {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	header#topNav li.quick-comment2 .quick-comment-content {
		position:fixed;
		left:-999px;
	}
	header#topNav li.quick-comment2.open .quick-comment-content {
		cursor:default;
		position:absolute;
		left:auto; right:0;
	}
	header#topNav li.quick-comment2.open:before {
		content: "\f00d";
	}

	/* mobile button */
	#btn-mobile-quick-comment2 {
		font-size:16px;
		display:none;
		border-left: rgba(0,0,0,0.1) 1px solid;
		padding:0 15px !important;
	}



/** DEMO ONLY
 **************************************************************** **/
/** feature-icons.html - icon text color - can be removed on production **/
.fa-hover a {
	text-decoration:none;
}
.fa-hover i {
	width:20px;
	margin-right:10px;
}
.fa-hover a span { 
	color:#666;
}


div.cs-skin-elastic {
  background: transparent;
  font-size: 14px;
  color: #fff;
}
div.cs-skin-elastic > span {
  background-color: #337AB7;
  z-index: 9900;
  border: 1px solid #fff;
}
div.cs-skin-elastic > span::after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.cs-skin-elastic .cs-options {
  border: 1px solid #e1eaee;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
div.cs-skin-elastic .cs-options span {
  padding: 4px 12px;
  color: #4b565b;
}
div.cs-skin-elastic .cs-options .cs-selected span {
  color: #e7b315;
}
div.cs-skin-elastic .cs-options .cs-selected span:hover {
  color: #fff;
}
div.cs-skin-elastic .cs-options .cs-selected span::after {
  content: '';
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span {
  color: #fff;
  background-color: #e7b315;
}

/* Default custom select styles */
div.cs-select {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	z-index: 9900;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 6px 12px 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 2em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

.btn-main {
  color: #FFF;
  background-color: #f3d05b;
  border-color: #f3d05b;
}

.btn-main:hover {
  background-color: #eec341;
  border-color: #eec341;
  color: #fff;
}

.member-id {	
	margin-bottom:0px;
	padding: 10px;
	font-size:18px;
	text-align:center;	
}

.filter-box {
	padding:5px 10px;
	background:#FFF;
	border:1px solid #ccc;
}

/*.filter-box-end {
	padding:5px 10px;
	background:#FFF;
	border:1px solid #ccc;
}*/


.products-header {
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFFFF;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);	
}

.products-header > .row > div:last-child {
}

.products-header .toggle-list-grid button {
	margin:0 4px;
}

.products-header .order-by {
	display:inline-block;
	margin-left:10px;
}

.filter-h4 {
	margin:10px 0px;	
}

article.product-item  {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	background-color:#FFFFFF;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);	
}

article.product-item .product-overlay {
	position:relative;
	display:block;
}

article.product-item .product-overlay .product-mask {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s ease-out;
	background-color:#999999;
	z-index:110;
}

article.product-item:hover .product-overlay .product-mask {
	opacity:0.3;
	filter:alpha(opacity=30);
}

article.product-item .product-image-2 {
	position:absolute;
	top:0;
	opacity:0;
	transition:opacity 0.6s ease-in;
	z-index:100;
}

article.product-item:hover .product-image-2 {
	opacity:1;
}

article.product-item .product-quickview {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-32px;
    transition:all 0.2s ease-out;
	text-align:center;
	opacity:0;
	z-index:130;
}

article.product-item:hover .product-quickview {
	opacity:1;
}

article.product-item .product-quickview .btn-quickview {
    background-color:rgba(255,255,255,0.8);
	padding:20px 0;
	width:100%;
	border-radius:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	transition:all 0.3s ease-in;
}

article.product-item .product-quickview .btn-quickview:hover, 
article.product-item .product-quickview .btn-quickview:focus {
	color:#666666;
}

article.product-item .product-permalink {
	display:block;
    width:100%;
    height:100%;
	position:absolute;
	z-index:120;
}

article.product-item h3 {
	margin-top:15px;
	margin-bottom:5px;	
	font-weight:400;
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
}

article.product-item h4 {
	margin-top:15px;
	margin-bottom:5px;	
	font-weight:normal;
	font-size:16px;
	line-height:24px;
	letter-spacing:0;
}


article.product-item .product-rating {
	padding:0 0 5px;
}

article.product-item .product-rating i,
.account-content .product-rating i,
.small-product li .product-rating i {
	font-size:16px;
	padding:0 1px;
	color:#F2CD00;
}

article.product-item .price,
.small-product li .price {
	font-size:18px;
	color:#888888;
}

article.product-item .price ins,
.small-product li .price ins {
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}

article.product-item .price del + ins,
.small-product li .price del + ins {
	text-decoration:none;
	font-size:22px;
	margin-left:3px;
	font-weight:400;
}

article.product-item .buttons {
	padding:15px 0;
}

article.product-item .buttons a.add-to-cart i {
	margin-right:5px;
}

article.product-item .buttons-simple {
	padding:10px 0 15px;
}

article.product-item .buttons-simple a {
	font-size:19px;
	padding:0 7px;
}

article.product-item .buttons-simple a:hover {
	color:#666666;
}

article.product-item .product-labels {
	position:absolute;
	padding:15px;
	z-index:125;
}

article.product-item .product-labels .label {
	border-radius:50%;
	width:36px;
	height:36px;
	padding:10px 0 0;
	display:inline-block;
	font-size:12px;
	border:2px solid #FFFFFF;
	text-transform:uppercase;
}

article.product-item .product-labels .label.label-danger {
	background-color:#E87169;
}

article.product-item .product-labels .label.label-info {
	background-color:#39B3CA;
}

.btn-m-tb-5 {
	margin:5px 0px;	
}
/* LIST */

#products.list > div {
	width:100%;
}

#products.list article.product-item .product-body {
	padding-right:15px;
}

#products.list article.product-item p {
	font-size:15px;
	color:#888888;
	margin:10px 0 0;
}

#products.list article.product-item h3 {
	height:auto;
}

#products.list article.product-item .product-labels {
	top:0;
	right:15px;
}

#products.list article.product-item .product-labels .label {
	box-shadow:0 0 1px 0 rgba(0,0,0,0.2);
}

#products.grid article.product-item p {
	display:none;
}

/* GRID */
#products.grid article.product-item {
	text-align:center;
}

#products.grid article.product-item > .row > div {
	width:100%;
	float:none;
	position:static;
}

#products.grid article.product-item .product-body {
	padding:0 10px;
}

#products.grid article.product-item .product-labels {
	top:0;
	left:0;
}

.btn-default.active, 
.btn-default:active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active:hover,
.btn-default:active:focus{
	color:#E87169;
	border:1px solid #E87169;	
}

select.form-control {
	font-size:16px;
	color:#2E363F;
	background-position:right center;
	background-size:contain;
	border-radius:0px;
}

select.form-control::-ms-expand {
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter:alpha(opacity=0);
	/* Other IE */
	opacity:0;
}

#car-master {
	border:1px solid #CCC;
	border-bottom:0px;
	background: #fff;
}

.article-top {
	position:relative;
	margin:0px;
	padding:0px;
	border:1px solid #888;
	border-left:0px;
	border-right:0px;	
}

.article-top h4 {
	margin:0px;
	padding:10px;
}

.article-bottom {
	padding:50px 10px 0px;
}

.article-reply {
	margin-bottom:50px;
	padding:0px 10px 50px;
}

.user-info {

}
.user-info h3 {
	margin:10px 0;
	font-size:18px;	
}
.user-info-4 {
	margin-top:5px;	
}

.post-item, .post-item p {
	padding:0; 
	margin:0;
	display:block;
}


.post-item {
	border-top:1px dashed #e3e3e3;
	margin-top:10px;
	padding-top:10px;
}
.post-item p span{
	margin-left:10px;
	font-size:16px;
	color:#06F;
}

.post-item:first-child {
	border-top:0;
}

.post-item h3 {
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	padding:0; margin:0;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	text-transform:none;
}

.m-t-20 {
	margin-top:20px;
}

.m-t-10 {
	margin-top:10px;
}

.widget-area.blank {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.widget-area {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 25px 30px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.status-upload {
	float: left;
	width: 100%;
	background: none repeat scroll 0 0 #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.status-upload form textarea {
	height: 142px;
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #777777;
	float: left;
	font-family:微軟正黑體;
	font-size: 14px;
	letter-spacing: 0.3px;
	padding: 20px;
	width: 100%;
	resize:vertical;
	outline:none;
	border: 1px solid #999;
}

.status-upload form button {
	float: right;
	font-family:微軟正黑體;
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #fff;
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.status-upload form button > i {
	margin-right: 7px;
}

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    padding: 40px 10px;
    font-size: 16px;
    font-weight: normal;
	text-align: center;
	color: #fff;
    background: #41cac0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;	
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    /* width: 80px; */
    display: inline-block;
}

.bio-row p strong {
	font-size:16px;
	letter-spacing:1px;
	color:#000;
}

@media (max-width:480px){
	.bio-row {
		width: 100%;
	}

	.bio-row p span {
		width: 70px;
		display: inline-block;
	}	
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(256,256,256,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
   float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

.account-content {
	padding:20px;
	background-color:#FFFFFF;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);	
}

.table-products {
	border-bottom:2px solid #EBEBEB;
	margin-bottom:10px;
}

.table-products > thead > tr > th, 
.table-products > tbody > tr > th {
	padding:10px 5px;
    font-size:16px;
    border-right:2px solid #FFFFFF;
	border-bottom:0;
    text-align:center;
}

.table-products > thead > tr > th:last-child, 
.table-products > tbody > tr > th:last-child {
    border-right:0;
}

.table-products > thead > tr > td, 
.table-products > tbody > tr > td {
	padding:10px 0;
	vertical-align:middle;
}

.table-products > tbody > tr:first-child > td {
	border-width:0;
}

.table-products .col-xs-1 img {
	max-width:70px;
}

.table-products h4 {
	margin-left:25px;
}

.table-products h4 small {
	margin-top:5px;
    display:block;
    color:#AAAAAA;
    font-style:italic;
}

.table-products span {
    color:#888888;
    font-size:16px;
}

.table-products .form-control {
    text-align:center;
    font-size:16px;
    margin:15px auto;
    width:60%;
}

.block_textarea{
	height:600px;	
}

.content .box {
	padding:12px;
	border:2px solid #F0F0F0;
	margin-bottom:30px;
}

.content .box h4 {
	margin:-12px -12px 12px;
	background-color:#F5F5F5;
	border-bottom:2px solid #F0F0F0;
	padding:12px;
	color:#888888;
}

.content .box h5 {
	font-weight:bold;
	color:#888888;
}

.content .box h4 + p,
.content .box h5 + p {
	margin-bottom:0;
}

.content .box ul {
	margin:0;
}

.content .box ul li {
	font-size:15px;
	color:#777777;
	padding:2px 0;
}

.order-list-span {
	margin-left:10px;
	color:#09F;	
}

.account-content .order-action {
	float:right;
}

.block{ width:100%; margin:0 0 20px 0; padding-top:10px; padding-left:50px; line-height:21px;}
.block .star_score{ float:left;}
.star_list{height:21px;margin:50px; line-height:21px;}
.block p,.block .attitude{ padding-left:20px; line-height:21px; display:inline-block;}
.block p span{ color:#C00; font-size:16px; font-family:"微軟正黑體", Times, serif;}
.star_score { background:url(../images/stark2.png); width:160px; height:21px;  position:relative; }
.star_score a{ height:21px; display:block; text-indent:-999em; position:absolute;left:0;}
.star_score a:hover{ background:url(../images/stars2.png);left:0;}
.star_score a.clibg{ background:url(../images/stars2.png);left:0;}
#starttwo .star_score { background:url(../images/starky.png);}
#starttwo .star_score a:hover{ background:url(../images/starsy.png);left:0;}
#starttwo .star_score a.clibg{ background:url(../images/starsy.png);left:0;}
/*星星样式*/
.show_number{ padding-left:50px; padding-top:20px;}
.show_number li{ width:240px; border:1px solid #ccc; padding:10px; margin-right:5px; margin-bottom:20px;}
.atar_Show{background:url(../images/stark2.png); width:160px; height:21px;  position:relative; float:left; }
.atar_Show p{ background:url(../images/stars2.png);left:0; height:21px; width:134px;}
.show_number li span{ display:inline-block; line-height:21px;}

.blogShort{ border-bottom:1px solid #ddd;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #0b56a8; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #E50000;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}

.badge{
	background: red;
}



.article-box, .article-box2, .article-bottom,  .product-box {
	overflow: hidden;
}


.article-box p img, .article-box2 p img, .article-bottom p img, .product-box p img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.m-b-10 {
	margin-bottom: 10px;
}

.nav-pills>li>a {
	background-color: #fff;
}

.bg-w {	
	padding: 20px;
	background: #fff;
}

@media (max-width: 480px){
	.bg-w {
		margin-top: 15px;
	}
}

.offer-car {
	padding: 10px 20px;
	background: #efefef;
}









