/*********************************************************************
            GALLERY
*********************************************************************/

.gallery-slider-wrap  {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:#2c2a2b;
    top: 0px;
    left: -100%;
    z-index: 9999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -moz-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -ms-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
a.no-link {
    cursor: default;
}
.overflow-hidden {
    overflow: hidden !important;
}
.gallery-slider-content,
#gallery-container-wrap,
#gallery-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-slider-wrap  {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:#fff;
    top: 0px;
    left: -100%;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -moz-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    -ms-transition: left 0.3s ease-in, opacity 0.3s ease-in;
    transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
a.no-link {
    cursor: default;
}
.overflow-hidden {
    overflow: hidden !important;
}
.gallery-slider-content,
#gallery-container-wrap,
#gallery-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#gallery-container-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
#gallery-container {
    white-space: nowrap !important;
    word-wrap: normal;
    font-size: 0;
}
#gallery-container .placeholder {
    width: 100%;
    height: 100%;
    display: inline-block;
    zoom: 1;
    text-align: center;
    position: relative;
}
#gallery-container .placeholder img {
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
#gallery-container .placeholder.style1_placehloder {
    width: auto;
    position: relative; 
    vertical-align: top;
    height: 100%;
    height: 100% !important;
}
#gallery-container .placeholder.style1_placehloder img {
    height: 100%;
    max-width: none;
}
#gallery-container .placeholder.center {
    vertical-align: top;
}
#gallery-container .placeholder.center .fluid-width-video-wrapper iframe{
    width: 100%!important;
}
.single-page-lightbox-content {
    height: 100% !important;
    overflow: auto !important;
}

.placeholder .fluid-width-video-wrapper iframe.gallery {
    position: relative !important;
    height: 100% !important;
}
#gallery-container .placeholder.center img {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    max-width: none;
    max-height: none;
}
.arrow_prev, 
.arrow_next, 
.single_portfolio_close {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
    margin-top: -20px; 
}
.single_portfolio_info_close{
    position: absolute; 
    top: 0; 
    cursor: pointer;
    z-index: 999;
    margin:0; padding:10px 15px;background-color:#ebad3d;
}


.arrow_prev {
    left: 10px; 
}
.arrow_next {
    right: 10px; 
}
.arrow_next .font-icon, 
.arrow_prev .font-icon, 
.single_portfolio_close .font-icon, 
.single_portfolio_info_close .font-icon, 
.single_portfolio_back .font-icon {
    display: inline-block;
    text-align: center;
    color: #444;
    line-height: 38px;
    width: 38px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #444;
    font-size: 18px;
    -webkit-user-select: none;
	background-color:#444;
}
.gallery_content {
    position: absolute;
    top: 0px;
    width: 340px;
    background: #fff;
    word-break: break-word;
    z-index: 999;
    height: 100%;
    left: -340px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
.gallery_content.show {
    left: 0px;
}
.single_portfolio_info_close {
    right: -40px;
    top: 40px; color:#fff
}
.single_portfolio_info_close .font-icon {
    border-radius: 0px;
    border: 0px;
    font-size: 16px;
    background: #000;
    padding: 1px 2px 0px 0px;
}

.single_portfolio_close {
    right: 10px;
    top: 5%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.single_portfolio_close .font-icon {
    font-size: 16px;
}
.single_portfolio_close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gallery_content_area .post-header li {
    margin-bottom: 10px;
}
.gallery_content_area,
.gallery_content_area_wrap {
    height: 100%;
    max-height: 100%;
}
.gallery_content_area_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.arrow_next, 
.arrow_prev {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.arrow_next:hover, 
.arrow_prev:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.gallery-slider-content .arrow_next .font-icon, 
.gallery-slider-content .arrow_prev .font-icon, 
.gallery-slider-content .single_portfolio_close .font-icon { 
color : #ffffff;
border-color: #ffffff;
}


/*********************************************************************
            ELASTISLIDE STYLE
*********************************************************************/

.carousel_bar_area {
	position: absolute;
	bottom: 0px;
	min-width: 70%;
	width: 316px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	min-height: 35px;
	display: block;
	height: 100px;
	overflow: hidden;
	z-index: 5;
	background: url(../img/dots.png) no-repeat center;
}
.carousel_bar_wrap {
	position: absolute;
	bottom: -300px;
	max-width: 100%;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	margin-bottom: 20px;
}
.carousel_bar {
	position: relative;
}
.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 36px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../img/dots.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 0px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	margin: 0px 2px;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}
.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
}
.elastislide-wrapper nav span {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
	opacity: 0.8;
	background: #000;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	background-position: 7px 10px;
	top: 50%;
	left: 0px;
	margin-top: -10px!important;
	overflow: hidden;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 0px;
	left: auto;
	background-position: 4px 2px;
	top: 50%;
	margin-top: -10px;
	overflow: hidden;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}
.elastislide-horizontal nav span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin: 0;
	background: none;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
}

