@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);



/* Left START */
/* content start -------------------------------------- */
/* top tap start */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color:#7fae51;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	font-size:18px;
	font-weight:500px;
}

.nav > li > a {
	padding:5px 15px;
}
/* top tap end */

.content-padding {
	padding-top:25px;
}

.ut-btn-edit a:link, .ut-btn-edit a:active, .ut-btn-edit a:visited {
	color:#57752d;
	font-size:15px;
	font-weight:300;
	padding-left:5px;
}

.btn-send-width, .btn-favourite-width {
	width:115px;
}

.btn-favourite {
	float:right;
	padding:0 15px;
	width:110px;
	height:35px;
	line-height:35px;
	font-size:15px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
	background-color:#7fae51;
}

.btn-favourite img {
	display:inline-block;
	margin-top:-4px;
}

.btn-favourite-text {
	color:#ffffff !important;
}

.btn-send {
	float:right;
	padding:0 15px;
	width:110px;
	height:35px;
	line-height:35px;
	font-size:15px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
	background-color:#f8b62d;
}

.btn-send img {
	display:inline-block;
	margin-top:-4px;
}

/* round1b-update START -------------------------------------- */
.btn-send2 {
	float:right;
	padding:0 15px;
	width:110px;
	height:35px;
	line-height:35px;
	font-size:15px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
	background-color:#f8b62d;
}

.btn-send2 img {
	display:inline-block;
	margin-top:-4px;
}
/* round1b-update END -------------------------------------- */

.btn-send-text {
	color:#ffffff !important;
}

.btn-on-img { 
	display:none;
}

/* lory master START */
.slider-row {
	height:auto; 
	max-height:auto; 
	padding:0px 5px 0 5px; 
	position:relative;
}

.slider {
    position: relative;
    width: 100%;
	height:30px;
	padding:0;
    margin: 0 auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame, .events_log {
    position:absolute;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
	z-index:10
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans TC","Open sans","Microsoft JhengHei",Tahoma,Helvetica,"Microsoft Yahei","微軟雅黑體",Arial,sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	background:none;
    color: #212121;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.frame li:hover {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans TC","Open sans","Microsoft JhengHei",Tahoma,Helvetica,"Microsoft Yahei","微軟雅黑體",Arial,sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	background:#eee;
    color: #212121;
}

.frame li.active {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans TC","Open sans","Microsoft JhengHei",Tahoma,Helvetica,"Microsoft Yahei","微軟雅黑體",Arial,sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    background: #7fae51;
    color: #fff;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.slides {
    display: inline-block;
}

.simple li, .rewind li, .events li {
    width: 270px;
    margin-right: 10px;
}

.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 87.452%;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;
}

.multipleelements li, .multislides li, .ease li {
    width: auto;
	padding:0 20px;
    margin-right: 0;
}

.simple li:last-child, .rewind li:last-child, .events li:last-child, .variablewidth li:last-child, .multipleelements li:last-child, .multislides li:last-child, .ease li:last-child {
    margin-right: 0;
}

.prev, .next {
   display:none;
}

.events_log {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #d2d2d2;
    margin-top: -20px;
    margin-bottom: 20px;
}

.events_log > span {
    display: none;
}

.events_log > span:nth-last-child(-n+5) {
    display: block;
}

@media (max-width:640px) {
.frame, .events_log {
    position:absolute;
    width: 95%;
	left:15px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
	z-index:10
}
	
.prev, .next {
    position: absolute;
    top: 0;
    margin-top: 3px;
    display: block;
    cursor: pointer;
	z-index:999
}

.next {
    right: -10px;
}

.prev {
    left: -10px;
}

.next svg, .prev svg {
    width: 25px;
}	
}

@media (max-width:375px) {
.frame, .events_log {
    position:absolute;
    width: 90%;
	left:15px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
	z-index:10
}
}
/* lory master END */

.innerpage-content-tag {
	margin-top:12px;
}

