@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic");
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");

/*font-family: 'cwTeXHei','Noto Sans TC', sans-serif;*/

#wrapper-main {
    padding-top: 0;
}
/*====================== SLIDER ====================*/

.module-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-caption {
    display: table;
    height: 20%;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}


/* Hero caption sizes */

.mh-line-size-1,
.mh-line-size-2,
.mh-line-size-3,
.mh-line-size-4,
.mh-line-size-5,
.mh-line-size-6 {
    font-weight: 700;
    opacity: 0.99;
    margin: 0;
}

.mh-line-size-1 {
    letter-spacing: 50px;
    font-size: 26px;
}

.mh-line-size-2 {
    letter-spacing: 40px;
    font-size: 24px;
}

.mh-line-size-3 {
    letter-spacing: 12px;
    font-size: 22px;
}

.mh-line-size-4 {
    letter-spacing: 8px;
    font-size: 14px;
}

.mh-line-size-5 {
    letter-spacing: 6px;
    font-size: 12px;
}

.mh-line-size-6 {
    font-weight: 400;
    font-size: 16px;
}


/* superslides */

#slides {
    background-color: #eef3f8;
}

ul.slides-container li {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

ul.slides-container li:after {
    position: absolute;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} 

.slides-title {
    /*display: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
}

.slides-title h1 {
    font-size: 1.5em;
    line-height: 1.5;
}

.slides-title span {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
}

.search-bar {
    bottom: 0;
    padding: 20px 0;
    height: auto;
}

.search-toggle-btn {
    position: absolute;
    top: 6px;
    left: 50%;
    -ms-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    margin-top: -5px;
}

.search-bar-text {
    text-indent: 0;
}

.slides-pagination {
    bottom: 0;
    background-color: #eef3f8;
    height: 8%;
    padding: 20px 0;
}

.slides-navigation {
    top: 45%;
}

.slides-pagination a.current {
    background-color: rgba(50, 61, 81, 0.85);
}


/*====================== /SLIDER ====================*/


/*==================== searchBar =================*/

.search-input {
    padding: 10px 5% 0;
    overflow: hidden;
}

#search-date {
    width: 25%;
    float: left;
    margin-right: 5%;
}

#search-date input::-webkit-input-placeholder {
    color:#fff;
}
#search-date input:-moz-placeholder {
    color:#fff;
}
#search-date input::-moz-placeholder {
    color:#fff;
}
#search-date input:-ms-input-placeholder {
    color:#fff;
}

.search-box {
    background-color: #1e2531;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
}

.search-box:before,
.search-box:after {
    font-size: 18px;
    color: #535e72;
    position: absolute;
    transform: translateY(-50%);
}

.search-datepicker:after {
    content: '\f073';
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    margin-right: 20px;
}

.search-datepicker .datepicker {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #fff;
    font-size: 16px;
}

#search-area {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.search-region:before {
    content: '\f041';
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    margin-left: 20px;
}

.search-region .selectmenu {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    color: #fff;
}

.search-region .selectmenu option {
    color: #535e72;
}

#search-keyword {
    width: 25%;
    float: left;
}

.search-box2 {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    line-height: 18px;
    font-size: 16px;
    padding: 10px 20px;
}

.search-box2 .keyword {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #777;
    font-size: 16px;
}

.search-box3 {
    background-color: rgba(235, 97, 0, 0.8);
    /*    background-color: #eb6100;*/
    border-radius: 5px;
    width: 100%;
    position: relative;
    font-size: 16px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.search-box3 .button {
    background-color: transparent;
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    outline: none;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    padding: 10px 0;
}

.search-box3:hover {
    /*    background-color: #71b2f0;*/
    background-color: #eb6100;
}


/*=================== /searchBar =================*/


/*====================== main ====================*/

#main {
    background-color: #eef3f8;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#main>.container {
    max-width: 1300px;
}

#area-item-tool {
    margin: 20px -15px;
    overflow: hidden;
}

