@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,Microsoft JhengHei,sans-serif;
}
body{
    background-color:#ff0;
    background:url(../images/bg_01.png);
}

.container {
    padding:0px;
    margin: 0px auto;
    background-color:#fff;
}
.fa{
	font-size:1.1em;
}
/*Calendar Mini*/
.pickmeup-twitter-bootstrap .pmu-instance {
    background-color: #EAFFF2;
}
.pickmeup-twitter-bootstrap .pmu-instance .pmu-selected {
    background: none repeat scroll 0% 0% #389667 !important;
    color: #FFF;
}
.well {
    margin-bottom: 0px;
}
/*NAV BAR*/
div#siteMenu{
    border:0px #8ab296 solid;
    padding:0px;
	text-align: center;
}
div#siteMenu > .navbar-nav {
    margin:0px;
    padding: 0px;
	display: inline-block;
    float: none;
	overflow: hidden;
}
div#siteMenu .navbar-nav > li > a {
    color:#1a4123;
    padding:18px;
    border-right: 0px #8ab296 solid;
	border-bottom: 1px transparent solid;
}
div#siteMenu .nav > li > a:hover, .nav > li > a:focus {
    /*background-color: #10A68F;*/
    color:#10A68F;
    border-bottom:1px #dedede solid;
    background:transparent;
}
div#siteMenu .nav > li > a.active {
    background:transparent;
    border-bottom:1px #10A68F solid;
    color:#000;
}
.siteSearchBar{
    position:absolute;
    bottom:20px;
    right:10px;
    z-index: 9999;
}
.siteSearchBar input[type="text"]{
    background-color:rgba(255,255,255,0.5);
}
.siteSearchBar input[type="text"]:focus{
    background-color:rgba(255,255,255,1);
}
/**/

.sticky{
	top:0px;
	position:fixed;
	background-color:rgba(255,255,255,0.8);
	width:inherit;
	z-index:9999;
	
}

.site_name{/*網站名稱-楆題*/
    position:absolute;
    top:0em;
    left:2em;
    font-size:1.6em;
    color:#fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.site_name a{
    color:#fff;
}
.site_name a:hover{
    color:#fff;
    text-decoration: none;
}
/***********carousel************/
.carousel-control{
    height:100%;
}
.carousel-control .fa{
    position: relative;
    top:50%;
}

.fit95{
    width: 95%;
}
table#webcontrol{
    width: 90%;
}
table#webcontrol td{
    padding: 0.2em 0.4em;
}
table#webcontrol th{
    text-align: right;
    color:#244c81;
}
/***************************/
/****TAB*********************/

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;

}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.subtab > .nav-tabs > li > a:hover,
.subtab > .nav-tabs > li > a:focus {
  border-color: #184827 #184827 #184827 #184827;
    background-color: #3a896b;
    color: #FFF;
}

.subtab> .nav-tabs .active > a,
.subtab > .nav-tabs .active > a:hover,
.subtab > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
    background-color: #7bb969;
    color: #FFF;
}

.tab-content .tab-pane{
    height:100%;
}
.tab-pane.active{
    background-color: rgba(255,255,255,1);
}

.tab-pane{
    padding:.8em;
}

.tabrow{
    display:inline-table;
    width:100%
}

/******\\TAB****************/



/**********content**************/
.mainContent{
    margin-top: 0em;
    padding: 0em 2em;
    color:#000;
}
/*******************************/





ul.list-group li.active a{
	background-color:#069;
	color:#FFF;
}

.carousel-inner{
	height:300px;
}
/**TAGS**/
ul.tag-cloud{
	list-style:none;
	padding: 0;
	margin: 0;
}

ul.tag-cloud a{
	float:left;
	margin:1%;
}
ul.tags{
	
}
ul.tags li{
	border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#105C96;
	padding:.2em .4em .3em;
	color:#FFF;
	display:inline;
}
ul.tags li:hover{
	background-color:#1474BA;
}
ul.tags li.active{
	background-color:#1682D1;
}
ul.tags li a{
	color:#FFF;
}
ul.tags .badge{
	background-color:#6083BD;
}

ul.tags-sub{
	
}
ul.tags-sub li{
	border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#6283B5;
	padding:.2em .4em .3em;
	color:#FFF;
	display:inline;
}
ul.tags-sub li:hover{
	background-color:#98A2CF;
}
ul.tags-sub li.active{
	background-color:#5FB8E2;
}
ul.tags-sub li a{
	color:#FFF;
}
ul.tags-sub .badge{
	background-color:#80B3D9;
}



.tags-in a{
	border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #6A4E8D;
	padding:0em .4em 0em .4em;
	color:#6A4E8D;
	display:inline;
	font-size:.9em;
}
.tags-in a:hover{
	background-color:#6A4E8D;
	color:#fff;
	text-decoration:none;
}