.innerpage-content-tag-text a:link, .innerpage-content-tag-text a:active, .innerpage-content-tag-text a:visited {
	padding:3px 25px;
	font-size:16px;
	color:#212121;
	font-weight:300;
}

.innerpage-content-tag-text-over {
	padding:3px 25px;
	font-size:18px;
	font-weight:500;
	background-color:#7fae51;
	color:#ffffff;
	border-radius:2px;
}

.innerpage-content {
	box-shadow:1px 2px 6px 1px rgba(0, 0, 0, 0.25);
	overflow:hidden;
	border-radius:4px;
	position:relative;
	margin-top:2px;
}

/* round1b-update START -------------------------------------- */
.innerpage-content2 {
	box-shadow:1px 2px 6px 1px rgba(0, 0, 0, 0.25);
	overflow:hidden;
	border-radius:4px;
	position:relative;
	margin-top:2px;
}
/* round1b-update END -------------------------------------- */

.innerpage-content-wrapper {
	position:absolute;	
	width:100%;
	z-index:10;
	border-radius:4px;
	bottom:0;
}

.innerpage-content-bgcolor {
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 40%);
	background-position: bottom;
	height:230px;
}

.innerpage-content-texttitle {
	margin:0 15px 0 15px;
	font-size:20px;
	font-weight:500;
	color:#212121;
	padding-top:90px;
}

/* round1b-update START -------------------------------------- */
.innerpage-content-texttitle2 {
	margin:0 15px 0 15px;
	font-size:20px;
	font-weight:500;
	color:#212121;
	padding-top:15px;
}
/* round1b-update END -------------------------------------- */

.innerpage-content-text {
	padding:5px 15px 15px 15px;
	font-size:15px;
	height:70px;
	overflow:hidden;
	font-weight:normal;
	color:#757575;
}

/* round1b-update START -------------------------------------- */
.innerpage-content-text-expand {
	padding:5px 15px 15px 15px;
	font-size:15px;
	height:auto;
	overflow:hidden;
	font-weight:normal;
	color:#757575;
}
/* round1b-update END -------------------------------------- */

.innerpage-type {
	overflow:hidden;
	border-radius:4px;
	margin:18px 0;
	text-align:center;
}

.innerpage-type-btn {
	padding:5px 10px;
	display:inline-block;
}

.btn-type {
	padding:0 !important;
	border-radius: 50% !important;
}

.btn-type-text01 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#355412;
}

.btn-type-text02 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#ff5d55;
}

.btn-type-text03 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#00b7fd;
}

.btn-type-text04 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#ef8e00;
}

.btn-type-text05 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#80af55;
}

.btn-type-text06 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#7a8ba0;
}

/* round1b-update START -------------------------------------- */
.btn-type-text07 {
	margin-left:8px;
	vertical-align:middle;
	font-size:18px;
	color:#eab532;
}
/* round1b-update END -------------------------------------- */

.innerpage-all-location {
	box-shadow:1px 2px 6px 1px rgba(0, 0, 0, 0.25);
	overflow:hidden;
	border-radius:4px;
	margin-top:12px;
	text-align:center;
	padding:10px;
	background-color:#fff;
}

/* city dropdown start */
.innerpage-all-location a:link, .innerpage-all-location a:active, .innerpage-all-location a:visited {
	color:#7fae51;
	font-size:20px;
}

.panel-body li {
	float:left;
	padding:0;
	/*margin:5px 20px;*/
	list-style-type:none;
	text-align:left;
}

.panel {
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05); 
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
	padding: 0;
	background-color:transparent;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;	
}

.panel-default > .panel-heading:hover {
	color: #333;
	background-color: #ffffff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.panel-title { 
	background-color: #ffffff; 
	text-align:center; 
	cursor:pointer; 
	font-weight:100; 
	font-size:20px;
	color:#7fae51;
}

