﻿/* From Details.aspx inline <style> blocks (lines 19-39 and 41-609) */
        .fakeH1 {
            font-size: 180%;
        }

        .fakeH2 {
            font-size: 150%;
        }

        .fakeH3 {
            font-size: 120%;
        }

        .fakeH4, .fakeH5, .fakeH6 {
            font-size: 110%;
        }

        .od_item_content{
            word-break: break-all;
        }

       /* tung style*/
.contentTable a {
	border: 0px #006633 solid;
}
.contentTable th {
	background-color: #43b5b9;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	text-align: center;
}

.contentTable td {
	padding: 10px;
}
.contentTable td a {
    border: 0px #FF6600 solid;
    padding: 0px;
}

.contentTable th,
.contentTable tr,
.contentTable td {
    border: 1px #eae1da solid;
}

.contentTable th:first-child {
    width: 90px;
}
.contentTable.mobile{
  display: none;
}

/*桐花音樂*/
.album__header .thumbnail {
    display: none;
    vertical-align: middle;
    margin-right: 15px;
    width: 125px;
    height: 85px;
    border: 1px solid #B5B5B5;
    border-radius: 15px;
    overflow: hidden;
}

.album__header .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: .1em;
    color: #E369B1;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.album__list {
    counter-reset: li-num;
    display: block;
    width: 100%;
    padding: 35px;
    margin: 5px 0;
    background-color: #FFF;
    font-size: 0;
}

.album__item {
    position: relative;
    font-size: 1.5rem;
    display: inline-block;
    margin: 10px 0;
    width: 50%;
    text-indent: 0px!important;
}

.album__item:nth-child(odd) {
    padding-right: 20px;
}

.album__item::before {
    counter-increment: li-num;
    content: counter(li-num);
    display: inline-block;
    vertical-align: middle;
    background-color: #4FC8DC;
    color: #FFF;
    font-size: 90%;

    height: 35px;
    width: 35px;
    line-height: 35px;



    margin-right: 5px;

    border-radius: 50%;
    text-align: center;
}

.album__item .btn {
    float: right;
}

.album__info {
    position: absolute;
    right: 0;
    bottom: 45px;
    background-color: #FFF;
    border: 1px solid #B5B5B5;
    padding: 10px;
    border-radius: 15px;

    font-size: 90%;
    pointer-events: none;

    opacity: 0;
    -webkit-transform: translateY(5px);

    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.album__info:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 10px 10px 0 10px;

    border-color: #FFF transparent transparent transparent;
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: -9px;
}

.album__info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);

    border-width: 10px 10px 0 10px;
    border-color: #B5B5B5 transparent transparent transparent;
    position: absolute;
    right: 15%;
    bottom: -10px;
}

.album__info.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*內頁並排插圖設定(無邊框) */

.downloadArea {
    background-color: #fff;
    padding: 30px;
    margin-top: 1em;
}

.downloadArea a {
    color: #808080;
}

.downloadArea a:hover {
    color: #2dc0d4;
}

.downloadArea ul {
    display: table;
    width: 100%;
    border: 1px solid #dedede!important;
    padding: 0px 0px 0px 0px!important;
}
.downloadArea ul li{
    text-indent: 0px!important;
}

.downloadArea ul li:nth-child(1) {
    background-color: #4fc8db;
    color: white!important;
    font-weight: bold;
}

.downloadArea ul li.it {
    border-top: 1px solid #dedede;
}

.downloadArea ul li>div {
    display: inline-block;
    margin-right: -4px;
    line-height: 1.8em;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    /*color: #808080;*/
}

.downloadArea ul li>div>h4 {
    font-size: 100%;
    margin: 0;
    color: #fff;
}

.downloadArea ul li>div img {
    width: 50px;
    margin: 0;
    border-radius: 50%;
}

.downloadArea ul li>div:nth-child(1) {
    width: 80%;
    text-align: left;
}

.downloadArea ul li>div:nth-child(2) {
    width: 13%;

}

.downloadArea ul li>div:nth-child(3) {
    width: 7%;
}

.downloadArea ul li>div:nth-child(4) {
    width: 13%;
}

.GalleryItem .txt{
    overflow: auto!important;
    height: 110px!important;
}   

.GalleryTourItem .txt{
    overflow: auto!important;
}   
    