/**/
ul.sort{
}
ul.sort li{
	display:inline;
	border-right:1px solid #999;
	padding:0em .4em 0em .4em;
	margin-left:.2em;
}
ul.sort li:last-child{
	border-right:none;
}

/**/
.thumbnail.right-caption > img {
    float: left;
	padding:1em;
	width:250px;
	height:auto;
    
}

.thumbnail.right-caption {
    float: left;
	width:100%;
}

.thumbnail.right-caption > .caption {
    
}

/**/
div.entry-meta span{
	margin-left:1%;
}
div.entry-meta a{
	color:#096;
}


div.blog-item{
	margin-top:2em;
}
div.blog-item:before{
	content:" ";
	width:100%;
	border-bottom:1px #CCC dashed;
	display:block;
	padding-bottom:1em;
}
div.blog-content{
	line-height:2.2em;
}
div.media{
	line-height:1.2em;
}
ul.arrow{
	list-style:none outside none;
	padding: 0;
	margin: 0;
}

ul.arrow li::before {
	font-family: FontAwesome;
	font-size: 11px;
	content: "\f105    ";
}
/*ALBUMS*/
.album-items,
.album-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.album-filter > li {
  display: inline-block;
}
.album-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.album-items.col-2 > li {
  width: 50%;
}
.album-items.col-3 > li {
  width: 33%;
}
.album-items.col-4 > li {
  width: 25%;
}
.album-items.col-5 > li {
  width: 20%;
}
.album-items.col-6 > li {
  width: 16%;
}
.album-item {
  padding: 0;
  margin: 0;
}
.album-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 10px;
  margin: 0 20px 20px 0;
  position: relative;
}
.album-item img {
  width: 100%;
}
.album-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.album-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.album-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.album-item:hover .overlay {
  opacity: 1;
}
.album-item .overlay img{
  width:25%;
}
/**/
.album-items-list li{
	width:100%;
}
.album-items-list,
.album-filter-list {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.album-filter-list > li {
  display: inline-block;
}
.album-items-list > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.album-items-list.col-12 > li {
  width: 100%;
}
/**/
.album-content img{
	width:100%;
	height:auto;
}
/**/
.album-social {
	list-style:none;
	margin-top:1em;	
}
.album-social li{
	display:inline;
	margin-left:1em;
}
/*-----VIDEO--------------------------------*/
/**/
.video-items,
.video-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.video-filter > li {
  display: inline-block;
}
.video-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-items.col-2 > li {
  width: 50%;
}
.video-items.col-3 > li {
  width: 33%;
}
.video-items.col-4 > li {
  width: 25%;
}
.video-items.col-5 > li {
  width: 20%;
}
.video-items.col-6 > li {
  width: 16%;
}
.video-item {
  padding: 0;
  margin: 0;
}
.video-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 10px;
  margin: 0 20px 20px 0;
  position: relative;
}
.video-item img {
  width: 100%;
}
.video-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.video-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.video-item:hover .overlay {
  opacity: 1;
}
.video-item .overlay img{
  width:25%;
}
/**/
.video-items-list li{
	width:100%;
}
.video-items-list,
.video-filter-list {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.video-filter-list > li {
  display: inline-block;
}
.video-items-list > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-items-list.col-12 > li {
  width: 100%;
}
/**/
.video-content img{
	width:100%;
	height:auto;
}
/**/
.video-social {
	list-style:none;
	margin-top:1em;	
}
.video-social li{
	display:inline;
	margin-left:1em;
}

video#video_player{
	width:100%;
	height:auto;
}

/**/
/**/
.cynlight{
	background-color:#CFE7F3;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
/**/
.gray_1{
	color:#CCC;
}
.gray_2{
	color:#999;
}

.gray_3{
	color:#666;
}

.gray_4{
	color:#333;
}

/**/
.text-content{
	line-height:1.5em;
}
figcaption{
	text-align:center;
}
/*scroll to top*/
.scrollup:before{
	content:"\f139";
}
.scrollup {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:3em;
	cursor:pointer;
	color:#666;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    line-height: 1em;
}
/*video fullscreen*/
:-webkit-full-screen #video_player {
  width: 100%;
  height: 100%;
}

:-moz-full-screen #video_player {
  width: 100%;
  height: 100%;
}

/****DROPDOWN SUBMENU******/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/****\\DROPDOWN SUBMENU******/
/*********ax2.0 page*************************************/
/*管理*/
.setting{
    z-index:99999;
    width:30px;
    height:30px;
    border-radius:0 0 10px 10px;

    padding-top:6px;
    background-color:rgba(255,255,255,0.8);
    text-align:center;
    position:absolute;
    top: 0px;
    right: 20px;
} 
.setting-control{
    z-index:99998;
    width:100%;
    min-height:220px;
    background-color:rgba(255,255,255,0.8);
    position:absolute;
    top: 0px;
}
.tab-content h5:before{
    content:"";
    border-left:4px #9b701d solid;
    padding-right:4px;
}
.tab-content h5{
    color: #67671e;
    padding:4px;
}
.tab-content label{
    font-weight:normal;
}
.tab-content .inline{
    display:inline-block;
    width:100%;
}
.tab-content .inline *{
    float:left;
}

