body {
	background: #fff;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	font-weight: 300;
	color: #454545;
	font-size: 15px;
	line-height: 26px;
}
h1 {
	font-weight: 600;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	color: #272727;
	font-size: 50PX;
}
h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	color: #272727;
}
@font-face {
	font-weight: normal;
	font-style: normal;
}
.Light49 {
	font-size: 49px;
}
a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2a95be;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}
.section-header .section-title {
	font-size: 36px;
	color: #454545;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
	;
	font-weight: 500;
}
.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #ff641b;
}
.section-header .section-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid #fff;
	border-radius: 20px;
	background: #ff641b;
}
.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}
.btn.btn-primary {
	background: #ff641b;
	border-color: #ff641b;
	border-radius: 25px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background: #e84a00;
}
.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}
.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #45aed6;
}
ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
ul.nostyle i {
	color: #45aed6;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.abc {
	text-align: center;
	margin-bottom: 10px
}

@media(min-width:767px) {
.navbar {
	padding: 0px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.nonono {
	display: none;
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
}
.navbar.navbar-default .navbar-toggle {
	margin-top: 8px;
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 8px 10px 8px;
}
.common-category-item-wrap {
	margin: 6px 12px 0px 12px;
	padding: 0px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.common-category-item-wrap4 {
	margin: 7px 58px 7px 58px;
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.common-category-item-wrap5 {
	margin: 7px 58px 7px 58px;
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.common-category-item-wrap6 {
	margin: 7px 58px 7px 58px;
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.category-blue-group .common-category-item-wrap {
	border-color: #f29100;
}
.category-green-group .common-category-item-wrap {
	border-color: #f29100;
}
.category-yellow-group .common-category-item-wrap {
	border-color: #f29100;
}
.category-pink-group .common-category-item-wrap {
	border-color: #f29100;
}
.category-grey-group .common-category-item-wrap {
	border-color: #f29100;
}
.category-grey-group .common-category-item-wrap4 {
	border-color: #f29100;
	background-color: #f29100;
}
.category-grey-group .common-category-item-wrap5 {
	border-color: #cf3c08;
	background-color: #cf3c08;
}
.category-grey-group .common-category-item-wrap6 {
	border-color: #f29100;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
}
.category-grey-group .common-category-item-wrap4 a {
	color: #fff;
	font-weight: bold;
}
.category-grey-group .common-category-item-wrap5 a {
	color: #fff;
	font-weight: bold;
}
.category-grey-group .common-category-item-wrap6 a {
	color: #414446;
	font-weight: bold;
}
#search_category_computer:before, #search_category_dress:before, #search_category_life:before, #search_category_music_n_movie:before {
	background-position-x: 0;
}
#search_category_cellphone:before, #search_category_collection:before, #search_category_idol:before, #search_category_man_wear:before {
	background-position-x: -30px;
}
#search_category_clock_n_eyeglasses:before, #search_category_electrical_appliances:before, #search_category_portfolio_n_shoes:before, #search_category_sport:before {
	background-position-x: -60px;
}
#search_category_antique:before, #search_category_traffic:before, #search_category_travel:before, #search_category_underdress:before {
	background-position-x: -90px;
}
#search_category_baby_n_mom:before, #search_category_camera:before, #search_category_food:before, #search_category_real_estate:before {
	background-position-x: -121px;
}
#search_category_book_n_stationery:before, #search_category_game:before, #search_category_mackup:before, #search_category_toy:before {
	background-position-x: -152px;
}
#search_category_cellphone:before, #search_category_collection:before, #search_category_idol:before, #search_category_man_wear:before {
	background-position-x: -30px;
}
.category-grey-group .common-category-item:before {
	background-position: -182px -126px;
}
.category-green-group .common-category-item:before {
	background-position-y: -186px;
}
.category-yellow-group .common-category-item:before {
	background-position-y: -216px;
}
.category-blue-group .common-category-item:before {
	background-position-y: -127px;
}
.category-pink-group .common-category-item:before {
	background-position-y: -156px;
}
.common-category-item:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/mobile_sprite.png) no-repeat;
	background-size: 250px auto;
	vertical-align: middle;
	margin-right: 5px;
}
.common-category-item {
	display: inline-block;
	min-width: 105px;
	text-align: left;
	box-sizing: border-box;
	color: #414446;
}

