/*.main{padding: 105px 0 60px 0;}*/
.widget {
	margin-bottom: 10px;
	float: left;
    width: 100%;
}
/**************************************************************
								Banner 按鈕箭頭設定
**************************************************************/
/*按鈕箭頭*/
.owl-nav>button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0!important;
    background: #fff!important;
    border: 1px solid #fff!important;
    height: 48px;
    width: 48px;
    border-radius: 45px!important;
     visibility: hidden; 
     opacity: 0; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	outline: none
}
.owl-nav .owl-prev {
    left: 2%;
}
.owl-nav .owl-next {
    right: 2%;
}
/*滑過按鈕箭頭*/
.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
}
.owl-nav>button:hover {
    background: 0 0!important;
    color: #fff;
}
/*箭頭*/
button.owl-next span, button.owl-prev span {
	font-size: 2em;
	font-family: serif;
}
/*隱藏點點*/
.owl-dots {
    /*display: none;*/
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
/**************************************************************
								大標題 & More
**************************************************************/
/*大標題*/
.maintitle {
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.maintitle:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #005097;
    height: 2px;
    width: 60px;
}
.maintitle h3 {
	display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 10px 0;
}
/*More*/
.maintitle a {
	float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    margin: 30px 0 10px;
    color: #000;
    border-radius: 25px;
    border: 1px solid #aaa;
	position: relative;
	overflow: hidden;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 0;
}
/*More 滑過*/
.maintitle a:hover {color: #FFF;z-index: 0;}
.maintitle a:before{
	content: "";
	position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    left: inherit;
	background: #000;
	z-index: -1;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} 
.maintitle a:hover:before{
	right: inherit;
    left: 0;
    width: 100%;
} 
/*箭頭*/
.maintitle a i {
    margin-left: 7px;
}

/**************************************************************
								分類  categories
**************************************************************/
.categories ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}
.categories ul li a {
    position: relative;
    display: block;
    color: #444;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.categories ul li a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}
.categories ul li:after {
    content: "";
    height: 1px;
    width: 0%;
    background-color: #111;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	right: 0;
    left: inherit;
}
.categories ul li:hover a {
    color: #333;
	font-weight: bold;
}
.categories ul li:hover:after {
    width: 100%;
	right: inherit;
    left: 0;
}
.categories ul li a.current {
	color: #e91e63;
	font-weight: bold;
}

/**************************************************************
								扶輪月刊 ebook
**************************************************************/
.ebook a{
	width: 100%;
	overflow: hidden;
	display: block;
}
.ebook a img{
	width: 100%;
	o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ebook .pdf{
	width: 100%;
    background: #eee;
    text-align: center;
    height: 40px;
    line-height: 40px;
	o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	float: left;
}
.ebook .pdf.ebooks{
	width: 50%;
    background: #555;
}
.ebook .pdf.monthly{
	width: 50%;
    background: #b62329;
}
.ebook .pdf a{
    color: #333;
    font-size: 17px;
    font-weight: bold;
}
.ebook .pdf.ebooks a, 
.ebook .pdf.monthly a{
    color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.ebook a:hover img{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.1);
}
.ebook .pdf:hover{
    background: #000;
}
.ebook .pdf:hover a{
    color: #fff;
}

/**************************************************************
								地區網站及服務 links
**************************************************************/
.links ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.links ul li {
	/*width: 50%;*/
    border: 1px solid #eee;
    overflow: hidden;
    flex: 0 0 50%;
}
.links ul li a img {
	o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.links ul li a:hover img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.1);
}
/**************************************************************
								FB 粉絲專頁
**************************************************************/
.fb a img {
	o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.fb a:hover img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.1);
}



@media (max-width:991px){
.owl-nav .owl-prev {
    left: 1%;
}
.owl-nav .owl-next {
    right: 1%;
}
/*.widget {
    float: none;
}*/
}