/**************************************MEDIA QUERY**************************************/

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .left-header .two-col .element {
        width:  470px;
    }
    .left-header .three-col .element {
        width:  300px;
    }
    .left-header .three-col .element.wide {
        width:  640px;
    }
    .left-header .four-col .element {
        width:  215px;
    }
    .left-header .four-col .element.wide {
        width:  470px;
    }

    .left-header .full-screen .element {
        width: 19.97%;
        margin: 0px;
    }
    .left-header .full-screen.three-col .element {
        width: 33.34%;
    }
    .left-header .full-screen.three-col .element.wide {
        width: 66.7%;
    }
    .left-header .full-screen.four-col .element {
        width: 25%;
    }
    .left-header .full-screen.four-col .element.wide {
        width: 50%;
    }
    .left-header .full-screen.five-col .element {
        width: 20%;
    }
    .left-header .full-screen.five-col .element.wide {
        width: 40%;
    }    
}


/*********************************************************************
            SMALL DESKTOP
*********************************************************************/


@media only screen and (min-width: 960px) and (max-width: 1279px) {
	.two-col .element {
        width:  470px;
    }
    .three-col .element {
        width:  300px;
    }
	.three-col .element.wide {
        width:  640px;
    }
	.four-col .element {
        width:  215px;
    }
	.four-col .element.wide {
        width:  470px;
    }
}

/*********************************************************************
            TABLET
*********************************************************************/

@media only screen and (min-width: 768px) and (max-width: 959px) {

    
	.fullscreen-col .element { width: 33.4%; }	
	.two-col .element,
	.three-col .element,
	.four-col .element { 
		width: 350px; 
	}
	.three-col .element.wide,
	.four-col .element.wide { 
		width: 740px; 
	}
	/*****************************************/
	.full-screen .element,
	.full-screen.three-col .element,
	.full-screen.four-col .element,
	.full-screen.five-col .element {
		width: 33.4%;
	}
	.full-screen.three-col .element.wide,
	.full-screen.four-col .element.wide,
	.full-screen.five-col .element.wide {
		width: 66.7%;
	}
}

/*********************************************************************
            MOBILE 320
*********************************************************************/

@media only screen and (max-width: 767px) {
	
	.three-col .element, 
	.four-col .element , 
	.two-col .element {
        width: 300px;
    }
	.full-screen .element, 
	.full-screen.three-col .element, 
	.full-screen.four-col .element, 
	.full-screen.five-col .element {
		width: 100%!important;
	}
}