.panel-title:hover {
	color:#7fae51;
	text-decoration: underline;
	background-color: #f2f2f2;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* round1b-update START -------------------------------------- */
.panel-collapse  { 
	background-color: #ffffff !important; 
	/*border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
}
/* round1b-update END -------------------------------------- */

.panel-collapse a:hover {
	background-color: rgba(251, 222, 102, 1);
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top-color: #fff !important;
}

/* round1b-update START -------------------------------------- */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 0 15px;
	border-top-color: #fff !important;
	box-shadow:1px 2px 6px 1px rgba(0, 0, 0, 0.15);
}
/* round1b-update END -------------------------------------- */

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  	z-index: 2;
  	color: #757575;
  	background-color:transparent;
  	border-color: #ddd;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.list-group-item {
  	position: relative;
  	display: inline-block;
  	padding: 10px 15px!important;
  	margin-bottom: -1px;
  	background-color: #fff;
  	border: none;
}

.list-group-item a:hover {
	text-decoration: underline;
}

.list-group-item a:link, .list-group-item a:active, .list-group-item a:visited {
  	z-index: 2;
  	color: #7fae51;
  	background-color:transparent;
}

/*.dropdown-menu > li > a:hover, .panel-title:hover {
	background-color:#fff;
}*/

.collapse.in {
	height:95px;
}
/* city dropdown end */

/* 相關主題 start */

/* 相關主題 end */


@media (max-width:640px) {
.innerpage-content {
	height:399px;
}

.innerpage-all-location {
	padding:5px 10px;
}

.innerpage-all-location a:link, .innerpage-all-location a:active, .innerpage-all-location a:visited {
	font-size:18px;
}

.btn-on-img { 
	display:none;
}
}

@media (max-width:480px) {
.innerpage-content {
	height:290px;
}

.btn-send {
	display:none;
}

.btn-favourite {
	display:none;
}

.btn-send-width, .btn-favourite-width {
	width:0;
}

.btn-on-img { 
	display:block;
	position:absolute; 
	top:8px; 
	left:5px; 
	z-index:50;
}

.btn-send-smallsize {
	display:block;
	width:38px;
	height:38px;
	background:url(../images/btn-send-38.png) no-repeat 0 0;
}

.btn-favourite-smallsize {
	display:block;
	width:38px;
	height:38px;
	background:url(../images/btn-favourite-38.png) no-repeat 0 0;
}

.ut-newcontent-card {
	width:100%;
}
}

@media (max-width:375px) {
.innerpage-content {
	height:222px;
}
}

@media (max-width:320px) {
.innerpage-content {
	height:185px;
}
}
/* content end -------------------------------------- */


/* 相關內容 start -------------------------------------- */
#newcontent .card {
	box-shadow:1px 2px 6px 1px #dcdcdc;
	width:100%;
	margin:5px 0;
	min-height:318px;
	max-height:auto;
}

.bg-wrapper{
	padding:0 10px 0 0;
	position:absolute;
	bottom:0;
	width:100%;
	margin-left:0;
}

.bg-color {
	/*background:url(../images/main/white.png) repeat-x;*/
	background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 30%);
	border-radius:4px;
	background-position:bottom;
}

.bg-caption {
	padding:35px 10px 5px 10px;
	color:#212121;
	width:100%;
}

.ut-newcontent-card-title {
	font-size:19px;
	font-weight:400;
	margin-top:12px;
	margin-bottom:5px;
	height:56px;
	overflow:hidden;
}

.ut-newcontent-card-title a:link, .ut-newcontent-card-title a:active, .ut-newcontent-card-title a:visited {
	color:#212121;
}

.ut-newcontent-card-text {
	color:#757575;
	font-size:13px;
	margin-bottom:5px;
}

.ut-newcontent-card-text a:link, .ut-newcontent-card-text a:active, .ut-newcontent-card-text a:visited {
	color:#57752d;
}

.ut-newcontent-card-tag {
	color:#757575;
	vertical-align:bottom;
}

.ut-newcontent-card-tag a:link, .ut-newcontent-card-tag a:active, .ut-newcontent-card-tag a:visited {
	color:#57752d;
}