@media only screen and (min-width: 768px) {
#main-menu.navbar-default {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
#main-menu.navbar-default .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}
#main-menu.navbar-default .navbar-nav > li.active > a,  #main-menu.navbar-default .navbar-nav > li.open > a,  #main-menu.navbar-default .navbar-nav > li:hover > a {
	background: transparent;
	border-top: 0px solid #ff6c00;
	color: #ff6c00;
}
#main-menu.navbar-default .dropdown-menu {
	padding: 0 20px;
	min-width: 220px;
	background-color: rgba(26, 28, 40, 0.9);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-clip: inherit;
}
#main-menu.navbar-default .dropdown-menu > li {
	border-left: 3px solid transparent;
	margin-left: -20px;
	padding-left: 17px;
	-webit-transition: border-color 400ms;
	transition: border-color 400ms;
}
#main-menu.navbar-default .dropdown-menu > li > a {
	border-top: 1px solid #404455;
	padding: 15px 0;
	color: #eeeeee;
}
#main-menu.navbar-default .dropdown-menu > li:first-child > a {
	border-top: 0;
}
#main-menu.navbar-default .dropdown-menu > li.active,  #main-menu.navbar-default .dropdown-menu > li.open,  #main-menu.navbar-default .dropdown-menu > li:hover {
	border-left-color: #45aed6;
}
#main-menu.navbar-default .dropdown-menu > li.active > a,  #main-menu.navbar-default .dropdown-menu > li.open > a,  #main-menu.navbar-default .dropdown-menu > li:hover > a {
	color: #45aed6;
	background-color: transparent;
}
}
#main-slider {
	overflow: hidden;
}
#main-slider .item {
	height: 700px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slider .slider-inner h2 {
	margin-top: 247px;
	font-size: 40px;
	line-height: 1;
	text-transform: capitalize;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	color: #fff;
	text-align: center;
}
#main-slider .slider-inner p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif,;
	color: #fff;
	text-align: center;
}
#main-slider .slider-inner h2 > span {
	color: #45aed6;
}
#main-slider .slider-inner .btn {
	margin-top: 20px;
	background: transparent;
	border: 3px solid #f26522;
	border-radius: 30px;
}
#main-slider .slider-inner .btn.btn-primary {
	padding: 10px 46px;
	font-size: 22px;
}
#main-slider .slider-inner .btn.btn-primary:hover {
	background: #f26522;
}
#main-slider .owl-prev, #main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
	background-color: #45aed6;
}
#main-slider .owl-prev {
	left: -35px;
	text-indent: 14px;
}
#main-slider .owl-next {
	right: -35px;
	text-indent: -14px;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #45aed6;
}
#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
#features {
	padding: 100px 0;
}
#features .media.service-box:first-child {
	margin-top: 80px;
}
#services {
	padding: 87px 0 87px;
}
.media.service-box {
	margin: 25px 0;
	text-align: center;
}
.media.service-box .pull-left {
	width: 100%;
	padding-bottom: 25px;
}
.media.service-box .pull-left > i {
	font-size: 42px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #4c4c4c;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}
.media.service-box .pull-left > i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
}
.media-body h4 {
	margin-bottom: 15px;
	font-size: 22px;
	color: #454545;
}
.media-body p {
	line-height: 20px;
}
.media.service-box:hover .pull-left > i {
	/*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/  color: #000;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
	padding: 87px 0;
	background: #f5f5f5;
}
#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}
#portfolio .portfolio-filter > li {
	float: left;
	display: block;
}
#portfolio .portfolio-filter > li a {
	display: block;
	padding: 7px 15px;
	;
	color: #64686d;
	position: relative;
}
#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
	background: #ff641b;
	color: #fff;/* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}
/*#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#portfolio .portfolio-filter > li:first-child a {
	border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {
/* border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
	margin: -15px;
}
#portfolio .portfolio-item {
	width: 24.9%;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
	position: absolute;
	top: -18px;
	right: 12px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#testimonial {
	background-size: cover;
	padding: 87px 0 80px 0;
}
#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}
#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
	margin-top: 10px;
}
#testimonial .col-sm-6 {
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-bottom: 20px;
}
#testimonial .col-sm-6:nth-child(2n+0) {
	border-right: 0px solid #f4f4f4;
}
#testimonial .col-sm-6:nth-child(3), #testimonial .col-sm-6:nth-child(4) {
	border-bottom: 0px solid #06F;
}
#testimonial .panel-one {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	height: 200px;
	overflow: hidden;
}
#testimonial .user-img {
	width: 25%;
	margin-right: 15px;
	float: left;
}
#testimonial .user-img img {
	border-radius: 50%;
	border: 4px solid #e5e5e5;
	width: 100%;
}
#testimonial .testi-info {
	width: 66%;
	float: left;
}
#testimonial .testi-info h4 {
	font-size: 18px;
	color: #454545;
	margin: 0px;
	padding-top: 15px;
}
#testimonial .testi-info h5 {
	font-size: 14px;
	color: #454545;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
}
#testimonial .testi-info p {
	font-size: 15px;
	color: #454545;
	line-height: 20px;
}
#ruten-team {
	padding: 0px 0 0px 0;
}
#ruten-team .team-member {
	padding: 13px;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}
#ruten-team .team-member .team-img {
	margin: -15px -15px 0 -15px;
	text-align: center;
}
#ruten-team .team-member .team-info {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.team-info h3 {
	margin-bottom: 0px;
}
#ruten-team .team-member:hover {
	border-color: #45aed6;
}
#ruten-team .team-member:hover .social-icons > li > a {
	background: #45aed6;
}
#ruten-team .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ruten-team .social-icons > li {
	display: inline-block;
}
#ruten-team .social-icons > li > a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #222534;
	border-radius: 3px;
}
.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}
.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
	color: #272727;
}
.nav.main-tab > li.active > a {
	background: #222534;
	color: #45aed6;
}
.nav.main-tab > li:first-child > a {
	border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
	border-radius: 0 3px 0 0;
}
.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}
.panel-default {
	border-color: #eee;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eee;
}
#rutenhead1 {
	padding: 200px 0 130px;
	background: #132125 url(../images/bg2.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
#rutenhead1 h1, #rutenhead1 h2, #rutenhead1 h3, #rutenhead1 h4 {
	color: #fff;
}
#rutenhead1 strong {
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: capitalize;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.rutenhead1 {
	display: inline-block;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	width: 261px;
	height: 174x;
	font-size: 29px;
	line-height: 180px;
	margin-bottom: 20px;
}
#rutenhead {
	padding: 100px 0 300px;
	background: #132125 url(../images/bg1.jpg) no-repeat center center;
	color: #fff;
}
#rutenhead h1, #rutenhead h2, #rutenhead h3, #rutenhead h4 {
	color: #fff;
}
#rutenhead strong {
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: capitalize;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.rutenhead {
	display: inline-block;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	width: 261px;
	height: 174x;
	font-size: 29px;
	line-height: 180px;
	margin-bottom: 20px;
}
#rutenhead2 {
	padding: 200px 0 130px;
	background: #132125 url(../images/bg3.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
#rutenhead2 h1, #rutenhead2 h2, #rutenhead2 h3, #rutenhead2 h4 {
	color: #fff;
}
#rutenhead2 strong {
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: capitalize;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.rutenhead2 {
	display: inline-block;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	width: 261px;
	height: 174x;
	font-size: 29px;
	line-height: 180px;
	margin-bottom: 20px;
}
#rutenmust {
	padding: 50px 0 50px 0px;
	background: #ff9c00;
}
#rutenmust ul.rutenmust {
	list-style: none;
	padding: 0;
	margin: 10px 0 30px;
	border: 1px solid #eee;
	border-radius: 25px;
	padding: 15px;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#rutenmust ul.rutenmust:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
}
#rutenmust ul.rutenmust li {
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	background: #fff;
}
#rutenmust ul.rutenmust li.plan-header {
	padding: 15px 15px 30px;
	border: 0;
}
#rutenmust ul.rutenmust li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span {
	display: block;
	line-height: 1;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span.price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}
#rutenmust ul.rutenmust li.plan-header .price-duration > span.duration {
	margin-top: 5px;
}
#rutenmust ul.rutenmust li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 20px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	color: #272727;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
}
#rutenmust ul.rutenmust li.plan-header .plan-price {
	margin-top: 10px;
	font-size: 60px;
	color: #454545;
	font-weight: 600;
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif,;
	text-transform: uppercase;
}
#rutenmust ul.rutenmust li.usebanner .btn-primary {
	background: #ff641b;
	border-radius: 30px;
	margin-top: 25px;
	padding: 15px 25px 10px;
	font-size: 18px;
}
.btn-primary2 {
	background: #ff641b;
	border-radius: 20px;
	margin-top: 25px;
	padding: 15px 25px 10px;
	font-size: 18px;
	;
}
#rutenmust ul.rutenmust li.plan-header .plan-price span {
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
}
#rutenmust ul.rutenmust.featured {
	background: #222534;
	color: #fff;
	border: 0;
}
#rutenmust ul.rutenmust.featured li.plan-header {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#rutenmust ul.rutenmust.featured li.plan-header .plan-name {
	color: #fff;
}
#ruten123 {
	padding: 100px 0 50px;
	color: #454545;
	background: #fff;
}
#ruten123 h1, #ruten123 h2 {
	color: #454545;
}
#ruten123 .address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#ruten123 .address h4 {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#ruten123 .address p {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#ruten123 .address a {
	color: #454545;
}
#ruten123 .form-control {
	height: 40px;
	;
	color: #323232;
}
#ruten123 textarea.form-control {
	height: 135px;
	color: #323232;
}
#ruten123 .btn.btn-primary {
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	font-size: 22px;
	padding: 8px 40px;
}
#video {
	padding: 0px 0 0px;
	color: #454545;
}
#video h1, #video h2 {
	color: #454545;
}
#video .address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#video .address h4 {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#video .address p {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#video .address a {
	color: #454545;
}
#video .form-control {
	height: 40px;
	;
	color: #323232;
}
#video textarea.form-control {
	height: 135px;
	color: #323232;
}
#video .btn.btn-primary {
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	font-size: 22px;
	padding: 8px 40px;
}
.day_arrival {
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../images/day_arrival.png);
	width: 70px;
	height: 70px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}
.day_arrival2 {
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../images/day_arrival.png);
	width: 80px;
	height: 23px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}


.pcmac {}
.mobilephone { display:none !important;}
	@media screen and (max-width:767px){
		.pcmac { display:none !important;}
		.mobilephone { display: inherit !important;}
	}

/****滑滑滑****/

.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}
.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-next.carousel-item-left,  .carousel-item-prev.carousel-item-right {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-item-next, .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-next,  .active.carousel-item-right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev, .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-prev,  .active.carousel-item-left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-right, .carousel-item-next {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-left, .carousel-item-prev {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	z-index: 150;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 150;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20px;
	height: 6px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators .active {
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
/****滑滑滑****/

.rutenevent {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 6;
}
/*list601*/
.list601 {
	margin-bottom: 0px;
	background: url() no-repeat scroll center top;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.list601 h2 {
	display: none;
	position: relative;
	top: 0px;
#top:5px;
	margin: 0px;
	padding: 0px;
	height: 74px;
	font: 24px/74px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: -3px;
	overflow: hidden;
}
.list601 h2 b {
	font: bold 24px/74px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #000;
	letter-spacing: -3px;
}
.list601 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.list601 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 16.5%;
	height: auto;
	list-style: none outside none;
	background-color: #FFF;
}
.list601 ul li a {
	text-decoration: none;
}
.list601 ul li a img {
	display: block;
	margin: 10px;
	padding: 0px;
	width: 90%;
}
.list601 ul li .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 5px 0px 5px;
	width: 100%;
	height: 30px;
	font: bold 15px/30px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #fff;
	background-color: #cc0905
}
.list601 ul li .sidetitle {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 16px;
	background: #FF0000;
	padding: 5px;
	border-radius: 0 0 9px 0;
}
.list601 ul li .item {
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	font: 14px/18px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #666
}
.list601 ul li .item b {
	font: bold 14px/18px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #000
}
.list601 ul li:hover .item {
	display: block;
	text-decoration: underline;
	color: #000;
}
.list601 ul li p {
	margin-top: -2px;
*margin-top:-7px;
	padding: 0px;
	height: 32px;
	text-align: center;
	color: #e70a0a;
	box-sizing: border-box;
}
.list601 ul li p b {
	font: bold 16px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #e70a0a;
	letter-spacing: -1px;
}
.list601 ul li p .money {
	font: bold 18px/26px Century Gothic;
	color: #e70a0a;
}
.list601 ul li p .chose {
	font: bold 10px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #666;
	text-decoration: line-through;
}
.list601 ul li p .Price {
	font: 24px/36px Century Gothic;
	letter-spacing: -1px;
	color: #e70a0a;
}
.list601 .buygif {
	font-size: 11px;
	color: #000;
	margin: 5PX;
	padding: 0px 4px;
	width: 35px;
	height: 20px;
	background-image: url(bbb.gif);
}
.list601 .btn-buy {
	font-size: 15px;
	padding: 3px 8px;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
	background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
	background-color: #fe8f00;
	border: 1px solid #d88226;
	color: #ffffff;
	text-shadow: 1px 1px 0px #b23e35;
	margin-bottom: 5px;
}
.list601 .btn-buy:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
	background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
	background-color: #ce5200;
}
/*list501*/
.list501 {
	margin-bottom: 0px;
	background: url() no-repeat scroll center top;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.list501 h2 {
	display: none;
	position: relative;
	top: 0px;
#top:5px;
	margin: 0px;
	padding: 0px;
	height: 74px;
	font: 24px/74px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: -3px;
	overflow: hidden;
}
.list501 h2 b {
	font: bold 24px/74px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #000;
	letter-spacing: -3px;
}
.list501 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.list501 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 24.8%;
	height: auto;
	list-style: none outside none;
	background-color: #FFF;
}
.list501 ul li a {
	text-decoration: none;
}
.list501 ul li a img {
	display: block;
	margin: 10px;
	padding: 0px;
	width: 90%;
}
.list501 ul li .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 5px 0px 5px;
	width: 100%;
	height: 30px;
	font: bold 15px/30px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #fff;
	background-color: #cc0905
}
.list501 ul li .sidetitle {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 16px;
	background: #FF0000;
	padding: 5px;
	border-radius: 0 0 9px 0;
}
.list501 ul li .item {
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 38px;
	font: 14px/18px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #666;
	overflow: hidden
}
.list501 ul li .item b {
	font: bold 14px/18px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #000
}
.list501 ul li:hover .item {
	display: block;
	text-decoration: underline;
	color: #000;
}
.list501 ul li p {
	margin-top: -2px;
*margin-top:-7px;
	padding: 0px;
	height: 32px;
	text-align: center;
	color: #e70a0a;
	box-sizing: border-box;
}
.list501 ul li p b {
	font: bold 16px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #e70a0a;
	letter-spacing: -1px;
}
.list501 ul li p .money {
	font: bold 18px/26px Century Gothic;
	color: #e70a0a;
}
.list501 ul li p .chose {
	font: bold 10px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #666;
	text-decoration: line-through;
}
.list501 ul li p .Price {
	font: 24px/36px Century Gothic;
	letter-spacing: -1px;
	color: #e70a0a;
}
.list501 .buygif {
	font-size: 11px;
	color: #000;
	margin: 5PX;
	padding: 0px 4px;
	width: 35px;
	height: 20px;
	background-image: url(bbb.gif);
}
.list501 .btn-buy {
	font-size: 15px;
	padding: 3px 8px;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
	background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
	background-color: #fe8f00;
	border: 1px solid #d88226;
	color: #ffffff;
	text-shadow: 1px 1px 0px #b23e35;
	margin-bottom: 5px;
}
.list501 .btn-buy:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
	background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
	background-color: #ce5200;
}
/*list401*/
.list401 {
	margin-bottom: 0px;
	background: url() no-repeat scroll center top;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.list401 h2 {
	display: none;
	position: relative;
	top: 0px;
#top:5px;
	margin: 0px;
	padding: 0px;
	height: 74px;
	font: 24px/74px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: -3px;
	overflow: hidden;
}
.list401 h2 b {
	font: bold 24px/44px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #000;
	letter-spacing: -3px;
}
.list401 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.list401 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 5px;
	padding: 0px;
	width: 49%;
	list-style: none outside none;
}
.list401 ul li a {
	text-decoration: none;
}
.list401 ul li a img {
	display: block;
	padding: 0px;
	width: 100%;
}
.list401 ul li .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 5px 0px 5px;
	width: 80%;
	height: 30px;
	font: bold 15px/30px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #fff;
	background-color: #cc0905
}
.list401 ul li .sidetitle {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 16px;
	background: #FF0000;
	padding: 5px;
	border-radius: 0 0 9px 0;
}
.list401 ul li .item {
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 75%;
	height: 40px;
	font: 16px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #666
}
.list401 ul li .item b {
	font: bold 14px/18px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #000
}
.list401 ul li:hover .item {
	display: block;
	text-decoration: underline;
	color: #000;
}
.list401 ul li p {
	margin-top: -2px;
*margin-top:-7px;
	padding: 0px;
	height: 32px;
	text-align: center;
	color: #e70a0a;
	box-sizing: border-box;
}
.list401 ul li p b {
	font: bold 16px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #e70a0a;
	letter-spacing: -1px;
}
.list401 ul li p .money {
	font: bold 18px/26px Century Gothic;
	color: #e70a0a;
}
.list401 ul li p .chose {
	font: bold 10px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #666;
	text-decoration: line-through;
}
.list401 ul li p .Price {
	font: 32px/36px Century Gothic;
	letter-spacing: -1px;
	color: #e70a0a;
}
.list401 .buygif {
	font-size: 11px;
	color: #000;
	margin: 5PX;
	padding: 0px 4px;
	width: 35px;
	height: 20px;
	background-image: url(bbb.gif);
}
.list401 .btn-buy {
	font-size: 15px;
	padding: 3px 8px;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe8f00), color-stop(1, #ce5200));
	background: -moz-linear-gradient( center top, #fe8f00 5%, #ce5200 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8f00', endColorstr='#ce5200');
	background-color: #fe8f00;
	border: 1px solid #d88226;
	color: #ffffff;
	text-shadow: 1px 1px 0px #b23e35;
	margin-bottom: 5px;
}
.list401 .btn-buy:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce5200), color-stop(1, #fe8f00));
	background: -moz-linear-gradient( center top, #ce5200 5%, #fe8f00 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce5200', endColorstr='#fe8f00');
	background-color: #ce5200;
}
.headmain img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.headmain2 img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.badge {
	background-color: #cc0905;
}
.luckybanner {
	z-index: 999;
	top: 190px;
	position: fixed;
	right:10px;
}
.luckybanner h1 {
	margin: 0px 5px 0px 5px;
	padding: 10px 2px;
	
}
.luckybanner h2 {
	display: block;
	margin: 0;
	padding: 0;
	font: bold 16px/22px "微軟正黑體", "Helvetica bold";
	color: fff;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(33,33,33,0.8);
}
.luckybanner h2 p {
	display: block;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 10px 2px;
	border-bottom: solid #fff 1px
}
.luckybanner h2 p:last-child {
	border-bottom: inherit
}
.luckybanner h2.woowoo {
	padding: 0px 0px 0px 0px;
	width: 120px;
	border-radius: 10px 10px 10px 10px;
	/*background-image:url(../images/listbg.png)*/
}
.luckybanner h2.woowoo:last-child {
	padding: 0px 0px 10px 0px;
}
.luckybanner h2.woowoo a {
	font-size: 16px;
	color: #fff;
	text-decoration: none
}
.luckybanner h2.woowoo a:hover {
	color: #f0ff00;
}
.luckybanner h2.woowoo img {
	width: 60%;
}
/*--- 側邊選單樣式 ---*/


  .footericon {
    display: none
  }


.RmenuArrow {
	position: fixed;
	z-index: 999;
	top: 150px;
	right: 0;
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	margin-bottom: 1px;
	text-align: center;
	background-color: #2d2d2d;
	line-height: 20px !important;
	width: 100px;
}
.RmenuBox {
	position: fixed;
	z-index: 999;
	top: 180px;
	right: 0;
	background-color: rgba(45, 45, 45, .85);
	line-height: 20px !important;
}
.team-img {
	text-align: center;
}
.text-primary {
	text-align: center;
}
.text-p {
	text-align: center;
}
.d-block {
	display: block!important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.cycleapp {
	cursor: pointer;
	position: fixed;
	bottom: 175px;
	right: -30px;
	padding: 0px;
	z-index: 999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: white
}
.cycleapp img {
	width: 60%;
}
.main-top {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	font: 14px/17px arial;
	background: url(../images/maintopicon.png) no-repeat center top;
	padding: 8px 0 0 0;
	font-family: "�L�n������", "Microsoft JhengHei", Helvetica;
}
.main-top span {
	display: block;
	font: bold 16px/16px arial;
	font-family: "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #ffe400;
}
.index-header-search {
	margin: 10px 30px;
	width: 58%;
	float:left;
}
.index-header-search .rt-header-search {
	margin-left: 0;
	padding: 6px 8px;
	line-height: 20px;
	border-radius: 10px;
}
.index-header-search .rt-header-search-input, .index-header-search .rt-header-search-select {
	font-size: 15px;
	height: 28px
}
.index-header-search .search-bar-keyword-list {
	margin-top: 6px
}
.index-header-search .rt-header-search-submit {
	width: 28px;
	height: 28px
}
.index-header-hot-search {
	margin-top: 12px
}
.index-header-hot-search-list {
	width: 100%;
	height: 16px;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden
}
.index-header-hot-search-item {
	display: inline-block
}
.index-header-hot-search-item a {
	color: rgba(255,255,255,.85)
}
.index-header-hot-search-item+.index-header-hot-search-item {
	margin-left: 10px
}
.index-header-nav .rt-nav-link {
	padding: 2px 8px 15px;
	line-height: 16px
}
.hot-keyword {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.hot-keyword-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: url(/images/sprite/sprite_index.png?20180403) no-repeat -3px -262px;
	height: 37px;
	border: 1px solid #fff6d1
}
.hot-keyword-title-text {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	margin: 0 0 6px 45px;
	color: #000;
	letter-spacing: 2px;
	font-weight: 500
}
.hot-keyword-note-text {
	margin: 0 2px 6px 0;
	color: #929292
}
.hot-keyword-list {
	margin: 0 0 5px;
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 0
}
.hot-keyword-item {
	padding: 5px 10px
}
.hot-keyword-item:before {
	content: "";
	width: 8px;
	height: 11px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 5px;
	background: url(/images/sprite/sprite_index.png?20180403) no-repeat -2px -163px
}
.rt-header-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px;
	padding: 5px 10px 5px 0;
	line-height: 22px;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.18), inset 1px 1px 6px rgba(0,0,0,.12);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.18), inset 1px 1px 6px rgba(0,0,0,.12);
	border-radius: 2px
}
.rt-header-search-keyword-wrap, .rt-header-search-select-wrap {
	position: relative;
	padding: 0 10px
}
.rt-header-search-input, .rt-header-search-select {
	height: 22px;
	border: none;
	color: #4d4d4d;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}
.rt-header-search-keyword-wrap {
	width: 100%
}
.rt-header-search-keyword-wrap .search-bar-keyword-list {
	margin-top: 5px
}
.rt-header-search-input {
	width: 100%;
	background: 0 0
}
.rt-header-search-select-wrap {
	background: rgba(124,124,124,.08)
}
.rt-header-search-select {
	position: relative;
	z-index: 2;
	background-color: transparent;
	padding-right: 19px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}
select.rt-header-search-select::-ms-expand {
display:none
}
.rt-header-search-select-icon {
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M1395%20736q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l393%20393%20393-393q10-10%2023-10t23%2010l50%2050q10%2010%2010%2023z%22%2F%3E%3C%2Fsvg%3E);
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle
}
.rt-header-search-submit {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23f29100%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.743%2012.574L9.91%208.74a5.425%205.425%200%200%200%201.05-3.232A5.532%205.532%200%200%200%205.46%200%205.436%205.436%200%200%200%200%205.468a5.532%205.532%200%200%200%205.5%205.508%205.408%205.408%200%200%200%203.242-1.061l.004-.003%203.83%203.831a.826.826%200%201%200%201.167-1.169zM5.496%209.878a4.426%204.426%200%200%201-4.4-4.406%204.35%204.35%200%200%201%204.368-4.374%204.425%204.425%200%200%201%204.4%204.406%204.35%204.35%200%200%201-4.368%204.374z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
	display: inline-block;
	width: 18px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle
}
/*--- YOUTUBE ---*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--- fixedbar ---*/
.fixedbar {
	position: fixed!important;
	bottom: 0;
	width: 100%;
	display: none !important;
	background: rgba(236, 118, 118, 0);
	z-index: 999995;
	opacity: 1;
}
.fixedbar .wrap {
	width: 450px;
	margin: 0 auto;
	display: block;
}
.wrap {
	width: 728px;
	max-width: 100%;
	margin-left: 30%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wrap img {
	width: 100%;
	max-width: 100%;
}
/*--- fixedbar ---*/





#ruten123qa {
	padding: 6px 0 0px;
	color: #454545;
	background: #FFF;
}
#ruten123qa h1, #ruten123qa h2 {
	color: #454545;
}
#ruten123qa .address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#ruten123qa .address h4 {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#ruten123qa .address p {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}
#ruten123qa .address a {
	color: #454545;
}
#ruten123qa .form-control {
	height: 40px;
	;
	color: #323232;
}
#ruten123qa textarea.form-control {
	height: 135px;
	color: #323232;
}
#ruten123qa .btn.btn-primary {
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	font-size: 22px;
	padding: 8px 40px;
}
#rutenstandy {
	padding: 0px 0 0px 0;
}
#rutenstandy .rutenstandy-post {
	width: 100%;
}
#rutenstandy .rutenstandy-post .item {
}
#owl-example .item {
	width: 100%
}
#owl-example-2 .item {
	width: 100%
}
#rutenstandy .rutenstandy-post .post-format {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #222534;
	border: 3px solid #fff;
}
.entry-header {
	width: 95%;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail {
	width: 100%;
	position: relative;
	background-color: #fff;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .post-format {
	width: 66px;
	height: 66px;
	line-height: 10px;
	position: absolute;
	right: 20px;
	bottom: -33px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .post-format > i {
	font-size: 20px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-date {
	font-size: 12px;
	;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title {
	position: absolute;
	font-size: 12px/20px;
	width: 90%;
	bottom: 0;
	line-height: 25px;
	max-height: 25px;
	overflow: hidden;
	color: #000!important;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title a {
	color: #000!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-title a:hover {
	color: #000;
}
#rutenstandy .rutenstandy-post.rutenstandy-media {
	margin-bottom: 10px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-thumbnail {
	margin: -15px 15px -15px -15px;
	position: relative;
}
.item01 {
	font-size: 15px;
	line-height: 20px;
	color: #000!important;
}
.price01 {
	font-size: 22px;
	color: rgb(231, 10, 10);
	margin-top: 50px;
	font-weight: bold;
	font: 24px/36px "Century Gothic";
	margin-right: 5px
}
.price01::before {
	content: "NT$";
	font-size: 15px;
	margin-right: 2px;
}
.entry-thumbnail a {
	color: #ff0000;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .post-format {
	position: absolute;
	top: 20px;
	right: -10px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #45aed6;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title a {
	color: #000;
}
#rutenstandy .rutenstandy-post.rutenstandy-media .entry-title a:hover {
	color: #000;
}
#rutenstandy .rutenstandy-post .entry-meta {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
#rutenstandy .rutenstandy-post .entry-meta > span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
#rutenstandy .rutenstandy-post .entry-meta > span > a {
	color: #999;
}
#rutenstandy .rutenstandy-post .entry-meta > span > a:hover {
	color: #45aed6;
}
#rutenstandy .btn.btn-primary {
	font-size: 15px;
	margin-top: 20px;
	padding: 10px 0px;
}
#contact {
	position: relative;
	overflow: hidden;
}
div.entry-content {
	text-align: left;
	font-size: 20px;
}
div.entry-content span {
	font-size: 20px;
	color: #ff000;
}
#contact .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 174, 214, 0.3);
	z-index: 1;
}
#contact .contact-form {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 50px;
}
#contact .contact-form h3 {
	margin-top: 0;
}
.shop3 a {
	padding: 7px 14px;
	display: block;
	color: #ffffff;
	width: 80%;
	font: bold 18px/20px arial;
	background: #ff8419;
	border-radius: 100px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto;
}
.shop3 .shop-now {
	font-family: "Microsoft JhengHei", Helvetica;
}
.shop3 .shop-cart {
	width: 26px;
	height: 24px;
	background: #e77817;
	position: absolute;
	right: 0;
	top: 0px;
	padding: 8px 30px;
	border-radius: 100px;
}
li:hover .shop3 a {
	background: #cb0f0f;
}
li:hover .shop3 .shop-cart {
	background: #a167ae;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background: #2e2e2e;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #45aed6;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}
#footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
}
.rutencontent {
	display: block;
	overflow: hidden;
	margin-top: 60px;
}
.rutencontent_m {
	display: none;
}
.adbar1 {
	width: 100%;
	height: auto;
}
.adbar1 img {
	width: 100%;
}