.tab-content label.rowtitle{
    padding-top:6px;
    float:right;
}
.tab-content label.rowtitle_l{
    padding-top:6px;
    float:left;
}
.tab-content input.form-control{
    height:32px;
    margin-top:0.5em;
}
.tab-content div.style_list{
    overflow:auto;
    height:200px;
    margin-top:4px;
}
.tab-content div.style_list ul{
    margin-left:-50px;
}
.tab-content li.style_list{
    width:33%;
    float:left;
    text-align:center;

}

.input-group input.form-control{
    width:100%;
    height:36px;
    margin-top:0px;
}
.tab-content ul{
    list-style-type:none;
}
ul#sortable li{
    float:left;
}

ul.btn_pane{
    margin:4em auto;
    text-align: center;
}
ul.btn_pane li{
    margin-left:1em;
    display: inline-block;
}
a.btn_box{
    width:90px;
    height:90px;
    font-size:1em;
    padding-top:1em;
}
a.btn_box i{
    font-size:2em;
}
/*NEWS INFO*/
div.info_list{
    border-bottom:1px #aaa solid;
    padding:0.6em;
    width:98%;
}
div.info_list:hover{
    background-color:#f7f7f7;
}
a.list_title{
    color:#029002;
}
span.list_intro{
    color:#C6C6C6;
}
div.view_count{
    font-size:0.8em;
    color:#a48dbf;
    margin-top:-4px;
}
div.tags_count{
    font-size:0.8em;
    color:#bcb385;
    margin-top:-4px;
}
div.tags_count a{
    color:#bcb385;
}
div.tags_count a:hover{
    color:#d68312;
    text-decoration:none;
}
/*Link AD*/
ul.linkList{
    list-style-type:none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
ul.linkList li{
    width:inherit;
    margin-top:0.4em;
}
ul.linkList li img{
    width:100%;
}

/*divier*/
div.panedivier{
}
div.panedivier:before{
    content:'● ● ●';
    width:100%;
    height:8px;
    background-color:#e5e5e5;
    margin:0px auto;
    display: block;
    padding-top:-20px;
    font-size:0.4em;
    color:#fff;
}
/*calendar
div.calendar{
    margin-left:1em;
}
div.calendar>div.datepicker{
    background-color:#eafff2;
}*/
/*table-calendar*/
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding:0px !important;
    font-size:0.8em;
}
.datepicker table tr td, .datepicker table tr th {
    height:24px !important;
}

/*page content*/
.inline{
    display:inline-block;
}
.list_date{
    color:#90c4b4;
}
.highline{
    color:#083a64;
    font-size:1.1em;
    font-weight:800;
}

/*links*/
.links_list .intro{
    color: #ddd;
}

/*downloads*/
.downloads_list .intro{
    color: #ddd;
}
.downloads_list .file_format,.downloads_list .date{
    font-size: 0.9em;
}

/********************
****LINKS*************
***********************/
.links div.row{
    margin-top: 0em;
    padding: 1em;
    border-bottom: 1px #ddd solid;
}
img.links_logo{
    width: 100%;
    height: auto;
}
/*********\\ax2.0 page*************************************/


/***************************************/
@media screen and (max-width: 767px) {
	.album-items.col-3 > li {
	  width: 50%;
	}
	.video-items.col-3 > li {
	  width: 50%;
	}
    .carousel-inner{
        height:auto;
    }
    .sticky{
        top:0px;
        position:static;
        background-color:rgba(255,255,255,0.8);
        width:inherit;
        z-index:9999;

    }
    
    div#siteMenu{
        border:none;
        padding:0px;

    }
    div#siteMenu > .navbar-nav {
        margin:1em;
        padding: 0px;
		display: block;
		border-top: thin solid #cbe4d2;
    }
    div#siteMenu .navbar-nav > li > a {
        color:#1a4123;
        padding:18px;
        border-right: none;
    }
    div#siteMenu .navbar-nav > li > a {
        color:#1a4123;
        padding:18px;
        border-bottom: thin #cbe4d2 solid;
    }
    div#siteMenu .navbar-header{
       text-align: center;
    }
    div#siteMenu .navbar-toggle {
        float:none;
        border: 1px #2c694a solid;
    }
    div#siteMenu .btn-default{
        background-color: #0F9B80;
        border-color: #0F9B80;
    }
    div#siteMenu .btn-default:hover{
        background-color: #0ECD95;
        border-color: #0ECD95;
    }
	
	.mainContent {
		padding: 0em 1em;
	}
}
@media screen and (max-width: 480px) {
	.album-items.col-3 > li {
	  width: 100%;
	}
	.video-items.col-3 > li {
	  width: 100%;
	}
	
	.mainContent {
		padding: 0em .5em;
	}
}