@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;*/

/*====================== 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%;
}

/* superslides */

#slides {
    background-color: #eef3f8;
}

.search-bar {
    bottom: 8%;
    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-navigation .fa {
    padding: 10px;
}

.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);
    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;
    padding: 10px 0;
    cursor: pointer;
}

.search-box3:hover {
    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;
    
}

#area-item-tool .col {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin: 0 0 40px;
}

.area-item {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #e6e6e6;
}

.area-item-image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.area-item-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.area-item-image img {
    width: 100%;
}

.area-item-detail,
.area-item-image:after {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.area-item-detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
}

.area-item:hover .area-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.area-item:hover .area-item-image:after {
    background: rgba(17, 17, 17, 0.3);
}

.area-item:hover .area-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.area-item-image .btn {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px 37px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #111;
    color: #fff;
}

.area-item-image .btn:hover,
.area-item-image .btn:focus {
    background: #ffb156;
}

.area-item-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 2px;
    height: 50px;
}

.area-item-title .fa {
    background-color: #ffb156;
    color: #fff;
    float: left;
    font-size: 26px;
    width: 15%;
    height: 100%;
    text-align: center;
}

.area-item-title .fa a {
    line-height: 0;
}

.area-item-title .fa-plane {
    padding: 10px 0;
}

.area-item-title span {
    display: inline-block;
    margin: 10px 0;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    width: 85%;
    padding: 0 10px;
    float: left;
}

.area-item-title a {
    color: rgba(17, 17, 17, 0.65);
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/*====================== /main ====================*/


@media (max-width: 992px) {
    #area-item-tool .col {
        width: 50%;
    }
    
}

@media (max-width: 767px) {
    .slides-navigation {
        top: 32%;
    }
    /* 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) {    
    /* superslides */
    .slides-pagination {
        padding: 15px 0;
    }
    
    /* main */
    #area-item-tool .col {
        width: 100%;
    }
}