.GalleryItem{
    border: 1px solid gray;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

.liststyle3 p{
    margin-top: 10px!important;
}




/*桐花影音&翦影*/
.collectGallery {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.collectGallery__item {
    width: 100%;
    height: 30vw;
    max-height: 350px;
    display: block;
    border-radius: 0;
}

.collectGallery__item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s all;
}

.collectVideo .collectGallery__item:before {
    content: "";
    background-image: url(/assets/images/photo/youtube.png);
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
}

.collectVideo .collectGallery__item:hover:before {
    background-size: 70px;
    opacity: 0.9;
}

.collectGallery__item:hover:before {
    background-color: rgba(0, 0, 0, 0.45);
}

.collectGallery__name {
    position: absolute;
    bottom: 0;


    margin: 10px;
    cursor: pointer;

    color: #fff;

    transition: 0.3s all;
    font-size: 140%;
    text-shadow: 1px 1px 5px #000;
}

.collectListArea .container--wide .row>div:nth-child(2) {
    width: 66.66666%;
}

.collectListArea .container--wide .row>div:nth-child(3) {
    width: 66.66666%;
}


/*桐花音樂*/
.album__header .thumbnail {
    display: none;
    vertical-align: middle;
    margin-right: 15px;
    width: 125px;
    height: 85px;
    border: 1px solid #B5B5B5;
    border-radius: 15px;
    overflow: hidden;
}

.album__header .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: .1em;
    color: #E369B1;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.album__list {
    counter-reset: li-num;
    display: block;
    width: 100%;
    padding: 35px;
    margin: 5px 0;
    background-color: #FFF;
    font-size: 0;
}

.album__item {
    position: relative;
    font-size: 1.5rem;
    display: inline-block;
    margin: 10px 0;
    width: 50%;
}

.album__item:nth-child(odd) {
    padding-right: 20px;
}

.album__item::before {
    counter-increment: li-num;
    content: counter(li-num);
    display: inline-block;
    vertical-align: middle;
    background-color: #4FC8DC;
    color: #FFF;
    font-size: 90%;

    height: 35px;
    width: 35px;
    line-height: 35px;



    margin-right: 5px;

    border-radius: 50%;
    text-align: center;
}

.album__item .btn {
    float: right;
}

.album__info {
    position: absolute;
    right: 0;
    bottom: 45px;
    background-color: #FFF;
    border: 1px solid #B5B5B5;
    padding: 10px;
    border-radius: 15px;

    font-size: 90%;
    pointer-events: none;

    opacity: 0;
    -webkit-transform: translateY(5px);

    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.album__info:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 10px 10px 0 10px;

    border-color: #FFF transparent transparent transparent;
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: -9px;
}

.album__info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);

    border-width: 10px 10px 0 10px;
    border-color: #B5B5B5 transparent transparent transparent;
    position: absolute;
    right: 15%;
    bottom: -10px;
}

.album__info.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.galleryArea {
    padding: 3px;
    margin: 0 auto 0 auto;
}

.galleryArea h3 {
    font-size: 180%;
    color: #e369b1;
    margin: 0 0 1.5% 0;
    text-align: center;
}

.dummy {
    margin-top: 100%;
}

.gallery__thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.moretext {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    z-index: 2;
    font-size: 200%;
    color: #fff;
    text-shadow: 2px 2px 3px #434a54;
}

.Related {
    padding: 3%;
    margin: 20px 0;
    background-color: #f7f7f7;
}

.TravelMapImg{
    display:none;
}

.Box {
    margin-top: 20px;
    background-color: #ffeaf6;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
}

.Box span.BoxBay {
    font-size: 130%;
    font-weight: bold;
    color: #e369b1;
}

.Box .TravelBox{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-inline-start: 0px!important;
}
.Box .TravelBox ul {
    overflow: hidden;

}

.Box .TravelBox li {
    float: left;
    margin-right: 30px;
    text-indent: 0px!important;
    margin-bottom: 10px;
    position: relative;
}

.Box .TravelBox li:before {
    content: '→';
    color: #e369b1;
    font-weight: bold;
    position: absolute;
    right: -25px;
}

.Box .TravelBox li:last-child:before {
    display: none;
}

.share-social {
    float: right;
    padding: 10px 0;
    margin: -75px 0 15px 0;
}

        .image_box {
        padding-top: 10px;
        }

/* From inline style attributes */
#dsImg { width: 100%; max-width: 350px; height: auto; }
.favor-block-label, .favor-block-button-label, .favor-block-text-label { display: none; }