.titlelink {
	width: 90%;
	height: auto;
}
.titlelink img {
	width: 90%
}
.title_A {z-index:999;position:absolute;left:-30px;top:20px; }
.title_B {z-index:999;position:absolute;left:-30px;top:195px; }
.title_C {z-index:999;position:absolute;left:297px;top:195px; }
.title_D {z-index:999;position:absolute;left:-30px;top:373px; }

.text-primary {
	color: #ff6c00!important;
}
.col-sm-3 {
	width: 24.8%!important;
	margin-bottom: 5px;
}
.col-sm-5 {
	width: 16.5%!important;
}
.col-sm-7 {
	width: 50%!important;
	margin-top: 8px;
	margin-bottom: 3px;
}
.team-img img {
	width: 100%;
}

@media (min-width: 1025px) and (max-width:1920px) {
.hidden-ipad {
	display: none !important;
}
.hidden-mobile {
	display: none !important;
}
}

@media (min-width: 1025px) and (max-width:1680px) {
.hidden-ipad {
	display: none !important;
}
.hidden-mobile {
	display: none !important;
}
}

@media only screen and (min-width: 768px) {
#footer .social-icons {
	float: right;
}
.hidden-ipad {
	display: none !important;
}
.hidden-mobile {
	display: none !important;
}



