﻿/* 模組、外掛、元件
======================================================================== */



/* RSForm 聯絡表單
--------------------------------------------- */

/* 消除預設的外觀，改為簡潔的樣式 */

.contact-wrap{
	
}
.contact-form{
	background: #FFF;
    padding: 30px 0px 10px 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

div.formCaption{
	width:15%;
}

.formTableLayout tr.rsform-block > td {
    padding: 0px 10px 20px 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
	width: 100%;
	
}
.contact-form input.rsform-input-box,
.contact-form input.rsform-captcha-box,
.contact-form textarea.rsform-text-box{
	height: 35px;
	width:790px;
	-webkit-border-radius: 0;  /* chrome */
	-moz-border-radius: 0;   /* FF */
	border:solid 1px #ccc;  /* CSS3 */
}
.contact-form textarea.rsform-text-box{
	height: 180px;
}
.contact-form input.rsform-submit-button{
	background: #AE000D;
    border: none;
    font-size: 18px;
    width: 150px;
    height: 50px;
    padding: 10px 10px 10px 30px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 20px;
    text-align: center;
    margin: 20px 0
}
.contact-form input.rsform-submit-button:hover{
	background: #BBB;
	filter: alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;

	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /


}

/* Finder 智慧搜尋
--------------------------------------------- */

.finder input{
	width: 80%;
	height: 35px;
	border: 1px solid #CCC;
	padding:10px;
	color: #777;
}
#search-form{
	text-align: center;
	padding: 100px 0 40px 0;
}
#search-results li{
	padding-bottom: 20px;
	list-style: none;
}
#search-results a:hover{
	border-bottom: 1px solid #000;
}
.result-title{
	color: #000;
}
.result-text{
	color: #777;
}

/* OSMap 網站地圖
--------------------------------------------- */

/* 消除預設的外觀，改為簡潔的樣式 */

#osmap h2{
	background: #999;
	font-size: 18px;
	color: #FFF;
	
}

#osmap h1{
	color:#111;
	text-align: center;
	font-size:28px;
	letter-spacing: 2px;
	padding: 50px 0px;
	margin: 10px;
}

#osmap h1:before, #osmap h1:after{
	padding: 0px 0px 10px 40px;
	color: #aaa;
    content: "";
    display: inline-block;
    width: 105px;
    height: 25px;
    border-bottom: 1px solid;
    margin: 0 10px 8px 10px;

}

#osmap ul li{
	list-style-type: none;  /* IE8 Fix */
    font-size: 16px;
    line-height: 200%;
    padding: 20px 0px 0px 20px;
    background: url(../images/ui/list_logo.jpg) no-repeat left 25px;
    background-size: 5px;

}
#osmap a{
	color:#333;
}
#osmap a:hover{
	color: #E50011;
	text-decoration: none;
	border-bottom: 1px solid #E50011;
	padding-bottom: 2px;
}

/* kkgallery lightbox */

#kkgallery-lightbox .item{
	margin-bottom: 30px
}

#kkgallery-lightbox .item:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;

	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /
}

/* 分頁 pagination
--------------------------------------------- */

.pagination{
	margin:0;
	padding:0;
	text-align: center;
	display: block;
}

.pagination a:hover{
	text-align:none
	}
.pagination ul{
	list-style-type:none;
    margin:0 auto;
    padding:0;
	width:500px;
	
}

.pagination li{
	display:inline;
    text-align:left;
    margin:0 10px;
}

.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a{
	padding:0 20px;
	text-decoration: none;
}

.paging_start a{background: url(../images/ui/start1.png) no-repeat  center center; }
.paging_start a:hover {background: url(../images/ui/start2.png) no-repeat  center center; }

.paging_prev a{	background: url(../images/ui/prev1.png) no-repeat center center; }
.paging_prev a:hover{	background: url(../images/ui/prev2.png) no-repeat center center; }

.paging_next a{	background: url(../images/ui/next1.png) no-repeat center center; }
.paging_next a:hover{	background: url(../images/ui/next2.png) no-repeat center center; }

.paging_end a{	background: url(../images/ui/end1.png) no-repeat center center;}
.paging_end a:hover{	background: url(../images/ui/end2.png) no-repeat center center;}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span{ 
	display: none;
}



.paging_active li a{
	text-decoration:none;
}


/*page 1 active*/
.paging_active li span{
	text-decoration:none;
	background:#333;
	color:#fff;
	padding:10px 13px 10px 15px;
	font-size:13px;
	border-radius:20px;

}
/*other page link*/
.paging_active li a span{
	color:#333;
	border:none;
	text-decoration:none;
	background:#eee;
}

.paging_active li a span:hover{
	background: #E9360A;
	color: #FFF;
}

/*start*/
.pagination li.pagination-start span.pagenav,
.pagination li.pagination-next span.pagenav,
.pagination li.pagination-end span.pagenav,
.pagination li.pagination-prev span.pagenav{
	border:none;
}
.pagination li.pagination-start a.pagenav
.pagination li.pagination-next a.pagenav,
.pagination li.pagination-end a.pagenav,
.pagination li.pagination-prev a.pagenav{
	border:none;
}