.btn-more {
	padding:0 !important; 
	border-radius:50% !important;
	/*margin:10px 0 5px 0;*/
	margin:20px 0;
}

.btn-sorting, .btn-sorting-smallsize, .btn-dropdown-smallsize {
	padding:0 !important; 
	border-radius:50% !important;
}

.btn-sorting-normal, .btn-dropdown-normal {
	padding:0 !important; 
	border-radius:50% !important;
}

.ut-content-btn-attraction, .ut-content-btn-searchmap {
	background-color:#7fae51;
	color:#ffffff;
	font-size:13px;
	vertical-align:middle;
	font-weight:300;
}

.ut-content-btn-attraction:link, .ut-content-btn-attraction:active, .ut-content-btn-attraction:visited, 
.ut-content-btn-searchmap:link, .ut-content-btn-searchmap:active, .ut-content-btn-searchmap:visited {
	color:#ffffff;
}

.nav-tabs {
	border:none !important;
}

.nav-tabs > li > a {
	width:auto;
	height:37px;
	color:#212121;
	font-size:16px;
}

@media (min-width: 376px) {
.related-content-smallsize {
	display:none;
}
}

@media (max-width: 375px) {
.ut-content-btn-attraction, .ut-content-btn-searchmap {
	width:20px;
}

.related-content-btn {
	width:100%
}

.btn-sorting, .btn-dropdown {
	display:none;
}

.related-content-smallsize {
	display:block;
}

.btn-sorting-smallsize, .btn-dropdown-smallsize {
	display:block;
	float:right;
	margin: 5px 0;
}
}
/* 相關內容 end -------------------------------------- */


/* 景點主題 end -------------------------------------- */
.innerpage-content-attraction {
	margin-top:12px;
}
/* 景點主題 end -------------------------------------- */


/* comment start -------------------------------------- */
.comment-header{
	font-size:26px;
	font-weight:500;
	color:#7fae51;
}

.comment-rule-text{
	font-size:15px;
	font-weight:300;
	color:#7fae51 !important;
	float:right;
	display:inline-block;
	padding:10px 0 10px 0;
}

.comment-rule-text a:link, .comment-rule-text a:active, .comment-rule-text a:visited{
	color:#7fae51 !important;
}


.comment-showmore{
	font-size:15px;
	font-weight:300;
	color:#57752d !important;
	display:inline-block;
	padding:5px 10px 5px 0;
}

.comment-showmore a:link, .comment-showmore a:active, .comment-showmore a:visited{
	color:#57752d;
}

.comment-quatity{
	font-size:15px;
	font-weight:300;
	color:#57752d!important;
	display:inline-block;
	float:right;
	padding:5px 0 5px 0;
	position:relative;
	left:95px;
}

.comment-membername{
	font-weight:400;
	font-size:15px;
	color:#000000!important;
	word-wrap:break-word;
	
}

.comment-membername a:link, .comment-membername a:active, .comment-membername a:visited{
	color:#000000;
}

.comment-date {
	font-weight:300;
	font-size:12px;
	color:#57752d;	
}

.comment-date a:link, .comment-date a:active, .comment-date a:visited{
	color:#57752d;
}

.comment-content{
	font-weight:300;
	color:#757575;
	font-size:15px;
}

.comment-btn{
	font-weight:400;
	font-size:15px;
	color:#57752d!important;
}

.comment-btn a:link, .comment-sumbit a:active, .comment-submit a:visited{
	color:#57752d;
}


/* Comment list ------------------------------------- */
.comment-list { max-height:60px; line-height:23px }
.comment-list div div:first-child, .member div div:first-child { width:40px; height:auto; }
.comment-list div div:last-child { padding-left:10px }
.comment-list div div img, .member div div img { width:40px; height:40px; border-radius:50%; padding:0  }
/*.comment-list div:last-child { max-height:62px; line-height:23px }*/
.comment-box .member div:nth-child(2) {margin-bottom:10px}