.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.headmain img {
	height: auto;
	margin-top: 0px
}


}

@media (min-width: 769px) and (max-width:1024px) {
#main-menu.navbar-default .navbar-nav > li > a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 15px;
}
#ruten-team .team-member {
	margin-bottom: 25px;
}
#ruten-team .team-member .team-img, #ruten-team .team-member .team-info h3 {
	text-align: center;
}
#ruten-team .team-member .team-info span {
	text-align: center;
	display: block;
}
.headmain {
	margin: 0;
	padding: 0;
}
.headmain img {
	width: 100%;
	height: auto;
	margin-top: 0px
}
.headmain2 {
	margin: 0;
	padding: 0;
}
.headmain2 img {
	width: 100%;
	height: auto;
	margin-top: 0px
}
.hidden-mobile {
	display: none !important;
}
.hidden-pc {
	display: none !important;
}
.hidden-ipad {
	display: block !important;
}
.list601 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 33%;
	list-style: none outside none;
	background-color: #FFF;
}
.list501 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	height: auto;
	padding: 0px;
	width: 24.8%;
	list-style: none outside none;
	background-color: #FFF;
}
.list401 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 49%;
	list-style: none outside none;
}
.list601 ul li .item {
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	font: 13px/15px "�L�n������", "Microsoft JhengHei", Helvetica;
	text-align: center;
	color: #666
}
.col-sm-3 {
	width: 24.5%;
!important;
}
.col-sm-5 {
	width: 16.5%!important;
}
.col-lg-2 {
	display: none !important;
}
.adbar1 {
}

  
.titlelink {
	width: 70%;
	height: auto;
}
.titlelink img {
	width: 70%;
}
.title_A {z-index:999;position:absolute;left:10px;top:20px; }
.title_B {z-index:999;position:absolute;left:10px;top:155px; }
.title_C {z-index:999;position:absolute;left:264px;top:155px; }
.title_D {z-index:999;position:absolute;left:10px;top:293px; }