ul.contry-menu {
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

ul.contry-menu li {
    background-color: #fff;
    border: solid 1px #6a6a6a;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2rem;
    display: inline-block;
    margin: 5px;
    padding: 0 1.5%;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

ul.contry-menu li a {
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
}

.contry-menu li:hover {
    border: solid 1px #eb6100;
    background-color: #eb6100;
    color: #fff;
}

.contry-menu li:hover a {
    color: #fff;
}

#exh-item-tool {
    margin: 20px -15px;
    overflow: hidden;
}

#exh-item-tool .col {
    /*    width: 33.33%;*/
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    /*    float: left;*/
    display: inline-block;
    margin: 0 0 40px;
}

#exh-item-tool h3 {
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    font-size: 1.5rem;
    padding: 15px 0;
    margin-bottom: 15px;
    color: #474747;
    position: relative;
}

#exh-item-tool h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 4px;
    background-color: #e9454d;
}

#exh-item-tool h3 span {
    color: #8c8b8b;
    margin: 0 10px;
    font-size: 1.1rem;
    font-weight: normal;
}

.exh-item {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px #a2b9b9;
}

.exh-item-image {
    overflow: hidden;
    line-height: 0;
}

.exh-item-image img {
    width: 100%;
}

.exh-travel {
    width: 90%;
    margin: 5% 5%;
    height: 300px;
}

.exh-list {
    width: 90%;
    margin: 0 5%;
    height: auto;
    overflow: hidden;
    border-bottom: dashed 1px #a2b9b9;
}


/*scroll bar*/


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #6dc5c0;
    border: 1px solid #6dc5c0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.exh-travel h5 {
    width: 87.5%;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1rem 0;
    margin: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.exh-travel span {
    width: 12.5%;
    padding: 5% 0;
    float: right;
    text-align: right;
    vertical-align: middle;
}

.exh-list:hover h5 {
    color: #6db5c5;
}

.exh-list:hover span {
    opacity: .6;
}

.exh-btn {
    width: 40%;
    max-width: 200px;
    overflow: hidden;
    margin: 10% auto;
    text-align: center;
    display: block;
    background-color: #6fac69;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(60, 100, 56, 0.5);
    padding: 5px 0;
    margin-top: 30px;
    line-height: 1.25;
    border-radius: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.exh-btn:after {
    content: '\f002';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 5px;
}

.exh-btn:hover,
.exh-btn:active {
    background-color: #52834d;
    color: #fff;
}


/*====================== /main ====================*/

@media (max-width: 1200px) {
    #exh-item-tool .col {
        width: 49%;
    }
}

@media (max-width: 768px) {
    /* Hero captions */
    .slides-navigation {
        top: 32%;
    }
    .mh-line-size-1 {
        letter-spacing: 24px;
        font-size: 26px;
    }
    .mh-line-size-2 {
        letter-spacing: 16px;
        font-size: 15px;
    }
    .mh-line-size-3 {
        letter-spacing: 14px;
        font-size: 14px;
    }
    .mh-line-size-4 {
        letter-spacing: 4px;
        font-size: 14px;
    }
    .mh-line-size-5 {
        letter-spacing: 2px;
        font-size: 13px;
    }
    .mh-line-size-6 {
        font-size: 13px;
    }
    /* searchBar */
    .search-input {
        padding: 10px 0 0;
    }
    #search-date,
    #search-area,
    #search-keyword {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .search-datepicker {
        width: 49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 0;
    }
    .search-datepicker:last-child,
    .search-region:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    /* Hero captions */
    .mh-line-size-1 {
        letter-spacing: 12px;
        font-size: 26px;
    }
    .mh-line-size-2 {
        letter-spacing: 6px;
        font-size: 14px;
    }
    .mh-line-size-3 {
        letter-spacing: 4px;
        font-size: 13px;
    }
    .mh-line-size-4 {
        letter-spacing: 4px;
        font-size: 12px;
    }
    .mh-line-size-5 {
        letter-spacing: 2px;
        font-size: 11px;
    }
    .mh-line-size-6 {
        font-size: 12px;
    }
    /* drawer */
    .drawer-navbar .drawer-brand {
        width: 200px;
    }
    /* superslides */
    .slides-pagination {
        padding: 15px 0;
    }
    .slides-title {
        top: 35%;
        font-size: 2.3rem;
    }
    .slides-title span {
        font-size: 1.3rem;
    }
    /* main */
    #exh-item-tool .col {
        width: 100%;
    }
    #exh-item-tool h3 span {
        margin: 0;
        display: block;
    }
    .exh-travel {
        height: auto;
    }
}