/*********************************************************************
            MOBILE 400
*********************************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {


    .three-col .element, 
	.four-col .element , 
	.two-col .element,
	.three-col .element.wide, 
	.four-col .element.wide , 
	.two-col .element.wide {
        width:100%;
    }
	.full-screen .element, 
	.full-screen.three-col .element, 
	.full-screen.four-col .element, 
	.full-screen.five-col .element {
		width: 50%!important;
	}
}
 .font-icon{ font-size:18px; color:#000}
 
.mCSB_container{
	width:auto;
	margin-right:25px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 8px;
	height: 100%;
	margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 8px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none;
}

.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)";
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000;
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)";
}

/* 行動版面: 480px 以下。 */
@media only screen and (max-width: 480px) {
.gallery_content {
    position: absolute;
    top: 0px;
    width: 280px;
    background: #fff;
    word-break: break-word;
    z-index: 999;
    height: 100%;
    left: -280px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
.overflow-hidden {overflow: auto!important;}	
.galleryphotot{ width:100%;}
.galleryphotot h2{ width:100%; margin:0; padding:0;font-size:20px!important; color:#000; line-height:22px; font-weight:400}
.galleryphotot h3{ width:100%; margin:0; padding:0;font-size:14px; color:#000;line-height:22px; font-weight:400}
.galleryphotot p{ width:100%; margin:0 0 0.5em 0; padding:0;}
.galleryphotot img{max-width:100%;_width:expression(this.width > 100% ? "100%" : this.width);}
}

/* 表格版面: 481px 到 767px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 481px) {
.galleryphotot{ width:100%;}
.galleryphotot h2{ width:100%; margin:0; padding:0;font-size:20px!important; color:#000; line-height:22px; font-weight:400}
.galleryphotot h3{ width:100%; margin:0; padding:0;font-size:14px; color:#000;line-height:22px; font-weight:400}
.galleryphotot p{ width:100%; margin:0 0 0.7em 0; padding:0;}
.galleryphotot img{max-width:100%;_width:expression(this.width > 100% ? "100%" : this.width);}
}

/* 表格版面: 768px 到 980px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 768px) {
.gallery_content {
    position: absolute;
    top: 0px;
    width: 310px;
    background: #fff;
    word-break: break-word;
    z-index: 999;
    height: 100%;
    left: -310px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
.galleryphotot{ width:100%;}
.galleryphotot h2{ width:100%; margin:0; padding:0;font-size:20px!important; color:#000; line-height:20px; font-weight:100}
.galleryphotot h3{ width:100%; margin:0; padding:0;font-size:14px; color:#000;line-height:20px; font-weight:100}
.galleryphotot p{ width:100%; margin:0 0 0.7em 0; padding:0;}
.galleryphotot img{max-width:100%;_width:expression(this.width > 100% ? "100%" : this.width);}
}  

/* 表格版面: 981px 到 1280px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 981px) {
.galleryphotot{ width:100%;}
.galleryphotot h2{ width:100%; margin:0; padding:0;font-size:26px!important; color:#000; line-height:24px; font-weight:100}
.galleryphotot h3{ width:100%; margin:0; padding:0;font-size:16px; color:#000;line-height:24px; font-weight:100}
.galleryphotot p{ width:100%; margin:0 0 1em 0; padding:0;}
.galleryphotot img{max-width:100%;_width:expression(this.width > 100% ? "100%" : this.width);}
}

/* 桌面版面: 1281px 到最大 1824px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 1281px) {
.galleryphotot{ width:100%;}
.galleryphotot h2{ width:100%; margin:0; padding:0;font-size:26px!important; color:#000; line-height:26px; font-weight:100}
.galleryphotot h3{ width:100%; margin:0; padding:0;font-size:16px; color:#000;line-height:26px; font-weight:100}
.galleryphotot p{ width:100%; margin:0 0 1em 0; padding:0;}
.galleryphotot img{max-width:100%;_width:expression(this.width > 100% ? "100%" : this.width);}
}

/* 行動版面: 480px 以下。 */
@media only screen and (max-width: 480px) {
	
.cpbtnwf{float:left;width:130px; margin:10px; padding:0;}
.cpLink{width:130px; text-align:center; margin:0 auto 0 0;}
.cpLink a {display:block; height:40px; padding:0;font-size: 15px;color: #fff;text-decoration: none;border:1px solid #8ccb31; background-color:#8ccb31; line-height:40px;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
.cpLink a:hover {color: #000; background-color:#fff;border:1px solid #8ccb31;transition: 500ms;
-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}

}

/* 表格版面: 481px 到 767px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 481px) {

.cpbtnwf{float:left;width:130px; margin:10px; padding:0;}
.cpLink{width:130px; text-align:center; margin:0 auto 0 0;}
.cpLink a {display:block; height:40px; padding:0;font-size: 15px;color: #fff;text-decoration: none;border:1px solid #8ccb31; background-color:#8ccb31; line-height:40px;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
.cpLink a:hover {color: #000; background-color:#fff;border:1px solid #8ccb31;transition: 500ms;
-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}


}

/* 表格版面: 768px 到 980px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 768px) {

.cpbtnwf{float:left;width:130px; margin:10px; padding:0;}
.cpLink{width:130px; text-align:center; margin:0 auto 0 0;}
.cpLink a {display:block; height:40px; padding:0;font-size: 15px;color: #fff;text-decoration: none;border:1px solid #8ccb31; background-color:#8ccb31; line-height:40px;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
.cpLink a:hover {color: #000; background-color:#fff;border:1px solid #8ccb31;transition: 500ms;
-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}


}

/* 表格版面: 981px 到 1280px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 981px) {
 
.cpbtnwf{float:left;width:130px; margin:10px; padding:0;}
.cpLink{width:130px; text-align:center; margin:0 auto 0 0;}
.cpLink a {display:block; height:40px; padding:0;font-size: 15px;color: #fff;text-decoration: none;border:1px solid #8ccb31; background-color:#8ccb31; line-height:40px;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
.cpLink a:hover {color: #000; background-color:#fff;border:1px solid #8ccb31;transition: 500ms;
-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}

}



/* 桌面版面: 1281px 到最大 1824px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 1281px) {
.cpbtnwf{float:left;width:130px; margin:10px; padding:0;}
.cpLink{width:130px; text-align:center; margin:0 auto 0 0;}
.cpLink a {display:block; height:40px; padding:0;font-size: 15px;color: #fff;text-decoration: none;border:1px solid #8ccb31; background-color:#8ccb31; line-height:40px;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
.cpLink a:hover {color: #000; background-color:#fff;border:1px solid #8ccb31;transition: 500ms;
-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;border-radius:5px}
}