.luckybanner {
	z-index: 999;
	top: 190px;
	position: fixed;
	right:20px;
}


  .luckybanner {
   display: block !important;
  }
  
}

@media (max-width:768px) {
#ruten-team .team-member {
	margin-bottom: 25px;
}
#ruten-team .team-member .team-img, #ruten-team .team-member .team-info h3 {
	text-align: center;
}
#ruten-team .team-member .team-info span {
	text-align: center;
	display: block;
}
#rutenstandy .rutenstandy-post {
	margin-bottom: 10px;
}
.hidden-mobile {
	display: none !important;
}
.hidden-pc {
	display: none !important;
}
.hidden-ipad {
	display: block !important;
}
.headmain {
	margin: 0;
	padding: 0;
}
.headmain img {
	width: 100%;
	height: auto;
	margin-top: 0px
}
.headmain2 {
	margin: 0;
	padding: 0;
}
.headmain2 img {
	width: 100%;
	height: auto;
	margin-top: 0px
}
.col-lg-2 {
	display: none !important;
}
.adbar1 {
}
.list601 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 33%;
	list-style: none outside none;
	background-color: #FFF;
}
.list501 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	height: auto;
	padding: 0px;
	width: 24.8%;
	list-style: none outside none;
	background-color: #FFF;
}
.list401 ul li {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px 1px 5px 0px;
	padding: 0px;
	width: 49%;
	list-style: none outside none;
}