@media (max-width: 1000px){
.comment-list { max-height:108px; line-height:23px }
/*.comment-list div:last-child { max-height:110px; line-height:23px }*/
.comment-list div:first-child, .comment-list div:first-child div:last-child {margin-bottom:0!important}
}

.comment-box .member div:nth-child(2) div:last-child,
.comment-list div:first-child div:last-child { 
	max-width:160px; 
	text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

@media (max-width: 1000px) {
.comment-box .member div:nth-child(2) div:last-child,    
.comment-list div:first-child div:last-child { 
	max-width:100% !important; 
	text-overflow:inherit;
        white-space:normal;
}
}

/* Common Box ------------------------------------- */
.comment-box {
	border-width:1px 0 1px 0; 
	border-style:solid; 
	border-color:#f2f2f2; 
	padding:16px 0;
}
.comment-box .col-xs-12, .comment-box .col-sm-12, .comment-box .col-md-4, .comment-box .col-lg-3, .comment-box .col-md-8, .comment-box .col-lg-9 { padding:0 }
.comment-box .comment { padding:10px 20px 0 20px;  }
.comment-box .comment > div { 
	overflow:hidden;
	border-bottom:1px solid #f2f2f2
}
.comment-box .comment > div:last-child {
	border:none; 
	overflow:hidden
}
.comment-box .comment .btn-more { 
	padding:0;
	border-bottom:none!important;
}
.comment-box .comment .clearfix { border:none; }
.comment-box .btn-more img {
	padding:0
}
.comment-box .comment textarea {
	width:100%; 
	margin-right:10px; 
	vertical-align:middle;
}
.comment-box .member div div:last-child { padding-left:10px; line-height:40px }

@media (max-width: 992px) { 
.comment-box .comment div > div { margin-bottom:10px }
}
@media (max-width: 640px) {
.comment-box .comment { padding:0 10px }
.comment-box .comment div > div { margin-bottom:0px }
.bookmark a { padding:0 0 0 20px; }
}
/* comment end  -------------------------------------- */
/* Left END */

/* Right START */
/*btn-submit*/
.btn-submit-width {
	width:300px;
}

.btn-submit a:link, .btn-submit a:active, .btn-submit a:visited {
	padding-top:8px;
	float:right;
	width:100%;
	height:50px;
	line-height:35px;
	font-size:18px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff !important;
	border-radius:2px;
	background-color:#faaf40;
	margin-bottom:10px !important;
}

.btn-submit img {
	display:inline-block;
	margin-top:-4px;
}
/*btn-submit*/
/* Right END */


@media (min-width: 1004px) {
#topbanner-movehere { 
	display:none;
}	

#myCarousel {
	margin-bottom:10px;
}
}

@media (max-width: 933px) {
	.carousel-caption div h1 {
		font-size: 18px!important;
	}
}

@media (max-width: 480px) {
.carousel-caption {
  	height:80%;
	background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 90%);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 90%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,.8)));
	background-image: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 90%);
	background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 90%);
}

.carousel-caption div {
	bottom:5%;
}	

.carousel-indicators {
	bottom: 0px;
}

.carousel-caption .carousel-indicators {
	margin:0!important;
}

.carousel-caption div h1 { 
	font-size: 18px!important; 
}

/* 20161102 update start */
#page-left #newcontent div.mcard-bg { background:none!important }
#page-left #newcontent .mcard-image { display:block!important; padding:0!important}
#page-left .bg-wrapper { position:inherit; padding:0!important }
#page-left .bg-caption { padding:0 10px 10px 10px }
#page-left .section-header a.location-list { display:block; font-size:15px; font-weight:300 }
#page-left #newcontent .header { font-size:15px }
/* 20161102 update end */

}

@media (max-width: 375px) {
.carousel-caption {
  	height:80%;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 90%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 90%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.8)));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 90%);
}

.carousel-caption div h1 {
	font-size: 18px!important;
}
}