.titlelink {
	width: 50%;
	height: auto;
}
.titlelink img {
	width: 50%;
}
.title_A {z-index:999;position:absolute;left:10px;top:20px; }
.title_B {z-index:999;position:absolute;left:10px;top:117px; }
.title_C {z-index:999;position:absolute;left:192px;top:117px; }
.title_D {z-index:999;position:absolute;left:10px;top:213px; }



.col-sm-3 {
	width: 24%;
!important;
}
.day_arrival {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}
.day_arrival2 {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}
  .luckybanner {
   display: block !important;
  }
  
  .luckybanner {
	z-index: 999;
	top: 190px;
	position: fixed;
	right:10px;
}

}

@media (max-width:500px) {
.col-lg-2 {
	display: none !important;
}
 #rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail img, {
width:100%;
}
.team-img img {
	width: 70%;
}
.rutenhead {
	height: 160px;
	width: 261px;
	line-height: 130px;
	font-size: 22px;
}
#rutenhead strong {
	font-size: 17px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.rutenhead1 {
	height: 160px;
	width: 261px;
	line-height: 130px;
	font-size: 22px;
}
#rutenhead1 strong {
	font-size: 17px;
}
.rutenhead2 {
	height: 160px;
	width: 261px;
	line-height: 130px;
	font-size: 22px;
}
#rutenhead2 strong {
	font-size: 17px;
}
#rutenstandy .rutenstandy-post.rutenstandy-large .entry-thumbnail {
	padding-top: 0px;
}
.luckybanner {
	display: none;
}
.rutenevent {
	min-width: 50%;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 0%;
	width: 100%;
	height: auto;
	background-image: none !important;
	background-color: transparent;
}
.rutenevent:first-child {
	margin: 0px auto;
}
.rutenevent * {
	font-size: 14px;
	box-sizing: border-box;
	font-family: "�L�n������", "Microsoft JhengHei", Helvetica;
}
.rutenevent h2 {
	overflow: hidden;
	float: none;
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0px;
	padding: 2%;
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	font-family: "�L�n������", "Microsoft JhengHei", Helvetica;
	font-weight: inherit;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0px;
	color: #FFF;
}
.rutenevent h2 b {
	display: inline;
	font-size: 1em;
	font-weight: inherit;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: left;
	color: #FFF;
	font-family: "�L�n������", "Microsoft JhengHei", Helvetica;
}
.rutenevent ul {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	border: 0px solid rgba(0,0,0,0.1);
}
.rutenevent ul li {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	margin: 1%;
	padding: 1%;
	width: 49%;
	height: auto;
	border: 0px;
	background-color: #fff;
}
.rutenevent ul li {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.rutenevent ul li:nth-child(odd) {
	margin-left: 0%;
}
.rutenevent ul li:nth-child(even) {
	margin-right: 0%;
}
.rutenevent ul li:hover,  .rutenevent ul li:active {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.rutenevent ul li p {
	height: 25px;
}
.rutenevent ul li a {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-decoration: none;
}
.rutenevent ul li a img {
	float: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.rutenevent ul li .title {
	float: none;
	display: block;
	position: relative;
	margin: 5px 0px;
	padding: 0 5%;
	width: 100%;
	height: 20px;
	overflow: hidden;
	font-size: 100%;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: transparent;
}
.rutenevent ul li .title {
	background-color: #cc0905;
}
.rutenevent ul li .title:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
}
.rutenevent ul li .item {
	float: none;
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 5%;
	width: 100%;
	overflow: hidden;
	font-size: 100%;
	line-height: 20px;
	text-align: center;
	color: #000;
	background-color: transparent;
}
.rutenevent ul li .item b {
	float: none;
	display: inline;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 20px;
	;
	text-align: left;
	color: #000;
	background-color: transparent;
}
.rutenevent ul li .item b {
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}
.rutenevent ul li .item br {
	display: none;
}
.rutenevent ul li:hover .item,  .rutenevent ul li:hover .item b {
	text-decoration: none;
	color: #000;
}
.rutenevent ul li a p {
	float: none;
	display: block;
	position: relative;
	margin: 0px;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 2.4;
	text-align: center;
	color: #ff1b1b;
	background-color: transparent;
}
.rutenevent ul li a p b {
	font: bold 12px/20px "�L�n������", "Microsoft JhengHei", Helvetica;
	color: #ff1b1b;
	letter-spacing: -1px;
}
.rutenevent ul li a p .money {
	font: 14px/26px Century Gothic;
	color: #ff1b1b;
}
.rutenevent ul li a p .Price {
	font: 26px/32px Century Gothic;
	letter-spacing: -1px;
	color: #ff1b1b;
}
.wrap {
	margin: 0 auto;
}
.adbar1 {
}
.list601 ul li .sidetitle {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}
.badge {
	background-color: #cc0905;
}
.card-img-top {
	width: 49%;
	float: left;
}
.headmain2 {
	margin: 0;
	padding: 0;
}
.headmain2 img {
	width: 100%;
	height: auto;
	margin-top: 0px
}
.col-sm-3 {
	width: 50%!important;
}
.col-sm-7 {
	width: 98%!important;
	margin: 0px;
}
.team-img img {
	width: 100%;
	margin: 4px;
}
.rutencontent {
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.entry-title a {
	font-size: 9px !important;
	overflow: hidden;
}
.nonono {
	display: block !important;
}
.aa001 {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.logo1 {
	width: 70px;
	margin-left: 5px
}
.logo2 {
	width: 80px;
}
.container>.navbar-header {
	higher: 50px!important;
}
.col-sm-5 {
	width: 33%!important;
}
.hidden-mobile {
	display: block !important;
}
.hidden-pc {
	display: none !important;
}
.hidden-ipad {
	display: none !important;
}
.col-xs-11 {
	width: 33%
}
.col-xs-12 {
	width: 50%
}
.day_arrival {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}
.day_arrival2 {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left -1px;
}
.fixedbar {
	display: block !important;
}


.motitle {
	
	height: auto;
}
.motitle img {
	width:60%;
}
.title_A {z-index:999;position:absolute;left:10px;top:20px; }
.title_B {z-index:999;position:absolute;left:10px;top:80px; }
.title_C {z-index:999;position:absolute;left:10px;top:145px; }
.title_D {z-index:999;position:absolute;left:10px;top:210px; }




.item01 {
	font-size: 11px;
}
.price01 {
	font-size: 20px;
	margin-right: 5px;
}
.rt-column-6 {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 50%;
	float: left;
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 10px 8px 8px;
	
}
.navbar-brand>img {
	width: 80%;
}
.navbar-nav>li{
    margin-top: -35px;    
    float: right;
}

.list401 img {
	width: 100%;
}
.list401 ul li {
	width: 100%;
	text-align: center;
}
.no2 {
	display: none !important;
}
.name {
	width: 50%;
	float: left;
}
#footer {
	font-size: 12px
}




/*footer選單-手機*/
  .footericon {
    width: 100%;
    height: 55px;
    background: rgba(33,33,33,0.8);
    /*border-top: 1px solid #CCCCCC;*/
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    display: block;
  }

  .footericon ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: outside none none;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .footericon .pdPage {
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
    border-width: 1px 0px 0px 0px
  }

  .footericon ul li {
    float: left;
    width: 20%;
    height: 50px;
    text-align: center;
    box-sizing: border-box
  }

  .footericon ul li a {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0px auto;
    font: 13px/80px "微軟正黑體", "Helvetica bold";
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }

  .footericon ul li a.selected {
    color: #ffc600
  }

  .footericon ul .index a {
    background-image: url("../images/footer01.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }

  .footericon ul .one a {
    background-image: url("../images/footer02.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }

  .footericon ul .two a {
    background-image: url("../images/footer03.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }

  .footericon ul .three a {
    background-image: url("../images/footer04.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }

  .footericon ul .four a {
    background-image: url("../images/footer05.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }
  .footericon ul .five a {
    background-image: url("../images/footer06.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: auto 30px;
  }

 .luckybanner {
   display: none !important;
  }


.index-header-search .rt-header-search-input, .index-header-search .rt-header-search-select {
	font-size: 12px;
	height: 28px
}
.index-header-search {
    margin: -46px 90px;
    width: 50%;
}
}
a.target-fix {
	position: relative;
    top: 0px;
    display: block;
    height: 0;
    overflow: hidden;
}



/*浮動*/
.fixed_Area {z-index:999; position:fixed; top:100px; right:0px; width:130px; font-weight:800; font-size:16px; line-height:48px; font-family:Century Gothic, "微軟正黑體",Helvetica; text-align:center;
			-webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); -webkit-transform-origin:top right; transform-origin:top right;
			  -webkit-transition: all 0.2s ease;
				 -moz-transition: all 0.2s ease;
				  -ms-transition: all 0.2s ease;
				   -o-transition: all 0.2s ease;
					  transition: all 0.2s ease;}
.fixed_Area a { display:block; text-decoration: none; color: #000;}
.fixed_Area h3 { position: absolute; top:100px; right:-50px; margin:0; padding:35px 0 0 0; border-radius:10px; width:48px; height:100px; font-size: 16px; line-height:30px; writing-mode: tb-lr; writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr; background-color:rgba(255,255,255,0.9); text-align:left; cursor:pointer;
			-webkit-transform-origin:top left; transform-origin:top left;
			  -webkit-transition: all 0.2s ease;
				 -moz-transition: all 0.2s ease;
				  -ms-transition: all 0.2s ease;
				   -o-transition: all 0.2s ease;
					  transition: all 0.2s ease;}
.fixed_Area h3 i { position: absolute; top:0; right:0; display:block; width:50px; height:50px; cursor:pointer;}
.fixed_Area h3 i:before { content: ""; position:absolute; top:41%; left:37%; display:block; border:1px solid #000; border-width:0 1px 1px 0; width:15%; height:15%; -webkit-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
			

/*收合*/
.fixed_Area.fixed_Area_hide { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); }
.fixed_Area.fixed_Area_hide h3 { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); 
											 -webkit-transition-delay:0.2s; transition-delay:0.2s;}
@media screen and (max-width:767px){
.fixed_Area h3 {display:none;}

}		
	
	
/*--- luckybanner-light 右側浮動選單白底 ---*/
.luckybanner-light  {z-index:999; top: 100px;  position:fixed;  right: 0; }
.luckybanner-light h1{ margin:0; padding:0;}
.luckybanner-light h2 {display:block; margin:0; padding:0; font:bold 14px/16px "微軟正黑體",Helvetica bold; color:fff; letter-spacing:-1px; text-align:center; text-decoration:none; background-color:rgba(255,255,255,0.8)}
.luckybanner-light h2 p {display:block; text-align:center; margin:0px 5px 0px 5px; padding:10px 2px; border-bottom:solid #999 1px}
.luckybanner-light h2 p:last-child {border-bottom:inherit}
.luckybanner-light h2.woowoo { padding:0px 0px 0px 0px; width:135px; border-radius:0px 0px 10px 10px;}
.luckybanner-light h2.woowoo:last-child {padding:0px 0px 10px 0px;}
.luckybanner-light h2.woowoo a { font-size:15px;color:#000; text-decoration:none}
.luckybanner-light h2.woowoo a:hover {color:#f30000;}
.luckybanner-light h2.woowoo img { width:50%; }

@media screen and (max-width:767px){
.luckybanner-light {display:none;}	
	
}	



/*--- .luckybanner-dark 右側浮動選單黑底 ---*/
.luckybanner-dark  {z-index:999; top: 100px;  position:fixed;  right: 0; }
.luckybanner-dark h1{ margin:0; padding:0;}
.luckybanner-dark h2 {display:block; margin:0; padding:0; font:bold 14px/16px "微軟正黑體",Helvetica bold; color:fff; letter-spacing:-1px; text-align:center; text-decoration:none; background-color:rgba(0,0,0,0.8)}
.luckybanner-dark h2 p {display:block; text-align:center; margin:0px 5px 0px 5px; padding:10px 2px; border-bottom:solid #fff 1px}
.luckybanner-dark h2 p:last-child {border-bottom:inherit}
.luckybanner-dark h2.woowoo { padding:0px 0px 0px 0px; width:135px; border-radius:0px 0px 10px 10px;}
.luckybanner-dark h2.woowoo:last-child {padding:0px 0px 10px 0px;}
.luckybanner-dark h2.woowoo a { font-size:15px;color:#fff; text-decoration:none}
.luckybanner-dark h2.woowoo a:hover {color:#ffea00;}
.luckybanner-dark h2.woowoo img { width:50%; }


@media screen and (max-width:767px){
.luckybanner-dark {display:none;}	
	
}	
